Skip to content

Commit

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

chore: 🐝 Update SDK - Generate THIRD-TARGET
  • Loading branch information
ryan-timothy-albert authored Jun 20, 2024
2 parents 679e4fb + 6b74e31 commit 99efad1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.310.0
speakeasyVersion: 1.311.0
sources:
petstore:
sourceNamespace: petstore
sourceRevisionDigest: sha256:22dea4fa269cfc90ef29c704b6a25e91601d47b45da74b25f6f8550d09740bf7
sourceBlobDigest: sha256:0988cc3ebcf0b14954c082c37c08f8a965b0ec72781ffd459a9d4e105519f1da
sourceRevisionDigest: sha256:6778a64ea0cc1588cf4acfeaaed33434b1efd87d9cedfb056f62b39f603a10ad
sourceBlobDigest: sha256:30eb71cd81638d80d91f5c67625e62402d23581ba608f2c8b16f783a18673fce
tags:
- latest
- main
Expand All @@ -23,8 +23,8 @@ targets:
third-target:
source: petstore
sourceNamespace: petstore
sourceRevisionDigest: sha256:22dea4fa269cfc90ef29c704b6a25e91601d47b45da74b25f6f8550d09740bf7
sourceBlobDigest: sha256:0988cc3ebcf0b14954c082c37c08f8a965b0ec72781ffd459a9d4e105519f1da
sourceRevisionDigest: sha256:6778a64ea0cc1588cf4acfeaaed33434b1efd87d9cedfb056f62b39f603a10ad
sourceBlobDigest: sha256:30eb71cd81638d80d91f5c67625e62402d23581ba608f2c8b16f783a18673fce
outLocation: ts
workflow:
workflowVersion: 1.0.0
Expand Down
10 changes: 5 additions & 5 deletions ts/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: f4be10ce-8651-4157-98c6-d75e2342372f
management:
docChecksum: 1bdb7a6f8bf3995d4b40475228403253
docVersion: 1.0.0
speakeasyVersion: 1.310.0
generationVersion: 2.347.4
releaseVersion: 0.1.1
configChecksum: 517d399619763eff4388388571676139
speakeasyVersion: 1.311.0
generationVersion: 2.347.8
releaseVersion: 0.1.2
configChecksum: 0d81825bd4a701ce94330183d122a4bd
repoURL: https://github.com/ryan-timothy-albert/multi-sdk-sample.git
repoSubDirectory: ts
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/multi-sdk-sample/ts
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.10.0
core: 3.10.1
flattening: 2.81.1
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.4
Expand Down
2 changes: 1 addition & 1 deletion ts/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.1.1
version: 0.1.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 11 additions & 1 deletion ts/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ Based on:
### Generated
- [typescript v0.0.4] ts
### Releases
- [NPM v0.0.4] https://www.npmjs.com/package/openapi/v/0.0.4 - ts
- [NPM v0.0.4] https://www.npmjs.com/package/openapi/v/0.0.4 - ts

## 2024-06-20 18:11:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.311.0 (2.347.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.2] ts
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/openapi/v/0.1.2 - ts
2 changes: 1 addition & 1 deletion ts/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 99efad1

Please sign in to comment.