Skip to content

Commit 7a58a29

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.279.0
1 parent 3baf540 commit 7a58a29

20 files changed

+111
-45
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 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: 1710218668d467d8f56c88d745bfdf80
4+
docChecksum: 5b0eee49ab3aced27d58ad63f2f07d70
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.277.8
7-
generationVersion: 2.319.10
8-
releaseVersion: 5.5.1
9-
configChecksum: 95a2d0255e4222e8fcba33b5f5d4cb1a
6+
speakeasyVersion: 1.279.0
7+
generationVersion: 2.322.5
8+
releaseVersion: 5.5.2
9+
configChecksum: 36c5d5bde3ef9142299ad52b6be894f9
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
@@ -18,7 +18,7 @@ features:
1818
globalServerURLs: 2.82.3
1919
globals: 2.82.1
2020
inputOutputModels: 2.83.0
21-
responseFormat: 0.0.2
21+
responseFormat: 0.0.3
2222
serverIDs: 2.82.1
2323
generatedFiles:
2424
- SpeakeasySDK/Apis.cs

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [csharp v5.5.1] .
600600
### Releases
601-
- [NuGet v5.5.1] https://www.nuget.org/packages/SpeakeasySDK/5.5.1 - .
601+
- [NuGet v5.5.1] https://www.nuget.org/packages/SpeakeasySDK/5.5.1 - .
602+
603+
## 2024-05-04 00:03:52
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
607+
- Speakeasy CLI 1.279.0 (2.322.5) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [csharp v5.5.2] .
610+
### Releases
611+
- [NuGet v5.5.2] https://www.nuget.org/packages/SpeakeasySDK/5.5.2 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
9898
{
9999
public SDKConfig SDKConfiguration { get; private set; }
100100
private const string _language = "csharp";
101-
private const string _sdkVersion = "5.5.1";
102-
private const string _sdkGenVersion = "2.319.10";
101+
private const string _sdkVersion = "5.5.2";
102+
private const string _sdkGenVersion = "2.322.5";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _defaultClient;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class Apis: IApis
9494
{
9595
public SDKConfig SDKConfiguration { get; private set; }
9696
private const string _language = "csharp";
97-
private const string _sdkVersion = "5.5.1";
98-
private const string _sdkGenVersion = "2.319.10";
97+
private const string _sdkVersion = "5.5.2";
98+
private const string _sdkGenVersion = "2.322.5";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _defaultClient;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
5757
{
5858
public SDKConfig SDKConfiguration { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "5.5.1";
61-
private const string _sdkGenVersion = "2.319.10";
60+
private const string _sdkVersion = "5.5.2";
61+
private const string _sdkGenVersion = "2.322.5";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _defaultClient;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

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

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public class Embeds: IEmbeds
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
private const string _language = "csharp";
59-
private const string _sdkVersion = "5.5.1";
60-
private const string _sdkGenVersion = "2.319.10";
59+
private const string _sdkVersion = "5.5.2";
60+
private const string _sdkGenVersion = "2.322.5";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _defaultClient;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

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

SpeakeasySDK/Metadata.cs

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

SpeakeasySDK/Models/Shared/CliEvent.cs

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ public class CliEvent
4242
[JsonProperty("duration_ms")]
4343
public long? DurationMs { get; set; }
4444

45+
/// <summary>
46+
/// Error message if the event was not successful.
47+
/// </summary>
48+
[JsonProperty("error")]
49+
public string? Error { get; set; }
50+
4551
/// <summary>
4652
/// Unique identifier for each execution of the CLI.
4753
/// </summary>
@@ -252,6 +258,12 @@ public class CliEvent
252258
[JsonProperty("interaction_type")]
253259
public InteractionType InteractionType { get; set; } = default!;
254260

261+
/// <summary>
262+
/// The last step of the event.
263+
/// </summary>
264+
[JsonProperty("last_step")]
265+
public string? LastStep { get; set; }
266+
255267
/// <summary>
256268
/// The checksum of the lint report.
257269
/// </summary>
@@ -300,6 +312,12 @@ public class CliEvent
300312
[JsonProperty("management_doc_version")]
301313
public string? ManagementDocVersion { get; set; }
302314

315+
/// <summary>
316+
/// Mermaid diagram
317+
/// </summary>
318+
[JsonProperty("mermaid_diagram")]
319+
public string? MermaidDiagram { get; set; }
320+
303321
/// <summary>
304322
/// The blob digest of the base source.
305323
/// </summary>
@@ -408,6 +426,30 @@ public class CliEvent
408426
[JsonProperty("success")]
409427
public bool Success { get; set; } = default!;
410428

429+
/// <summary>
430+
/// Workflow lock file (post execution)
431+
/// </summary>
432+
[JsonProperty("workflow_lock_post_raw")]
433+
public string? WorkflowLockPostRaw { get; set; }
434+
435+
/// <summary>
436+
/// Workflow lock file (prior to execution)
437+
/// </summary>
438+
[JsonProperty("workflow_lock_pre_raw")]
439+
public string? WorkflowLockPreRaw { get; set; }
440+
441+
/// <summary>
442+
/// Workflow file (post execution)
443+
/// </summary>
444+
[JsonProperty("workflow_post_raw")]
445+
public string? WorkflowPostRaw { get; set; }
446+
447+
/// <summary>
448+
/// Workflow file (prior to execution)
449+
/// </summary>
450+
[JsonProperty("workflow_pre_raw")]
451+
public string? WorkflowPreRaw { get; set; }
452+
411453
/// <summary>
412454
/// Identifier of the workspace.
413455
/// </summary>

SpeakeasySDK/Models/Shared/TargetSDK.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ public class TargetSDK
3030
[JsonProperty("continuous_integration_environment")]
3131
public string? ContinuousIntegrationEnvironment { get; set; }
3232

33+
/// <summary>
34+
/// Error message if the last event was not successful.
35+
/// </summary>
36+
[JsonProperty("error")]
37+
public string? Error { get; set; }
38+
3339
/// <summary>
3440
/// Version of the generated target (post generation)
3541
/// </summary>

SpeakeasySDK/Organizations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public class Organizations: IOrganizations
3838
{
3939
public SDKConfig SDKConfiguration { get; private set; }
4040
private const string _language = "csharp";
41-
private const string _sdkVersion = "5.5.1";
42-
private const string _sdkGenVersion = "2.319.10";
41+
private const string _sdkVersion = "5.5.2";
42+
private const string _sdkGenVersion = "2.322.5";
4343
private const string _openapiDocVersion = "0.4.0 .";
44-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
44+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
4545
private string _serverUrl = "";
4646
private ISpeakeasyHttpClient _defaultClient;
4747
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

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

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Requests: IRequests
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.5.1";
65-
private const string _sdkGenVersion = "2.319.10";
64+
private const string _sdkVersion = "5.5.2";
65+
private const string _sdkGenVersion = "2.322.5";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _defaultClient;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ public class Schemas: ISchemas
9696
{
9797
public SDKConfig SDKConfiguration { get; private set; }
9898
private const string _language = "csharp";
99-
private const string _sdkVersion = "5.5.1";
100-
private const string _sdkGenVersion = "2.319.10";
99+
private const string _sdkVersion = "5.5.2";
100+
private const string _sdkGenVersion = "2.322.5";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _defaultClient;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/Speakeasy.cs

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

142142
private const string _language = "csharp";
143-
private const string _sdkVersion = "5.5.1";
144-
private const string _sdkGenVersion = "2.319.10";
143+
private const string _sdkVersion = "5.5.2";
144+
private const string _sdkGenVersion = "2.322.5";
145145
private const string _openapiDocVersion = "0.4.0 .";
146-
private const string _userAgent = "speakeasy-sdk/csharp 5.5.1 2.319.10 0.4.0 . SpeakeasySDK";
146+
private const string _userAgent = "speakeasy-sdk/csharp 5.5.2 2.322.5 0.4.0 . SpeakeasySDK";
147147
private string _serverUrl = "";
148148
private SDKConfig.Server? _server = null;
149149
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.5.1</Version>
5+
<Version>5.5.2</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)