Skip to content

Commit e214baf

Browse files
committed
## Csharp SDK Changes Detected:
* `Sdk.CodeSamples.GenerateCodeSamplePreview()`: * `request` **Changed** **Breaking** ⚠️ * `response` **Changed** **Breaking** ⚠️ * `Sdk.CodeSamples.GetCodeSamplePreviewAsync()`: `response` **Changed** **Breaking** ⚠️ * `Sdk.CodeSamples.GenerateCodeSamplePreviewAsync()`: `request` **Changed** **Breaking** ⚠️ * `Sdk.PublishingTokens.Get()`: **Added** * `Sdk.Artifacts.GetNamespaces()`: `response.items.[]` **Changed** * `Sdk.PublishingTokens.Delete()`: **Added** * `Sdk.Artifacts.SetArchived()`: **Added** * `Sdk.PublishingTokens.List()`: **Added** * `Sdk.PublishingTokens.ResolveMetadata()`: **Added** * `Sdk.PublishingTokens.ResolveTarget()`: **Added** * `Sdk.PublishingTokens.Update()`: **Added** * `Sdk.SchemaStore.CreateSchemaStoreItem()`: **Added** * `Sdk.SchemaStore.GetSchemaStoreItem()`: **Added** * `Sdk.CodeSamples.Get()`: **Deleted** **Breaking** ⚠️ * `Sdk.PublishingTokens.Create()`: **Added** * `Sdk.Artifacts.GetRevisions()`: `response.items.[].ContentsMetadata` **Added** * `Sdk.Auth.GetUser()`: `response` **Changed** * `Sdk.Auth.ValidateApiKey()`: `response.billingAddOns` **Added** * `Sdk.Organizations.GetBillingAddOns()`: **Added** * `Sdk.Organizations.DeleteBillingAddOn()`: **Added** * `Sdk.Organizations.CreateBillingAddOns()`: **Added** * `Sdk.Workspaces.CreateToken()`: * `request.WorkspaceToken` **Changed** * `Sdk.Workspaces.GetTeam()`: `response.users.[]` **Changed** * `Sdk.Workspaces.GetTokens()`: `response.[]` **Changed** * `Sdk.Events.GetEventsByTarget()`: `response.[].TestReportRaw` **Added** * `Sdk.Events.Post()`: * `request.RequestBody.[].TestReportRaw` **Added** * `Sdk.Events.Search()`: * `request.InteractionType` **Changed** * `response.[].TestReportRaw` **Added**
1 parent d25b67a commit e214baf

File tree

174 files changed

+8013
-2656
lines changed

Some content is hidden

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

174 files changed

+8013
-2656
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
.DS_Store
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
4+
.env
5+
.env.local
16
obj/
27
bin/
38
debug/
4-
.idea/
9+
.idea/

.speakeasy/gen.lock

Lines changed: 484 additions & 795 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.643.3
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:8af7ebde12785185cdbd700c1b3b6b8848b43d34f1fe8c06fff5ae4af471faf2
6-
sourceBlobDigest: sha256:952a58da1511e3191ea8e470c7f01a4e3785d11d9152f490a3e5a7173c8542e7
5+
sourceRevisionDigest: sha256:9128c3df436950ca04fec9dfc74e769e8b492d434b115b197d68da656ae17d23
6+
sourceBlobDigest: sha256:6eb8a6e215c36d3e11d86fc67d5ce7af499bdb934e0f7fbad17efcdde9bffd73
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735949986
9+
- speakeasy-sdk-regen-1758759731
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:9128c3df436950ca04fec9dfc74e769e8b492d434b115b197d68da656ae17d23
16+
sourceBlobDigest: sha256:6eb8a6e215c36d3e11d86fc67d5ce7af499bdb934e0f7fbad17efcdde9bffd73
1717
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
18-
codeSamplesRevisionDigest: sha256:aacf508e82244f7628670bda7c73bdda3a36059c4143c3566f2b4d4935251ec8
18+
codeSamplesRevisionDigest: sha256:73a1bd33625310d6f545cf922b4c33b1c22d12d614dc0346b9446b6ceac30c8e
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

0 commit comments

Comments
 (0)