Skip to content

Commit e28de26

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.468.2
1 parent d25b67a commit e28de26

File tree

124 files changed

+4473
-1051
lines changed

Some content is hidden

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

124 files changed

+4473
-1051
lines changed

.speakeasy/gen.lock

+411-723
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.468.2
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
6-
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
5+
sourceRevisionDigest: sha256:cd2b83ff54c7b30905da86576c963124ad2c9d6940bd3b37e9933289b5bc496f
6+
sourceBlobDigest: sha256:73eb3d4fc02ea4a969433306b04690b74d1e742479fbc878b6325b83af70baaf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735949986
9+
- speakeasy-sdk-regen-1736900413
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:cd2b83ff54c7b30905da86576c963124ad2c9d6940bd3b37e9933289b5bc496f
16+
sourceBlobDigest: sha256:73eb3d4fc02ea4a969433306b04690b74d1e742479fbc878b6325b83af70baaf
1717
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
18-
codeSamplesRevisionDigest: sha256:aacf508e82244f7628670bda7c73bdda3a36059c4143c3566f2b4d4935251ec8
18+
codeSamplesRevisionDigest: sha256:0ece37c3be3c2150a8d2d3213262286dca1adb1586de4608e317155236b7a1c1
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

CONTRIBUTING.md

+26
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

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -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

RELEASES.md

+11-1
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-04-20 00:24:00
955+
### Changes
956+
Based on:
957+
- OpenAPI Doc
958+
- Speakeasy CLI 1.468.2 (2.493.4) https://github.com/speakeasy-api/speakeasy
959+
### Generated
960+
- [csharp v5.13.1] .
961+
### Releases
962+
- [NuGet v5.13.1] https://www.nuget.org/packages/SpeakeasySDK/5.13.1 - .

0 commit comments

Comments
 (0)