Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 2bb10af9-e48a-4bd7-ae46-a35fa809dc29
management:
docChecksum: c079046e05a1d80ad361ab1f38ccee14
docVersion: v3.0.5
speakeasyVersion: 1.596.0
generationVersion: 2.672.0
releaseVersion: 4.4.0
configChecksum: a13231dcf77fa23956195014807b6e2a
speakeasyVersion: 1.617.1
generationVersion: 2.701.8
releaseVersion: 4.5.0
configChecksum: 9b2b427789d5db4a6ebdfd88ce64526e
repoURL: https://github.com/formancehq/formance-sdk-typescript.git
repoSubDirectory: .
installationURL: https://github.com/formancehq/formance-sdk-typescript
Expand All @@ -16,20 +16,20 @@ features:
additionalDependencies: 0.1.0
bigint: 0.0.2
constsAndDefaults: 0.1.12
core: 3.21.19
core: 3.21.22
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
downloadStreams: 0.1.1
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.2
errors: 2.86.0
globalSecurity: 2.82.13
globalSecurity: 2.82.14
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.5
ignores: 2.81.1
nameOverrides: 2.81.2
nullables: 0.1.1
oauth2ClientCredentials: 0.4.1
oauth2ClientCredentials: 0.5.0
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.3.0
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.596.0
speakeasyVersion: 1.617.1
sources:
stacks-source:
sourceNamespace: stacks-source
sourceRevisionDigest: sha256:c2e0908b4ec7fd97c23be1d1b139a6cddbf2c76af32c8f563a6335b6f42aa299
sourceBlobDigest: sha256:5825b1df8d67cfd921782e30aee3af32e31344f9030fd4db2c042a9d188e640f
tags:
- latest
- speakeasy-sdk-regen-1752107280
- speakeasy-sdk-regen-1754440192
- v3.0.5
targets:
formance-sdk-typescript:
Expand All @@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:c2e0908b4ec7fd97c23be1d1b139a6cddbf2c76af32c8f563a6335b6f42aa299
sourceBlobDigest: sha256:5825b1df8d67cfd921782e30aee3af32e31344f9030fd4db2c042a9d188e640f
codeSamplesNamespace: stacks-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:65e6fdd9fbd3f23bdd680bd136aea2122a3a6b0aabd2301bd74b18561ba1cadf
codeSamplesRevisionDigest: sha256:da2fafa8476c6eafbf141367833f33228493aed9339ec55c5ec2f0ab118c8e91
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,14 @@ Based on:
### Generated
- [typescript v4.4.0] .
### Releases
- [NPM v4.4.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.4.0 - .
- [NPM v4.4.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.4.0 - .

## 2025-09-17 00:25:04
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.617.1 (2.701.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v4.5.0] .
### Releases
- [NPM v4.5.0] https://www.npmjs.com/package/@formance/formance-sdk/v/4.5.0 - .
5 changes: 3 additions & 2 deletions docs/sdk/models/shared/v3getconnectorconfigresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import { V3GetConnectorConfigResponse } from "@formance/formance-sdk/sdk/models/
let value: V3GetConnectorConfigResponse = {
data: {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
pollingPeriod: "2m",
provider: "Wise",
webhookPublicKey: "<value>",
provider: "Qonto",
},
};
```
Expand Down
82 changes: 41 additions & 41 deletions docs/sdk/models/shared/v3installconnectorrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@

## Supported Types

### `shared.V3BankingcircleConfig`
### `shared.V3AdyenConfig`

```typescript
const value: shared.V3BankingcircleConfig = {
authorizationEndpoint: "<value>",
endpoint: "<value>",
const value: shared.V3AdyenConfig = {
apiKey: "<value>",
companyID: "<id>",
name: "<value>",
pageSize: 25,
password: "x2JumI7CZjxPmAq",
userCertificate: "<value>",
userCertificateKey: "<value>",
username: "Savion88",
};
```

Expand All @@ -30,127 +26,131 @@ const value: shared.V3AtlarConfig = {
};
```

### `shared.V3CurrencycloudConfig`
### `shared.V3BankingcircleConfig`

```typescript
const value: shared.V3CurrencycloudConfig = {
apiKey: "<value>",
const value: shared.V3BankingcircleConfig = {
authorizationEndpoint: "<value>",
endpoint: "<value>",
loginID: "<id>",
name: "<value>",
pageSize: 25,
password: "x2JumI7CZjxPmAq",
userCertificate: "<value>",
userCertificateKey: "<value>",
username: "Savion88",
};
```

### `shared.V3MangopayConfig`
### `shared.V3ColumnConfig`

```typescript
const value: shared.V3MangopayConfig = {
const value: shared.V3ColumnConfig = {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3ModulrConfig`
### `shared.V3CurrencycloudConfig`

```typescript
const value: shared.V3ModulrConfig = {
const value: shared.V3CurrencycloudConfig = {
apiKey: "<value>",
apiSecret: "<value>",
endpoint: "<value>",
loginID: "<id>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3MoneycorpConfig`
### `shared.V3DummypayConfig`

```typescript
const value: shared.V3MoneycorpConfig = {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
const value: shared.V3DummypayConfig = {
directory: "/var/mail",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3QontoConfig`
### `shared.V3GenericConfig`

```typescript
const value: shared.V3QontoConfig = {
const value: shared.V3GenericConfig = {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3AdyenConfig`
### `shared.V3MangopayConfig`

```typescript
const value: shared.V3AdyenConfig = {
const value: shared.V3MangopayConfig = {
apiKey: "<value>",
companyID: "<id>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3ColumnConfig`
### `shared.V3ModulrConfig`

```typescript
const value: shared.V3ColumnConfig = {
const value: shared.V3ModulrConfig = {
apiKey: "<value>",
apiSecret: "<value>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3GenericConfig`
### `shared.V3MoneycorpConfig`

```typescript
const value: shared.V3GenericConfig = {
const value: shared.V3MoneycorpConfig = {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3WiseConfig`
### `shared.V3QontoConfig`

```typescript
const value: shared.V3WiseConfig = {
const value: shared.V3QontoConfig = {
apiKey: "<value>",
clientID: "<id>",
endpoint: "<value>",
name: "<value>",
pageSize: 25,
webhookPublicKey: "<value>",
};
```

### `shared.V3DummypayConfig`
### `shared.V3StripeConfig`

```typescript
const value: shared.V3DummypayConfig = {
directory: "/var/mail",
const value: shared.V3StripeConfig = {
apiKey: "<value>",
name: "<value>",
pageSize: 25,
};
```

### `shared.V3StripeConfig`
### `shared.V3WiseConfig`

```typescript
const value: shared.V3StripeConfig = {
const value: shared.V3WiseConfig = {
apiKey: "<value>",
name: "<value>",
pageSize: 25,
webhookPublicKey: "<value>",
};
```

2 changes: 1 addition & 1 deletion examples/getVersions.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotenv.config();
* Example usage of the @formance/formance-sdk SDK
*
* To run this example from the examples directory:
* npm run build && npx tsx getVersions.ts
* npm run build && npx tsx getVersions.example.ts
*/

import { SDK } from "@formance/formance-sdk";
Expand Down
6 changes: 3 additions & 3 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
comments: {}
telemetryEnabled: false
typescript:
version: 4.4.0
version: 4.5.0
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down Expand Up @@ -55,5 +56,7 @@ typescript:
outputModelSuffix: output
packageName: '@formance/formance-sdk'
responseFormat: envelope
sseFlatResponse: false
templateVersion: v2
usageSDKInitImports: []
useIndexModules: true
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@formance/formance-sdk",
"version": "4.4.0",
"version": "4.5.0",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
Loading