Skip to content

Commit 14c855a

Browse files
chore: regenerate SDK with Speakeasy
1 parent de003c3 commit 14c855a

2,537 files changed

Lines changed: 26848 additions & 27785 deletions

File tree

Some content is hidden

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

docs/models/accesstoken.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/models/accountname.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AccountName
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` | [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 |

docs/models/accountnames.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# ActionBreakdownValidActionBreakdowns
2+
3+
An enumeration.
4+
5+
## Example Usage
6+
7+
```python
8+
from airbyte_api.models import ActionBreakdownValidActionBreakdowns
9+
10+
value = ActionBreakdownValidActionBreakdowns.ACTION_CANVAS_COMPONENT_NAME
11+
```
12+
13+
14+
## Values
15+
16+
| Name | Value |
17+
| ------------------------------ | ------------------------------ |
18+
| `ACTION_CANVAS_COMPONENT_NAME` | action_canvas_component_name |
19+
| `ACTION_CAROUSEL_CARD_ID` | action_carousel_card_id |
20+
| `ACTION_CAROUSEL_CARD_NAME` | action_carousel_card_name |
21+
| `ACTION_DESTINATION` | action_destination |
22+
| `ACTION_DEVICE` | action_device |
23+
| `ACTION_REACTION` | action_reaction |
24+
| `ACTION_TARGET_ID` | action_target_id |
25+
| `ACTION_TYPE` | action_type |
26+
| `ACTION_VIDEO_SOUND` | action_video_sound |
27+
| `ACTION_VIDEO_TYPE` | action_video_type |
28+
| `CONVERSION_DESTINATION` | conversion_destination |
29+
| `MATCHED_PERSONA_ID` | matched_persona_id |
30+
| `MATCHED_PERSONA_NAME` | matched_persona_name |
31+
| `SIGNAL_SOURCE_BUCKET` | signal_source_bucket |
32+
| `STANDARD_EVENT_CONTENT_TYPE` | standard_event_content_type |

docs/models/airtable.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `credentials` | [Optional[models.Credentials]](../models/credentials.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `credentials` | [Optional[models.AirtableCredentials]](../models/airtablecredentials.md) | :heavy_minus_sign: | N/A |

docs/models/airtablecredentials.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AirtableCredentials
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `client_id` | *Optional[str]* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
9+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The client secret of the Airtable developer application. |

docs/models/airtableenum.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AirtableEnum
2+
3+
## Example Usage
4+
5+
```python
6+
from airbyte_api.models import AirtableEnum
7+
8+
value = AirtableEnum.AIRTABLE
9+
```
10+
11+
12+
## Values
13+
14+
| Name | Value |
15+
| ---------- | ---------- |
16+
| `AIRTABLE` | airtable |

docs/models/allow.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)