Skip to content

Commit 012c511

Browse files
authored
Merge pull request #53 from airbytehq/speakeasy-sdk-regen-1705364089
chore: 🐝 Update SDK - Generate
2 parents 9e46762 + 4f7ffaa commit 012c511

File tree

222 files changed

+2618
-938
lines changed

Some content is hidden

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

222 files changed

+2618
-938
lines changed

.speakeasy/gen.lock

Lines changed: 90 additions & 52 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,4 +788,24 @@ Based on:
788788
### Generated
789789
- [python v0.44.2] .
790790
### Releases
791-
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .
791+
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .
792+
793+
## 2024-01-16 00:14:45
794+
### Changes
795+
Based on:
796+
- OpenAPI Doc 1.0.0
797+
- Speakeasy CLI 1.141.1 (2.233.2) https://github.com/speakeasy-api/speakeasy
798+
### Generated
799+
- [python v0.44.2] .
800+
### Releases
801+
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .
802+
803+
## 2024-01-18 22:42:26
804+
### Changes
805+
Based on:
806+
- OpenAPI Doc 1.0.0
807+
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
808+
### Generated
809+
- [python v0.44.3] .
810+
### Releases
811+
- [PyPI v0.44.3] https://pypi.org/project/airbyte-api/0.44.3 - .

docs/models/shared/accountnames.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AccountNames
2+
3+
Account Names Predicates Config.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
10+
| `name` | *str* | :heavy_check_mark: | Account Name is a string value for comparing with the specified predicate. |
11+
| `operator` | [shared.Operator](../../models/shared/operator.md) | :heavy_check_mark: | An Operator that will be used to filter accounts. The Contains predicate has features for matching words, matching inflectional forms of words, searching using wildcard characters, and searching using proximity. The Equals is used to return all rows where account name is equal(=) to the string that you provided |

docs/models/shared/authorizationmethod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Supported Types
55

6-
### OAuth20
6+
### DestinationSnowflakeOAuth20
77

88
```python
9-
authorizationMethod: shared.OAuth20 = /* values here */
9+
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
1010
```
1111

1212
### KeyPairAuthentication

docs/models/shared/s3staging.md renamed to docs/models/shared/awss3staging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# S3Staging
1+
# AWSS3Staging
22

33
<i>(recommended)</i> Uploads data to S3 and then uses a COPY to insert the data into Redshift. COPY is recommended for production workloads for better speed and scalability. See <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html">AWS docs</a> for more details.
44

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AWSSellerPartnerAccountType
2+
3+
Type of the Account you're going to authorize the Airbyte application by
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| -------- | -------- |
10+
| `SELLER` | Seller |
11+
| `VENDOR` | Vendor |

docs/models/shared/azureopenai.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Use the Azure-hosted OpenAI API to embed text. This option is using the text-emb
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
10-
| `api_base` | *str* | :heavy_check_mark: | The base URL for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | https://your-resource-name.openai.azure.com |
11-
| `deployment` | *str* | :heavy_check_mark: | The deployment for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | your-resource-name |
12-
| `mode` | [Optional[shared.DestinationMilvusSchemasEmbeddingEmbedding5Mode]](../../models/shared/destinationmilvusschemasembeddingembedding5mode.md) | :heavy_minus_sign: | N/A | |
13-
| `openai_key` | *str* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |
8+
| Field | Type | Required | Description | Example |
9+
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `api_base` | *str* | :heavy_check_mark: | The base URL for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | https://your-resource-name.openai.azure.com |
11+
| `deployment` | *str* | :heavy_check_mark: | The deployment for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | your-resource-name |
12+
| `mode` | [Optional[shared.DestinationMilvusSchemasEmbeddingEmbeddingMode]](../../models/shared/destinationmilvusschemasembeddingembeddingmode.md) | :heavy_minus_sign: | N/A | |
13+
| `openai_key` | *str* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |

docs/models/shared/cart.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Cart
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------ | ------ |
8+
| `CART` | cart |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CentralAPIRouter
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `auth_type` | [shared.SourceCartAuthType](../../models/shared/sourcecartauthtype.md) | :heavy_check_mark: | N/A |
9+
| `site_id` | *str* | :heavy_check_mark: | You can determine a site provisioning site Id by hitting https://site.com/store/sitemonitor.aspx and reading the response param PSID |
10+
| `user_name` | *str* | :heavy_check_mark: | Enter your application's User Name |
11+
| `user_secret` | *str* | :heavy_check_mark: | Enter your application's User Secret |

docs/models/shared/clickwindowdays.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ClickWindowDays
2+
3+
Number of days to use as the conversion attribution window for a pin click action.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `ZERO` | 0 |
11+
| `ONE` | 1 |
12+
| `SEVEN` | 7 |
13+
| `FOURTEEN` | 14 |
14+
| `THIRTY` | 30 |
15+
| `SIXTY` | 60 |

0 commit comments

Comments
 (0)