Skip to content

Commit

Permalink
Merge pull request #34 from codatio/speakeasy-sdk-regen-1678924850
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate Files SDK
  • Loading branch information
dcoplowe authored Mar 16, 2023
2 parents 0446b42 + 1af947a commit 3db0494
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ s = codat.Codat(

req = operations.DownloadFilesRequest(
company_id="unde",
date_="2022-08-10T14:41:25.900Z",
date_="2022-08-11T14:41:47.787Z",
)

res = s.files.download_files(req)
Expand Down
10 changes: 9 additions & 1 deletion files/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files

## 2023-03-16 00:00:49
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.5.0] https://pypi.org/project/codat-files/0.5.0 - files
2 changes: 1 addition & 1 deletion files/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ s = codat.Codat(

req = operations.DownloadFilesRequest(
company_id="unde",
date_="2022-08-10T14:41:25.900Z",
date_="2022-08-11T14:41:47.787Z",
)

res = s.files.download_files(req)
Expand Down
4 changes: 2 additions & 2 deletions files/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ configVersion: 1.0.0
management:
docChecksum: 4bb6506e47b59a3c0e9b865f5442867a
docVersion: 2.1.0
speakeasyVersion: 1.11.0
speakeasyVersion: 1.12.0
generation:
telemetryEnabled: false
sdkClassName: codat
sdkFlattening: true
python:
version: 0.4.0
version: 0.5.0
author: Speakeasy
description: Python Client SDK Generated by Speakeasy
packageName: codat-files
2 changes: 1 addition & 1 deletion files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="codat-files",
version="0.4.0",
version="0.5.0",
author="Speakeasy",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions files/src/codat/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Codat:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.4.0"
_gen_version: str = "1.11.0"
_sdk_version: str = "0.5.0"
_gen_version: str = "1.12.0"

def __init__(self,
security: shared.Security = None,
Expand Down

0 comments on commit 3db0494

Please sign in to comment.