Skip to content

Commit b946bdb

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.267.0
1 parent 82622f5 commit b946bdb

File tree

18 files changed

+75
-44
lines changed

18 files changed

+75
-44
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
4-
docChecksum: 95815a9501527c69c4aab613380685a5
4+
docChecksum: 141a9989778e09b7c6bb43e496b49905
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.260.6
7-
generationVersion: 2.311.1
8-
releaseVersion: 5.4.4
9-
configChecksum: 4a374149f9c34c8981c518324bd89667
6+
speakeasyVersion: 1.267.0
7+
generationVersion: 2.312.0
8+
releaseVersion: 5.4.5
9+
configChecksum: c312adcab0e9184fcb2e1a993f3a69cc
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,14 @@ Based on:
558558
### Generated
559559
- [csharp v5.4.4] .
560560
### Releases
561-
- [NuGet v5.4.4] https://www.nuget.org/packages/SpeakeasySDK/5.4.4 - .
561+
- [NuGet v5.4.4] https://www.nuget.org/packages/SpeakeasySDK/5.4.4 - .
562+
563+
## 2024-04-20 00:03:20
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
567+
- Speakeasy CLI 1.267.0 (2.312.0) https://github.com/speakeasy-api/speakeasy
568+
### Generated
569+
- [csharp v5.4.5] .
570+
### Releases
571+
- [NuGet v5.4.5] https://www.nuget.org/packages/SpeakeasySDK/5.4.5 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ public class ApiEndpoints: IApiEndpoints
9797
{
9898
public SDKConfig SDKConfiguration { get; private set; }
9999
private const string _language = "csharp";
100-
private const string _sdkVersion = "5.4.4";
101-
private const string _sdkGenVersion = "2.311.1";
100+
private const string _sdkVersion = "5.4.5";
101+
private const string _sdkGenVersion = "2.312.0";
102102
private const string _openapiDocVersion = "0.4.0";
103-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
103+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
104104
private string _serverUrl = "";
105105
private ISpeakeasyHttpClient _defaultClient;
106106
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ public class Apis: IApis
9393
{
9494
public SDKConfig SDKConfiguration { get; private set; }
9595
private const string _language = "csharp";
96-
private const string _sdkVersion = "5.4.4";
97-
private const string _sdkGenVersion = "2.311.1";
96+
private const string _sdkVersion = "5.4.5";
97+
private const string _sdkGenVersion = "2.312.0";
9898
private const string _openapiDocVersion = "0.4.0";
99-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
99+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
100100
private string _serverUrl = "";
101101
private ISpeakeasyHttpClient _defaultClient;
102102
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public class Artifacts: IArtifacts
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "5.4.4";
55-
private const string _sdkGenVersion = "2.311.1";
54+
private const string _sdkVersion = "5.4.5";
55+
private const string _sdkGenVersion = "2.312.0";
5656
private const string _openapiDocVersion = "0.4.0";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _defaultClient;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class Auth: IAuth
5959
{
6060
public SDKConfig SDKConfiguration { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "5.4.4";
63-
private const string _sdkGenVersion = "2.311.1";
62+
private const string _sdkVersion = "5.4.5";
63+
private const string _sdkGenVersion = "2.312.0";
6464
private const string _openapiDocVersion = "0.4.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _defaultClient;
6868
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ public class Embeds: IEmbeds
5555
{
5656
public SDKConfig SDKConfiguration { get; private set; }
5757
private const string _language = "csharp";
58-
private const string _sdkVersion = "5.4.4";
59-
private const string _sdkGenVersion = "2.311.1";
58+
private const string _sdkVersion = "5.4.5";
59+
private const string _sdkGenVersion = "2.312.0";
6060
private const string _openapiDocVersion = "0.4.0";
61-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
61+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
6262
private string _serverUrl = "";
6363
private ISpeakeasyHttpClient _defaultClient;
6464
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public class Events: IEvents
5454
{
5555
public SDKConfig SDKConfiguration { get; private set; }
5656
private const string _language = "csharp";
57-
private const string _sdkVersion = "5.4.4";
58-
private const string _sdkGenVersion = "2.311.1";
57+
private const string _sdkVersion = "5.4.5";
58+
private const string _sdkGenVersion = "2.312.0";
5959
private const string _openapiDocVersion = "0.4.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _defaultClient;
6363
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ public class Metadata: IMetadata
5050
{
5151
public SDKConfig SDKConfiguration { get; private set; }
5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "5.4.4";
54-
private const string _sdkGenVersion = "2.311.1";
53+
private const string _sdkVersion = "5.4.5";
54+
private const string _sdkGenVersion = "2.312.0";
5555
private const string _openapiDocVersion = "0.4.0";
56-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
56+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
5757
private string _serverUrl = "";
5858
private ISpeakeasyHttpClient _defaultClient;
5959
private Func<Security>? _securitySource;

SpeakeasySDK/Models/Shared/TargetSDK.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,24 @@ public class TargetSDK
168168
[JsonProperty("repo_label")]
169169
public string? RepoLabel { get; set; }
170170

171+
/// <summary>
172+
/// The blob digest of the source.
173+
/// </summary>
174+
[JsonProperty("source_blob_digest")]
175+
public string? SourceBlobDigest { get; set; }
176+
177+
/// <summary>
178+
/// The namespace name of the source.
179+
/// </summary>
180+
[JsonProperty("source_namespace_name")]
181+
public string? SourceNamespaceName { get; set; }
182+
183+
/// <summary>
184+
/// The revision digest of the source.
185+
/// </summary>
186+
[JsonProperty("source_revision_digest")]
187+
public string? SourceRevisionDigest { get; set; }
188+
171189
/// <summary>
172190
/// Indicates whether the event was successful.
173191
/// </summary>

SpeakeasySDK/Organizations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ public class Organizations: IOrganizations
3737
{
3838
public SDKConfig SDKConfiguration { get; private set; }
3939
private const string _language = "csharp";
40-
private const string _sdkVersion = "5.4.4";
41-
private const string _sdkGenVersion = "2.311.1";
40+
private const string _sdkVersion = "5.4.5";
41+
private const string _sdkGenVersion = "2.312.0";
4242
private const string _openapiDocVersion = "0.4.0";
43-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
43+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
4444
private string _serverUrl = "";
4545
private ISpeakeasyHttpClient _defaultClient;
4646
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ public class Reports: IReports
5050
{
5151
public SDKConfig SDKConfiguration { get; private set; }
5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "5.4.4";
54-
private const string _sdkGenVersion = "2.311.1";
53+
private const string _sdkVersion = "5.4.5";
54+
private const string _sdkGenVersion = "2.312.0";
5555
private const string _openapiDocVersion = "0.4.0";
56-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
56+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
5757
private string _serverUrl = "";
5858
private ISpeakeasyHttpClient _defaultClient;
5959
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class Requests: IRequests
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
private const string _language = "csharp";
63-
private const string _sdkVersion = "5.4.4";
64-
private const string _sdkGenVersion = "2.311.1";
63+
private const string _sdkVersion = "5.4.5";
64+
private const string _sdkGenVersion = "2.312.0";
6565
private const string _openapiDocVersion = "0.4.0";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _defaultClient;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ public class Schemas: ISchemas
9595
{
9696
public SDKConfig SDKConfiguration { get; private set; }
9797
private const string _language = "csharp";
98-
private const string _sdkVersion = "5.4.4";
99-
private const string _sdkGenVersion = "2.311.1";
98+
private const string _sdkVersion = "5.4.5";
99+
private const string _sdkGenVersion = "2.312.0";
100100
private const string _openapiDocVersion = "0.4.0";
101-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
101+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
102102
private string _serverUrl = "";
103103
private ISpeakeasyHttpClient _defaultClient;
104104
private Func<Security>? _securitySource;

SpeakeasySDK/Speakeasy.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ public class Speakeasy: ISpeakeasy
127127
public SDKConfig SDKConfiguration { get; private set; }
128128

129129
private const string _language = "csharp";
130-
private const string _sdkVersion = "5.4.4";
131-
private const string _sdkGenVersion = "2.311.1";
130+
private const string _sdkVersion = "5.4.5";
131+
private const string _sdkGenVersion = "2.312.0";
132132
private const string _openapiDocVersion = "0.4.0";
133-
private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK";
133+
private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK";
134134
private string _serverUrl = "";
135135
private SDKConfig.Server? _server = null;
136136
private ISpeakeasyHttpClient _defaultClient;

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>SpeakeasySDK</PackageId>
5-
<Version>5.4.4</Version>
5+
<Version>5.4.5</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

docs/Models/Shared/TargetSDK.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
| `LastEventId` | *string* | :heavy_check_mark: | Unique identifier of the last event for the target |
3131
| `LastEventInteractionType` | [InteractionType](../../Models/Shared/InteractionType.md) | :heavy_check_mark: | Type of interaction. |
3232
| `RepoLabel` | *string* | :heavy_minus_sign: | Label of the git repository. |
33+
| `SourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the source. |
34+
| `SourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the source. |
35+
| `SourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the source. |
3336
| `Success` | *bool* | :heavy_minus_sign: | Indicates whether the event was successful. |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
csharp:
13-
version: 5.4.4
13+
version: 5.4.5
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: true
1616
disableNamespacePascalCasingApr2024: false

0 commit comments

Comments
 (0)