Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
shippo-sdks[bot] and speakeasybot authored Jun 7, 2024
1 parent 5899b42 commit 508a7cd
Show file tree
Hide file tree
Showing 24 changed files with 58 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: "2018-02-08"
speakeasyVersion: 1.300.1
generationVersion: 2.339.1
releaseVersion: 4.0.0-beta.1
configChecksum: 1e4a3090b0d97be2b9310aeaa879efc5
releaseVersion: 4.0.0
configChecksum: b5e622d7d391f43a31161fe2b6f5be55
repoURL: https://github.com/goshippo/shippo-csharp-sdk.git
published: true
features:
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.300.1
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
sourceRevisionDigest: sha256:b9edc3a83d619350da5caf82f35d996554d04a459fcf497193853c88b5d18cc2
sourceBlobDigest: sha256:cd8eceda62fcaf9ab122b31caa40ef92b5914431c6678b5625524e9ae16eb03c
tags:
- latest
- main
targets:
csharp:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
sourceRevisionDigest: sha256:b9edc3a83d619350da5caf82f35d996554d04a459fcf497193853c88b5d18cc2
sourceBlobDigest: sha256:cd8eceda62fcaf9ab122b31caa40ef92b5914431c6678b5625524e9ae16eb03c
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [csharp v4.0.0-beta.1] .
### Releases
- [NuGet v4.0.0-beta.1] https://www.nuget.org/packages/Shippo/4.0.0-beta.1 - .
- [NuGet v4.0.0-beta.1] https://www.nuget.org/packages/Shippo/4.0.0-beta.1 - .

## 2024-06-07 18:45:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v4.0.0] .
### Releases
- [NuGet v4.0.0] https://www.nuget.org/packages/Shippo/4.0.0 - .
4 changes: 2 additions & 2 deletions Shippo/Addresses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ public class Addresses: IAddresses
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Batches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ public class Batches: IBatches
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/CarrierAccounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ public class CarrierAccounts: ICarrierAccounts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/CarrierParcelTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ public class CarrierParcelTemplates: ICarrierParcelTemplates
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/CustomsDeclarations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public class CustomsDeclarations: ICustomsDeclarations
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/CustomsItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ public class CustomsItems: ICustomsItems
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Manifests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ public class Manifests: IManifests
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Orders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ public class Orders: IOrders
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Parcels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ public class Parcels: IParcels
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Pickups.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public class Pickups: IPickups
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Rates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ public class Rates: IRates
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/RatesAtCheckout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ public class RatesAtCheckout: IRatesAtCheckout
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Refunds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ public class Refunds: IRefunds
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/ServiceGroups.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ public class ServiceGroups: IServiceGroups
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Shipments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ public class Shipments: IShipments
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
2 changes: 1 addition & 1 deletion Shippo/Shippo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Shippo</PackageId>
<Version>4.0.0-beta.1</Version>
<Version>4.0.0</Version>
<Authors>Shippo</Authors>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Shippo/ShippoAccounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ public class ShippoAccounts: IShippoAccounts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/ShippoSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ public class ShippoSDK: IShippoSDK
public SDKConfig SDKConfiguration { get; private set; }

private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private int _serverIndex = 0;
private ISpeakeasyHttpClient _client;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/TrackingStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ public class TrackingStatus: ITrackingStatus
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/Transactions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ public class Transactions: ITransactions
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions Shippo/UserParcelTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ public class UserParcelTemplates: IUserParcelTemplates
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkVersion = "4.0.0";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down

0 comments on commit 508a7cd

Please sign in to comment.