Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Mar 6, 2024
1 parent e280cfd commit 7e3fa5d
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: 0fbb95a1-b116-4263-8533-69d525cf0e53
id: 2bb10af9-e48a-4bd7-ae46-a35fa809dc29
management:
docChecksum: c1effabd7289a33fe01bb390d80743f1
docVersion: v2.0.0-rc.14
docChecksum: 5e9a79dbe7142aa90188e21ea54c7198
docVersion: v2.0.0-rc.15
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.14
configChecksum: 80265adba09656d49c460001d9bcb136
releaseVersion: v2.0.0-rc.15
configChecksum: a5971d68894f6192d10eed3cd372c215
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.14
version: v2.0.0-rc.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-rc.14",
"version": "v2.0.0-rc.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,8 +50,8 @@ export function serverURLFromOptions(options: SDKOptions): URL {

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

0 comments on commit 7e3fa5d

Please sign in to comment.