Skip to content

Commit

Permalink
Merge pull request #61 from airbytehq/speakeasy-sdk-regen-1708733641
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
terencecho authored Feb 27, 2024
2 parents b6b8ce7 + 306be92 commit 0bd55a5
Show file tree
Hide file tree
Showing 33 changed files with 131 additions and 119 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ management:
docChecksum: f32864912d3a716aa1b28aee6ebab024
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.263.3
releaseVersion: 0.47.2
configChecksum: 9115e8329fbc55180f61b95c76773f12
generationVersion: 2.272.4
releaseVersion: 0.47.3
configChecksum: 68885b14db26f61ceed06a1c3f3211b8
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
repoSubDirectory: .
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
Expand All @@ -15,8 +15,8 @@ features:
python:
additionalProperties: 0.1.0
constsAndDefaults: 0.1.2
core: 4.4.6
globalSecurity: 2.83.2
core: 4.4.7
globalSecurity: 2.83.3
globalServerURLs: 2.82.1
unions: 2.82.5
generatedFiles:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,4 +868,14 @@ Based on:
### Generated
- [python v0.47.2] .
### Releases
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .

## 2024-02-24 00:13:58
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.47.3] .
### Releases
- [PyPI v0.47.3] https://pypi.org/project/airbyte-api/0.47.3 - .
12 changes: 6 additions & 6 deletions docs/models/operations/canceljobresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
| `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"} |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
| `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/>} |
Loading

0 comments on commit 0bd55a5

Please sign in to comment.