Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v2.0.0-rc.34, Speakeasy CLI 1.314.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 22, 2024
1 parent b37d83a commit bc21c52
Show file tree
Hide file tree
Showing 19 changed files with 148 additions and 115 deletions.
15 changes: 8 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 1e0c88f5-b1c8-4198-83d8-36bd00451cd3
management:
docChecksum: 90b8a240f2307f0383af66f212b0e35e
docVersion: v2.0.0-rc.33
speakeasyVersion: 1.306.0
generationVersion: 2.340.3
releaseVersion: 2.3.1
configChecksum: 7cd69437d1748415f50593e2df20ae04
docChecksum: 3989f7570e3338d2f3ec297962927b19
docVersion: v2.0.0-rc.34
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 2.3.2
configChecksum: 70c7ad2f1908974a446afaf0abdccda9
repoURL: https://github.com/formancehq/formance-sdk-python.git
repoSubDirectory: .
installationURL: https://github.com/formancehq/formance-sdk-python.git
Expand All @@ -15,7 +15,7 @@ features:
python:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.3
core: 4.6.9
core: 4.6.13
deprecations: 2.81.1
errors: 2.81.10
getRequestBodies: 2.81.1
Expand All @@ -42,6 +42,7 @@ generatedFiles:
- src/sdk/sdk.py
- py.typed
- pylintrc
- scripts/publish.sh
- setup.py
- src/sdk/__init__.py
- src/sdk/utils/__init__.py
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@ Based on:
### Generated
- [python v2.3.1] .
### Releases
- [PyPI v2.3.1] https://pypi.org/project/formance-sdk-python/2.3.1 - .
- [PyPI v2.3.1] https://pypi.org/project/formance-sdk-python/2.3.1 - .

