Skip to content

Commit 614dbe3

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.44.2
1 parent b6b6e14 commit 614dbe3

6 files changed

Lines changed: 18 additions & 9 deletions

File tree

files/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,12 @@ Based on:
414414
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
415415
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
416416
### Releases
417-
- [PyPI v0.23.1] https://pypi.org/project/codat-files/0.23.1 - files
417+
- [PyPI v0.23.1] https://pypi.org/project/codat-files/0.23.1 - files
418+
419+
## 2023-06-06 20:45:25
420+
### Changes
421+
Based on:
422+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
423+
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
424+
### Releases
425+
- [PyPI v0.23.2] https://pypi.org/project/codat-files/0.23.2 - files

files/docs/codatfiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
An API for uploading and downloading files from 'File Upload' Integrations.
5+
Files API: An API for uploading and downloading files from 'File Upload' Integrations.
66

77
The Accounting file upload, Banking file upload, and Business documents file upload integrations provide simple file upload functionality.
88

files/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: a840628ec16624727f01593d82c33746
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.43.0
6-
generationVersion: 2.35.3
5+
speakeasyVersion: 1.44.2
6+
generationVersion: 2.35.9
77
generation:
88
sdkClassName: CodatFiles
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.23.1
12+
version: 0.23.2
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

files/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-files",
13-
version="0.23.1",
13+
version="0.23.2",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

files/src/codatfiles/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from codatfiles.models import shared
88

99
class CodatFiles:
10-
r"""An API for uploading and downloading files from 'File Upload' Integrations.
10+
r"""Files API: An API for uploading and downloading files from 'File Upload' Integrations.
1111
1212
The Accounting file upload, Banking file upload, and Business documents file upload integrations provide simple file upload functionality.
1313

files/src/codatfiles/sdkconfiguration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import requests
44
from dataclasses import dataclass
55

6+
67
SERVERS = [
78
'https://api.codat.io',
89
# Production
@@ -16,8 +17,8 @@ class SDKConfiguration:
1617
server_url: str = ''
1718
server_idx: int = 0
1819
language: str = 'python'
19-
sdk_version: str = '0.23.1'
20-
gen_version: str = '2.35.3'
20+
sdk_version: str = '0.23.2'
21+
gen_version: str = '2.35.9'
2122

2223
def get_server_details(self) -> tuple[str, dict[str, str]]:
2324
if self.server_url:

0 commit comments

Comments
 (0)