ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.406.0

This commit is contained in:
speakeasybot
2024-10-04 00:02:45 +00:00
parent 77c35ea4cc
commit 1405e03aa3
30 changed files with 206 additions and 812 deletions

View File

@@ -24,10 +24,10 @@ The Meta object is only included in the response if the `includeMeta` parameter
| `title1` | *str* | :heavy_check_mark: | N/A | Movies |
| `title2` | *str* | :heavy_check_mark: | N/A | Recently Released |
| `view_group` | *str* | :heavy_check_mark: | N/A | movie |
| `metadata` | List[[operations.GetLibraryItemsMetadata](../../models/operations/getlibraryitemsmetadata.md)] | :heavy_check_mark: | N/A | |
| `type` | List[[operations.GetLibraryItemsType](../../models/operations/getlibraryitemstype.md)] | :heavy_minus_sign: | N/A | |
| `field_type` | List[[operations.GetLibraryItemsFieldType](../../models/operations/getlibraryitemsfieldtype.md)] | :heavy_minus_sign: | N/A | |
| `nocache` | *Optional[bool]* | :heavy_minus_sign: | N/A | true |
| `view_mode` | *Optional[int]* | :heavy_minus_sign: | N/A | 65592 |
| `mixed_parents` | *Optional[bool]* | :heavy_minus_sign: | N/A | true |
| `metadata` | List[[operations.GetLibraryItemsMetadata](../../models/operations/getlibraryitemsmetadata.md)] | :heavy_minus_sign: | N/A | |
| `meta` | [Optional[operations.GetLibraryItemsMeta]](../../models/operations/getlibraryitemsmeta.md) | :heavy_minus_sign: | The Meta object is only included in the response if the `includeMeta` parameter is set to `1`.<br/> | |

File diff suppressed because one or more lines are too long

View File

@@ -8,8 +8,8 @@ Logged in user details
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ads_consent` | *Nullable[bool]* | :heavy_check_mark: | Unknown | |
| `ads_consent_reminder_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Unknown | |
| `ads_consent_set_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Unknown | |
| `ads_consent_reminder_at` | *Nullable[int]* | :heavy_check_mark: | N/A | 1556281940 |
| `ads_consent_set_at` | *Nullable[int]* | :heavy_check_mark: | N/A | 1556281940 |
| `auth_token` | *str* | :heavy_check_mark: | The account token | CxoUzBTSV5hsxjTpFKaf |
| `country` | *str* | :heavy_check_mark: | The account country | US |
| `email` | *str* | :heavy_check_mark: | The account email address | username@email.com |

File diff suppressed because one or more lines are too long

View File

@@ -8,8 +8,8 @@ Returns the user account data with a valid auth token
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ads_consent` | *Nullable[bool]* | :heavy_check_mark: | Unknown | |
| `ads_consent_reminder_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Unknown | |
| `ads_consent_set_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Unknown | |
| `ads_consent_reminder_at` | *Nullable[int]* | :heavy_check_mark: | N/A | 1556281940 |
| `ads_consent_set_at` | *Nullable[int]* | :heavy_check_mark: | N/A | 1556281940 |
| `auth_token` | *str* | :heavy_check_mark: | The account token | CxoUzBTSV5hsxjTpFKaf |
| `country` | *str* | :heavy_check_mark: | The account country | US |
| `email` | *str* | :heavy_check_mark: | The account email address | username@email.com |