Skip to content

Commit 51e90f0

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.552.0
1 parent d25b67a commit 51e90f0

File tree

147 files changed

+4840
-1346
lines changed

Some content is hidden

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

147 files changed

+4840
-1346
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
.DS_Store
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
obj/
25
bin/
36
debug/
4-
.idea/
7+
.idea/

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.468.2
1+
speakeasyVersion: 1.552.0
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
6-
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
5+
sourceRevisionDigest: sha256:914240ecdf581f2c21dcfb729a96c9965c2268ad421a03c07c2ba1dfeb841388
6+
sourceBlobDigest: sha256:0442ef7698d8979dd825b3eab0ab868ac86580f4cffcd3e0dff7afdd6191e6d9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735949986
9+
- speakeasy-sdk-regen-1746490985
1010
- 0.4.0
1111
targets:
1212
speakeasy-client-sdk-csharp:
1313
source: speakeasy
1414
sourceNamespace: speakeasy
15-
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
16-
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
15+
sourceRevisionDigest: sha256:914240ecdf581f2c21dcfb729a96c9965c2268ad421a03c07c2ba1dfeb841388
16+
sourceBlobDigest: sha256:0442ef7698d8979dd825b3eab0ab868ac86580f4cffcd3e0dff7afdd6191e6d9
1717
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
18-
codeSamplesRevisionDigest: sha256:aacf508e82244f7628670bda7c73bdda3a36059c4143c3566f2b4d4935251ec8
18+
codeSamplesRevisionDigest: sha256:e0e481425444648102f54b287d9d4ecdcd467394d02ba16453b3303fca777b37
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4+
5+
## How to Report Issues
6+
7+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

