Skip to content

Commit 428304c

Browse files
committed
regen with 1.761.3
1 parent e1b4db2 commit 428304c

280 files changed

Lines changed: 4095 additions & 2175 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 567 additions & 567 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.692.0
1+
speakeasyVersion: 1.761.3
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:fed9c70c5e8d208724a036ee5ea1efb31b3fd7e0d4c3d18a820fb9500e9b337d
6-
sourceBlobDigest: sha256:357675236ffe6b3431464820ba690793f165dcb41475efb244ab6cad47fc1f50
5+
sourceRevisionDigest: sha256:dac7a3850ebb7d036efa93658b5704753d504595aac9f045ca1b8d9c85b3d2ac
6+
sourceBlobDigest: sha256:3e59af5accd2bcf1d96389047acb564c33bbda9339229485a8e859ab8bd6d604
77
tags:
88
- latest
99
- 0.4.0
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:fed9c70c5e8d208724a036ee5ea1efb31b3fd7e0d4c3d18a820fb9500e9b337d
15-
sourceBlobDigest: sha256:357675236ffe6b3431464820ba690793f165dcb41475efb244ab6cad47fc1f50
14+
sourceRevisionDigest: sha256:dac7a3850ebb7d036efa93658b5704753d504595aac9f045ca1b8d9c85b3d2ac
15+
sourceBlobDigest: sha256:3e59af5accd2bcf1d96389047acb564c33bbda9339229485a8e859ab8bd6d604
1616
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17-
codeSamplesRevisionDigest: sha256:c92ead525aab75c7d896f504e39601e431fd753f52405e0fd56f31cb824c9244
17+
codeSamplesRevisionDigest: sha256:f4dcc477b4ee242d84dfc6f1fa47d44f24286e5a78a6307d4f80c63458c94ce2
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

codeSamples.yaml

