Skip to content

Commit a827604

Browse files
authored
Merge pull request #240 from codatio/speakeasy-sdk-regen-1693583915
chore: speakeasy sdk regeneration - Generate Files library
2 parents 77be960 + c6217fe commit a827604

29 files changed

+164
-224
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.py linguist-generated=false

previous-versions/files/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,4 +574,14 @@ Based on:
574574
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
575575
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
576576
### Releases
577-
- [PyPI v0.33.1] https://pypi.org/project/codat-files/0.33.1 - files
577+
- [PyPI v0.33.1] https://pypi.org/project/codat-files/0.33.1 - files
578+
579+
## 2023-09-01 15:58:32
580+
### Changes
581+
Based on:
582+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
583+
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
584+
### Generated
585+
- [python v0.34.0] previous-versions/files
586+
### Releases
587+
- [PyPI v0.34.0] https://pypi.org/project/codat-files/0.34.0 - previous-versions/files

previous-versions/files/USAGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!-- Start SDK Example Usage -->
2+
3+
24
```python
35
import codatfiles
4-
from codatfiles.models import operations
6+
from codatfiles.models import operations, shared
57

68
s = codatfiles.CodatFiles(
79
security=shared.Security(

previous-versions/files/docs/models/operations/downloadfiles404applicationjson.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

previous-versions/files/docs/models/operations/downloadfilesresponse.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9-
| `data` | *Optional[bytes]* | :heavy_minus_sign: | Success |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12-
| `download_files_404_application_json_object` | [Optional[DownloadFiles404ApplicationJSON]](../../models/operations/downloadfiles404applicationjson.md) | :heavy_minus_sign: | One or more of the resources you referenced could not be found.<br/>This might be because your company or data connection id is wrong, or was already deleted. |
13-
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | The request made is not valid. |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `data` | *Optional[bytes]* | :heavy_minus_sign: | Success |
10+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
11+
| `status_code` | *int* | :heavy_check_mark: | N/A |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

previous-versions/files/docs/models/operations/listfiles404applicationjson.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

previous-versions/files/docs/models/operations/listfilesresponse.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9-
| `files` | list[[shared.File](../../models/shared/file.md)] | :heavy_minus_sign: | Success |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12-
| `list_files_404_application_json_object` | [Optional[ListFiles404ApplicationJSON]](../../models/operations/listfiles404applicationjson.md) | :heavy_minus_sign: | One or more of the resources you referenced could not be found.<br/>This might be because your company or data connection id is wrong, or was already deleted. |
13-
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
10+
| `files` | list[[shared.File](../../models/shared/file.md)] | :heavy_minus_sign: | Success |
11+
| `status_code` | *int* | :heavy_check_mark: | N/A |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

previous-versions/files/docs/models/operations/uploadfiles404applicationjson.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)