Skip to content

Commit f52195c

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.5.0 (#68)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.617.1 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent d611e24 commit f52195c

File tree

14 files changed

+475
-662
lines changed

14 files changed

+475
-662
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 2bb10af9-e48a-4bd7-ae46-a35fa809dc29
33
management:
44
docChecksum: c079046e05a1d80ad361ab1f38ccee14
55
docVersion: v3.0.5
6-
speakeasyVersion: 1.596.0
7-
generationVersion: 2.672.0
8-
releaseVersion: 4.4.0
9-
configChecksum: a13231dcf77fa23956195014807b6e2a
6+
speakeasyVersion: 1.617.1
7+
generationVersion: 2.701.8
8+
releaseVersion: 4.5.0
9+
configChecksum: 9b2b427789d5db4a6ebdfd88ce64526e
1010
repoURL: https://github.com/formancehq/formance-sdk-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/formancehq/formance-sdk-typescript
@@ -16,20 +16,20 @@ features:
1616
additionalDependencies: 0.1.0
1717
bigint: 0.0.2
1818
constsAndDefaults: 0.1.12
19-
core: 3.21.19
19+
core: 3.21.22
2020
defaultEnabledRetries: 0.1.0
2121
deprecations: 2.81.1
2222
downloadStreams: 0.1.1
2323
enumUnions: 0.1.0
2424
envVarSecurityUsage: 0.1.2
2525
errors: 2.86.0
26-
globalSecurity: 2.82.13
26+
globalSecurity: 2.82.14
2727
globalSecurityCallbacks: 0.1.0
2828
globalServerURLs: 2.82.5
2929
ignores: 2.81.1
3030
nameOverrides: 2.81.2
3131
nullables: 0.1.1
32-
oauth2ClientCredentials: 0.4.1
32+
oauth2ClientCredentials: 0.5.0
3333
responseFormat: 0.2.3
3434
retries: 2.83.0
3535
sdkHooks: 0.3.0

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.596.0
1+
speakeasyVersion: 1.617.1
22
sources:
33
stacks-source:
44
sourceNamespace: stacks-source
55
sourceRevisionDigest: sha256:c2e0908b4ec7fd97c23be1d1b139a6cddbf2c76af32c8f563a6335b6f42aa299
66
sourceBlobDigest: sha256:5825b1df8d67cfd921782e30aee3af32e31344f9030fd4db2c042a9d188e640f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752107280
9+
- speakeasy-sdk-regen-1754440192
1010
- v3.0.5
1111
targets:
1212
formance-sdk-typescript:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:c2e0908b4ec7fd97c23be1d1b139a6cddbf2c76af32c8f563a6335b6f42aa299
1616
sourceBlobDigest: sha256:5825b1df8d67cfd921782e30aee3af32e31344f9030fd4db2c042a9d188e640f
1717
codeSamplesNamespace: stacks-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:65e6fdd9fbd3f23bdd680bd136aea2122a3a6b0aabd2301bd74b18561ba1cadf
18+
codeSamplesRevisionDigest: sha256:da2fafa8476c6eafbf141367833f33228493aed9339ec55c5ec2f0ab118c8e91
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,14 @@ Based on:
296296
### Generated
297297
- [typescript v4.4.0] .
298298
### Releases
299-
- [NPM v4.4.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.4.0 - .
299+
- [NPM v4.4.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.4.0 - .
300+
301+
## 2025-09-17 00:25:04
302+
### Changes
303+
Based on:
304+
- OpenAPI Doc
305+
- Speakeasy CLI 1.617.1 (2.701.8) https://github.com/speakeasy-api/speakeasy
306+
### Generated
307+
- [typescript v4.5.0] .
308+
### Releases
309+
- [NPM v4.5.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.5.0 - .

docs/sdk/models/shared/v3getconnectorconfigresponse.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ import { V3GetConnectorConfigResponse } from "@formance/formance-sdk/sdk/models/
88
let value: V3GetConnectorConfigResponse = {
99
data: {
1010
apiKey: "<value>",
11+
clientID: "<id>",
12+
endpoint: "<value>",
1113
name: "<value>",
1214
pageSize: 25,
1315
pollingPeriod: "2m",
14-
provider: "Wise",
15-
webhookPublicKey: "<value>",
16+
provider: "Qonto",
1617
},
1718
};
1819
```

docs/sdk/models/shared/v3installconnectorrequest.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33

44
## Supported Types
55

6-
### `shared.V3BankingcircleConfig`
6+
### `shared.V3AdyenConfig`
77

88
```typescript
9-
const value: shared.V3BankingcircleConfig = {
10-
authorizationEndpoint: "<value>",
11-
endpoint: "<value>",
9+
const value: shared.V3AdyenConfig = {
10+
apiKey: "<value>",
11+
companyID: "<id>",
1212
name: "<value>",
1313
pageSize: 25,
14-
password: "x2JumI7CZjxPmAq",
15-
userCertificate: "<value>",
16-
userCertificateKey: "<value>",
17-
username: "Savion88",
1814
};
1915
```
2016

@@ -30,127 +26,131 @@ const value: shared.V3AtlarConfig = {
3026
};
3127
```
3228

33-
### `shared.V3CurrencycloudConfig`
29+
### `shared.V3BankingcircleConfig`
3430

3531
```typescript
36-
const value: shared.V3CurrencycloudConfig = {
37-
apiKey: "<value>",
32+
const value: shared.V3BankingcircleConfig = {
33+
authorizationEndpoint: "<value>",
3834
endpoint: "<value>",
39-
loginID: "<id>",
4035
name: "<value>",
4136
pageSize: 25,
37+
password: "x2JumI7CZjxPmAq",
38+
userCertificate: "<value>",
39+
userCertificateKey: "<value>",
40+
username: "Savion88",
4241
};
4342
```
4443

45-
### `shared.V3MangopayConfig`
44+
### `shared.V3ColumnConfig`
4645

4746
```typescript
48-
const value: shared.V3MangopayConfig = {
47+
const value: shared.V3ColumnConfig = {
4948
apiKey: "<value>",
50-
clientID: "<id>",
5149
endpoint: "<value>",
5250
name: "<value>",
5351
pageSize: 25,
5452
};
5553
```
5654

57-
### `shared.V3ModulrConfig`
55+
### `shared.V3CurrencycloudConfig`
5856

5957
```typescript
60-
const value: shared.V3ModulrConfig = {
58+
const value: shared.V3CurrencycloudConfig = {
6159
apiKey: "<value>",
62-
apiSecret: "<value>",
6360
endpoint: "<value>",
61+
loginID: "<id>",
6462
name: "<value>",
6563
pageSize: 25,
6664
};
6765
```
6866

69-
### `shared.V3MoneycorpConfig`
67+
### `shared.V3DummypayConfig`
7068

7169
```typescript
72-
const value: shared.V3MoneycorpConfig = {
73-
apiKey: "<value>",
74-
clientID: "<id>",
75-
endpoint: "<value>",
70+
const value: shared.V3DummypayConfig = {
71+
directory: "/var/mail",
7672
name: "<value>",
7773
pageSize: 25,
7874
};
7975
```
8076

81-
### `shared.V3QontoConfig`
77+
### `shared.V3GenericConfig`
8278

8379
```typescript
84-
const value: shared.V3QontoConfig = {
80+
const value: shared.V3GenericConfig = {
8581
apiKey: "<value>",
86-
clientID: "<id>",
8782
endpoint: "<value>",
8883
name: "<value>",
8984
pageSize: 25,
9085
};
9186
```
9287

93-
### `shared.V3AdyenConfig`
88+
### `shared.V3MangopayConfig`
9489

9590
```typescript
96-
const value: shared.V3AdyenConfig = {
91+
const value: shared.V3MangopayConfig = {
9792
apiKey: "<value>",
98-
companyID: "<id>",
93+
clientID: "<id>",
94+
endpoint: "<value>",
9995
name: "<value>",
10096
pageSize: 25,
10197
};
10298
```
10399

104-
### `shared.V3ColumnConfig`
100+
### `shared.V3ModulrConfig`
105101

106102
```typescript
107-
const value: shared.V3ColumnConfig = {
103+
const value: shared.V3ModulrConfig = {
108104
apiKey: "<value>",
105+
apiSecret: "<value>",
109106
endpoint: "<value>",
110107
name: "<value>",
111108
pageSize: 25,
112109
};
113110
```
114111

115-
### `shared.V3GenericConfig`
112+
### `shared.V3MoneycorpConfig`
116113

117114
```typescript
118-
const value: shared.V3GenericConfig = {
115+
const value: shared.V3MoneycorpConfig = {
119116
apiKey: "<value>",
117+
clientID: "<id>",
120118
endpoint: "<value>",
121119
name: "<value>",
122120
pageSize: 25,
123121
};
124122
```
125123

126-
### `shared.V3WiseConfig`
124+
### `shared.V3QontoConfig`
127125

128126
```typescript
129-
const value: shared.V3WiseConfig = {
127+
const value: shared.V3QontoConfig = {
130128
apiKey: "<value>",
129+
clientID: "<id>",
130+
endpoint: "<value>",
131131
name: "<value>",
132132
pageSize: 25,
133-
webhookPublicKey: "<value>",
134133
};
135134
```
136135

137-
### `shared.V3DummypayConfig`
136+
### `shared.V3StripeConfig`
138137

139138
```typescript
140-
const value: shared.V3DummypayConfig = {
141-
directory: "/var/mail",
139+
const value: shared.V3StripeConfig = {
140+
apiKey: "<value>",
142141
name: "<value>",
143142
pageSize: 25,
144143
};
145144
```
146145

147-
### `shared.V3StripeConfig`
146+
### `shared.V3WiseConfig`
148147

149148
```typescript
150-
const value: shared.V3StripeConfig = {
149+
const value: shared.V3WiseConfig = {
151150
apiKey: "<value>",
152151
name: "<value>",
153152
pageSize: 25,
153+
webhookPublicKey: "<value>",
154154
};
155155
```
156156

examples/getVersions.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dotenv.config();
88
* Example usage of the @formance/formance-sdk SDK
99
*
1010
* To run this example from the examples directory:
11-
* npm run build && npx tsx getVersions.ts
11+
* npm run build && npx tsx getVersions.example.ts
1212
*/
1313

1414
import { SDK } from "@formance/formance-sdk";

examples/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ generation:
1414
auth:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
17+
hoistGlobalSecurity: true
1718
tests:
1819
generateTests: true
1920
generateNewTests: false
2021
skipResponseBodyAssertions: false
2122
comments: {}
2223
telemetryEnabled: false
2324
typescript:
24-
version: 4.4.0
25+
version: 4.5.0
2526
additionalDependencies:
2627
dependencies: {}
2728
devDependencies: {}
@@ -55,5 +56,7 @@ typescript:
5556
outputModelSuffix: output
5657
packageName: '@formance/formance-sdk'
5758
responseFormat: envelope
59+
sseFlatResponse: false
5860
templateVersion: v2
61+
usageSDKInitImports: []
5962
useIndexModules: true

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@formance/formance-sdk",
5-
"version": "4.4.0",
5+
"version": "4.5.0",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

0 commit comments

Comments
 (0)