Skip to content

Commit

Permalink
release(sdk): v2.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Jan 22, 2024
1 parent 1eec900 commit 1ecf580
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: 4a0e3a1d-7294-4e6b-8706-592b0494dc75
id: 25f2036d-0e82-4437-868b-d8a99835959c
management:
docChecksum: 59f508b388b2e40561de26a8dcd854b9
docVersion: v2.0.0-beta.11
docChecksum: 62528734db388452295a3642ad792516
docVersion: v2.0.0-beta.12
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-beta.11
configChecksum: c3f441fb503ca0b56a174c3a5484be05
releaseVersion: v2.0.0-beta.12
configChecksum: 04f4400b57fc0641e6f2ef7a0b5b98a3
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.11
version: v2.0.0-beta.12
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.11",
"version": "v2.0.0-beta.12",
"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.11",
sdkVersion: "v2.0.0-beta.11",
openapiDocVersion: "v2.0.0-beta.12",
sdkVersion: "v2.0.0-beta.12",
genVersion: "2.237.2",
userAgent:
"speakeasy-sdk/typescript v2.0.0-beta.11 2.237.2 v2.0.0-beta.11 @formance/formance-sdk",
"speakeasy-sdk/typescript v2.0.0-beta.12 2.237.2 v2.0.0-beta.12 @formance/formance-sdk",
});

0 comments on commit 1ecf580

Please sign in to comment.