Skip to content

Commit 5008895

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.19.6
1 parent f5864d5 commit 5008895

345 files changed

Lines changed: 540 additions & 532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

accounting/README.md

Lines changed: 3 additions & 3 deletions

accounting/RELEASES.md

Lines changed: 9 additions & 1 deletion

accounting/USAGE.md

Lines changed: 3 additions & 3 deletions

accounting/files.gen

Lines changed: 339 additions & 339 deletions
Large diffs are not rendered by default.

accounting/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: dd9aaac4bfa74252362980e310692411
3+
docChecksum: 13cfc907c832e4d683929bdab7d92b0c
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.19.3
6-
generationVersion: 2.16.7
5+
speakeasyVersion: 1.19.6
6+
generationVersion: 2.17.8
77
generation:
88
telemetryEnabled: false
99
sdkClassName: CodatAccounting
1010
sdkFlattening: true
1111
singleTagPerOp: false
1212
python:
13-
version: 0.9.6
13+
version: 0.10.0
1414
author: Speakeasy
1515
description: Python Client SDK Generated by Speakeasy
1616
packageName: codat-accounting

accounting/setup.py

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

1111
setuptools.setup(
1212
name="codat-accounting",
13-
version="0.9.6",
13+
version="0.10.0",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,
File renamed without changes.

accounting/src/codat/account_transactions.py renamed to accounting/src/codataccounting/account_transactions.py

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

33
import requests as requests_http
44
from . import utils
5-
from codat.models import operations, shared
5+
from codataccounting.models import operations, shared
66
from typing import Optional
77

88
class AccountTransactions:

accounting/src/codat/accounts.py renamed to accounting/src/codataccounting/accounts.py

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

33
import requests as requests_http
44
from . import utils
5-
from codat.models import operations, shared
5+
from codataccounting.models import operations, shared
66
from typing import Optional
77

88
class Accounts:

accounting/src/codat/bank_account_transactions.py renamed to accounting/src/codataccounting/bank_account_transactions.py

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

33
import requests as requests_http
44
from . import utils
5-
from codat.models import operations, shared
5+
from codataccounting.models import operations, shared
66
from typing import Optional
77

88
class BankAccountTransactions:

0 commit comments

Comments
 (0)