Skip to content

Commit

Permalink
Merge pull request #22 from ava-labs/speakeasy-sdk-regen-1724974709
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.2.1
  • Loading branch information
SayanKar authored Aug 29, 2024
2 parents 196deb7 + a72a6a5 commit 9dd4aeb
Show file tree
Hide file tree
Showing 7 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: Beta
speakeasyVersion: 1.383.2
generationVersion: 2.407.0
releaseVersion: 0.1.0
configChecksum: 709e4d33e5ed1284bac8de134d427fd6
releaseVersion: 0.2.1
configChecksum: 33dcfece24f060ffd512c490ce9f9769
repoURL: https://github.com/ava-labs/avacloud-sdk-typescript.git
installationURL: https://github.com/ava-labs/avacloud-sdk-typescript
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.1.0
version: 0.2.1
additionalDependencies:
dependencies:
json-canonicalize: ^1.0.6
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.383.2
sources:
AvaCloudSDK-OAS:
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:a18d920e071fb03a2c1be2718b32ac9594245e9f44da6e3d6e749b41c3bbba98
sourceRevisionDigest: sha256:6ba81e270907163ed56b617e1c0863f1731e6481c62a41f034b255833c0c0565
sourceBlobDigest: sha256:7bdbf020c983454ba41e539bdc06708e421d942e068f9a18f85b5f4978ff7c9b
tags:
- latest
Expand All @@ -18,10 +18,10 @@ targets:
avacloud-sdk:
source: AvaCloudSDK-OAS
sourceNamespace: avacloud-sdk-oas
sourceRevisionDigest: sha256:a18d920e071fb03a2c1be2718b32ac9594245e9f44da6e3d6e749b41c3bbba98
sourceRevisionDigest: sha256:6ba81e270907163ed56b617e1c0863f1731e6481c62a41f034b255833c0c0565
sourceBlobDigest: sha256:7bdbf020c983454ba41e539bdc06708e421d942e068f9a18f85b5f4978ff7c9b
codeSamplesNamespace: avacloud-sdk-ts-code-samples
codeSamplesRevisionDigest: sha256:afb622e36ae265c8f1523fdc092f25e526f93d76984e771708a85bde16e0020d
codeSamplesRevisionDigest: sha256:14049a497526fb4eafef4aa0016649547ebe977aa0575fed9f7ca8b9c5a4e237
outLocation: /github/workspace/repo
avalanche-sdk:
source: AvalancheSDK-OAS
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ Based on:
### Generated
- [typescript v0.1.0] .
### Releases
- [NPM v0.1.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.1.0 - .
- [NPM v0.1.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.1.0 - .

## 2024-08-29 23:38:26
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.383.2 (2.407.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.1] .
### Releases
- [NPM v0.2.1] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.2.1 - .
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": "@avalabs/avacloud-sdk",
"version": "0.1.0",
"version": "0.2.1",
"author": "AvaCloud",
"license": "SEE LICENSE IN LICENSE.md",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "Beta",
sdkVersion: "0.1.0",
sdkVersion: "0.2.1",
genVersion: "2.407.0",
userAgent: "speakeasy-sdk/typescript 0.1.0 2.407.0 Beta @avalabs/avacloud-sdk",
userAgent: "speakeasy-sdk/typescript 0.2.1 2.407.0 Beta @avalabs/avacloud-sdk",
} as const;

0 comments on commit 9dd4aeb

Please sign in to comment.