Skip to content

Commit

Permalink
Merge pull request #15 from speakeasy-api/speakeasy-sdk-regen-1736995417
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 2.0.15
  • Loading branch information
walker-tx authored Jan 16, 2025
2 parents e36997f + 6f09dbb commit b668a8e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 521af75f-d011-41f9-a5ff-9f8033773118
management:
docChecksum: ef41927baaf8adac37d125d0ae44097c
docChecksum: 9937567df112ab271aff66d72d0fa2fb
docVersion: 0.4.0
speakeasyVersion: 1.468.8
generationVersion: 2.493.19
releaseVersion: 2.0.14
configChecksum: d413f3ea951f34adef2528339fa6640a
releaseVersion: 2.0.15
configChecksum: a7febf2d7327405b6ee7a59c114089ef
repoURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts.git
installationURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 2.0.14
version: 2.0.15
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.468.8
sources:
speakeasy-OAS:
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:3f07a3b9272ae4fbeb71c9533bafeba3dc62eca59431c354f4890bf6dfe9514d
sourceBlobDigest: sha256:8d43792e5ba3b16a95d37ec0eb7a9a1e4e2cd81d1c9585e91edfea10f3dc24f3
sourceRevisionDigest: sha256:1e19d685aeef858d928e7fefadbf2fdc737d6d93e20f009891ea65dbf11e87b3
sourceBlobDigest: sha256:e0df819258d623f1b609d279d3017c64aac3e2156adc4dcf9fe1e2eed9ab0a93
tags:
- latest
- speakeasy-sdk-regen-1736994552
- speakeasy-sdk-regen-1736995417
- 0.4.0
targets:
code_samples_typescript_sdk:
source: speakeasy-OAS
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:3f07a3b9272ae4fbeb71c9533bafeba3dc62eca59431c354f4890bf6dfe9514d
sourceBlobDigest: sha256:8d43792e5ba3b16a95d37ec0eb7a9a1e4e2cd81d1c9585e91edfea10f3dc24f3
sourceRevisionDigest: sha256:1e19d685aeef858d928e7fefadbf2fdc737d6d93e20f009891ea65dbf11e87b3
sourceBlobDigest: sha256:e0df819258d623f1b609d279d3017c64aac3e2156adc4dcf9fe1e2eed9ab0a93
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:c74c236d2c1a72c1120f1056d2d78219eed15bf1d981b6946a691fb93c53d084
codeSamplesRevisionDigest: sha256:a0dd50fa0bb6b51d5679f8a5916f63b01912ecd87ec94f339301a08b45030d30
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,14 @@ Based on:
### Generated
- [typescript v2.0.14] .
### Releases
- [NPM v2.0.14] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.14 - .
- [NPM v2.0.14] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.14 - .

## 2025-01-16 02:43:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.468.8 (2.493.19) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.0.15] .
### Releases
- [NPM v2.0.15] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.15 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@speakeasyapi/code-samples",
"version": "2.0.14",
"version": "2.0.15",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speakeasyapi/code-samples",
"version": "2.0.14",
"version": "2.0.15",
"author": "Speakeasy",
"type": "module",
"main": "./esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.4.0",
sdkVersion: "2.0.14",
sdkVersion: "2.0.15",
genVersion: "2.493.19",
userAgent:
"speakeasy-sdk/typescript 2.0.14 2.493.19 0.4.0 @speakeasyapi/code-samples",
"speakeasy-sdk/typescript 2.0.15 2.493.19 0.4.0 @speakeasyapi/code-samples",
} as const;

0 comments on commit b668a8e

Please sign in to comment.