Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 23, 2024
1 parent ebd8f65 commit bc71071
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: 1fc9c5b7-e122-4722-b2f2-f11beb01151d
id: 5743f350-6c36-4b8c-a4ce-9d5a36483be3
management:
docChecksum: e1a7bce7b75c699649b82b3f3d80360c
docVersion: v2.0.0-rc.12
docChecksum: be1b6cb9027ca13c1457e0857448bae8
docVersion: v2.0.0-rc.13
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.12
configChecksum: b017c8b6fbba3b246d728f7cc7ff264a
releaseVersion: v2.0.0-rc.13
configChecksum: dfe59273b9c927c5b912a48f6104984a
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.12
version: v2.0.0-rc.13
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.12",
"version": "v2.0.0-rc.13",
"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.12",
sdkVersion: "v2.0.0-rc.12",
openapiDocVersion: "v2.0.0-rc.13",
sdkVersion: "v2.0.0-rc.13",
genVersion: "2.237.2",
userAgent: "speakeasy-sdk/typescript v2.0.0-rc.12 2.237.2 v2.0.0-rc.12 @formance/formance-sdk",
userAgent: "speakeasy-sdk/typescript v2.0.0-rc.13 2.237.2 v2.0.0-rc.13 @formance/formance-sdk",
});

0 comments on commit bc71071

Please sign in to comment.