Skip to content

Commit cff31a1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.0
1 parent 9f75c79 commit cff31a1

File tree

185 files changed

+2457
-514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+2457
-514
lines changed

.speakeasy/gen.lock

Lines changed: 119 additions & 33 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.508.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1d2f15b9c790a784932030450e0ebac32bef1bd690cd86c1d7f7968c1accb931
6-
sourceBlobDigest: sha256:d0a881322fa4de4a316a25d0c5504263e8a3fc55d31d825e47a6c8de61d9641a
5+
sourceRevisionDigest: sha256:56671def1c20b33e87db2245fe906123bce2155a791b1ac5a767dde3b864d616
6+
sourceBlobDigest: sha256:0aad8be8c66b43395fedea4177f22d65902056808056083c7396ce33b6505021
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759191606
9+
- speakeasy-sdk-regen-1770770021
1010
- 1.0.0
1111
targets:
1212
python-api:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:1d2f15b9c790a784932030450e0ebac32bef1bd690cd86c1d7f7968c1accb931
16-
sourceBlobDigest: sha256:d0a881322fa4de4a316a25d0c5504263e8a3fc55d31d825e47a6c8de61d9641a
15+
sourceRevisionDigest: sha256:56671def1c20b33e87db2245fe906123bce2155a791b1ac5a767dde3b864d616
16+
sourceBlobDigest: sha256:0aad8be8c66b43395fedea4177f22d65902056808056083c7396ce33b6505021
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a9c4fd43ac0bf5205301bb214e4d267ae9955228d7a46614ff0cd5393dc37d8a
18+
codeSamplesRevisionDigest: sha256:bb361b2115bd2553d3c6f399dd213eb86ad0cb09bc12f05d3db152c89b6a93f8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: 1.508.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ if res.connection_response is not None:
129129
### [organizations](docs/sdks/organizations/README.md)
130130

131131
* [create_or_update_organization_o_auth_credentials](docs/sdks/organizations/README.md#create_or_update_organization_o_auth_credentials) - Create OAuth override credentials for an organization and source type.
132+
* [delete_organization_o_auth_credentials](docs/sdks/organizations/README.md#delete_organization_o_auth_credentials) - Delete OAuth override credentials for an organization and source/destination type.
132133
* [list_organizations_for_user](docs/sdks/organizations/README.md#list_organizations_for_user) - List all organizations for a user
133134

134135
### [permissions](docs/sdks/permissions/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,4 +978,14 @@ Based on:
978978
### Generated
979979
- [python v0.53.0] .
980980
### Releases
981-
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .
981+
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .
982+
983+
## 2026-03-26 00:32:25
984+
### Changes
985+
Based on:
986+
- OpenAPI Doc
987+
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
988+
### Generated
989+
- [python v0.53.1] .
990+
### Releases
991+
- [PyPI v0.53.1] https://pypi.org/project/airbyte-api/0.53.1 - .
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeleteOrganizationOAuthCredentialsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
8+
| `actor_type` | [models.ActorTypeEnum](../models/actortypeenum.md) | :heavy_check_mark: | Whether you're setting this override for a source or destination |
9+
| `name` | *str* | :heavy_check_mark: | The name of the source or destination i.e. google-ads |
10+
| `organization_id` | *str* | :heavy_check_mark: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeleteOrganizationOAuthCredentialsResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
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 |

docs/models/acuityscheduling.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AcuityScheduling
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------------- | ------------------- |
8+
| `ACUITY_SCHEDULING` | acuity-scheduling |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AdobeCommerceMagento
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------------------ | ------------------------ |
8+
| `ADOBE_COMMERCE_MAGENTO` | adobe-commerce-magento |

docs/models/alltypes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AllTypes
2+
3+
Generates one column of each Airbyte data type.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
10+
| `additional_properties` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
11+
| `data_type` | [Optional[models.SourceDatagenSchemasDataType]](../models/sourcedatagenschemasdatatype.md) | :heavy_minus_sign: | N/A |

docs/models/authorizationmethod.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AuthorizationMethod
22

3+
Determines the type of authentication that should be used.
4+
35

46
## Supported Types
57

@@ -15,9 +17,3 @@ value: models.KeyPairAuthentication = /* values here */
1517
value: models.UsernameAndPassword = /* values here */
1618
```
1719

18-
### `models.DestinationSnowflakeOAuth20`
19-
20-
```python
21-
value: models.DestinationSnowflakeOAuth20 = /* values here */
22-
```
23-

0 commit comments

Comments
 (0)