Skip to content

Commit 4453838

Browse files
chore: speakeasy sdk regeneration - Generate Files SDK (#27)
* ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <[email protected]>
1 parent 1060ea3 commit 4453838

File tree

18 files changed

+993
-303
lines changed

18 files changed

+993
-303
lines changed

files/README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,16 @@ pip install codat-files
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.DownloadFilesRequest(
25-
security=operations.DownloadFilesSecurity(
26-
api_key="YOUR_API_KEY_HERE",
27-
),
28-
path_params=operations.DownloadFilesPathParams(
29-
company_id="unde",
30-
),
31-
query_params=operations.DownloadFilesQueryParams(
32-
date_="2022-07-28T14:41:43.209Z",
33-
),
25+
company_id="unde",
26+
date_="2022-08-10T14:41:25.900Z",
3427
)
3528

3629
res = s.files.download_files(req)

files/RELEASES.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,68 @@ Based on:
1414
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.1.1 - files
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-files/0.1.1 - files
18+
19+
## 2023-03-04 00:00:26
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.2.0 - files
26+
27+
## 2023-03-06 00:00:33
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.2.1 - files
34+
35+
## 2023-03-07 00:00:54
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.2.2 - files
42+
43+
## 2023-03-08 00:00:52
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.2.3 - files
50+
51+
## 2023-03-09 00:00:49
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.2.4 - files
58+
59+
## 2023-03-10 00:00:48
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.3.0 - files
66+
67+
## 2023-03-11 00:00:44
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.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-files/0.3.1 - files
74+
75+
## 2023-03-15 00:00:27
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
79+
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files

files/USAGE.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,16 @@
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.DownloadFilesRequest(
14-
security=operations.DownloadFilesSecurity(
15-
api_key="YOUR_API_KEY_HERE",
16-
),
17-
path_params=operations.DownloadFilesPathParams(
18-
company_id="unde",
19-
),
20-
query_params=operations.DownloadFilesQueryParams(
21-
date_="2022-07-28T14:41:43.209Z",
22-
),
14+
company_id="unde",
15+
date_="2022-08-10T14:41:25.900Z",
2316
)
2417

2518
res = s.files.download_files(req)

files/files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
src/codat/files.py
22
src/codat/sdk.py
3+
pylintrc
34
setup.py
45
src/codat/__init__.py
56
src/codat/models/__init__.py

files/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: cca5233035a11c68cfe55b187722a245
3+
docChecksum: 4bb6506e47b59a3c0e9b865f5442867a
44
docVersion: 2.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-files

0 commit comments

Comments
 (0)