Skip to content

Commit fb7515c

Browse files
Merge pull request #3 from speakeasy-sdks/speakeasy-sdk-regen-1732044743
chore: 🐝 Update SDK - Generate 0.36.2
2 parents d75b449 + 45c424e commit fb7515c

File tree

8 files changed

+27
-16
lines changed

8 files changed

+27
-16
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.4.0
66
speakeasyVersion: 1.441.0
77
generationVersion: 2.460.1
8-
releaseVersion: 0.36.1
9-
configChecksum: 1ff388269dbaf115761162d6af4ed6f3
8+
releaseVersion: 0.36.2
9+
configChecksum: 923ab35f1537aa02e8028558d4b98e48
1010
repoURL: https://github.com/speakeasy-sdks/code-sample-api.git
1111
installationURL: https://github.com/speakeasy-sdks/code-sample-api
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 0.36.1
19+
version: 0.36.2
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ speakeasyVersion: 1.441.0
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:eed9083bc4ba2cf34738402866ce9bded44a4172874f2728d988479367ca0096
6-
sourceBlobDigest: sha256:0d8cab250914be6d6f0c159e5f64c6690143fb49dce89117d06c3635bdc784b0
5+
sourceRevisionDigest: sha256:f2d257c7b8eeeaa296d7a348c474f3832d7dd3cf944d3e660feb534293898e25
6+
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1732044743
910
targets:
1011
code_samples_typescript_sdk:
1112
source: speakeasy-OAS
1213
sourceNamespace: speakeasy-oas
13-
sourceRevisionDigest: sha256:eed9083bc4ba2cf34738402866ce9bded44a4172874f2728d988479367ca0096
14-
sourceBlobDigest: sha256:0d8cab250914be6d6f0c159e5f64c6690143fb49dce89117d06c3635bdc784b0
14+
sourceRevisionDigest: sha256:f2d257c7b8eeeaa296d7a348c474f3832d7dd3cf944d3e660feb534293898e25
15+
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
16+
codeSamplesNamespace: speakeasy-oas-code-samples
17+
codeSamplesRevisionDigest: sha256:68bbddcc7e609731394611bdb83f79a0f2942da7bca5f10c9292b47c324c20ae
1518
workflow:
1619
workflowVersion: 1.0.0
1720
speakeasyVersion: latest
@@ -26,12 +29,12 @@ workflow:
2629
operations: generateCodeSamplePreview, generateCodeSamplePreviewAsync, getCodeSamplePreviewAsync
2730
include: true
2831
registry:
29-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-oas
32+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
3033
targets:
3134
code_samples_typescript_sdk:
3235
target: typescript
3336
source: speakeasy-OAS
3437
codeSamples:
3538
registry:
36-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-oas-code-samples
39+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-code-samples
3740
blocking: false

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ Based on:
66
- OpenAPI Doc
77
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
88
### Generated
9-
- [typescript v0.36.1] .
9+
- [typescript v0.36.1] .
10+
11+
## 2024-11-19 19:32:20
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc
15+
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
16+
### Generated
17+
- [typescript v0.36.2] .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@speakeasy-api/code-samples",
5-
"version": "0.36.1",
5+
"version": "0.36.2",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/code-samples",
3-
"version": "0.36.1",
3+
"version": "0.36.2",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6161
export const SDK_METADATA = {
6262
language: "typescript",
6363
openapiDocVersion: "0.4.0",
64-
sdkVersion: "0.36.1",
64+
sdkVersion: "0.36.2",
6565
genVersion: "2.460.1",
6666
userAgent:
67-
"speakeasy-sdk/typescript 0.36.1 2.460.1 0.4.0 @speakeasy-api/code-samples",
67+
"speakeasy-sdk/typescript 0.36.2 2.460.1 0.4.0 @speakeasy-api/code-samples",
6868
} as const;

0 commit comments

Comments
 (0)