Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.1.10
  • Loading branch information
ryan-timothy-albert authored Oct 23, 2024
2 parents 85bb128 + ff770eb commit a25b662
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
9 changes: 6 additions & 3 deletions package/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.418.1
speakeasyVersion: 1.421.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:085e390c1ae2fdda7930cac5bbb390d840d5b5f94dc20c46a470adcfcdff92f4
sourceRevisionDigest: sha256:635cfeeb21e2f1d9b1ade59d56b7332d6b42519d4a4674a03017346038590e30
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:085e390c1ae2fdda7930cac5bbb390d840d5b5f94dc20c46a470adcfcdff92f4
sourceRevisionDigest: sha256:635cfeeb21e2f1d9b1ade59d56b7332d6b42519d4a4674a03017346038590e30
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
workflow:
workflowVersion: 1.0.0
Expand All @@ -27,3 +27,6 @@ workflow:
target: typescript
source: petstore-oas
output: sdk
publish:
npm:
token: $npm_token
8 changes: 4 additions & 4 deletions package/sdk/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 61baf600-f5ef-40e7-a8ac-60a427fe2b6e
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.418.1
generationVersion: 2.438.3
releaseVersion: 0.1.9
configChecksum: 35d1ee19a2eca5fe7f1f438387d57f11
speakeasyVersion: 1.421.0
generationVersion: 2.438.15
releaseVersion: 0.1.10
configChecksum: 99e06512da312862222090927874ebe6
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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.1.9
version: 0.1.10
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 @@ -157,4 +157,14 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.9] package/sdk
- [typescript v0.1.9] package/sdk

## 2024-10-23 17:41:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.421.0 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.10] package/sdk
### Releases
- [NPM v0.1.10] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.10 - 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.1.9",
"version": "0.1.10",
"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.1.9",
"version": "0.1.10",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
7 changes: 4 additions & 3 deletions package/sdk/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.9",
genVersion: "2.438.3",
userAgent: "speakeasy-sdk/typescript 0.1.9 2.438.3 1.0.0 ryan-total-test-act",
sdkVersion: "0.1.10",
genVersion: "2.438.15",
userAgent:
"speakeasy-sdk/typescript 0.1.10 2.438.15 1.0.0 ryan-total-test-act",
} as const;

0 comments on commit a25b662

Please sign in to comment.