Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 109 additions & 33 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.508.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:1d2f15b9c790a784932030450e0ebac32bef1bd690cd86c1d7f7968c1accb931
sourceBlobDigest: sha256:d0a881322fa4de4a316a25d0c5504263e8a3fc55d31d825e47a6c8de61d9641a
sourceRevisionDigest: sha256:50ca51dd93e5d4e09d2983a052584fda95e21fdf76369f14c63d71ec172f1477
sourceBlobDigest: sha256:3b1e37edc32673ad701c47f567c916438b6456d4f034d8f0c4fd6fc8fed10e75
tags:
- latest
- speakeasy-sdk-regen-1759191606
- speakeasy-sdk-regen-1761870041
- 1.0.0
targets:
python-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:1d2f15b9c790a784932030450e0ebac32bef1bd690cd86c1d7f7968c1accb931
sourceBlobDigest: sha256:d0a881322fa4de4a316a25d0c5504263e8a3fc55d31d825e47a6c8de61d9641a
sourceRevisionDigest: sha256:50ca51dd93e5d4e09d2983a052584fda95e21fdf76369f14c63d71ec172f1477
sourceBlobDigest: sha256:3b1e37edc32673ad701c47f567c916438b6456d4f034d8f0c4fd6fc8fed10e75
codeSamplesNamespace: my-source-python-code-samples
codeSamplesRevisionDigest: sha256:a9c4fd43ac0bf5205301bb214e4d267ae9955228d7a46614ff0cd5393dc37d8a
codeSamplesRevisionDigest: sha256:6807b4f22827f6d5c01fafa2fe337e92db61dee7be90845f4cb466d2a2549ee2
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.508.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,4 +978,14 @@ Based on:
### Generated
- [python v0.53.0] .
### Releases
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .

## 2025-12-11 00:21:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.53.1] .
### Releases
- [PyPI v0.53.1] https://pypi.org/project/airbyte-api/0.53.1 - .
8 changes: 8 additions & 0 deletions docs/models/acuityscheduling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# AcuityScheduling


## Values

| Name | Value |
| ------------------- | ------------------- |
| `ACUITY_SCHEDULING` | acuity-scheduling |
8 changes: 8 additions & 0 deletions docs/models/adobecommercemagento.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# AdobeCommerceMagento


## Values

| Name | Value |
| ------------------------ | ------------------------ |
| `ADOBE_COMMERCE_MAGENTO` | adobe-commerce-magento |
11 changes: 11 additions & 0 deletions docs/models/alltypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AllTypes

Generates one column of each Airbyte data type.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `additional_properties` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
| `data_type` | [Optional[models.SourceDatagenSchemasDataType]](../models/sourcedatagenschemasdatatype.md) | :heavy_minus_sign: | N/A |
8 changes: 2 additions & 6 deletions docs/models/authorizationmethod.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AuthorizationMethod

Determines the type of authentication that should be used.


## Supported Types

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

### `models.DestinationSnowflakeOAuth20`

```python
value: models.DestinationSnowflakeOAuth20 = /* values here */
```

9 changes: 9 additions & 0 deletions docs/models/bearertokenfromoauth2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# BearerTokenFromOauth2


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `bearer_token` | *str* | :heavy_check_mark: | Access token for making authenticated requests; filled after complete oauth2 flow. |
| `auth_type` | [models.SourceTicktickSchemasAuthType](../models/sourceticktickschemasauthtype.md) | :heavy_check_mark: | N/A |
8 changes: 7 additions & 1 deletion docs/models/catalogtype.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CatalogType

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


## Supported Types
Expand All @@ -23,3 +23,9 @@ value: models.GlueCatalog = /* values here */
value: models.RestCatalog = /* values here */
```

### `models.PolarisCatalog`

```python
value: models.PolarisCatalog = /* values here */
```

3 changes: 2 additions & 1 deletion docs/models/connectionresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Provides details of a single connection.
| `namespace_definition` | [Optional[models.NamespaceDefinitionEnum]](../models/namespacedefinitionenum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |
| `namespace_format` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `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 |
| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `status_reason` | *Optional[str]* | :heavy_minus_sign: | N/A |
3 changes: 2 additions & 1 deletion docs/models/connectionstatusenum.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
| ------------ | ------------ |
| `ACTIVE` | active |
| `INACTIVE` | inactive |
| `DEPRECATED` | deprecated |
| `DEPRECATED` | deprecated |
| `LOCKED` | locked |
11 changes: 11 additions & 0 deletions docs/models/customplan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomPlan


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `contacts_rate_limit` | *Optional[int]* | :heavy_minus_sign: | Maximum Rate in Limit/minute for contacts list endpoint in Custom Plan |
| `general_rate_limit` | *Optional[int]* | :heavy_minus_sign: | General Maximum Rate in Limit/minute for other endpoints in Custom Plan |
| `plan_type` | [Optional[models.SourceFreshdeskSchemasRateLimitPlanRateLimitPlanPlan]](../models/sourcefreshdeskschemasratelimitplanratelimitplanplan.md) | :heavy_minus_sign: | N/A |
| `tickets_rate_limit` | *Optional[int]* | :heavy_minus_sign: | Maximum Rate in Limit/minute for tickets list endpoint in Custom Plan |
Loading