Lines changed: 62 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ actions:
231231
CodeSampleSchemaInput req = new CodeSampleSchemaInput() {
232232
Language = "<value>",
233233
SchemaFile = new SchemaFile() {
234-
FileName = "example.file",
235234
Content = System.IO.File.ReadAllBytes("example.file"),
235+
FileName = "example.file",
236236
},
237237
};
238238
@@ -255,8 +255,8 @@ actions:
255255
CodeSampleSchemaInput req = new CodeSampleSchemaInput() {
256256
Language = "<value>",
257257
SchemaFile = new SchemaFile() {
258-
FileName = "example.file",
259258
Content = System.IO.File.ReadAllBytes("example.file"),
259+
FileName = "example.file",
260260
},
261261
};
262262
@@ -365,12 +365,12 @@ actions:
365365
});
366366
367367
GithubConfigureMintlifyRepoRequest req = new GithubConfigureMintlifyRepoRequest() {
368-
Org = "<value>",
369-
Repo = "<value>",
370368
Input = "<value>",
369+
Org = "<value>",
371370
Overlays = new List<string>() {
372371
"<value 1>",
373372
},
373+
Repo = "<value>",
374374
};
375375
376376
var res = await sdk.Github.ConfigureMintlifyRepoAsync(req);
@@ -495,9 +495,9 @@ actions:
495495
});
496496
497497
GetGithubSetupStateRequest req = new GetGithubSetupStateRequest() {
498+
GenerateGenLockId = "<id>",
498499
Org = "<value>",
499500
Repo = "<value>",
500-
GenerateGenLockId = "<id>",
501501
};
502502
503503
var res = await sdk.Github.GetSetupAsync(req);
@@ -517,9 +517,9 @@ actions:
517517
});
518518
519519
GithubTriggerActionRequest req = new GithubTriggerActionRequest() {
520+
GenLockId = "<id>",
520521
Org = "<value>",
521522
RepoName = "<value>",
522-
GenLockId = "<id>",
523523
};
524524
525525
var res = await sdk.Github.TriggerActionAsync(req);
@@ -540,10 +540,10 @@ actions:
540540
});
541541
542542
GetBlobRequest req = new GetBlobRequest() {
543+
Digest = "<value>",
544+
NamespaceName = "<value>",
543545
OrganizationSlug = "<value>",
544546
WorkspaceSlug = "<value>",
545-
NamespaceName = "<value>",
546-
Digest = "<value>",
547547
};
548548
549549
var res = await sdk.Artifacts.GetBlobAsync(req);
@@ -564,10 +564,10 @@ actions:
564564
});
565565
566566
GetManifestRequest req = new GetManifestRequest() {
567-
OrganizationSlug = "<value>",
568-
WorkspaceSlug = "<value>",
569567
NamespaceName = "<value>",
568+
OrganizationSlug = "<value>",
570569
RevisionReference = "<value>",
570+
WorkspaceSlug = "<value>",
571571
};
572572
573573
var res = await sdk.Artifacts.GetManifestAsync(req);
@@ -588,14 +588,14 @@ actions:
588588
});
589589
590590
Organization req = new Organization() {
591+
AccountType = AccountType.ScaleUp,
592+
CreatedAt = System.DateTime.Parse("2026-10-26T09:05:00.560Z").ToUniversalTime(),
591593
Id = "<id>",
592594
Name = "<value>",
593595
Slug = "<value>",
594-
AccountType = AccountType.ScaleUp,
596+
SsoActivated = false,
595597
TelemetryDisabled = false,
596-
CreatedAt = System.DateTime.Parse("2026-12-17T21:02:28.497Z"),
597-
UpdatedAt = System.DateTime.Parse("2026-07-22T00:26:10.078Z"),
598-
SsoActivated = true,
598+
UpdatedAt = System.DateTime.Parse("2024-12-22T08:00:51.380Z").ToUniversalTime(),
599599
};
600600
601601
var res = await sdk.Organizations.CreateAsync(req);
@@ -887,8 +887,8 @@ actions:
887887
UploadReportRequestBody req = new UploadReportRequestBody() {
888888
Data = new Report() {},
889889
File = new SpeakeasySDK.Models.Operations.File() {
890-
FileName = "example.file",
891890
Content = System.IO.File.ReadAllBytes("example.file"),
891+
FileName = "example.file",
892892
},
893893
};
894894
@@ -971,10 +971,10 @@ actions:
971971
});
972972
973973
CreateSchemaStoreItemRequestBody req = new CreateSchemaStoreItemRequestBody() {
974-
Spec = "<value>",
974+
Format = SpeakeasySDK.Models.Operations.Format.Yaml,
975975
PackageName = "<value>",
976976
SDKClassname = "<value>",
977-
Format = SpeakeasySDK.Models.Operations.Format.Yaml,
977+
Spec = "<value>",
978978
};
979979
980980
var res = await sdk.SchemaStore.CreateSchemaStoreItemAsync(req);
@@ -1016,8 +1016,8 @@ actions:
10161016
});
10171017
10181018
ActivateSubscriptionNamespaceRequest req = new ActivateSubscriptionNamespaceRequest() {
1019-
SubscriptionID = "<id>",
10201019
NamespaceName = "<value>",
1020+
SubscriptionID = "<id>",
10211021
};
10221022
10231023
var res = await sdk.Subscriptions.ActivateSubscriptionNamespaceAsync(req);
@@ -1038,8 +1038,8 @@ actions:
10381038
});
10391039
10401040
IgnoreSubscriptionNamespaceRequest req = new IgnoreSubscriptionNamespaceRequest() {
1041-
SubscriptionID = "<id>",
10421041
NamespaceName = "<value>",
1042+
SubscriptionID = "<id>",
10431043
};
10441044
10451045
var res = await sdk.Subscriptions.IgnoreSubscriptionNamespaceAsync(req);
@@ -1060,10 +1060,10 @@ actions:
10601060
});
10611061
10621062
SuggestItemsRequestBody req = new SuggestItemsRequestBody() {
1063-
Prompt = "<value>",
10641063
Items = new List<string>() {
10651064
"<value 1>",
10661065
},
1066+
Prompt = "<value>",
10671067
};
10681068
10691069
var res = await sdk.Suggest.SuggestItemsAsync(req);
@@ -1084,13 +1084,13 @@ actions:
10841084
});
10851085
10861086
SuggestOpenAPIRequest req = new SuggestOpenAPIRequest() {
1087-
XSessionId = "<id>",
10881087
RequestBody = new SuggestOpenAPIRequestBody() {
10891088
Schema = new Schema() {
1090-
FileName = "example.file",
10911089
Content = System.IO.File.ReadAllBytes("example.file"),
1090+
FileName = "example.file",
10921091
},
10931092
},
1093+
XSessionId = "<id>",
10941094
};
10951095
10961096
var res = await sdk.Suggest.SuggestOpenAPIAsync(req);
@@ -1135,21 +1135,40 @@ actions:
11351135
});
11361136
11371137
SuggestRequest req = new SuggestRequest() {
1138-
XSessionId = "<id>",
11391138
SuggestRequestBody = new SuggestRequestBody() {
1139+
Diagnostics = new List<Diagnostic>() {
1140+
new Diagnostic() {
1141+
Message = "<value>",
1142+
Path = new List<string>() {
1143+
"/usr/src",
1144+
},
1145+
Type = "<value>",
1146+
},
1147+
},
11401148
OasSummary = new OASSummary() {
11411149
Info = new OASInfo() {
1142-
Title = "<value>",
1150+
Description = "prioritize bell vainly",
1151+
License = new License() {},
11431152
Summary = "<value>",
1144-
Description = "strictly shyly who and than majority unit boohoo",
1153+
Title = "<value>",
11451154
Version = "<value>",
1146-
License = new License() {},
11471155
},
1148-
Operations = new List<OASOperation>() {},
1156+
Operations = new List<OASOperation>() {
1157+
new OASOperation() {
1158+
Description = "though since instead accurate safe unnaturally charming",
1159+
Method = "<value>",
1160+
OperationId = "<id>",
1161+
Path = "/usr/local/bin",
1162+
Tags = new List<string>() {
1163+
"<value 1>",
1164+
"<value 2>",
1165+
},
1166+
},
1167+
},
11491168
},
11501169
SuggestionType = SuggestRequestBodySuggestionType.MethodNames,
1151-
Diagnostics = new List<Diagnostic>() {},
11521170
},
1171+
XSessionId = "<id>",
11531172
};
11541173
11551174
var res = await sdk.Suggest.SuggestAsync(req);
@@ -1202,12 +1221,12 @@ actions:
12021221
});
12031222
12041223
Workspace req = new Workspace() {
1205-
CreatedAt = System.DateTime.Parse("2024-11-17T13:41:10.525Z"),
1224+
CreatedAt = System.DateTime.Parse("2024-11-17T13:41:10.525Z").ToUniversalTime(),
12061225
Id = "<id>",
12071226
Name = "<value>",
12081227
OrganizationId = "<id>",
12091228
Slug = "<value>",
1210-
UpdatedAt = System.DateTime.Parse("2025-11-21T08:36:32.740Z"),
1229+
UpdatedAt = System.DateTime.Parse("2025-11-21T08:36:32.740Z").ToUniversalTime(),
12111230
Verified = true,
12121231
};
12131232
@@ -1315,12 +1334,12 @@ actions:
13151334
13161335
UpdateWorkspaceDetailsRequest req = new UpdateWorkspaceDetailsRequest() {
13171336
Workspace = new Workspace() {
1318-
CreatedAt = System.DateTime.Parse("2024-08-01T22:30:24.264Z"),
1337+
CreatedAt = System.DateTime.Parse("2024-08-01T22:30:24.264Z").ToUniversalTime(),
13191338
Id = "<id>",
13201339
Name = "<value>",
13211340
OrganizationId = "<id>",
13221341
Slug = "<value>",
1323-
UpdatedAt = System.DateTime.Parse("2026-01-24T03:53:13.581Z"),
1342+
UpdatedAt = System.DateTime.Parse("2026-01-24T03:53:13.581Z").ToUniversalTime(),
13241343
Verified = true,
13251344
},
13261345
};
@@ -1372,15 +1391,15 @@ actions:
13721391
PostWorkspaceEventsRequest req = new PostWorkspaceEventsRequest() {
13731392
RequestBody = new List<CliEvent>() {
13741393
new CliEvent() {
1375-
Id = "<id>",
1394+
CreatedAt = System.DateTime.Parse("2024-02-16T09:12:42.397Z").ToUniversalTime(),
13761395
ExecutionId = "<id>",
1377-
WorkspaceId = "<id>",
1396+
Id = "<id>",
1397+
InteractionType = InteractionType.Quickstart,
1398+
LocalStartedAt = System.DateTime.Parse("2025-01-23T01:13:51.002Z").ToUniversalTime(),
13781399
SpeakeasyApiKeyName = "<value>",
1379-
InteractionType = InteractionType.CiExec,
1380-
LocalStartedAt = System.DateTime.Parse("2025-12-22T21:01:06.740Z"),
1381-
CreatedAt = System.DateTime.Parse("2025-01-23T01:13:51.002Z"),
13821400
SpeakeasyVersion = "<value>",
13831401
Success = true,
1402+
WorkspaceId = "<id>",
13841403
},
13851404
},
13861405
};
@@ -1498,10 +1517,10 @@ actions:
14981517
14991518
UpdateWorkspaceSettingsRequest req = new UpdateWorkspaceSettingsRequest() {
15001519
WorkspaceSettings = new WorkspaceSettings() {
1520+
CreatedAt = System.DateTime.Parse("2026-03-09T15:48:09.330Z").ToUniversalTime(),
1521+
UpdatedAt = System.DateTime.Parse("2026-11-24T16:37:53.492Z").ToUniversalTime(),
1522+
WebhookUrl = "https://wobbly-lid.org",
15011523
WorkspaceId = "<id>",
1502-
WebhookUrl = "https://wicked-reboot.org",
1503-
CreatedAt = System.DateTime.Parse("2025-07-27T10:14:11.397Z"),
1504-
UpdatedAt = System.DateTime.Parse("2026-12-12T17:54:28.990Z"),
15051524
},
15061525
};
15071526
@@ -1620,12 +1639,12 @@ actions:
16201639
16211640
CreateWorkspaceTokenRequest req = new CreateWorkspaceTokenRequest() {
16221641
WorkspaceToken = new WorkspaceToken() {
1642+
Alg = "<value>",
1643+
CreatedAt = System.DateTime.Parse("2025-10-04T10:23:04.522Z").ToUniversalTime(),
16231644
Id = "<id>",
1645+
Key = "<key>",
16241646
Name = "<value>",
16251647
WorkspaceId = "<id>",
1626-
Alg = "<value>",
1627-
Key = "<key>",
1628-
CreatedAt = System.DateTime.Parse("2025-10-04T10:23:04.522Z"),
16291648
},
16301649
};
16311650

