Skip to content

Commit

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

chore: 🐝 Update SDK - Generate THIRD-TARGET
  • Loading branch information
ryan-timothy-albert authored May 17, 2024
2 parents a406551 + df9fcdf commit 10a58a9
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflow:
first-target:
target: go
source: petstore
output: ./go
output: go
second-target:
target: python
source: petstore
Expand Down
4 changes: 2 additions & 2 deletions ts/.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.286.3
generationVersion: 2.329.0
releaseVersion: 0.0.3
configChecksum: c8c93b946c6f12dfb1b8304111a56f1e
releaseVersion: 0.0.4
configChecksum: d129cdda5dd75aecab642d9ba661fc8f
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
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.0.3
version: 0.0.4
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 @@ -16,4 +16,14 @@ Based on:
### Generated
- [typescript v0.0.3] ts
### Releases
- [NPM v0.0.3] https://www.npmjs.com/package/openapi/v/0.0.3 - ts
- [NPM v0.0.3] https://www.npmjs.com/package/openapi/v/0.0.3 - ts

## 2024-05-17 03:34:44
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.293.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.4] ts
### Releases
- [NPM v0.0.4] https://www.npmjs.com/package/openapi/v/0.0.4 - 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.0.3",
"version": "0.0.4",
"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.0.3",
"version": "0.0.4",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 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.0.3",
sdkVersion: "0.0.4",
genVersion: "2.329.0",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.329.0 1.0.0 openapi",
userAgent: "speakeasy-sdk/typescript 0.0.4 2.329.0 1.0.0 openapi",
} as const;

0 comments on commit 10a58a9

Please sign in to comment.