## 2024-06-22 00:01:56
### Changes
Based on:
- OpenAPI Doc v2.0.0-rc.34
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.3.2] .
### Releases
- [PyPI v2.3.2] https://pypi.org/project/formance-sdk-python/2.3.2 - .
3 changes: 2 additions & 1 deletion docs/models/operations/listaccountsresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `accounts_cursor_response` | [Optional[shared.AccountsCursorResponse]](../../models/shared/accountscursorresponse.md) | :heavy_minus_sign: | OK |
| `accounts_cursor_response` | [Optional[shared.AccountsCursorResponse]](../../models/shared/accountscursorresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | *Optional[errors.ErrorResponse]* | :heavy_minus_sign: | Not found |
44 changes: 22 additions & 22 deletions docs/models/shared/connectorconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,69 @@

## Supported Types

### StripeConfig
### `shared.StripeConfig`

```python
connectorConfig: shared.StripeConfig = /* values here */
value: shared.StripeConfig = /* values here */
```

### DummyPayConfig
### `shared.DummyPayConfig`

```python
connectorConfig: shared.DummyPayConfig = /* values here */
value: shared.DummyPayConfig = /* values here */
```

### WiseConfig
### `shared.WiseConfig`

```python
connectorConfig: shared.WiseConfig = /* values here */
value: shared.WiseConfig = /* values here */
```

### ModulrConfig
### `shared.ModulrConfig`

```python
connectorConfig: shared.ModulrConfig = /* values here */
value: shared.ModulrConfig = /* values here */
```

### CurrencyCloudConfig
### `shared.CurrencyCloudConfig`

```python
connectorConfig: shared.CurrencyCloudConfig = /* values here */
value: shared.CurrencyCloudConfig = /* values here */
```

### BankingCircleConfig
### `shared.BankingCircleConfig`

```python
connectorConfig: shared.BankingCircleConfig = /* values here */
value: shared.BankingCircleConfig = /* values here */
```

### MangoPayConfig
### `shared.MangoPayConfig`

```python
connectorConfig: shared.MangoPayConfig = /* values here */
value: shared.MangoPayConfig = /* values here */
```

### MoneycorpConfig
### `shared.MoneycorpConfig`

```python
connectorConfig: shared.MoneycorpConfig = /* values here */
value: shared.MoneycorpConfig = /* values here */
```

### AtlarConfig
### `shared.AtlarConfig`

```python
connectorConfig: shared.AtlarConfig = /* values here */
value: shared.AtlarConfig = /* values here */
```

### AdyenConfig
### `shared.AdyenConfig`

```python
connectorConfig: shared.AdyenConfig = /* values here */
value: shared.AdyenConfig = /* values here */
```

### GenericConfig
### `shared.GenericConfig`

```python
connectorConfig: shared.GenericConfig = /* values here */
value: shared.GenericConfig = /* values here */
```

16 changes: 8 additions & 8 deletions docs/models/shared/stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@

## Supported Types

### StageSend
### `shared.StageSend`

```python
stage: shared.StageSend = /* values here */
value: shared.StageSend = /* values here */
```

### StageDelay
### `shared.StageDelay`

```python
stage: shared.StageDelay = /* values here */
value: shared.StageDelay = /* values here */
```

### StageWaitEvent
### `shared.StageWaitEvent`

```python
stage: shared.StageWaitEvent = /* values here */
value: shared.StageWaitEvent = /* values here */
```

### Update
### `shared.Update`

```python
stage: shared.Update = /* values here */
value: shared.Update = /* values here */
```

8 changes: 4 additions & 4 deletions docs/models/shared/subject.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

## Supported Types

### LedgerAccountSubject
### `shared.LedgerAccountSubject`

```python
subject: shared.LedgerAccountSubject = /* values here */
value: shared.LedgerAccountSubject = /* values here */
```

### WalletSubject
### `shared.WalletSubject`

```python
subject: shared.WalletSubject = /* values here */
value: shared.WalletSubject = /* values here */
```

32 changes: 16 additions & 16 deletions docs/models/shared/taskresponsedata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,51 @@

## Supported Types

### TaskStripe
### `shared.TaskStripe`

```python
taskResponseData: shared.TaskStripe = /* values here */
value: shared.TaskStripe = /* values here */
```

### TaskWise
### `shared.TaskWise`

```python
taskResponseData: shared.TaskWise = /* values here */
value: shared.TaskWise = /* values here */
```

### TaskCurrencyCloud
### `shared.TaskCurrencyCloud`

```python
taskResponseData: shared.TaskCurrencyCloud = /* values here */
value: shared.TaskCurrencyCloud = /* values here */
```

### TaskDummyPay
### `shared.TaskDummyPay`

```python
taskResponseData: shared.TaskDummyPay = /* values here */
value: shared.TaskDummyPay = /* values here */
```

### TaskModulr
### `shared.TaskModulr`

```python
taskResponseData: shared.TaskModulr = /* values here */
value: shared.TaskModulr = /* values here */
```

### TaskBankingCircle
### `shared.TaskBankingCircle`

```python
taskResponseData: shared.TaskBankingCircle = /* values here */
value: shared.TaskBankingCircle = /* values here */
```

### TaskMangoPay
### `shared.TaskMangoPay`

```python
taskResponseData: shared.TaskMangoPay = /* values here */
value: shared.TaskMangoPay = /* values here */
```

### TaskMoneycorp
### `shared.TaskMoneycorp`

```python
taskResponseData: shared.TaskMoneycorp = /* values here */
value: shared.TaskMoneycorp = /* values here */
```

32 changes: 16 additions & 16 deletions docs/models/shared/taskscursordata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,51 @@

## Supported Types

### TaskStripe
### `shared.TaskStripe`

```python
tasksCursorData: shared.TaskStripe = /* values here */
value: shared.TaskStripe = /* values here */
```

### TaskWise
### `shared.TaskWise`

```python
tasksCursorData: shared.TaskWise = /* values here */
value: shared.TaskWise = /* values here */
```

### TaskCurrencyCloud
### `shared.TaskCurrencyCloud`

```python
tasksCursorData: shared.TaskCurrencyCloud = /* values here */
value: shared.TaskCurrencyCloud = /* values here */
```

### TaskDummyPay
### `shared.TaskDummyPay`

```python
tasksCursorData: shared.TaskDummyPay = /* values here */
value: shared.TaskDummyPay = /* values here */
```

### TaskModulr
### `shared.TaskModulr`

```python
tasksCursorData: shared.TaskModulr = /* values here */
value: shared.TaskModulr = /* values here */
```

### TaskBankingCircle
### `shared.TaskBankingCircle`

```python
tasksCursorData: shared.TaskBankingCircle = /* values here */
value: shared.TaskBankingCircle = /* values here */
```

### TaskMangoPay
### `shared.TaskMangoPay`

```python
tasksCursorData: shared.TaskMangoPay = /* values here */
value: shared.TaskMangoPay = /* values here */
```

### TaskMoneycorp
### `shared.TaskMoneycorp`

```python
tasksCursorData: shared.TaskMoneycorp = /* values here */
value: shared.TaskMoneycorp = /* values here */
```

16 changes: 8 additions & 8 deletions docs/models/shared/v2bulkelement.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@

## Supported Types

### V2BulkElementAddMetadata
### `shared.V2BulkElementAddMetadata`

```python
v2BulkElement: shared.V2BulkElementAddMetadata = /* values here */
value: shared.V2BulkElementAddMetadata = /* values here */
```

### V2BulkElementCreateTransaction
### `shared.V2BulkElementCreateTransaction`

```python
v2BulkElement: shared.V2BulkElementCreateTransaction = /* values here */
value: shared.V2BulkElementCreateTransaction = /* values here */
```

### V2BulkElementDeleteMetadata
### `shared.V2BulkElementDeleteMetadata`

```python
v2BulkElement: shared.V2BulkElementDeleteMetadata = /* values here */
value: shared.V2BulkElementDeleteMetadata = /* values here */
```

### V2BulkElementRevertTransaction
### `shared.V2BulkElementRevertTransaction`

```python
v2BulkElement: shared.V2BulkElementRevertTransaction = /* values here */
value: shared.V2BulkElementRevertTransaction = /* values here */
```

Loading

0 comments on commit bc21c52

Please sign in to comment.