ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4

This commit is contained in:
speakeasybot
2025-03-09 00:21:37 +00:00
parent 86c36c72b7
commit 653b23dab6
128 changed files with 1801 additions and 2087 deletions

View File

@@ -3,18 +3,21 @@
## Fields
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `Id` | *int* | :heavy_check_mark: | N/A | 119542 |
| `Key` | *string* | :heavy_check_mark: | N/A | /library/parts/119542/1680457526/file.mkv |
| `Duration` | *int* | :heavy_minus_sign: | N/A | 11558112 |
| `File` | *string* | :heavy_check_mark: | N/A | /movies/Avatar The Way of Water (2022)/Avatar.The.Way.of.Water.2022.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR10.HEVC-CMRG.mkv |
| `Size` | *long* | :heavy_check_mark: | N/A | 36158371307 |
| `Container` | *string* | :heavy_check_mark: | The container format of the media file.<br/> | mkv |
| `AudioProfile` | *string* | :heavy_minus_sign: | N/A | dts |
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
| `OptimizedForStreaming` | *bool* | :heavy_minus_sign: | N/A | false |
| `VideoProfile` | *string* | :heavy_minus_sign: | N/A | main 10 |
| `Indexes` | *string* | :heavy_minus_sign: | N/A | sd |
| `HasThumbnail` | [HasThumbnail](../../Models/Requests/HasThumbnail.md) | :heavy_minus_sign: | N/A | 1 |
| `Stream` | List<[Stream](../../Models/Requests/Stream.md)> | :heavy_minus_sign: | N/A | |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `Accessible` | *bool* | :heavy_minus_sign: | Indicates if the part is accessible. | true |
| `Exists` | *bool* | :heavy_minus_sign: | Indicates if the part exists. | true |
| `Id` | *long* | :heavy_check_mark: | Unique part identifier. | 418385 |
| `Key` | *string* | :heavy_check_mark: | Key to access this part. | /library/parts/418385/1735864239/file.mkv |
| `Indexes` | *string* | :heavy_minus_sign: | N/A | sd |
| `Duration` | *int* | :heavy_minus_sign: | Duration of the part in milliseconds. | 9610350 |
| `File` | *string* | :heavy_check_mark: | File path for the part. | /mnt/Movies_1/W/Wicked (2024).mkv |
| `Size` | *long* | :heavy_check_mark: | File size in bytes. | 30649952104 |
| `PacketLength` | *int* | :heavy_minus_sign: | N/A | 188 |
| `Container` | *string* | :heavy_minus_sign: | Container format of the part. | mkv |
| `VideoProfile` | *string* | :heavy_minus_sign: | Video profile for the part. | main 10 |
| `AudioProfile` | *string* | :heavy_minus_sign: | The audio profile used for the media (e.g., DTS, Dolby Digital, etc.). | dts |
| `Has64bitOffsets` | *bool* | :heavy_minus_sign: | N/A | false |
| `OptimizedForStreaming` | [GetRecentlyAddedOptimizedForStreaming](../../Models/Requests/GetRecentlyAddedOptimizedForStreaming.md) | :heavy_minus_sign: | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | |
| `HasThumbnail` | [HasThumbnail](../../Models/Requests/HasThumbnail.md) | :heavy_minus_sign: | N/A | 1 |
| `Stream` | List<[Stream](../../Models/Requests/Stream.md)> | :heavy_minus_sign: | An array of streams for this part. | |