Skip to content

Commit 0bd55a5

Browse files
authored
Merge pull request #61 from airbytehq/speakeasy-sdk-regen-1708733641
chore: 🐝 Update SDK - Generate
2 parents b6b8ce7 + 306be92 commit 0bd55a5

33 files changed

+131
-119
lines changed

.speakeasy/gen.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: f32864912d3a716aa1b28aee6ebab024
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.263.3
8-
releaseVersion: 0.47.2
9-
configChecksum: 9115e8329fbc55180f61b95c76773f12
7+
generationVersion: 2.272.4
8+
releaseVersion: 0.47.3
9+
configChecksum: 68885b14db26f61ceed06a1c3f3211b8
1010
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
@@ -15,8 +15,8 @@ features:
1515
python:
1616
additionalProperties: 0.1.0
1717
constsAndDefaults: 0.1.2
18-
core: 4.4.6
19-
globalSecurity: 2.83.2
18+
core: 4.4.7
19+
globalSecurity: 2.83.3
2020
globalServerURLs: 2.82.1
2121
unions: 2.82.5
2222
generatedFiles:

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -868,4 +868,14 @@ Based on:
868868
### Generated
869869
- [python v0.47.2] .
870870
### Releases
871-
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .
871+
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .
872+
873+
## 2024-02-24 00:13:58
874+
### Changes
875+
Based on:
876+
- OpenAPI Doc 1.0.0
877+
- Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy
878+
### Generated
879+
- [python v0.47.3] .
880+
### Releases
881+
- [PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - .

docs/models/operations/canceljobresponse.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
9-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
10-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
11-
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. | {"id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","status":"running","jobType":"sync","startTime":"2023-03-25T01:30:50Z","duration":"PT8H6M12S"} |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
11+
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. | {<br/>"id": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",<br/>"status": "running",<br/>"jobType": "sync",<br/>"startTime": "2023-03-25T01:30:50Z",<br/>"duration": "PT8H6M12S"<br/>} |

0 commit comments

Comments
 (0)