Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.1.8
  • Loading branch information
ryan-timothy-albert authored Oct 11, 2024
2 parents f2e0c26 + c1c9fa0 commit b9c3a53
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.418.1
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:d5cfa05b1107f9d29bfa4184170f0e796f5093ef15043ade42687eb89d92f26d
sourceRevisionDigest: sha256:43f8b9373e62a48207ae27f1dd5acaaa96d7075d59791d0434b5da0fbad117e5
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:d5cfa05b1107f9d29bfa4184170f0e796f5093ef15043ade42687eb89d92f26d
sourceRevisionDigest: sha256:43f8b9373e62a48207ae27f1dd5acaaa96d7075d59791d0434b5da0fbad117e5
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
workflow:
workflowVersion: 1.0.0
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.418.1
generationVersion: 2.438.3
releaseVersion: 0.1.7
configChecksum: 70b103370216f71a9e02fd7d498de35e
releaseVersion: 0.1.8
configChecksum: 819fea6b2b25002581711a4ef8f61ff2
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.7
version: 0.1.8
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 @@ -139,4 +139,14 @@ Based on:
### Generated
- [typescript v0.1.7] package/sdk
### Releases
- [NPM v0.1.7] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.7 - package/sdk
- [NPM v0.1.7] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.7 - package/sdk

## 2024-10-11 20:09:51
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.8] package/sdk
### Releases
- [NPM v0.1.8] https://www.npmjs.com/package/ryan-total-test-act/v/0.1.8 - 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.7",
"version": "0.1.8",
"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.7",
"version": "0.1.8",
"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.1.7",
sdkVersion: "0.1.8",
genVersion: "2.438.3",
userAgent: "speakeasy-sdk/typescript 0.1.7 2.438.3 1.0.0 ryan-total-test-act",
userAgent: "speakeasy-sdk/typescript 0.1.8 2.438.3 1.0.0 ryan-total-test-act",
} as const;

0 comments on commit b9c3a53

Please sign in to comment.