ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.285.0

This commit is contained in:
speakeasybot
2024-05-08 18:17:06 +00:00
parent 3dff2b9225
commit 162b3b3d13
61 changed files with 1339 additions and 2516 deletions

View File

@@ -3,15 +3,15 @@
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `ratingKey` | *number* | :heavy_check_mark: | The rating key of the media item |
| `key` | *string* | :heavy_check_mark: | The key of the media item to get the timeline for |
| `state` | [operations.State](../../models/operations/state.md) | :heavy_check_mark: | The state of the media item |
| `hasMDE` | *number* | :heavy_check_mark: | Whether the media item has MDE |
| `time` | *number* | :heavy_check_mark: | The time of the media item |
| `duration` | *number* | :heavy_check_mark: | The duration of the media item |
| `context` | *string* | :heavy_check_mark: | The context of the media item |
| `playQueueItemID` | *number* | :heavy_check_mark: | The play queue item ID of the media item |
| `playBackTime` | *number* | :heavy_check_mark: | The playback time of the media item |
| `row` | *number* | :heavy_check_mark: | The row of the media item |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `ratingKey` | *number* | :heavy_check_mark: | The rating key of the media item | 23409 |
| `key` | *string* | :heavy_check_mark: | The key of the media item to get the timeline for | /library/metadata/23409 |
| `state` | [operations.State](../../models/operations/state.md) | :heavy_check_mark: | The state of the media item | playing |
| `hasMDE` | *number* | :heavy_check_mark: | Whether the media item has MDE | 1 |
| `time` | *number* | :heavy_check_mark: | The time of the media item | 2000 |
| `duration` | *number* | :heavy_check_mark: | The duration of the media item | 10000 |
| `context` | *string* | :heavy_check_mark: | The context of the media item | home:hub.continueWatching |
| `playQueueItemID` | *number* | :heavy_check_mark: | The play queue item ID of the media item | 1 |
| `playBackTime` | *number* | :heavy_check_mark: | The playback time of the media item | 2000 |
| `row` | *number* | :heavy_check_mark: | The row of the media item | 1 |