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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 0 additions & 9 deletions docs/models/accesstoken.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/models/accountname.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AccountName

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` | [models.Operator](../models/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 |
11 changes: 0 additions & 11 deletions docs/models/accountnames.md

This file was deleted.

32 changes: 32 additions & 0 deletions docs/models/actionbreakdownvalidactionbreakdowns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# ActionBreakdownValidActionBreakdowns

An enumeration.

## Example Usage

```python
from airbyte_api.models import ActionBreakdownValidActionBreakdowns

value = ActionBreakdownValidActionBreakdowns.ACTION_CANVAS_COMPONENT_NAME
```


## Values

| Name | Value |
| ------------------------------ | ------------------------------ |
| `ACTION_CANVAS_COMPONENT_NAME` | action_canvas_component_name |
| `ACTION_CAROUSEL_CARD_ID` | action_carousel_card_id |
| `ACTION_CAROUSEL_CARD_NAME` | action_carousel_card_name |
| `ACTION_DESTINATION` | action_destination |
| `ACTION_DEVICE` | action_device |
| `ACTION_REACTION` | action_reaction |
| `ACTION_TARGET_ID` | action_target_id |
| `ACTION_TYPE` | action_type |
| `ACTION_VIDEO_SOUND` | action_video_sound |
| `ACTION_VIDEO_TYPE` | action_video_type |
| `CONVERSION_DESTINATION` | conversion_destination |
| `MATCHED_PERSONA_ID` | matched_persona_id |
| `MATCHED_PERSONA_NAME` | matched_persona_name |
| `SIGNAL_SOURCE_BUCKET` | signal_source_bucket |
| `STANDARD_EVENT_CONTENT_TYPE` | standard_event_content_type |
6 changes: 3 additions & 3 deletions docs/models/airtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `credentials` | [Optional[models.Credentials]](../models/credentials.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `credentials` | [Optional[models.AirtableCredentials]](../models/airtablecredentials.md) | :heavy_minus_sign: | N/A |
9 changes: 9 additions & 0 deletions docs/models/airtablecredentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AirtableCredentials


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `client_id` | *Optional[str]* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The client secret of the Airtable developer application. |
16 changes: 16 additions & 0 deletions docs/models/airtableenum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AirtableEnum

## Example Usage

```python
from airbyte_api.models import AirtableEnum

value = AirtableEnum.AIRTABLE
```


## Values

| Name | Value |
| ---------- | ---------- |
| `AIRTABLE` | airtable |
10 changes: 0 additions & 10 deletions docs/models/allow.md

This file was deleted.

Loading
Loading