Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.378.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 23, 2024
1 parent 83cd415 commit 9f4acc4
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<div align="center">
<a href="https://codespaces.new/ryan-timothy-albert/simple-ts-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>

> **Remember to shutdown a GitHub Codespace when it is not in use!**
# Dev Containers Quick Start
Expand Down
13 changes: 8 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: true
typescript:
version: 0.0.1
version: 0.0.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
17 changes: 11 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -25,3 +27,6 @@ workflow:
petstore:
target: typescript
source: petstore-oas
publish:
npm:
token: $npm_token
1 change: 1 addition & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
petstore-oas:
inputs:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### NPM

```bash
npm add <UNSET>
npm add petstore
```

### PNPM

```bash
pnpm add <UNSET>
pnpm add petstore
```

### Bun

```bash
bun add <UNSET>
bun add petstore
```

### Yarn

```bash
yarn add <UNSET> zod
yarn add petstore zod

# Note that Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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 - .
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": "petstore",
"version": "0.0.1",
"version": "0.0.2",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 9f4acc4

Please sign in to comment.