Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 19, 2024
1 parent 1b55cf5 commit 2e90569
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: c8a0ddb0-ddf4-4afd-a0c1-befe36e0b65a
id: b1bb1590-dbd4-4b99-a0f6-38ae337fb129
management:
docChecksum: 9498362bd3de88c7492796ec40c09297
docVersion: v2.0.0-rc.7
docChecksum: 84c0a5fe8e579e19a829f64a11ead247
docVersion: v2.0.0-rc.8
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.7
configChecksum: eba85a01e31467cf456af7ac259217fc
releaseVersion: v2.0.0-rc.8
configChecksum: c55c26a19590367ae6d832f4e6cf4583
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-rc.7
version: v2.0.0-rc.8
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-rc.7",
"version": "v2.0.0-rc.8",
"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,8 +50,8 @@ export function serverURLFromOptions(options: SDKOptions): URL {

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

0 comments on commit 2e90569

Please sign in to comment.