Skip to content

Commit

Permalink
Merge pull request #16 from speakeasy-sdks/speakeasy-sdk-regen-171957…
Browse files Browse the repository at this point in the history
…4733

chore: 🐝 Update SDK - Generate BAR-TYPESCRIPT
  • Loading branch information
ndimares authored Jun 28, 2024
2 parents 881ba6e + ff78110 commit e96466f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .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.322.1
generationVersion: 2.354.2
releaseVersion: 0.13.1
configChecksum: 2e56e7d8e3518efb78f46fb4f894344c
releaseVersion: 1.0.0-alpha
configChecksum: bc46fc3f00edb3d4329b24a8b9acb490
repoURL: https://github.com/speakeasy-sdks/bar-typescript.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/bar-typescript
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.13.1
version: 1.0.0-alpha
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.322.1
sources:
bar-api:
sourceNamespace: bar-api
sourceRevisionDigest: sha256:7b33266416717f797fc88f1a8c15963548f6aa6dc747223d2ff0cdb429472d69
sourceRevisionDigest: sha256:61f6c38a0716ba82e1c4348c59062f623e3ea1fcc0b29df2297e91f99d378828
sourceBlobDigest: sha256:2b4f4ee668d9bf6ba862927bef3aeabcdb101f163915ec8a1736b274d3152a5f
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
bar-typescript:
source: bar-api
sourceNamespace: bar-api
sourceRevisionDigest: sha256:7b33266416717f797fc88f1a8c15963548f6aa6dc747223d2ff0cdb429472d69
sourceRevisionDigest: sha256:61f6c38a0716ba82e1c4348c59062f623e3ea1fcc0b29df2297e91f99d378828
sourceBlobDigest: sha256:2b4f4ee668d9bf6ba862927bef3aeabcdb101f163915ec8a1736b274d3152a5f
outLocation: /github/workspace/repo
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,14 @@ Based on:
### Generated
- [typescript v0.13.1] .
### Releases
- [NPM v0.13.1] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/0.13.1 - .
- [NPM v0.13.1] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/0.13.1 - .

## 2024-06-28 11:38:51
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.322.1 (2.354.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.0.0-alpha] .
### Releases
- [NPM v1.0.0-alpha] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/1.0.0-alpha - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit e96466f

Please sign in to comment.