Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 27, 2025
1 parent d25b67a commit 5ca3e67
Show file tree
Hide file tree
Showing 39 changed files with 595 additions and 1,106 deletions.
972 changes: 243 additions & 729 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.468.2
speakeasyVersion: 1.476.1
sources:
speakeasy:
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
sourceRevisionDigest: sha256:214056b6048e870f42209f0718cb593c0665fff50efb735635168f3b0a39e343
sourceBlobDigest: sha256:fdce65fc06375b5ac8b51a49e68853e76ba820d057de83e9d0c608a25af78b7d
tags:
- latest
- speakeasy-sdk-regen-1735949986
- speakeasy-sdk-regen-1736900413
- 0.4.0
targets:
speakeasy-client-sdk-csharp:
source: speakeasy
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
sourceRevisionDigest: sha256:214056b6048e870f42209f0718cb593c0665fff50efb735635168f3b0a39e343
sourceBlobDigest: sha256:fdce65fc06375b5ac8b51a49e68853e76ba820d057de83e9d0c608a25af78b7d
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
codeSamplesRevisionDigest: sha256:aacf508e82244f7628670bda7c73bdda3a36059c4143c3566f2b4d4935251ec8
codeSamplesRevisionDigest: sha256:3caca7615429d44939d0cbb408cc1d9419dcddb760384fdaf71171d63d8f7080
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

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.

## How to Report Issues

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:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

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.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);

* [GenerateCodeSamplePreview](docs/sdks/codesamples/README.md#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
* [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.
* [Get](docs/sdks/codesamples/README.md#get) - Retrieve usage snippets from document stored in the registry
* [GetCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.

### [Events](docs/sdks/events/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,4 +949,14 @@ Based on:
### Generated
- [csharp v5.12.0] .
### Releases
- [NuGet v5.12.0] https://www.nuget.org/packages/SpeakeasySDK/5.12.0 - .
- [NuGet v5.12.0] https://www.nuget.org/packages/SpeakeasySDK/5.12.0 - .

## 2025-01-27 00:20:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v5.12.1] .
### Releases
- [NuGet v5.12.1] https://www.nuget.org/packages/SpeakeasySDK/5.12.1 - .
21 changes: 0 additions & 21 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,27 +205,6 @@ actions:
var res = await sdk.Auth.ValidateApiKeyAsync();
// handle response
- target: $["paths"]["/v1/code_sample"]["get"]
update:
x-codeSamples:
- lang: csharp
label: getCodeSamples
source: |-
using SpeakeasySDK;
using SpeakeasySDK.Models.Operations;
using SpeakeasySDK.Models.Shared;
var sdk = new SDK(security: new Security() {
APIKey = "<YOUR_API_KEY_HERE>",
});
GetCodeSamplesRequest req = new GetCodeSamplesRequest() {
RegistryUrl = "https://normal-making.name",
};
var res = await sdk.CodeSamples.GetAsync(req);
// handle response
- target: $["paths"]["/v1/code_sample/preview"]["post"]
update:
Expand Down
10 changes: 0 additions & 10 deletions docs/Models/Operations/GetCodeSamplesRequest.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/Models/Operations/GetCodeSamplesResponse.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/Models/Shared/Namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A namespace contains many revisions.
| `CompositeSpecMetadata` | [CompositeSpecMetadata](../../Models/Shared/CompositeSpecMetadata.md) | :heavy_minus_sign: | N/A |
| `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A |
| `Id` | *string* | :heavy_check_mark: | {organization_slug}/{workspace_slug}/{namespace_name} |
| `LatestRevisionMetadata` | [RevisionContentsMetadata](../../Models/Shared/RevisionContentsMetadata.md) | :heavy_minus_sign: | N/A |
| `Name` | *string* | :heavy_check_mark: | A human-readable name for the namespace. |
| `Public` | *bool* | :heavy_minus_sign: | Indicates whether the namespace is publicly accessible |
| `UpdatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A |
1 change: 1 addition & 0 deletions docs/Models/Shared/Revision.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `ContentsMetadata` | [RevisionContentsMetadata](../../Models/Shared/RevisionContentsMetadata.md) | :heavy_minus_sign: | N/A | |
| `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A | |
| `Digest` | *string* | :heavy_check_mark: | N/A | sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f |
| `Id` | *string* | :heavy_check_mark: | Format {namespace_id}/{revision_digest} | |
Expand Down
Loading

0 comments on commit 5ca3e67

Please sign in to comment.