Skip to content

Commit c5fa52e

Browse files
ci: regenerated with OpenAPI Doc (#2)
Co-authored-by: speakeasybot <[email protected]>
1 parent c2910b5 commit c5fa52e

25 files changed

+91
-73
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ id: 24fc7546-e445-46cb-91d2-49cbb44a86ac
33
management:
44
docChecksum: 609002aee5b1500e5e73ec2eb80f268d
55
docVersion: "2018-02-08"
6-
speakeasyVersion: 1.299.6
7-
generationVersion: 2.338.12
8-
releaseVersion: 0.1.0
9-
configChecksum: 91adf49a35c43ef494d5bbd5490e4862
6+
speakeasyVersion: 1.300.1
7+
generationVersion: 2.339.1
8+
releaseVersion: 4.0.0-beta.1
9+
configChecksum: 1e4a3090b0d97be2b9310aeaa879efc5
10+
repoURL: https://github.com/goshippo/shippo-csharp-sdk.git
11+
published: true
1012
features:
1113
csharp:
1214
additionalDependencies: 0.1.0
1315
constsAndDefaults: 0.0.1
14-
core: 3.9.3
16+
core: 3.9.4
1517
flattening: 2.81.2
1618
globalSecurity: 2.83.4
1719
globalSecurityCallbacks: 0.1.0
@@ -46,7 +48,6 @@ generatedFiles:
4648
- Shippo/ShippoAccounts.cs
4749
- Shippo/ShippoSDK.cs
4850
- global.json
49-
- Shippo.sln
5051
- Shippo/Utils/AnyDeserializer.cs
5152
- Shippo/Utils/BigIntStrConverter.cs
5253
- Shippo/Utils/DecimalStrConverter.cs

.speakeasy/workflow.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
speakeasyVersion: 1.299.6
1+
speakeasyVersion: 1.300.1
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
6-
sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
5+
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
6+
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
77
tags:
88
- latest
9+
- main
910
targets:
1011
csharp:
1112
source: openapi
1213
sourceNamespace: openapi
13-
sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
14-
sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
14+
sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
15+
sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
16+
outLocation: /github/workspace/repo
1517
workflow:
1618
workflowVersion: 1.0.0
1719
speakeasyVersion: latest
@@ -25,3 +27,6 @@ workflow:
2527
csharp:
2628
target: csharp
2729
source: openapi
30+
publish:
31+
nuget:
32+
apiKey: $nuget_api_key

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
### Nuget
1414

1515
```bash
16-
dotnet add reference path/to/Shippo.csproj
16+
dotnet add package Shippo
1717
```
1818
<!-- End SDK Installation [installation] -->
1919

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
## 2024-06-07 16:27:42
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [csharp v4.0.0-beta.1] .
10+
### Releases
11+
- [NuGet v4.0.0-beta.1] https://www.nuget.org/packages/Shippo/4.0.0-beta.1 - .

Shippo/Addresses.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public class Addresses: IAddresses
8080
{
8181
public SDKConfig SDKConfiguration { get; private set; }
8282
private const string _language = "csharp";
83-
private const string _sdkVersion = "0.1.0";
84-
private const string _sdkGenVersion = "2.338.12";
83+
private const string _sdkVersion = "4.0.0-beta.1";
84+
private const string _sdkGenVersion = "2.339.1";
8585
private const string _openapiDocVersion = "2018-02-08";
86-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
86+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
8787
private string _serverUrl = "";
8888
private ISpeakeasyHttpClient _client;
8989
private Func<Security>? _securitySource;

Shippo/Batches.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ public class Batches: IBatches
111111
{
112112
public SDKConfig SDKConfiguration { get; private set; }
113113
private const string _language = "csharp";
114-
private const string _sdkVersion = "0.1.0";
115-
private const string _sdkGenVersion = "2.338.12";
114+
private const string _sdkVersion = "4.0.0-beta.1";
115+
private const string _sdkGenVersion = "2.339.1";
116116
private const string _openapiDocVersion = "2018-02-08";
117-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
117+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
118118
private string _serverUrl = "";
119119
private ISpeakeasyHttpClient _client;
120120
private Func<Security>? _securitySource;

Shippo/CarrierAccounts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ public class CarrierAccounts: ICarrierAccounts
113113
{
114114
public SDKConfig SDKConfiguration { get; private set; }
115115
private const string _language = "csharp";
116-
private const string _sdkVersion = "0.1.0";
117-
private const string _sdkGenVersion = "2.338.12";
116+
private const string _sdkVersion = "4.0.0-beta.1";
117+
private const string _sdkGenVersion = "2.339.1";
118118
private const string _openapiDocVersion = "2018-02-08";
119-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
119+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
120120
private string _serverUrl = "";
121121
private ISpeakeasyHttpClient _client;
122122
private Func<Security>? _securitySource;

Shippo/CarrierParcelTemplates.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public class CarrierParcelTemplates: ICarrierParcelTemplates
6464
{
6565
public SDKConfig SDKConfiguration { get; private set; }
6666
private const string _language = "csharp";
67-
private const string _sdkVersion = "0.1.0";
68-
private const string _sdkGenVersion = "2.338.12";
67+
private const string _sdkVersion = "4.0.0-beta.1";
68+
private const string _sdkGenVersion = "2.339.1";
6969
private const string _openapiDocVersion = "2018-02-08";
70-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
70+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
7171
private string _serverUrl = "";
7272
private ISpeakeasyHttpClient _client;
7373
private Func<Security>? _securitySource;

Shippo/CustomsDeclarations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ public class CustomsDeclarations: ICustomsDeclarations
7373
{
7474
public SDKConfig SDKConfiguration { get; private set; }
7575
private const string _language = "csharp";
76-
private const string _sdkVersion = "0.1.0";
77-
private const string _sdkGenVersion = "2.338.12";
76+
private const string _sdkVersion = "4.0.0-beta.1";
77+
private const string _sdkGenVersion = "2.339.1";
7878
private const string _openapiDocVersion = "2018-02-08";
79-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
79+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
8080
private string _serverUrl = "";
8181
private ISpeakeasyHttpClient _client;
8282
private Func<Security>? _securitySource;

Shippo/CustomsItems.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ public class CustomsItems: ICustomsItems
7171
{
7272
public SDKConfig SDKConfiguration { get; private set; }
7373
private const string _language = "csharp";
74-
private const string _sdkVersion = "0.1.0";
75-
private const string _sdkGenVersion = "2.338.12";
74+
private const string _sdkVersion = "4.0.0-beta.1";
75+
private const string _sdkGenVersion = "2.339.1";
7676
private const string _openapiDocVersion = "2018-02-08";
77-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.338.12 2018-02-08 Shippo";
77+
private const string _userAgent = "speakeasy-sdk/csharp 4.0.0-beta.1 2.339.1 2018-02-08 Shippo";
7878
private string _serverUrl = "";
7979
private ISpeakeasyHttpClient _client;
8080
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)