From 9f4acc4d9dc6e8a1adf0cb6d165a1a341537959f Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 23 Aug 2024 16:11:34 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.378.0 --- .devcontainer/README.md | 5 +++++ .speakeasy/gen.lock | 13 ++++++++----- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 17 +++++++++++------ .speakeasy/workflow.yaml | 1 + README.md | 8 ++++---- RELEASES.md | 11 +++++++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 6 +++++- src/lib/config.ts | 6 +++--- 11 files changed, 52 insertions(+), 23 deletions(-) create mode 100644 RELEASES.md diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 797f64c..20f8fe6 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -1,4 +1,9 @@ +
+ +
+
+ > **Remember to shutdown a GitHub Codespace when it is not in use!** # Dev Containers Quick Start diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 0ca1e8e..16e0148 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,14 +3,17 @@ id: ede0e8e6-5a63-4cc3-bd29-551cf1036a60 management: docChecksum: 7c524b4be7afdadc4b2f448072865ac4 docVersion: 1.0.0 - speakeasyVersion: 1.377.1 - generationVersion: 2.404.1 - releaseVersion: 0.0.1 - configChecksum: b98f7e4dc57dbfd6ed464b33bf3c07ca + speakeasyVersion: 1.378.0 + generationVersion: 2.404.3 + releaseVersion: 0.0.2 + configChecksum: 24dcfd9b00148c38d467193f252023c3 + repoURL: https://github.com/ryan-timothy-albert/simple-ts-sdk.git + installationURL: https://github.com/ryan-timothy-albert/simple-ts-sdk + published: true features: typescript: additionalDependencies: 0.1.0 - constsAndDefaults: 0.1.10 + constsAndDefaults: 0.1.11 core: 3.14.1 defaultEnabledRetries: 0.1.0 devContainers: 2.90.0 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index c71ab7a..05e0d72 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -15,7 +15,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true typescript: - version: 0.0.1 + version: 0.0.2 additionalDependencies: dependencies: {} devDependencies: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 40a9c64..b76b141 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,20 +1,22 @@ -speakeasyVersion: 1.377.1 +speakeasyVersion: 1.378.0 sources: petstore-oas: sourceNamespace: petstore-oas - sourceRevisionDigest: sha256:abe4d607314c14d6333841cbea0330eff071bad11ec57f5d6798d6b15cec9862 - sourceBlobDigest: sha256:d7d6b7c28768f75d518d0b325cf2e0746c6a8464d7b71719c72b3ec09d73ebcc + sourceRevisionDigest: sha256:cf6fc2e4bdf159254ceb470cfa1414ba15a7b0e834ad82b0f53dadbd799ca2c7 + sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0 tags: - latest + - main targets: petstore: source: petstore-oas sourceNamespace: petstore-oas - sourceRevisionDigest: sha256:abe4d607314c14d6333841cbea0330eff071bad11ec57f5d6798d6b15cec9862 - sourceBlobDigest: sha256:d7d6b7c28768f75d518d0b325cf2e0746c6a8464d7b71719c72b3ec09d73ebcc - outLocation: /Users/ryanalbert/speakeasy/simple-ts-repo + sourceRevisionDigest: sha256:cf6fc2e4bdf159254ceb470cfa1414ba15a7b0e834ad82b0f53dadbd799ca2c7 + sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0 + outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 + speakeasyVersion: latest sources: petstore-oas: inputs: @@ -25,3 +27,6 @@ workflow: petstore: target: typescript source: petstore-oas + publish: + npm: + token: $npm_token diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 0a10ad0..a2c50f8 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,4 +1,5 @@ workflowVersion: 1.0.0 +speakeasyVersion: latest sources: petstore-oas: inputs: diff --git a/README.md b/README.md index 3a527f5..a5cb0e9 100644 --- a/README.md +++ b/README.md @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no ### NPM ```bash -npm add +npm add petstore ``` ### PNPM ```bash -pnpm add +pnpm add petstore ``` ### Bun ```bash -bun add +bun add petstore ``` ### Yarn ```bash -yarn add zod +yarn add petstore zod # Note that Yarn does not install peer dependencies automatically. You will need # to install zod as shown above. diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..69af369 --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,11 @@ + + +## 2024-08-23 16:10:46 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.0.2] . +### Releases +- [NPM v0.0.2] https://www.npmjs.com/package/petstore/v/0.0.2 - . \ No newline at end of file diff --git a/jsr.json b/jsr.json index 74a5ae9..1145cc6 100644 --- a/jsr.json +++ b/jsr.json @@ -2,7 +2,7 @@ { "name": "petstore", - "version": "0.0.1", + "version": "0.0.2", "exports": { ".": "./src/index.ts", "./models/errors": "./src/models/errors/index.ts", diff --git a/package-lock.json b/package-lock.json index 35532ce..ececb0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "petstore", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "petstore", - "version": "0.0.1", + "version": "0.0.2", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", diff --git a/package.json b/package.json index 5d2e4a3..f5311bd 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { "name": "petstore", - "version": "0.0.1", + "version": "0.0.2", "author": "Speakeasy", "main": "./index.js", "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/ryan-timothy-albert/simple-ts-sdk.git" + }, "scripts": { "lint": "eslint --max-warnings=0 src", "build": "tsc", diff --git a/src/lib/config.ts b/src/lib/config.ts index 881d6ba..9bb9fa1 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -81,7 +81,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = { language: "typescript", openapiDocVersion: "1.0.0", - sdkVersion: "0.0.1", - genVersion: "2.404.1", - userAgent: "speakeasy-sdk/typescript 0.0.1 2.404.1 1.0.0 petstore", + sdkVersion: "0.0.2", + genVersion: "2.404.3", + userAgent: "speakeasy-sdk/typescript 0.0.2 2.404.3 1.0.0 petstore", } as const;