Skip to content

Commit

Permalink
Merge pull request #6 from speakeasy-api/speakeasy-sdk-regen-1722421552
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 4.0.0-rc.1
  • Loading branch information
ThomasRooney authored Jul 31, 2024
2 parents d82ca90 + d9c039a commit 7537145
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.4.0 .
speakeasyVersion: 1.349.0
generationVersion: 2.382.0
releaseVersion: 4.1.0-rc.1
configChecksum: 8f67fa7cdfd65cf01e3085996f428885
releaseVersion: 4.0.0-rc.1
configChecksum: 6fd7f25e68e43867b2be94ae28fcb8cc
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.349.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:417c12e58371aea5d13d8371f6701239551b2867851855d500610693a68c7c0d
sourceBlobDigest: sha256:67a2d40a2a3e329e03a5c9a9270f0996f9727863eb3083a9e38ccdc796844031
sourceRevisionDigest: sha256:0f5cf37c60fe0f25ab0e764940ed35c09c7857a8375b8c940b3873d737762c9c
sourceBlobDigest: sha256:8be4bce7afdc48ae85f301a6099e942c523f598caf4e844eac7250f19b8dacdd
tags:
- latest
- main
targets:
speakeasy-client-sdk-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:417c12e58371aea5d13d8371f6701239551b2867851855d500610693a68c7c0d
sourceBlobDigest: sha256:67a2d40a2a3e329e03a5c9a9270f0996f9727863eb3083a9e38ccdc796844031
sourceRevisionDigest: sha256:0f5cf37c60fe0f25ab0e764940ed35c09c7857a8375b8c940b3873d737762c9c
sourceBlobDigest: sha256:8be4bce7afdc48ae85f301a6099e942c523f598caf4e844eac7250f19b8dacdd
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand All @@ -29,4 +29,4 @@ workflow:
source: my-source
publish:
npm:
token: $NPM_TOKEN
token: $npm_token
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1636,4 +1636,14 @@ Based on:
### Generated
- [typescript v4.1.0-rc.1] .
### Releases
- [NPM v4.1.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.1.0-rc.1 - .
- [NPM v4.1.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.1.0-rc.1 - .

## 2024-07-31 10:25:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.349.0 (2.382.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v4.0.0-rc.1] .
### Releases
- [NPM v4.0.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.0.0-rc.1 - .
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": "@speakeasy-api/speakeasy-client-sdk-typescript",
"version": "4.1.0-rc.1",
"version": "4.0.0-rc.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/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": "@speakeasy-api/speakeasy-client-sdk-typescript",
"version": "4.1.0-rc.1",
"version": "4.0.0-rc.1",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.4.0 .",
sdkVersion: "4.1.0-rc.1",
sdkVersion: "4.0.0-rc.1",
genVersion: "2.382.0",
userAgent:
"speakeasy-sdk/typescript 4.1.0-rc.1 2.382.0 0.4.0 . @speakeasy-api/speakeasy-client-sdk-typescript",
"speakeasy-sdk/typescript 4.0.0-rc.1 2.382.0 0.4.0 . @speakeasy-api/speakeasy-client-sdk-typescript",
} as const;

0 comments on commit 7537145

Please sign in to comment.