Skip to content

Commit a875166

Browse files
chore: speakeasy sdk regeneration - Generate Assess SDK (#31)
* ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent eb7cc54 commit a875166

Some content is hidden

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

45 files changed

+2145
-1591
lines changed

assess/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ pip install codat-assess
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-
api_key="YOUR_API_KEY_HERE",
21-
)
19+
auth_header="YOUR_API_KEY_HERE",
20+
),
2221
)
23-
22+
23+
2424
req = operations.GetAccountCategoryRequest(
25-
path_params=operations.GetAccountCategoryPathParams(
26-
account_id="unde",
27-
company_id="deserunt",
28-
connection_id="porro",
29-
),
25+
account_id="unde",
26+
company_id="deserunt",
27+
connection_id="porro",
3028
)
3129

3230
res = s.categories.get_account_category(req)

assess/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 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.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-assess/0.1.1 - assess
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-assess/0.1.1 - assess
18+
19+
## 2023-03-04 00:12:46
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
23+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [PyPI v0.2.0] https://pypi.org/project/codat-assess/0.2.0 - assess
26+
27+
## 2023-03-06 00:13:49
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
31+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.2.1] https://pypi.org/project/codat-assess/0.2.1 - assess
34+
35+
## 2023-03-07 00:14:51
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
39+
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [PyPI v0.2.2] https://pypi.org/project/codat-assess/0.2.2 - assess
42+
43+
## 2023-03-08 00:13:53
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
47+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [PyPI v0.2.3] https://pypi.org/project/codat-assess/0.2.3 - assess
50+
51+
## 2023-03-09 00:13:43
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
55+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [PyPI v0.2.4] https://pypi.org/project/codat-assess/0.2.4 - assess
58+
59+
## 2023-03-10 00:13:40
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
63+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [PyPI v0.3.0] https://pypi.org/project/codat-assess/0.3.0 - assess
66+
67+
## 2023-03-11 00:12:01
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
71+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [PyPI v0.3.1] https://pypi.org/project/codat-assess/0.3.1 - assess
74+
75+
## 2023-03-14 00:12:23
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
79+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v0.3.2] https://pypi.org/project/codat-assess/0.3.2 - assess
82+
83+
## 2023-03-15 00:13:17
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.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-assess/0.4.0 - assess

assess/USAGE.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@
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-
api_key="YOUR_API_KEY_HERE",
10-
)
8+
auth_header="YOUR_API_KEY_HERE",
9+
),
1110
)
12-
11+
12+
1313
req = operations.GetAccountCategoryRequest(
14-
path_params=operations.GetAccountCategoryPathParams(
15-
account_id="unde",
16-
company_id="deserunt",
17-
connection_id="porro",
18-
),
14+
account_id="unde",
15+
company_id="deserunt",
16+
connection_id="porro",
1917
)
2018

2119
res = s.categories.get_account_category(req)

assess/files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ src/codat/data_integrity.py
33
src/codat/excel_reports.py
44
src/codat/reports.py
55
src/codat/sdk.py
6+
pylintrc
67
setup.py
78
src/codat/__init__.py
89
src/codat/models/__init__.py

assess/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: 6d179ad7da9b36519e181c4b97caba36
3+
docChecksum: c34280c967973986d4164afa0334620b
44
docVersion: "1.0"
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-assess

0 commit comments

Comments
 (0)