Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
  • Loading branch information
shippo-sdks[bot] and speakeasybot authored Jun 7, 2024
1 parent c2910b5 commit c5fa52e
Show file tree
Hide file tree
Showing 25 changed files with 91 additions and 73 deletions.
13 changes: 7 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ id: 24fc7546-e445-46cb-91d2-49cbb44a86ac
management:
docChecksum: 609002aee5b1500e5e73ec2eb80f268d
docVersion: "2018-02-08"
speakeasyVersion: 1.299.6
generationVersion: 2.338.12
releaseVersion: 0.1.0
configChecksum: 91adf49a35c43ef494d5bbd5490e4862
speakeasyVersion: 1.300.1
generationVersion: 2.339.1
releaseVersion: 4.0.0-beta.1
configChecksum: 1e4a3090b0d97be2b9310aeaa879efc5
repoURL: https://github.com/goshippo/shippo-csharp-sdk.git
published: true
features:
csharp:
additionalDependencies: 0.1.0
constsAndDefaults: 0.0.1
core: 3.9.3
core: 3.9.4
flattening: 2.81.2
globalSecurity: 2.83.4
globalSecurityCallbacks: 0.1.0
Expand Down Expand Up @@ -46,7 +48,6 @@ generatedFiles:
- Shippo/ShippoAccounts.cs
- Shippo/ShippoSDK.cs
- global.json
- Shippo.sln
- Shippo/Utils/AnyDeserializer.cs
- Shippo/Utils/BigIntStrConverter.cs
- Shippo/Utils/DecimalStrConverter.cs
Expand Down
15 changes: 10 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
speakeasyVersion: 1.299.6
speakeasyVersion: 1.300.1
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
tags:
- latest
- main
targets:
csharp:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -25,3 +27,6 @@ workflow:
csharp:
target: csharp
source: openapi
publish:
nuget:
apiKey: $nuget_api_key
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### Nuget

```bash
dotnet add reference path/to/Shippo.csproj
dotnet add package Shippo
```
<!-- End SDK Installation [installation] -->

Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-06-07 16:27:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
### 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 - .
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
3 changes: 2 additions & 1 deletion Shippo/Shippo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Shippo</PackageId>
<Version>0.1.0</Version>
<Version>4.0.0-beta.1</Version>
<Authors>Shippo</Authors>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
<RepositoryUrl>https://github.com/goshippo/shippo-csharp-sdk</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private int _serverIndex = 0;
private ISpeakeasyHttpClient _client;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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 = "0.1.0";
private const string _sdkGenVersion = "2.338.12";
private const string _sdkVersion = "4.0.0-beta.1";
private const string _sdkGenVersion = "2.339.1";
private const string _openapiDocVersion = "2018-02-08";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down

0 comments on commit c5fa52e

Please sign in to comment.