Skip to content

Commit fb20952

Browse files
committed
ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.49.1
1 parent b26c5ff commit fb20952

6 files changed

Lines changed: 28 additions & 18 deletions

File tree

expenses/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,12 @@ Based on:
534534
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
535535
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy
536536
### Releases
537-
- [PyPI v0.27.2] https://pypi.org/project/codat-sync-for-expenses/0.27.2 - expenses
537+
- [PyPI v0.27.2] https://pypi.org/project/codat-sync-for-expenses/0.27.2 - expenses
538+
539+
## 2023-06-21 00:14:42
540+
### Changes
541+
Based on:
542+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
543+
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
544+
### Releases
545+
- [PyPI v0.27.3] https://pypi.org/project/codat-sync-for-expenses/0.27.3 - expenses

expenses/docs/models/shared/expensetransaction.md

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

expenses/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: d1dc5e1387fcc67d7a6d87c4b41f3e1d
3+
docChecksum: 5977b22d43be8b8becac3afd8bc19158
44
docVersion: prealpha
5-
speakeasyVersion: 1.49.0
6-
generationVersion: 2.41.4
5+
speakeasyVersion: 1.49.1
6+
generationVersion: 2.41.5
77
generation:
88
sdkClassName: CodatSyncExpenses
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.27.2
12+
version: 0.27.3
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

expenses/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-sync-for-expenses",
13-
version="0.27.2",
13+
version="0.27.3",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

expenses/src/codatsyncexpenses/models/shared/expensetransaction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class ExpenseTransaction:
5656
5757
Currency rates in Codat are implemented as the multiple of foreign currency units to each base currency unit.
5858
59+
It is not possible to perform the currency conversion with two or more non-base currencies participating in the transaction. For example, if a company's base currency is USD, and it has a bill issued in EUR, then the bill payment must happen in USD or EUR.
60+
5961
Where the currency rate is provided by the underlying accounting platform, it will be available from Codat with the same precision (up to a maximum of 9 decimal places).
6062
6163
For accounting platforms which do not provide an explicit currency rate, it is calculated as `baseCurrency / foreignCurrency` and will be returned to 9 decimal places.

expenses/src/codatsyncexpenses/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class SDKConfiguration:
1717
server_idx: int = 0
1818
language: str = 'python'
1919
openapi_doc_version: str = 'prealpha'
20-
sdk_version: str = '0.27.2'
21-
gen_version: str = '2.41.4'
20+
sdk_version: str = '0.27.3'
21+
gen_version: str = '2.41.5'
2222

2323
def get_server_details(self) -> tuple[str, dict[str, str]]:
2424
if self.server_url:

0 commit comments

Comments
 (0)