File tree Expand file tree Collapse file tree 25 files changed +91
-73
lines changed Expand file tree Collapse file tree 25 files changed +91
-73
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ id: 24fc7546-e445-46cb-91d2-49cbb44a86ac
3
3
management:
4
4
docChecksum: 609002aee5b1500e5e73ec2eb80f268d
5
5
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
10
12
features:
11
13
csharp:
12
14
additionalDependencies: 0.1.0
13
15
constsAndDefaults: 0.0.1
14
- core: 3.9.3
16
+ core: 3.9.4
15
17
flattening: 2.81.2
16
18
globalSecurity: 2.83.4
17
19
globalSecurityCallbacks: 0.1.0
@@ -46,7 +48,6 @@ generatedFiles:
46
48
- Shippo/ShippoAccounts.cs
47
49
- Shippo/ShippoSDK.cs
48
50
- global.json
49
- - Shippo.sln
50
51
- Shippo/Utils/AnyDeserializer.cs
51
52
- Shippo/Utils/BigIntStrConverter.cs
52
53
- Shippo/Utils/DecimalStrConverter.cs
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.299.6
1
+ speakeasyVersion: 1.300.1
2
2
sources:
3
3
openapi:
4
4
sourceNamespace: openapi
5
- sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
6
- sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
5
+ sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
6
+ sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
7
7
tags:
8
8
- latest
9
+ - main
9
10
targets:
10
11
csharp:
11
12
source: openapi
12
13
sourceNamespace: openapi
13
- sourceRevisionDigest: sha256:4dfaf65fb7bd151cd888f9b929beebf0b1b82ffd54310141a0dc71cc51184e0b
14
- sourceBlobDigest: sha256:d5bab9648473be21eb7d2d79b5495a7646d759666fa4556aeb4ca885c7b41afb
14
+ sourceRevisionDigest: sha256:a19458bdacecbc87b9fc93fd4e96fdabae818f55ef6e139eb8b372136ac9f23c
15
+ sourceBlobDigest: sha256:00cb1d872a2518a672dbb129cd4a5f01c80aae57bf7db6af34594af4aef4f8b6
16
+ outLocation: /github/workspace/repo
15
17
workflow:
16
18
workflowVersion: 1.0.0
17
19
speakeasyVersion: latest
@@ -25,3 +27,6 @@ workflow:
25
27
csharp:
26
28
target: csharp
27
29
source: openapi
30
+ publish:
31
+ nuget:
32
+ apiKey: $nuget_api_key
Original file line number Diff line number Diff line change 13
13
### Nuget
14
14
15
15
``` bash
16
- dotnet add reference path/to/ Shippo.csproj
16
+ dotnet add package Shippo
17
17
```
18
18
<!-- End SDK Installation [installation] -->
19
19
Original file line number Diff line number Diff line change
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 - .
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ public class Addresses: IAddresses
80
80
{
81
81
public SDKConfig SDKConfiguration { get ; private set ; }
82
82
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 " ;
85
85
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" ;
87
87
private string _serverUrl = "" ;
88
88
private ISpeakeasyHttpClient _client ;
89
89
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ public class Batches: IBatches
111
111
{
112
112
public SDKConfig SDKConfiguration { get ; private set ; }
113
113
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 " ;
116
116
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" ;
118
118
private string _serverUrl = "" ;
119
119
private ISpeakeasyHttpClient _client ;
120
120
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ public class CarrierAccounts: ICarrierAccounts
113
113
{
114
114
public SDKConfig SDKConfiguration { get ; private set ; }
115
115
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 " ;
118
118
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" ;
120
120
private string _serverUrl = "" ;
121
121
private ISpeakeasyHttpClient _client ;
122
122
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public class CarrierParcelTemplates: ICarrierParcelTemplates
64
64
{
65
65
public SDKConfig SDKConfiguration { get ; private set ; }
66
66
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 " ;
69
69
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" ;
71
71
private string _serverUrl = "" ;
72
72
private ISpeakeasyHttpClient _client ;
73
73
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ public class CustomsDeclarations: ICustomsDeclarations
73
73
{
74
74
public SDKConfig SDKConfiguration { get ; private set ; }
75
75
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 " ;
78
78
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" ;
80
80
private string _serverUrl = "" ;
81
81
private ISpeakeasyHttpClient _client ;
82
82
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ public class CustomsItems: ICustomsItems
71
71
{
72
72
public SDKConfig SDKConfiguration { get ; private set ; }
73
73
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 " ;
76
76
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" ;
78
78
private string _serverUrl = "" ;
79
79
private ISpeakeasyHttpClient _client ;
80
80
private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments