diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index f19af8e..f7395af 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 8c20e55..7aa0dca 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.300.1 sources: openapi: sourceNamespace: openapi - sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c - sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6 + sourceRevisionDigest: sha256:b9edc3a83d619350da5caf82f35d996554d04a459fcf497193853c88b5d18cc2 + sourceBlobDigest: sha256:cd8eceda62fcaf9ab122b31caa40ef92b5914431c6678b5625524e9ae16eb03c tags: - latest - main @@ -11,8 +11,8 @@ 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 diff --git a/RELEASES.md b/RELEASES.md index 087495a..663e862 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/Shippo/Addresses.cs b/Shippo/Addresses.cs index 4991123..b931c12 100644 --- a/Shippo/Addresses.cs +++ b/Shippo/Addresses.cs @@ -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? _securitySource; diff --git a/Shippo/Batches.cs b/Shippo/Batches.cs index b5ba284..eec91f7 100644 --- a/Shippo/Batches.cs +++ b/Shippo/Batches.cs @@ -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? _securitySource; diff --git a/Shippo/CarrierAccounts.cs b/Shippo/CarrierAccounts.cs index 6f60e6f..62bad70 100644 --- a/Shippo/CarrierAccounts.cs +++ b/Shippo/CarrierAccounts.cs @@ -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? _securitySource; diff --git a/Shippo/CarrierParcelTemplates.cs b/Shippo/CarrierParcelTemplates.cs index 82632ae..a8eaf06 100644 --- a/Shippo/CarrierParcelTemplates.cs +++ b/Shippo/CarrierParcelTemplates.cs @@ -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? _securitySource; diff --git a/Shippo/CustomsDeclarations.cs b/Shippo/CustomsDeclarations.cs index e21b99f..311456d 100644 --- a/Shippo/CustomsDeclarations.cs +++ b/Shippo/CustomsDeclarations.cs @@ -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? _securitySource; diff --git a/Shippo/CustomsItems.cs b/Shippo/CustomsItems.cs index 54fecc5..d70f98e 100644 --- a/Shippo/CustomsItems.cs +++ b/Shippo/CustomsItems.cs @@ -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? _securitySource; diff --git a/Shippo/Manifests.cs b/Shippo/Manifests.cs index c780952..8b03fef 100644 --- a/Shippo/Manifests.cs +++ b/Shippo/Manifests.cs @@ -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? _securitySource; diff --git a/Shippo/Orders.cs b/Shippo/Orders.cs index 476b1ef..b690929 100644 --- a/Shippo/Orders.cs +++ b/Shippo/Orders.cs @@ -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? _securitySource; diff --git a/Shippo/Parcels.cs b/Shippo/Parcels.cs index 3d1e698..f09fa4e 100644 --- a/Shippo/Parcels.cs +++ b/Shippo/Parcels.cs @@ -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? _securitySource; diff --git a/Shippo/Pickups.cs b/Shippo/Pickups.cs index 9be98fa..0e3de90 100644 --- a/Shippo/Pickups.cs +++ b/Shippo/Pickups.cs @@ -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? _securitySource; diff --git a/Shippo/Rates.cs b/Shippo/Rates.cs index 890af07..134685c 100644 --- a/Shippo/Rates.cs +++ b/Shippo/Rates.cs @@ -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? _securitySource; diff --git a/Shippo/RatesAtCheckout.cs b/Shippo/RatesAtCheckout.cs index ac8f574..9d53d22 100644 --- a/Shippo/RatesAtCheckout.cs +++ b/Shippo/RatesAtCheckout.cs @@ -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? _securitySource; diff --git a/Shippo/Refunds.cs b/Shippo/Refunds.cs index 8700099..7229969 100644 --- a/Shippo/Refunds.cs +++ b/Shippo/Refunds.cs @@ -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? _securitySource; diff --git a/Shippo/ServiceGroups.cs b/Shippo/ServiceGroups.cs index f3d435a..0a7ca54 100644 --- a/Shippo/ServiceGroups.cs +++ b/Shippo/ServiceGroups.cs @@ -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? _securitySource; diff --git a/Shippo/Shipments.cs b/Shippo/Shipments.cs index 7431f5f..46acfe8 100644 --- a/Shippo/Shipments.cs +++ b/Shippo/Shipments.cs @@ -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? _securitySource; diff --git a/Shippo/Shippo.csproj b/Shippo/Shippo.csproj index f3e290e..d1b9a53 100644 --- a/Shippo/Shippo.csproj +++ b/Shippo/Shippo.csproj @@ -2,7 +2,7 @@ true Shippo - 4.0.0-beta.1 + 4.0.0 Shippo net6.0 enable diff --git a/Shippo/ShippoAccounts.cs b/Shippo/ShippoAccounts.cs index 83078ea..e3a7360 100644 --- a/Shippo/ShippoAccounts.cs +++ b/Shippo/ShippoAccounts.cs @@ -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? _securitySource; diff --git a/Shippo/ShippoSDK.cs b/Shippo/ShippoSDK.cs index af259df..24ba45b 100644 --- a/Shippo/ShippoSDK.cs +++ b/Shippo/ShippoSDK.cs @@ -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; diff --git a/Shippo/TrackingStatus.cs b/Shippo/TrackingStatus.cs index 63f7df8..3b3d455 100644 --- a/Shippo/TrackingStatus.cs +++ b/Shippo/TrackingStatus.cs @@ -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? _securitySource; diff --git a/Shippo/Transactions.cs b/Shippo/Transactions.cs index 2e01f2d..5c8dc67 100644 --- a/Shippo/Transactions.cs +++ b/Shippo/Transactions.cs @@ -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? _securitySource; diff --git a/Shippo/UserParcelTemplates.cs b/Shippo/UserParcelTemplates.cs index c75637e..f93b009 100644 --- a/Shippo/UserParcelTemplates.cs +++ b/Shippo/UserParcelTemplates.cs @@ -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? _securitySource;