Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.447.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 3, 2025
1 parent 3c2907e commit 4e39cdd
Show file tree
Hide file tree
Showing 74 changed files with 507 additions and 988 deletions.
199 changes: 116 additions & 83 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
csharp:
version: 5.0.0-beta.9
version: 5.0.0-beta.11
additionalDependencies: []
author: Shippo
clientServerStatusCodesAsErrors: true
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.447.0
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:33370e133d3ed110a28d8f54ab74952099de562bdc22dc5386cb760f0fe01b2d
sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5
sourceRevisionDigest: sha256:022d6ef1a6b1f2e769f5633717a414d6328a0e1954c320eeda6fc7a162ae1ec6
sourceBlobDigest: sha256:9331910575a380f9073bf9d31fb81996067da3d0ee449b0513dbe10790790b37
tags:
- latest
- speakeasy-sdk-regen-1732636811
- speakeasy-sdk-regen-1733098817
- "2018-02-08"
targets:
csharp:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:33370e133d3ed110a28d8f54ab74952099de562bdc22dc5386cb760f0fe01b2d
sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5
codeSamplesNamespace: openapi-code-samples
codeSamplesRevisionDigest: sha256:647654e9271aa56042482d39883ea26ee4daadfc87152727f13dfbf47db42237
sourceRevisionDigest: sha256:022d6ef1a6b1f2e769f5633717a414d6328a0e1954c320eeda6fc7a162ae1ec6
sourceBlobDigest: sha256:9331910575a380f9073bf9d31fb81996067da3d0ee449b0513dbe10790790b37
codeSamplesNamespace: openapi-csharp-code-samples
codeSamplesRevisionDigest: sha256:244a35b7779681365578b4396b21decdd4093278fa8d3f1de7ae13de9d934ba6
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -34,5 +34,5 @@ workflow:
apiKey: $nuget_api_key
codeSamples:
registry:
location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples
location: registry.speakeasyapi.dev/shippo/shippo/openapi-csharp-code-samples
blocking: false
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ targets:
apiKey: $nuget_api_key
codeSamples:
registry:
location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples
location: registry.speakeasyapi.dev/shippo/shippo/openapi-csharp-code-samples
blocking: false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@ Based on:
### Generated
- [csharp v5.0.0-beta.9] .
### Releases
- [NuGet v5.0.0-beta.9] https://www.nuget.org/packages/Shippo/5.0.0-beta.9 - .
- [NuGet v5.0.0-beta.9] https://www.nuget.org/packages/Shippo/5.0.0-beta.9 - .

## 2025-02-03 00:18:20
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.447.0 (2.463.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v5.0.0-beta.11] .
### Releases
- [NuGet v5.0.0-beta.11] https://www.nuget.org/packages/Shippo/5.0.0-beta.11 - .
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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 @@ -70,10 +70,10 @@ public class CarrierParcelTemplates: ICarrierParcelTemplates
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.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 = "5.0.0-beta.9";
private const string _sdkVersion = "5.0.0-beta.11";
private const string _sdkGenVersion = "2.463.0";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.9 2.463.0 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 5.0.0-beta.11 2.463.0 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Shippo.Models.Components.Security>? _securitySource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountCanadaPostCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "canada_post";

[JsonProperty("parameters")]
public CarrierAccountCanadaPostCreateParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountChronopostCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "chronopost";

[JsonProperty("parameters")]
public CarrierAccountChronopostCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountColissimoCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "colissimo";

[JsonProperty("parameters")]
public CarrierAccountColissimoCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountCorreosCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "correos";

[JsonProperty("parameters")]
public CarrierAccountCorreosCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountDHLExpressCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "dhl_express";

[JsonProperty("parameters")]
public CarrierAccountDHLExpressCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountDPDUKCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "dpd_uk";

[JsonProperty("parameters")]
public CarrierAccountDPDUKCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountDeutschePostCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "deutsche_post";

[JsonProperty("parameters")]
public CarrierAccountDeutschePostCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountDpdDeCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "dpd_de";

[JsonProperty("parameters")]
public CarrierAccountDpdDeCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountFedExCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "fedex";

[JsonProperty("parameters")]
public CarrierAccountFedExCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountHermesUKCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "hermes_uk";

[JsonProperty("parameters")]
public CarrierAccountHermesUKCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountMondialRelayCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "mondial_relay";

[JsonProperty("parameters")]
public CarrierAccountMondialRelayCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountPosteItalianeCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "poste_italiane";

[JsonProperty("parameters")]
public CarrierAccountPosteItalianeCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountSendleCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "sendle";

[JsonProperty("parameters")]
public CarrierAccountSendleCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
2 changes: 1 addition & 1 deletion Shippo/Models/Components/CarrierAccountUPSCreateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountUPSCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "ups";

[JsonProperty("parameters")]
public CarrierAccountUPSCreateRequestParameters? Parameters { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CarrierAccountUSPSCreateRequest
{

[JsonProperty("carrier")]
public string Carrier { get; set; } = default!;
public string Carrier { get; } = "usps";

[JsonProperty("parameters")]
public CarrierAccountUSPSCreateRequestParameters Parameters { get; set; } = default!;
Expand Down
6 changes: 0 additions & 6 deletions Shippo/Models/Components/CarriersEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Shippo.Models.Components
/// | collect_plus | CollectPlus|<br/>
/// | correios_br | CorreiosBR|<br/>
/// | correos_espana | Correos España |<br/>
/// | couriersplease | Couriers Please|<br/>
/// | colissimo | Colissimo|<br/>
/// | deutsche_post | Deutsche Post|<br/>
/// | dhl_benelux | DHL Benelux|<br/>
Expand All @@ -61,7 +60,6 @@ namespace Shippo.Models.Components
/// | new_zealand_post | New Zealand Post (also used for Pace and CourierPost)|<br/>
/// | nippon_express | Nippon Express|<br/>
/// | ontrac | OnTrac|<br/>
/// | orangeds | OrangeDS|<br/>
/// | parcelforce | Parcelforce|<br/>
/// | passport | Passport|<br/>
/// | pcf | PCF|<br/>
Expand Down Expand Up @@ -118,8 +116,6 @@ public enum CarriersEnum
CorreiosBr,
[JsonProperty("correos_espana")]
CorreosEspana,
[JsonProperty("couriersplease")]
Couriersplease,
[JsonProperty("colissimo")]
Colissimo,
[JsonProperty("deutsche_post")]
Expand Down Expand Up @@ -170,8 +166,6 @@ public enum CarriersEnum
NipponExpress,
[JsonProperty("ontrac")]
Ontrac,
[JsonProperty("orangeds")]
Orangeds,
[JsonProperty("parcelforce")]
Parcelforce,
[JsonProperty("passport")]
Expand Down
Loading

0 comments on commit 4e39cdd

Please sign in to comment.