Skip to content
Merged
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: 90 additions & 52 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,4 +788,24 @@ Based on:
### Generated
- [python v0.44.2] .
### Releases
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .

## 2024-01-16 00:14:45
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.141.1 (2.233.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.44.2] .
### Releases
- [PyPI v0.44.2] https://pypi.org/project/airbyte-api/0.44.2 - .

## 2024-01-18 22:42:26
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.44.3] .
### Releases
- [PyPI v0.44.3] https://pypi.org/project/airbyte-api/0.44.3 - .
11 changes: 11 additions & 0 deletions docs/models/shared/accountnames.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AccountNames

Account Names Predicates Config.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | Account Name is a string value for comparing with the specified predicate. |
| `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 |
4 changes: 2 additions & 2 deletions docs/models/shared/authorizationmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Supported Types

### OAuth20
### DestinationSnowflakeOAuth20

```python
authorizationMethod: shared.OAuth20 = /* values here */
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
```

### KeyPairAuthentication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S3Staging
# AWSS3Staging

<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.

Expand Down
11 changes: 11 additions & 0 deletions docs/models/shared/awssellerpartneraccounttype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AWSSellerPartnerAccountType

Type of the Account you're going to authorize the Airbyte application by


## Values

| Name | Value |
| -------- | -------- |
| `SELLER` | Seller |
| `VENDOR` | Vendor |
12 changes: 6 additions & 6 deletions docs/models/shared/azureopenai.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Use the Azure-hosted OpenAI API to embed text. This option is using the text-emb

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `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 |
| `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 |
| `mode` | [Optional[shared.DestinationMilvusSchemasEmbeddingEmbedding5Mode]](../../models/shared/destinationmilvusschemasembeddingembedding5mode.md) | :heavy_minus_sign: | N/A | |
| `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 | |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `mode` | [Optional[shared.DestinationMilvusSchemasEmbeddingEmbeddingMode]](../../models/shared/destinationmilvusschemasembeddingembeddingmode.md) | :heavy_minus_sign: | N/A | |
| `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 changes: 8 additions & 0 deletions docs/models/shared/cart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Cart


## Values

| Name | Value |
| ------ | ------ |
| `CART` | cart |
11 changes: 11 additions & 0 deletions docs/models/shared/centralapirouter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CentralAPIRouter


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| `auth_type` | [shared.SourceCartAuthType](../../models/shared/sourcecartauthtype.md) | :heavy_check_mark: | N/A |
| `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 |
| `user_name` | *str* | :heavy_check_mark: | Enter your application's User Name |
| `user_secret` | *str* | :heavy_check_mark: | Enter your application's User Secret |
15 changes: 15 additions & 0 deletions docs/models/shared/clickwindowdays.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ClickWindowDays

Number of days to use as the conversion attribution window for a pin click action.


## Values

| Name | Value |
| ---------- | ---------- |
| `ZERO` | 0 |
| `ONE` | 1 |
| `SEVEN` | 7 |
| `FOURTEEN` | 14 |
| `THIRTY` | 30 |
| `SIXTY` | 60 |
19 changes: 19 additions & 0 deletions docs/models/shared/cohortreports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CohortReports

Cohort reports creates a time series of user retention for the cohort.


## Supported Types

### SourceGoogleAnalyticsDataAPIDisabled

```python
cohortReports: shared.SourceGoogleAnalyticsDataAPIDisabled = /* values here */
```

### SourceGoogleAnalyticsDataAPISchemasEnabled

```python
cohortReports: shared.SourceGoogleAnalyticsDataAPISchemasEnabled = /* values here */
```

Loading