Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.331.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 11, 2024
1 parent 579a70e commit 0187fae
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 79fa0df9-852a-493c-b998-1d82654b5f18
management:
docChecksum: 8134778d948a05652350ab91383aff9c
docVersion: 3.1.0
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 0.17.0
configChecksum: 47c54d980192b3aa56690c4f8dc8b849
speakeasyVersion: 1.331.0
generationVersion: 2.365.0
releaseVersion: 0.17.1
configChecksum: 7ca902bf9ecf9be66f9391dea83d3b34
repoURL: https://github.com/BoltApp/Bolt-Typescript-SDK.git
repoSubDirectory: .
installationURL: https://github.com/BoltApp/Bolt-Typescript-SDK
published: true
features:
typescript:
additionalDependencies: 0.1.0
core: 3.11.5
core: 3.11.6
errorUnions: 0.1.0
flattening: 2.81.1
globalSecurity: 2.82.9
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.330.0
speakeasyVersion: 1.331.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:be16af9e7adaff0c5ee636e2bc66694124e30b4a4df21a9c42d91408a9cb4651
sourceBlobDigest: sha256:9cbc6783195cd1f3cfa71791e6367e430628e3860002a40df47705c474dfebd5
sourceRevisionDigest: sha256:06c8068d722d2be028f7bcfa60ad1adc4cfd6f8691e44e0da3ea6fccfce548e1
sourceBlobDigest: sha256:5ec4dc0eec5c87e6fe98d45c90baebdecf3c088ee12729fd2c45cd4185367c4a
tags:
- latest
- main
targets:
bolt-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:be16af9e7adaff0c5ee636e2bc66694124e30b4a4df21a9c42d91408a9cb4651
sourceBlobDigest: sha256:9cbc6783195cd1f3cfa71791e6367e430628e3860002a40df47705c474dfebd5
sourceRevisionDigest: sha256:06c8068d722d2be028f7bcfa60ad1adc4cfd6f8691e44e0da3ea6fccfce548e1
sourceBlobDigest: sha256:5ec4dc0eec5c87e6fe98d45c90baebdecf3c088ee12729fd2c45cd4185367c4a
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,14 @@ Based on:
### Generated
- [typescript v0.17.0] .
### Releases
- [NPM v0.17.0] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.17.0 - .
- [NPM v0.17.0] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.17.0 - .

## 2024-07-11 00:19:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.331.0 (2.365.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.17.1] .
### Releases
- [NPM v0.17.1] https://www.npmjs.com/package/@boltpay/bolt-typescript-sdk/v/0.17.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.17.0
version: 0.17.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
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": "@boltpay/bolt-typescript-sdk",
"version": "0.17.0",
"version": "0.17.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
17 changes: 2 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boltpay/bolt-typescript-sdk",
"version": "0.17.0",
"version": "0.17.1",
"author": "BoltPublicAPI",
"main": "./index.js",
"sideEffects": false,
Expand All @@ -18,7 +18,6 @@
"zod": ">= 3"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "3.1.0",
sdkVersion: "0.17.0",
genVersion: "2.361.10",
userAgent: "speakeasy-sdk/typescript 0.17.0 2.361.10 3.1.0 @boltpay/bolt-typescript-sdk",
sdkVersion: "0.17.1",
genVersion: "2.365.0",
userAgent: "speakeasy-sdk/typescript 0.17.1 2.365.0 3.1.0 @boltpay/bolt-typescript-sdk",
} as const;

0 comments on commit 0187fae

Please sign in to comment.