docs/Models/Operations/Format.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The format of the OpenAPI specification.
44

5+
## Example Usage
6+
7+
```csharp
8+
using SpeakeasySDK.Models.Operations;
9+
10+
var value = Format.Json;
11+
```
12+
513

614
## Values
715

docs/Models/Shared/AccountType.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# AccountType
22

3+
## Example Usage
4+
5+
```csharp
6+
using SpeakeasySDK.Models.Shared;
7+
8+
var value = AccountType.Free;
9+
10+
// Open enum: use .Of() to create instances from custom string values
11+
var custom = AccountType.Of("custom_value");
12+
```
13+
314

415
## Values
516

docs/Models/Shared/BillingAddOn.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# BillingAddOn
22

3+
## Example Usage
4+
5+
```csharp
6+
using SpeakeasySDK.Models.Shared;
7+
8+
var value = BillingAddOn.Webhooks;
9+
10+
// Open enum: use .Of() to create instances from custom string values
11+
var custom = BillingAddOn.Of("custom_value");
12+
```
13+
314

415
## Values
516

docs/Models/Shared/CodeSamplesJobStatus.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The current status of the job. Possible values are `pending` or `running`.
44

5+
## Example Usage
6+
7+
```csharp
8+
using SpeakeasySDK.Models.Shared;
9+
10+
var value = CodeSamplesJobStatus.Pending;
11+
```
12+
513

614
## Values
715

0 commit comments

Comments
 (0)