Skip to content

Commit 4ce0fbe

Browse files
chore: speakeasy sdk regeneration - Generate Expenses SDK (#25)
* ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.7.1 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <[email protected]>
1 parent 0a1a1da commit 4ce0fbe

34 files changed

+1382
-695
lines changed

expenses/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ pip install codat-expenses
1414
import codat
1515
from codat.models import operations, shared
1616

17-
s = codat.Codat()
18-
s.config_security(
17+
s = codat.Codat(
1918
security=shared.Security(
20-
authorization="YOUR_API_KEY_HERE",
21-
)
19+
auth_header="YOUR_API_KEY_HERE",
20+
),
2221
)
23-
22+
23+
2424
req = operations.GetCompanyConfigurationRequest(
25-
path_params=operations.GetCompanyConfigurationPathParams(
26-
company_id="unde",
27-
),
25+
company_id="unde",
2826
)
2927

3028
res = s.configuration.get_company_configuration(req)
@@ -40,8 +38,8 @@ if res.get_company_configuration_200_application_json_object is not None:
4038

4139
### configuration
4240

43-
* `get_company_configuration` - Get Company configuration
44-
* `save_company_configuration` - Set Company configuration
41+
* `get_company_configuration` - Get company configuration
42+
* `save_company_configuration` - Set company configuration
4543

4644
### connections
4745

expenses/RELEASES.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,76 @@ Based on:
1414
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
1515
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
1616
### Releases
17-
- [PyPI v0.1.1] https://pypi.org/project/codat-expenses/0.1.1 - expenses
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-expenses/0.1.1 - expenses
18+
19+
## 2023-03-03 01:54:25
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
23+
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [PyPI v0.1.2] https://pypi.org/project/codat-expenses/0.1.2 - expenses
26+
27+
## 2023-03-04 00:14:06
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
31+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.2.0] https://pypi.org/project/codat-expenses/0.2.0 - expenses
34+
35+
## 2023-03-06 00:15:17
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
39+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [PyPI v0.2.1] https://pypi.org/project/codat-expenses/0.2.1 - expenses
42+
43+
## 2023-03-07 00:16:00
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
47+
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [PyPI v0.2.2] https://pypi.org/project/codat-expenses/0.2.2 - expenses
50+
51+
## 2023-03-08 00:15:02
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
55+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [PyPI v0.2.3] https://pypi.org/project/codat-expenses/0.2.3 - expenses
58+
59+
## 2023-03-09 00:15:25
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
63+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [PyPI v0.2.4] https://pypi.org/project/codat-expenses/0.2.4 - expenses
66+
67+
## 2023-03-10 00:15:01
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
71+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [PyPI v0.3.0] https://pypi.org/project/codat-expenses/0.3.0 - expenses
74+
75+
## 2023-03-11 00:13:18
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
79+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v0.3.1] https://pypi.org/project/codat-expenses/0.3.1 - expenses
82+
83+
## 2023-03-15 00:14:34
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
87+
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
88+
### Releases
89+
- [PyPI v0.4.0] https://pypi.org/project/codat-expenses/0.4.0 - expenses

expenses/USAGE.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
import codat
44
from codat.models import operations, shared
55

6-
s = codat.Codat()
7-
s.config_security(
6+
s = codat.Codat(
87
security=shared.Security(
9-
authorization="YOUR_API_KEY_HERE",
10-
)
8+
auth_header="YOUR_API_KEY_HERE",
9+
),
1110
)
12-
11+
12+
1313
req = operations.GetCompanyConfigurationRequest(
14-
path_params=operations.GetCompanyConfigurationPathParams(
15-
company_id="unde",
16-
),
14+
company_id="unde",
1715
)
1816

1917
res = s.configuration.get_company_configuration(req)

expenses/files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ src/codat/sync.py
66
src/codat/sync_status.py
77
src/codat/transaction_status.py
88
src/codat/sdk.py
9+
pylintrc
910
setup.py
1011
src/codat/__init__.py
1112
src/codat/models/__init__.py

expenses/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 2721452c28c941bc57247116ace45229
3+
docChecksum: dc98b83b56250d730f6b49ba2e37b3bf
44
docVersion: prealpha
5-
speakeasyVersion: 1.7.1
5+
speakeasyVersion: 1.11.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.1.1
11+
version: 0.4.0
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-expenses

0 commit comments

Comments
 (0)