Skip to content

Commit 8c35699

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.44.2
1 parent 044863b commit 8c35699

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

accounting/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,12 @@ Based on:
414414
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
415415
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
416416
### Releases
417-
- [PyPI v0.18.0] https://pypi.org/project/codat-accounting/0.18.0 - accounting
417+
- [PyPI v0.18.0] https://pypi.org/project/codat-accounting/0.18.0 - accounting
418+
419+
## 2023-06-06 20:44:31
420+
### Changes
421+
Based on:
422+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
423+
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
424+
### Releases
425+
- [PyPI v0.18.1] https://pypi.org/project/codat-accounting/0.18.1 - accounting

accounting/docs/codataccounting/README.md

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

33
## Overview
44

5-
A flexible API for pulling accounting data, normalized and aggregated from 20 accounting integrations.
5+
Accounting API: A flexible API for pulling accounting data, normalized and aggregated from 20 accounting integrations.
66

77
Standardize how you connect to your customers’ accounting software. View, create, update, and delete data in the same way for all the leading accounting platforms.
88

accounting/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 6d1abbaa76a36675d67a0d9afe806ff7
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.43.0
6-
generationVersion: 2.35.3
5+
speakeasyVersion: 1.44.2
6+
generationVersion: 2.35.9
77
generation:
88
sdkClassName: CodatAccounting
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.18.0
12+
version: 0.18.1
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

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.18.0",
13+
version="0.18.1",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

accounting/src/codataccounting/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from codataccounting.models import shared
3232

3333
class CodatAccounting:
34-
r"""A flexible API for pulling accounting data, normalized and aggregated from 20 accounting integrations.
34+
r"""Accounting API: A flexible API for pulling accounting data, normalized and aggregated from 20 accounting integrations.
3535
3636
Standardize how you connect to your customers’ accounting software. View, create, update, and delete data in the same way for all the leading accounting platforms.
3737

accounting/src/codataccounting/sdkconfiguration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import requests
44
from dataclasses import dataclass
55

6+
67
SERVERS = [
78
'https://api.codat.io',
89
# Production
@@ -16,8 +17,8 @@ class SDKConfiguration:
1617
server_url: str = ''
1718
server_idx: int = 0
1819
language: str = 'python'
19-
sdk_version: str = '0.18.0'
20-
gen_version: str = '2.35.3'
20+
sdk_version: str = '0.18.1'
21+
gen_version: str = '2.35.9'
2122

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

0 commit comments

Comments
 (0)