Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v2.0.0-rc.33, Speakeasy CLI 1.306.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and Shiroy committed Jun 13, 2024
1 parent 9703c98 commit b37d83a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 20 deletions.
16 changes: 8 additions & 8 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: e567423a9ded9ae8d147cb079b72d691
docVersion: v2.0.0-rc.31
speakeasyVersion: 1.299.3
generationVersion: 2.338.7
releaseVersion: 2.3.0
configChecksum: 227b5f2bd17ca7e1cd1281ef890bc059
docChecksum: 90b8a240f2307f0383af66f212b0e35e
docVersion: v2.0.0-rc.33
speakeasyVersion: 1.306.0
generationVersion: 2.340.3
releaseVersion: 2.3.1
configChecksum: 7cd69437d1748415f50593e2df20ae04
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.8
core: 4.6.9
deprecations: 2.81.1
errors: 2.81.10
getRequestBodies: 2.81.1
Expand All @@ -28,7 +28,7 @@ features:
nullables: 0.1.0
responseFormat: 0.1.0
sdkHooks: 0.1.0
unions: 2.82.7
unions: 2.82.8
generatedFiles:
- src/sdk/sdkconfiguration.py
- src/sdk/auth.py
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,14 @@ Based on:
### Generated
- [python v2.3.0] .
### Releases
- [PyPI v2.3.0] https://pypi.org/project/formance-sdk-python/2.3.0 - .
- [PyPI v2.3.0] https://pypi.org/project/formance-sdk-python/2.3.0 - .

## 2024-06-13 00:02:25
### Changes
Based on:
- OpenAPI Doc v2.0.0-rc.33
- Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.3.1] .
### Releases
- [PyPI v2.3.1] https://pypi.org/project/formance-sdk-python/2.3.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
comments: {}
telemetryEnabled: false
python:
version: 2.3.0
version: 2.3.1
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='formance-sdk-python',
version='2.3.0',
version='2.3.1',
author='Formance',
description='Python Client SDK Generated by Speakeasy',
url='https://github.com/formancehq/formance-sdk-python.git',
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/models/shared/taskresponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
from sdk import utils
from typing import Union

TaskResponseData = Union[TaskStripe, TaskWise, TaskCurrencyCloud, TaskDummyPay, TaskModulr, TaskBankingCircle, TaskMangoPay, TaskMoneycorp]


@dataclass_json(undefined=Undefined.EXCLUDE)
@dataclasses.dataclass
class TaskResponse:
data: TaskResponseData = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('data') }})



TaskResponseData = Union[TaskStripe, TaskWise, TaskCurrencyCloud, TaskDummyPay, TaskModulr, TaskBankingCircle, TaskMangoPay, TaskMoneycorp]
4 changes: 2 additions & 2 deletions src/sdk/models/shared/taskscursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from sdk import utils
from typing import List, Optional, Union

TasksCursorData = Union[TaskStripe, TaskWise, TaskCurrencyCloud, TaskDummyPay, TaskModulr, TaskBankingCircle, TaskMangoPay, TaskMoneycorp]


@dataclass_json(undefined=Undefined.EXCLUDE)
@dataclasses.dataclass
Expand All @@ -35,3 +33,5 @@ class TasksCursor:
cursor: TasksCursorCursor = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('cursor') }})



TasksCursorData = Union[TaskStripe, TaskWise, TaskCurrencyCloud, TaskDummyPay, TaskModulr, TaskBankingCircle, TaskMangoPay, TaskMoneycorp]
2 changes: 1 addition & 1 deletion src/sdk/models/shared/v2bulkelementresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ class V2BulkElementResultCreateTransactionSchemas:



V2BulkElementResult = Union['V2BulkElementResultCreateTransactionSchemas', 'Schemas', 'V2BulkElementResultRevertTransactionSchemas', 'V2BulkElementResultDeleteMetadataSchemas', 'V2BulkElementResultErrorSchemas']
V2BulkElementResult = Union[V2BulkElementResultCreateTransactionSchemas, Schemas, V2BulkElementResultRevertTransactionSchemas, V2BulkElementResultDeleteMetadataSchemas, V2BulkElementResultErrorSchemas]
8 changes: 4 additions & 4 deletions src/sdk/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ class SDKConfiguration:
server_url: Optional[str] = ''
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = 'v2.0.0-rc.31'
sdk_version: str = '2.3.0'
gen_version: str = '2.338.7'
user_agent: str = 'speakeasy-sdk/python 2.3.0 2.338.7 v2.0.0-rc.31 formance-sdk-python'
openapi_doc_version: str = 'v2.0.0-rc.33'
sdk_version: str = '2.3.1'
gen_version: str = '2.340.3'
user_agent: str = 'speakeasy-sdk/python 2.3.1 2.340.3 v2.0.0-rc.33 formance-sdk-python'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit b37d83a

Please sign in to comment.