From a42ca9b9438313ccdd3419da33dd90bbdee52007 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 29 Aug 2024 23:20:39 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.383.2 --- .speakeasy/gen.lock | 4 ++-- .speakeasy/gen.yaml | 4 ++-- .speakeasy/workflow.lock | 6 +++--- RELEASES.md | 11 +++++++++++ package-lock.json | 5 +++-- package.json | 5 +++-- src/lib/config.ts | 4 ++-- 7 files changed, 26 insertions(+), 13 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 29699c2..9c61ced 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: Beta speakeasyVersion: 1.383.2 generationVersion: 2.407.0 - releaseVersion: 0.2.0 - configChecksum: c0ea7d51e7782a892a23d8b54a7e9bce + releaseVersion: 0.1.0 + configChecksum: 709e4d33e5ed1284bac8de134d427fd6 repoURL: https://github.com/ava-labs/avacloud-sdk-typescript.git installationURL: https://github.com/ava-labs/avacloud-sdk-typescript published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index d79686b..423a6d3 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -16,7 +16,6 @@ generation: oAuth2ClientCredentialsEnabled: false typescript: version: 0.1.0 - author: AvaCloud additionalDependencies: dependencies: json-canonicalize: ^1.0.6 @@ -25,6 +24,7 @@ typescript: peerDependencies: {} additionalPackageJSON: license: SEE LICENSE IN LICENSE.md + author: AvaCloud clientServerStatusCodesAsErrors: true enumFormat: union flattenGlobalSecurity: true @@ -44,4 +44,4 @@ typescript: packageName: '@avalabs/avacloud-sdk' responseFormat: flat templateVersion: v2 - useIndexModules: true \ No newline at end of file + useIndexModules: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index c241a9b..aa0fd6c 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,7 +2,7 @@ speakeasyVersion: 1.383.2 sources: AvaCloudSDK-OAS: sourceNamespace: avacloud-sdk-oas - sourceRevisionDigest: sha256:303aa83897a990f12523549cb34e55ac639a264aab65f09c0107fe21320ca0b2 + sourceRevisionDigest: sha256:a18d920e071fb03a2c1be2718b32ac9594245e9f44da6e3d6e749b41c3bbba98 sourceBlobDigest: sha256:7bdbf020c983454ba41e539bdc06708e421d942e068f9a18f85b5f4978ff7c9b tags: - latest @@ -18,10 +18,10 @@ targets: avacloud-sdk: source: AvaCloudSDK-OAS sourceNamespace: avacloud-sdk-oas - sourceRevisionDigest: sha256:303aa83897a990f12523549cb34e55ac639a264aab65f09c0107fe21320ca0b2 + sourceRevisionDigest: sha256:a18d920e071fb03a2c1be2718b32ac9594245e9f44da6e3d6e749b41c3bbba98 sourceBlobDigest: sha256:7bdbf020c983454ba41e539bdc06708e421d942e068f9a18f85b5f4978ff7c9b codeSamplesNamespace: avacloud-sdk-ts-code-samples - codeSamplesRevisionDigest: sha256:2b497ef2942c118b71bb1b43d19a997370056ee9fe04cc654b294895b01ddb31 + codeSamplesRevisionDigest: sha256:afb622e36ae265c8f1523fdc092f25e526f93d76984e771708a85bde16e0020d outLocation: /github/workspace/repo avalanche-sdk: source: AvalancheSDK-OAS diff --git a/RELEASES.md b/RELEASES.md index 8b13789..7365f3e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1 +1,12 @@ + + +## 2024-08-29 23:18:09 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.383.2 (2.407.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.1.0] . +### Releases +- [NPM v0.1.0] https://www.npmjs.com/package/@avalabs/avacloud-sdk/v/0.1.0 - . \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6b6e33b..ea1be6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,13 @@ { "name": "@avalabs/avacloud-sdk", - "version": "0.2.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@avalabs/avacloud-sdk", - "version": "0.2.0", + "version": "0.1.0", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "json-canonicalize": "^1.0.6" }, diff --git a/package.json b/package.json index 746c1e1..844272b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@avalabs/avacloud-sdk", - "version": "0.2.0", - "author": "Speakeasy", + "version": "0.1.0", + "author": "AvaCloud", + "license": "SEE LICENSE IN LICENSE.md", "main": "./index.js", "sideEffects": false, "repository": { diff --git a/src/lib/config.ts b/src/lib/config.ts index 817f52a..a45353f 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -63,7 +63,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "Beta", - sdkVersion: "0.2.0", + sdkVersion: "0.1.0", genVersion: "2.407.0", - userAgent: "speakeasy-sdk/typescript 0.2.0 2.407.0 Beta @avalabs/avacloud-sdk", + userAgent: "speakeasy-sdk/typescript 0.1.0 2.407.0 Beta @avalabs/avacloud-sdk", } as const;