Skip to content

Commit

Permalink
release(sdk): v2.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Jan 25, 2024
1 parent b4d8548 commit 1f4cceb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 9d09924e-6ebc-4a8a-b7cc-8179ddc6cbff
id: 6fc444ac-d253-4296-b391-a2c1cd090f31
management:
docChecksum: 4ac057727cfb2f6566ad21dafca002d8
docVersion: v2.0.0-beta.14
docChecksum: 1ac991b656e125ee85ff5c407afe969a
docVersion: v2.0.0-beta.15
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-beta.14
configChecksum: 2474cad96edc1c057f38c43a3a483daa
releaseVersion: v2.0.0-beta.15
configChecksum: 728c6c38dac661dc86223789f739d8bf
features:
typescript:
constsAndDefaults: 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generation:
comments: {}
telemetryEnabled: false
typescript:
version: v2.0.0-beta.14
version: v2.0.0-beta.15
author: Formance
clientServerStatusCodesAsErrors: false
flattenGlobalSecurity: true
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "commonjs",
"name": "@formance/formance-sdk",
"version": "v2.0.0-beta.14",
"version": "v2.0.0-beta.15",
"author": "Formance",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export function serverURLFromOptions(options: SDKOptions): URL {

export const SDK_METADATA = Object.freeze({
language: "typescript",
openapiDocVersion: "v2.0.0-beta.14",
sdkVersion: "v2.0.0-beta.14",
openapiDocVersion: "v2.0.0-beta.15",
sdkVersion: "v2.0.0-beta.15",
genVersion: "2.237.2",
userAgent:
"speakeasy-sdk/typescript v2.0.0-beta.14 2.237.2 v2.0.0-beta.14 @formance/formance-sdk",
"speakeasy-sdk/typescript v2.0.0-beta.15 2.237.2 v2.0.0-beta.15 @formance/formance-sdk",
});

0 comments on commit 1f4cceb

Please sign in to comment.