NUGET.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ var sdk = new SDK(security: new Security() {
1818
RemoteSource req = new RemoteSource() {
1919
Inputs = new List<RemoteDocument>() {
2020
new RemoteDocument() {
21-
RegistryUrl = "https://productive-swine.net",
21+
RegistryUrl = "https://angelic-gift.net/",
2222
},
2323
},
2424
Output = new RemoteDocument() {
25-
RegistryUrl = "https://spiteful-apricot.info",
25+
RegistryUrl = "https://interesting-airline.biz",
2626
},
2727
};
2828

@@ -58,11 +58,11 @@ var sdk = new SDK(security: new Security() {
5858
RemoteSource req = new RemoteSource() {
5959
Inputs = new List<RemoteDocument>() {
6060
new RemoteDocument() {
61-
RegistryUrl = "https://productive-swine.net",
61+
RegistryUrl = "https://angelic-gift.net/",
6262
},
6363
},
6464
Output = new RemoteDocument() {
65-
RegistryUrl = "https://spiteful-apricot.info",
65+
RegistryUrl = "https://interesting-airline.biz",
6666
},
6767
};
6868

@@ -208,11 +208,11 @@ try
208208
RemoteSource req = new RemoteSource() {
209209
Inputs = new List<RemoteDocument>() {
210210
new RemoteDocument() {
211-
RegistryUrl = "https://productive-swine.net",
211+
RegistryUrl = "https://angelic-gift.net/",
212212
},
213213
},
214214
Output = new RemoteDocument() {
215-
RegistryUrl = "https://spiteful-apricot.info",
215+
RegistryUrl = "https://interesting-airline.biz",
216216
},
217217
};
218218

@@ -243,9 +243,9 @@ catch (Exception ex)
243243

244244
You can override the default server globally by passing a server name to the `server: string` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
245245

246-
| Name | Server |
247-
| ------ | ----------------------------------- |
248-
| `prod` | `https://api.prod.speakeasyapi.dev` |
246+
| Name | Server | Description |
247+
| ------ | -------------------------------- | ----------- |
248+
| `prod` | `https://api.prod.speakeasy.com` | |
249249

250250
#### Example
251251

@@ -264,11 +264,11 @@ var sdk = new SDK(
264264
RemoteSource req = new RemoteSource() {
265265
Inputs = new List<RemoteDocument>() {
266266
new RemoteDocument() {
267-
RegistryUrl = "https://productive-swine.net",
267+
RegistryUrl = "https://angelic-gift.net/",
268268
},
269269
},
270270
Output = new RemoteDocument() {
271-
RegistryUrl = "https://spiteful-apricot.info",
271+
RegistryUrl = "https://interesting-airline.biz",
272272
},
273273
};
274274

@@ -286,7 +286,7 @@ using SpeakeasySDK.Models.Shared;
286286
using System.Collections.Generic;
287287

288288
var sdk = new SDK(
289-
serverUrl: "https://api.prod.speakeasyapi.dev",
289+
serverUrl: "https://api.prod.speakeasy.com",
290290
security: new Security() {
291291
APIKey = "<YOUR_API_KEY_HERE>",
292292
}
@@ -295,11 +295,11 @@ var sdk = new SDK(
295295
RemoteSource req = new RemoteSource() {
296296
Inputs = new List<RemoteDocument>() {
297297
new RemoteDocument() {
298-
RegistryUrl = "https://productive-swine.net",
298+
RegistryUrl = "https://angelic-gift.net/",
299299
},
300300
},
301301
Output = new RemoteDocument() {
302-
RegistryUrl = "https://spiteful-apricot.info",
302+
RegistryUrl = "https://interesting-airline.biz",
303303
},
304304
};
305305

README.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ var sdk = new SDK(security: new Security() {
5858
RemoteSource req = new RemoteSource() {
5959
Inputs = new List<RemoteDocument>() {
6060
new RemoteDocument() {
61-
RegistryUrl = "https://productive-swine.net",
61+
RegistryUrl = "https://angelic-gift.net/",
6262
},
6363
},
6464
Output = new RemoteDocument() {
65-
RegistryUrl = "https://spiteful-apricot.info",
65+
RegistryUrl = "https://interesting-airline.biz",
6666
},
6767
};
6868

@@ -89,6 +89,7 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
8989
* [ListRemoteSources](docs/sdks/artifacts/README.md#listremotesources) - Get remote sources attached to a particular namespace
9090
* [PostTags](docs/sdks/artifacts/README.md#posttags) - Add tags to an existing revision
9191
* [Preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
92+
* [SetArchived](docs/sdks/artifacts/README.md#setarchived) - Set whether a namespace is archived
9293
* [SetVisibility](docs/sdks/artifacts/README.md#setvisibility) - Set visibility of a namespace with an existing metadata entry
9394

9495
### [Auth](docs/sdks/auth/README.md)
@@ -102,7 +103,6 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
102103

103104
* [GenerateCodeSamplePreview](docs/sdks/codesamples/README.md#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
104105
* [GenerateCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#generatecodesamplepreviewasync) - Initiate asynchronous Code Sample preview generation from a file and configuration parameters, receiving an async JobID response for polling.
105-
* [Get](docs/sdks/codesamples/README.md#get) - Retrieve usage snippets from document stored in the registry
106106
* [GetCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
107107

108108
### [Events](docs/sdks/events/README.md)
@@ -130,17 +130,35 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
130130
### [Organizations](docs/sdks/organizations/README.md)
131131

132132
* [Create](docs/sdks/organizations/README.md#create) - Create an organization
133+
* [CreateBillingAddOns](docs/sdks/organizations/README.md#createbillingaddons) - Create billing add ons
133134
* [CreateFreeTrial](docs/sdks/organizations/README.md#createfreetrial) - Create a free trial for an organization
135+
* [DeleteBillingAddOn](docs/sdks/organizations/README.md#deletebillingaddon) - Delete billing add ons
134136
* [Get](docs/sdks/organizations/README.md#get) - Get organization
135137
* [GetAll](docs/sdks/organizations/README.md#getall) - Get organizations for a user
138+
* [GetBillingAddOns](docs/sdks/organizations/README.md#getbillingaddons) - Get billing add ons
136139
* [GetUsage](docs/sdks/organizations/README.md#getusage) - Get billing usage summary for a particular organization
137140

141+
### [PublishingTokens](docs/sdks/publishingtokens/README.md)
142+
143+
* [Create](docs/sdks/publishingtokens/README.md#create) - Create a publishing token for a workspace
144+
* [Delete](docs/sdks/publishingtokens/README.md#delete) - Delete a specific publishing token
145+
* [Get](docs/sdks/publishingtokens/README.md#get) - Get a specific publishing token
146+
* [List](docs/sdks/publishingtokens/README.md#list) - Get publishing tokens for a workspace
147+
* [ResolveMetadata](docs/sdks/publishingtokens/README.md#resolvemetadata) - Get metadata about the token
148+
* [ResolveTarget](docs/sdks/publishingtokens/README.md#resolvetarget) - Get a specific publishing token target
149+
* [Update](docs/sdks/publishingtokens/README.md#update) - Updates the validitity period of a publishing token
150+
138151
### [Reports](docs/sdks/reports/README.md)
139152

140153
* [GetChangesReportSignedUrl](docs/sdks/reports/README.md#getchangesreportsignedurl) - Get the signed access url for the change reports for a particular document.
141154
* [GetLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
142155
* [UploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
143156

157+
### [SchemaStore](docs/sdks/schemastore/README.md)
158+
159+
* [CreateSchemaStoreItem](docs/sdks/schemastore/README.md#createschemastoreitem) - Create a schema in the schema store
160+
* [GetSchemaStoreItem](docs/sdks/schemastore/README.md#getschemastoreitem) - Get a OAS schema from the schema store
161+
144162

145163
### [ShortURLs](docs/sdks/shorturls/README.md)
146164

@@ -188,9 +206,9 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);
188206

189207
You can override the default server globally by passing a server name to the `server: string` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
190208

191-
| Name | Server |
192-
| ------ | ----------------------------------- |
193-
| `prod` | `https://api.prod.speakeasyapi.dev` |
209+
| Name | Server | Description |
210+
| ------ | -------------------------------- | ----------- |
211+
| `prod` | `https://api.prod.speakeasy.com` | |
194212

195213
#### Example
196214

@@ -209,11 +227,11 @@ var sdk = new SDK(
209227
RemoteSource req = new RemoteSource() {
210228
Inputs = new List<RemoteDocument>() {
211229
new RemoteDocument() {
212-
RegistryUrl = "https://productive-swine.net",
230+
RegistryUrl = "https://angelic-gift.net/",
213231
},
214232
},
215233
Output = new RemoteDocument() {
216-
RegistryUrl = "https://spiteful-apricot.info",
234+
RegistryUrl = "https://interesting-airline.biz",
217235
},
218236
};
219237

@@ -231,7 +249,7 @@ using SpeakeasySDK.Models.Shared;
231249
using System.Collections.Generic;
232250

233251
var sdk = new SDK(
234-
serverUrl: "https://api.prod.speakeasyapi.dev",
252+
serverUrl: "https://api.prod.speakeasy.com",
235253
security: new Security() {
236254
APIKey = "<YOUR_API_KEY_HERE>",
237255
}
@@ -240,11 +258,11 @@ var sdk = new SDK(
240258
RemoteSource req = new RemoteSource() {
241259
Inputs = new List<RemoteDocument>() {
242260
new RemoteDocument() {
243-
RegistryUrl = "https://productive-swine.net",
261+
RegistryUrl = "https://angelic-gift.net/",
244262
},
245263
},
246264
Output = new RemoteDocument() {
247-
RegistryUrl = "https://spiteful-apricot.info",
265+
RegistryUrl = "https://interesting-airline.biz",
248266
},
249267
};
250268

@@ -280,11 +298,11 @@ var sdk = new SDK(security: new Security() {
280298
RemoteSource req = new RemoteSource() {
281299
Inputs = new List<RemoteDocument>() {
282300
new RemoteDocument() {
283-
RegistryUrl = "https://productive-swine.net",
301+
RegistryUrl = "https://angelic-gift.net/",
284302
},
285303
},
286304
Output = new RemoteDocument() {
287-
RegistryUrl = "https://spiteful-apricot.info",
305+
RegistryUrl = "https://interesting-airline.biz",
288306
},
289307
};
290308

@@ -366,11 +384,11 @@ try
366384
RemoteSource req = new RemoteSource() {
367385
Inputs = new List<RemoteDocument>() {
368386
new RemoteDocument() {
369-
RegistryUrl = "https://productive-swine.net",
387+
RegistryUrl = "https://angelic-gift.net/",
370388
},
371389
},
372390
Output = new RemoteDocument() {
373-
RegistryUrl = "https://spiteful-apricot.info",
391+
RegistryUrl = "https://interesting-airline.biz",
374392
},
375393
};
376394

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,4 +949,14 @@ Based on:
949949
### Generated
950950
- [csharp v5.12.0] .
951951
### Releases
952-
- [NuGet v5.12.0] https://www.nuget.org/packages/SpeakeasySDK/5.12.0 - .
952+
- [NuGet v5.12.0] https://www.nuget.org/packages/SpeakeasySDK/5.12.0 - .
953+
954+
## 2025-05-28 00:23:18
955+
### Changes
956+
Based on:
957+
- OpenAPI Doc
958+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
959+
### Generated
960+
- [csharp v5.13.0] .
961+
### Releases
962+
- [NuGet v5.13.0] https://www.nuget.org/packages/SpeakeasySDK/5.13.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ var sdk = new SDK(security: new Security() {
1111
RemoteSource req = new RemoteSource() {
1212
Inputs = new List<RemoteDocument>() {
1313
new RemoteDocument() {
14-
RegistryUrl = "https://productive-swine.net",
14+
RegistryUrl = "https://angelic-gift.net/",
1515
},
1616
},
1717
Output = new RemoteDocument() {
18-
RegistryUrl = "https://spiteful-apricot.info",
18+
RegistryUrl = "https://interesting-airline.biz",
1919
},
2020
};
2121

0 commit comments

Comments
 (0)