Skip to content

Commit 762f7fd

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

File tree

176 files changed

+2285
-511
lines changed

Some content is hidden

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

176 files changed

+2285
-511
lines changed

.speakeasy/gen.lock

Lines changed: 109 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:50ca51dd93e5d4e09d2983a052584fda95e21fdf76369f14c63d71ec172f1477
6+
sourceBlobDigest: sha256:3b1e37edc32673ad701c47f567c916438b6456d4f034d8f0c4fd6fc8fed10e75
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759191606
9+
- speakeasy-sdk-regen-1761870041
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:50ca51dd93e5d4e09d2983a052584fda95e21fdf76369f14c63d71ec172f1477
16+
sourceBlobDigest: sha256:3b1e37edc32673ad701c47f567c916438b6456d4f034d8f0c4fd6fc8fed10e75
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a9c4fd43ac0bf5205301bb214e4d267ae9955228d7a46614ff0cd5393dc37d8a
18+
codeSamplesRevisionDigest: sha256:6807b4f22827f6d5c01fafa2fe337e92db61dee7be90845f4cb466d2a2549ee2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: 1.508.0

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+
## 2025-11-16 00:22:18
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 - .

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-
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BearerTokenFromOauth2
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `bearer_token` | *str* | :heavy_check_mark: | Access token for making authenticated requests; filled after complete oauth2 flow. |
9+
| `auth_type` | [models.SourceTicktickSchemasAuthType](../models/sourceticktickschemasauthtype.md) | :heavy_check_mark: | N/A |

docs/models/catalogtype.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CatalogType
22

3-
Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST) and its associated configuration.
3+
Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST, POLARIS) and its associated configuration.
44

55

66
## Supported Types
@@ -23,3 +23,9 @@ value: models.GlueCatalog = /* values here */
2323
value: models.RestCatalog = /* values here */
2424
```
2525

26+
### `models.PolarisCatalog`
27+
28+
```python
29+
value: models.PolarisCatalog = /* values here */
30+
```
31+

docs/models/connectionresponse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Provides details of a single connection.
2020
| `namespace_definition` | [Optional[models.NamespaceDefinitionEnum]](../models/namespacedefinitionenum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |
2121
| `namespace_format` | *Optional[str]* | :heavy_minus_sign: | N/A |
2222
| `non_breaking_schema_updates_behavior` | [Optional[models.NonBreakingSchemaUpdatesBehaviorEnum]](../models/nonbreakingschemaupdatesbehaviorenum.md) | :heavy_minus_sign: | Set how Airbyte handles syncs when it detects a non-breaking schema change in the source |
23-
| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A |
23+
| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A |
24+
| `status_reason` | *Optional[str]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)