Skip to content

Commit

Permalink
Merge pull request #50 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…731963885

chore: 🐝 Update SDK - Generate 0.3.5
  • Loading branch information
ryan-timothy-albert authored Nov 18, 2024
2 parents 16bbceb + 4136149 commit 9c5c54f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
10 changes: 5 additions & 5 deletions package/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.441.0
sources:
petstore-oas:
sourceNamespace: petstore-oas123
sourceRevisionDigest: sha256:41817b19139a01378068d47699615be899b390f5475e928905898a1d4fc9030f
sourceRevisionDigest: sha256:fa93352e4b711867af8f4a1591996541ddb2d8880e8e72aa18e1bd55d5d03d6b
sourceBlobDigest: sha256:6bf7eefece96c3d54715800dc08941a5dca9ec60d73637f8771f979a591923f1
tags:
- latest
- speakeasy-sdk-regen-1731963553
- speakeasy-sdk-regen-1731963885
targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas123
sourceRevisionDigest: sha256:41817b19139a01378068d47699615be899b390f5475e928905898a1d4fc9030f
sourceRevisionDigest: sha256:fa93352e4b711867af8f4a1591996541ddb2d8880e8e72aa18e1bd55d5d03d6b
sourceBlobDigest: sha256:6bf7eefece96c3d54715800dc08941a5dca9ec60d73637f8771f979a591923f1
codeSamplesNamespace: petstore-oas123-code-samples
codeSamplesRevisionDigest: sha256:e4a8978ea58b1e0977e2f7ff715bac542e8531e2465701bc071cb9844e0d562f
codeSamplesRevisionDigest: sha256:a0d22c76d01f65374800f442d8089b8c53b186fc87ad95ff7938e8c3d72c8384
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -28,7 +28,7 @@ workflow:
petstore:
target: typescript
source: petstore-oas
output: sdk
output: ./sdk
publish:
npm:
token: $npm_token
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.3.4
configChecksum: 348ebbecfb5e79f340f57319a73f61cf
releaseVersion: 0.3.5
configChecksum: 787631e2342e8457efc1f4129677c55e
repoURL: https://github.com/ryan-timothy-albert/test_nested_repo.git
repoSubDirectory: package/sdk
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/test_nested_repo/package/sdk
Expand Down
2 changes: 1 addition & 1 deletion package/sdk/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.3.4
version: 0.3.5
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion package/sdk/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,14 @@ Based on:
### Generated
- [typescript v0.3.4] package/sdk
### Releases
- [NPM v0.3.4] https://www.npmjs.com/package/ryan-total-test-act/v/0.3.4 - package/sdk
- [NPM v0.3.4] https://www.npmjs.com/package/ryan-total-test-act/v/0.3.4 - package/sdk

## 2024-11-18 21:04:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.3.5] package/sdk
### Releases
- [NPM v0.3.5] https://www.npmjs.com/package/ryan-total-test-act/v/0.3.5 - package/sdk
2 changes: 1 addition & 1 deletion package/sdk/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-total-test-act",
"version": "0.3.4",
"version": "0.3.5",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/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/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ryan-total-test-act",
"version": "0.3.4",
"version": "0.3.5",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.3.4",
sdkVersion: "0.3.5",
genVersion: "2.460.1",
userAgent: "speakeasy-sdk/typescript 0.3.4 2.460.1 1.0.0 ryan-total-test-act",
userAgent: "speakeasy-sdk/typescript 0.3.5 2.460.1 1.0.0 ryan-total-test-act",
} as const;

0 comments on commit 9c5c54f

Please sign in to comment.