diff --git a/README.md b/README.md
index b9ed7f2bf..ee3be7e7a 100644
--- a/README.md
+++ b/README.md
@@ -13,19 +13,6 @@ A TypeScript SDK for Jellyfin.
> Warning: This project is under active development, so API changes may occur.
-## Breaking Changes
-
-### v0.5.0
-
-* Build directory is now `lib` instead of `dist`.
- Any imports used that were previously in `dist` will need updated.
- [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147)
-* Duplicated exports were removed.
- Any imports may need updated if you referenced one of the duplicates.
- [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148)
-* API classes are no longer exposed via getters.
- Instead you need to call a function passing the `Api` instance as a parameter. For example: `getSystemApi(api)`. While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking. [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149)
-
## Install
```sh
@@ -97,6 +84,25 @@ console.log('Libraries =>', libraries.data);
await api.logout();
```
+## Breaking Changes
+
+### v0.5.0
+
+* Build directory is now `lib` instead of `dist`.
+ Any imports used that were previously in `dist` will need updated.
+ [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147)
+* Duplicated exports were removed.
+ Any imports may need updated if you referenced one of the duplicates.
+ [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148)
+* API classes are no longer exposed via getters.
+ Instead you need to call a function passing the `Api` instance as a parameter.
+ For example: `getSystemApi(api)`.
+ While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking.
+ [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149)
+* `BaseItemKind` is now included in the generated client.
+ Imports will need updated.
+ [#187](https://github.com/thornbill/jellyfin-sdk-typescript/pull/187)
+
## Roadmap to 1.0
* [ ] More complete device profile generation utilities
diff --git a/docs/README.md b/docs/README.md
index 7be9da6b7..7f5af4e8f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,19 +15,6 @@ A TypeScript SDK for Jellyfin.
> Warning: This project is under active development, so API changes may occur.
-## Breaking Changes
-
-### v0.5.0
-
-* Build directory is now `lib` instead of `dist`.
- Any imports used that were previously in `dist` will need updated.
- [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147)
-* Duplicated exports were removed.
- Any imports may need updated if you referenced one of the duplicates.
- [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148)
-* API classes are no longer exposed via getters.
- Instead you need to call a function passing the `Api` instance as a parameter. For example: `getSystemApi(api)`. While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking. [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149)
-
## Install
```sh
@@ -99,6 +86,25 @@ console.log('Libraries =>', libraries.data);
await api.logout();
```
+## Breaking Changes
+
+### v0.5.0
+
+* Build directory is now `lib` instead of `dist`.
+ Any imports used that were previously in `dist` will need updated.
+ [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147)
+* Duplicated exports were removed.
+ Any imports may need updated if you referenced one of the duplicates.
+ [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148)
+* API classes are no longer exposed via getters.
+ Instead you need to call a function passing the `Api` instance as a parameter.
+ For example: `getSystemApi(api)`.
+ While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking.
+ [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149)
+* `BaseItemKind` is now included in the generated client.
+ Imports will need updated.
+ [#187](https://github.com/thornbill/jellyfin-sdk-typescript/pull/187)
+
## Roadmap to 1.0
* [ ] More complete device profile generation utilities
diff --git a/docs/classes/generated_client.ActivityLogApi.md b/docs/classes/generated_client.ActivityLogApi.md
index 6a5a343ca..bfa821471 100644
--- a/docs/classes/generated_client.ActivityLogApi.md
+++ b/docs/classes/generated_client.ActivityLogApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/activity-log-api.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L186)
+[generated-client/api/activity-log-api.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L186)
diff --git a/docs/classes/generated_client.ApiKeyApi.md b/docs/classes/generated_client.ApiKeyApi.md
index 2dd105738..b1c220f78 100644
--- a/docs/classes/generated_client.ApiKeyApi.md
+++ b/docs/classes/generated_client.ApiKeyApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/api-key-api.ts:268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L268)
+[generated-client/api/api-key-api.ts:268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L268)
___
@@ -139,7 +139,7 @@ ___
#### Defined in
-[generated-client/api/api-key-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L279)
+[generated-client/api/api-key-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L279)
___
@@ -166,4 +166,4 @@ ___
#### Defined in
-[generated-client/api/api-key-api.ts:291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L291)
+[generated-client/api/api-key-api.ts:291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L291)
diff --git a/docs/classes/generated_client.ArtistsApi.md b/docs/classes/generated_client.ArtistsApi.md
index 2f493bff3..90c45cad4 100644
--- a/docs/classes/generated_client.ArtistsApi.md
+++ b/docs/classes/generated_client.ArtistsApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/artists-api.ts:1121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1121)
+[generated-client/api/artists-api.ts:1181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1181)
___
@@ -140,7 +140,7 @@ ___
#### Defined in
-[generated-client/api/artists-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1133)
+[generated-client/api/artists-api.ts:1193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1193)
___
@@ -167,4 +167,4 @@ ___
#### Defined in
-[generated-client/api/artists-api.ts:1145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1145)
+[generated-client/api/artists-api.ts:1205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1205)
diff --git a/docs/classes/generated_client.AudioApi.md b/docs/classes/generated_client.AudioApi.md
index e638f09a5..3ec3ad34c 100644
--- a/docs/classes/generated_client.AudioApi.md
+++ b/docs/classes/generated_client.AudioApi.md
@@ -53,7 +53,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -87,7 +87,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -114,7 +114,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/audio-api.ts:3033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3033)
+[generated-client/api/audio-api.ts:3033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3033)
___
@@ -141,7 +141,7 @@ ___
#### Defined in
-[generated-client/api/audio-api.ts:3045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3045)
+[generated-client/api/audio-api.ts:3045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3045)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/audio-api.ts:3057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3057)
+[generated-client/api/audio-api.ts:3057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3057)
___
@@ -195,4 +195,4 @@ ___
#### Defined in
-[generated-client/api/audio-api.ts:3069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3069)
+[generated-client/api/audio-api.ts:3069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3069)
diff --git a/docs/classes/generated_client.BrandingApi.md b/docs/classes/generated_client.BrandingApi.md
index 39e364458..bbb560c07 100644
--- a/docs/classes/generated_client.BrandingApi.md
+++ b/docs/classes/generated_client.BrandingApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/branding-api.ts:215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L215)
+[generated-client/api/branding-api.ts:215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L215)
___
@@ -138,7 +138,7 @@ ___
#### Defined in
-[generated-client/api/branding-api.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L226)
+[generated-client/api/branding-api.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L226)
___
@@ -164,4 +164,4 @@ ___
#### Defined in
-[generated-client/api/branding-api.ts:237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L237)
+[generated-client/api/branding-api.ts:237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L237)
diff --git a/docs/classes/generated_client.ChannelsApi.md b/docs/classes/generated_client.ChannelsApi.md
index 828848f6d..304ca2e07 100644
--- a/docs/classes/generated_client.ChannelsApi.md
+++ b/docs/classes/generated_client.ChannelsApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -114,7 +114,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/channels-api.ts:670](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L670)
+[generated-client/api/channels-api.ts:670](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L670)
___
@@ -141,7 +141,7 @@ ___
#### Defined in
-[generated-client/api/channels-api.ts:682](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L682)
+[generated-client/api/channels-api.ts:682](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L682)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/channels-api.ts:694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L694)
+[generated-client/api/channels-api.ts:694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L694)
___
@@ -195,7 +195,7 @@ ___
#### Defined in
-[generated-client/api/channels-api.ts:706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L706)
+[generated-client/api/channels-api.ts:706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L706)
___
@@ -222,4 +222,4 @@ ___
#### Defined in
-[generated-client/api/channels-api.ts:718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L718)
+[generated-client/api/channels-api.ts:718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L718)
diff --git a/docs/classes/generated_client.ClientLogApi.md b/docs/classes/generated_client.ClientLogApi.md
new file mode 100644
index 000000000..ebed35b5a
--- /dev/null
+++ b/docs/classes/generated_client.ClientLogApi.md
@@ -0,0 +1,114 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ClientLogApi
+
+# Class: ClientLogApi
+
+[generated-client](../modules/generated_client.md).ClientLogApi
+
+ClientLogApi - object-oriented interface
+
+**`export`**
+
+## Hierarchy
+
+- `BaseAPI`
+
+ ↳ **`ClientLogApi`**
+
+## Table of contents
+
+### Constructors
+
+- [constructor](generated_client.ClientLogApi.md#constructor)
+
+### Properties
+
+- [axios](generated_client.ClientLogApi.md#axios)
+- [basePath](generated_client.ClientLogApi.md#basepath)
+- [configuration](generated_client.ClientLogApi.md#configuration)
+
+### Methods
+
+- [logFile](generated_client.ClientLogApi.md#logfile)
+
+## Constructors
+
+### constructor
+
+• **new ClientLogApi**(`configuration?`, `basePath?`, `axios?`)
+
+#### Parameters
+
+| Name | Type | Default value |
+| :------ | :------ | :------ |
+| `configuration?` | [`Configuration`](generated_client.Configuration.md) | `undefined` |
+| `basePath` | `string` | `BASE_PATH` |
+| `axios` | `AxiosInstance` | `globalAxios` |
+
+#### Inherited from
+
+BaseAPI.constructor
+
+#### Defined in
+
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
+
+## Properties
+
+### axios
+
+• `Protected` **axios**: `AxiosInstance` = `globalAxios`
+
+#### Inherited from
+
+BaseAPI.axios
+
+___
+
+### basePath
+
+• `Protected` **basePath**: `string` = `BASE_PATH`
+
+#### Inherited from
+
+BaseAPI.basePath
+
+___
+
+### configuration
+
+• `Protected` **configuration**: `undefined` \| [`Configuration`](generated_client.Configuration.md)
+
+#### Inherited from
+
+BaseAPI.configuration
+
+#### Defined in
+
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
+
+## Methods
+
+### logFile
+
+▸ **logFile**(`requestParameters?`, `options?`): `Promise`<`AxiosResponse`<[`ClientLogDocumentResponseDto`](../interfaces/generated_client.ClientLogDocumentResponseDto.md), `any`\>\>
+
+**`summary`** Upload a document.
+
+**`throws`** {RequiredError}
+
+**`memberof`** ClientLogApi
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `requestParameters` | [`ClientLogApiLogFileRequest`](../interfaces/generated_client.ClientLogApiLogFileRequest.md) | Request parameters. |
+| `options?` | `any` | - |
+
+#### Returns
+
+`Promise`<`AxiosResponse`<[`ClientLogDocumentResponseDto`](../interfaces/generated_client.ClientLogDocumentResponseDto.md), `any`\>\>
+
+#### Defined in
+
+[generated-client/api/client-log-api.ts:143](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/client-log-api.ts#L143)
diff --git a/docs/classes/generated_client.CollectionApi.md b/docs/classes/generated_client.CollectionApi.md
index 8621888d5..09fa32f4e 100644
--- a/docs/classes/generated_client.CollectionApi.md
+++ b/docs/classes/generated_client.CollectionApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/collection-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L360)
+[generated-client/api/collection-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L360)
___
@@ -140,7 +140,7 @@ ___
#### Defined in
-[generated-client/api/collection-api.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L372)
+[generated-client/api/collection-api.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L372)
___
@@ -167,4 +167,4 @@ ___
#### Defined in
-[generated-client/api/collection-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L384)
+[generated-client/api/collection-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L384)
diff --git a/docs/classes/generated_client.Configuration.md b/docs/classes/generated_client.Configuration.md
index bcec8f699..4a33a6c29 100644
--- a/docs/classes/generated_client.Configuration.md
+++ b/docs/classes/generated_client.Configuration.md
@@ -38,7 +38,7 @@
#### Defined in
-[generated-client/configuration.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L77)
+[generated-client/configuration.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L77)
## Properties
@@ -56,7 +56,7 @@ parameter for oauth2 security
#### Defined in
-[generated-client/configuration.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L53)
+[generated-client/configuration.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L53)
___
@@ -72,7 +72,7 @@ parameter for apiKey security
#### Defined in
-[generated-client/configuration.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L32)
+[generated-client/configuration.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L32)
___
@@ -86,7 +86,7 @@ base options for axios calls
#### Defined in
-[generated-client/configuration.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L67)
+[generated-client/configuration.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L67)
___
@@ -100,7 +100,7 @@ override base path
#### Defined in
-[generated-client/configuration.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L60)
+[generated-client/configuration.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L60)
___
@@ -118,7 +118,7 @@ do not support the FormData class can still run the generated client.
#### Defined in
-[generated-client/configuration.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L75)
+[generated-client/configuration.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L75)
___
@@ -132,7 +132,7 @@ parameter for basic security
#### Defined in
-[generated-client/configuration.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L46)
+[generated-client/configuration.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L46)
___
@@ -146,7 +146,7 @@ parameter for basic security
#### Defined in
-[generated-client/configuration.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L39)
+[generated-client/configuration.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L39)
## Methods
@@ -175,4 +175,4 @@ True if the given MIME is JSON, false otherwise.
#### Defined in
-[generated-client/configuration.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L97)
+[generated-client/configuration.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L97)
diff --git a/docs/classes/generated_client.ConfigurationApi.md b/docs/classes/generated_client.ConfigurationApi.md
index 3a7ef2da4..f6da5d9d4 100644
--- a/docs/classes/generated_client.ConfigurationApi.md
+++ b/docs/classes/generated_client.ConfigurationApi.md
@@ -55,7 +55,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -89,7 +89,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/configuration-api.ts:468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L468)
+[generated-client/api/configuration-api.ts:483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L483)
___
@@ -141,7 +141,7 @@ ___
#### Defined in
-[generated-client/api/configuration-api.ts:479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L479)
+[generated-client/api/configuration-api.ts:494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L494)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/configuration-api.ts:491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L491)
+[generated-client/api/configuration-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L506)
___
@@ -195,7 +195,7 @@ ___
#### Defined in
-[generated-client/api/configuration-api.ts:503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L503)
+[generated-client/api/configuration-api.ts:518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L518)
___
@@ -222,7 +222,7 @@ ___
#### Defined in
-[generated-client/api/configuration-api.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L515)
+[generated-client/api/configuration-api.ts:530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L530)
___
@@ -249,4 +249,4 @@ ___
#### Defined in
-[generated-client/api/configuration-api.ts:527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L527)
+[generated-client/api/configuration-api.ts:542](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L542)
diff --git a/docs/classes/generated_client.DashboardApi.md b/docs/classes/generated_client.DashboardApi.md
index 196b9bc69..331b9340f 100644
--- a/docs/classes/generated_client.DashboardApi.md
+++ b/docs/classes/generated_client.DashboardApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/dashboard-api.ts:227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L227)
+[generated-client/api/dashboard-api.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L214)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/dashboard-api.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L239)
+[generated-client/api/dashboard-api.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L226)
diff --git a/docs/classes/generated_client.DevicesApi.md b/docs/classes/generated_client.DevicesApi.md
index 858490461..f8a2a6de0 100644
--- a/docs/classes/generated_client.DevicesApi.md
+++ b/docs/classes/generated_client.DevicesApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/devices-api.ts:477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L477)
+[generated-client/api/devices-api.ts:479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L479)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/devices-api.ts:489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L489)
+[generated-client/api/devices-api.ts:491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L491)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/devices-api.ts:501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L501)
+[generated-client/api/devices-api.ts:503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L503)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/devices-api.ts:513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L513)
+[generated-client/api/devices-api.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L515)
___
@@ -223,4 +223,4 @@ ___
#### Defined in
-[generated-client/api/devices-api.ts:525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L525)
+[generated-client/api/devices-api.ts:527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L527)
diff --git a/docs/classes/generated_client.DisplayPreferencesApi.md b/docs/classes/generated_client.DisplayPreferencesApi.md
index a722607d6..fc3f0cd3d 100644
--- a/docs/classes/generated_client.DisplayPreferencesApi.md
+++ b/docs/classes/generated_client.DisplayPreferencesApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/display-preferences-api.ts:292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L292)
+[generated-client/api/display-preferences-api.ts:292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L292)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/display-preferences-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L304)
+[generated-client/api/display-preferences-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L304)
diff --git a/docs/classes/generated_client.DlnaApi.md b/docs/classes/generated_client.DlnaApi.md
index fd73a0a30..47187c0ae 100644
--- a/docs/classes/generated_client.DlnaApi.md
+++ b/docs/classes/generated_client.DlnaApi.md
@@ -55,7 +55,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -89,7 +89,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -116,7 +116,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/dlna-api.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L478)
+[generated-client/api/dlna-api.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L478)
___
@@ -143,7 +143,7 @@ ___
#### Defined in
-[generated-client/api/dlna-api.ts:490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L490)
+[generated-client/api/dlna-api.ts:490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L490)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/dlna-api.ts:501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L501)
+[generated-client/api/dlna-api.ts:501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L501)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/dlna-api.ts:513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L513)
+[generated-client/api/dlna-api.ts:513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L513)
___
@@ -222,7 +222,7 @@ ___
#### Defined in
-[generated-client/api/dlna-api.ts:524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L524)
+[generated-client/api/dlna-api.ts:524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L524)
___
@@ -249,4 +249,4 @@ ___
#### Defined in
-[generated-client/api/dlna-api.ts:536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L536)
+[generated-client/api/dlna-api.ts:536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L536)
diff --git a/docs/classes/generated_client.DlnaServerApi.md b/docs/classes/generated_client.DlnaServerApi.md
index 0fe7ef4c2..34d20e1a6 100644
--- a/docs/classes/generated_client.DlnaServerApi.md
+++ b/docs/classes/generated_client.DlnaServerApi.md
@@ -65,7 +65,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -99,7 +99,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -126,7 +126,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/dlna-server-api.ts:1186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1186)
+[generated-client/api/dlna-server-api.ts:1234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1234)
___
@@ -153,7 +153,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1198)
+[generated-client/api/dlna-server-api.ts:1246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1246)
___
@@ -180,7 +180,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1210)
+[generated-client/api/dlna-server-api.ts:1258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1258)
___
@@ -207,7 +207,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1222)
+[generated-client/api/dlna-server-api.ts:1270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1270)
___
@@ -234,7 +234,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1234)
+[generated-client/api/dlna-server-api.ts:1282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1282)
___
@@ -261,7 +261,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1246)
+[generated-client/api/dlna-server-api.ts:1294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1294)
___
@@ -288,7 +288,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1258)
+[generated-client/api/dlna-server-api.ts:1306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1306)
___
@@ -315,7 +315,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1270)
+[generated-client/api/dlna-server-api.ts:1318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1318)
___
@@ -342,7 +342,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1282)
+[generated-client/api/dlna-server-api.ts:1330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1330)
___
@@ -369,7 +369,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1294)
+[generated-client/api/dlna-server-api.ts:1342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1342)
___
@@ -396,7 +396,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1306)
+[generated-client/api/dlna-server-api.ts:1354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1354)
___
@@ -423,7 +423,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1318)
+[generated-client/api/dlna-server-api.ts:1366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1366)
___
@@ -450,7 +450,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1330)
+[generated-client/api/dlna-server-api.ts:1378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1378)
___
@@ -477,7 +477,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1342)
+[generated-client/api/dlna-server-api.ts:1390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1390)
___
@@ -504,7 +504,7 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1354)
+[generated-client/api/dlna-server-api.ts:1402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1402)
___
@@ -531,4 +531,4 @@ ___
#### Defined in
-[generated-client/api/dlna-server-api.ts:1366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1366)
+[generated-client/api/dlna-server-api.ts:1414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1414)
diff --git a/docs/classes/generated_client.DynamicHlsApi.md b/docs/classes/generated_client.DynamicHlsApi.md
index 2d61a76c0..4182218ce 100644
--- a/docs/classes/generated_client.DynamicHlsApi.md
+++ b/docs/classes/generated_client.DynamicHlsApi.md
@@ -30,6 +30,7 @@ DynamicHlsApi - object-oriented interface
- [getHlsAudioSegment](generated_client.DynamicHlsApi.md#gethlsaudiosegment)
- [getHlsVideoSegment](generated_client.DynamicHlsApi.md#gethlsvideosegment)
+- [getLiveHlsStream](generated_client.DynamicHlsApi.md#getlivehlsstream)
- [getMasterHlsAudioPlaylist](generated_client.DynamicHlsApi.md#getmasterhlsaudioplaylist)
- [getMasterHlsVideoPlaylist](generated_client.DynamicHlsApi.md#getmasterhlsvideoplaylist)
- [getVariantHlsAudioPlaylist](generated_client.DynamicHlsApi.md#getvarianthlsaudioplaylist)
@@ -57,7 +58,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -91,7 +92,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -118,7 +119,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6109)
+[generated-client/api/dynamic-hls-api.ts:7071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7071)
___
@@ -145,7 +146,34 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6121)
+[generated-client/api/dynamic-hls-api.ts:7083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7083)
+
+___
+
+### getLiveHlsStream
+
+▸ **getLiveHlsStream**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`any`, `any`\>\>
+
+**`summary`** Gets a hls live stream.
+
+**`throws`** {RequiredError}
+
+**`memberof`** DynamicHlsApi
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `requestParameters` | [`DynamicHlsApiGetLiveHlsStreamRequest`](../interfaces/generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md) | Request parameters. |
+| `options?` | `any` | - |
+
+#### Returns
+
+`Promise`<`AxiosResponse`<`any`, `any`\>\>
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:7095](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7095)
___
@@ -172,7 +200,7 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6133)
+[generated-client/api/dynamic-hls-api.ts:7107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7107)
___
@@ -199,7 +227,7 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6145)
+[generated-client/api/dynamic-hls-api.ts:7119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7119)
___
@@ -226,7 +254,7 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6157)
+[generated-client/api/dynamic-hls-api.ts:7131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7131)
___
@@ -253,7 +281,7 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6169)
+[generated-client/api/dynamic-hls-api.ts:7143](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7143)
___
@@ -280,7 +308,7 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6181)
+[generated-client/api/dynamic-hls-api.ts:7155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7155)
___
@@ -307,4 +335,4 @@ ___
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6193)
+[generated-client/api/dynamic-hls-api.ts:7167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7167)
diff --git a/docs/classes/generated_client.EnvironmentApi.md b/docs/classes/generated_client.EnvironmentApi.md
index ff6d8642a..8f8917dba 100644
--- a/docs/classes/generated_client.EnvironmentApi.md
+++ b/docs/classes/generated_client.EnvironmentApi.md
@@ -55,7 +55,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -89,7 +89,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/environment-api.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L485)
+[generated-client/api/environment-api.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L485)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/environment-api.ts:497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L497)
+[generated-client/api/environment-api.ts:497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L497)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/environment-api.ts:508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L508)
+[generated-client/api/environment-api.ts:508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L508)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/environment-api.ts:520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L520)
+[generated-client/api/environment-api.ts:520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L520)
___
@@ -223,7 +223,7 @@ ___
#### Defined in
-[generated-client/api/environment-api.ts:532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L532)
+[generated-client/api/environment-api.ts:532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L532)
___
@@ -250,4 +250,4 @@ ___
#### Defined in
-[generated-client/api/environment-api.ts:544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L544)
+[generated-client/api/environment-api.ts:544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L544)
diff --git a/docs/classes/generated_client.FilterApi.md b/docs/classes/generated_client.FilterApi.md
index 74fd4e8fc..c007366fe 100644
--- a/docs/classes/generated_client.FilterApi.md
+++ b/docs/classes/generated_client.FilterApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/filter-api.ts:385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L385)
+[generated-client/api/filter-api.ts:387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L387)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/filter-api.ts:397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L397)
+[generated-client/api/filter-api.ts:399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L399)
diff --git a/docs/classes/generated_client.GenresApi.md b/docs/classes/generated_client.GenresApi.md
index 13b90df91..83c1539aa 100644
--- a/docs/classes/generated_client.GenresApi.md
+++ b/docs/classes/generated_client.GenresApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/genres-api.ts:444](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L444)
+[generated-client/api/genres-api.ts:476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L476)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/genres-api.ts:456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L456)
+[generated-client/api/genres-api.ts:488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L488)
diff --git a/docs/classes/generated_client.HlsSegmentApi.md b/docs/classes/generated_client.HlsSegmentApi.md
index 8acf6b636..75609523d 100644
--- a/docs/classes/generated_client.HlsSegmentApi.md
+++ b/docs/classes/generated_client.HlsSegmentApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/hls-segment-api.ts:517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L517)
+[generated-client/api/hls-segment-api.ts:517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L517)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/hls-segment-api.ts:529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L529)
+[generated-client/api/hls-segment-api.ts:529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L529)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/hls-segment-api.ts:541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L541)
+[generated-client/api/hls-segment-api.ts:541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L541)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/hls-segment-api.ts:553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L553)
+[generated-client/api/hls-segment-api.ts:553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L553)
___
@@ -223,4 +223,4 @@ ___
#### Defined in
-[generated-client/api/hls-segment-api.ts:565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L565)
+[generated-client/api/hls-segment-api.ts:565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L565)
diff --git a/docs/classes/generated_client.ImageApi.md b/docs/classes/generated_client.ImageApi.md
index 8ced5df46..236b9782c 100644
--- a/docs/classes/generated_client.ImageApi.md
+++ b/docs/classes/generated_client.ImageApi.md
@@ -43,6 +43,7 @@ ImageApi - object-oriented interface
- [getMusicGenreImageByIndex](generated_client.ImageApi.md#getmusicgenreimagebyindex)
- [getPersonImage](generated_client.ImageApi.md#getpersonimage)
- [getPersonImageByIndex](generated_client.ImageApi.md#getpersonimagebyindex)
+- [getSplashscreen](generated_client.ImageApi.md#getsplashscreen)
- [getStudioImage](generated_client.ImageApi.md#getstudioimage)
- [getStudioImageByIndex](generated_client.ImageApi.md#getstudioimagebyindex)
- [getUserImage](generated_client.ImageApi.md#getuserimage)
@@ -66,6 +67,7 @@ ImageApi - object-oriented interface
- [setItemImage](generated_client.ImageApi.md#setitemimage)
- [setItemImageByIndex](generated_client.ImageApi.md#setitemimagebyindex)
- [updateItemImageIndex](generated_client.ImageApi.md#updateitemimageindex)
+- [uploadCustomSplashscreen](generated_client.ImageApi.md#uploadcustomsplashscreen)
## Constructors
@@ -87,7 +89,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -121,7 +123,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -148,7 +150,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/image-api.ts:10019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10019)
+[generated-client/api/image-api.ts:10315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10315)
___
@@ -175,7 +177,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10031](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10031)
+[generated-client/api/image-api.ts:10327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10327)
___
@@ -202,7 +204,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10043)
+[generated-client/api/image-api.ts:10339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10339)
___
@@ -229,7 +231,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10055)
+[generated-client/api/image-api.ts:10351](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10351)
___
@@ -256,7 +258,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10067](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10067)
+[generated-client/api/image-api.ts:10363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10363)
___
@@ -283,7 +285,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10079)
+[generated-client/api/image-api.ts:10375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10375)
___
@@ -310,7 +312,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10091)
+[generated-client/api/image-api.ts:10387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10387)
___
@@ -337,7 +339,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10103)
+[generated-client/api/image-api.ts:10399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10399)
___
@@ -364,7 +366,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10115)
+[generated-client/api/image-api.ts:10411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10411)
___
@@ -391,7 +393,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10127)
+[generated-client/api/image-api.ts:10423](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10423)
___
@@ -418,7 +420,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10139)
+[generated-client/api/image-api.ts:10435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10435)
___
@@ -445,7 +447,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10151)
+[generated-client/api/image-api.ts:10447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10447)
___
@@ -472,7 +474,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10163)
+[generated-client/api/image-api.ts:10459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10459)
___
@@ -499,7 +501,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10175)
+[generated-client/api/image-api.ts:10471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10471)
___
@@ -526,7 +528,34 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10187)
+[generated-client/api/image-api.ts:10483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10483)
+
+___
+
+### getSplashscreen
+
+▸ **getSplashscreen**(`requestParameters?`, `options?`): `Promise`<`AxiosResponse`<`any`, `any`\>\>
+
+**`summary`** Generates or gets the splashscreen.
+
+**`throws`** {RequiredError}
+
+**`memberof`** ImageApi
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `requestParameters` | [`ImageApiGetSplashscreenRequest`](../interfaces/generated_client.ImageApiGetSplashscreenRequest.md) | Request parameters. |
+| `options?` | `any` | - |
+
+#### Returns
+
+`Promise`<`AxiosResponse`<`any`, `any`\>\>
+
+#### Defined in
+
+[generated-client/api/image-api.ts:10495](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10495)
___
@@ -553,7 +582,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10199)
+[generated-client/api/image-api.ts:10507](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10507)
___
@@ -580,7 +609,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10211)
+[generated-client/api/image-api.ts:10519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10519)
___
@@ -607,7 +636,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10223)
+[generated-client/api/image-api.ts:10531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10531)
___
@@ -634,7 +663,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10235)
+[generated-client/api/image-api.ts:10543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10543)
___
@@ -661,7 +690,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10247)
+[generated-client/api/image-api.ts:10555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10555)
___
@@ -688,7 +717,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10259)
+[generated-client/api/image-api.ts:10567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10567)
___
@@ -715,7 +744,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10271)
+[generated-client/api/image-api.ts:10579](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10579)
___
@@ -742,7 +771,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10283)
+[generated-client/api/image-api.ts:10591](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10591)
___
@@ -769,7 +798,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10295)
+[generated-client/api/image-api.ts:10603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10603)
___
@@ -796,7 +825,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10307)
+[generated-client/api/image-api.ts:10615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10615)
___
@@ -823,7 +852,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10319)
+[generated-client/api/image-api.ts:10627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10627)
___
@@ -850,7 +879,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10331)
+[generated-client/api/image-api.ts:10639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10639)
___
@@ -877,7 +906,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10343)
+[generated-client/api/image-api.ts:10651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10651)
___
@@ -904,7 +933,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10355)
+[generated-client/api/image-api.ts:10663](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10663)
___
@@ -931,7 +960,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10367)
+[generated-client/api/image-api.ts:10675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10675)
___
@@ -958,7 +987,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10379)
+[generated-client/api/image-api.ts:10687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10687)
___
@@ -985,7 +1014,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10391)
+[generated-client/api/image-api.ts:10699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10699)
___
@@ -1012,7 +1041,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10403)
+[generated-client/api/image-api.ts:10711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10711)
___
@@ -1039,7 +1068,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10415)
+[generated-client/api/image-api.ts:10723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10723)
___
@@ -1066,7 +1095,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10427)
+[generated-client/api/image-api.ts:10735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10735)
___
@@ -1093,7 +1122,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10439)
+[generated-client/api/image-api.ts:10747](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10747)
___
@@ -1120,7 +1149,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10451](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10451)
+[generated-client/api/image-api.ts:10759](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10759)
___
@@ -1147,4 +1176,31 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:10463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10463)
+[generated-client/api/image-api.ts:10771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10771)
+
+___
+
+### uploadCustomSplashscreen
+
+▸ **uploadCustomSplashscreen**(`requestParameters?`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
+
+**`summary`** Uploads a custom splashscreen.
+
+**`throws`** {RequiredError}
+
+**`memberof`** ImageApi
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `requestParameters` | [`ImageApiUploadCustomSplashscreenRequest`](../interfaces/generated_client.ImageApiUploadCustomSplashscreenRequest.md) | Request parameters. |
+| `options?` | `any` | - |
+
+#### Returns
+
+`Promise`<`AxiosResponse`<`void`, `any`\>\>
+
+#### Defined in
+
+[generated-client/api/image-api.ts:10783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10783)
diff --git a/docs/classes/generated_client.ImageByNameApi.md b/docs/classes/generated_client.ImageByNameApi.md
index 074ed89ed..198308e02 100644
--- a/docs/classes/generated_client.ImageByNameApi.md
+++ b/docs/classes/generated_client.ImageByNameApi.md
@@ -55,7 +55,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -89,7 +89,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -116,7 +116,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/image-by-name-api.ts:473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L473)
+[generated-client/api/image-by-name-api.ts:473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L473)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/image-by-name-api.ts:484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L484)
+[generated-client/api/image-by-name-api.ts:484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L484)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/image-by-name-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L496)
+[generated-client/api/image-by-name-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L496)
___
@@ -195,7 +195,7 @@ ___
#### Defined in
-[generated-client/api/image-by-name-api.ts:507](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L507)
+[generated-client/api/image-by-name-api.ts:507](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L507)
___
@@ -222,7 +222,7 @@ ___
#### Defined in
-[generated-client/api/image-by-name-api.ts:519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L519)
+[generated-client/api/image-by-name-api.ts:519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L519)
___
@@ -248,4 +248,4 @@ ___
#### Defined in
-[generated-client/api/image-by-name-api.ts:530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L530)
+[generated-client/api/image-by-name-api.ts:530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L530)
diff --git a/docs/classes/generated_client.InstantMixApi.md b/docs/classes/generated_client.InstantMixApi.md
index 9175dbddf..8c3923539 100644
--- a/docs/classes/generated_client.InstantMixApi.md
+++ b/docs/classes/generated_client.InstantMixApi.md
@@ -33,7 +33,6 @@ InstantMixApi - object-oriented interface
- [getInstantMixFromArtists2](generated_client.InstantMixApi.md#getinstantmixfromartists2)
- [getInstantMixFromItem](generated_client.InstantMixApi.md#getinstantmixfromitem)
- [getInstantMixFromMusicGenreById](generated_client.InstantMixApi.md#getinstantmixfrommusicgenrebyid)
-- [getInstantMixFromMusicGenreById2](generated_client.InstantMixApi.md#getinstantmixfrommusicgenrebyid2)
- [getInstantMixFromMusicGenreByName](generated_client.InstantMixApi.md#getinstantmixfrommusicgenrebyname)
- [getInstantMixFromPlaylist](generated_client.InstantMixApi.md#getinstantmixfromplaylist)
- [getInstantMixFromSong](generated_client.InstantMixApi.md#getinstantmixfromsong)
@@ -58,7 +57,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -92,7 +91,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -119,7 +118,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/instant-mix-api.ts:1615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1615)
+[generated-client/api/instant-mix-api.ts:1442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1442)
___
@@ -146,7 +145,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1627)
+[generated-client/api/instant-mix-api.ts:1454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1454)
___
@@ -175,7 +174,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1640](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1640)
+[generated-client/api/instant-mix-api.ts:1467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1467)
___
@@ -202,7 +201,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1652](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1652)
+[generated-client/api/instant-mix-api.ts:1479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1479)
___
@@ -229,36 +228,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1664)
-
-___
-
-### getInstantMixFromMusicGenreById2
-
-▸ **getInstantMixFromMusicGenreById2**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md), `any`\>\>
-
-**`summary`** Creates an instant playlist based on a given genre.
-
-**`deprecated`**
-
-**`throws`** {RequiredError}
-
-**`memberof`** InstantMixApi
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `requestParameters` | [`InstantMixApiGetInstantMixFromMusicGenreById2Request`](../interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md) | Request parameters. |
-| `options?` | `any` | - |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md), `any`\>\>
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1677)
+[generated-client/api/instant-mix-api.ts:1491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1491)
___
@@ -285,7 +255,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1689)
+[generated-client/api/instant-mix-api.ts:1503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1503)
___
@@ -312,7 +282,7 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1701)
+[generated-client/api/instant-mix-api.ts:1515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1515)
___
@@ -339,4 +309,4 @@ ___
#### Defined in
-[generated-client/api/instant-mix-api.ts:1713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1713)
+[generated-client/api/instant-mix-api.ts:1527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1527)
diff --git a/docs/classes/generated_client.ItemLookupApi.md b/docs/classes/generated_client.ItemLookupApi.md
index 0115a0743..1a3aa8f81 100644
--- a/docs/classes/generated_client.ItemLookupApi.md
+++ b/docs/classes/generated_client.ItemLookupApi.md
@@ -60,7 +60,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -94,7 +94,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -121,7 +121,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/item-lookup-api.ts:930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L930)
+[generated-client/api/item-lookup-api.ts:930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L930)
___
@@ -148,7 +148,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L942)
+[generated-client/api/item-lookup-api.ts:942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L942)
___
@@ -175,7 +175,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L954)
+[generated-client/api/item-lookup-api.ts:954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L954)
___
@@ -202,7 +202,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L966)
+[generated-client/api/item-lookup-api.ts:966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L966)
___
@@ -229,7 +229,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L978)
+[generated-client/api/item-lookup-api.ts:978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L978)
___
@@ -256,7 +256,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:990](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L990)
+[generated-client/api/item-lookup-api.ts:990](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L990)
___
@@ -283,7 +283,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:1002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L1002)
+[generated-client/api/item-lookup-api.ts:1002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L1002)
___
@@ -310,7 +310,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:1014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L1014)
+[generated-client/api/item-lookup-api.ts:1014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L1014)
___
@@ -337,7 +337,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:1026](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L1026)
+[generated-client/api/item-lookup-api.ts:1026](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L1026)
___
@@ -364,7 +364,7 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:1038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L1038)
+[generated-client/api/item-lookup-api.ts:1038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L1038)
___
@@ -391,4 +391,4 @@ ___
#### Defined in
-[generated-client/api/item-lookup-api.ts:1050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L1050)
+[generated-client/api/item-lookup-api.ts:1050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L1050)
diff --git a/docs/classes/generated_client.ItemRefreshApi.md b/docs/classes/generated_client.ItemRefreshApi.md
index c3cb73b86..1394a41a3 100644
--- a/docs/classes/generated_client.ItemRefreshApi.md
+++ b/docs/classes/generated_client.ItemRefreshApi.md
@@ -28,7 +28,7 @@ ItemRefreshApi - object-oriented interface
### Methods
-- [post](generated_client.ItemRefreshApi.md#post)
+- [refreshItem](generated_client.ItemRefreshApi.md#refreshitem)
## Constructors
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,13 +84,13 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
-### post
+### refreshItem
-▸ **post**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
+▸ **refreshItem**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
**`summary`** Refreshes metadata for an item.
@@ -102,7 +102,7 @@ BaseAPI.configuration
| Name | Type | Description |
| :------ | :------ | :------ |
-| `requestParameters` | [`ItemRefreshApiPostRequest`](../interfaces/generated_client.ItemRefreshApiPostRequest.md) | Request parameters. |
+| `requestParameters` | [`ItemRefreshApiRefreshItemRequest`](../interfaces/generated_client.ItemRefreshApiRefreshItemRequest.md) | Request parameters. |
| `options?` | `any` | - |
#### Returns
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/item-refresh-api.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L199)
+[generated-client/api/item-refresh-api.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L199)
diff --git a/docs/classes/generated_client.ItemUpdateApi.md b/docs/classes/generated_client.ItemUpdateApi.md
index 4d955062b..02ce2c2c1 100644
--- a/docs/classes/generated_client.ItemUpdateApi.md
+++ b/docs/classes/generated_client.ItemUpdateApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/item-update-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L318)
+[generated-client/api/item-update-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L318)
___
@@ -140,7 +140,7 @@ ___
#### Defined in
-[generated-client/api/item-update-api.ts:330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L330)
+[generated-client/api/item-update-api.ts:330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L330)
___
@@ -167,4 +167,4 @@ ___
#### Defined in
-[generated-client/api/item-update-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L342)
+[generated-client/api/item-update-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L342)
diff --git a/docs/classes/generated_client.ItemsApi.md b/docs/classes/generated_client.ItemsApi.md
index 0e75bcff5..914b4c0c7 100644
--- a/docs/classes/generated_client.ItemsApi.md
+++ b/docs/classes/generated_client.ItemsApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/items-api.ts:2710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2710)
+[generated-client/api/items-api.ts:2866](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2866)
___
@@ -140,7 +140,7 @@ ___
#### Defined in
-[generated-client/api/items-api.ts:2722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2722)
+[generated-client/api/items-api.ts:2878](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2878)
___
@@ -167,4 +167,4 @@ ___
#### Defined in
-[generated-client/api/items-api.ts:2734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2734)
+[generated-client/api/items-api.ts:2890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2890)
diff --git a/docs/classes/generated_client.LibraryApi.md b/docs/classes/generated_client.LibraryApi.md
index 191fe19f5..a3aeb1346 100644
--- a/docs/classes/generated_client.LibraryApi.md
+++ b/docs/classes/generated_client.LibraryApi.md
@@ -74,7 +74,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -108,7 +108,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -135,7 +135,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/library-api.ts:2348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2348)
+[generated-client/api/library-api.ts:2348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2348)
___
@@ -162,7 +162,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2360)
+[generated-client/api/library-api.ts:2360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2360)
___
@@ -189,7 +189,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2372)
+[generated-client/api/library-api.ts:2372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2372)
___
@@ -218,7 +218,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2385)
+[generated-client/api/library-api.ts:2385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2385)
___
@@ -245,7 +245,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2397)
+[generated-client/api/library-api.ts:2397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2397)
___
@@ -272,7 +272,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2409)
+[generated-client/api/library-api.ts:2409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2409)
___
@@ -299,7 +299,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2421)
+[generated-client/api/library-api.ts:2421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2421)
___
@@ -326,7 +326,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2433)
+[generated-client/api/library-api.ts:2433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2433)
___
@@ -353,7 +353,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2445)
+[generated-client/api/library-api.ts:2445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2445)
___
@@ -379,7 +379,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2456)
+[generated-client/api/library-api.ts:2456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2456)
___
@@ -406,7 +406,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2468)
+[generated-client/api/library-api.ts:2468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2468)
___
@@ -433,7 +433,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2480)
+[generated-client/api/library-api.ts:2480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2480)
___
@@ -460,7 +460,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2492)
+[generated-client/api/library-api.ts:2492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2492)
___
@@ -487,7 +487,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2504)
+[generated-client/api/library-api.ts:2504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2504)
___
@@ -514,7 +514,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2516)
+[generated-client/api/library-api.ts:2516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2516)
___
@@ -541,7 +541,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2528](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2528)
+[generated-client/api/library-api.ts:2528](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2528)
___
@@ -568,7 +568,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2540](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2540)
+[generated-client/api/library-api.ts:2540](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2540)
___
@@ -595,7 +595,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2552)
+[generated-client/api/library-api.ts:2552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2552)
___
@@ -622,7 +622,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2564)
+[generated-client/api/library-api.ts:2564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2564)
___
@@ -649,7 +649,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2576)
+[generated-client/api/library-api.ts:2576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2576)
___
@@ -676,7 +676,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2588)
+[generated-client/api/library-api.ts:2588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2588)
___
@@ -703,7 +703,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2600](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2600)
+[generated-client/api/library-api.ts:2600](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2600)
___
@@ -730,7 +730,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2612)
+[generated-client/api/library-api.ts:2612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2612)
___
@@ -757,7 +757,7 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2624)
+[generated-client/api/library-api.ts:2624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2624)
___
@@ -783,4 +783,4 @@ ___
#### Defined in
-[generated-client/api/library-api.ts:2635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2635)
+[generated-client/api/library-api.ts:2635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2635)
diff --git a/docs/classes/generated_client.LibraryStructureApi.md b/docs/classes/generated_client.LibraryStructureApi.md
index b16220f60..321c2a66c 100644
--- a/docs/classes/generated_client.LibraryStructureApi.md
+++ b/docs/classes/generated_client.LibraryStructureApi.md
@@ -57,7 +57,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -91,7 +91,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -118,7 +118,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/library-structure-api.ts:784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L784)
+[generated-client/api/library-structure-api.ts:784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L784)
___
@@ -145,7 +145,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L796)
+[generated-client/api/library-structure-api.ts:796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L796)
___
@@ -171,7 +171,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L807)
+[generated-client/api/library-structure-api.ts:807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L807)
___
@@ -198,7 +198,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L819)
+[generated-client/api/library-structure-api.ts:819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L819)
___
@@ -225,7 +225,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:831](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L831)
+[generated-client/api/library-structure-api.ts:831](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L831)
___
@@ -252,7 +252,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:843](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L843)
+[generated-client/api/library-structure-api.ts:843](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L843)
___
@@ -279,7 +279,7 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L855)
+[generated-client/api/library-structure-api.ts:855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L855)
___
@@ -306,4 +306,4 @@ ___
#### Defined in
-[generated-client/api/library-structure-api.ts:867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L867)
+[generated-client/api/library-structure-api.ts:867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L867)
diff --git a/docs/classes/generated_client.LiveTvApi.md b/docs/classes/generated_client.LiveTvApi.md
index 59760e4d3..2868d2dbb 100644
--- a/docs/classes/generated_client.LiveTvApi.md
+++ b/docs/classes/generated_client.LiveTvApi.md
@@ -90,7 +90,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -124,7 +124,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -151,7 +151,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/live-tv-api.ts:4499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4499)
+[generated-client/api/live-tv-api.ts:4499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4499)
___
@@ -178,7 +178,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4511)
+[generated-client/api/live-tv-api.ts:4511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4511)
___
@@ -205,7 +205,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4523)
+[generated-client/api/live-tv-api.ts:4523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4523)
___
@@ -232,7 +232,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4535)
+[generated-client/api/live-tv-api.ts:4535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4535)
___
@@ -259,7 +259,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4547](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4547)
+[generated-client/api/live-tv-api.ts:4547](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4547)
___
@@ -286,7 +286,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4559)
+[generated-client/api/live-tv-api.ts:4559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4559)
___
@@ -313,7 +313,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4571)
+[generated-client/api/live-tv-api.ts:4571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4571)
___
@@ -340,7 +340,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4583)
+[generated-client/api/live-tv-api.ts:4583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4583)
___
@@ -367,7 +367,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4595)
+[generated-client/api/live-tv-api.ts:4595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4595)
___
@@ -394,7 +394,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4607](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4607)
+[generated-client/api/live-tv-api.ts:4607](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4607)
___
@@ -421,7 +421,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4619)
+[generated-client/api/live-tv-api.ts:4619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4619)
___
@@ -448,7 +448,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4631)
+[generated-client/api/live-tv-api.ts:4631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4631)
___
@@ -475,7 +475,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4643)
+[generated-client/api/live-tv-api.ts:4643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4643)
___
@@ -501,7 +501,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4654)
+[generated-client/api/live-tv-api.ts:4654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4654)
___
@@ -528,7 +528,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4666)
+[generated-client/api/live-tv-api.ts:4666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4666)
___
@@ -554,7 +554,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4677)
+[generated-client/api/live-tv-api.ts:4677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4677)
___
@@ -581,7 +581,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4689)
+[generated-client/api/live-tv-api.ts:4689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4689)
___
@@ -608,7 +608,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4701)
+[generated-client/api/live-tv-api.ts:4701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4701)
___
@@ -635,7 +635,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4713)
+[generated-client/api/live-tv-api.ts:4713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4713)
___
@@ -662,7 +662,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4725)
+[generated-client/api/live-tv-api.ts:4725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4725)
___
@@ -688,7 +688,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4736)
+[generated-client/api/live-tv-api.ts:4736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4736)
___
@@ -715,7 +715,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4748)
+[generated-client/api/live-tv-api.ts:4748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4748)
___
@@ -742,7 +742,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4760)
+[generated-client/api/live-tv-api.ts:4760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4760)
___
@@ -769,7 +769,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4772)
+[generated-client/api/live-tv-api.ts:4772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4772)
___
@@ -796,7 +796,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4784)
+[generated-client/api/live-tv-api.ts:4784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4784)
___
@@ -823,7 +823,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4796)
+[generated-client/api/live-tv-api.ts:4796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4796)
___
@@ -850,7 +850,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4808](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4808)
+[generated-client/api/live-tv-api.ts:4808](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4808)
___
@@ -879,7 +879,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4821)
+[generated-client/api/live-tv-api.ts:4821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4821)
___
@@ -908,7 +908,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4834)
+[generated-client/api/live-tv-api.ts:4834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4834)
___
@@ -935,7 +935,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4846)
+[generated-client/api/live-tv-api.ts:4846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4846)
___
@@ -964,7 +964,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4859)
+[generated-client/api/live-tv-api.ts:4859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4859)
___
@@ -990,7 +990,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4870)
+[generated-client/api/live-tv-api.ts:4870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4870)
___
@@ -1017,7 +1017,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4882)
+[generated-client/api/live-tv-api.ts:4882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4882)
___
@@ -1044,7 +1044,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4894)
+[generated-client/api/live-tv-api.ts:4894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4894)
___
@@ -1071,7 +1071,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4906](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4906)
+[generated-client/api/live-tv-api.ts:4906](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4906)
___
@@ -1098,7 +1098,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4918)
+[generated-client/api/live-tv-api.ts:4918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4918)
___
@@ -1124,7 +1124,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4929)
+[generated-client/api/live-tv-api.ts:4929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4929)
___
@@ -1151,7 +1151,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4941)
+[generated-client/api/live-tv-api.ts:4941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4941)
___
@@ -1178,7 +1178,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4953)
+[generated-client/api/live-tv-api.ts:4953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4953)
___
@@ -1205,7 +1205,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4965)
+[generated-client/api/live-tv-api.ts:4965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4965)
___
@@ -1232,4 +1232,4 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:4977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4977)
+[generated-client/api/live-tv-api.ts:4977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4977)
diff --git a/docs/classes/generated_client.LocalizationApi.md b/docs/classes/generated_client.LocalizationApi.md
index be6ad494b..e7b27d27e 100644
--- a/docs/classes/generated_client.LocalizationApi.md
+++ b/docs/classes/generated_client.LocalizationApi.md
@@ -53,7 +53,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -87,7 +87,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/localization-api.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L282)
+[generated-client/api/localization-api.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L282)
___
@@ -139,7 +139,7 @@ ___
#### Defined in
-[generated-client/api/localization-api.ts:293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L293)
+[generated-client/api/localization-api.ts:293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L293)
___
@@ -165,7 +165,7 @@ ___
#### Defined in
-[generated-client/api/localization-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L304)
+[generated-client/api/localization-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L304)
___
@@ -191,4 +191,4 @@ ___
#### Defined in
-[generated-client/api/localization-api.ts:315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L315)
+[generated-client/api/localization-api.ts:315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L315)
diff --git a/docs/classes/generated_client.MediaInfoApi.md b/docs/classes/generated_client.MediaInfoApi.md
index bf548149c..498f8cc3b 100644
--- a/docs/classes/generated_client.MediaInfoApi.md
+++ b/docs/classes/generated_client.MediaInfoApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/media-info-api.ts:820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L820)
+[generated-client/api/media-info-api.ts:818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L818)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/media-info-api.ts:832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L832)
+[generated-client/api/media-info-api.ts:830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L830)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/media-info-api.ts:844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L844)
+[generated-client/api/media-info-api.ts:842](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L842)
___
@@ -198,7 +198,7 @@ For backwards compatibility parameters can be sent via Query or Body, with Query
#### Defined in
-[generated-client/api/media-info-api.ts:856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L856)
+[generated-client/api/media-info-api.ts:854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L854)
___
@@ -225,4 +225,4 @@ ___
#### Defined in
-[generated-client/api/media-info-api.ts:868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L868)
+[generated-client/api/media-info-api.ts:866](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L866)
diff --git a/docs/classes/generated_client.MoviesApi.md b/docs/classes/generated_client.MoviesApi.md
index ce8cc2479..fec68162f 100644
--- a/docs/classes/generated_client.MoviesApi.md
+++ b/docs/classes/generated_client.MoviesApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/movies-api.ts:200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L200)
+[generated-client/api/movies-api.ts:200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L200)
diff --git a/docs/classes/generated_client.MusicGenresApi.md b/docs/classes/generated_client.MusicGenresApi.md
index 58b82c7b2..7a1f7aea4 100644
--- a/docs/classes/generated_client.MusicGenresApi.md
+++ b/docs/classes/generated_client.MusicGenresApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/music-genres-api.ts:447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L447)
+[generated-client/api/music-genres-api.ts:479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L479)
___
@@ -141,4 +141,4 @@ ___
#### Defined in
-[generated-client/api/music-genres-api.ts:460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L460)
+[generated-client/api/music-genres-api.ts:492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L492)
diff --git a/docs/classes/generated_client.NotificationsApi.md b/docs/classes/generated_client.NotificationsApi.md
index 7078816a7..600f3a2c4 100644
--- a/docs/classes/generated_client.NotificationsApi.md
+++ b/docs/classes/generated_client.NotificationsApi.md
@@ -56,7 +56,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -90,7 +90,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -117,7 +117,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/notifications-api.ts:543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L543)
+[generated-client/api/notifications-api.ts:543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L543)
___
@@ -143,7 +143,7 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:554](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L554)
+[generated-client/api/notifications-api.ts:554](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L554)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L565)
+[generated-client/api/notifications-api.ts:565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L565)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:577](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L577)
+[generated-client/api/notifications-api.ts:577](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L577)
___
@@ -223,7 +223,7 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:589](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L589)
+[generated-client/api/notifications-api.ts:589](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L589)
___
@@ -250,7 +250,7 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L601)
+[generated-client/api/notifications-api.ts:601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L601)
___
@@ -277,4 +277,4 @@ ___
#### Defined in
-[generated-client/api/notifications-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L613)
+[generated-client/api/notifications-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L613)
diff --git a/docs/classes/generated_client.PackageApi.md b/docs/classes/generated_client.PackageApi.md
index c9cd64f6f..e593f30f6 100644
--- a/docs/classes/generated_client.PackageApi.md
+++ b/docs/classes/generated_client.PackageApi.md
@@ -55,7 +55,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -89,7 +89,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -116,7 +116,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/package-api.ts:523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L523)
+[generated-client/api/package-api.ts:523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L523)
___
@@ -143,7 +143,7 @@ ___
#### Defined in
-[generated-client/api/package-api.ts:535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L535)
+[generated-client/api/package-api.ts:535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L535)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/package-api.ts:546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L546)
+[generated-client/api/package-api.ts:546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L546)
___
@@ -195,7 +195,7 @@ ___
#### Defined in
-[generated-client/api/package-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L557)
+[generated-client/api/package-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L557)
___
@@ -222,7 +222,7 @@ ___
#### Defined in
-[generated-client/api/package-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L569)
+[generated-client/api/package-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L569)
___
@@ -249,4 +249,4 @@ ___
#### Defined in
-[generated-client/api/package-api.ts:581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L581)
+[generated-client/api/package-api.ts:581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L581)
diff --git a/docs/classes/generated_client.PersonsApi.md b/docs/classes/generated_client.PersonsApi.md
index a4d344a14..717987725 100644
--- a/docs/classes/generated_client.PersonsApi.md
+++ b/docs/classes/generated_client.PersonsApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/persons-api.ts:406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L406)
+[generated-client/api/persons-api.ts:406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L406)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/persons-api.ts:418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L418)
+[generated-client/api/persons-api.ts:418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L418)
diff --git a/docs/classes/generated_client.PlaylistsApi.md b/docs/classes/generated_client.PlaylistsApi.md
index 33fe0cc33..927ee6b81 100644
--- a/docs/classes/generated_client.PlaylistsApi.md
+++ b/docs/classes/generated_client.PlaylistsApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/playlists-api.ts:675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L675)
+[generated-client/api/playlists-api.ts:675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L675)
___
@@ -144,7 +144,7 @@ For backwards compatibility parameters can be sent via Query or Body, with Query
#### Defined in
-[generated-client/api/playlists-api.ts:687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L687)
+[generated-client/api/playlists-api.ts:687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L687)
___
@@ -171,7 +171,7 @@ ___
#### Defined in
-[generated-client/api/playlists-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L699)
+[generated-client/api/playlists-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L699)
___
@@ -198,7 +198,7 @@ ___
#### Defined in
-[generated-client/api/playlists-api.ts:711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L711)
+[generated-client/api/playlists-api.ts:711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L711)
___
@@ -225,4 +225,4 @@ ___
#### Defined in
-[generated-client/api/playlists-api.ts:723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L723)
+[generated-client/api/playlists-api.ts:723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L723)
diff --git a/docs/classes/generated_client.PlaystateApi.md b/docs/classes/generated_client.PlaystateApi.md
index fc72cda46..113f046bd 100644
--- a/docs/classes/generated_client.PlaystateApi.md
+++ b/docs/classes/generated_client.PlaystateApi.md
@@ -58,7 +58,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -92,7 +92,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -119,7 +119,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/playstate-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1133)
+[generated-client/api/playstate-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1133)
___
@@ -146,7 +146,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1145)
+[generated-client/api/playstate-api.ts:1145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1145)
___
@@ -173,7 +173,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1157)
+[generated-client/api/playstate-api.ts:1157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1157)
___
@@ -200,7 +200,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1169)
+[generated-client/api/playstate-api.ts:1169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1169)
___
@@ -227,7 +227,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1181)
+[generated-client/api/playstate-api.ts:1181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1181)
___
@@ -254,7 +254,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1193)
+[generated-client/api/playstate-api.ts:1193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1193)
___
@@ -281,7 +281,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1205)
+[generated-client/api/playstate-api.ts:1205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1205)
___
@@ -308,7 +308,7 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1217)
+[generated-client/api/playstate-api.ts:1217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1217)
___
@@ -335,4 +335,4 @@ ___
#### Defined in
-[generated-client/api/playstate-api.ts:1229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1229)
+[generated-client/api/playstate-api.ts:1229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1229)
diff --git a/docs/classes/generated_client.PluginsApi.md b/docs/classes/generated_client.PluginsApi.md
index 67ec52a66..5bd649d09 100644
--- a/docs/classes/generated_client.PluginsApi.md
+++ b/docs/classes/generated_client.PluginsApi.md
@@ -37,7 +37,6 @@ PluginsApi - object-oriented interface
- [uninstallPlugin](generated_client.PluginsApi.md#uninstallplugin)
- [uninstallPluginByVersion](generated_client.PluginsApi.md#uninstallpluginbyversion)
- [updatePluginConfiguration](generated_client.PluginsApi.md#updatepluginconfiguration)
-- [updatePluginSecurityInfo](generated_client.PluginsApi.md#updatepluginsecurityinfo)
## Constructors
@@ -59,7 +58,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -93,7 +92,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -120,7 +119,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/plugins-api.ts:835](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L835)
+[generated-client/api/plugins-api.ts:754](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L754)
___
@@ -147,7 +146,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L847)
+[generated-client/api/plugins-api.ts:766](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L766)
___
@@ -174,7 +173,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L859)
+[generated-client/api/plugins-api.ts:778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L778)
___
@@ -201,7 +200,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:871](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L871)
+[generated-client/api/plugins-api.ts:790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L790)
___
@@ -228,7 +227,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L883)
+[generated-client/api/plugins-api.ts:802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L802)
___
@@ -254,7 +253,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L894)
+[generated-client/api/plugins-api.ts:813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L813)
___
@@ -283,7 +282,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:907](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L907)
+[generated-client/api/plugins-api.ts:826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L826)
___
@@ -310,7 +309,7 @@ ___
#### Defined in
-[generated-client/api/plugins-api.ts:919](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L919)
+[generated-client/api/plugins-api.ts:838](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L838)
___
@@ -339,33 +338,4 @@ Accepts plugin configuration as JSON body.
#### Defined in
-[generated-client/api/plugins-api.ts:931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L931)
-
-___
-
-### updatePluginSecurityInfo
-
-▸ **updatePluginSecurityInfo**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-**`summary`** Updates plugin security info.
-
-**`deprecated`**
-
-**`throws`** {RequiredError}
-
-**`memberof`** PluginsApi
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `requestParameters` | [`PluginsApiUpdatePluginSecurityInfoRequest`](../interfaces/generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md) | Request parameters. |
-| `options?` | `any` | - |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-#### Defined in
-
-[generated-client/api/plugins-api.ts:944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L944)
+[generated-client/api/plugins-api.ts:850](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L850)
diff --git a/docs/classes/generated_client.QuickConnectApi.md b/docs/classes/generated_client.QuickConnectApi.md
index 7b58b49a5..2d6f01293 100644
--- a/docs/classes/generated_client.QuickConnectApi.md
+++ b/docs/classes/generated_client.QuickConnectApi.md
@@ -28,12 +28,9 @@ QuickConnectApi - object-oriented interface
### Methods
-- [activate](generated_client.QuickConnectApi.md#activate)
- [authorize](generated_client.QuickConnectApi.md#authorize)
-- [available](generated_client.QuickConnectApi.md#available)
- [connect](generated_client.QuickConnectApi.md#connect)
-- [deauthorize](generated_client.QuickConnectApi.md#deauthorize)
-- [getStatus](generated_client.QuickConnectApi.md#getstatus)
+- [getEnabled](generated_client.QuickConnectApi.md#getenabled)
- [initiate](generated_client.QuickConnectApi.md#initiate)
## Constructors
@@ -56,7 +53,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -90,36 +87,10 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
-### activate
-
-▸ **activate**(`options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-**`summary`** Temporarily activates quick connect for five minutes.
-
-**`throws`** {RequiredError}
-
-**`memberof`** QuickConnectApi
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `options?` | `any` |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-#### Defined in
-
-[generated-client/api/quick-connect-api.ts:494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L494)
-
-___
-
### authorize
▸ **authorize**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`boolean`, `any`\>\>
@@ -143,34 +114,7 @@ ___
#### Defined in
-[generated-client/api/quick-connect-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L506)
-
-___
-
-### available
-
-▸ **available**(`requestParameters?`, `options?`): `Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-**`summary`** Enables or disables quick connect.
-
-**`throws`** {RequiredError}
-
-**`memberof`** QuickConnectApi
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `requestParameters` | [`QuickConnectApiAvailableRequest`](../interfaces/generated_client.QuickConnectApiAvailableRequest.md) | Request parameters. |
-| `options?` | `any` | - |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<`void`, `any`\>\>
-
-#### Defined in
-
-[generated-client/api/quick-connect-api.ts:518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L518)
+[generated-client/api/quick-connect-api.ts:316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L316)
___
@@ -197,39 +141,13 @@ ___
#### Defined in
-[generated-client/api/quick-connect-api.ts:530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L530)
-
-___
-
-### deauthorize
-
-▸ **deauthorize**(`options?`): `Promise`<`AxiosResponse`<`number`, `any`\>\>
-
-**`summary`** Deauthorize all quick connect devices for the current user.
-
-**`throws`** {RequiredError}
-
-**`memberof`** QuickConnectApi
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `options?` | `any` |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<`number`, `any`\>\>
-
-#### Defined in
-
-[generated-client/api/quick-connect-api.ts:541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L541)
+[generated-client/api/quick-connect-api.ts:328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L328)
___
-### getStatus
+### getEnabled
-▸ **getStatus**(`options?`): `Promise`<`AxiosResponse`<[`QuickConnectState`](../enums/generated_client.QuickConnectState.md), `any`\>\>
+▸ **getEnabled**(`options?`): `Promise`<`AxiosResponse`<`boolean`, `any`\>\>
**`summary`** Gets the current quick connect state.
@@ -245,11 +163,11 @@ ___
#### Returns
-`Promise`<`AxiosResponse`<[`QuickConnectState`](../enums/generated_client.QuickConnectState.md), `any`\>\>
+`Promise`<`AxiosResponse`<`boolean`, `any`\>\>
#### Defined in
-[generated-client/api/quick-connect-api.ts:552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L552)
+[generated-client/api/quick-connect-api.ts:339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L339)
___
@@ -275,4 +193,4 @@ ___
#### Defined in
-[generated-client/api/quick-connect-api.ts:563](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L563)
+[generated-client/api/quick-connect-api.ts:350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L350)
diff --git a/docs/classes/generated_client.RemoteImageApi.md b/docs/classes/generated_client.RemoteImageApi.md
index 6e6a232a8..bd1e00a4c 100644
--- a/docs/classes/generated_client.RemoteImageApi.md
+++ b/docs/classes/generated_client.RemoteImageApi.md
@@ -52,7 +52,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -86,7 +86,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -113,7 +113,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/remote-image-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L391)
+[generated-client/api/remote-image-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L391)
___
@@ -140,7 +140,7 @@ ___
#### Defined in
-[generated-client/api/remote-image-api.ts:403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L403)
+[generated-client/api/remote-image-api.ts:403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L403)
___
@@ -167,4 +167,4 @@ ___
#### Defined in
-[generated-client/api/remote-image-api.ts:415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L415)
+[generated-client/api/remote-image-api.ts:415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L415)
diff --git a/docs/classes/generated_client.ScheduledTasksApi.md b/docs/classes/generated_client.ScheduledTasksApi.md
index 24970cee6..b0adba41f 100644
--- a/docs/classes/generated_client.ScheduledTasksApi.md
+++ b/docs/classes/generated_client.ScheduledTasksApi.md
@@ -54,7 +54,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -88,7 +88,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -115,7 +115,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L463)
+[generated-client/api/scheduled-tasks-api.ts:463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L463)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L475)
+[generated-client/api/scheduled-tasks-api.ts:475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L475)
___
@@ -169,7 +169,7 @@ ___
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L487)
+[generated-client/api/scheduled-tasks-api.ts:487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L487)
___
@@ -196,7 +196,7 @@ ___
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L499)
+[generated-client/api/scheduled-tasks-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L499)
___
@@ -223,4 +223,4 @@ ___
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L511)
+[generated-client/api/scheduled-tasks-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L511)
diff --git a/docs/classes/generated_client.SearchApi.md b/docs/classes/generated_client.SearchApi.md
index 7d115bb18..28791d255 100644
--- a/docs/classes/generated_client.SearchApi.md
+++ b/docs/classes/generated_client.SearchApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/search-api.ts:382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L382)
+[generated-client/api/search-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L384)
diff --git a/docs/classes/generated_client.SessionApi.md b/docs/classes/generated_client.SessionApi.md
index 8db620531..6c94e647b 100644
--- a/docs/classes/generated_client.SessionApi.md
+++ b/docs/classes/generated_client.SessionApi.md
@@ -65,7 +65,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -99,7 +99,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -126,7 +126,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/session-api.ts:1581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1581)
+[generated-client/api/session-api.ts:1583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1583)
___
@@ -153,7 +153,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1593)
+[generated-client/api/session-api.ts:1595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1595)
___
@@ -179,7 +179,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1604)
+[generated-client/api/session-api.ts:1606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1606)
___
@@ -205,7 +205,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1615)
+[generated-client/api/session-api.ts:1617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1617)
___
@@ -232,7 +232,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1627)
+[generated-client/api/session-api.ts:1629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1629)
___
@@ -259,7 +259,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1639)
+[generated-client/api/session-api.ts:1641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1641)
___
@@ -286,7 +286,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1651)
+[generated-client/api/session-api.ts:1653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1653)
___
@@ -313,7 +313,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1663](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1663)
+[generated-client/api/session-api.ts:1665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1665)
___
@@ -340,7 +340,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1675)
+[generated-client/api/session-api.ts:1677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1677)
___
@@ -366,7 +366,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1686)
+[generated-client/api/session-api.ts:1688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1688)
___
@@ -393,7 +393,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1698)
+[generated-client/api/session-api.ts:1700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1700)
___
@@ -420,7 +420,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1710)
+[generated-client/api/session-api.ts:1712](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1712)
___
@@ -447,7 +447,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1722)
+[generated-client/api/session-api.ts:1724](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1724)
___
@@ -474,7 +474,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1734)
+[generated-client/api/session-api.ts:1736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1736)
___
@@ -501,7 +501,7 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1746)
+[generated-client/api/session-api.ts:1748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1748)
___
@@ -528,4 +528,4 @@ ___
#### Defined in
-[generated-client/api/session-api.ts:1758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1758)
+[generated-client/api/session-api.ts:1760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1760)
diff --git a/docs/classes/generated_client.StartupApi.md b/docs/classes/generated_client.StartupApi.md
index 4f153d75e..9ad1b87b3 100644
--- a/docs/classes/generated_client.StartupApi.md
+++ b/docs/classes/generated_client.StartupApi.md
@@ -56,7 +56,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -90,7 +90,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -116,7 +116,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/startup-api.ts:500](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L500)
+[generated-client/api/startup-api.ts:500](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L500)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L511)
+[generated-client/api/startup-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L511)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L522)
+[generated-client/api/startup-api.ts:522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L522)
___
@@ -194,7 +194,7 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L533)
+[generated-client/api/startup-api.ts:533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L533)
___
@@ -221,7 +221,7 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L545)
+[generated-client/api/startup-api.ts:545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L545)
___
@@ -248,7 +248,7 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L557)
+[generated-client/api/startup-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L557)
___
@@ -275,4 +275,4 @@ ___
#### Defined in
-[generated-client/api/startup-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L569)
+[generated-client/api/startup-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L569)
diff --git a/docs/classes/generated_client.StudiosApi.md b/docs/classes/generated_client.StudiosApi.md
index a18879838..6ed2e8a87 100644
--- a/docs/classes/generated_client.StudiosApi.md
+++ b/docs/classes/generated_client.StudiosApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/studios-api.ts:458](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L458)
+[generated-client/api/studios-api.ts:460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L460)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/studios-api.ts:470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L470)
+[generated-client/api/studios-api.ts:472](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L472)
diff --git a/docs/classes/generated_client.SubtitleApi.md b/docs/classes/generated_client.SubtitleApi.md
index dfdc46a37..a29c094bb 100644
--- a/docs/classes/generated_client.SubtitleApi.md
+++ b/docs/classes/generated_client.SubtitleApi.md
@@ -59,7 +59,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -93,7 +93,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -120,7 +120,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/subtitle-api.ts:1194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1194)
+[generated-client/api/subtitle-api.ts:1194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1194)
___
@@ -147,7 +147,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1206)
+[generated-client/api/subtitle-api.ts:1206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1206)
___
@@ -174,7 +174,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1218)
+[generated-client/api/subtitle-api.ts:1218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1218)
___
@@ -200,7 +200,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1229)
+[generated-client/api/subtitle-api.ts:1229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1229)
___
@@ -227,7 +227,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1241)
+[generated-client/api/subtitle-api.ts:1241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1241)
___
@@ -254,7 +254,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1253)
+[generated-client/api/subtitle-api.ts:1253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1253)
___
@@ -281,7 +281,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1265)
+[generated-client/api/subtitle-api.ts:1265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1265)
___
@@ -308,7 +308,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1277](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1277)
+[generated-client/api/subtitle-api.ts:1277](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1277)
___
@@ -335,7 +335,7 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1289)
+[generated-client/api/subtitle-api.ts:1289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1289)
___
@@ -362,4 +362,4 @@ ___
#### Defined in
-[generated-client/api/subtitle-api.ts:1301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1301)
+[generated-client/api/subtitle-api.ts:1301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1301)
diff --git a/docs/classes/generated_client.SuggestionsApi.md b/docs/classes/generated_client.SuggestionsApi.md
index afd6fd82d..3c9c49444 100644
--- a/docs/classes/generated_client.SuggestionsApi.md
+++ b/docs/classes/generated_client.SuggestionsApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/suggestions-api.ts:211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L211)
+[generated-client/api/suggestions-api.ts:213](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L213)
diff --git a/docs/classes/generated_client.SyncPlayApi.md b/docs/classes/generated_client.SyncPlayApi.md
index 1661b07f4..e4efb681c 100644
--- a/docs/classes/generated_client.SyncPlayApi.md
+++ b/docs/classes/generated_client.SyncPlayApi.md
@@ -70,7 +70,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -104,7 +104,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -131,7 +131,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/sync-play-api.ts:1545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1545)
+[generated-client/api/sync-play-api.ts:1545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1545)
___
@@ -158,7 +158,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1557)
+[generated-client/api/sync-play-api.ts:1557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1557)
___
@@ -184,7 +184,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1568](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1568)
+[generated-client/api/sync-play-api.ts:1568](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1568)
___
@@ -211,7 +211,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1580)
+[generated-client/api/sync-play-api.ts:1580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1580)
___
@@ -237,7 +237,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1591](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1591)
+[generated-client/api/sync-play-api.ts:1591](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1591)
___
@@ -264,7 +264,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1603)
+[generated-client/api/sync-play-api.ts:1603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1603)
___
@@ -291,7 +291,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1615)
+[generated-client/api/sync-play-api.ts:1615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1615)
___
@@ -317,7 +317,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1626](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1626)
+[generated-client/api/sync-play-api.ts:1626](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1626)
___
@@ -344,7 +344,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1638)
+[generated-client/api/sync-play-api.ts:1638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1638)
___
@@ -371,7 +371,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1650)
+[generated-client/api/sync-play-api.ts:1650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1650)
___
@@ -398,7 +398,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1662)
+[generated-client/api/sync-play-api.ts:1662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1662)
___
@@ -425,7 +425,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1674](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1674)
+[generated-client/api/sync-play-api.ts:1674](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1674)
___
@@ -452,7 +452,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1686)
+[generated-client/api/sync-play-api.ts:1686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1686)
___
@@ -479,7 +479,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1698)
+[generated-client/api/sync-play-api.ts:1698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1698)
___
@@ -506,7 +506,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1710)
+[generated-client/api/sync-play-api.ts:1710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1710)
___
@@ -533,7 +533,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1722)
+[generated-client/api/sync-play-api.ts:1722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1722)
___
@@ -560,7 +560,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1734)
+[generated-client/api/sync-play-api.ts:1734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1734)
___
@@ -587,7 +587,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1746)
+[generated-client/api/sync-play-api.ts:1746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1746)
___
@@ -614,7 +614,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1758)
+[generated-client/api/sync-play-api.ts:1758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1758)
___
@@ -640,7 +640,7 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1769)
+[generated-client/api/sync-play-api.ts:1769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1769)
___
@@ -666,4 +666,4 @@ ___
#### Defined in
-[generated-client/api/sync-play-api.ts:1780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1780)
+[generated-client/api/sync-play-api.ts:1780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1780)
diff --git a/docs/classes/generated_client.SystemApi.md b/docs/classes/generated_client.SystemApi.md
index 0af6bb8fe..33fb6669e 100644
--- a/docs/classes/generated_client.SystemApi.md
+++ b/docs/classes/generated_client.SystemApi.md
@@ -59,7 +59,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -93,7 +93,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -119,7 +119,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/system-api.ts:610](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L610)
+[generated-client/api/system-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L613)
___
@@ -146,7 +146,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L622)
+[generated-client/api/system-api.ts:625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L625)
___
@@ -172,7 +172,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:633](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L633)
+[generated-client/api/system-api.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L636)
___
@@ -198,7 +198,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L644)
+[generated-client/api/system-api.ts:647](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L647)
___
@@ -224,7 +224,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L655)
+[generated-client/api/system-api.ts:658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L658)
___
@@ -250,7 +250,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L666)
+[generated-client/api/system-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L669)
___
@@ -260,6 +260,8 @@ ___
**`summary`** Gets wake on lan information.
+**`deprecated`**
+
**`throws`** {RequiredError}
**`memberof`** SystemApi
@@ -276,7 +278,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L677)
+[generated-client/api/system-api.ts:681](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L681)
___
@@ -302,7 +304,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L688)
+[generated-client/api/system-api.ts:692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L692)
___
@@ -328,7 +330,7 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L699)
+[generated-client/api/system-api.ts:703](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L703)
___
@@ -354,4 +356,4 @@ ___
#### Defined in
-[generated-client/api/system-api.ts:710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L710)
+[generated-client/api/system-api.ts:714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L714)
diff --git a/docs/classes/generated_client.TimeSyncApi.md b/docs/classes/generated_client.TimeSyncApi.md
index 9f6396317..4858182fc 100644
--- a/docs/classes/generated_client.TimeSyncApi.md
+++ b/docs/classes/generated_client.TimeSyncApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -110,4 +110,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/time-sync-api.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/time-sync-api.ts#L117)
+[generated-client/api/time-sync-api.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/time-sync-api.ts#L117)
diff --git a/docs/classes/generated_client.TmdbApi.md b/docs/classes/generated_client.TmdbApi.md
new file mode 100644
index 000000000..2447c3780
--- /dev/null
+++ b/docs/classes/generated_client.TmdbApi.md
@@ -0,0 +1,113 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / TmdbApi
+
+# Class: TmdbApi
+
+[generated-client](../modules/generated_client.md).TmdbApi
+
+TmdbApi - object-oriented interface
+
+**`export`**
+
+## Hierarchy
+
+- `BaseAPI`
+
+ ↳ **`TmdbApi`**
+
+## Table of contents
+
+### Constructors
+
+- [constructor](generated_client.TmdbApi.md#constructor)
+
+### Properties
+
+- [axios](generated_client.TmdbApi.md#axios)
+- [basePath](generated_client.TmdbApi.md#basepath)
+- [configuration](generated_client.TmdbApi.md#configuration)
+
+### Methods
+
+- [tmdbClientConfiguration](generated_client.TmdbApi.md#tmdbclientconfiguration)
+
+## Constructors
+
+### constructor
+
+• **new TmdbApi**(`configuration?`, `basePath?`, `axios?`)
+
+#### Parameters
+
+| Name | Type | Default value |
+| :------ | :------ | :------ |
+| `configuration?` | [`Configuration`](generated_client.Configuration.md) | `undefined` |
+| `basePath` | `string` | `BASE_PATH` |
+| `axios` | `AxiosInstance` | `globalAxios` |
+
+#### Inherited from
+
+BaseAPI.constructor
+
+#### Defined in
+
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
+
+## Properties
+
+### axios
+
+• `Protected` **axios**: `AxiosInstance` = `globalAxios`
+
+#### Inherited from
+
+BaseAPI.axios
+
+___
+
+### basePath
+
+• `Protected` **basePath**: `string` = `BASE_PATH`
+
+#### Inherited from
+
+BaseAPI.basePath
+
+___
+
+### configuration
+
+• `Protected` **configuration**: `undefined` \| [`Configuration`](generated_client.Configuration.md)
+
+#### Inherited from
+
+BaseAPI.configuration
+
+#### Defined in
+
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
+
+## Methods
+
+### tmdbClientConfiguration
+
+▸ **tmdbClientConfiguration**(`options?`): `Promise`<`AxiosResponse`<[`ConfigImageTypes`](../interfaces/generated_client.ConfigImageTypes.md), `any`\>\>
+
+**`summary`** Gets the TMDb image configuration options.
+
+**`throws`** {RequiredError}
+
+**`memberof`** TmdbApi
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `options?` | `any` |
+
+#### Returns
+
+`Promise`<`AxiosResponse`<[`ConfigImageTypes`](../interfaces/generated_client.ConfigImageTypes.md), `any`\>\>
+
+#### Defined in
+
+[generated-client/api/tmdb-api.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tmdb-api.ts#L120)
diff --git a/docs/classes/generated_client.TrailersApi.md b/docs/classes/generated_client.TrailersApi.md
index f2ef4efe9..98b34b89e 100644
--- a/docs/classes/generated_client.TrailersApi.md
+++ b/docs/classes/generated_client.TrailersApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/trailers-api.ts:1256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1256)
+[generated-client/api/trailers-api.ts:1328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1328)
diff --git a/docs/classes/generated_client.TvShowsApi.md b/docs/classes/generated_client.TvShowsApi.md
index ef010f4d5..6e0346c40 100644
--- a/docs/classes/generated_client.TvShowsApi.md
+++ b/docs/classes/generated_client.TvShowsApi.md
@@ -53,7 +53,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -87,7 +87,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -114,7 +114,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/tv-shows-api.ts:953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L953)
+[generated-client/api/tv-shows-api.ts:983](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L983)
___
@@ -141,7 +141,7 @@ ___
#### Defined in
-[generated-client/api/tv-shows-api.ts:965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L965)
+[generated-client/api/tv-shows-api.ts:995](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L995)
___
@@ -168,7 +168,7 @@ ___
#### Defined in
-[generated-client/api/tv-shows-api.ts:977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L977)
+[generated-client/api/tv-shows-api.ts:1007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L1007)
___
@@ -195,4 +195,4 @@ ___
#### Defined in
-[generated-client/api/tv-shows-api.ts:989](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L989)
+[generated-client/api/tv-shows-api.ts:1019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L1019)
diff --git a/docs/classes/generated_client.UniversalAudioApi.md b/docs/classes/generated_client.UniversalAudioApi.md
index a76a2939e..9979b8906 100644
--- a/docs/classes/generated_client.UniversalAudioApi.md
+++ b/docs/classes/generated_client.UniversalAudioApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/universal-audio-api.ts:687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L687)
+[generated-client/api/universal-audio-api.ts:687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L687)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/universal-audio-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L699)
+[generated-client/api/universal-audio-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L699)
diff --git a/docs/classes/generated_client.UserApi.md b/docs/classes/generated_client.UserApi.md
index c7c0a683a..e0cd6cf91 100644
--- a/docs/classes/generated_client.UserApi.md
+++ b/docs/classes/generated_client.UserApi.md
@@ -65,7 +65,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -99,7 +99,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -126,7 +126,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/user-api.ts:1319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1319)
+[generated-client/api/user-api.ts:1319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1319)
___
@@ -153,7 +153,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1331)
+[generated-client/api/user-api.ts:1331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1331)
___
@@ -180,7 +180,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1343)
+[generated-client/api/user-api.ts:1343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1343)
___
@@ -207,7 +207,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1355)
+[generated-client/api/user-api.ts:1355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1355)
___
@@ -234,7 +234,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1367)
+[generated-client/api/user-api.ts:1367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1367)
___
@@ -261,7 +261,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1379)
+[generated-client/api/user-api.ts:1379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1379)
___
@@ -288,7 +288,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1391)
+[generated-client/api/user-api.ts:1391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1391)
___
@@ -314,7 +314,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1402)
+[generated-client/api/user-api.ts:1402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1402)
___
@@ -340,7 +340,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1413)
+[generated-client/api/user-api.ts:1413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1413)
___
@@ -367,7 +367,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1425)
+[generated-client/api/user-api.ts:1425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1425)
___
@@ -394,7 +394,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1437)
+[generated-client/api/user-api.ts:1437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1437)
___
@@ -421,7 +421,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1449)
+[generated-client/api/user-api.ts:1449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1449)
___
@@ -448,7 +448,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1461)
+[generated-client/api/user-api.ts:1461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1461)
___
@@ -475,7 +475,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1473)
+[generated-client/api/user-api.ts:1473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1473)
___
@@ -502,7 +502,7 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1485)
+[generated-client/api/user-api.ts:1485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1485)
___
@@ -529,4 +529,4 @@ ___
#### Defined in
-[generated-client/api/user-api.ts:1497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1497)
+[generated-client/api/user-api.ts:1497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1497)
diff --git a/docs/classes/generated_client.UserLibraryApi.md b/docs/classes/generated_client.UserLibraryApi.md
index f11078ffa..8c96202ec 100644
--- a/docs/classes/generated_client.UserLibraryApi.md
+++ b/docs/classes/generated_client.UserLibraryApi.md
@@ -59,7 +59,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -93,7 +93,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -120,7 +120,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/user-library-api.ts:1055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1055)
+[generated-client/api/user-library-api.ts:1057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1057)
___
@@ -147,7 +147,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1067](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1067)
+[generated-client/api/user-library-api.ts:1069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1069)
___
@@ -174,7 +174,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1079)
+[generated-client/api/user-library-api.ts:1081](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1081)
___
@@ -201,7 +201,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1091)
+[generated-client/api/user-library-api.ts:1093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1093)
___
@@ -228,7 +228,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1103)
+[generated-client/api/user-library-api.ts:1105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1105)
___
@@ -255,7 +255,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1115)
+[generated-client/api/user-library-api.ts:1117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1117)
___
@@ -282,7 +282,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1127)
+[generated-client/api/user-library-api.ts:1129](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1129)
___
@@ -309,7 +309,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1139)
+[generated-client/api/user-library-api.ts:1141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1141)
___
@@ -336,7 +336,7 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1151)
+[generated-client/api/user-library-api.ts:1153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1153)
___
@@ -363,4 +363,4 @@ ___
#### Defined in
-[generated-client/api/user-library-api.ts:1163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1163)
+[generated-client/api/user-library-api.ts:1165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1165)
diff --git a/docs/classes/generated_client.UserViewsApi.md b/docs/classes/generated_client.UserViewsApi.md
index 177767b23..9fb319fc2 100644
--- a/docs/classes/generated_client.UserViewsApi.md
+++ b/docs/classes/generated_client.UserViewsApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/user-views-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L253)
+[generated-client/api/user-views-api.ts:259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L259)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/user-views-api.ts:265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L265)
+[generated-client/api/user-views-api.ts:271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L271)
diff --git a/docs/classes/generated_client.VideoAttachmentsApi.md b/docs/classes/generated_client.VideoAttachmentsApi.md
index 1efa93b7c..27c53c344 100644
--- a/docs/classes/generated_client.VideoAttachmentsApi.md
+++ b/docs/classes/generated_client.VideoAttachmentsApi.md
@@ -50,7 +50,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -84,7 +84,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -111,4 +111,4 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/video-attachments-api.ts:164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L164)
+[generated-client/api/video-attachments-api.ts:164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L164)
diff --git a/docs/classes/generated_client.VideoHlsApi.md b/docs/classes/generated_client.VideoHlsApi.md
deleted file mode 100644
index e2613c433..000000000
--- a/docs/classes/generated_client.VideoHlsApi.md
+++ /dev/null
@@ -1,114 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / VideoHlsApi
-
-# Class: VideoHlsApi
-
-[generated-client](../modules/generated_client.md).VideoHlsApi
-
-VideoHlsApi - object-oriented interface
-
-**`export`**
-
-## Hierarchy
-
-- `BaseAPI`
-
- ↳ **`VideoHlsApi`**
-
-## Table of contents
-
-### Constructors
-
-- [constructor](generated_client.VideoHlsApi.md#constructor)
-
-### Properties
-
-- [axios](generated_client.VideoHlsApi.md#axios)
-- [basePath](generated_client.VideoHlsApi.md#basepath)
-- [configuration](generated_client.VideoHlsApi.md#configuration)
-
-### Methods
-
-- [getLiveHlsStream](generated_client.VideoHlsApi.md#getlivehlsstream)
-
-## Constructors
-
-### constructor
-
-• **new VideoHlsApi**(`configuration?`, `basePath?`, `axios?`)
-
-#### Parameters
-
-| Name | Type | Default value |
-| :------ | :------ | :------ |
-| `configuration?` | [`Configuration`](generated_client.Configuration.md) | `undefined` |
-| `basePath` | `string` | `BASE_PATH` |
-| `axios` | `AxiosInstance` | `globalAxios` |
-
-#### Inherited from
-
-BaseAPI.constructor
-
-#### Defined in
-
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
-
-## Properties
-
-### axios
-
-• `Protected` **axios**: `AxiosInstance` = `globalAxios`
-
-#### Inherited from
-
-BaseAPI.axios
-
-___
-
-### basePath
-
-• `Protected` **basePath**: `string` = `BASE_PATH`
-
-#### Inherited from
-
-BaseAPI.basePath
-
-___
-
-### configuration
-
-• `Protected` **configuration**: `undefined` \| [`Configuration`](generated_client.Configuration.md)
-
-#### Inherited from
-
-BaseAPI.configuration
-
-#### Defined in
-
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
-
-## Methods
-
-### getLiveHlsStream
-
-▸ **getLiveHlsStream**(`requestParameters`, `options?`): `Promise`<`AxiosResponse`<`any`, `any`\>\>
-
-**`summary`** Gets a hls live stream.
-
-**`throws`** {RequiredError}
-
-**`memberof`** VideoHlsApi
-
-#### Parameters
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `requestParameters` | [`VideoHlsApiGetLiveHlsStreamRequest`](../interfaces/generated_client.VideoHlsApiGetLiveHlsStreamRequest.md) | Request parameters. |
-| `options?` | `any` | - |
-
-#### Returns
-
-`Promise`<`AxiosResponse`<`any`, `any`\>\>
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:857](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L857)
diff --git a/docs/classes/generated_client.VideosApi.md b/docs/classes/generated_client.VideosApi.md
index 39e3e42d3..7e3becc79 100644
--- a/docs/classes/generated_client.VideosApi.md
+++ b/docs/classes/generated_client.VideosApi.md
@@ -56,7 +56,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -90,7 +90,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -117,7 +117,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/videos-api.ts:3382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3382)
+[generated-client/api/videos-api.ts:3382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3382)
___
@@ -144,7 +144,7 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3394)
+[generated-client/api/videos-api.ts:3394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3394)
___
@@ -171,7 +171,7 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3406)
+[generated-client/api/videos-api.ts:3406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3406)
___
@@ -198,7 +198,7 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3418)
+[generated-client/api/videos-api.ts:3418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3418)
___
@@ -225,7 +225,7 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3430)
+[generated-client/api/videos-api.ts:3430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3430)
___
@@ -252,7 +252,7 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3442)
+[generated-client/api/videos-api.ts:3442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3442)
___
@@ -279,4 +279,4 @@ ___
#### Defined in
-[generated-client/api/videos-api.ts:3454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3454)
+[generated-client/api/videos-api.ts:3454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3454)
diff --git a/docs/classes/generated_client.YearsApi.md b/docs/classes/generated_client.YearsApi.md
index 2ea18e28d..1ccf68132 100644
--- a/docs/classes/generated_client.YearsApi.md
+++ b/docs/classes/generated_client.YearsApi.md
@@ -51,7 +51,7 @@ BaseAPI.constructor
#### Defined in
-[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L52)
+[generated-client/base.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L52)
## Properties
@@ -85,7 +85,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/base.ts#L50)
+[generated-client/base.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/base.ts#L50)
## Methods
@@ -112,7 +112,7 @@ BaseAPI.configuration
#### Defined in
-[generated-client/api/years-api.ts:434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L434)
+[generated-client/api/years-api.ts:436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L436)
___
@@ -139,4 +139,4 @@ ___
#### Defined in
-[generated-client/api/years-api.ts:446](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L446)
+[generated-client/api/years-api.ts:448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L448)
diff --git a/docs/classes/index.Api.md b/docs/classes/index.Api.md
index d42246811..ed2262a84 100644
--- a/docs/classes/index.Api.md
+++ b/docs/classes/index.Api.md
@@ -49,7 +49,7 @@ Class representing the Jellyfin API.
#### Defined in
-[api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L33)
+[api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L33)
## Properties
@@ -59,7 +59,7 @@ Class representing the Jellyfin API.
#### Defined in
-[api.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L30)
+[api.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L30)
___
@@ -69,7 +69,7 @@ ___
#### Defined in
-[api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L31)
+[api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L31)
___
@@ -79,7 +79,7 @@ ___
#### Defined in
-[api.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L27)
+[api.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L27)
___
@@ -89,7 +89,7 @@ ___
#### Defined in
-[api.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L28)
+[api.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L28)
___
@@ -99,7 +99,7 @@ ___
#### Defined in
-[api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L29)
+[api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L29)
## Accessors
@@ -113,7 +113,7 @@ ___
#### Defined in
-[api.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L100)
+[api.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L100)
___
@@ -127,7 +127,7 @@ ___
#### Defined in
-[api.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L47)
+[api.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L47)
## Methods
@@ -150,7 +150,7 @@ Convenience method for authenticating a user by name and updating the internal s
#### Defined in
-[api.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L59)
+[api.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L59)
___
@@ -176,7 +176,7 @@ The image URL.
#### Defined in
-[api.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L89)
+[api.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L89)
___
@@ -192,4 +192,4 @@ Convenience method for logging out and updating the internal state.
#### Defined in
-[api.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L75)
+[api.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L75)
diff --git a/docs/classes/index.Jellyfin.md b/docs/classes/index.Jellyfin.md
index a99585c9f..930d695e1 100644
--- a/docs/classes/index.Jellyfin.md
+++ b/docs/classes/index.Jellyfin.md
@@ -36,7 +36,7 @@ Class representing the Jellyfin SDK.
#### Defined in
-[jellyfin.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L32)
+[jellyfin.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L32)
## Properties
@@ -46,7 +46,7 @@ Class representing the Jellyfin SDK.
#### Defined in
-[jellyfin.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L28)
+[jellyfin.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L28)
___
@@ -56,7 +56,7 @@ ___
#### Defined in
-[jellyfin.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L29)
+[jellyfin.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L29)
___
@@ -66,7 +66,7 @@ ___
#### Defined in
-[jellyfin.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L30)
+[jellyfin.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L30)
## Methods
@@ -92,4 +92,4 @@ An Api instance.
#### Defined in
-[jellyfin.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L45)
+[jellyfin.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L45)
diff --git a/docs/classes/index.ProductNameIssue.md b/docs/classes/index.ProductNameIssue.md
index d729116df..786f7dbf4 100644
--- a/docs/classes/index.ProductNameIssue.md
+++ b/docs/classes/index.ProductNameIssue.md
@@ -40,7 +40,7 @@ Class representing an issue with the returned product name.
#### Defined in
-[models/recommended-server-issue.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L15)
+[models/recommended-server-issue.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L15)
## Properties
@@ -52,4 +52,4 @@ The product name returned in the system information.
#### Defined in
-[models/recommended-server-issue.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L13)
+[models/recommended-server-issue.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L13)
diff --git a/docs/classes/index.SlowResponseIssue.md b/docs/classes/index.SlowResponseIssue.md
index 3033163ce..984321160 100644
--- a/docs/classes/index.SlowResponseIssue.md
+++ b/docs/classes/index.SlowResponseIssue.md
@@ -40,7 +40,7 @@ Class representing a slow response from a server.
#### Defined in
-[models/recommended-server-issue.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L26)
+[models/recommended-server-issue.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L26)
## Properties
@@ -52,4 +52,4 @@ The response time from the server.
#### Defined in
-[models/recommended-server-issue.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L24)
+[models/recommended-server-issue.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L24)
diff --git a/docs/classes/index.SystemInfoIssue.md b/docs/classes/index.SystemInfoIssue.md
index 4b5282965..74c12c253 100644
--- a/docs/classes/index.SystemInfoIssue.md
+++ b/docs/classes/index.SystemInfoIssue.md
@@ -41,7 +41,7 @@ This could be due to a networking error or invalid address.
#### Defined in
-[models/recommended-server-issue.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L40)
+[models/recommended-server-issue.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L40)
## Properties
@@ -53,4 +53,4 @@ The error generated by the request.
#### Defined in
-[models/recommended-server-issue.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L38)
+[models/recommended-server-issue.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L38)
diff --git a/docs/classes/index.VersionOutdatedIssue.md b/docs/classes/index.VersionOutdatedIssue.md
index 217cd9925..dc3bae35d 100644
--- a/docs/classes/index.VersionOutdatedIssue.md
+++ b/docs/classes/index.VersionOutdatedIssue.md
@@ -41,7 +41,7 @@ Class representing the server version is outdated.
#### Defined in
-[models/recommended-server-issue.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L56)
+[models/recommended-server-issue.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L56)
## Properties
@@ -51,4 +51,4 @@ Class representing the server version is outdated.
#### Defined in
-[models/recommended-server-issue.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L54)
+[models/recommended-server-issue.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L54)
diff --git a/docs/classes/index.VersionUnsupportedIssue.md b/docs/classes/index.VersionUnsupportedIssue.md
index e809ed0af..95a6874bf 100644
--- a/docs/classes/index.VersionUnsupportedIssue.md
+++ b/docs/classes/index.VersionUnsupportedIssue.md
@@ -41,7 +41,7 @@ Class representing the server version is unsupported.
#### Defined in
-[models/recommended-server-issue.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L69)
+[models/recommended-server-issue.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L69)
## Properties
@@ -51,4 +51,4 @@ Class representing the server version is unsupported.
#### Defined in
-[models/recommended-server-issue.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-issue.ts#L67)
+[models/recommended-server-issue.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-issue.ts#L67)
diff --git a/docs/classes/index.discovery.DiscoveryService.md b/docs/classes/index.discovery.DiscoveryService.md
index c6aaf7c84..2306e51e3 100644
--- a/docs/classes/index.discovery.DiscoveryService.md
+++ b/docs/classes/index.discovery.DiscoveryService.md
@@ -38,7 +38,7 @@ Class used for discovering recommended servers.
#### Defined in
-[discovery/discovery-service.ts:18](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L18)
+[discovery/discovery-service.ts:18](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L18)
## Properties
@@ -48,7 +48,7 @@ Class used for discovering recommended servers.
#### Defined in
-[discovery/discovery-service.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L15)
+[discovery/discovery-service.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L15)
___
@@ -58,7 +58,7 @@ ___
#### Defined in
-[discovery/discovery-service.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L16)
+[discovery/discovery-service.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L16)
## Methods
@@ -82,7 +82,7 @@ The best scoring recommended server.
#### Defined in
-[discovery/discovery-service.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L28)
+[discovery/discovery-service.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L28)
___
@@ -107,7 +107,7 @@ A list of potential server addresses.
#### Defined in
-[discovery/discovery-service.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L49)
+[discovery/discovery-service.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L49)
___
@@ -133,7 +133,7 @@ A list of RecommendedServerInfo from the address candidates.
#### Defined in
-[discovery/discovery-service.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L74)
+[discovery/discovery-service.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L74)
___
@@ -159,4 +159,4 @@ A list of RecommendedServerInfo from the possible server addresses.
#### Defined in
-[discovery/discovery-service.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/discovery-service.ts#L60)
+[discovery/discovery-service.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/discovery-service.ts#L60)
diff --git a/docs/classes/index.discovery.RecommendedServerDiscovery.md b/docs/classes/index.discovery.RecommendedServerDiscovery.md
index 1db8375e0..c110522b7 100644
--- a/docs/classes/index.discovery.RecommendedServerDiscovery.md
+++ b/docs/classes/index.discovery.RecommendedServerDiscovery.md
@@ -35,7 +35,7 @@ Class to discover and evaluate potential servers.
#### Defined in
-[discovery/recommended-server-discovery.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/recommended-server-discovery.ts#L83)
+[discovery/recommended-server-discovery.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/recommended-server-discovery.ts#L83)
## Properties
@@ -45,7 +45,7 @@ Class to discover and evaluate potential servers.
#### Defined in
-[discovery/recommended-server-discovery.ts:81](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/recommended-server-discovery.ts#L81)
+[discovery/recommended-server-discovery.ts:81](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/recommended-server-discovery.ts#L81)
## Methods
@@ -70,7 +70,7 @@ The RecommendedServerInfo for each address.
#### Defined in
-[discovery/recommended-server-discovery.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/recommended-server-discovery.ts#L115)
+[discovery/recommended-server-discovery.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/recommended-server-discovery.ts#L115)
___
@@ -94,4 +94,4 @@ The resulting RecommendedServerInfo.
#### Defined in
-[discovery/recommended-server-discovery.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/discovery/recommended-server-discovery.ts#L92)
+[discovery/recommended-server-discovery.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/discovery/recommended-server-discovery.ts#L92)
diff --git a/docs/enums/generated_client.Architecture.md b/docs/enums/generated_client.Architecture.md
index a13a1655e..00e088b18 100644
--- a/docs/enums/generated_client.Architecture.md
+++ b/docs/enums/generated_client.Architecture.md
@@ -8,60 +8,71 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Arm](generated_client.Architecture.md#arm)
- [Arm64](generated_client.Architecture.md#arm64)
+- [S390x](generated_client.Architecture.md#s390x)
- [Wasm](generated_client.Architecture.md#wasm)
- [X64](generated_client.Architecture.md#x64)
- [X86](generated_client.Architecture.md#x86)
-## Enumeration Members
+## Enumeration members
### Arm
-• **Arm**
+• **Arm** = `"Arm"`
#### Defined in
-[generated-client/models/architecture.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/architecture.ts#L26)
+[generated-client/models/architecture.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L26)
___
### Arm64
-• **Arm64**
+• **Arm64** = `"Arm64"`
#### Defined in
-[generated-client/models/architecture.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/architecture.ts#L27)
+[generated-client/models/architecture.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L27)
+
+___
+
+### S390x
+
+• **S390x** = `"S390x"`
+
+#### Defined in
+
+[generated-client/models/architecture.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L29)
___
### Wasm
-• **Wasm**
+• **Wasm** = `"Wasm"`
#### Defined in
-[generated-client/models/architecture.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/architecture.ts#L28)
+[generated-client/models/architecture.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L28)
___
### X64
-• **X64**
+• **X64** = `"X64"`
#### Defined in
-[generated-client/models/architecture.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/architecture.ts#L25)
+[generated-client/models/architecture.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L25)
___
### X86
-• **X86**
+• **X86** = `"X86"`
#### Defined in
-[generated-client/models/architecture.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/architecture.ts#L24)
+[generated-client/models/architecture.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/architecture.ts#L24)
diff --git a/docs/enums/generated_client.BaseItemKind.md b/docs/enums/generated_client.BaseItemKind.md
new file mode 100644
index 000000000..282340852
--- /dev/null
+++ b/docs/enums/generated_client.BaseItemKind.md
@@ -0,0 +1,421 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / BaseItemKind
+
+# Enumeration: BaseItemKind
+
+[generated-client](../modules/generated_client.md).BaseItemKind
+
+The base item kind.
+
+**`export`**
+
+## Table of contents
+
+### Enumeration members
+
+- [AggregateFolder](generated_client.BaseItemKind.md#aggregatefolder)
+- [Audio](generated_client.BaseItemKind.md#audio)
+- [AudioBook](generated_client.BaseItemKind.md#audiobook)
+- [BasePluginFolder](generated_client.BaseItemKind.md#basepluginfolder)
+- [Book](generated_client.BaseItemKind.md#book)
+- [BoxSet](generated_client.BaseItemKind.md#boxset)
+- [Channel](generated_client.BaseItemKind.md#channel)
+- [ChannelFolderItem](generated_client.BaseItemKind.md#channelfolderitem)
+- [CollectionFolder](generated_client.BaseItemKind.md#collectionfolder)
+- [Episode](generated_client.BaseItemKind.md#episode)
+- [Folder](generated_client.BaseItemKind.md#folder)
+- [Genre](generated_client.BaseItemKind.md#genre)
+- [LiveTvChannel](generated_client.BaseItemKind.md#livetvchannel)
+- [LiveTvProgram](generated_client.BaseItemKind.md#livetvprogram)
+- [ManualPlaylistsFolder](generated_client.BaseItemKind.md#manualplaylistsfolder)
+- [Movie](generated_client.BaseItemKind.md#movie)
+- [MusicAlbum](generated_client.BaseItemKind.md#musicalbum)
+- [MusicArtist](generated_client.BaseItemKind.md#musicartist)
+- [MusicGenre](generated_client.BaseItemKind.md#musicgenre)
+- [MusicVideo](generated_client.BaseItemKind.md#musicvideo)
+- [Person](generated_client.BaseItemKind.md#person)
+- [Photo](generated_client.BaseItemKind.md#photo)
+- [PhotoAlbum](generated_client.BaseItemKind.md#photoalbum)
+- [Playlist](generated_client.BaseItemKind.md#playlist)
+- [PlaylistsFolder](generated_client.BaseItemKind.md#playlistsfolder)
+- [Program](generated_client.BaseItemKind.md#program)
+- [Recording](generated_client.BaseItemKind.md#recording)
+- [Season](generated_client.BaseItemKind.md#season)
+- [Series](generated_client.BaseItemKind.md#series)
+- [Studio](generated_client.BaseItemKind.md#studio)
+- [Trailer](generated_client.BaseItemKind.md#trailer)
+- [TvChannel](generated_client.BaseItemKind.md#tvchannel)
+- [TvProgram](generated_client.BaseItemKind.md#tvprogram)
+- [UserRootFolder](generated_client.BaseItemKind.md#userrootfolder)
+- [UserView](generated_client.BaseItemKind.md#userview)
+- [Video](generated_client.BaseItemKind.md#video)
+- [Year](generated_client.BaseItemKind.md#year)
+
+## Enumeration members
+
+### AggregateFolder
+
+• **AggregateFolder** = `"AggregateFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L24)
+
+___
+
+### Audio
+
+• **Audio** = `"Audio"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L25)
+
+___
+
+### AudioBook
+
+• **AudioBook** = `"AudioBook"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L26)
+
+___
+
+### BasePluginFolder
+
+• **BasePluginFolder** = `"BasePluginFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L27)
+
+___
+
+### Book
+
+• **Book** = `"Book"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L28)
+
+___
+
+### BoxSet
+
+• **BoxSet** = `"BoxSet"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L29)
+
+___
+
+### Channel
+
+• **Channel** = `"Channel"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L30)
+
+___
+
+### ChannelFolderItem
+
+• **ChannelFolderItem** = `"ChannelFolderItem"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L31)
+
+___
+
+### CollectionFolder
+
+• **CollectionFolder** = `"CollectionFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L32)
+
+___
+
+### Episode
+
+• **Episode** = `"Episode"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L33)
+
+___
+
+### Folder
+
+• **Folder** = `"Folder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L34)
+
+___
+
+### Genre
+
+• **Genre** = `"Genre"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L35)
+
+___
+
+### LiveTvChannel
+
+• **LiveTvChannel** = `"LiveTvChannel"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L38)
+
+___
+
+### LiveTvProgram
+
+• **LiveTvProgram** = `"LiveTvProgram"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L39)
+
+___
+
+### ManualPlaylistsFolder
+
+• **ManualPlaylistsFolder** = `"ManualPlaylistsFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L36)
+
+___
+
+### Movie
+
+• **Movie** = `"Movie"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L37)
+
+___
+
+### MusicAlbum
+
+• **MusicAlbum** = `"MusicAlbum"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L40)
+
+___
+
+### MusicArtist
+
+• **MusicArtist** = `"MusicArtist"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L41)
+
+___
+
+### MusicGenre
+
+• **MusicGenre** = `"MusicGenre"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L42)
+
+___
+
+### MusicVideo
+
+• **MusicVideo** = `"MusicVideo"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L43)
+
+___
+
+### Person
+
+• **Person** = `"Person"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L44)
+
+___
+
+### Photo
+
+• **Photo** = `"Photo"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L45)
+
+___
+
+### PhotoAlbum
+
+• **PhotoAlbum** = `"PhotoAlbum"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L46)
+
+___
+
+### Playlist
+
+• **Playlist** = `"Playlist"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L47)
+
+___
+
+### PlaylistsFolder
+
+• **PlaylistsFolder** = `"PlaylistsFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L48)
+
+___
+
+### Program
+
+• **Program** = `"Program"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L49)
+
+___
+
+### Recording
+
+• **Recording** = `"Recording"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L50)
+
+___
+
+### Season
+
+• **Season** = `"Season"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L51)
+
+___
+
+### Series
+
+• **Series** = `"Series"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L52)
+
+___
+
+### Studio
+
+• **Studio** = `"Studio"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L53)
+
+___
+
+### Trailer
+
+• **Trailer** = `"Trailer"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L54)
+
+___
+
+### TvChannel
+
+• **TvChannel** = `"TvChannel"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L55)
+
+___
+
+### TvProgram
+
+• **TvProgram** = `"TvProgram"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L56)
+
+___
+
+### UserRootFolder
+
+• **UserRootFolder** = `"UserRootFolder"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L57)
+
+___
+
+### UserView
+
+• **UserView** = `"UserView"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L58)
+
+___
+
+### Video
+
+• **Video** = `"Video"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L59)
+
+___
+
+### Year
+
+• **Year** = `"Year"`
+
+#### Defined in
+
+[generated-client/models/base-item-kind.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-kind.ts#L60)
diff --git a/docs/enums/generated_client.ChannelItemSortField.md b/docs/enums/generated_client.ChannelItemSortField.md
index 43da36a62..52f4eb47c 100644
--- a/docs/enums/generated_client.ChannelItemSortField.md
+++ b/docs/enums/generated_client.ChannelItemSortField.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [CommunityPlayCount](generated_client.ChannelItemSortField.md#communityplaycount)
- [CommunityRating](generated_client.ChannelItemSortField.md#communityrating)
@@ -18,72 +18,72 @@
- [PremiereDate](generated_client.ChannelItemSortField.md#premieredate)
- [Runtime](generated_client.ChannelItemSortField.md#runtime)
-## Enumeration Members
+## Enumeration members
### CommunityPlayCount
-• **CommunityPlayCount**
+• **CommunityPlayCount** = `"CommunityPlayCount"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L30)
+[generated-client/models/channel-item-sort-field.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L30)
___
### CommunityRating
-• **CommunityRating**
+• **CommunityRating** = `"CommunityRating"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L25)
+[generated-client/models/channel-item-sort-field.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L25)
___
### DateCreated
-• **DateCreated**
+• **DateCreated** = `"DateCreated"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L27)
+[generated-client/models/channel-item-sort-field.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L27)
___
### Name
-• **Name**
+• **Name** = `"Name"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L24)
+[generated-client/models/channel-item-sort-field.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L24)
___
### PlayCount
-• **PlayCount**
+• **PlayCount** = `"PlayCount"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L29)
+[generated-client/models/channel-item-sort-field.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L29)
___
### PremiereDate
-• **PremiereDate**
+• **PremiereDate** = `"PremiereDate"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L26)
+[generated-client/models/channel-item-sort-field.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L26)
___
### Runtime
-• **Runtime**
+• **Runtime** = `"Runtime"`
#### Defined in
-[generated-client/models/channel-item-sort-field.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-item-sort-field.ts#L28)
+[generated-client/models/channel-item-sort-field.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-item-sort-field.ts#L28)
diff --git a/docs/enums/generated_client.ChannelMediaContentType.md b/docs/enums/generated_client.ChannelMediaContentType.md
index 48e2c5224..3339d98e3 100644
--- a/docs/enums/generated_client.ChannelMediaContentType.md
+++ b/docs/enums/generated_client.ChannelMediaContentType.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Clip](generated_client.ChannelMediaContentType.md#clip)
- [Episode](generated_client.ChannelMediaContentType.md#episode)
@@ -19,82 +19,82 @@
- [Trailer](generated_client.ChannelMediaContentType.md#trailer)
- [TvExtra](generated_client.ChannelMediaContentType.md#tvextra)
-## Enumeration Members
+## Enumeration members
### Clip
-• **Clip**
+• **Clip** = `"Clip"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L24)
+[generated-client/models/channel-media-content-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L24)
___
### Episode
-• **Episode**
+• **Episode** = `"Episode"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L28)
+[generated-client/models/channel-media-content-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L28)
___
### Movie
-• **Movie**
+• **Movie** = `"Movie"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L27)
+[generated-client/models/channel-media-content-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L27)
___
### MovieExtra
-• **MovieExtra**
+• **MovieExtra** = `"MovieExtra"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L30)
+[generated-client/models/channel-media-content-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L30)
___
### Podcast
-• **Podcast**
+• **Podcast** = `"Podcast"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L25)
+[generated-client/models/channel-media-content-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L25)
___
### Song
-• **Song**
+• **Song** = `"Song"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L29)
+[generated-client/models/channel-media-content-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L29)
___
### Trailer
-• **Trailer**
+• **Trailer** = `"Trailer"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L26)
+[generated-client/models/channel-media-content-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L26)
___
### TvExtra
-• **TvExtra**
+• **TvExtra** = `"TvExtra"`
#### Defined in
-[generated-client/models/channel-media-content-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-content-type.ts#L31)
+[generated-client/models/channel-media-content-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-content-type.ts#L31)
diff --git a/docs/enums/generated_client.ChannelMediaType.md b/docs/enums/generated_client.ChannelMediaType.md
index c1b33d74d..b607e93e3 100644
--- a/docs/enums/generated_client.ChannelMediaType.md
+++ b/docs/enums/generated_client.ChannelMediaType.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Audio](generated_client.ChannelMediaType.md#audio)
- [Photo](generated_client.ChannelMediaType.md#photo)
- [Video](generated_client.ChannelMediaType.md#video)
-## Enumeration Members
+## Enumeration members
### Audio
-• **Audio**
+• **Audio** = `"Audio"`
#### Defined in
-[generated-client/models/channel-media-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-type.ts#L24)
+[generated-client/models/channel-media-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-type.ts#L24)
___
### Photo
-• **Photo**
+• **Photo** = `"Photo"`
#### Defined in
-[generated-client/models/channel-media-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-type.ts#L26)
+[generated-client/models/channel-media-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-type.ts#L26)
___
### Video
-• **Video**
+• **Video** = `"Video"`
#### Defined in
-[generated-client/models/channel-media-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-media-type.ts#L25)
+[generated-client/models/channel-media-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-media-type.ts#L25)
diff --git a/docs/enums/generated_client.ChannelType.md b/docs/enums/generated_client.ChannelType.md
index 82857fea5..3ee511c08 100644
--- a/docs/enums/generated_client.ChannelType.md
+++ b/docs/enums/generated_client.ChannelType.md
@@ -10,27 +10,27 @@ Enum ChannelType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Radio](generated_client.ChannelType.md#radio)
- [Tv](generated_client.ChannelType.md#tv)
-## Enumeration Members
+## Enumeration members
### Radio
-• **Radio**
+• **Radio** = `"Radio"`
#### Defined in
-[generated-client/models/channel-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-type.ts#L25)
+[generated-client/models/channel-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-type.ts#L25)
___
### Tv
-• **Tv**
+• **Tv** = `"TV"`
#### Defined in
-[generated-client/models/channel-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-type.ts#L24)
+[generated-client/models/channel-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-type.ts#L24)
diff --git a/docs/enums/generated_client.CodecType.md b/docs/enums/generated_client.CodecType.md
index 676b649ea..65ff182bb 100644
--- a/docs/enums/generated_client.CodecType.md
+++ b/docs/enums/generated_client.CodecType.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Audio](generated_client.CodecType.md#audio)
- [Video](generated_client.CodecType.md#video)
- [VideoAudio](generated_client.CodecType.md#videoaudio)
-## Enumeration Members
+## Enumeration members
### Audio
-• **Audio**
+• **Audio** = `"Audio"`
#### Defined in
-[generated-client/models/codec-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-type.ts#L26)
+[generated-client/models/codec-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-type.ts#L26)
___
### Video
-• **Video**
+• **Video** = `"Video"`
#### Defined in
-[generated-client/models/codec-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-type.ts#L24)
+[generated-client/models/codec-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-type.ts#L24)
___
### VideoAudio
-• **VideoAudio**
+• **VideoAudio** = `"VideoAudio"`
#### Defined in
-[generated-client/models/codec-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-type.ts#L25)
+[generated-client/models/codec-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-type.ts#L25)
diff --git a/docs/enums/generated_client.CollectionTypeOptions.md b/docs/enums/generated_client.CollectionTypeOptions.md
index a4fda41ff..4347787f1 100644
--- a/docs/enums/generated_client.CollectionTypeOptions.md
+++ b/docs/enums/generated_client.CollectionTypeOptions.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Books](generated_client.CollectionTypeOptions.md#books)
- [BoxSets](generated_client.CollectionTypeOptions.md#boxsets)
@@ -19,82 +19,82 @@
- [MusicVideos](generated_client.CollectionTypeOptions.md#musicvideos)
- [TvShows](generated_client.CollectionTypeOptions.md#tvshows)
-## Enumeration Members
+## Enumeration members
### Books
-• **Books**
+• **Books** = `"Books"`
#### Defined in
-[generated-client/models/collection-type-options.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L30)
+[generated-client/models/collection-type-options.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L30)
___
### BoxSets
-• **BoxSets**
+• **BoxSets** = `"BoxSets"`
#### Defined in
-[generated-client/models/collection-type-options.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L29)
+[generated-client/models/collection-type-options.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L29)
___
### HomeVideos
-• **HomeVideos**
+• **HomeVideos** = `"HomeVideos"`
#### Defined in
-[generated-client/models/collection-type-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L28)
+[generated-client/models/collection-type-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L28)
___
### Mixed
-• **Mixed**
+• **Mixed** = `"Mixed"`
#### Defined in
-[generated-client/models/collection-type-options.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L31)
+[generated-client/models/collection-type-options.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L31)
___
### Movies
-• **Movies**
+• **Movies** = `"Movies"`
#### Defined in
-[generated-client/models/collection-type-options.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L24)
+[generated-client/models/collection-type-options.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L24)
___
### Music
-• **Music**
+• **Music** = `"Music"`
#### Defined in
-[generated-client/models/collection-type-options.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L26)
+[generated-client/models/collection-type-options.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L26)
___
### MusicVideos
-• **MusicVideos**
+• **MusicVideos** = `"MusicVideos"`
#### Defined in
-[generated-client/models/collection-type-options.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L27)
+[generated-client/models/collection-type-options.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L27)
___
### TvShows
-• **TvShows**
+• **TvShows** = `"TvShows"`
#### Defined in
-[generated-client/models/collection-type-options.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-type-options.ts#L25)
+[generated-client/models/collection-type-options.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-type-options.ts#L25)
diff --git a/docs/enums/generated_client.ConfigurationPageType.md b/docs/enums/generated_client.ConfigurationPageType.md
deleted file mode 100644
index 242318771..000000000
--- a/docs/enums/generated_client.ConfigurationPageType.md
+++ /dev/null
@@ -1,36 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ConfigurationPageType
-
-# Enumeration: ConfigurationPageType
-
-[generated-client](../modules/generated_client.md).ConfigurationPageType
-
-Enum ConfigurationPageType.
-
-**`export`**
-
-## Table of contents
-
-### Enumeration Members
-
-- [None](generated_client.ConfigurationPageType.md#none)
-- [PluginConfiguration](generated_client.ConfigurationPageType.md#pluginconfiguration)
-
-## Enumeration Members
-
-### None
-
-• **None**
-
-#### Defined in
-
-[generated-client/models/configuration-page-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-type.ts#L25)
-
-___
-
-### PluginConfiguration
-
-• **PluginConfiguration**
-
-#### Defined in
-
-[generated-client/models/configuration-page-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-type.ts#L24)
diff --git a/docs/enums/generated_client.DayOfWeek.md b/docs/enums/generated_client.DayOfWeek.md
index 6f95d2eed..2ca22481e 100644
--- a/docs/enums/generated_client.DayOfWeek.md
+++ b/docs/enums/generated_client.DayOfWeek.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Friday](generated_client.DayOfWeek.md#friday)
- [Monday](generated_client.DayOfWeek.md#monday)
@@ -18,72 +18,72 @@
- [Tuesday](generated_client.DayOfWeek.md#tuesday)
- [Wednesday](generated_client.DayOfWeek.md#wednesday)
-## Enumeration Members
+## Enumeration members
### Friday
-• **Friday**
+• **Friday** = `"Friday"`
#### Defined in
-[generated-client/models/day-of-week.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L29)
+[generated-client/models/day-of-week.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L29)
___
### Monday
-• **Monday**
+• **Monday** = `"Monday"`
#### Defined in
-[generated-client/models/day-of-week.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L25)
+[generated-client/models/day-of-week.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L25)
___
### Saturday
-• **Saturday**
+• **Saturday** = `"Saturday"`
#### Defined in
-[generated-client/models/day-of-week.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L30)
+[generated-client/models/day-of-week.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L30)
___
### Sunday
-• **Sunday**
+• **Sunday** = `"Sunday"`
#### Defined in
-[generated-client/models/day-of-week.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L24)
+[generated-client/models/day-of-week.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L24)
___
### Thursday
-• **Thursday**
+• **Thursday** = `"Thursday"`
#### Defined in
-[generated-client/models/day-of-week.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L28)
+[generated-client/models/day-of-week.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L28)
___
### Tuesday
-• **Tuesday**
+• **Tuesday** = `"Tuesday"`
#### Defined in
-[generated-client/models/day-of-week.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L26)
+[generated-client/models/day-of-week.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L26)
___
### Wednesday
-• **Wednesday**
+• **Wednesday** = `"Wednesday"`
#### Defined in
-[generated-client/models/day-of-week.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-of-week.ts#L27)
+[generated-client/models/day-of-week.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-of-week.ts#L27)
diff --git a/docs/enums/generated_client.DayPattern.md b/docs/enums/generated_client.DayPattern.md
index eb8f3c51b..793e8b7bc 100644
--- a/docs/enums/generated_client.DayPattern.md
+++ b/docs/enums/generated_client.DayPattern.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Daily](generated_client.DayPattern.md#daily)
- [Weekdays](generated_client.DayPattern.md#weekdays)
- [Weekends](generated_client.DayPattern.md#weekends)
-## Enumeration Members
+## Enumeration members
### Daily
-• **Daily**
+• **Daily** = `"Daily"`
#### Defined in
-[generated-client/models/day-pattern.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-pattern.ts#L24)
+[generated-client/models/day-pattern.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-pattern.ts#L24)
___
### Weekdays
-• **Weekdays**
+• **Weekdays** = `"Weekdays"`
#### Defined in
-[generated-client/models/day-pattern.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-pattern.ts#L25)
+[generated-client/models/day-pattern.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-pattern.ts#L25)
___
### Weekends
-• **Weekends**
+• **Weekends** = `"Weekends"`
#### Defined in
-[generated-client/models/day-pattern.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/day-pattern.ts#L26)
+[generated-client/models/day-pattern.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/day-pattern.ts#L26)
diff --git a/docs/enums/generated_client.DeviceProfileType.md b/docs/enums/generated_client.DeviceProfileType.md
index b5b32ec49..d05ed4e59 100644
--- a/docs/enums/generated_client.DeviceProfileType.md
+++ b/docs/enums/generated_client.DeviceProfileType.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [System](generated_client.DeviceProfileType.md#system)
- [User](generated_client.DeviceProfileType.md#user)
-## Enumeration Members
+## Enumeration members
### System
-• **System**
+• **System** = `"System"`
#### Defined in
-[generated-client/models/device-profile-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile-type.ts#L24)
+[generated-client/models/device-profile-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile-type.ts#L24)
___
### User
-• **User**
+• **User** = `"User"`
#### Defined in
-[generated-client/models/device-profile-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile-type.ts#L25)
+[generated-client/models/device-profile-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile-type.ts#L25)
diff --git a/docs/enums/generated_client.DlnaProfileType.md b/docs/enums/generated_client.DlnaProfileType.md
index dd8a63891..6c0e1c23c 100644
--- a/docs/enums/generated_client.DlnaProfileType.md
+++ b/docs/enums/generated_client.DlnaProfileType.md
@@ -8,38 +8,49 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Audio](generated_client.DlnaProfileType.md#audio)
- [Photo](generated_client.DlnaProfileType.md#photo)
+- [Subtitle](generated_client.DlnaProfileType.md#subtitle)
- [Video](generated_client.DlnaProfileType.md#video)
-## Enumeration Members
+## Enumeration members
### Audio
-• **Audio**
+• **Audio** = `"Audio"`
#### Defined in
-[generated-client/models/dlna-profile-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dlna-profile-type.ts#L24)
+[generated-client/models/dlna-profile-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-profile-type.ts#L24)
___
### Photo
-• **Photo**
+• **Photo** = `"Photo"`
#### Defined in
-[generated-client/models/dlna-profile-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dlna-profile-type.ts#L26)
+[generated-client/models/dlna-profile-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-profile-type.ts#L26)
+
+___
+
+### Subtitle
+
+• **Subtitle** = `"Subtitle"`
+
+#### Defined in
+
+[generated-client/models/dlna-profile-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-profile-type.ts#L27)
___
### Video
-• **Video**
+• **Video** = `"Video"`
#### Defined in
-[generated-client/models/dlna-profile-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dlna-profile-type.ts#L25)
+[generated-client/models/dlna-profile-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-profile-type.ts#L25)
diff --git a/docs/enums/generated_client.DynamicDayOfWeek.md b/docs/enums/generated_client.DynamicDayOfWeek.md
index f24a9c427..6a30ac641 100644
--- a/docs/enums/generated_client.DynamicDayOfWeek.md
+++ b/docs/enums/generated_client.DynamicDayOfWeek.md
@@ -10,7 +10,7 @@ An enum that represents a day of the week, weekdays, weekends, or all days.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Everyday](generated_client.DynamicDayOfWeek.md#everyday)
- [Friday](generated_client.DynamicDayOfWeek.md#friday)
@@ -23,102 +23,102 @@ An enum that represents a day of the week, weekdays, weekends, or all days.
- [Weekday](generated_client.DynamicDayOfWeek.md#weekday)
- [Weekend](generated_client.DynamicDayOfWeek.md#weekend)
-## Enumeration Members
+## Enumeration members
### Everyday
-• **Everyday**
+• **Everyday** = `"Everyday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L31)
+[generated-client/models/dynamic-day-of-week.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L31)
___
### Friday
-• **Friday**
+• **Friday** = `"Friday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L29)
+[generated-client/models/dynamic-day-of-week.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L29)
___
### Monday
-• **Monday**
+• **Monday** = `"Monday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L25)
+[generated-client/models/dynamic-day-of-week.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L25)
___
### Saturday
-• **Saturday**
+• **Saturday** = `"Saturday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L30)
+[generated-client/models/dynamic-day-of-week.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L30)
___
### Sunday
-• **Sunday**
+• **Sunday** = `"Sunday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L24)
+[generated-client/models/dynamic-day-of-week.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L24)
___
### Thursday
-• **Thursday**
+• **Thursday** = `"Thursday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L28)
+[generated-client/models/dynamic-day-of-week.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L28)
___
### Tuesday
-• **Tuesday**
+• **Tuesday** = `"Tuesday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L26)
+[generated-client/models/dynamic-day-of-week.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L26)
___
### Wednesday
-• **Wednesday**
+• **Wednesday** = `"Wednesday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L27)
+[generated-client/models/dynamic-day-of-week.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L27)
___
### Weekday
-• **Weekday**
+• **Weekday** = `"Weekday"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L32)
+[generated-client/models/dynamic-day-of-week.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L32)
___
### Weekend
-• **Weekend**
+• **Weekend** = `"Weekend"`
#### Defined in
-[generated-client/models/dynamic-day-of-week.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/dynamic-day-of-week.ts#L33)
+[generated-client/models/dynamic-day-of-week.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dynamic-day-of-week.ts#L33)
diff --git a/docs/enums/generated_client.EmbeddedSubtitleOptions.md b/docs/enums/generated_client.EmbeddedSubtitleOptions.md
new file mode 100644
index 000000000..6ae33a28d
--- /dev/null
+++ b/docs/enums/generated_client.EmbeddedSubtitleOptions.md
@@ -0,0 +1,58 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / EmbeddedSubtitleOptions
+
+# Enumeration: EmbeddedSubtitleOptions
+
+[generated-client](../modules/generated_client.md).EmbeddedSubtitleOptions
+
+An enum representing the options to disable embedded subs.
+
+**`export`**
+
+## Table of contents
+
+### Enumeration members
+
+- [AllowAll](generated_client.EmbeddedSubtitleOptions.md#allowall)
+- [AllowImage](generated_client.EmbeddedSubtitleOptions.md#allowimage)
+- [AllowNone](generated_client.EmbeddedSubtitleOptions.md#allownone)
+- [AllowText](generated_client.EmbeddedSubtitleOptions.md#allowtext)
+
+## Enumeration members
+
+### AllowAll
+
+• **AllowAll** = `"AllowAll"`
+
+#### Defined in
+
+[generated-client/models/embedded-subtitle-options.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/embedded-subtitle-options.ts#L24)
+
+___
+
+### AllowImage
+
+• **AllowImage** = `"AllowImage"`
+
+#### Defined in
+
+[generated-client/models/embedded-subtitle-options.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/embedded-subtitle-options.ts#L26)
+
+___
+
+### AllowNone
+
+• **AllowNone** = `"AllowNone"`
+
+#### Defined in
+
+[generated-client/models/embedded-subtitle-options.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/embedded-subtitle-options.ts#L27)
+
+___
+
+### AllowText
+
+• **AllowText** = `"AllowText"`
+
+#### Defined in
+
+[generated-client/models/embedded-subtitle-options.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/embedded-subtitle-options.ts#L25)
diff --git a/docs/enums/generated_client.EncodingContext.md b/docs/enums/generated_client.EncodingContext.md
index a21a8f946..bc3377ddf 100644
--- a/docs/enums/generated_client.EncodingContext.md
+++ b/docs/enums/generated_client.EncodingContext.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Static](generated_client.EncodingContext.md#static)
- [Streaming](generated_client.EncodingContext.md#streaming)
-## Enumeration Members
+## Enumeration members
### Static
-• **Static**
+• **Static** = `"Static"`
#### Defined in
-[generated-client/models/encoding-context.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/encoding-context.ts#L25)
+[generated-client/models/encoding-context.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-context.ts#L25)
___
### Streaming
-• **Streaming**
+• **Streaming** = `"Streaming"`
#### Defined in
-[generated-client/models/encoding-context.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/encoding-context.ts#L24)
+[generated-client/models/encoding-context.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-context.ts#L24)
diff --git a/docs/enums/generated_client.ExternalIdMediaType.md b/docs/enums/generated_client.ExternalIdMediaType.md
index 5e9f53fd7..a14dab050 100644
--- a/docs/enums/generated_client.ExternalIdMediaType.md
+++ b/docs/enums/generated_client.ExternalIdMediaType.md
@@ -10,7 +10,7 @@ The specific media type of an MediaBrowser.Model.Providers.ExternalIdInfo.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Album](generated_client.ExternalIdMediaType.md#album)
- [AlbumArtist](generated_client.ExternalIdMediaType.md#albumartist)
@@ -25,122 +25,122 @@ The specific media type of an MediaBrowser.Model.Providers.ExternalIdInfo.
- [Series](generated_client.ExternalIdMediaType.md#series)
- [Track](generated_client.ExternalIdMediaType.md#track)
-## Enumeration Members
+## Enumeration members
### Album
-• **Album**
+• **Album** = `"Album"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L24)
+[generated-client/models/external-id-media-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L24)
___
### AlbumArtist
-• **AlbumArtist**
+• **AlbumArtist** = `"AlbumArtist"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L25)
+[generated-client/models/external-id-media-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L25)
___
### Artist
-• **Artist**
+• **Artist** = `"Artist"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L26)
+[generated-client/models/external-id-media-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L26)
___
### BoxSet
-• **BoxSet**
+• **BoxSet** = `"BoxSet"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L27)
+[generated-client/models/external-id-media-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L27)
___
### Episode
-• **Episode**
+• **Episode** = `"Episode"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L28)
+[generated-client/models/external-id-media-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L28)
___
### Movie
-• **Movie**
+• **Movie** = `"Movie"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L29)
+[generated-client/models/external-id-media-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L29)
___
### OtherArtist
-• **OtherArtist**
+• **OtherArtist** = `"OtherArtist"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L30)
+[generated-client/models/external-id-media-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L30)
___
### Person
-• **Person**
+• **Person** = `"Person"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L31)
+[generated-client/models/external-id-media-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L31)
___
### ReleaseGroup
-• **ReleaseGroup**
+• **ReleaseGroup** = `"ReleaseGroup"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L32)
+[generated-client/models/external-id-media-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L32)
___
### Season
-• **Season**
+• **Season** = `"Season"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L33)
+[generated-client/models/external-id-media-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L33)
___
### Series
-• **Series**
+• **Series** = `"Series"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L34)
+[generated-client/models/external-id-media-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L34)
___
### Track
-• **Track**
+• **Track** = `"Track"`
#### Defined in
-[generated-client/models/external-id-media-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-media-type.ts#L35)
+[generated-client/models/external-id-media-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-media-type.ts#L35)
diff --git a/docs/enums/generated_client.FFmpegLocation.md b/docs/enums/generated_client.FFmpegLocation.md
index 0f6c5437c..af917bf32 100644
--- a/docs/enums/generated_client.FFmpegLocation.md
+++ b/docs/enums/generated_client.FFmpegLocation.md
@@ -10,49 +10,49 @@ Enum describing the location of the FFmpeg tool.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Custom](generated_client.FFmpegLocation.md#custom)
- [NotFound](generated_client.FFmpegLocation.md#notfound)
- [SetByArgument](generated_client.FFmpegLocation.md#setbyargument)
- [System](generated_client.FFmpegLocation.md#system)
-## Enumeration Members
+## Enumeration members
### Custom
-• **Custom**
+• **Custom** = `"Custom"`
#### Defined in
-[generated-client/models/ffmpeg-location.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ffmpeg-location.ts#L26)
+[generated-client/models/ffmpeg-location.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ffmpeg-location.ts#L26)
___
### NotFound
-• **NotFound**
+• **NotFound** = `"NotFound"`
#### Defined in
-[generated-client/models/ffmpeg-location.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ffmpeg-location.ts#L24)
+[generated-client/models/ffmpeg-location.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ffmpeg-location.ts#L24)
___
### SetByArgument
-• **SetByArgument**
+• **SetByArgument** = `"SetByArgument"`
#### Defined in
-[generated-client/models/ffmpeg-location.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ffmpeg-location.ts#L25)
+[generated-client/models/ffmpeg-location.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ffmpeg-location.ts#L25)
___
### System
-• **System**
+• **System** = `"System"`
#### Defined in
-[generated-client/models/ffmpeg-location.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ffmpeg-location.ts#L27)
+[generated-client/models/ffmpeg-location.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ffmpeg-location.ts#L27)
diff --git a/docs/enums/generated_client.FileSystemEntryType.md b/docs/enums/generated_client.FileSystemEntryType.md
index 3543e9526..7837876bf 100644
--- a/docs/enums/generated_client.FileSystemEntryType.md
+++ b/docs/enums/generated_client.FileSystemEntryType.md
@@ -10,49 +10,49 @@ Enum FileSystemEntryType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Directory](generated_client.FileSystemEntryType.md#directory)
- [File](generated_client.FileSystemEntryType.md#file)
- [NetworkComputer](generated_client.FileSystemEntryType.md#networkcomputer)
- [NetworkShare](generated_client.FileSystemEntryType.md#networkshare)
-## Enumeration Members
+## Enumeration members
### Directory
-• **Directory**
+• **Directory** = `"Directory"`
#### Defined in
-[generated-client/models/file-system-entry-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-type.ts#L25)
+[generated-client/models/file-system-entry-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-type.ts#L25)
___
### File
-• **File**
+• **File** = `"File"`
#### Defined in
-[generated-client/models/file-system-entry-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-type.ts#L24)
+[generated-client/models/file-system-entry-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-type.ts#L24)
___
### NetworkComputer
-• **NetworkComputer**
+• **NetworkComputer** = `"NetworkComputer"`
#### Defined in
-[generated-client/models/file-system-entry-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-type.ts#L26)
+[generated-client/models/file-system-entry-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-type.ts#L26)
___
### NetworkShare
-• **NetworkShare**
+• **NetworkShare** = `"NetworkShare"`
#### Defined in
-[generated-client/models/file-system-entry-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-type.ts#L27)
+[generated-client/models/file-system-entry-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-type.ts#L27)
diff --git a/docs/enums/generated_client.ForgotPasswordAction.md b/docs/enums/generated_client.ForgotPasswordAction.md
index 976215031..e765defed 100644
--- a/docs/enums/generated_client.ForgotPasswordAction.md
+++ b/docs/enums/generated_client.ForgotPasswordAction.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [ContactAdmin](generated_client.ForgotPasswordAction.md#contactadmin)
- [InNetworkRequired](generated_client.ForgotPasswordAction.md#innetworkrequired)
- [PinCode](generated_client.ForgotPasswordAction.md#pincode)
-## Enumeration Members
+## Enumeration members
### ContactAdmin
-• **ContactAdmin**
+• **ContactAdmin** = `"ContactAdmin"`
#### Defined in
-[generated-client/models/forgot-password-action.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-action.ts#L24)
+[generated-client/models/forgot-password-action.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-action.ts#L24)
___
### InNetworkRequired
-• **InNetworkRequired**
+• **InNetworkRequired** = `"InNetworkRequired"`
#### Defined in
-[generated-client/models/forgot-password-action.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-action.ts#L26)
+[generated-client/models/forgot-password-action.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-action.ts#L26)
___
### PinCode
-• **PinCode**
+• **PinCode** = `"PinCode"`
#### Defined in
-[generated-client/models/forgot-password-action.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-action.ts#L25)
+[generated-client/models/forgot-password-action.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-action.ts#L25)
diff --git a/docs/enums/generated_client.GeneralCommandType.md b/docs/enums/generated_client.GeneralCommandType.md
index fa32c7bfc..18237736a 100644
--- a/docs/enums/generated_client.GeneralCommandType.md
+++ b/docs/enums/generated_client.GeneralCommandType.md
@@ -10,7 +10,7 @@ This exists simply to identify a set of known commands.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Back](generated_client.GeneralCommandType.md#back)
- [ChannelDown](generated_client.GeneralCommandType.md#channeldown)
@@ -39,6 +39,7 @@ This exists simply to identify a set of known commands.
- [SendKey](generated_client.GeneralCommandType.md#sendkey)
- [SendString](generated_client.GeneralCommandType.md#sendstring)
- [SetAudioStreamIndex](generated_client.GeneralCommandType.md#setaudiostreamindex)
+- [SetMaxStreamingBitrate](generated_client.GeneralCommandType.md#setmaxstreamingbitrate)
- [SetRepeatMode](generated_client.GeneralCommandType.md#setrepeatmode)
- [SetShuffleQueue](generated_client.GeneralCommandType.md#setshufflequeue)
- [SetSubtitleStreamIndex](generated_client.GeneralCommandType.md#setsubtitlestreamindex)
@@ -54,412 +55,422 @@ This exists simply to identify a set of known commands.
- [VolumeDown](generated_client.GeneralCommandType.md#volumedown)
- [VolumeUp](generated_client.GeneralCommandType.md#volumeup)
-## Enumeration Members
+## Enumeration members
### Back
-• **Back**
+• **Back** = `"Back"`
#### Defined in
-[generated-client/models/general-command-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L35)
+[generated-client/models/general-command-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L35)
___
### ChannelDown
-• **ChannelDown**
+• **ChannelDown** = `"ChannelDown"`
#### Defined in
-[generated-client/models/general-command-type.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L55)
+[generated-client/models/general-command-type.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L55)
___
### ChannelUp
-• **ChannelUp**
+• **ChannelUp** = `"ChannelUp"`
#### Defined in
-[generated-client/models/general-command-type.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L54)
+[generated-client/models/general-command-type.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L54)
___
### DisplayContent
-• **DisplayContent**
+• **DisplayContent** = `"DisplayContent"`
#### Defined in
-[generated-client/models/general-command-type.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L50)
+[generated-client/models/general-command-type.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L50)
___
### DisplayMessage
-• **DisplayMessage**
+• **DisplayMessage** = `"DisplayMessage"`
#### Defined in
-[generated-client/models/general-command-type.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L52)
+[generated-client/models/general-command-type.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L52)
___
### GoHome
-• **GoHome**
+• **GoHome** = `"GoHome"`
#### Defined in
-[generated-client/models/general-command-type.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L39)
+[generated-client/models/general-command-type.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L39)
___
### GoToSearch
-• **GoToSearch**
+• **GoToSearch** = `"GoToSearch"`
#### Defined in
-[generated-client/models/general-command-type.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L51)
+[generated-client/models/general-command-type.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L51)
___
### GoToSettings
-• **GoToSettings**
+• **GoToSettings** = `"GoToSettings"`
#### Defined in
-[generated-client/models/general-command-type.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L40)
+[generated-client/models/general-command-type.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L40)
___
### Guide
-• **Guide**
+• **Guide** = `"Guide"`
#### Defined in
-[generated-client/models/general-command-type.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L56)
+[generated-client/models/general-command-type.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L56)
___
### MoveDown
-• **MoveDown**
+• **MoveDown** = `"MoveDown"`
#### Defined in
-[generated-client/models/general-command-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L25)
+[generated-client/models/general-command-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L25)
___
### MoveLeft
-• **MoveLeft**
+• **MoveLeft** = `"MoveLeft"`
#### Defined in
-[generated-client/models/general-command-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L26)
+[generated-client/models/general-command-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L26)
___
### MoveRight
-• **MoveRight**
+• **MoveRight** = `"MoveRight"`
#### Defined in
-[generated-client/models/general-command-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L27)
+[generated-client/models/general-command-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L27)
___
### MoveUp
-• **MoveUp**
+• **MoveUp** = `"MoveUp"`
#### Defined in
-[generated-client/models/general-command-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L24)
+[generated-client/models/general-command-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L24)
___
### Mute
-• **Mute**
+• **Mute** = `"Mute"`
#### Defined in
-[generated-client/models/general-command-type.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L43)
+[generated-client/models/general-command-type.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L43)
___
### NextLetter
-• **NextLetter**
+• **NextLetter** = `"NextLetter"`
#### Defined in
-[generated-client/models/general-command-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L31)
+[generated-client/models/general-command-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L31)
___
### PageDown
-• **PageDown**
+• **PageDown** = `"PageDown"`
#### Defined in
-[generated-client/models/general-command-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L29)
+[generated-client/models/general-command-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L29)
___
### PageUp
-• **PageUp**
+• **PageUp** = `"PageUp"`
#### Defined in
-[generated-client/models/general-command-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L28)
+[generated-client/models/general-command-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L28)
___
### Play
-• **Play**
+• **Play** = `"Play"`
#### Defined in
-[generated-client/models/general-command-type.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L64)
+[generated-client/models/general-command-type.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L64)
___
### PlayMediaSource
-• **PlayMediaSource**
+• **PlayMediaSource** = `"PlayMediaSource"`
#### Defined in
-[generated-client/models/general-command-type.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L58)
+[generated-client/models/general-command-type.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L58)
___
### PlayNext
-• **PlayNext**
+• **PlayNext** = `"PlayNext"`
#### Defined in
-[generated-client/models/general-command-type.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L62)
+[generated-client/models/general-command-type.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L62)
___
### PlayState
-• **PlayState**
+• **PlayState** = `"PlayState"`
#### Defined in
-[generated-client/models/general-command-type.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L61)
+[generated-client/models/general-command-type.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L61)
___
### PlayTrailers
-• **PlayTrailers**
+• **PlayTrailers** = `"PlayTrailers"`
#### Defined in
-[generated-client/models/general-command-type.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L59)
+[generated-client/models/general-command-type.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L59)
___
### PreviousLetter
-• **PreviousLetter**
+• **PreviousLetter** = `"PreviousLetter"`
#### Defined in
-[generated-client/models/general-command-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L30)
+[generated-client/models/general-command-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L30)
___
### Select
-• **Select**
+• **Select** = `"Select"`
#### Defined in
-[generated-client/models/general-command-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L34)
+[generated-client/models/general-command-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L34)
___
### SendKey
-• **SendKey**
+• **SendKey** = `"SendKey"`
#### Defined in
-[generated-client/models/general-command-type.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L37)
+[generated-client/models/general-command-type.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L37)
___
### SendString
-• **SendString**
+• **SendString** = `"SendString"`
#### Defined in
-[generated-client/models/general-command-type.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L38)
+[generated-client/models/general-command-type.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L38)
___
### SetAudioStreamIndex
-• **SetAudioStreamIndex**
+• **SetAudioStreamIndex** = `"SetAudioStreamIndex"`
#### Defined in
-[generated-client/models/general-command-type.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L47)
+[generated-client/models/general-command-type.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L47)
+
+___
+
+### SetMaxStreamingBitrate
+
+• **SetMaxStreamingBitrate** = `"SetMaxStreamingBitrate"`
+
+#### Defined in
+
+[generated-client/models/general-command-type.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L65)
___
### SetRepeatMode
-• **SetRepeatMode**
+• **SetRepeatMode** = `"SetRepeatMode"`
#### Defined in
-[generated-client/models/general-command-type.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L53)
+[generated-client/models/general-command-type.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L53)
___
### SetShuffleQueue
-• **SetShuffleQueue**
+• **SetShuffleQueue** = `"SetShuffleQueue"`
#### Defined in
-[generated-client/models/general-command-type.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L60)
+[generated-client/models/general-command-type.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L60)
___
### SetSubtitleStreamIndex
-• **SetSubtitleStreamIndex**
+• **SetSubtitleStreamIndex** = `"SetSubtitleStreamIndex"`
#### Defined in
-[generated-client/models/general-command-type.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L48)
+[generated-client/models/general-command-type.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L48)
___
### SetVolume
-• **SetVolume**
+• **SetVolume** = `"SetVolume"`
#### Defined in
-[generated-client/models/general-command-type.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L46)
+[generated-client/models/general-command-type.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L46)
___
### TakeScreenshot
-• **TakeScreenshot**
+• **TakeScreenshot** = `"TakeScreenshot"`
#### Defined in
-[generated-client/models/general-command-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L36)
+[generated-client/models/general-command-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L36)
___
### ToggleContextMenu
-• **ToggleContextMenu**
+• **ToggleContextMenu** = `"ToggleContextMenu"`
#### Defined in
-[generated-client/models/general-command-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L33)
+[generated-client/models/general-command-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L33)
___
### ToggleFullscreen
-• **ToggleFullscreen**
+• **ToggleFullscreen** = `"ToggleFullscreen"`
#### Defined in
-[generated-client/models/general-command-type.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L49)
+[generated-client/models/general-command-type.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L49)
___
### ToggleMute
-• **ToggleMute**
+• **ToggleMute** = `"ToggleMute"`
#### Defined in
-[generated-client/models/general-command-type.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L45)
+[generated-client/models/general-command-type.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L45)
___
### ToggleOsd
-• **ToggleOsd**
+• **ToggleOsd** = `"ToggleOsd"`
#### Defined in
-[generated-client/models/general-command-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L32)
+[generated-client/models/general-command-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L32)
___
### ToggleOsdMenu
-• **ToggleOsdMenu**
+• **ToggleOsdMenu** = `"ToggleOsdMenu"`
#### Defined in
-[generated-client/models/general-command-type.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L63)
+[generated-client/models/general-command-type.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L63)
___
### ToggleStats
-• **ToggleStats**
+• **ToggleStats** = `"ToggleStats"`
#### Defined in
-[generated-client/models/general-command-type.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L57)
+[generated-client/models/general-command-type.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L57)
___
### Unmute
-• **Unmute**
+• **Unmute** = `"Unmute"`
#### Defined in
-[generated-client/models/general-command-type.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L44)
+[generated-client/models/general-command-type.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L44)
___
### VolumeDown
-• **VolumeDown**
+• **VolumeDown** = `"VolumeDown"`
#### Defined in
-[generated-client/models/general-command-type.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L42)
+[generated-client/models/general-command-type.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L42)
___
### VolumeUp
-• **VolumeUp**
+• **VolumeUp** = `"VolumeUp"`
#### Defined in
-[generated-client/models/general-command-type.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command-type.ts#L41)
+[generated-client/models/general-command-type.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command-type.ts#L41)
diff --git a/docs/enums/generated_client.GroupQueueMode.md b/docs/enums/generated_client.GroupQueueMode.md
index dcf486719..d8e06c40f 100644
--- a/docs/enums/generated_client.GroupQueueMode.md
+++ b/docs/enums/generated_client.GroupQueueMode.md
@@ -10,27 +10,27 @@ Enum GroupQueueMode.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Queue](generated_client.GroupQueueMode.md#queue)
- [QueueNext](generated_client.GroupQueueMode.md#queuenext)
-## Enumeration Members
+## Enumeration members
### Queue
-• **Queue**
+• **Queue** = `"Queue"`
#### Defined in
-[generated-client/models/group-queue-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-queue-mode.ts#L24)
+[generated-client/models/group-queue-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-queue-mode.ts#L24)
___
### QueueNext
-• **QueueNext**
+• **QueueNext** = `"QueueNext"`
#### Defined in
-[generated-client/models/group-queue-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-queue-mode.ts#L25)
+[generated-client/models/group-queue-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-queue-mode.ts#L25)
diff --git a/docs/enums/generated_client.GroupRepeatMode.md b/docs/enums/generated_client.GroupRepeatMode.md
index d750d9ac6..c913b22f3 100644
--- a/docs/enums/generated_client.GroupRepeatMode.md
+++ b/docs/enums/generated_client.GroupRepeatMode.md
@@ -10,38 +10,38 @@ Enum GroupRepeatMode.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [RepeatAll](generated_client.GroupRepeatMode.md#repeatall)
- [RepeatNone](generated_client.GroupRepeatMode.md#repeatnone)
- [RepeatOne](generated_client.GroupRepeatMode.md#repeatone)
-## Enumeration Members
+## Enumeration members
### RepeatAll
-• **RepeatAll**
+• **RepeatAll** = `"RepeatAll"`
#### Defined in
-[generated-client/models/group-repeat-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-repeat-mode.ts#L25)
+[generated-client/models/group-repeat-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-repeat-mode.ts#L25)
___
### RepeatNone
-• **RepeatNone**
+• **RepeatNone** = `"RepeatNone"`
#### Defined in
-[generated-client/models/group-repeat-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-repeat-mode.ts#L26)
+[generated-client/models/group-repeat-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-repeat-mode.ts#L26)
___
### RepeatOne
-• **RepeatOne**
+• **RepeatOne** = `"RepeatOne"`
#### Defined in
-[generated-client/models/group-repeat-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-repeat-mode.ts#L24)
+[generated-client/models/group-repeat-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-repeat-mode.ts#L24)
diff --git a/docs/enums/generated_client.GroupShuffleMode.md b/docs/enums/generated_client.GroupShuffleMode.md
index f48933829..7e351d7c5 100644
--- a/docs/enums/generated_client.GroupShuffleMode.md
+++ b/docs/enums/generated_client.GroupShuffleMode.md
@@ -10,27 +10,27 @@ Enum GroupShuffleMode.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Shuffle](generated_client.GroupShuffleMode.md#shuffle)
- [Sorted](generated_client.GroupShuffleMode.md#sorted)
-## Enumeration Members
+## Enumeration members
### Shuffle
-• **Shuffle**
+• **Shuffle** = `"Shuffle"`
#### Defined in
-[generated-client/models/group-shuffle-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-shuffle-mode.ts#L25)
+[generated-client/models/group-shuffle-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-shuffle-mode.ts#L25)
___
### Sorted
-• **Sorted**
+• **Sorted** = `"Sorted"`
#### Defined in
-[generated-client/models/group-shuffle-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-shuffle-mode.ts#L24)
+[generated-client/models/group-shuffle-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-shuffle-mode.ts#L24)
diff --git a/docs/enums/generated_client.GroupStateType.md b/docs/enums/generated_client.GroupStateType.md
index 7aeabfadc..a024ce4a7 100644
--- a/docs/enums/generated_client.GroupStateType.md
+++ b/docs/enums/generated_client.GroupStateType.md
@@ -10,49 +10,49 @@ Enum GroupState.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Idle](generated_client.GroupStateType.md#idle)
- [Paused](generated_client.GroupStateType.md#paused)
- [Playing](generated_client.GroupStateType.md#playing)
- [Waiting](generated_client.GroupStateType.md#waiting)
-## Enumeration Members
+## Enumeration members
### Idle
-• **Idle**
+• **Idle** = `"Idle"`
#### Defined in
-[generated-client/models/group-state-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-state-type.ts#L24)
+[generated-client/models/group-state-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-state-type.ts#L24)
___
### Paused
-• **Paused**
+• **Paused** = `"Paused"`
#### Defined in
-[generated-client/models/group-state-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-state-type.ts#L26)
+[generated-client/models/group-state-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-state-type.ts#L26)
___
### Playing
-• **Playing**
+• **Playing** = `"Playing"`
#### Defined in
-[generated-client/models/group-state-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-state-type.ts#L27)
+[generated-client/models/group-state-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-state-type.ts#L27)
___
### Waiting
-• **Waiting**
+• **Waiting** = `"Waiting"`
#### Defined in
-[generated-client/models/group-state-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-state-type.ts#L25)
+[generated-client/models/group-state-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-state-type.ts#L25)
diff --git a/docs/enums/generated_client.GroupUpdateType.md b/docs/enums/generated_client.GroupUpdateType.md
index 460ea1594..2aa5a6337 100644
--- a/docs/enums/generated_client.GroupUpdateType.md
+++ b/docs/enums/generated_client.GroupUpdateType.md
@@ -10,7 +10,7 @@ Enum GroupUpdateType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [CreateGroupDenied](generated_client.GroupUpdateType.md#creategroupdenied)
- [GroupDoesNotExist](generated_client.GroupUpdateType.md#groupdoesnotexist)
@@ -24,112 +24,112 @@ Enum GroupUpdateType.
- [UserJoined](generated_client.GroupUpdateType.md#userjoined)
- [UserLeft](generated_client.GroupUpdateType.md#userleft)
-## Enumeration Members
+## Enumeration members
### CreateGroupDenied
-• **CreateGroupDenied**
+• **CreateGroupDenied** = `"CreateGroupDenied"`
#### Defined in
-[generated-client/models/group-update-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L32)
+[generated-client/models/group-update-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L32)
___
### GroupDoesNotExist
-• **GroupDoesNotExist**
+• **GroupDoesNotExist** = `"GroupDoesNotExist"`
#### Defined in
-[generated-client/models/group-update-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L31)
+[generated-client/models/group-update-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L31)
___
### GroupJoined
-• **GroupJoined**
+• **GroupJoined** = `"GroupJoined"`
#### Defined in
-[generated-client/models/group-update-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L26)
+[generated-client/models/group-update-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L26)
___
### GroupLeft
-• **GroupLeft**
+• **GroupLeft** = `"GroupLeft"`
#### Defined in
-[generated-client/models/group-update-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L27)
+[generated-client/models/group-update-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L27)
___
### JoinGroupDenied
-• **JoinGroupDenied**
+• **JoinGroupDenied** = `"JoinGroupDenied"`
#### Defined in
-[generated-client/models/group-update-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L33)
+[generated-client/models/group-update-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L33)
___
### LibraryAccessDenied
-• **LibraryAccessDenied**
+• **LibraryAccessDenied** = `"LibraryAccessDenied"`
#### Defined in
-[generated-client/models/group-update-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L34)
+[generated-client/models/group-update-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L34)
___
### NotInGroup
-• **NotInGroup**
+• **NotInGroup** = `"NotInGroup"`
#### Defined in
-[generated-client/models/group-update-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L30)
+[generated-client/models/group-update-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L30)
___
### PlayQueue
-• **PlayQueue**
+• **PlayQueue** = `"PlayQueue"`
#### Defined in
-[generated-client/models/group-update-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L29)
+[generated-client/models/group-update-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L29)
___
### StateUpdate
-• **StateUpdate**
+• **StateUpdate** = `"StateUpdate"`
#### Defined in
-[generated-client/models/group-update-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L28)
+[generated-client/models/group-update-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L28)
___
### UserJoined
-• **UserJoined**
+• **UserJoined** = `"UserJoined"`
#### Defined in
-[generated-client/models/group-update-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L24)
+[generated-client/models/group-update-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L24)
___
### UserLeft
-• **UserLeft**
+• **UserLeft** = `"UserLeft"`
#### Defined in
-[generated-client/models/group-update-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-update-type.ts#L25)
+[generated-client/models/group-update-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-update-type.ts#L25)
diff --git a/docs/enums/generated_client.HardwareEncodingType.md b/docs/enums/generated_client.HardwareEncodingType.md
new file mode 100644
index 000000000..fcf45bed7
--- /dev/null
+++ b/docs/enums/generated_client.HardwareEncodingType.md
@@ -0,0 +1,80 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / HardwareEncodingType
+
+# Enumeration: HardwareEncodingType
+
+[generated-client](../modules/generated_client.md).HardwareEncodingType
+
+Enum HardwareEncodingType.
+
+**`export`**
+
+## Table of contents
+
+### Enumeration members
+
+- [Amf](generated_client.HardwareEncodingType.md#amf)
+- [Nvenc](generated_client.HardwareEncodingType.md#nvenc)
+- [Qsv](generated_client.HardwareEncodingType.md#qsv)
+- [V4L2M2M](generated_client.HardwareEncodingType.md#v4l2m2m)
+- [Vaapi](generated_client.HardwareEncodingType.md#vaapi)
+- [VideoToolBox](generated_client.HardwareEncodingType.md#videotoolbox)
+
+## Enumeration members
+
+### Amf
+
+• **Amf** = `"AMF"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L24)
+
+___
+
+### Nvenc
+
+• **Nvenc** = `"NVENC"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L26)
+
+___
+
+### Qsv
+
+• **Qsv** = `"QSV"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L25)
+
+___
+
+### V4L2M2M
+
+• **V4L2M2M** = `"V4L2M2M"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L27)
+
+___
+
+### Vaapi
+
+• **Vaapi** = `"VAAPI"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L28)
+
+___
+
+### VideoToolBox
+
+• **VideoToolBox** = `"VideoToolBox"`
+
+#### Defined in
+
+[generated-client/models/hardware-encoding-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/hardware-encoding-type.ts#L29)
diff --git a/docs/enums/generated_client.HeaderMatchType.md b/docs/enums/generated_client.HeaderMatchType.md
index 0fc718728..ee5be8f37 100644
--- a/docs/enums/generated_client.HeaderMatchType.md
+++ b/docs/enums/generated_client.HeaderMatchType.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Equals](generated_client.HeaderMatchType.md#equals)
- [Regex](generated_client.HeaderMatchType.md#regex)
- [Substring](generated_client.HeaderMatchType.md#substring)
-## Enumeration Members
+## Enumeration members
### Equals
-• **Equals**
+• **Equals** = `"Equals"`
#### Defined in
-[generated-client/models/header-match-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/header-match-type.ts#L24)
+[generated-client/models/header-match-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/header-match-type.ts#L24)
___
### Regex
-• **Regex**
+• **Regex** = `"Regex"`
#### Defined in
-[generated-client/models/header-match-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/header-match-type.ts#L25)
+[generated-client/models/header-match-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/header-match-type.ts#L25)
___
### Substring
-• **Substring**
+• **Substring** = `"Substring"`
#### Defined in
-[generated-client/models/header-match-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/header-match-type.ts#L26)
+[generated-client/models/header-match-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/header-match-type.ts#L26)
diff --git a/docs/enums/generated_client.ImageFormat.md b/docs/enums/generated_client.ImageFormat.md
index a63203758..53eb34254 100644
--- a/docs/enums/generated_client.ImageFormat.md
+++ b/docs/enums/generated_client.ImageFormat.md
@@ -10,7 +10,7 @@ Enum ImageOutputFormat.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Bmp](generated_client.ImageFormat.md#bmp)
- [Gif](generated_client.ImageFormat.md#gif)
@@ -18,52 +18,52 @@ Enum ImageOutputFormat.
- [Png](generated_client.ImageFormat.md#png)
- [Webp](generated_client.ImageFormat.md#webp)
-## Enumeration Members
+## Enumeration members
### Bmp
-• **Bmp**
+• **Bmp** = `"Bmp"`
#### Defined in
-[generated-client/models/image-format.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-format.ts#L24)
+[generated-client/models/image-format.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-format.ts#L24)
___
### Gif
-• **Gif**
+• **Gif** = `"Gif"`
#### Defined in
-[generated-client/models/image-format.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-format.ts#L25)
+[generated-client/models/image-format.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-format.ts#L25)
___
### Jpg
-• **Jpg**
+• **Jpg** = `"Jpg"`
#### Defined in
-[generated-client/models/image-format.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-format.ts#L26)
+[generated-client/models/image-format.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-format.ts#L26)
___
### Png
-• **Png**
+• **Png** = `"Png"`
#### Defined in
-[generated-client/models/image-format.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-format.ts#L27)
+[generated-client/models/image-format.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-format.ts#L27)
___
### Webp
-• **Webp**
+• **Webp** = `"Webp"`
#### Defined in
-[generated-client/models/image-format.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-format.ts#L28)
+[generated-client/models/image-format.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-format.ts#L28)
diff --git a/docs/enums/generated_client.ImageOrientation.md b/docs/enums/generated_client.ImageOrientation.md
index 90b32c627..d61f28385 100644
--- a/docs/enums/generated_client.ImageOrientation.md
+++ b/docs/enums/generated_client.ImageOrientation.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [BottomLeft](generated_client.ImageOrientation.md#bottomleft)
- [BottomRight](generated_client.ImageOrientation.md#bottomright)
@@ -19,82 +19,82 @@
- [TopLeft](generated_client.ImageOrientation.md#topleft)
- [TopRight](generated_client.ImageOrientation.md#topright)
-## Enumeration Members
+## Enumeration members
### BottomLeft
-• **BottomLeft**
+• **BottomLeft** = `"BottomLeft"`
#### Defined in
-[generated-client/models/image-orientation.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L27)
+[generated-client/models/image-orientation.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L27)
___
### BottomRight
-• **BottomRight**
+• **BottomRight** = `"BottomRight"`
#### Defined in
-[generated-client/models/image-orientation.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L26)
+[generated-client/models/image-orientation.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L26)
___
### LeftBottom
-• **LeftBottom**
+• **LeftBottom** = `"LeftBottom"`
#### Defined in
-[generated-client/models/image-orientation.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L31)
+[generated-client/models/image-orientation.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L31)
___
### LeftTop
-• **LeftTop**
+• **LeftTop** = `"LeftTop"`
#### Defined in
-[generated-client/models/image-orientation.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L28)
+[generated-client/models/image-orientation.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L28)
___
### RightBottom
-• **RightBottom**
+• **RightBottom** = `"RightBottom"`
#### Defined in
-[generated-client/models/image-orientation.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L30)
+[generated-client/models/image-orientation.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L30)
___
### RightTop
-• **RightTop**
+• **RightTop** = `"RightTop"`
#### Defined in
-[generated-client/models/image-orientation.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L29)
+[generated-client/models/image-orientation.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L29)
___
### TopLeft
-• **TopLeft**
+• **TopLeft** = `"TopLeft"`
#### Defined in
-[generated-client/models/image-orientation.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L24)
+[generated-client/models/image-orientation.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L24)
___
### TopRight
-• **TopRight**
+• **TopRight** = `"TopRight"`
#### Defined in
-[generated-client/models/image-orientation.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-orientation.ts#L25)
+[generated-client/models/image-orientation.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-orientation.ts#L25)
diff --git a/docs/enums/generated_client.ImageSavingConvention.md b/docs/enums/generated_client.ImageSavingConvention.md
index 636cdd3f7..5edf5683b 100644
--- a/docs/enums/generated_client.ImageSavingConvention.md
+++ b/docs/enums/generated_client.ImageSavingConvention.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Compatible](generated_client.ImageSavingConvention.md#compatible)
- [Legacy](generated_client.ImageSavingConvention.md#legacy)
-## Enumeration Members
+## Enumeration members
### Compatible
-• **Compatible**
+• **Compatible** = `"Compatible"`
#### Defined in
-[generated-client/models/image-saving-convention.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-saving-convention.ts#L25)
+[generated-client/models/image-saving-convention.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-saving-convention.ts#L25)
___
### Legacy
-• **Legacy**
+• **Legacy** = `"Legacy"`
#### Defined in
-[generated-client/models/image-saving-convention.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-saving-convention.ts#L24)
+[generated-client/models/image-saving-convention.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-saving-convention.ts#L24)
diff --git a/docs/enums/generated_client.ImageType.md b/docs/enums/generated_client.ImageType.md
index 68ace13f1..abb8241de 100644
--- a/docs/enums/generated_client.ImageType.md
+++ b/docs/enums/generated_client.ImageType.md
@@ -10,7 +10,7 @@ Enum ImageType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Art](generated_client.ImageType.md#art)
- [Backdrop](generated_client.ImageType.md#backdrop)
@@ -26,132 +26,132 @@ Enum ImageType.
- [Screenshot](generated_client.ImageType.md#screenshot)
- [Thumb](generated_client.ImageType.md#thumb)
-## Enumeration Members
+## Enumeration members
### Art
-• **Art**
+• **Art** = `"Art"`
#### Defined in
-[generated-client/models/image-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L25)
+[generated-client/models/image-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L25)
___
### Backdrop
-• **Backdrop**
+• **Backdrop** = `"Backdrop"`
#### Defined in
-[generated-client/models/image-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L26)
+[generated-client/models/image-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L26)
___
### Banner
-• **Banner**
+• **Banner** = `"Banner"`
#### Defined in
-[generated-client/models/image-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L27)
+[generated-client/models/image-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L27)
___
### Box
-• **Box**
+• **Box** = `"Box"`
#### Defined in
-[generated-client/models/image-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L31)
+[generated-client/models/image-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L31)
___
### BoxRear
-• **BoxRear**
+• **BoxRear** = `"BoxRear"`
#### Defined in
-[generated-client/models/image-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L35)
+[generated-client/models/image-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L35)
___
### Chapter
-• **Chapter**
+• **Chapter** = `"Chapter"`
#### Defined in
-[generated-client/models/image-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L34)
+[generated-client/models/image-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L34)
___
### Disc
-• **Disc**
+• **Disc** = `"Disc"`
#### Defined in
-[generated-client/models/image-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L30)
+[generated-client/models/image-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L30)
___
### Logo
-• **Logo**
+• **Logo** = `"Logo"`
#### Defined in
-[generated-client/models/image-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L28)
+[generated-client/models/image-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L28)
___
### Menu
-• **Menu**
+• **Menu** = `"Menu"`
#### Defined in
-[generated-client/models/image-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L33)
+[generated-client/models/image-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L33)
___
### Primary
-• **Primary**
+• **Primary** = `"Primary"`
#### Defined in
-[generated-client/models/image-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L24)
+[generated-client/models/image-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L24)
___
### Profile
-• **Profile**
+• **Profile** = `"Profile"`
#### Defined in
-[generated-client/models/image-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L36)
+[generated-client/models/image-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L36)
___
### Screenshot
-• **Screenshot**
+• **Screenshot** = `"Screenshot"`
#### Defined in
-[generated-client/models/image-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L32)
+[generated-client/models/image-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L32)
___
### Thumb
-• **Thumb**
+• **Thumb** = `"Thumb"`
#### Defined in
-[generated-client/models/image-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-type.ts#L29)
+[generated-client/models/image-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-type.ts#L29)
diff --git a/docs/enums/generated_client.IsoType.md b/docs/enums/generated_client.IsoType.md
index 161be88a6..bdc19c981 100644
--- a/docs/enums/generated_client.IsoType.md
+++ b/docs/enums/generated_client.IsoType.md
@@ -10,27 +10,27 @@ Enum IsoType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [BluRay](generated_client.IsoType.md#bluray)
- [Dvd](generated_client.IsoType.md#dvd)
-## Enumeration Members
+## Enumeration members
### BluRay
-• **BluRay**
+• **BluRay** = `"BluRay"`
#### Defined in
-[generated-client/models/iso-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iso-type.ts#L25)
+[generated-client/models/iso-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iso-type.ts#L25)
___
### Dvd
-• **Dvd**
+• **Dvd** = `"Dvd"`
#### Defined in
-[generated-client/models/iso-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iso-type.ts#L24)
+[generated-client/models/iso-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iso-type.ts#L24)
diff --git a/docs/enums/generated_client.ItemFields.md b/docs/enums/generated_client.ItemFields.md
index cbef97176..a9ec5479d 100644
--- a/docs/enums/generated_client.ItemFields.md
+++ b/docs/enums/generated_client.ItemFields.md
@@ -10,7 +10,7 @@ Used to control the data that gets attached to DtoBaseItems.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [AirTime](generated_client.ItemFields.md#airtime)
- [BasicSyncInfo](generated_client.ItemFields.md#basicsyncinfo)
@@ -74,612 +74,612 @@ Used to control the data that gets attached to DtoBaseItems.
- [ThemeVideoIds](generated_client.ItemFields.md#themevideoids)
- [Width](generated_client.ItemFields.md#width)
-## Enumeration Members
+## Enumeration members
### AirTime
-• **AirTime**
+• **AirTime** = `"AirTime"`
#### Defined in
-[generated-client/models/item-fields.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L24)
+[generated-client/models/item-fields.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L24)
___
### BasicSyncInfo
-• **BasicSyncInfo**
+• **BasicSyncInfo** = `"BasicSyncInfo"`
#### Defined in
-[generated-client/models/item-fields.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L59)
+[generated-client/models/item-fields.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L59)
___
### CanDelete
-• **CanDelete**
+• **CanDelete** = `"CanDelete"`
#### Defined in
-[generated-client/models/item-fields.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L25)
+[generated-client/models/item-fields.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L25)
___
### CanDownload
-• **CanDownload**
+• **CanDownload** = `"CanDownload"`
#### Defined in
-[generated-client/models/item-fields.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L26)
+[generated-client/models/item-fields.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L26)
___
### ChannelImage
-• **ChannelImage**
+• **ChannelImage** = `"ChannelImage"`
#### Defined in
-[generated-client/models/item-fields.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L77)
+[generated-client/models/item-fields.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L77)
___
### ChannelInfo
-• **ChannelInfo**
+• **ChannelInfo** = `"ChannelInfo"`
#### Defined in
-[generated-client/models/item-fields.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L27)
+[generated-client/models/item-fields.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L27)
___
### Chapters
-• **Chapters**
+• **Chapters** = `"Chapters"`
#### Defined in
-[generated-client/models/item-fields.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L28)
+[generated-client/models/item-fields.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L28)
___
### ChildCount
-• **ChildCount**
+• **ChildCount** = `"ChildCount"`
#### Defined in
-[generated-client/models/item-fields.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L29)
+[generated-client/models/item-fields.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L29)
___
### CumulativeRunTimeTicks
-• **CumulativeRunTimeTicks**
+• **CumulativeRunTimeTicks** = `"CumulativeRunTimeTicks"`
#### Defined in
-[generated-client/models/item-fields.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L30)
+[generated-client/models/item-fields.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L30)
___
### CustomRating
-• **CustomRating**
+• **CustomRating** = `"CustomRating"`
#### Defined in
-[generated-client/models/item-fields.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L31)
+[generated-client/models/item-fields.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L31)
___
### DateCreated
-• **DateCreated**
+• **DateCreated** = `"DateCreated"`
#### Defined in
-[generated-client/models/item-fields.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L32)
+[generated-client/models/item-fields.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L32)
___
### DateLastMediaAdded
-• **DateLastMediaAdded**
+• **DateLastMediaAdded** = `"DateLastMediaAdded"`
#### Defined in
-[generated-client/models/item-fields.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L33)
+[generated-client/models/item-fields.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L33)
___
### DateLastRefreshed
-• **DateLastRefreshed**
+• **DateLastRefreshed** = `"DateLastRefreshed"`
#### Defined in
-[generated-client/models/item-fields.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L74)
+[generated-client/models/item-fields.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L74)
___
### DateLastSaved
-• **DateLastSaved**
+• **DateLastSaved** = `"DateLastSaved"`
#### Defined in
-[generated-client/models/item-fields.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L75)
+[generated-client/models/item-fields.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L75)
___
### DisplayPreferencesId
-• **DisplayPreferencesId**
+• **DisplayPreferencesId** = `"DisplayPreferencesId"`
#### Defined in
-[generated-client/models/item-fields.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L34)
+[generated-client/models/item-fields.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L34)
___
### EnableMediaSourceDisplay
-• **EnableMediaSourceDisplay**
+• **EnableMediaSourceDisplay** = `"EnableMediaSourceDisplay"`
#### Defined in
-[generated-client/models/item-fields.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L78)
+[generated-client/models/item-fields.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L78)
___
### Etag
-• **Etag**
+• **Etag** = `"Etag"`
#### Defined in
-[generated-client/models/item-fields.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L35)
+[generated-client/models/item-fields.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L35)
___
### ExternalEtag
-• **ExternalEtag**
+• **ExternalEtag** = `"ExternalEtag"`
#### Defined in
-[generated-client/models/item-fields.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L69)
+[generated-client/models/item-fields.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L69)
___
### ExternalSeriesId
-• **ExternalSeriesId**
+• **ExternalSeriesId** = `"ExternalSeriesId"`
#### Defined in
-[generated-client/models/item-fields.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L72)
+[generated-client/models/item-fields.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L72)
___
### ExternalUrls
-• **ExternalUrls**
+• **ExternalUrls** = `"ExternalUrls"`
#### Defined in
-[generated-client/models/item-fields.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L36)
+[generated-client/models/item-fields.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L36)
___
### ExtraIds
-• **ExtraIds**
+• **ExtraIds** = `"ExtraIds"`
#### Defined in
-[generated-client/models/item-fields.ts:81](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L81)
+[generated-client/models/item-fields.ts:81](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L81)
___
### Genres
-• **Genres**
+• **Genres** = `"Genres"`
#### Defined in
-[generated-client/models/item-fields.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L37)
+[generated-client/models/item-fields.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L37)
___
### Height
-• **Height**
+• **Height** = `"Height"`
#### Defined in
-[generated-client/models/item-fields.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L80)
+[generated-client/models/item-fields.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L80)
___
### HomePageUrl
-• **HomePageUrl**
+• **HomePageUrl** = `"HomePageUrl"`
#### Defined in
-[generated-client/models/item-fields.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L38)
+[generated-client/models/item-fields.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L38)
___
### InheritedParentalRatingValue
-• **InheritedParentalRatingValue**
+• **InheritedParentalRatingValue** = `"InheritedParentalRatingValue"`
#### Defined in
-[generated-client/models/item-fields.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L71)
+[generated-client/models/item-fields.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L71)
___
### IsHd
-• **IsHd**
+• **IsHd** = `"IsHD"`
#### Defined in
-[generated-client/models/item-fields.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L83)
+[generated-client/models/item-fields.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L83)
___
### ItemCounts
-• **ItemCounts**
+• **ItemCounts** = `"ItemCounts"`
#### Defined in
-[generated-client/models/item-fields.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L39)
+[generated-client/models/item-fields.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L39)
___
### LocalTrailerCount
-• **LocalTrailerCount**
+• **LocalTrailerCount** = `"LocalTrailerCount"`
#### Defined in
-[generated-client/models/item-fields.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L82)
+[generated-client/models/item-fields.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L82)
___
### MediaSourceCount
-• **MediaSourceCount**
+• **MediaSourceCount** = `"MediaSourceCount"`
#### Defined in
-[generated-client/models/item-fields.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L40)
+[generated-client/models/item-fields.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L40)
___
### MediaSources
-• **MediaSources**
+• **MediaSources** = `"MediaSources"`
#### Defined in
-[generated-client/models/item-fields.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L41)
+[generated-client/models/item-fields.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L41)
___
### MediaStreams
-• **MediaStreams**
+• **MediaStreams** = `"MediaStreams"`
#### Defined in
-[generated-client/models/item-fields.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L64)
+[generated-client/models/item-fields.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L64)
___
### OriginalTitle
-• **OriginalTitle**
+• **OriginalTitle** = `"OriginalTitle"`
#### Defined in
-[generated-client/models/item-fields.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L42)
+[generated-client/models/item-fields.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L42)
___
### Overview
-• **Overview**
+• **Overview** = `"Overview"`
#### Defined in
-[generated-client/models/item-fields.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L43)
+[generated-client/models/item-fields.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L43)
___
### ParentId
-• **ParentId**
+• **ParentId** = `"ParentId"`
#### Defined in
-[generated-client/models/item-fields.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L44)
+[generated-client/models/item-fields.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L44)
___
### Path
-• **Path**
+• **Path** = `"Path"`
#### Defined in
-[generated-client/models/item-fields.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L45)
+[generated-client/models/item-fields.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L45)
___
### People
-• **People**
+• **People** = `"People"`
#### Defined in
-[generated-client/models/item-fields.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L46)
+[generated-client/models/item-fields.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L46)
___
### PlayAccess
-• **PlayAccess**
+• **PlayAccess** = `"PlayAccess"`
#### Defined in
-[generated-client/models/item-fields.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L47)
+[generated-client/models/item-fields.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L47)
___
### PresentationUniqueKey
-• **PresentationUniqueKey**
+• **PresentationUniqueKey** = `"PresentationUniqueKey"`
#### Defined in
-[generated-client/models/item-fields.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L70)
+[generated-client/models/item-fields.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L70)
___
### PrimaryImageAspectRatio
-• **PrimaryImageAspectRatio**
+• **PrimaryImageAspectRatio** = `"PrimaryImageAspectRatio"`
#### Defined in
-[generated-client/models/item-fields.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L50)
+[generated-client/models/item-fields.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L50)
___
### ProductionLocations
-• **ProductionLocations**
+• **ProductionLocations** = `"ProductionLocations"`
#### Defined in
-[generated-client/models/item-fields.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L48)
+[generated-client/models/item-fields.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L48)
___
### ProviderIds
-• **ProviderIds**
+• **ProviderIds** = `"ProviderIds"`
#### Defined in
-[generated-client/models/item-fields.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L49)
+[generated-client/models/item-fields.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L49)
___
### RecursiveItemCount
-• **RecursiveItemCount**
+• **RecursiveItemCount** = `"RecursiveItemCount"`
#### Defined in
-[generated-client/models/item-fields.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L51)
+[generated-client/models/item-fields.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L51)
___
### RefreshState
-• **RefreshState**
+• **RefreshState** = `"RefreshState"`
#### Defined in
-[generated-client/models/item-fields.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L76)
+[generated-client/models/item-fields.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L76)
___
### RemoteTrailers
-• **RemoteTrailers**
+• **RemoteTrailers** = `"RemoteTrailers"`
#### Defined in
-[generated-client/models/item-fields.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L63)
+[generated-client/models/item-fields.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L63)
___
### ScreenshotImageTags
-• **ScreenshotImageTags**
+• **ScreenshotImageTags** = `"ScreenshotImageTags"`
#### Defined in
-[generated-client/models/item-fields.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L53)
+[generated-client/models/item-fields.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L53)
___
### SeasonUserData
-• **SeasonUserData**
+• **SeasonUserData** = `"SeasonUserData"`
#### Defined in
-[generated-client/models/item-fields.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L65)
+[generated-client/models/item-fields.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L65)
___
### SeriesPresentationUniqueKey
-• **SeriesPresentationUniqueKey**
+• **SeriesPresentationUniqueKey** = `"SeriesPresentationUniqueKey"`
#### Defined in
-[generated-client/models/item-fields.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L73)
+[generated-client/models/item-fields.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L73)
___
### SeriesPrimaryImage
-• **SeriesPrimaryImage**
+• **SeriesPrimaryImage** = `"SeriesPrimaryImage"`
#### Defined in
-[generated-client/models/item-fields.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L54)
+[generated-client/models/item-fields.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L54)
___
### SeriesStudio
-• **SeriesStudio**
+• **SeriesStudio** = `"SeriesStudio"`
#### Defined in
-[generated-client/models/item-fields.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L55)
+[generated-client/models/item-fields.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L55)
___
### ServiceName
-• **ServiceName**
+• **ServiceName** = `"ServiceName"`
#### Defined in
-[generated-client/models/item-fields.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L66)
+[generated-client/models/item-fields.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L66)
___
### Settings
-• **Settings**
+• **Settings** = `"Settings"`
#### Defined in
-[generated-client/models/item-fields.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L52)
+[generated-client/models/item-fields.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L52)
___
### SortName
-• **SortName**
+• **SortName** = `"SortName"`
#### Defined in
-[generated-client/models/item-fields.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L56)
+[generated-client/models/item-fields.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L56)
___
### SpecialEpisodeNumbers
-• **SpecialEpisodeNumbers**
+• **SpecialEpisodeNumbers** = `"SpecialEpisodeNumbers"`
#### Defined in
-[generated-client/models/item-fields.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L57)
+[generated-client/models/item-fields.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L57)
___
### SpecialFeatureCount
-• **SpecialFeatureCount**
+• **SpecialFeatureCount** = `"SpecialFeatureCount"`
#### Defined in
-[generated-client/models/item-fields.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L84)
+[generated-client/models/item-fields.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L84)
___
### Studios
-• **Studios**
+• **Studios** = `"Studios"`
#### Defined in
-[generated-client/models/item-fields.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L58)
+[generated-client/models/item-fields.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L58)
___
### SyncInfo
-• **SyncInfo**
+• **SyncInfo** = `"SyncInfo"`
#### Defined in
-[generated-client/models/item-fields.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L60)
+[generated-client/models/item-fields.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L60)
___
### Taglines
-• **Taglines**
+• **Taglines** = `"Taglines"`
#### Defined in
-[generated-client/models/item-fields.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L61)
+[generated-client/models/item-fields.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L61)
___
### Tags
-• **Tags**
+• **Tags** = `"Tags"`
#### Defined in
-[generated-client/models/item-fields.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L62)
+[generated-client/models/item-fields.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L62)
___
### ThemeSongIds
-• **ThemeSongIds**
+• **ThemeSongIds** = `"ThemeSongIds"`
#### Defined in
-[generated-client/models/item-fields.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L67)
+[generated-client/models/item-fields.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L67)
___
### ThemeVideoIds
-• **ThemeVideoIds**
+• **ThemeVideoIds** = `"ThemeVideoIds"`
#### Defined in
-[generated-client/models/item-fields.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L68)
+[generated-client/models/item-fields.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L68)
___
### Width
-• **Width**
+• **Width** = `"Width"`
#### Defined in
-[generated-client/models/item-fields.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-fields.ts#L79)
+[generated-client/models/item-fields.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-fields.ts#L79)
diff --git a/docs/enums/generated_client.ItemFilter.md b/docs/enums/generated_client.ItemFilter.md
index 02296333f..a7a965a5d 100644
--- a/docs/enums/generated_client.ItemFilter.md
+++ b/docs/enums/generated_client.ItemFilter.md
@@ -10,7 +10,7 @@ Enum ItemFilter.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Dislikes](generated_client.ItemFilter.md#dislikes)
- [IsFavorite](generated_client.ItemFilter.md#isfavorite)
@@ -22,92 +22,92 @@ Enum ItemFilter.
- [IsUnplayed](generated_client.ItemFilter.md#isunplayed)
- [Likes](generated_client.ItemFilter.md#likes)
-## Enumeration Members
+## Enumeration members
### Dislikes
-• **Dislikes**
+• **Dislikes** = `"Dislikes"`
#### Defined in
-[generated-client/models/item-filter.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L31)
+[generated-client/models/item-filter.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L31)
___
### IsFavorite
-• **IsFavorite**
+• **IsFavorite** = `"IsFavorite"`
#### Defined in
-[generated-client/models/item-filter.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L28)
+[generated-client/models/item-filter.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L28)
___
### IsFavoriteOrLikes
-• **IsFavoriteOrLikes**
+• **IsFavoriteOrLikes** = `"IsFavoriteOrLikes"`
#### Defined in
-[generated-client/models/item-filter.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L32)
+[generated-client/models/item-filter.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L32)
___
### IsFolder
-• **IsFolder**
+• **IsFolder** = `"IsFolder"`
#### Defined in
-[generated-client/models/item-filter.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L24)
+[generated-client/models/item-filter.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L24)
___
### IsNotFolder
-• **IsNotFolder**
+• **IsNotFolder** = `"IsNotFolder"`
#### Defined in
-[generated-client/models/item-filter.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L25)
+[generated-client/models/item-filter.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L25)
___
### IsPlayed
-• **IsPlayed**
+• **IsPlayed** = `"IsPlayed"`
#### Defined in
-[generated-client/models/item-filter.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L27)
+[generated-client/models/item-filter.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L27)
___
### IsResumable
-• **IsResumable**
+• **IsResumable** = `"IsResumable"`
#### Defined in
-[generated-client/models/item-filter.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L29)
+[generated-client/models/item-filter.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L29)
___
### IsUnplayed
-• **IsUnplayed**
+• **IsUnplayed** = `"IsUnplayed"`
#### Defined in
-[generated-client/models/item-filter.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L26)
+[generated-client/models/item-filter.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L26)
___
### Likes
-• **Likes**
+• **Likes** = `"Likes"`
#### Defined in
-[generated-client/models/item-filter.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-filter.ts#L30)
+[generated-client/models/item-filter.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-filter.ts#L30)
diff --git a/docs/enums/generated_client.KeepUntil.md b/docs/enums/generated_client.KeepUntil.md
index e0e4ccbd7..441962272 100644
--- a/docs/enums/generated_client.KeepUntil.md
+++ b/docs/enums/generated_client.KeepUntil.md
@@ -8,49 +8,49 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [UntilDate](generated_client.KeepUntil.md#untildate)
- [UntilDeleted](generated_client.KeepUntil.md#untildeleted)
- [UntilSpaceNeeded](generated_client.KeepUntil.md#untilspaceneeded)
- [UntilWatched](generated_client.KeepUntil.md#untilwatched)
-## Enumeration Members
+## Enumeration members
### UntilDate
-• **UntilDate**
+• **UntilDate** = `"UntilDate"`
#### Defined in
-[generated-client/models/keep-until.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/keep-until.ts#L27)
+[generated-client/models/keep-until.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/keep-until.ts#L27)
___
### UntilDeleted
-• **UntilDeleted**
+• **UntilDeleted** = `"UntilDeleted"`
#### Defined in
-[generated-client/models/keep-until.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/keep-until.ts#L24)
+[generated-client/models/keep-until.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/keep-until.ts#L24)
___
### UntilSpaceNeeded
-• **UntilSpaceNeeded**
+• **UntilSpaceNeeded** = `"UntilSpaceNeeded"`
#### Defined in
-[generated-client/models/keep-until.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/keep-until.ts#L25)
+[generated-client/models/keep-until.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/keep-until.ts#L25)
___
### UntilWatched
-• **UntilWatched**
+• **UntilWatched** = `"UntilWatched"`
#### Defined in
-[generated-client/models/keep-until.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/keep-until.ts#L26)
+[generated-client/models/keep-until.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/keep-until.ts#L26)
diff --git a/docs/enums/generated_client.LiveTvServiceStatus.md b/docs/enums/generated_client.LiveTvServiceStatus.md
index 247890596..ba0a579ef 100644
--- a/docs/enums/generated_client.LiveTvServiceStatus.md
+++ b/docs/enums/generated_client.LiveTvServiceStatus.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Ok](generated_client.LiveTvServiceStatus.md#ok)
- [Unavailable](generated_client.LiveTvServiceStatus.md#unavailable)
-## Enumeration Members
+## Enumeration members
### Ok
-• **Ok**
+• **Ok** = `"Ok"`
#### Defined in
-[generated-client/models/live-tv-service-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-status.ts#L24)
+[generated-client/models/live-tv-service-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-status.ts#L24)
___
### Unavailable
-• **Unavailable**
+• **Unavailable** = `"Unavailable"`
#### Defined in
-[generated-client/models/live-tv-service-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-status.ts#L25)
+[generated-client/models/live-tv-service-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-status.ts#L25)
diff --git a/docs/enums/generated_client.LocationType.md b/docs/enums/generated_client.LocationType.md
index 0f522eada..042e34ebb 100644
--- a/docs/enums/generated_client.LocationType.md
+++ b/docs/enums/generated_client.LocationType.md
@@ -10,49 +10,49 @@ Enum LocationType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [FileSystem](generated_client.LocationType.md#filesystem)
- [Offline](generated_client.LocationType.md#offline)
- [Remote](generated_client.LocationType.md#remote)
- [Virtual](generated_client.LocationType.md#virtual)
-## Enumeration Members
+## Enumeration members
### FileSystem
-• **FileSystem**
+• **FileSystem** = `"FileSystem"`
#### Defined in
-[generated-client/models/location-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/location-type.ts#L24)
+[generated-client/models/location-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/location-type.ts#L24)
___
### Offline
-• **Offline**
+• **Offline** = `"Offline"`
#### Defined in
-[generated-client/models/location-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/location-type.ts#L27)
+[generated-client/models/location-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/location-type.ts#L27)
___
### Remote
-• **Remote**
+• **Remote** = `"Remote"`
#### Defined in
-[generated-client/models/location-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/location-type.ts#L25)
+[generated-client/models/location-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/location-type.ts#L25)
___
### Virtual
-• **Virtual**
+• **Virtual** = `"Virtual"`
#### Defined in
-[generated-client/models/location-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/location-type.ts#L26)
+[generated-client/models/location-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/location-type.ts#L26)
diff --git a/docs/enums/generated_client.LogLevel.md b/docs/enums/generated_client.LogLevel.md
index 32b2af0d1..c60b67efd 100644
--- a/docs/enums/generated_client.LogLevel.md
+++ b/docs/enums/generated_client.LogLevel.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Critical](generated_client.LogLevel.md#critical)
- [Debug](generated_client.LogLevel.md#debug)
@@ -18,72 +18,72 @@
- [Trace](generated_client.LogLevel.md#trace)
- [Warning](generated_client.LogLevel.md#warning)
-## Enumeration Members
+## Enumeration members
### Critical
-• **Critical**
+• **Critical** = `"Critical"`
#### Defined in
-[generated-client/models/log-level.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L29)
+[generated-client/models/log-level.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L29)
___
### Debug
-• **Debug**
+• **Debug** = `"Debug"`
#### Defined in
-[generated-client/models/log-level.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L25)
+[generated-client/models/log-level.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L25)
___
### Error
-• **Error**
+• **Error** = `"Error"`
#### Defined in
-[generated-client/models/log-level.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L28)
+[generated-client/models/log-level.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L28)
___
### Information
-• **Information**
+• **Information** = `"Information"`
#### Defined in
-[generated-client/models/log-level.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L26)
+[generated-client/models/log-level.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L26)
___
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/log-level.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L30)
+[generated-client/models/log-level.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L30)
___
### Trace
-• **Trace**
+• **Trace** = `"Trace"`
#### Defined in
-[generated-client/models/log-level.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L24)
+[generated-client/models/log-level.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L24)
___
### Warning
-• **Warning**
+• **Warning** = `"Warning"`
#### Defined in
-[generated-client/models/log-level.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-level.ts#L27)
+[generated-client/models/log-level.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-level.ts#L27)
diff --git a/docs/enums/generated_client.MediaProtocol.md b/docs/enums/generated_client.MediaProtocol.md
index 2ab5391bf..62d5a7178 100644
--- a/docs/enums/generated_client.MediaProtocol.md
+++ b/docs/enums/generated_client.MediaProtocol.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [File](generated_client.MediaProtocol.md#file)
- [Ftp](generated_client.MediaProtocol.md#ftp)
@@ -18,72 +18,72 @@
- [Rtsp](generated_client.MediaProtocol.md#rtsp)
- [Udp](generated_client.MediaProtocol.md#udp)
-## Enumeration Members
+## Enumeration members
### File
-• **File**
+• **File** = `"File"`
#### Defined in
-[generated-client/models/media-protocol.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L24)
+[generated-client/models/media-protocol.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L24)
___
### Ftp
-• **Ftp**
+• **Ftp** = `"Ftp"`
#### Defined in
-[generated-client/models/media-protocol.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L30)
+[generated-client/models/media-protocol.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L30)
___
### Http
-• **Http**
+• **Http** = `"Http"`
#### Defined in
-[generated-client/models/media-protocol.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L25)
+[generated-client/models/media-protocol.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L25)
___
### Rtmp
-• **Rtmp**
+• **Rtmp** = `"Rtmp"`
#### Defined in
-[generated-client/models/media-protocol.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L26)
+[generated-client/models/media-protocol.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L26)
___
### Rtp
-• **Rtp**
+• **Rtp** = `"Rtp"`
#### Defined in
-[generated-client/models/media-protocol.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L29)
+[generated-client/models/media-protocol.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L29)
___
### Rtsp
-• **Rtsp**
+• **Rtsp** = `"Rtsp"`
#### Defined in
-[generated-client/models/media-protocol.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L27)
+[generated-client/models/media-protocol.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L27)
___
### Udp
-• **Udp**
+• **Udp** = `"Udp"`
#### Defined in
-[generated-client/models/media-protocol.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-protocol.ts#L28)
+[generated-client/models/media-protocol.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-protocol.ts#L28)
diff --git a/docs/enums/generated_client.MediaSourceType.md b/docs/enums/generated_client.MediaSourceType.md
index 24c9bb123..48fd6acd5 100644
--- a/docs/enums/generated_client.MediaSourceType.md
+++ b/docs/enums/generated_client.MediaSourceType.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Default](generated_client.MediaSourceType.md#default)
- [Grouping](generated_client.MediaSourceType.md#grouping)
- [Placeholder](generated_client.MediaSourceType.md#placeholder)
-## Enumeration Members
+## Enumeration members
### Default
-• **Default**
+• **Default** = `"Default"`
#### Defined in
-[generated-client/models/media-source-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-type.ts#L24)
+[generated-client/models/media-source-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-type.ts#L24)
___
### Grouping
-• **Grouping**
+• **Grouping** = `"Grouping"`
#### Defined in
-[generated-client/models/media-source-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-type.ts#L25)
+[generated-client/models/media-source-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-type.ts#L25)
___
### Placeholder
-• **Placeholder**
+• **Placeholder** = `"Placeholder"`
#### Defined in
-[generated-client/models/media-source-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-type.ts#L26)
+[generated-client/models/media-source-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-type.ts#L26)
diff --git a/docs/enums/generated_client.MediaStreamType.md b/docs/enums/generated_client.MediaStreamType.md
index 644ae7df7..54f6b9e95 100644
--- a/docs/enums/generated_client.MediaStreamType.md
+++ b/docs/enums/generated_client.MediaStreamType.md
@@ -10,49 +10,49 @@ Enum MediaStreamType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Audio](generated_client.MediaStreamType.md#audio)
- [EmbeddedImage](generated_client.MediaStreamType.md#embeddedimage)
- [Subtitle](generated_client.MediaStreamType.md#subtitle)
- [Video](generated_client.MediaStreamType.md#video)
-## Enumeration Members
+## Enumeration members
### Audio
-• **Audio**
+• **Audio** = `"Audio"`
#### Defined in
-[generated-client/models/media-stream-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream-type.ts#L24)
+[generated-client/models/media-stream-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream-type.ts#L24)
___
### EmbeddedImage
-• **EmbeddedImage**
+• **EmbeddedImage** = `"EmbeddedImage"`
#### Defined in
-[generated-client/models/media-stream-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream-type.ts#L27)
+[generated-client/models/media-stream-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream-type.ts#L27)
___
### Subtitle
-• **Subtitle**
+• **Subtitle** = `"Subtitle"`
#### Defined in
-[generated-client/models/media-stream-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream-type.ts#L26)
+[generated-client/models/media-stream-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream-type.ts#L26)
___
### Video
-• **Video**
+• **Video** = `"Video"`
#### Defined in
-[generated-client/models/media-stream-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream-type.ts#L25)
+[generated-client/models/media-stream-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream-type.ts#L25)
diff --git a/docs/enums/generated_client.MetadataField.md b/docs/enums/generated_client.MetadataField.md
index c49558c77..ef585d6e8 100644
--- a/docs/enums/generated_client.MetadataField.md
+++ b/docs/enums/generated_client.MetadataField.md
@@ -10,7 +10,7 @@ Enum MetadataFields.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Cast](generated_client.MetadataField.md#cast)
- [Genres](generated_client.MetadataField.md#genres)
@@ -22,92 +22,92 @@ Enum MetadataFields.
- [Studios](generated_client.MetadataField.md#studios)
- [Tags](generated_client.MetadataField.md#tags)
-## Enumeration Members
+## Enumeration members
### Cast
-• **Cast**
+• **Cast** = `"Cast"`
#### Defined in
-[generated-client/models/metadata-field.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L24)
+[generated-client/models/metadata-field.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L24)
___
### Genres
-• **Genres**
+• **Genres** = `"Genres"`
#### Defined in
-[generated-client/models/metadata-field.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L25)
+[generated-client/models/metadata-field.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L25)
___
### Name
-• **Name**
+• **Name** = `"Name"`
#### Defined in
-[generated-client/models/metadata-field.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L29)
+[generated-client/models/metadata-field.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L29)
___
### OfficialRating
-• **OfficialRating**
+• **OfficialRating** = `"OfficialRating"`
#### Defined in
-[generated-client/models/metadata-field.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L32)
+[generated-client/models/metadata-field.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L32)
___
### Overview
-• **Overview**
+• **Overview** = `"Overview"`
#### Defined in
-[generated-client/models/metadata-field.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L30)
+[generated-client/models/metadata-field.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L30)
___
### ProductionLocations
-• **ProductionLocations**
+• **ProductionLocations** = `"ProductionLocations"`
#### Defined in
-[generated-client/models/metadata-field.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L26)
+[generated-client/models/metadata-field.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L26)
___
### Runtime
-• **Runtime**
+• **Runtime** = `"Runtime"`
#### Defined in
-[generated-client/models/metadata-field.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L31)
+[generated-client/models/metadata-field.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L31)
___
### Studios
-• **Studios**
+• **Studios** = `"Studios"`
#### Defined in
-[generated-client/models/metadata-field.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L27)
+[generated-client/models/metadata-field.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L27)
___
### Tags
-• **Tags**
+• **Tags** = `"Tags"`
#### Defined in
-[generated-client/models/metadata-field.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-field.ts#L28)
+[generated-client/models/metadata-field.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-field.ts#L28)
diff --git a/docs/enums/generated_client.MetadataRefreshMode.md b/docs/enums/generated_client.MetadataRefreshMode.md
index cc28cfd5b..ea9a19688 100644
--- a/docs/enums/generated_client.MetadataRefreshMode.md
+++ b/docs/enums/generated_client.MetadataRefreshMode.md
@@ -8,49 +8,49 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Default](generated_client.MetadataRefreshMode.md#default)
- [FullRefresh](generated_client.MetadataRefreshMode.md#fullrefresh)
- [None](generated_client.MetadataRefreshMode.md#none)
- [ValidationOnly](generated_client.MetadataRefreshMode.md#validationonly)
-## Enumeration Members
+## Enumeration members
### Default
-• **Default**
+• **Default** = `"Default"`
#### Defined in
-[generated-client/models/metadata-refresh-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-refresh-mode.ts#L26)
+[generated-client/models/metadata-refresh-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-refresh-mode.ts#L26)
___
### FullRefresh
-• **FullRefresh**
+• **FullRefresh** = `"FullRefresh"`
#### Defined in
-[generated-client/models/metadata-refresh-mode.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-refresh-mode.ts#L27)
+[generated-client/models/metadata-refresh-mode.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-refresh-mode.ts#L27)
___
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/metadata-refresh-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-refresh-mode.ts#L24)
+[generated-client/models/metadata-refresh-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-refresh-mode.ts#L24)
___
### ValidationOnly
-• **ValidationOnly**
+• **ValidationOnly** = `"ValidationOnly"`
#### Defined in
-[generated-client/models/metadata-refresh-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-refresh-mode.ts#L25)
+[generated-client/models/metadata-refresh-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-refresh-mode.ts#L25)
diff --git a/docs/enums/generated_client.NotificationLevel.md b/docs/enums/generated_client.NotificationLevel.md
index 8d08118b8..c58e0ddb1 100644
--- a/docs/enums/generated_client.NotificationLevel.md
+++ b/docs/enums/generated_client.NotificationLevel.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Error](generated_client.NotificationLevel.md#error)
- [Normal](generated_client.NotificationLevel.md#normal)
- [Warning](generated_client.NotificationLevel.md#warning)
-## Enumeration Members
+## Enumeration members
### Error
-• **Error**
+• **Error** = `"Error"`
#### Defined in
-[generated-client/models/notification-level.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-level.ts#L26)
+[generated-client/models/notification-level.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-level.ts#L26)
___
### Normal
-• **Normal**
+• **Normal** = `"Normal"`
#### Defined in
-[generated-client/models/notification-level.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-level.ts#L24)
+[generated-client/models/notification-level.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-level.ts#L24)
___
### Warning
-• **Warning**
+• **Warning** = `"Warning"`
#### Defined in
-[generated-client/models/notification-level.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-level.ts#L25)
+[generated-client/models/notification-level.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-level.ts#L25)
diff --git a/docs/enums/generated_client.PlayAccess.md b/docs/enums/generated_client.PlayAccess.md
index 1fe562c4a..85c0a6c96 100644
--- a/docs/enums/generated_client.PlayAccess.md
+++ b/docs/enums/generated_client.PlayAccess.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Full](generated_client.PlayAccess.md#full)
- [None](generated_client.PlayAccess.md#none)
-## Enumeration Members
+## Enumeration members
### Full
-• **Full**
+• **Full** = `"Full"`
#### Defined in
-[generated-client/models/play-access.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-access.ts#L24)
+[generated-client/models/play-access.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-access.ts#L24)
___
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/play-access.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-access.ts#L25)
+[generated-client/models/play-access.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-access.ts#L25)
diff --git a/docs/enums/generated_client.PlayCommand.md b/docs/enums/generated_client.PlayCommand.md
index 9db1a6280..e8f44b5ba 100644
--- a/docs/enums/generated_client.PlayCommand.md
+++ b/docs/enums/generated_client.PlayCommand.md
@@ -10,7 +10,7 @@ Enum PlayCommand.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [PlayInstantMix](generated_client.PlayCommand.md#playinstantmix)
- [PlayLast](generated_client.PlayCommand.md#playlast)
@@ -18,52 +18,52 @@ Enum PlayCommand.
- [PlayNow](generated_client.PlayCommand.md#playnow)
- [PlayShuffle](generated_client.PlayCommand.md#playshuffle)
-## Enumeration Members
+## Enumeration members
### PlayInstantMix
-• **PlayInstantMix**
+• **PlayInstantMix** = `"PlayInstantMix"`
#### Defined in
-[generated-client/models/play-command.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-command.ts#L27)
+[generated-client/models/play-command.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-command.ts#L27)
___
### PlayLast
-• **PlayLast**
+• **PlayLast** = `"PlayLast"`
#### Defined in
-[generated-client/models/play-command.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-command.ts#L26)
+[generated-client/models/play-command.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-command.ts#L26)
___
### PlayNext
-• **PlayNext**
+• **PlayNext** = `"PlayNext"`
#### Defined in
-[generated-client/models/play-command.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-command.ts#L25)
+[generated-client/models/play-command.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-command.ts#L25)
___
### PlayNow
-• **PlayNow**
+• **PlayNow** = `"PlayNow"`
#### Defined in
-[generated-client/models/play-command.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-command.ts#L24)
+[generated-client/models/play-command.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-command.ts#L24)
___
### PlayShuffle
-• **PlayShuffle**
+• **PlayShuffle** = `"PlayShuffle"`
#### Defined in
-[generated-client/models/play-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-command.ts#L28)
+[generated-client/models/play-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-command.ts#L28)
diff --git a/docs/enums/generated_client.PlayMethod.md b/docs/enums/generated_client.PlayMethod.md
index fcecf59c2..17ff605cf 100644
--- a/docs/enums/generated_client.PlayMethod.md
+++ b/docs/enums/generated_client.PlayMethod.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [DirectPlay](generated_client.PlayMethod.md#directplay)
- [DirectStream](generated_client.PlayMethod.md#directstream)
- [Transcode](generated_client.PlayMethod.md#transcode)
-## Enumeration Members
+## Enumeration members
### DirectPlay
-• **DirectPlay**
+• **DirectPlay** = `"DirectPlay"`
#### Defined in
-[generated-client/models/play-method.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-method.ts#L26)
+[generated-client/models/play-method.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-method.ts#L26)
___
### DirectStream
-• **DirectStream**
+• **DirectStream** = `"DirectStream"`
#### Defined in
-[generated-client/models/play-method.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-method.ts#L25)
+[generated-client/models/play-method.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-method.ts#L25)
___
### Transcode
-• **Transcode**
+• **Transcode** = `"Transcode"`
#### Defined in
-[generated-client/models/play-method.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-method.ts#L24)
+[generated-client/models/play-method.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-method.ts#L24)
diff --git a/docs/enums/generated_client.PlaybackErrorCode.md b/docs/enums/generated_client.PlaybackErrorCode.md
index 9f414df9e..27ae350ad 100644
--- a/docs/enums/generated_client.PlaybackErrorCode.md
+++ b/docs/enums/generated_client.PlaybackErrorCode.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [NoCompatibleStream](generated_client.PlaybackErrorCode.md#nocompatiblestream)
- [NotAllowed](generated_client.PlaybackErrorCode.md#notallowed)
- [RateLimitExceeded](generated_client.PlaybackErrorCode.md#ratelimitexceeded)
-## Enumeration Members
+## Enumeration members
### NoCompatibleStream
-• **NoCompatibleStream**
+• **NoCompatibleStream** = `"NoCompatibleStream"`
#### Defined in
-[generated-client/models/playback-error-code.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-error-code.ts#L25)
+[generated-client/models/playback-error-code.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-error-code.ts#L25)
___
### NotAllowed
-• **NotAllowed**
+• **NotAllowed** = `"NotAllowed"`
#### Defined in
-[generated-client/models/playback-error-code.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-error-code.ts#L24)
+[generated-client/models/playback-error-code.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-error-code.ts#L24)
___
### RateLimitExceeded
-• **RateLimitExceeded**
+• **RateLimitExceeded** = `"RateLimitExceeded"`
#### Defined in
-[generated-client/models/playback-error-code.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-error-code.ts#L26)
+[generated-client/models/playback-error-code.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-error-code.ts#L26)
diff --git a/docs/enums/generated_client.PlaystateCommand.md b/docs/enums/generated_client.PlaystateCommand.md
index 81698d85e..27bfcdfc2 100644
--- a/docs/enums/generated_client.PlaystateCommand.md
+++ b/docs/enums/generated_client.PlaystateCommand.md
@@ -10,7 +10,7 @@ Enum PlaystateCommand.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [FastForward](generated_client.PlaystateCommand.md#fastforward)
- [NextTrack](generated_client.PlaystateCommand.md#nexttrack)
@@ -22,92 +22,92 @@ Enum PlaystateCommand.
- [Stop](generated_client.PlaystateCommand.md#stop)
- [Unpause](generated_client.PlaystateCommand.md#unpause)
-## Enumeration Members
+## Enumeration members
### FastForward
-• **FastForward**
+• **FastForward** = `"FastForward"`
#### Defined in
-[generated-client/models/playstate-command.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L31)
+[generated-client/models/playstate-command.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L31)
___
### NextTrack
-• **NextTrack**
+• **NextTrack** = `"NextTrack"`
#### Defined in
-[generated-client/models/playstate-command.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L27)
+[generated-client/models/playstate-command.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L27)
___
### Pause
-• **Pause**
+• **Pause** = `"Pause"`
#### Defined in
-[generated-client/models/playstate-command.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L25)
+[generated-client/models/playstate-command.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L25)
___
### PlayPause
-• **PlayPause**
+• **PlayPause** = `"PlayPause"`
#### Defined in
-[generated-client/models/playstate-command.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L32)
+[generated-client/models/playstate-command.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L32)
___
### PreviousTrack
-• **PreviousTrack**
+• **PreviousTrack** = `"PreviousTrack"`
#### Defined in
-[generated-client/models/playstate-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L28)
+[generated-client/models/playstate-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L28)
___
### Rewind
-• **Rewind**
+• **Rewind** = `"Rewind"`
#### Defined in
-[generated-client/models/playstate-command.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L30)
+[generated-client/models/playstate-command.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L30)
___
### Seek
-• **Seek**
+• **Seek** = `"Seek"`
#### Defined in
-[generated-client/models/playstate-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L29)
+[generated-client/models/playstate-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L29)
___
### Stop
-• **Stop**
+• **Stop** = `"Stop"`
#### Defined in
-[generated-client/models/playstate-command.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L24)
+[generated-client/models/playstate-command.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L24)
___
### Unpause
-• **Unpause**
+• **Unpause** = `"Unpause"`
#### Defined in
-[generated-client/models/playstate-command.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-command.ts#L26)
+[generated-client/models/playstate-command.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-command.ts#L26)
diff --git a/docs/enums/generated_client.PluginStatus.md b/docs/enums/generated_client.PluginStatus.md
index a29f7fbad..f15bcd83d 100644
--- a/docs/enums/generated_client.PluginStatus.md
+++ b/docs/enums/generated_client.PluginStatus.md
@@ -10,7 +10,7 @@ Plugin load status.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Active](generated_client.PluginStatus.md#active)
- [Deleted](generated_client.PluginStatus.md#deleted)
@@ -20,72 +20,72 @@ Plugin load status.
- [Restart](generated_client.PluginStatus.md#restart)
- [Superceded](generated_client.PluginStatus.md#superceded)
-## Enumeration Members
+## Enumeration members
### Active
-• **Active**
+• **Active** = `"Active"`
#### Defined in
-[generated-client/models/plugin-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L24)
+[generated-client/models/plugin-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L24)
___
### Deleted
-• **Deleted**
+• **Deleted** = `"Deleted"`
#### Defined in
-[generated-client/models/plugin-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L26)
+[generated-client/models/plugin-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L26)
___
### Disabled
-• **Disabled**
+• **Disabled** = `"Disabled"`
#### Defined in
-[generated-client/models/plugin-status.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L30)
+[generated-client/models/plugin-status.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L30)
___
### Malfunctioned
-• **Malfunctioned**
+• **Malfunctioned** = `"Malfunctioned"`
#### Defined in
-[generated-client/models/plugin-status.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L28)
+[generated-client/models/plugin-status.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L28)
___
### NotSupported
-• **NotSupported**
+• **NotSupported** = `"NotSupported"`
#### Defined in
-[generated-client/models/plugin-status.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L29)
+[generated-client/models/plugin-status.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L29)
___
### Restart
-• **Restart**
+• **Restart** = `"Restart"`
#### Defined in
-[generated-client/models/plugin-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L25)
+[generated-client/models/plugin-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L25)
___
### Superceded
-• **Superceded**
+• **Superceded** = `"Superceded"`
#### Defined in
-[generated-client/models/plugin-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-status.ts#L27)
+[generated-client/models/plugin-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-status.ts#L27)
diff --git a/docs/enums/generated_client.ProfileConditionType.md b/docs/enums/generated_client.ProfileConditionType.md
index a7b18d1d3..c57d2dc06 100644
--- a/docs/enums/generated_client.ProfileConditionType.md
+++ b/docs/enums/generated_client.ProfileConditionType.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Equals](generated_client.ProfileConditionType.md#equals)
- [EqualsAny](generated_client.ProfileConditionType.md#equalsany)
@@ -16,52 +16,52 @@
- [LessThanEqual](generated_client.ProfileConditionType.md#lessthanequal)
- [NotEquals](generated_client.ProfileConditionType.md#notequals)
-## Enumeration Members
+## Enumeration members
### Equals
-• **Equals**
+• **Equals** = `"Equals"`
#### Defined in
-[generated-client/models/profile-condition-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-type.ts#L24)
+[generated-client/models/profile-condition-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-type.ts#L24)
___
### EqualsAny
-• **EqualsAny**
+• **EqualsAny** = `"EqualsAny"`
#### Defined in
-[generated-client/models/profile-condition-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-type.ts#L28)
+[generated-client/models/profile-condition-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-type.ts#L28)
___
### GreaterThanEqual
-• **GreaterThanEqual**
+• **GreaterThanEqual** = `"GreaterThanEqual"`
#### Defined in
-[generated-client/models/profile-condition-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-type.ts#L27)
+[generated-client/models/profile-condition-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-type.ts#L27)
___
### LessThanEqual
-• **LessThanEqual**
+• **LessThanEqual** = `"LessThanEqual"`
#### Defined in
-[generated-client/models/profile-condition-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-type.ts#L26)
+[generated-client/models/profile-condition-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-type.ts#L26)
___
### NotEquals
-• **NotEquals**
+• **NotEquals** = `"NotEquals"`
#### Defined in
-[generated-client/models/profile-condition-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-type.ts#L25)
+[generated-client/models/profile-condition-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-type.ts#L25)
diff --git a/docs/enums/generated_client.ProfileConditionValue.md b/docs/enums/generated_client.ProfileConditionValue.md
index 31b366e38..79b5bd8e9 100644
--- a/docs/enums/generated_client.ProfileConditionValue.md
+++ b/docs/enums/generated_client.ProfileConditionValue.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [AudioBitDepth](generated_client.ProfileConditionValue.md#audiobitdepth)
- [AudioBitrate](generated_client.ProfileConditionValue.md#audiobitrate)
@@ -34,232 +34,232 @@
- [VideoTimestamp](generated_client.ProfileConditionValue.md#videotimestamp)
- [Width](generated_client.ProfileConditionValue.md#width)
-## Enumeration Members
+## Enumeration members
### AudioBitDepth
-• **AudioBitDepth**
+• **AudioBitDepth** = `"AudioBitDepth"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L46)
+[generated-client/models/profile-condition-value.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L46)
___
### AudioBitrate
-• **AudioBitrate**
+• **AudioBitrate** = `"AudioBitrate"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L25)
+[generated-client/models/profile-condition-value.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L25)
___
### AudioChannels
-• **AudioChannels**
+• **AudioChannels** = `"AudioChannels"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L24)
+[generated-client/models/profile-condition-value.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L24)
___
### AudioProfile
-• **AudioProfile**
+• **AudioProfile** = `"AudioProfile"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L26)
+[generated-client/models/profile-condition-value.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L26)
___
### AudioSampleRate
-• **AudioSampleRate**
+• **AudioSampleRate** = `"AudioSampleRate"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L45)
+[generated-client/models/profile-condition-value.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L45)
___
### Has64BitOffsets
-• **Has64BitOffsets**
+• **Has64BitOffsets** = `"Has64BitOffsets"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L29)
+[generated-client/models/profile-condition-value.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L29)
___
### Height
-• **Height**
+• **Height** = `"Height"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L28)
+[generated-client/models/profile-condition-value.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L28)
___
### IsAnamorphic
-• **IsAnamorphic**
+• **IsAnamorphic** = `"IsAnamorphic"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L37)
+[generated-client/models/profile-condition-value.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L37)
___
### IsAvc
-• **IsAvc**
+• **IsAvc** = `"IsAvc"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L43)
+[generated-client/models/profile-condition-value.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L43)
___
### IsInterlaced
-• **IsInterlaced**
+• **IsInterlaced** = `"IsInterlaced"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L44)
+[generated-client/models/profile-condition-value.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L44)
___
### IsSecondaryAudio
-• **IsSecondaryAudio**
+• **IsSecondaryAudio** = `"IsSecondaryAudio"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L41)
+[generated-client/models/profile-condition-value.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L41)
___
### NumAudioStreams
-• **NumAudioStreams**
+• **NumAudioStreams** = `"NumAudioStreams"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L39)
+[generated-client/models/profile-condition-value.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L39)
___
### NumVideoStreams
-• **NumVideoStreams**
+• **NumVideoStreams** = `"NumVideoStreams"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L40)
+[generated-client/models/profile-condition-value.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L40)
___
### PacketLength
-• **PacketLength**
+• **PacketLength** = `"PacketLength"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L30)
+[generated-client/models/profile-condition-value.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L30)
___
### RefFrames
-• **RefFrames**
+• **RefFrames** = `"RefFrames"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L38)
+[generated-client/models/profile-condition-value.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L38)
___
### VideoBitDepth
-• **VideoBitDepth**
+• **VideoBitDepth** = `"VideoBitDepth"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L31)
+[generated-client/models/profile-condition-value.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L31)
___
### VideoBitrate
-• **VideoBitrate**
+• **VideoBitrate** = `"VideoBitrate"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L32)
+[generated-client/models/profile-condition-value.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L32)
___
### VideoCodecTag
-• **VideoCodecTag**
+• **VideoCodecTag** = `"VideoCodecTag"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L42)
+[generated-client/models/profile-condition-value.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L42)
___
### VideoFramerate
-• **VideoFramerate**
+• **VideoFramerate** = `"VideoFramerate"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L33)
+[generated-client/models/profile-condition-value.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L33)
___
### VideoLevel
-• **VideoLevel**
+• **VideoLevel** = `"VideoLevel"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L34)
+[generated-client/models/profile-condition-value.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L34)
___
### VideoProfile
-• **VideoProfile**
+• **VideoProfile** = `"VideoProfile"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L35)
+[generated-client/models/profile-condition-value.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L35)
___
### VideoTimestamp
-• **VideoTimestamp**
+• **VideoTimestamp** = `"VideoTimestamp"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L36)
+[generated-client/models/profile-condition-value.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L36)
___
### Width
-• **Width**
+• **Width** = `"Width"`
#### Defined in
-[generated-client/models/profile-condition-value.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition-value.ts#L27)
+[generated-client/models/profile-condition-value.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition-value.ts#L27)
diff --git a/docs/enums/generated_client.ProgramAudio.md b/docs/enums/generated_client.ProgramAudio.md
index 9e2caa878..8b6801b6f 100644
--- a/docs/enums/generated_client.ProgramAudio.md
+++ b/docs/enums/generated_client.ProgramAudio.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Atmos](generated_client.ProgramAudio.md#atmos)
- [Dolby](generated_client.ProgramAudio.md#dolby)
@@ -17,62 +17,62 @@
- [Stereo](generated_client.ProgramAudio.md#stereo)
- [Thx](generated_client.ProgramAudio.md#thx)
-## Enumeration Members
+## Enumeration members
### Atmos
-• **Atmos**
+• **Atmos** = `"Atmos"`
#### Defined in
-[generated-client/models/program-audio.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L29)
+[generated-client/models/program-audio.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L29)
___
### Dolby
-• **Dolby**
+• **Dolby** = `"Dolby"`
#### Defined in
-[generated-client/models/program-audio.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L26)
+[generated-client/models/program-audio.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L26)
___
### DolbyDigital
-• **DolbyDigital**
+• **DolbyDigital** = `"DolbyDigital"`
#### Defined in
-[generated-client/models/program-audio.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L27)
+[generated-client/models/program-audio.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L27)
___
### Mono
-• **Mono**
+• **Mono** = `"Mono"`
#### Defined in
-[generated-client/models/program-audio.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L24)
+[generated-client/models/program-audio.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L24)
___
### Stereo
-• **Stereo**
+• **Stereo** = `"Stereo"`
#### Defined in
-[generated-client/models/program-audio.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L25)
+[generated-client/models/program-audio.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L25)
___
### Thx
-• **Thx**
+• **Thx** = `"Thx"`
#### Defined in
-[generated-client/models/program-audio.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/program-audio.ts#L28)
+[generated-client/models/program-audio.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/program-audio.ts#L28)
diff --git a/docs/enums/generated_client.QuickConnectState.md b/docs/enums/generated_client.QuickConnectState.md
deleted file mode 100644
index f22ab70d6..000000000
--- a/docs/enums/generated_client.QuickConnectState.md
+++ /dev/null
@@ -1,47 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / QuickConnectState
-
-# Enumeration: QuickConnectState
-
-[generated-client](../modules/generated_client.md).QuickConnectState
-
-Quick connect state.
-
-**`export`**
-
-## Table of contents
-
-### Enumeration Members
-
-- [Active](generated_client.QuickConnectState.md#active)
-- [Available](generated_client.QuickConnectState.md#available)
-- [Unavailable](generated_client.QuickConnectState.md#unavailable)
-
-## Enumeration Members
-
-### Active
-
-• **Active**
-
-#### Defined in
-
-[generated-client/models/quick-connect-state.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-state.ts#L26)
-
-___
-
-### Available
-
-• **Available**
-
-#### Defined in
-
-[generated-client/models/quick-connect-state.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-state.ts#L25)
-
-___
-
-### Unavailable
-
-• **Unavailable**
-
-#### Defined in
-
-[generated-client/models/quick-connect-state.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-state.ts#L24)
diff --git a/docs/enums/generated_client.RatingType.md b/docs/enums/generated_client.RatingType.md
index 488b8a07d..c848598f0 100644
--- a/docs/enums/generated_client.RatingType.md
+++ b/docs/enums/generated_client.RatingType.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Likes](generated_client.RatingType.md#likes)
- [Score](generated_client.RatingType.md#score)
-## Enumeration Members
+## Enumeration members
### Likes
-• **Likes**
+• **Likes** = `"Likes"`
#### Defined in
-[generated-client/models/rating-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/rating-type.ts#L25)
+[generated-client/models/rating-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/rating-type.ts#L25)
___
### Score
-• **Score**
+• **Score** = `"Score"`
#### Defined in
-[generated-client/models/rating-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/rating-type.ts#L24)
+[generated-client/models/rating-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/rating-type.ts#L24)
diff --git a/docs/enums/generated_client.RecommendationType.md b/docs/enums/generated_client.RecommendationType.md
index 98ca80713..9dec5f61e 100644
--- a/docs/enums/generated_client.RecommendationType.md
+++ b/docs/enums/generated_client.RecommendationType.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [HasActorFromRecentlyPlayed](generated_client.RecommendationType.md#hasactorfromrecentlyplayed)
- [HasDirectorFromRecentlyPlayed](generated_client.RecommendationType.md#hasdirectorfromrecentlyplayed)
@@ -17,62 +17,62 @@
- [SimilarToLikedItem](generated_client.RecommendationType.md#similartolikeditem)
- [SimilarToRecentlyPlayed](generated_client.RecommendationType.md#similartorecentlyplayed)
-## Enumeration Members
+## Enumeration members
### HasActorFromRecentlyPlayed
-• **HasActorFromRecentlyPlayed**
+• **HasActorFromRecentlyPlayed** = `"HasActorFromRecentlyPlayed"`
#### Defined in
-[generated-client/models/recommendation-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L27)
+[generated-client/models/recommendation-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L27)
___
### HasDirectorFromRecentlyPlayed
-• **HasDirectorFromRecentlyPlayed**
+• **HasDirectorFromRecentlyPlayed** = `"HasDirectorFromRecentlyPlayed"`
#### Defined in
-[generated-client/models/recommendation-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L26)
+[generated-client/models/recommendation-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L26)
___
### HasLikedActor
-• **HasLikedActor**
+• **HasLikedActor** = `"HasLikedActor"`
#### Defined in
-[generated-client/models/recommendation-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L29)
+[generated-client/models/recommendation-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L29)
___
### HasLikedDirector
-• **HasLikedDirector**
+• **HasLikedDirector** = `"HasLikedDirector"`
#### Defined in
-[generated-client/models/recommendation-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L28)
+[generated-client/models/recommendation-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L28)
___
### SimilarToLikedItem
-• **SimilarToLikedItem**
+• **SimilarToLikedItem** = `"SimilarToLikedItem"`
#### Defined in
-[generated-client/models/recommendation-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L25)
+[generated-client/models/recommendation-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L25)
___
### SimilarToRecentlyPlayed
-• **SimilarToRecentlyPlayed**
+• **SimilarToRecentlyPlayed** = `"SimilarToRecentlyPlayed"`
#### Defined in
-[generated-client/models/recommendation-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-type.ts#L24)
+[generated-client/models/recommendation-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-type.ts#L24)
diff --git a/docs/enums/generated_client.RecordingStatus.md b/docs/enums/generated_client.RecordingStatus.md
index af44ca8b5..0b52f075f 100644
--- a/docs/enums/generated_client.RecordingStatus.md
+++ b/docs/enums/generated_client.RecordingStatus.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Cancelled](generated_client.RecordingStatus.md#cancelled)
- [Completed](generated_client.RecordingStatus.md#completed)
@@ -18,72 +18,72 @@
- [InProgress](generated_client.RecordingStatus.md#inprogress)
- [New](generated_client.RecordingStatus.md#new)
-## Enumeration Members
+## Enumeration members
### Cancelled
-• **Cancelled**
+• **Cancelled** = `"Cancelled"`
#### Defined in
-[generated-client/models/recording-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L27)
+[generated-client/models/recording-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L27)
___
### Completed
-• **Completed**
+• **Completed** = `"Completed"`
#### Defined in
-[generated-client/models/recording-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L26)
+[generated-client/models/recording-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L26)
___
### ConflictedNotOk
-• **ConflictedNotOk**
+• **ConflictedNotOk** = `"ConflictedNotOk"`
#### Defined in
-[generated-client/models/recording-status.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L29)
+[generated-client/models/recording-status.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L29)
___
### ConflictedOk
-• **ConflictedOk**
+• **ConflictedOk** = `"ConflictedOk"`
#### Defined in
-[generated-client/models/recording-status.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L28)
+[generated-client/models/recording-status.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L28)
___
### Error
-• **Error**
+• **Error** = `"Error"`
#### Defined in
-[generated-client/models/recording-status.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L30)
+[generated-client/models/recording-status.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L30)
___
### InProgress
-• **InProgress**
+• **InProgress** = `"InProgress"`
#### Defined in
-[generated-client/models/recording-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L25)
+[generated-client/models/recording-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L25)
___
### New
-• **New**
+• **New** = `"New"`
#### Defined in
-[generated-client/models/recording-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recording-status.ts#L24)
+[generated-client/models/recording-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recording-status.ts#L24)
diff --git a/docs/enums/generated_client.RepeatMode.md b/docs/enums/generated_client.RepeatMode.md
index 5ae6d0826..15ebf78d8 100644
--- a/docs/enums/generated_client.RepeatMode.md
+++ b/docs/enums/generated_client.RepeatMode.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [RepeatAll](generated_client.RepeatMode.md#repeatall)
- [RepeatNone](generated_client.RepeatMode.md#repeatnone)
- [RepeatOne](generated_client.RepeatMode.md#repeatone)
-## Enumeration Members
+## Enumeration members
### RepeatAll
-• **RepeatAll**
+• **RepeatAll** = `"RepeatAll"`
#### Defined in
-[generated-client/models/repeat-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repeat-mode.ts#L25)
+[generated-client/models/repeat-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repeat-mode.ts#L25)
___
### RepeatNone
-• **RepeatNone**
+• **RepeatNone** = `"RepeatNone"`
#### Defined in
-[generated-client/models/repeat-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repeat-mode.ts#L24)
+[generated-client/models/repeat-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repeat-mode.ts#L24)
___
### RepeatOne
-• **RepeatOne**
+• **RepeatOne** = `"RepeatOne"`
#### Defined in
-[generated-client/models/repeat-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repeat-mode.ts#L26)
+[generated-client/models/repeat-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repeat-mode.ts#L26)
diff --git a/docs/enums/generated_client.ScrollDirection.md b/docs/enums/generated_client.ScrollDirection.md
index ddeb65f61..37ab4ab30 100644
--- a/docs/enums/generated_client.ScrollDirection.md
+++ b/docs/enums/generated_client.ScrollDirection.md
@@ -10,27 +10,27 @@ An enum representing the axis that should be scrolled.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Horizontal](generated_client.ScrollDirection.md#horizontal)
- [Vertical](generated_client.ScrollDirection.md#vertical)
-## Enumeration Members
+## Enumeration members
### Horizontal
-• **Horizontal**
+• **Horizontal** = `"Horizontal"`
#### Defined in
-[generated-client/models/scroll-direction.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/scroll-direction.ts#L24)
+[generated-client/models/scroll-direction.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/scroll-direction.ts#L24)
___
### Vertical
-• **Vertical**
+• **Vertical** = `"Vertical"`
#### Defined in
-[generated-client/models/scroll-direction.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/scroll-direction.ts#L25)
+[generated-client/models/scroll-direction.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/scroll-direction.ts#L25)
diff --git a/docs/enums/generated_client.SendCommandType.md b/docs/enums/generated_client.SendCommandType.md
index 2ad828236..338931cbc 100644
--- a/docs/enums/generated_client.SendCommandType.md
+++ b/docs/enums/generated_client.SendCommandType.md
@@ -10,49 +10,49 @@ Enum SendCommandType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Pause](generated_client.SendCommandType.md#pause)
- [Seek](generated_client.SendCommandType.md#seek)
- [Stop](generated_client.SendCommandType.md#stop)
- [Unpause](generated_client.SendCommandType.md#unpause)
-## Enumeration Members
+## Enumeration members
### Pause
-• **Pause**
+• **Pause** = `"Pause"`
#### Defined in
-[generated-client/models/send-command-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command-type.ts#L25)
+[generated-client/models/send-command-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command-type.ts#L25)
___
### Seek
-• **Seek**
+• **Seek** = `"Seek"`
#### Defined in
-[generated-client/models/send-command-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command-type.ts#L27)
+[generated-client/models/send-command-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command-type.ts#L27)
___
### Stop
-• **Stop**
+• **Stop** = `"Stop"`
#### Defined in
-[generated-client/models/send-command-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command-type.ts#L26)
+[generated-client/models/send-command-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command-type.ts#L26)
___
### Unpause
-• **Unpause**
+• **Unpause** = `"Unpause"`
#### Defined in
-[generated-client/models/send-command-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command-type.ts#L24)
+[generated-client/models/send-command-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command-type.ts#L24)
diff --git a/docs/enums/generated_client.SendToUserType.md b/docs/enums/generated_client.SendToUserType.md
new file mode 100644
index 000000000..2b3e89707
--- /dev/null
+++ b/docs/enums/generated_client.SendToUserType.md
@@ -0,0 +1,45 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / SendToUserType
+
+# Enumeration: SendToUserType
+
+[generated-client](../modules/generated_client.md).SendToUserType
+
+**`export`**
+
+## Table of contents
+
+### Enumeration members
+
+- [Admins](generated_client.SendToUserType.md#admins)
+- [All](generated_client.SendToUserType.md#all)
+- [Custom](generated_client.SendToUserType.md#custom)
+
+## Enumeration members
+
+### Admins
+
+• **Admins** = `"Admins"`
+
+#### Defined in
+
+[generated-client/models/send-to-user-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-to-user-type.ts#L25)
+
+___
+
+### All
+
+• **All** = `"All"`
+
+#### Defined in
+
+[generated-client/models/send-to-user-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-to-user-type.ts#L24)
+
+___
+
+### Custom
+
+• **Custom** = `"Custom"`
+
+#### Defined in
+
+[generated-client/models/send-to-user-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-to-user-type.ts#L26)
diff --git a/docs/enums/generated_client.SeriesStatus.md b/docs/enums/generated_client.SeriesStatus.md
index 20bc82693..253b40b53 100644
--- a/docs/enums/generated_client.SeriesStatus.md
+++ b/docs/enums/generated_client.SeriesStatus.md
@@ -10,27 +10,27 @@ Enum SeriesStatus.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Continuing](generated_client.SeriesStatus.md#continuing)
- [Ended](generated_client.SeriesStatus.md#ended)
-## Enumeration Members
+## Enumeration members
### Continuing
-• **Continuing**
+• **Continuing** = `"Continuing"`
#### Defined in
-[generated-client/models/series-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-status.ts#L24)
+[generated-client/models/series-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-status.ts#L24)
___
### Ended
-• **Ended**
+• **Ended** = `"Ended"`
#### Defined in
-[generated-client/models/series-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-status.ts#L25)
+[generated-client/models/series-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-status.ts#L25)
diff --git a/docs/enums/generated_client.SessionMessageType.md b/docs/enums/generated_client.SessionMessageType.md
index 08c4d0d16..7ec68c65b 100644
--- a/docs/enums/generated_client.SessionMessageType.md
+++ b/docs/enums/generated_client.SessionMessageType.md
@@ -10,7 +10,7 @@ The different kinds of messages that are used in the WebSocket api.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [ActivityLogEntry](generated_client.SessionMessageType.md#activitylogentry)
- [ActivityLogEntryStart](generated_client.SessionMessageType.md#activitylogentrystart)
@@ -47,342 +47,342 @@ The different kinds of messages that are used in the WebSocket api.
- [UserDeleted](generated_client.SessionMessageType.md#userdeleted)
- [UserUpdated](generated_client.SessionMessageType.md#userupdated)
-## Enumeration Members
+## Enumeration members
### ActivityLogEntry
-• **ActivityLogEntry**
+• **ActivityLogEntry** = `"ActivityLogEntry"`
#### Defined in
-[generated-client/models/session-message-type.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L49)
+[generated-client/models/session-message-type.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L49)
___
### ActivityLogEntryStart
-• **ActivityLogEntryStart**
+• **ActivityLogEntryStart** = `"ActivityLogEntryStart"`
#### Defined in
-[generated-client/models/session-message-type.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L51)
+[generated-client/models/session-message-type.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L51)
___
### ActivityLogEntryStop
-• **ActivityLogEntryStop**
+• **ActivityLogEntryStop** = `"ActivityLogEntryStop"`
#### Defined in
-[generated-client/models/session-message-type.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L52)
+[generated-client/models/session-message-type.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L52)
___
### ForceKeepAlive
-• **ForceKeepAlive**
+• **ForceKeepAlive** = `"ForceKeepAlive"`
#### Defined in
-[generated-client/models/session-message-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L24)
+[generated-client/models/session-message-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L24)
___
### GeneralCommand
-• **GeneralCommand**
+• **GeneralCommand** = `"GeneralCommand"`
#### Defined in
-[generated-client/models/session-message-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L25)
+[generated-client/models/session-message-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L25)
___
### KeepAlive
-• **KeepAlive**
+• **KeepAlive** = `"KeepAlive"`
#### Defined in
-[generated-client/models/session-message-type.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L57)
+[generated-client/models/session-message-type.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L57)
___
### LibraryChanged
-• **LibraryChanged**
+• **LibraryChanged** = `"LibraryChanged"`
#### Defined in
-[generated-client/models/session-message-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L35)
+[generated-client/models/session-message-type.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L35)
___
### PackageInstallationCancelled
-• **PackageInstallationCancelled**
+• **PackageInstallationCancelled** = `"PackageInstallationCancelled"`
#### Defined in
-[generated-client/models/session-message-type.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L44)
+[generated-client/models/session-message-type.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L44)
___
### PackageInstallationCompleted
-• **PackageInstallationCompleted**
+• **PackageInstallationCompleted** = `"PackageInstallationCompleted"`
#### Defined in
-[generated-client/models/session-message-type.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L46)
+[generated-client/models/session-message-type.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L46)
___
### PackageInstallationFailed
-• **PackageInstallationFailed**
+• **PackageInstallationFailed** = `"PackageInstallationFailed"`
#### Defined in
-[generated-client/models/session-message-type.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L45)
+[generated-client/models/session-message-type.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L45)
___
### PackageInstalling
-• **PackageInstalling**
+• **PackageInstalling** = `"PackageInstalling"`
#### Defined in
-[generated-client/models/session-message-type.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L47)
+[generated-client/models/session-message-type.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L47)
___
### PackageUninstalled
-• **PackageUninstalled**
+• **PackageUninstalled** = `"PackageUninstalled"`
#### Defined in
-[generated-client/models/session-message-type.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L48)
+[generated-client/models/session-message-type.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L48)
___
### Play
-• **Play**
+• **Play** = `"Play"`
#### Defined in
-[generated-client/models/session-message-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L28)
+[generated-client/models/session-message-type.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L28)
___
### Playstate
-• **Playstate**
+• **Playstate** = `"Playstate"`
#### Defined in
-[generated-client/models/session-message-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L31)
+[generated-client/models/session-message-type.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L31)
___
### RefreshProgress
-• **RefreshProgress**
+• **RefreshProgress** = `"RefreshProgress"`
#### Defined in
-[generated-client/models/session-message-type.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L42)
+[generated-client/models/session-message-type.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L42)
___
### RestartRequired
-• **RestartRequired**
+• **RestartRequired** = `"RestartRequired"`
#### Defined in
-[generated-client/models/session-message-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L32)
+[generated-client/models/session-message-type.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L32)
___
### ScheduledTaskEnded
-• **ScheduledTaskEnded**
+• **ScheduledTaskEnded** = `"ScheduledTaskEnded"`
#### Defined in
-[generated-client/models/session-message-type.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L43)
+[generated-client/models/session-message-type.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L43)
___
### ScheduledTasksInfo
-• **ScheduledTasksInfo**
+• **ScheduledTasksInfo** = `"ScheduledTasksInfo"`
#### Defined in
-[generated-client/models/session-message-type.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L50)
+[generated-client/models/session-message-type.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L50)
___
### ScheduledTasksInfoStart
-• **ScheduledTasksInfoStart**
+• **ScheduledTasksInfoStart** = `"ScheduledTasksInfoStart"`
#### Defined in
-[generated-client/models/session-message-type.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L55)
+[generated-client/models/session-message-type.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L55)
___
### ScheduledTasksInfoStop
-• **ScheduledTasksInfoStop**
+• **ScheduledTasksInfoStop** = `"ScheduledTasksInfoStop"`
#### Defined in
-[generated-client/models/session-message-type.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L56)
+[generated-client/models/session-message-type.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L56)
___
### SeriesTimerCancelled
-• **SeriesTimerCancelled**
+• **SeriesTimerCancelled** = `"SeriesTimerCancelled"`
#### Defined in
-[generated-client/models/session-message-type.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L40)
+[generated-client/models/session-message-type.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L40)
___
### SeriesTimerCreated
-• **SeriesTimerCreated**
+• **SeriesTimerCreated** = `"SeriesTimerCreated"`
#### Defined in
-[generated-client/models/session-message-type.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L38)
+[generated-client/models/session-message-type.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L38)
___
### ServerRestarting
-• **ServerRestarting**
+• **ServerRestarting** = `"ServerRestarting"`
#### Defined in
-[generated-client/models/session-message-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L34)
+[generated-client/models/session-message-type.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L34)
___
### ServerShuttingDown
-• **ServerShuttingDown**
+• **ServerShuttingDown** = `"ServerShuttingDown"`
#### Defined in
-[generated-client/models/session-message-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L33)
+[generated-client/models/session-message-type.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L33)
___
### Sessions
-• **Sessions**
+• **Sessions** = `"Sessions"`
#### Defined in
-[generated-client/models/session-message-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L27)
+[generated-client/models/session-message-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L27)
___
### SessionsStart
-• **SessionsStart**
+• **SessionsStart** = `"SessionsStart"`
#### Defined in
-[generated-client/models/session-message-type.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L53)
+[generated-client/models/session-message-type.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L53)
___
### SessionsStop
-• **SessionsStop**
+• **SessionsStop** = `"SessionsStop"`
#### Defined in
-[generated-client/models/session-message-type.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L54)
+[generated-client/models/session-message-type.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L54)
___
### SyncPlayCommand
-• **SyncPlayCommand**
+• **SyncPlayCommand** = `"SyncPlayCommand"`
#### Defined in
-[generated-client/models/session-message-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L29)
+[generated-client/models/session-message-type.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L29)
___
### SyncPlayGroupUpdate
-• **SyncPlayGroupUpdate**
+• **SyncPlayGroupUpdate** = `"SyncPlayGroupUpdate"`
#### Defined in
-[generated-client/models/session-message-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L30)
+[generated-client/models/session-message-type.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L30)
___
### TimerCancelled
-• **TimerCancelled**
+• **TimerCancelled** = `"TimerCancelled"`
#### Defined in
-[generated-client/models/session-message-type.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L41)
+[generated-client/models/session-message-type.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L41)
___
### TimerCreated
-• **TimerCreated**
+• **TimerCreated** = `"TimerCreated"`
#### Defined in
-[generated-client/models/session-message-type.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L39)
+[generated-client/models/session-message-type.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L39)
___
### UserDataChanged
-• **UserDataChanged**
+• **UserDataChanged** = `"UserDataChanged"`
#### Defined in
-[generated-client/models/session-message-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L26)
+[generated-client/models/session-message-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L26)
___
### UserDeleted
-• **UserDeleted**
+• **UserDeleted** = `"UserDeleted"`
#### Defined in
-[generated-client/models/session-message-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L36)
+[generated-client/models/session-message-type.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L36)
___
### UserUpdated
-• **UserUpdated**
+• **UserUpdated** = `"UserUpdated"`
#### Defined in
-[generated-client/models/session-message-type.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-message-type.ts#L37)
+[generated-client/models/session-message-type.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-message-type.ts#L37)
diff --git a/docs/enums/generated_client.SortOrder.md b/docs/enums/generated_client.SortOrder.md
index 0203716e4..5297ebc31 100644
--- a/docs/enums/generated_client.SortOrder.md
+++ b/docs/enums/generated_client.SortOrder.md
@@ -10,27 +10,27 @@ An enum representing the sorting order.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Ascending](generated_client.SortOrder.md#ascending)
- [Descending](generated_client.SortOrder.md#descending)
-## Enumeration Members
+## Enumeration members
### Ascending
-• **Ascending**
+• **Ascending** = `"Ascending"`
#### Defined in
-[generated-client/models/sort-order.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/sort-order.ts#L24)
+[generated-client/models/sort-order.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/sort-order.ts#L24)
___
### Descending
-• **Descending**
+• **Descending** = `"Descending"`
#### Defined in
-[generated-client/models/sort-order.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/sort-order.ts#L25)
+[generated-client/models/sort-order.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/sort-order.ts#L25)
diff --git a/docs/enums/generated_client.SubtitleDeliveryMethod.md b/docs/enums/generated_client.SubtitleDeliveryMethod.md
index 011c1a24e..3a7ba2bcc 100644
--- a/docs/enums/generated_client.SubtitleDeliveryMethod.md
+++ b/docs/enums/generated_client.SubtitleDeliveryMethod.md
@@ -4,53 +4,66 @@
[generated-client](../modules/generated_client.md).SubtitleDeliveryMethod
+Delivery method to use during playback of a specific subtitle format.
+
**`export`**
## Table of contents
-### Enumeration Members
+### Enumeration members
+- [Drop](generated_client.SubtitleDeliveryMethod.md#drop)
- [Embed](generated_client.SubtitleDeliveryMethod.md#embed)
- [Encode](generated_client.SubtitleDeliveryMethod.md#encode)
- [External](generated_client.SubtitleDeliveryMethod.md#external)
- [Hls](generated_client.SubtitleDeliveryMethod.md#hls)
-## Enumeration Members
+## Enumeration members
+
+### Drop
+
+• **Drop** = `"Drop"`
+
+#### Defined in
+
+[generated-client/models/subtitle-delivery-method.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-delivery-method.ts#L28)
+
+___
### Embed
-• **Embed**
+• **Embed** = `"Embed"`
#### Defined in
-[generated-client/models/subtitle-delivery-method.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-delivery-method.ts#L25)
+[generated-client/models/subtitle-delivery-method.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-delivery-method.ts#L25)
___
### Encode
-• **Encode**
+• **Encode** = `"Encode"`
#### Defined in
-[generated-client/models/subtitle-delivery-method.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-delivery-method.ts#L24)
+[generated-client/models/subtitle-delivery-method.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-delivery-method.ts#L24)
___
### External
-• **External**
+• **External** = `"External"`
#### Defined in
-[generated-client/models/subtitle-delivery-method.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-delivery-method.ts#L26)
+[generated-client/models/subtitle-delivery-method.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-delivery-method.ts#L26)
___
### Hls
-• **Hls**
+• **Hls** = `"Hls"`
#### Defined in
-[generated-client/models/subtitle-delivery-method.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-delivery-method.ts#L27)
+[generated-client/models/subtitle-delivery-method.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-delivery-method.ts#L27)
diff --git a/docs/enums/generated_client.SubtitlePlaybackMode.md b/docs/enums/generated_client.SubtitlePlaybackMode.md
index 7b984f16c..20e7e69bd 100644
--- a/docs/enums/generated_client.SubtitlePlaybackMode.md
+++ b/docs/enums/generated_client.SubtitlePlaybackMode.md
@@ -10,7 +10,7 @@ An enum representing a subtitle playback mode.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Always](generated_client.SubtitlePlaybackMode.md#always)
- [Default](generated_client.SubtitlePlaybackMode.md#default)
@@ -18,52 +18,52 @@ An enum representing a subtitle playback mode.
- [OnlyForced](generated_client.SubtitlePlaybackMode.md#onlyforced)
- [Smart](generated_client.SubtitlePlaybackMode.md#smart)
-## Enumeration Members
+## Enumeration members
### Always
-• **Always**
+• **Always** = `"Always"`
#### Defined in
-[generated-client/models/subtitle-playback-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-playback-mode.ts#L25)
+[generated-client/models/subtitle-playback-mode.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-playback-mode.ts#L25)
___
### Default
-• **Default**
+• **Default** = `"Default"`
#### Defined in
-[generated-client/models/subtitle-playback-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-playback-mode.ts#L24)
+[generated-client/models/subtitle-playback-mode.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-playback-mode.ts#L24)
___
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/subtitle-playback-mode.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-playback-mode.ts#L27)
+[generated-client/models/subtitle-playback-mode.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-playback-mode.ts#L27)
___
### OnlyForced
-• **OnlyForced**
+• **OnlyForced** = `"OnlyForced"`
#### Defined in
-[generated-client/models/subtitle-playback-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-playback-mode.ts#L26)
+[generated-client/models/subtitle-playback-mode.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-playback-mode.ts#L26)
___
### Smart
-• **Smart**
+• **Smart** = `"Smart"`
#### Defined in
-[generated-client/models/subtitle-playback-mode.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-playback-mode.ts#L28)
+[generated-client/models/subtitle-playback-mode.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-playback-mode.ts#L28)
diff --git a/docs/enums/generated_client.SyncPlayUserAccessType.md b/docs/enums/generated_client.SyncPlayUserAccessType.md
index cb2ef7449..666efed94 100644
--- a/docs/enums/generated_client.SyncPlayUserAccessType.md
+++ b/docs/enums/generated_client.SyncPlayUserAccessType.md
@@ -10,38 +10,38 @@ Enum SyncPlayUserAccessType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [CreateAndJoinGroups](generated_client.SyncPlayUserAccessType.md#createandjoingroups)
- [JoinGroups](generated_client.SyncPlayUserAccessType.md#joingroups)
- [None](generated_client.SyncPlayUserAccessType.md#none)
-## Enumeration Members
+## Enumeration members
### CreateAndJoinGroups
-• **CreateAndJoinGroups**
+• **CreateAndJoinGroups** = `"CreateAndJoinGroups"`
#### Defined in
-[generated-client/models/sync-play-user-access-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/sync-play-user-access-type.ts#L24)
+[generated-client/models/sync-play-user-access-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/sync-play-user-access-type.ts#L24)
___
### JoinGroups
-• **JoinGroups**
+• **JoinGroups** = `"JoinGroups"`
#### Defined in
-[generated-client/models/sync-play-user-access-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/sync-play-user-access-type.ts#L25)
+[generated-client/models/sync-play-user-access-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/sync-play-user-access-type.ts#L25)
___
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/sync-play-user-access-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/sync-play-user-access-type.ts#L26)
+[generated-client/models/sync-play-user-access-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/sync-play-user-access-type.ts#L26)
diff --git a/docs/enums/generated_client.TaskCompletionStatus.md b/docs/enums/generated_client.TaskCompletionStatus.md
index 059123d1e..b016143ec 100644
--- a/docs/enums/generated_client.TaskCompletionStatus.md
+++ b/docs/enums/generated_client.TaskCompletionStatus.md
@@ -10,49 +10,49 @@ Enum TaskCompletionStatus.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Aborted](generated_client.TaskCompletionStatus.md#aborted)
- [Cancelled](generated_client.TaskCompletionStatus.md#cancelled)
- [Completed](generated_client.TaskCompletionStatus.md#completed)
- [Failed](generated_client.TaskCompletionStatus.md#failed)
-## Enumeration Members
+## Enumeration members
### Aborted
-• **Aborted**
+• **Aborted** = `"Aborted"`
#### Defined in
-[generated-client/models/task-completion-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-completion-status.ts#L27)
+[generated-client/models/task-completion-status.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-completion-status.ts#L27)
___
### Cancelled
-• **Cancelled**
+• **Cancelled** = `"Cancelled"`
#### Defined in
-[generated-client/models/task-completion-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-completion-status.ts#L26)
+[generated-client/models/task-completion-status.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-completion-status.ts#L26)
___
### Completed
-• **Completed**
+• **Completed** = `"Completed"`
#### Defined in
-[generated-client/models/task-completion-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-completion-status.ts#L24)
+[generated-client/models/task-completion-status.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-completion-status.ts#L24)
___
### Failed
-• **Failed**
+• **Failed** = `"Failed"`
#### Defined in
-[generated-client/models/task-completion-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-completion-status.ts#L25)
+[generated-client/models/task-completion-status.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-completion-status.ts#L25)
diff --git a/docs/enums/generated_client.TaskState.md b/docs/enums/generated_client.TaskState.md
index ec865b69e..69ba0519a 100644
--- a/docs/enums/generated_client.TaskState.md
+++ b/docs/enums/generated_client.TaskState.md
@@ -10,38 +10,38 @@ Enum TaskState.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Cancelling](generated_client.TaskState.md#cancelling)
- [Idle](generated_client.TaskState.md#idle)
- [Running](generated_client.TaskState.md#running)
-## Enumeration Members
+## Enumeration members
### Cancelling
-• **Cancelling**
+• **Cancelling** = `"Cancelling"`
#### Defined in
-[generated-client/models/task-state.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-state.ts#L25)
+[generated-client/models/task-state.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-state.ts#L25)
___
### Idle
-• **Idle**
+• **Idle** = `"Idle"`
#### Defined in
-[generated-client/models/task-state.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-state.ts#L24)
+[generated-client/models/task-state.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-state.ts#L24)
___
### Running
-• **Running**
+• **Running** = `"Running"`
#### Defined in
-[generated-client/models/task-state.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-state.ts#L26)
+[generated-client/models/task-state.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-state.ts#L26)
diff --git a/docs/enums/generated_client.TranscodeReason.md b/docs/enums/generated_client.TranscodeReason.md
deleted file mode 100644
index 032817c70..000000000
--- a/docs/enums/generated_client.TranscodeReason.md
+++ /dev/null
@@ -1,265 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / TranscodeReason
-
-# Enumeration: TranscodeReason
-
-[generated-client](../modules/generated_client.md).TranscodeReason
-
-**`export`**
-
-## Table of contents
-
-### Enumeration Members
-
-- [AnamorphicVideoNotSupported](generated_client.TranscodeReason.md#anamorphicvideonotsupported)
-- [AudioBitDepthNotSupported](generated_client.TranscodeReason.md#audiobitdepthnotsupported)
-- [AudioBitrateNotSupported](generated_client.TranscodeReason.md#audiobitratenotsupported)
-- [AudioChannelsNotSupported](generated_client.TranscodeReason.md#audiochannelsnotsupported)
-- [AudioCodecNotSupported](generated_client.TranscodeReason.md#audiocodecnotsupported)
-- [AudioProfileNotSupported](generated_client.TranscodeReason.md#audioprofilenotsupported)
-- [AudioSampleRateNotSupported](generated_client.TranscodeReason.md#audiosampleratenotsupported)
-- [ContainerBitrateExceedsLimit](generated_client.TranscodeReason.md#containerbitrateexceedslimit)
-- [ContainerNotSupported](generated_client.TranscodeReason.md#containernotsupported)
-- [DirectPlayError](generated_client.TranscodeReason.md#directplayerror)
-- [InterlacedVideoNotSupported](generated_client.TranscodeReason.md#interlacedvideonotsupported)
-- [RefFramesNotSupported](generated_client.TranscodeReason.md#refframesnotsupported)
-- [SecondaryAudioNotSupported](generated_client.TranscodeReason.md#secondaryaudionotsupported)
-- [SubtitleCodecNotSupported](generated_client.TranscodeReason.md#subtitlecodecnotsupported)
-- [UnknownAudioStreamInfo](generated_client.TranscodeReason.md#unknownaudiostreaminfo)
-- [UnknownVideoStreamInfo](generated_client.TranscodeReason.md#unknownvideostreaminfo)
-- [VideoBitDepthNotSupported](generated_client.TranscodeReason.md#videobitdepthnotsupported)
-- [VideoBitrateNotSupported](generated_client.TranscodeReason.md#videobitratenotsupported)
-- [VideoCodecNotSupported](generated_client.TranscodeReason.md#videocodecnotsupported)
-- [VideoFramerateNotSupported](generated_client.TranscodeReason.md#videoframeratenotsupported)
-- [VideoLevelNotSupported](generated_client.TranscodeReason.md#videolevelnotsupported)
-- [VideoProfileNotSupported](generated_client.TranscodeReason.md#videoprofilenotsupported)
-- [VideoResolutionNotSupported](generated_client.TranscodeReason.md#videoresolutionnotsupported)
-
-## Enumeration Members
-
-### AnamorphicVideoNotSupported
-
-• **AnamorphicVideoNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L35)
-
-___
-
-### AudioBitDepthNotSupported
-
-• **AudioBitDepthNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L44)
-
-___
-
-### AudioBitrateNotSupported
-
-• **AudioBitrateNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L28)
-
-___
-
-### AudioChannelsNotSupported
-
-• **AudioChannelsNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L29)
-
-___
-
-### AudioCodecNotSupported
-
-• **AudioCodecNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L26)
-
-___
-
-### AudioProfileNotSupported
-
-• **AudioProfileNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L33)
-
-___
-
-### AudioSampleRateNotSupported
-
-• **AudioSampleRateNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L34)
-
-___
-
-### ContainerBitrateExceedsLimit
-
-• **ContainerBitrateExceedsLimit**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L27)
-
-___
-
-### ContainerNotSupported
-
-• **ContainerNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L24)
-
-___
-
-### DirectPlayError
-
-• **DirectPlayError**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L46)
-
-___
-
-### InterlacedVideoNotSupported
-
-• **InterlacedVideoNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L36)
-
-___
-
-### RefFramesNotSupported
-
-• **RefFramesNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L38)
-
-___
-
-### SecondaryAudioNotSupported
-
-• **SecondaryAudioNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L37)
-
-___
-
-### SubtitleCodecNotSupported
-
-• **SubtitleCodecNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L45)
-
-___
-
-### UnknownAudioStreamInfo
-
-• **UnknownAudioStreamInfo**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L32)
-
-___
-
-### UnknownVideoStreamInfo
-
-• **UnknownVideoStreamInfo**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L31)
-
-___
-
-### VideoBitDepthNotSupported
-
-• **VideoBitDepthNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L39)
-
-___
-
-### VideoBitrateNotSupported
-
-• **VideoBitrateNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L40)
-
-___
-
-### VideoCodecNotSupported
-
-• **VideoCodecNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L25)
-
-___
-
-### VideoFramerateNotSupported
-
-• **VideoFramerateNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L41)
-
-___
-
-### VideoLevelNotSupported
-
-• **VideoLevelNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L42)
-
-___
-
-### VideoProfileNotSupported
-
-• **VideoProfileNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L43)
-
-___
-
-### VideoResolutionNotSupported
-
-• **VideoResolutionNotSupported**
-
-#### Defined in
-
-[generated-client/models/transcode-reason.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-reason.ts#L30)
diff --git a/docs/enums/generated_client.TranscodeSeekInfo.md b/docs/enums/generated_client.TranscodeSeekInfo.md
index 13dc4a378..18ee4608c 100644
--- a/docs/enums/generated_client.TranscodeSeekInfo.md
+++ b/docs/enums/generated_client.TranscodeSeekInfo.md
@@ -8,27 +8,27 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Auto](generated_client.TranscodeSeekInfo.md#auto)
- [Bytes](generated_client.TranscodeSeekInfo.md#bytes)
-## Enumeration Members
+## Enumeration members
### Auto
-• **Auto**
+• **Auto** = `"Auto"`
#### Defined in
-[generated-client/models/transcode-seek-info.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-seek-info.ts#L24)
+[generated-client/models/transcode-seek-info.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcode-seek-info.ts#L24)
___
### Bytes
-• **Bytes**
+• **Bytes** = `"Bytes"`
#### Defined in
-[generated-client/models/transcode-seek-info.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcode-seek-info.ts#L25)
+[generated-client/models/transcode-seek-info.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcode-seek-info.ts#L25)
diff --git a/docs/enums/generated_client.TranscodingInfoTranscodeReasonsEnum.md b/docs/enums/generated_client.TranscodingInfoTranscodeReasonsEnum.md
new file mode 100644
index 000000000..827121a6d
--- /dev/null
+++ b/docs/enums/generated_client.TranscodingInfoTranscodeReasonsEnum.md
@@ -0,0 +1,276 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / TranscodingInfoTranscodeReasonsEnum
+
+# Enumeration: TranscodingInfoTranscodeReasonsEnum
+
+[generated-client](../modules/generated_client.md).TranscodingInfoTranscodeReasonsEnum
+
+**`export`**
+
+## Table of contents
+
+### Enumeration members
+
+- [AnamorphicVideoNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#anamorphicvideonotsupported)
+- [AudioBitDepthNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audiobitdepthnotsupported)
+- [AudioBitrateNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audiobitratenotsupported)
+- [AudioChannelsNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audiochannelsnotsupported)
+- [AudioCodecNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audiocodecnotsupported)
+- [AudioIsExternal](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audioisexternal)
+- [AudioProfileNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audioprofilenotsupported)
+- [AudioSampleRateNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#audiosampleratenotsupported)
+- [ContainerBitrateExceedsLimit](generated_client.TranscodingInfoTranscodeReasonsEnum.md#containerbitrateexceedslimit)
+- [ContainerNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#containernotsupported)
+- [DirectPlayError](generated_client.TranscodingInfoTranscodeReasonsEnum.md#directplayerror)
+- [InterlacedVideoNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#interlacedvideonotsupported)
+- [RefFramesNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#refframesnotsupported)
+- [SecondaryAudioNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#secondaryaudionotsupported)
+- [SubtitleCodecNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#subtitlecodecnotsupported)
+- [UnknownAudioStreamInfo](generated_client.TranscodingInfoTranscodeReasonsEnum.md#unknownaudiostreaminfo)
+- [UnknownVideoStreamInfo](generated_client.TranscodingInfoTranscodeReasonsEnum.md#unknownvideostreaminfo)
+- [VideoBitDepthNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videobitdepthnotsupported)
+- [VideoBitrateNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videobitratenotsupported)
+- [VideoCodecNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videocodecnotsupported)
+- [VideoFramerateNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videoframeratenotsupported)
+- [VideoLevelNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videolevelnotsupported)
+- [VideoProfileNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videoprofilenotsupported)
+- [VideoResolutionNotSupported](generated_client.TranscodingInfoTranscodeReasonsEnum.md#videoresolutionnotsupported)
+
+## Enumeration members
+
+### AnamorphicVideoNotSupported
+
+• **AnamorphicVideoNotSupported** = `"AnamorphicVideoNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L121)
+
+___
+
+### AudioBitDepthNotSupported
+
+• **AudioBitDepthNotSupported** = `"AudioBitDepthNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L126)
+
+___
+
+### AudioBitrateNotSupported
+
+• **AudioBitrateNotSupported** = `"AudioBitrateNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:129](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L129)
+
+___
+
+### AudioChannelsNotSupported
+
+• **AudioChannelsNotSupported** = `"AudioChannelsNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L123)
+
+___
+
+### AudioCodecNotSupported
+
+• **AudioCodecNotSupported** = `"AudioCodecNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L111)
+
+___
+
+### AudioIsExternal
+
+• **AudioIsExternal** = `"AudioIsExternal"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L113)
+
+___
+
+### AudioProfileNotSupported
+
+• **AudioProfileNotSupported** = `"AudioProfileNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L124)
+
+___
+
+### AudioSampleRateNotSupported
+
+• **AudioSampleRateNotSupported** = `"AudioSampleRateNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L125)
+
+___
+
+### ContainerBitrateExceedsLimit
+
+• **ContainerBitrateExceedsLimit** = `"ContainerBitrateExceedsLimit"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L127)
+
+___
+
+### ContainerNotSupported
+
+• **ContainerNotSupported** = `"ContainerNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L109)
+
+___
+
+### DirectPlayError
+
+• **DirectPlayError** = `"DirectPlayError"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L132)
+
+___
+
+### InterlacedVideoNotSupported
+
+• **InterlacedVideoNotSupported** = `"InterlacedVideoNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L122)
+
+___
+
+### RefFramesNotSupported
+
+• **RefFramesNotSupported** = `"RefFramesNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L120)
+
+___
+
+### SecondaryAudioNotSupported
+
+• **SecondaryAudioNotSupported** = `"SecondaryAudioNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L114)
+
+___
+
+### SubtitleCodecNotSupported
+
+• **SubtitleCodecNotSupported** = `"SubtitleCodecNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L112)
+
+___
+
+### UnknownAudioStreamInfo
+
+• **UnknownAudioStreamInfo** = `"UnknownAudioStreamInfo"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L131)
+
+___
+
+### UnknownVideoStreamInfo
+
+• **UnknownVideoStreamInfo** = `"UnknownVideoStreamInfo"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L130)
+
+___
+
+### VideoBitDepthNotSupported
+
+• **VideoBitDepthNotSupported** = `"VideoBitDepthNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L118)
+
+___
+
+### VideoBitrateNotSupported
+
+• **VideoBitrateNotSupported** = `"VideoBitrateNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L128)
+
+___
+
+### VideoCodecNotSupported
+
+• **VideoCodecNotSupported** = `"VideoCodecNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L110)
+
+___
+
+### VideoFramerateNotSupported
+
+• **VideoFramerateNotSupported** = `"VideoFramerateNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L119)
+
+___
+
+### VideoLevelNotSupported
+
+• **VideoLevelNotSupported** = `"VideoLevelNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L116)
+
+___
+
+### VideoProfileNotSupported
+
+• **VideoProfileNotSupported** = `"VideoProfileNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L115)
+
+___
+
+### VideoResolutionNotSupported
+
+• **VideoResolutionNotSupported** = `"VideoResolutionNotSupported"`
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L117)
diff --git a/docs/enums/generated_client.TransportStreamTimestamp.md b/docs/enums/generated_client.TransportStreamTimestamp.md
index 81ca06869..e89303bc6 100644
--- a/docs/enums/generated_client.TransportStreamTimestamp.md
+++ b/docs/enums/generated_client.TransportStreamTimestamp.md
@@ -8,38 +8,38 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [None](generated_client.TransportStreamTimestamp.md#none)
- [Valid](generated_client.TransportStreamTimestamp.md#valid)
- [Zero](generated_client.TransportStreamTimestamp.md#zero)
-## Enumeration Members
+## Enumeration members
### None
-• **None**
+• **None** = `"None"`
#### Defined in
-[generated-client/models/transport-stream-timestamp.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transport-stream-timestamp.ts#L24)
+[generated-client/models/transport-stream-timestamp.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transport-stream-timestamp.ts#L24)
___
### Valid
-• **Valid**
+• **Valid** = `"Valid"`
#### Defined in
-[generated-client/models/transport-stream-timestamp.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transport-stream-timestamp.ts#L26)
+[generated-client/models/transport-stream-timestamp.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transport-stream-timestamp.ts#L26)
___
### Zero
-• **Zero**
+• **Zero** = `"Zero"`
#### Defined in
-[generated-client/models/transport-stream-timestamp.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transport-stream-timestamp.ts#L25)
+[generated-client/models/transport-stream-timestamp.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transport-stream-timestamp.ts#L25)
diff --git a/docs/enums/generated_client.UnratedItem.md b/docs/enums/generated_client.UnratedItem.md
index a0a46e045..0117c9864 100644
--- a/docs/enums/generated_client.UnratedItem.md
+++ b/docs/enums/generated_client.UnratedItem.md
@@ -10,7 +10,7 @@ An enum representing an unrated item.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [Book](generated_client.UnratedItem.md#book)
- [ChannelContent](generated_client.UnratedItem.md#channelcontent)
@@ -22,92 +22,92 @@ An enum representing an unrated item.
- [Series](generated_client.UnratedItem.md#series)
- [Trailer](generated_client.UnratedItem.md#trailer)
-## Enumeration Members
+## Enumeration members
### Book
-• **Book**
+• **Book** = `"Book"`
#### Defined in
-[generated-client/models/unrated-item.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L28)
+[generated-client/models/unrated-item.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L28)
___
### ChannelContent
-• **ChannelContent**
+• **ChannelContent** = `"ChannelContent"`
#### Defined in
-[generated-client/models/unrated-item.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L31)
+[generated-client/models/unrated-item.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L31)
___
### LiveTvChannel
-• **LiveTvChannel**
+• **LiveTvChannel** = `"LiveTvChannel"`
#### Defined in
-[generated-client/models/unrated-item.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L29)
+[generated-client/models/unrated-item.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L29)
___
### LiveTvProgram
-• **LiveTvProgram**
+• **LiveTvProgram** = `"LiveTvProgram"`
#### Defined in
-[generated-client/models/unrated-item.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L30)
+[generated-client/models/unrated-item.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L30)
___
### Movie
-• **Movie**
+• **Movie** = `"Movie"`
#### Defined in
-[generated-client/models/unrated-item.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L24)
+[generated-client/models/unrated-item.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L24)
___
### Music
-• **Music**
+• **Music** = `"Music"`
#### Defined in
-[generated-client/models/unrated-item.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L27)
+[generated-client/models/unrated-item.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L27)
___
### Other
-• **Other**
+• **Other** = `"Other"`
#### Defined in
-[generated-client/models/unrated-item.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L32)
+[generated-client/models/unrated-item.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L32)
___
### Series
-• **Series**
+• **Series** = `"Series"`
#### Defined in
-[generated-client/models/unrated-item.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L26)
+[generated-client/models/unrated-item.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L26)
___
### Trailer
-• **Trailer**
+• **Trailer** = `"Trailer"`
#### Defined in
-[generated-client/models/unrated-item.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/unrated-item.ts#L25)
+[generated-client/models/unrated-item.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/unrated-item.ts#L25)
diff --git a/docs/enums/generated_client.Video3DFormat.md b/docs/enums/generated_client.Video3DFormat.md
index be0a3ae97..94a356484 100644
--- a/docs/enums/generated_client.Video3DFormat.md
+++ b/docs/enums/generated_client.Video3DFormat.md
@@ -8,7 +8,7 @@
## Table of contents
-### Enumeration Members
+### Enumeration members
- [FullSideBySide](generated_client.Video3DFormat.md#fullsidebyside)
- [FullTopAndBottom](generated_client.Video3DFormat.md#fulltopandbottom)
@@ -16,52 +16,52 @@
- [HalfTopAndBottom](generated_client.Video3DFormat.md#halftopandbottom)
- [Mvc](generated_client.Video3DFormat.md#mvc)
-## Enumeration Members
+## Enumeration members
### FullSideBySide
-• **FullSideBySide**
+• **FullSideBySide** = `"FullSideBySide"`
#### Defined in
-[generated-client/models/video3-dformat.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video3-dformat.ts#L25)
+[generated-client/models/video3-dformat.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video3-dformat.ts#L25)
___
### FullTopAndBottom
-• **FullTopAndBottom**
+• **FullTopAndBottom** = `"FullTopAndBottom"`
#### Defined in
-[generated-client/models/video3-dformat.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video3-dformat.ts#L26)
+[generated-client/models/video3-dformat.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video3-dformat.ts#L26)
___
### HalfSideBySide
-• **HalfSideBySide**
+• **HalfSideBySide** = `"HalfSideBySide"`
#### Defined in
-[generated-client/models/video3-dformat.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video3-dformat.ts#L24)
+[generated-client/models/video3-dformat.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video3-dformat.ts#L24)
___
### HalfTopAndBottom
-• **HalfTopAndBottom**
+• **HalfTopAndBottom** = `"HalfTopAndBottom"`
#### Defined in
-[generated-client/models/video3-dformat.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video3-dformat.ts#L27)
+[generated-client/models/video3-dformat.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video3-dformat.ts#L27)
___
### Mvc
-• **Mvc**
+• **Mvc** = `"MVC"`
#### Defined in
-[generated-client/models/video3-dformat.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video3-dformat.ts#L28)
+[generated-client/models/video3-dformat.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video3-dformat.ts#L28)
diff --git a/docs/enums/generated_client.VideoType.md b/docs/enums/generated_client.VideoType.md
index d56dc62c6..87e6526cd 100644
--- a/docs/enums/generated_client.VideoType.md
+++ b/docs/enums/generated_client.VideoType.md
@@ -10,49 +10,49 @@ Enum VideoType.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [BluRay](generated_client.VideoType.md#bluray)
- [Dvd](generated_client.VideoType.md#dvd)
- [Iso](generated_client.VideoType.md#iso)
- [VideoFile](generated_client.VideoType.md#videofile)
-## Enumeration Members
+## Enumeration members
### BluRay
-• **BluRay**
+• **BluRay** = `"BluRay"`
#### Defined in
-[generated-client/models/video-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video-type.ts#L27)
+[generated-client/models/video-type.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video-type.ts#L27)
___
### Dvd
-• **Dvd**
+• **Dvd** = `"Dvd"`
#### Defined in
-[generated-client/models/video-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video-type.ts#L26)
+[generated-client/models/video-type.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video-type.ts#L26)
___
### Iso
-• **Iso**
+• **Iso** = `"Iso"`
#### Defined in
-[generated-client/models/video-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video-type.ts#L25)
+[generated-client/models/video-type.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video-type.ts#L25)
___
### VideoFile
-• **VideoFile**
+• **VideoFile** = `"VideoFile"`
#### Defined in
-[generated-client/models/video-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/video-type.ts#L24)
+[generated-client/models/video-type.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/video-type.ts#L24)
diff --git a/docs/enums/index.RecommendedServerInfoScore.md b/docs/enums/index.RecommendedServerInfoScore.md
index 119c14294..5584aaaf0 100644
--- a/docs/enums/index.RecommendedServerInfoScore.md
+++ b/docs/enums/index.RecommendedServerInfoScore.md
@@ -8,49 +8,49 @@ Possible score values for recommended servers.
## Table of contents
-### Enumeration Members
+### Enumeration members
- [BAD](index.RecommendedServerInfoScore.md#bad)
- [GOOD](index.RecommendedServerInfoScore.md#good)
- [GREAT](index.RecommendedServerInfoScore.md#great)
- [OK](index.RecommendedServerInfoScore.md#ok)
-## Enumeration Members
+## Enumeration members
### BAD
-• **BAD**
+• **BAD** = `-1`
#### Defined in
-[models/recommended-server-info.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L16)
+[models/recommended-server-info.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L16)
___
### GOOD
-• **GOOD**
+• **GOOD** = `1`
#### Defined in
-[models/recommended-server-info.ts:14](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L14)
+[models/recommended-server-info.ts:14](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L14)
___
### GREAT
-• **GREAT**
+• **GREAT** = `2`
#### Defined in
-[models/recommended-server-info.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L13)
+[models/recommended-server-info.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L13)
___
### OK
-• **OK**
+• **OK** = `0`
#### Defined in
-[models/recommended-server-info.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L15)
+[models/recommended-server-info.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L15)
diff --git a/docs/interfaces/generated_client.AccessSchedule.md b/docs/interfaces/generated_client.AccessSchedule.md
index 184c78b2b..db0bd0ca3 100644
--- a/docs/interfaces/generated_client.AccessSchedule.md
+++ b/docs/interfaces/generated_client.AccessSchedule.md
@@ -24,19 +24,19 @@ An entity representing a user\'s access schedule.
### DayOfWeek
-• **DayOfWeek**: [`DynamicDayOfWeek`](../enums/generated_client.DynamicDayOfWeek.md)
+• `Optional` **DayOfWeek**: [`DynamicDayOfWeek`](../enums/generated_client.DynamicDayOfWeek.md)
**`memberof`** AccessSchedule
#### Defined in
-[generated-client/models/access-schedule.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/access-schedule.ts#L41)
+[generated-client/models/access-schedule.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/access-schedule.ts#L41)
___
### EndHour
-• **EndHour**: `number`
+• `Optional` **EndHour**: `number`
Gets or sets the end hour.
@@ -44,27 +44,27 @@ Gets or sets the end hour.
#### Defined in
-[generated-client/models/access-schedule.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/access-schedule.ts#L53)
+[generated-client/models/access-schedule.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/access-schedule.ts#L53)
___
### Id
-• **Id**: `number`
+• `Optional` **Id**: `number`
-Gets or sets the id of this instance.
+Gets the id of this instance.
**`memberof`** AccessSchedule
#### Defined in
-[generated-client/models/access-schedule.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/access-schedule.ts#L29)
+[generated-client/models/access-schedule.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/access-schedule.ts#L29)
___
### StartHour
-• **StartHour**: `number`
+• `Optional` **StartHour**: `number`
Gets or sets the start hour.
@@ -72,18 +72,18 @@ Gets or sets the start hour.
#### Defined in
-[generated-client/models/access-schedule.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/access-schedule.ts#L47)
+[generated-client/models/access-schedule.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/access-schedule.ts#L47)
___
### UserId
-• **UserId**: `string`
+• `Optional` **UserId**: `string`
-Gets or sets the id of the associated user.
+Gets the id of the associated user.
**`memberof`** AccessSchedule
#### Defined in
-[generated-client/models/access-schedule.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/access-schedule.ts#L35)
+[generated-client/models/access-schedule.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/access-schedule.ts#L35)
diff --git a/docs/interfaces/generated_client.ActivityLogApiGetLogEntriesRequest.md b/docs/interfaces/generated_client.ActivityLogApiGetLogEntriesRequest.md
index 5b588a6af..ceacc2074 100644
--- a/docs/interfaces/generated_client.ActivityLogApiGetLogEntriesRequest.md
+++ b/docs/interfaces/generated_client.ActivityLogApiGetLogEntriesRequest.md
@@ -31,7 +31,7 @@ Optional. Filter log entries if it has user id, or not.
#### Defined in
-[generated-client/api/activity-log-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L168)
+[generated-client/api/activity-log-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L168)
___
@@ -45,7 +45,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/activity-log-api.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L154)
+[generated-client/api/activity-log-api.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L154)
___
@@ -59,7 +59,7 @@ Optional. The minimum date. Format = ISO.
#### Defined in
-[generated-client/api/activity-log-api.ts:161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L161)
+[generated-client/api/activity-log-api.ts:161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L161)
___
@@ -73,4 +73,4 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/activity-log-api.ts:147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L147)
+[generated-client/api/activity-log-api.ts:147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L147)
diff --git a/docs/interfaces/generated_client.ActivityLogEntry.md b/docs/interfaces/generated_client.ActivityLogEntry.md
index 343458e32..61de7b866 100644
--- a/docs/interfaces/generated_client.ActivityLogEntry.md
+++ b/docs/interfaces/generated_client.ActivityLogEntry.md
@@ -4,6 +4,8 @@
[generated-client](../modules/generated_client.md).ActivityLogEntry
+An activity log entry.
+
**`export`**
**`interface`** ActivityLogEntry
@@ -35,7 +37,7 @@ Gets or sets the date.
#### Defined in
-[generated-client/models/activity-log-entry.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L65)
+[generated-client/models/activity-log-entry.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L65)
___
@@ -49,7 +51,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/activity-log-entry.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L29)
+[generated-client/models/activity-log-entry.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L29)
___
@@ -63,13 +65,13 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/activity-log-entry.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L59)
+[generated-client/models/activity-log-entry.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L59)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the name.
@@ -77,7 +79,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/activity-log-entry.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L35)
+[generated-client/models/activity-log-entry.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L35)
___
@@ -91,7 +93,7 @@ Gets or sets the overview.
#### Defined in
-[generated-client/models/activity-log-entry.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L41)
+[generated-client/models/activity-log-entry.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L41)
___
@@ -103,7 +105,7 @@ ___
#### Defined in
-[generated-client/models/activity-log-entry.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L84)
+[generated-client/models/activity-log-entry.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L84)
___
@@ -117,13 +119,13 @@ Gets or sets the short overview.
#### Defined in
-[generated-client/models/activity-log-entry.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L47)
+[generated-client/models/activity-log-entry.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L47)
___
### Type
-• `Optional` **Type**: ``null`` \| `string`
+• `Optional` **Type**: `string`
Gets or sets the type.
@@ -131,7 +133,7 @@ Gets or sets the type.
#### Defined in
-[generated-client/models/activity-log-entry.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L53)
+[generated-client/models/activity-log-entry.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L53)
___
@@ -145,7 +147,7 @@ Gets or sets the user identifier.
#### Defined in
-[generated-client/models/activity-log-entry.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L71)
+[generated-client/models/activity-log-entry.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L71)
___
@@ -161,4 +163,4 @@ Gets or sets the user primary image tag.
#### Defined in
-[generated-client/models/activity-log-entry.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry.ts#L78)
+[generated-client/models/activity-log-entry.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry.ts#L78)
diff --git a/docs/interfaces/generated_client.ActivityLogEntryQueryResult.md b/docs/interfaces/generated_client.ActivityLogEntryQueryResult.md
index f502a70da..296b0e857 100644
--- a/docs/interfaces/generated_client.ActivityLogEntryQueryResult.md
+++ b/docs/interfaces/generated_client.ActivityLogEntryQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/activity-log-entry-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry-query-result.ts#L29)
+[generated-client/models/activity-log-entry-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** ActivityLogEntryQueryResult
#### Defined in
-[generated-client/models/activity-log-entry-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry-query-result.ts#L41)
+[generated-client/models/activity-log-entry-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** ActivityLogEntryQueryResult
#### Defined in
-[generated-client/models/activity-log-entry-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/activity-log-entry-query-result.ts#L35)
+[generated-client/models/activity-log-entry-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/activity-log-entry-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.AddVirtualFolderDto.md b/docs/interfaces/generated_client.AddVirtualFolderDto.md
index 4c7f133ec..45526b403 100644
--- a/docs/interfaces/generated_client.AddVirtualFolderDto.md
+++ b/docs/interfaces/generated_client.AddVirtualFolderDto.md
@@ -26,4 +26,4 @@ Add virtual folder dto.
#### Defined in
-[generated-client/models/add-virtual-folder-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/add-virtual-folder-dto.ts#L29)
+[generated-client/models/add-virtual-folder-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/add-virtual-folder-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.AdminNotificationDto.md b/docs/interfaces/generated_client.AdminNotificationDto.md
index 56e607d55..401c0ae87 100644
--- a/docs/interfaces/generated_client.AdminNotificationDto.md
+++ b/docs/interfaces/generated_client.AdminNotificationDto.md
@@ -31,7 +31,7 @@ Gets or sets the notification description.
#### Defined in
-[generated-client/models/admin-notification-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/admin-notification-dto.ts#L35)
+[generated-client/models/admin-notification-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/admin-notification-dto.ts#L35)
___
@@ -45,7 +45,7 @@ Gets or sets the notification name.
#### Defined in
-[generated-client/models/admin-notification-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/admin-notification-dto.ts#L29)
+[generated-client/models/admin-notification-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/admin-notification-dto.ts#L29)
___
@@ -57,7 +57,7 @@ ___
#### Defined in
-[generated-client/models/admin-notification-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/admin-notification-dto.ts#L41)
+[generated-client/models/admin-notification-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/admin-notification-dto.ts#L41)
___
@@ -71,4 +71,4 @@ Gets or sets the notification url.
#### Defined in
-[generated-client/models/admin-notification-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/admin-notification-dto.ts#L47)
+[generated-client/models/admin-notification-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/admin-notification-dto.ts#L47)
diff --git a/docs/interfaces/generated_client.AlbumInfo.md b/docs/interfaces/generated_client.AlbumInfo.md
index a151d7ef0..7cf06c818 100644
--- a/docs/interfaces/generated_client.AlbumInfo.md
+++ b/docs/interfaces/generated_client.AlbumInfo.md
@@ -19,6 +19,7 @@
- [MetadataCountryCode](generated_client.AlbumInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.AlbumInfo.md#metadatalanguage)
- [Name](generated_client.AlbumInfo.md#name)
+- [OriginalTitle](generated_client.AlbumInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.AlbumInfo.md#parentindexnumber)
- [Path](generated_client.AlbumInfo.md#path)
- [PremiereDate](generated_client.AlbumInfo.md#premieredate)
@@ -30,7 +31,7 @@
### AlbumArtists
-• `Optional` **AlbumArtists**: ``null`` \| `string`[]
+• `Optional` **AlbumArtists**: `string`[]
Gets or sets the album artist.
@@ -38,21 +39,25 @@ Gets or sets the album artist.
#### Defined in
-[generated-client/models/album-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L89)
+[generated-client/models/album-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L95)
___
### ArtistProviderIds
-• `Optional` **ArtistProviderIds**: ``null`` \| { `[key: string]`: `string`; }
+• `Optional` **ArtistProviderIds**: `Object`
Gets or sets the artist provider ids.
**`memberof`** AlbumInfo
+#### Index signature
+
+▪ [key: `string`]: `string`
+
#### Defined in
-[generated-client/models/album-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L95)
+[generated-client/models/album-info.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L101)
___
@@ -64,7 +69,7 @@ ___
#### Defined in
-[generated-client/models/album-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L65)
+[generated-client/models/album-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L71)
___
@@ -76,7 +81,7 @@ ___
#### Defined in
-[generated-client/models/album-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L83)
+[generated-client/models/album-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L89)
___
@@ -90,7 +95,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/album-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L47)
+[generated-client/models/album-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L53)
___
@@ -104,7 +109,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/album-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L41)
+[generated-client/models/album-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L47)
___
@@ -118,7 +123,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/album-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L29)
+[generated-client/models/album-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L29)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** AlbumInfo
+
+#### Defined in
+
+[generated-client/models/album-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L35)
___
@@ -130,7 +149,7 @@ ___
#### Defined in
-[generated-client/models/album-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L71)
+[generated-client/models/album-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L77)
___
@@ -144,7 +163,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/album-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L35)
+[generated-client/models/album-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L41)
___
@@ -156,7 +175,7 @@ ___
#### Defined in
-[generated-client/models/album-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L77)
+[generated-client/models/album-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L83)
___
@@ -170,19 +189,19 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/album-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L53)
+[generated-client/models/album-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L59)
___
### SongInfos
-• `Optional` **SongInfos**: ``null`` \| [`SongInfo`](generated_client.SongInfo.md)[]
+• `Optional` **SongInfos**: [`SongInfo`](generated_client.SongInfo.md)[]
**`memberof`** AlbumInfo
#### Defined in
-[generated-client/models/album-info.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L101)
+[generated-client/models/album-info.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L107)
___
@@ -196,4 +215,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/album-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info.ts#L59)
+[generated-client/models/album-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info.ts#L65)
diff --git a/docs/interfaces/generated_client.AlbumInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.AlbumInfoRemoteSearchQuery.md
index ac72c6b57..2b3d53bcb 100644
--- a/docs/interfaces/generated_client.AlbumInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.AlbumInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/album-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info-remote-search-query.ts#L47)
+[generated-client/models/album-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/album-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info-remote-search-query.ts#L35)
+[generated-client/models/album-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/album-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info-remote-search-query.ts#L29)
+[generated-client/models/album-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** AlbumInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/album-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/album-info-remote-search-query.ts#L41)
+[generated-client/models/album-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/album-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.AllThemeMediaResult.md b/docs/interfaces/generated_client.AllThemeMediaResult.md
index c82f61f7f..4ca259cda 100644
--- a/docs/interfaces/generated_client.AllThemeMediaResult.md
+++ b/docs/interfaces/generated_client.AllThemeMediaResult.md
@@ -26,7 +26,7 @@
#### Defined in
-[generated-client/models/all-theme-media-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/all-theme-media-result.ts#L41)
+[generated-client/models/all-theme-media-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/all-theme-media-result.ts#L41)
___
@@ -38,7 +38,7 @@ ___
#### Defined in
-[generated-client/models/all-theme-media-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/all-theme-media-result.ts#L35)
+[generated-client/models/all-theme-media-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/all-theme-media-result.ts#L35)
___
@@ -50,4 +50,4 @@ ___
#### Defined in
-[generated-client/models/all-theme-media-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/all-theme-media-result.ts#L29)
+[generated-client/models/all-theme-media-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/all-theme-media-result.ts#L29)
diff --git a/docs/interfaces/generated_client.ApiKeyApiCreateKeyRequest.md b/docs/interfaces/generated_client.ApiKeyApiCreateKeyRequest.md
index 60d036240..0048b95ba 100644
--- a/docs/interfaces/generated_client.ApiKeyApiCreateKeyRequest.md
+++ b/docs/interfaces/generated_client.ApiKeyApiCreateKeyRequest.md
@@ -28,4 +28,4 @@ Name of the app using the authentication key.
#### Defined in
-[generated-client/api/api-key-api.ts:236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L236)
+[generated-client/api/api-key-api.ts:236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L236)
diff --git a/docs/interfaces/generated_client.ApiKeyApiRevokeKeyRequest.md b/docs/interfaces/generated_client.ApiKeyApiRevokeKeyRequest.md
index 5fa1e6c2c..ad052b853 100644
--- a/docs/interfaces/generated_client.ApiKeyApiRevokeKeyRequest.md
+++ b/docs/interfaces/generated_client.ApiKeyApiRevokeKeyRequest.md
@@ -28,4 +28,4 @@ The access token to delete.
#### Defined in
-[generated-client/api/api-key-api.ts:250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L250)
+[generated-client/api/api-key-api.ts:250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L250)
diff --git a/docs/interfaces/generated_client.ArtistInfo.md b/docs/interfaces/generated_client.ArtistInfo.md
index 7c11b55a1..cc5232d16 100644
--- a/docs/interfaces/generated_client.ArtistInfo.md
+++ b/docs/interfaces/generated_client.ArtistInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.ArtistInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.ArtistInfo.md#metadatalanguage)
- [Name](generated_client.ArtistInfo.md#name)
+- [OriginalTitle](generated_client.ArtistInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.ArtistInfo.md#parentindexnumber)
- [Path](generated_client.ArtistInfo.md#path)
- [PremiereDate](generated_client.ArtistInfo.md#premieredate)
@@ -34,7 +35,7 @@
#### Defined in
-[generated-client/models/artist-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L65)
+[generated-client/models/artist-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L71)
___
@@ -46,7 +47,7 @@ ___
#### Defined in
-[generated-client/models/artist-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L83)
+[generated-client/models/artist-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L89)
___
@@ -60,7 +61,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/artist-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L47)
+[generated-client/models/artist-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L53)
___
@@ -74,7 +75,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/artist-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L41)
+[generated-client/models/artist-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L47)
___
@@ -88,7 +89,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/artist-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L29)
+[generated-client/models/artist-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L29)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** ArtistInfo
+
+#### Defined in
+
+[generated-client/models/artist-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L35)
___
@@ -100,7 +115,7 @@ ___
#### Defined in
-[generated-client/models/artist-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L71)
+[generated-client/models/artist-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L77)
___
@@ -114,7 +129,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/artist-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L35)
+[generated-client/models/artist-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L41)
___
@@ -126,7 +141,7 @@ ___
#### Defined in
-[generated-client/models/artist-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L77)
+[generated-client/models/artist-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L83)
___
@@ -140,19 +155,19 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/artist-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L53)
+[generated-client/models/artist-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L59)
___
### SongInfos
-• `Optional` **SongInfos**: ``null`` \| [`SongInfo`](generated_client.SongInfo.md)[]
+• `Optional` **SongInfos**: [`SongInfo`](generated_client.SongInfo.md)[]
**`memberof`** ArtistInfo
#### Defined in
-[generated-client/models/artist-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L89)
+[generated-client/models/artist-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L95)
___
@@ -166,4 +181,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/artist-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info.ts#L59)
+[generated-client/models/artist-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info.ts#L65)
diff --git a/docs/interfaces/generated_client.ArtistInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.ArtistInfoRemoteSearchQuery.md
index abf477fae..f28647e23 100644
--- a/docs/interfaces/generated_client.ArtistInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.ArtistInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/artist-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info-remote-search-query.ts#L47)
+[generated-client/models/artist-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/artist-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info-remote-search-query.ts#L35)
+[generated-client/models/artist-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/artist-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info-remote-search-query.ts#L29)
+[generated-client/models/artist-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** ArtistInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/artist-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/artist-info-remote-search-query.ts#L41)
+[generated-client/models/artist-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/artist-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.ArtistsApiGetAlbumArtistsRequest.md b/docs/interfaces/generated_client.ArtistsApiGetAlbumArtistsRequest.md
index 787609722..cb6174edc 100644
--- a/docs/interfaces/generated_client.ArtistsApiGetAlbumArtistsRequest.md
+++ b/docs/interfaces/generated_client.ArtistsApiGetAlbumArtistsRequest.md
@@ -38,6 +38,8 @@ Request parameters for getAlbumArtists operation in ArtistsApi.
- [personIds](generated_client.ArtistsApiGetAlbumArtistsRequest.md#personids)
- [personTypes](generated_client.ArtistsApiGetAlbumArtistsRequest.md#persontypes)
- [searchTerm](generated_client.ArtistsApiGetAlbumArtistsRequest.md#searchterm)
+- [sortBy](generated_client.ArtistsApiGetAlbumArtistsRequest.md#sortby)
+- [sortOrder](generated_client.ArtistsApiGetAlbumArtistsRequest.md#sortorder)
- [startIndex](generated_client.ArtistsApiGetAlbumArtistsRequest.md#startindex)
- [studioIds](generated_client.ArtistsApiGetAlbumArtistsRequest.md#studioids)
- [studios](generated_client.ArtistsApiGetAlbumArtistsRequest.md#studios)
@@ -57,7 +59,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/artists-api.ts:788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L788)
+[generated-client/api/artists-api.ts:820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L820)
___
@@ -71,7 +73,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/artists-api.ts:858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L858)
+[generated-client/api/artists-api.ts:904](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L904)
___
@@ -85,7 +87,7 @@ Total record count.
#### Defined in
-[generated-client/api/artists-api.ts:865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L865)
+[generated-client/api/artists-api.ts:911](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L911)
___
@@ -99,13 +101,13 @@ Optional, include user data.
#### Defined in
-[generated-client/api/artists-api.ts:774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L774)
+[generated-client/api/artists-api.ts:806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L806)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
@@ -113,7 +115,7 @@ Optional. If specified, results will be filtered out based on item type. This al
#### Defined in
-[generated-client/api/artists-api.ts:704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L704)
+[generated-client/api/artists-api.ts:736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L736)
___
@@ -127,7 +129,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/artists-api.ts:697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L697)
+[generated-client/api/artists-api.ts:729](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L729)
___
@@ -141,7 +143,7 @@ Optional. Specify additional filters to apply.
#### Defined in
-[generated-client/api/artists-api.ts:718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L718)
+[generated-client/api/artists-api.ts:750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L750)
___
@@ -155,7 +157,7 @@ Optional. If specified, results will be filtered based on genre id. This allows
#### Defined in
-[generated-client/api/artists-api.ts:746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L746)
+[generated-client/api/artists-api.ts:778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L778)
___
@@ -169,7 +171,7 @@ Optional. If specified, results will be filtered based on genre. This allows mul
#### Defined in
-[generated-client/api/artists-api.ts:739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L739)
+[generated-client/api/artists-api.ts:771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L771)
___
@@ -183,13 +185,13 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/artists-api.ts:781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L781)
+[generated-client/api/artists-api.ts:813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L813)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -197,7 +199,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/artists-api.ts:711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L711)
+[generated-client/api/artists-api.ts:743](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L743)
___
@@ -211,7 +213,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/artists-api.ts:725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L725)
+[generated-client/api/artists-api.ts:757](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L757)
___
@@ -225,7 +227,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/artists-api.ts:676](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L676)
+[generated-client/api/artists-api.ts:708](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L708)
___
@@ -239,7 +241,7 @@ Optional filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/artists-api.ts:732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L732)
+[generated-client/api/artists-api.ts:764](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L764)
___
@@ -253,7 +255,7 @@ Optional filter by minimum community rating.
#### Defined in
-[generated-client/api/artists-api.ts:662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L662)
+[generated-client/api/artists-api.ts:694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L694)
___
@@ -267,7 +269,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/artists-api.ts:851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L851)
+[generated-client/api/artists-api.ts:883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L883)
___
@@ -281,7 +283,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/artists-api.ts:844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L844)
+[generated-client/api/artists-api.ts:876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L876)
___
@@ -295,7 +297,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/artists-api.ts:837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L837)
+[generated-client/api/artists-api.ts:869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L869)
___
@@ -309,7 +311,7 @@ Optional. If specified, results will be filtered based on OfficialRating. This a
#### Defined in
-[generated-client/api/artists-api.ts:753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L753)
+[generated-client/api/artists-api.ts:785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L785)
___
@@ -323,7 +325,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/artists-api.ts:690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L690)
+[generated-client/api/artists-api.ts:722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L722)
___
@@ -337,7 +339,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/artists-api.ts:795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L795)
+[generated-client/api/artists-api.ts:827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L827)
___
@@ -351,7 +353,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/artists-api.ts:802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L802)
+[generated-client/api/artists-api.ts:834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L834)
___
@@ -365,7 +367,7 @@ Optional. If specified, along with Person, results will be filtered to include o
#### Defined in
-[generated-client/api/artists-api.ts:809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L809)
+[generated-client/api/artists-api.ts:841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L841)
___
@@ -379,7 +381,35 @@ Optional. Search term.
#### Defined in
-[generated-client/api/artists-api.ts:683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L683)
+[generated-client/api/artists-api.ts:715](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L715)
+
+___
+
+### sortBy
+
+• `Optional` `Readonly` **sortBy**: `string`[]
+
+Optional. Specify one or more sort orders, comma delimited.
+
+**`memberof`** ArtistsApiGetAlbumArtists
+
+#### Defined in
+
+[generated-client/api/artists-api.ts:890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L890)
+
+___
+
+### sortOrder
+
+• `Optional` `Readonly` **sortOrder**: [`SortOrder`](../enums/generated_client.SortOrder.md)[]
+
+Sort Order - Ascending,Descending.
+
+**`memberof`** ArtistsApiGetAlbumArtists
+
+#### Defined in
+
+[generated-client/api/artists-api.ts:897](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L897)
___
@@ -393,7 +423,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/artists-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L669)
+[generated-client/api/artists-api.ts:701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L701)
___
@@ -407,7 +437,7 @@ Optional. If specified, results will be filtered based on studio id. This allows
#### Defined in
-[generated-client/api/artists-api.ts:823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L823)
+[generated-client/api/artists-api.ts:855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L855)
___
@@ -421,7 +451,7 @@ Optional. If specified, results will be filtered based on studio. This allows mu
#### Defined in
-[generated-client/api/artists-api.ts:816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L816)
+[generated-client/api/artists-api.ts:848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L848)
___
@@ -435,7 +465,7 @@ Optional. If specified, results will be filtered based on tag. This allows multi
#### Defined in
-[generated-client/api/artists-api.ts:760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L760)
+[generated-client/api/artists-api.ts:792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L792)
___
@@ -449,7 +479,7 @@ User id.
#### Defined in
-[generated-client/api/artists-api.ts:830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L830)
+[generated-client/api/artists-api.ts:862](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L862)
___
@@ -463,4 +493,4 @@ Optional. If specified, results will be filtered based on production year. This
#### Defined in
-[generated-client/api/artists-api.ts:767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L767)
+[generated-client/api/artists-api.ts:799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L799)
diff --git a/docs/interfaces/generated_client.ArtistsApiGetArtistByNameRequest.md b/docs/interfaces/generated_client.ArtistsApiGetArtistByNameRequest.md
index a23ec1982..8dddb01d6 100644
--- a/docs/interfaces/generated_client.ArtistsApiGetArtistByNameRequest.md
+++ b/docs/interfaces/generated_client.ArtistsApiGetArtistByNameRequest.md
@@ -29,7 +29,7 @@ Studio name.
#### Defined in
-[generated-client/api/artists-api.ts:879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L879)
+[generated-client/api/artists-api.ts:925](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L925)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/artists-api.ts:886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L886)
+[generated-client/api/artists-api.ts:932](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L932)
diff --git a/docs/interfaces/generated_client.ArtistsApiGetArtistsRequest.md b/docs/interfaces/generated_client.ArtistsApiGetArtistsRequest.md
index df33c0960..b6a300d25 100644
--- a/docs/interfaces/generated_client.ArtistsApiGetArtistsRequest.md
+++ b/docs/interfaces/generated_client.ArtistsApiGetArtistsRequest.md
@@ -38,6 +38,8 @@ Request parameters for getArtists operation in ArtistsApi.
- [personIds](generated_client.ArtistsApiGetArtistsRequest.md#personids)
- [personTypes](generated_client.ArtistsApiGetArtistsRequest.md#persontypes)
- [searchTerm](generated_client.ArtistsApiGetArtistsRequest.md#searchterm)
+- [sortBy](generated_client.ArtistsApiGetArtistsRequest.md#sortby)
+- [sortOrder](generated_client.ArtistsApiGetArtistsRequest.md#sortorder)
- [startIndex](generated_client.ArtistsApiGetArtistsRequest.md#startindex)
- [studioIds](generated_client.ArtistsApiGetArtistsRequest.md#studioids)
- [studios](generated_client.ArtistsApiGetArtistsRequest.md#studios)
@@ -57,7 +59,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/artists-api.ts:1026](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1026)
+[generated-client/api/artists-api.ts:1072](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1072)
___
@@ -71,7 +73,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/artists-api.ts:1096](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1096)
+[generated-client/api/artists-api.ts:1156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1156)
___
@@ -85,7 +87,7 @@ Total record count.
#### Defined in
-[generated-client/api/artists-api.ts:1103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1103)
+[generated-client/api/artists-api.ts:1163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1163)
___
@@ -99,13 +101,13 @@ Optional, include user data.
#### Defined in
-[generated-client/api/artists-api.ts:1012](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1012)
+[generated-client/api/artists-api.ts:1058](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1058)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
@@ -113,7 +115,7 @@ Optional. If specified, results will be filtered out based on item type. This al
#### Defined in
-[generated-client/api/artists-api.ts:942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L942)
+[generated-client/api/artists-api.ts:988](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L988)
___
@@ -127,7 +129,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/artists-api.ts:935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L935)
+[generated-client/api/artists-api.ts:981](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L981)
___
@@ -141,7 +143,7 @@ Optional. Specify additional filters to apply.
#### Defined in
-[generated-client/api/artists-api.ts:956](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L956)
+[generated-client/api/artists-api.ts:1002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1002)
___
@@ -155,7 +157,7 @@ Optional. If specified, results will be filtered based on genre id. This allows
#### Defined in
-[generated-client/api/artists-api.ts:984](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L984)
+[generated-client/api/artists-api.ts:1030](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1030)
___
@@ -169,7 +171,7 @@ Optional. If specified, results will be filtered based on genre. This allows mul
#### Defined in
-[generated-client/api/artists-api.ts:977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L977)
+[generated-client/api/artists-api.ts:1023](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1023)
___
@@ -183,13 +185,13 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/artists-api.ts:1019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1019)
+[generated-client/api/artists-api.ts:1065](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1065)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -197,7 +199,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/artists-api.ts:949](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L949)
+[generated-client/api/artists-api.ts:995](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L995)
___
@@ -211,7 +213,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/artists-api.ts:963](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L963)
+[generated-client/api/artists-api.ts:1009](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1009)
___
@@ -225,7 +227,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/artists-api.ts:914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L914)
+[generated-client/api/artists-api.ts:960](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L960)
___
@@ -239,7 +241,7 @@ Optional filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/artists-api.ts:970](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L970)
+[generated-client/api/artists-api.ts:1016](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1016)
___
@@ -253,7 +255,7 @@ Optional filter by minimum community rating.
#### Defined in
-[generated-client/api/artists-api.ts:900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L900)
+[generated-client/api/artists-api.ts:946](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L946)
___
@@ -267,7 +269,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/artists-api.ts:1089](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1089)
+[generated-client/api/artists-api.ts:1135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1135)
___
@@ -281,7 +283,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/artists-api.ts:1082](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1082)
+[generated-client/api/artists-api.ts:1128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1128)
___
@@ -295,7 +297,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/artists-api.ts:1075](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1075)
+[generated-client/api/artists-api.ts:1121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1121)
___
@@ -309,7 +311,7 @@ Optional. If specified, results will be filtered based on OfficialRating. This a
#### Defined in
-[generated-client/api/artists-api.ts:991](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L991)
+[generated-client/api/artists-api.ts:1037](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1037)
___
@@ -323,7 +325,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/artists-api.ts:928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L928)
+[generated-client/api/artists-api.ts:974](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L974)
___
@@ -337,7 +339,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/artists-api.ts:1033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1033)
+[generated-client/api/artists-api.ts:1079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1079)
___
@@ -351,7 +353,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/artists-api.ts:1040](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1040)
+[generated-client/api/artists-api.ts:1086](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1086)
___
@@ -365,7 +367,7 @@ Optional. If specified, along with Person, results will be filtered to include o
#### Defined in
-[generated-client/api/artists-api.ts:1047](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1047)
+[generated-client/api/artists-api.ts:1093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1093)
___
@@ -379,7 +381,35 @@ Optional. Search term.
#### Defined in
-[generated-client/api/artists-api.ts:921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L921)
+[generated-client/api/artists-api.ts:967](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L967)
+
+___
+
+### sortBy
+
+• `Optional` `Readonly` **sortBy**: `string`[]
+
+Optional. Specify one or more sort orders, comma delimited.
+
+**`memberof`** ArtistsApiGetArtists
+
+#### Defined in
+
+[generated-client/api/artists-api.ts:1142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1142)
+
+___
+
+### sortOrder
+
+• `Optional` `Readonly` **sortOrder**: [`SortOrder`](../enums/generated_client.SortOrder.md)[]
+
+Sort Order - Ascending,Descending.
+
+**`memberof`** ArtistsApiGetArtists
+
+#### Defined in
+
+[generated-client/api/artists-api.ts:1149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1149)
___
@@ -393,7 +423,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/artists-api.ts:907](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L907)
+[generated-client/api/artists-api.ts:953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L953)
___
@@ -407,7 +437,7 @@ Optional. If specified, results will be filtered based on studio id. This allows
#### Defined in
-[generated-client/api/artists-api.ts:1061](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1061)
+[generated-client/api/artists-api.ts:1107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1107)
___
@@ -421,7 +451,7 @@ Optional. If specified, results will be filtered based on studio. This allows mu
#### Defined in
-[generated-client/api/artists-api.ts:1054](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1054)
+[generated-client/api/artists-api.ts:1100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1100)
___
@@ -435,7 +465,7 @@ Optional. If specified, results will be filtered based on tag. This allows multi
#### Defined in
-[generated-client/api/artists-api.ts:998](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L998)
+[generated-client/api/artists-api.ts:1044](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1044)
___
@@ -449,7 +479,7 @@ User id.
#### Defined in
-[generated-client/api/artists-api.ts:1068](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1068)
+[generated-client/api/artists-api.ts:1114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1114)
___
@@ -463,4 +493,4 @@ Optional. If specified, results will be filtered based on production year. This
#### Defined in
-[generated-client/api/artists-api.ts:1005](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L1005)
+[generated-client/api/artists-api.ts:1051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L1051)
diff --git a/docs/interfaces/generated_client.AudioApiGetAudioStreamByContainerRequest.md b/docs/interfaces/generated_client.AudioApiGetAudioStreamByContainerRequest.md
index 53692448f..dee5cb91a 100644
--- a/docs/interfaces/generated_client.AudioApiGetAudioStreamByContainerRequest.md
+++ b/docs/interfaces/generated_client.AudioApiGetAudioStreamByContainerRequest.md
@@ -76,7 +76,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/audio-api.ts:1993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1993)
+[generated-client/api/audio-api.ts:1993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1993)
___
@@ -90,7 +90,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2084)
+[generated-client/api/audio-api.ts:2084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2084)
___
@@ -104,7 +104,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2077)
+[generated-client/api/audio-api.ts:2077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2077)
___
@@ -118,7 +118,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/audio-api.ts:2112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2112)
+[generated-client/api/audio-api.ts:2112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2112)
___
@@ -132,7 +132,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2119)
+[generated-client/api/audio-api.ts:2119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2119)
___
@@ -146,7 +146,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/audio-api.ts:2063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2063)
+[generated-client/api/audio-api.ts:2063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2063)
___
@@ -160,7 +160,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/audio-api.ts:2098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2098)
+[generated-client/api/audio-api.ts:2098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2098)
___
@@ -174,7 +174,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/audio-api.ts:2294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2294)
+[generated-client/api/audio-api.ts:2294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2294)
___
@@ -188,7 +188,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/audio-api.ts:2091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2091)
+[generated-client/api/audio-api.ts:2091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2091)
___
@@ -202,7 +202,7 @@ The audio container.
#### Defined in
-[generated-client/api/audio-api.ts:1986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1986)
+[generated-client/api/audio-api.ts:1986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1986)
___
@@ -216,7 +216,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/audio-api.ts:2308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2308)
+[generated-client/api/audio-api.ts:2308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2308)
___
@@ -230,7 +230,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/audio-api.ts:2161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2161)
+[generated-client/api/audio-api.ts:2161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2161)
___
@@ -244,7 +244,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/audio-api.ts:2252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2252)
+[generated-client/api/audio-api.ts:2252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2252)
___
@@ -258,7 +258,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/audio-api.ts:2231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2231)
+[generated-client/api/audio-api.ts:2231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2231)
___
@@ -272,7 +272,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/audio-api.ts:2056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2056)
+[generated-client/api/audio-api.ts:2056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2056)
___
@@ -286,7 +286,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/audio-api.ts:2014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2014)
+[generated-client/api/audio-api.ts:2014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2014)
___
@@ -300,7 +300,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/audio-api.ts:2070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2070)
+[generated-client/api/audio-api.ts:2070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2070)
___
@@ -314,7 +314,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/audio-api.ts:2266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2266)
+[generated-client/api/audio-api.ts:2266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2266)
___
@@ -328,7 +328,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/audio-api.ts:2147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2147)
+[generated-client/api/audio-api.ts:2147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2147)
___
@@ -342,7 +342,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2182)
+[generated-client/api/audio-api.ts:2182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2182)
___
@@ -356,7 +356,7 @@ The item id.
#### Defined in
-[generated-client/api/audio-api.ts:1979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1979)
+[generated-client/api/audio-api.ts:1979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1979)
___
@@ -370,7 +370,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/audio-api.ts:2140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2140)
+[generated-client/api/audio-api.ts:2140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2140)
___
@@ -384,7 +384,7 @@ The live stream id.
#### Defined in
-[generated-client/api/audio-api.ts:2259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2259)
+[generated-client/api/audio-api.ts:2259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2259)
___
@@ -398,7 +398,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2105)
+[generated-client/api/audio-api.ts:2105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2105)
___
@@ -412,7 +412,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2126)
+[generated-client/api/audio-api.ts:2126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2126)
___
@@ -426,7 +426,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/audio-api.ts:2154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2154)
+[generated-client/api/audio-api.ts:2154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2154)
___
@@ -440,7 +440,7 @@ Optional.
#### Defined in
-[generated-client/api/audio-api.ts:2210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2210)
+[generated-client/api/audio-api.ts:2210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2210)
___
@@ -454,7 +454,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2217)
+[generated-client/api/audio-api.ts:2217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2217)
___
@@ -468,7 +468,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/audio-api.ts:2049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2049)
+[generated-client/api/audio-api.ts:2049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2049)
___
@@ -482,7 +482,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/audio-api.ts:2042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2042)
+[generated-client/api/audio-api.ts:2042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2042)
___
@@ -496,7 +496,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/audio-api.ts:2000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2000)
+[generated-client/api/audio-api.ts:2000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2000)
___
@@ -510,7 +510,7 @@ The play session id.
#### Defined in
-[generated-client/api/audio-api.ts:2021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2021)
+[generated-client/api/audio-api.ts:2021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2021)
___
@@ -524,7 +524,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/audio-api.ts:2133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2133)
+[generated-client/api/audio-api.ts:2133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2133)
___
@@ -538,7 +538,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/audio-api.ts:2224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2224)
+[generated-client/api/audio-api.ts:2224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2224)
___
@@ -552,7 +552,7 @@ Optional. Whether to require a non anamporphic stream.
#### Defined in
-[generated-client/api/audio-api.ts:2238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2238)
+[generated-client/api/audio-api.ts:2238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2238)
___
@@ -566,7 +566,7 @@ The segment container.
#### Defined in
-[generated-client/api/audio-api.ts:2028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2028)
+[generated-client/api/audio-api.ts:2028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2028)
___
@@ -580,7 +580,7 @@ The segment lenght.
#### Defined in
-[generated-client/api/audio-api.ts:2035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2035)
+[generated-client/api/audio-api.ts:2035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2035)
___
@@ -594,7 +594,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/audio-api.ts:2168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2168)
+[generated-client/api/audio-api.ts:2168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2168)
___
@@ -612,7 +612,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/audio-api.ts:2315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2315)
+[generated-client/api/audio-api.ts:2315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2315)
___
@@ -626,7 +626,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/audio-api.ts:2280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2280)
+[generated-client/api/audio-api.ts:2280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2280)
___
@@ -640,7 +640,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/audio-api.ts:2203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2203)
+[generated-client/api/audio-api.ts:2203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2203)
___
@@ -654,7 +654,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/audio-api.ts:2196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2196)
+[generated-client/api/audio-api.ts:2196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2196)
___
@@ -668,7 +668,7 @@ The tag.
#### Defined in
-[generated-client/api/audio-api.ts:2007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2007)
+[generated-client/api/audio-api.ts:2007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2007)
___
@@ -682,7 +682,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/audio-api.ts:2287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2287)
+[generated-client/api/audio-api.ts:2287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2287)
___
@@ -696,7 +696,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/audio-api.ts:2245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2245)
+[generated-client/api/audio-api.ts:2245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2245)
___
@@ -710,7 +710,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/audio-api.ts:2189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2189)
+[generated-client/api/audio-api.ts:2189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2189)
___
@@ -718,13 +718,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** AudioApiGetAudioStreamByContainer
#### Defined in
-[generated-client/api/audio-api.ts:2273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2273)
+[generated-client/api/audio-api.ts:2273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2273)
___
@@ -738,7 +738,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/audio-api.ts:2301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2301)
+[generated-client/api/audio-api.ts:2301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2301)
___
@@ -752,4 +752,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2175)
+[generated-client/api/audio-api.ts:2175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2175)
diff --git a/docs/interfaces/generated_client.AudioApiGetAudioStreamRequest.md b/docs/interfaces/generated_client.AudioApiGetAudioStreamRequest.md
index 49ccb86a7..e084d972d 100644
--- a/docs/interfaces/generated_client.AudioApiGetAudioStreamRequest.md
+++ b/docs/interfaces/generated_client.AudioApiGetAudioStreamRequest.md
@@ -76,7 +76,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/audio-api.ts:1643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1643)
+[generated-client/api/audio-api.ts:1643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1643)
___
@@ -90,7 +90,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/audio-api.ts:1734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1734)
+[generated-client/api/audio-api.ts:1734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1734)
___
@@ -104,7 +104,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/audio-api.ts:1727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1727)
+[generated-client/api/audio-api.ts:1727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1727)
___
@@ -118,7 +118,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/audio-api.ts:1762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1762)
+[generated-client/api/audio-api.ts:1762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1762)
___
@@ -132,7 +132,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:1769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1769)
+[generated-client/api/audio-api.ts:1769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1769)
___
@@ -146,7 +146,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/audio-api.ts:1713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1713)
+[generated-client/api/audio-api.ts:1713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1713)
___
@@ -160,7 +160,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/audio-api.ts:1748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1748)
+[generated-client/api/audio-api.ts:1748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1748)
___
@@ -174,7 +174,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/audio-api.ts:1944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1944)
+[generated-client/api/audio-api.ts:1944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1944)
___
@@ -188,7 +188,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/audio-api.ts:1741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1741)
+[generated-client/api/audio-api.ts:1741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1741)
___
@@ -202,7 +202,7 @@ The audio container.
#### Defined in
-[generated-client/api/audio-api.ts:1636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1636)
+[generated-client/api/audio-api.ts:1636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1636)
___
@@ -216,7 +216,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/audio-api.ts:1958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1958)
+[generated-client/api/audio-api.ts:1958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1958)
___
@@ -230,7 +230,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/audio-api.ts:1811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1811)
+[generated-client/api/audio-api.ts:1811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1811)
___
@@ -244,7 +244,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/audio-api.ts:1902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1902)
+[generated-client/api/audio-api.ts:1902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1902)
___
@@ -258,7 +258,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/audio-api.ts:1881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1881)
+[generated-client/api/audio-api.ts:1881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1881)
___
@@ -272,7 +272,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/audio-api.ts:1706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1706)
+[generated-client/api/audio-api.ts:1706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1706)
___
@@ -286,7 +286,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/audio-api.ts:1664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1664)
+[generated-client/api/audio-api.ts:1664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1664)
___
@@ -300,7 +300,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/audio-api.ts:1720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1720)
+[generated-client/api/audio-api.ts:1720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1720)
___
@@ -314,7 +314,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/audio-api.ts:1916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1916)
+[generated-client/api/audio-api.ts:1916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1916)
___
@@ -328,7 +328,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/audio-api.ts:1797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1797)
+[generated-client/api/audio-api.ts:1797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1797)
___
@@ -342,7 +342,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:1832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1832)
+[generated-client/api/audio-api.ts:1832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1832)
___
@@ -356,7 +356,7 @@ The item id.
#### Defined in
-[generated-client/api/audio-api.ts:1629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1629)
+[generated-client/api/audio-api.ts:1629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1629)
___
@@ -370,7 +370,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/audio-api.ts:1790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1790)
+[generated-client/api/audio-api.ts:1790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1790)
___
@@ -384,7 +384,7 @@ The live stream id.
#### Defined in
-[generated-client/api/audio-api.ts:1909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1909)
+[generated-client/api/audio-api.ts:1909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1909)
___
@@ -398,7 +398,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:1755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1755)
+[generated-client/api/audio-api.ts:1755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1755)
___
@@ -412,7 +412,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:1776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1776)
+[generated-client/api/audio-api.ts:1776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1776)
___
@@ -426,7 +426,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/audio-api.ts:1804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1804)
+[generated-client/api/audio-api.ts:1804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1804)
___
@@ -440,7 +440,7 @@ Optional.
#### Defined in
-[generated-client/api/audio-api.ts:1860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1860)
+[generated-client/api/audio-api.ts:1860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1860)
___
@@ -454,7 +454,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:1867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1867)
+[generated-client/api/audio-api.ts:1867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1867)
___
@@ -468,7 +468,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/audio-api.ts:1699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1699)
+[generated-client/api/audio-api.ts:1699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1699)
___
@@ -482,7 +482,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/audio-api.ts:1692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1692)
+[generated-client/api/audio-api.ts:1692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1692)
___
@@ -496,7 +496,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/audio-api.ts:1650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1650)
+[generated-client/api/audio-api.ts:1650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1650)
___
@@ -510,7 +510,7 @@ The play session id.
#### Defined in
-[generated-client/api/audio-api.ts:1671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1671)
+[generated-client/api/audio-api.ts:1671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1671)
___
@@ -524,7 +524,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/audio-api.ts:1783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1783)
+[generated-client/api/audio-api.ts:1783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1783)
___
@@ -538,7 +538,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/audio-api.ts:1874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1874)
+[generated-client/api/audio-api.ts:1874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1874)
___
@@ -552,7 +552,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/audio-api.ts:1888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1888)
+[generated-client/api/audio-api.ts:1888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1888)
___
@@ -566,7 +566,7 @@ The segment container.
#### Defined in
-[generated-client/api/audio-api.ts:1678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1678)
+[generated-client/api/audio-api.ts:1678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1678)
___
@@ -580,7 +580,7 @@ The segment length.
#### Defined in
-[generated-client/api/audio-api.ts:1685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1685)
+[generated-client/api/audio-api.ts:1685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1685)
___
@@ -594,7 +594,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/audio-api.ts:1818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1818)
+[generated-client/api/audio-api.ts:1818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1818)
___
@@ -612,7 +612,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/audio-api.ts:1965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1965)
+[generated-client/api/audio-api.ts:1965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1965)
___
@@ -626,7 +626,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/audio-api.ts:1930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1930)
+[generated-client/api/audio-api.ts:1930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1930)
___
@@ -640,7 +640,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/audio-api.ts:1853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1853)
+[generated-client/api/audio-api.ts:1853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1853)
___
@@ -654,7 +654,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/audio-api.ts:1846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1846)
+[generated-client/api/audio-api.ts:1846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1846)
___
@@ -668,7 +668,7 @@ The tag.
#### Defined in
-[generated-client/api/audio-api.ts:1657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1657)
+[generated-client/api/audio-api.ts:1657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1657)
___
@@ -682,7 +682,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/audio-api.ts:1937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1937)
+[generated-client/api/audio-api.ts:1937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1937)
___
@@ -696,7 +696,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/audio-api.ts:1895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1895)
+[generated-client/api/audio-api.ts:1895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1895)
___
@@ -710,7 +710,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/audio-api.ts:1839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1839)
+[generated-client/api/audio-api.ts:1839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1839)
___
@@ -718,13 +718,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** AudioApiGetAudioStream
#### Defined in
-[generated-client/api/audio-api.ts:1923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1923)
+[generated-client/api/audio-api.ts:1923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1923)
___
@@ -738,7 +738,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/audio-api.ts:1951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1951)
+[generated-client/api/audio-api.ts:1951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1951)
___
@@ -752,4 +752,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:1825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1825)
+[generated-client/api/audio-api.ts:1825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1825)
diff --git a/docs/interfaces/generated_client.AudioApiHeadAudioStreamByContainerRequest.md b/docs/interfaces/generated_client.AudioApiHeadAudioStreamByContainerRequest.md
index dbbe5d7ac..4215d22ff 100644
--- a/docs/interfaces/generated_client.AudioApiHeadAudioStreamByContainerRequest.md
+++ b/docs/interfaces/generated_client.AudioApiHeadAudioStreamByContainerRequest.md
@@ -76,7 +76,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/audio-api.ts:2693](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2693)
+[generated-client/api/audio-api.ts:2693](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2693)
___
@@ -90,7 +90,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2784)
+[generated-client/api/audio-api.ts:2784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2784)
___
@@ -104,7 +104,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2777)
+[generated-client/api/audio-api.ts:2777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2777)
___
@@ -118,7 +118,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/audio-api.ts:2812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2812)
+[generated-client/api/audio-api.ts:2812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2812)
___
@@ -132,7 +132,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2819)
+[generated-client/api/audio-api.ts:2819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2819)
___
@@ -146,7 +146,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/audio-api.ts:2763](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2763)
+[generated-client/api/audio-api.ts:2763](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2763)
___
@@ -160,7 +160,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/audio-api.ts:2798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2798)
+[generated-client/api/audio-api.ts:2798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2798)
___
@@ -174,7 +174,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/audio-api.ts:2994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2994)
+[generated-client/api/audio-api.ts:2994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2994)
___
@@ -188,7 +188,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/audio-api.ts:2791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2791)
+[generated-client/api/audio-api.ts:2791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2791)
___
@@ -202,7 +202,7 @@ The audio container.
#### Defined in
-[generated-client/api/audio-api.ts:2686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2686)
+[generated-client/api/audio-api.ts:2686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2686)
___
@@ -216,7 +216,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/audio-api.ts:3008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3008)
+[generated-client/api/audio-api.ts:3008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3008)
___
@@ -230,7 +230,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/audio-api.ts:2861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2861)
+[generated-client/api/audio-api.ts:2861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2861)
___
@@ -244,7 +244,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/audio-api.ts:2952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2952)
+[generated-client/api/audio-api.ts:2952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2952)
___
@@ -258,7 +258,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/audio-api.ts:2931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2931)
+[generated-client/api/audio-api.ts:2931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2931)
___
@@ -272,7 +272,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/audio-api.ts:2756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2756)
+[generated-client/api/audio-api.ts:2756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2756)
___
@@ -286,7 +286,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/audio-api.ts:2714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2714)
+[generated-client/api/audio-api.ts:2714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2714)
___
@@ -300,7 +300,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/audio-api.ts:2770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2770)
+[generated-client/api/audio-api.ts:2770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2770)
___
@@ -314,7 +314,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/audio-api.ts:2966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2966)
+[generated-client/api/audio-api.ts:2966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2966)
___
@@ -328,7 +328,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/audio-api.ts:2847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2847)
+[generated-client/api/audio-api.ts:2847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2847)
___
@@ -342,7 +342,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2882)
+[generated-client/api/audio-api.ts:2882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2882)
___
@@ -356,7 +356,7 @@ The item id.
#### Defined in
-[generated-client/api/audio-api.ts:2679](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2679)
+[generated-client/api/audio-api.ts:2679](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2679)
___
@@ -370,7 +370,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/audio-api.ts:2840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2840)
+[generated-client/api/audio-api.ts:2840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2840)
___
@@ -384,7 +384,7 @@ The live stream id.
#### Defined in
-[generated-client/api/audio-api.ts:2959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2959)
+[generated-client/api/audio-api.ts:2959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2959)
___
@@ -398,7 +398,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2805)
+[generated-client/api/audio-api.ts:2805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2805)
___
@@ -412,7 +412,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2826)
+[generated-client/api/audio-api.ts:2826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2826)
___
@@ -426,7 +426,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/audio-api.ts:2854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2854)
+[generated-client/api/audio-api.ts:2854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2854)
___
@@ -440,7 +440,7 @@ Optional.
#### Defined in
-[generated-client/api/audio-api.ts:2910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2910)
+[generated-client/api/audio-api.ts:2910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2910)
___
@@ -454,7 +454,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2917)
+[generated-client/api/audio-api.ts:2917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2917)
___
@@ -468,7 +468,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/audio-api.ts:2749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2749)
+[generated-client/api/audio-api.ts:2749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2749)
___
@@ -482,7 +482,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/audio-api.ts:2742](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2742)
+[generated-client/api/audio-api.ts:2742](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2742)
___
@@ -496,7 +496,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/audio-api.ts:2700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2700)
+[generated-client/api/audio-api.ts:2700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2700)
___
@@ -510,7 +510,7 @@ The play session id.
#### Defined in
-[generated-client/api/audio-api.ts:2721](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2721)
+[generated-client/api/audio-api.ts:2721](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2721)
___
@@ -524,7 +524,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/audio-api.ts:2833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2833)
+[generated-client/api/audio-api.ts:2833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2833)
___
@@ -538,7 +538,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/audio-api.ts:2924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2924)
+[generated-client/api/audio-api.ts:2924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2924)
___
@@ -552,7 +552,7 @@ Optional. Whether to require a non anamporphic stream.
#### Defined in
-[generated-client/api/audio-api.ts:2938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2938)
+[generated-client/api/audio-api.ts:2938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2938)
___
@@ -566,7 +566,7 @@ The segment container.
#### Defined in
-[generated-client/api/audio-api.ts:2728](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2728)
+[generated-client/api/audio-api.ts:2728](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2728)
___
@@ -580,7 +580,7 @@ The segment lenght.
#### Defined in
-[generated-client/api/audio-api.ts:2735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2735)
+[generated-client/api/audio-api.ts:2735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2735)
___
@@ -594,7 +594,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/audio-api.ts:2868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2868)
+[generated-client/api/audio-api.ts:2868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2868)
___
@@ -612,7 +612,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/audio-api.ts:3015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3015)
+[generated-client/api/audio-api.ts:3015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3015)
___
@@ -626,7 +626,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/audio-api.ts:2980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2980)
+[generated-client/api/audio-api.ts:2980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2980)
___
@@ -640,7 +640,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/audio-api.ts:2903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2903)
+[generated-client/api/audio-api.ts:2903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2903)
___
@@ -654,7 +654,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/audio-api.ts:2896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2896)
+[generated-client/api/audio-api.ts:2896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2896)
___
@@ -668,7 +668,7 @@ The tag.
#### Defined in
-[generated-client/api/audio-api.ts:2707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2707)
+[generated-client/api/audio-api.ts:2707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2707)
___
@@ -682,7 +682,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/audio-api.ts:2987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2987)
+[generated-client/api/audio-api.ts:2987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2987)
___
@@ -696,7 +696,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/audio-api.ts:2945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2945)
+[generated-client/api/audio-api.ts:2945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2945)
___
@@ -710,7 +710,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/audio-api.ts:2889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2889)
+[generated-client/api/audio-api.ts:2889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2889)
___
@@ -718,13 +718,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** AudioApiHeadAudioStreamByContainer
#### Defined in
-[generated-client/api/audio-api.ts:2973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2973)
+[generated-client/api/audio-api.ts:2973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2973)
___
@@ -738,7 +738,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/audio-api.ts:3001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L3001)
+[generated-client/api/audio-api.ts:3001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L3001)
___
@@ -752,4 +752,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2875)
+[generated-client/api/audio-api.ts:2875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2875)
diff --git a/docs/interfaces/generated_client.AudioApiHeadAudioStreamRequest.md b/docs/interfaces/generated_client.AudioApiHeadAudioStreamRequest.md
index 980f8ffc8..3ca3786fd 100644
--- a/docs/interfaces/generated_client.AudioApiHeadAudioStreamRequest.md
+++ b/docs/interfaces/generated_client.AudioApiHeadAudioStreamRequest.md
@@ -76,7 +76,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/audio-api.ts:2343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2343)
+[generated-client/api/audio-api.ts:2343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2343)
___
@@ -90,7 +90,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2434)
+[generated-client/api/audio-api.ts:2434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2434)
___
@@ -104,7 +104,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/audio-api.ts:2427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2427)
+[generated-client/api/audio-api.ts:2427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2427)
___
@@ -118,7 +118,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/audio-api.ts:2462](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2462)
+[generated-client/api/audio-api.ts:2462](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2462)
___
@@ -132,7 +132,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2469)
+[generated-client/api/audio-api.ts:2469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2469)
___
@@ -146,7 +146,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/audio-api.ts:2413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2413)
+[generated-client/api/audio-api.ts:2413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2413)
___
@@ -160,7 +160,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/audio-api.ts:2448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2448)
+[generated-client/api/audio-api.ts:2448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2448)
___
@@ -174,7 +174,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/audio-api.ts:2644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2644)
+[generated-client/api/audio-api.ts:2644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2644)
___
@@ -188,7 +188,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/audio-api.ts:2441](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2441)
+[generated-client/api/audio-api.ts:2441](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2441)
___
@@ -202,7 +202,7 @@ The audio container.
#### Defined in
-[generated-client/api/audio-api.ts:2336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2336)
+[generated-client/api/audio-api.ts:2336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2336)
___
@@ -216,7 +216,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/audio-api.ts:2658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2658)
+[generated-client/api/audio-api.ts:2658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2658)
___
@@ -230,7 +230,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/audio-api.ts:2511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2511)
+[generated-client/api/audio-api.ts:2511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2511)
___
@@ -244,7 +244,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/audio-api.ts:2602](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2602)
+[generated-client/api/audio-api.ts:2602](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2602)
___
@@ -258,7 +258,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/audio-api.ts:2581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2581)
+[generated-client/api/audio-api.ts:2581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2581)
___
@@ -272,7 +272,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/audio-api.ts:2406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2406)
+[generated-client/api/audio-api.ts:2406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2406)
___
@@ -286,7 +286,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/audio-api.ts:2364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2364)
+[generated-client/api/audio-api.ts:2364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2364)
___
@@ -300,7 +300,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/audio-api.ts:2420](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2420)
+[generated-client/api/audio-api.ts:2420](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2420)
___
@@ -314,7 +314,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/audio-api.ts:2616](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2616)
+[generated-client/api/audio-api.ts:2616](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2616)
___
@@ -328,7 +328,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/audio-api.ts:2497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2497)
+[generated-client/api/audio-api.ts:2497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2497)
___
@@ -342,7 +342,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2532)
+[generated-client/api/audio-api.ts:2532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2532)
___
@@ -356,7 +356,7 @@ The item id.
#### Defined in
-[generated-client/api/audio-api.ts:2329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2329)
+[generated-client/api/audio-api.ts:2329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2329)
___
@@ -370,7 +370,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/audio-api.ts:2490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2490)
+[generated-client/api/audio-api.ts:2490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2490)
___
@@ -384,7 +384,7 @@ The live stream id.
#### Defined in
-[generated-client/api/audio-api.ts:2609](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2609)
+[generated-client/api/audio-api.ts:2609](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2609)
___
@@ -398,7 +398,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2455)
+[generated-client/api/audio-api.ts:2455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2455)
___
@@ -412,7 +412,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/audio-api.ts:2476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2476)
+[generated-client/api/audio-api.ts:2476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2476)
___
@@ -426,7 +426,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/audio-api.ts:2504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2504)
+[generated-client/api/audio-api.ts:2504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2504)
___
@@ -440,7 +440,7 @@ Optional.
#### Defined in
-[generated-client/api/audio-api.ts:2560](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2560)
+[generated-client/api/audio-api.ts:2560](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2560)
___
@@ -454,7 +454,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/audio-api.ts:2567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2567)
+[generated-client/api/audio-api.ts:2567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2567)
___
@@ -468,7 +468,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/audio-api.ts:2399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2399)
+[generated-client/api/audio-api.ts:2399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2399)
___
@@ -482,7 +482,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/audio-api.ts:2392](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2392)
+[generated-client/api/audio-api.ts:2392](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2392)
___
@@ -496,7 +496,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/audio-api.ts:2350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2350)
+[generated-client/api/audio-api.ts:2350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2350)
___
@@ -510,7 +510,7 @@ The play session id.
#### Defined in
-[generated-client/api/audio-api.ts:2371](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2371)
+[generated-client/api/audio-api.ts:2371](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2371)
___
@@ -524,7 +524,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/audio-api.ts:2483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2483)
+[generated-client/api/audio-api.ts:2483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2483)
___
@@ -538,7 +538,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/audio-api.ts:2574](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2574)
+[generated-client/api/audio-api.ts:2574](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2574)
___
@@ -552,7 +552,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/audio-api.ts:2588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2588)
+[generated-client/api/audio-api.ts:2588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2588)
___
@@ -566,7 +566,7 @@ The segment container.
#### Defined in
-[generated-client/api/audio-api.ts:2378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2378)
+[generated-client/api/audio-api.ts:2378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2378)
___
@@ -580,7 +580,7 @@ The segment length.
#### Defined in
-[generated-client/api/audio-api.ts:2385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2385)
+[generated-client/api/audio-api.ts:2385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2385)
___
@@ -594,7 +594,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/audio-api.ts:2518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2518)
+[generated-client/api/audio-api.ts:2518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2518)
___
@@ -612,7 +612,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/audio-api.ts:2665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2665)
+[generated-client/api/audio-api.ts:2665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2665)
___
@@ -626,7 +626,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/audio-api.ts:2630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2630)
+[generated-client/api/audio-api.ts:2630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2630)
___
@@ -640,7 +640,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/audio-api.ts:2553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2553)
+[generated-client/api/audio-api.ts:2553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2553)
___
@@ -654,7 +654,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/audio-api.ts:2546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2546)
+[generated-client/api/audio-api.ts:2546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2546)
___
@@ -668,7 +668,7 @@ The tag.
#### Defined in
-[generated-client/api/audio-api.ts:2357](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2357)
+[generated-client/api/audio-api.ts:2357](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2357)
___
@@ -682,7 +682,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/audio-api.ts:2637](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2637)
+[generated-client/api/audio-api.ts:2637](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2637)
___
@@ -696,7 +696,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/audio-api.ts:2595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2595)
+[generated-client/api/audio-api.ts:2595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2595)
___
@@ -710,7 +710,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/audio-api.ts:2539](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2539)
+[generated-client/api/audio-api.ts:2539](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2539)
___
@@ -718,13 +718,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** AudioApiHeadAudioStream
#### Defined in
-[generated-client/api/audio-api.ts:2623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2623)
+[generated-client/api/audio-api.ts:2623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2623)
___
@@ -738,7 +738,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/audio-api.ts:2651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2651)
+[generated-client/api/audio-api.ts:2651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2651)
___
@@ -752,4 +752,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/audio-api.ts:2525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L2525)
+[generated-client/api/audio-api.ts:2525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L2525)
diff --git a/docs/interfaces/generated_client.AuthenticateUserByName.md b/docs/interfaces/generated_client.AuthenticateUserByName.md
index 2fe5fe836..698c6279c 100644
--- a/docs/interfaces/generated_client.AuthenticateUserByName.md
+++ b/docs/interfaces/generated_client.AuthenticateUserByName.md
@@ -28,9 +28,11 @@ Gets or sets the sha1-hashed password.
**`memberof`** AuthenticateUserByName
+**`deprecated`**
+
#### Defined in
-[generated-client/models/authenticate-user-by-name.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authenticate-user-by-name.ts#L40)
+[generated-client/models/authenticate-user-by-name.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authenticate-user-by-name.ts#L41)
___
@@ -44,7 +46,7 @@ Gets or sets the plain text password.
#### Defined in
-[generated-client/models/authenticate-user-by-name.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authenticate-user-by-name.ts#L34)
+[generated-client/models/authenticate-user-by-name.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authenticate-user-by-name.ts#L34)
___
@@ -58,4 +60,4 @@ Gets or sets the username.
#### Defined in
-[generated-client/models/authenticate-user-by-name.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authenticate-user-by-name.ts#L28)
+[generated-client/models/authenticate-user-by-name.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authenticate-user-by-name.ts#L28)
diff --git a/docs/interfaces/generated_client.AuthenticationInfo.md b/docs/interfaces/generated_client.AuthenticationInfo.md
index cde88ab33..1107952bf 100644
--- a/docs/interfaces/generated_client.AuthenticationInfo.md
+++ b/docs/interfaces/generated_client.AuthenticationInfo.md
@@ -37,7 +37,7 @@ Gets or sets the access token.
#### Defined in
-[generated-client/models/authentication-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L34)
+[generated-client/models/authentication-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L34)
___
@@ -51,7 +51,7 @@ Gets or sets the name of the application.
#### Defined in
-[generated-client/models/authentication-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L46)
+[generated-client/models/authentication-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L46)
___
@@ -65,7 +65,7 @@ Gets or sets the application version.
#### Defined in
-[generated-client/models/authentication-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L52)
+[generated-client/models/authentication-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L52)
___
@@ -79,7 +79,7 @@ Gets or sets the date created.
#### Defined in
-[generated-client/models/authentication-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L76)
+[generated-client/models/authentication-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L76)
___
@@ -91,7 +91,7 @@ ___
#### Defined in
-[generated-client/models/authentication-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L88)
+[generated-client/models/authentication-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L88)
___
@@ -105,7 +105,7 @@ Gets or sets the date revoked.
#### Defined in
-[generated-client/models/authentication-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L82)
+[generated-client/models/authentication-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L82)
___
@@ -119,7 +119,7 @@ Gets or sets the device identifier.
#### Defined in
-[generated-client/models/authentication-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L40)
+[generated-client/models/authentication-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L40)
___
@@ -133,7 +133,7 @@ Gets or sets the name of the device.
#### Defined in
-[generated-client/models/authentication-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L58)
+[generated-client/models/authentication-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L58)
___
@@ -147,7 +147,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/authentication-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L28)
+[generated-client/models/authentication-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L28)
___
@@ -161,7 +161,7 @@ Gets or sets a value indicating whether this instance is active.
#### Defined in
-[generated-client/models/authentication-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L70)
+[generated-client/models/authentication-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L70)
___
@@ -175,7 +175,7 @@ Gets or sets the user identifier.
#### Defined in
-[generated-client/models/authentication-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L64)
+[generated-client/models/authentication-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L64)
___
@@ -187,4 +187,4 @@ ___
#### Defined in
-[generated-client/models/authentication-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info.ts#L94)
+[generated-client/models/authentication-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info.ts#L94)
diff --git a/docs/interfaces/generated_client.AuthenticationInfoQueryResult.md b/docs/interfaces/generated_client.AuthenticationInfoQueryResult.md
index de8584c65..bbd3e795a 100644
--- a/docs/interfaces/generated_client.AuthenticationInfoQueryResult.md
+++ b/docs/interfaces/generated_client.AuthenticationInfoQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/authentication-info-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info-query-result.ts#L29)
+[generated-client/models/authentication-info-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** AuthenticationInfoQueryResult
#### Defined in
-[generated-client/models/authentication-info-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info-query-result.ts#L41)
+[generated-client/models/authentication-info-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** AuthenticationInfoQueryResult
#### Defined in
-[generated-client/models/authentication-info-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-info-query-result.ts#L35)
+[generated-client/models/authentication-info-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-info-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.AuthenticationResult.md b/docs/interfaces/generated_client.AuthenticationResult.md
index e2b9ce140..d1af5a720 100644
--- a/docs/interfaces/generated_client.AuthenticationResult.md
+++ b/docs/interfaces/generated_client.AuthenticationResult.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/authentication-result.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-result.ts#L42)
+[generated-client/models/authentication-result.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-result.ts#L42)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/authentication-result.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-result.ts#L48)
+[generated-client/models/authentication-result.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-result.ts#L48)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/authentication-result.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-result.ts#L36)
+[generated-client/models/authentication-result.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-result.ts#L36)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/authentication-result.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/authentication-result.ts#L30)
+[generated-client/models/authentication-result.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/authentication-result.ts#L30)
diff --git a/docs/interfaces/generated_client.BaseItem.md b/docs/interfaces/generated_client.BaseItem.md
index 621643c95..5d1ef0f16 100644
--- a/docs/interfaces/generated_client.BaseItem.md
+++ b/docs/interfaces/generated_client.BaseItem.md
@@ -36,7 +36,7 @@ Class BaseItem.
#### Defined in
-[generated-client/models/base-item.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L35)
+[generated-client/models/base-item.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L35)
___
@@ -48,7 +48,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L41)
+[generated-client/models/base-item.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L77)
___
@@ -60,7 +60,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L83)
+[generated-client/models/base-item.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L71)
___
@@ -72,7 +72,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L77)
+[generated-client/models/base-item.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L65)
___
@@ -84,7 +84,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L53)
+[generated-client/models/base-item.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L41)
___
@@ -96,7 +96,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L59)
+[generated-client/models/base-item.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L47)
___
@@ -110,7 +110,7 @@ Gets or sets the remote trailers.
#### Defined in
-[generated-client/models/base-item.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L47)
+[generated-client/models/base-item.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L83)
___
@@ -122,7 +122,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L65)
+[generated-client/models/base-item.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L53)
___
@@ -134,7 +134,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L29)
+[generated-client/models/base-item.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L29)
___
@@ -146,7 +146,7 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L89)
+[generated-client/models/base-item.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L89)
___
@@ -158,4 +158,4 @@ ___
#### Defined in
-[generated-client/models/base-item.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item.ts#L71)
+[generated-client/models/base-item.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item.ts#L59)
diff --git a/docs/interfaces/generated_client.BaseItemDto.md b/docs/interfaces/generated_client.BaseItemDto.md
index 4c25055d2..eec598148 100644
--- a/docs/interfaces/generated_client.BaseItemDto.md
+++ b/docs/interfaces/generated_client.BaseItemDto.md
@@ -178,7 +178,7 @@ Gets or sets the air days.
#### Defined in
-[generated-client/models/base-item-dto.ts:479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L479)
+[generated-client/models/base-item-dto.ts:480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L480)
___
@@ -192,7 +192,7 @@ Gets or sets the air time.
#### Defined in
-[generated-client/models/base-item-dto.ts:473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L473)
+[generated-client/models/base-item-dto.ts:474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L474)
___
@@ -204,7 +204,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L113)
+[generated-client/models/base-item-dto.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L114)
___
@@ -216,7 +216,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L119)
+[generated-client/models/base-item-dto.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L120)
___
@@ -228,7 +228,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L107)
+[generated-client/models/base-item-dto.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L108)
___
@@ -242,7 +242,7 @@ Gets or sets the album.
#### Defined in
-[generated-client/models/base-item-dto.ts:509](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L509)
+[generated-client/models/base-item-dto.ts:510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L510)
___
@@ -256,7 +256,7 @@ Gets or sets the album artist.
#### Defined in
-[generated-client/models/base-item-dto.ts:545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L545)
+[generated-client/models/base-item-dto.ts:546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L546)
___
@@ -270,7 +270,7 @@ Gets or sets the album artists.
#### Defined in
-[generated-client/models/base-item-dto.ts:551](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L551)
+[generated-client/models/base-item-dto.ts:552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L552)
___
@@ -284,7 +284,7 @@ Gets or sets the album count.
#### Defined in
-[generated-client/models/base-item-dto.ts:737](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L737)
+[generated-client/models/base-item-dto.ts:738](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L738)
___
@@ -298,7 +298,7 @@ Gets or sets the album id.
#### Defined in
-[generated-client/models/base-item-dto.ts:527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L527)
+[generated-client/models/base-item-dto.ts:528](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L528)
___
@@ -312,7 +312,7 @@ Gets or sets the album image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L533)
+[generated-client/models/base-item-dto.ts:534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L534)
___
@@ -324,7 +324,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L833)
+[generated-client/models/base-item-dto.ts:834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L834)
___
@@ -336,7 +336,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L809)
+[generated-client/models/base-item-dto.ts:810](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L810)
___
@@ -348,7 +348,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:743](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L743)
+[generated-client/models/base-item-dto.ts:744](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L744)
___
@@ -362,7 +362,7 @@ Gets or sets the artist items.
#### Defined in
-[generated-client/models/base-item-dto.ts:503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L503)
+[generated-client/models/base-item-dto.ts:504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L504)
___
@@ -376,7 +376,7 @@ Gets or sets the artists.
#### Defined in
-[generated-client/models/base-item-dto.ts:497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L497)
+[generated-client/models/base-item-dto.ts:498](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L498)
___
@@ -390,7 +390,7 @@ Gets or sets the aspect ratio.
#### Defined in
-[generated-client/models/base-item-dto.ts:293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L293)
+[generated-client/models/base-item-dto.ts:294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L294)
___
@@ -402,7 +402,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:893](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L893)
+[generated-client/models/base-item-dto.ts:894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L894)
___
@@ -416,7 +416,7 @@ Gets or sets the backdrop image tags.
#### Defined in
-[generated-client/models/base-item-dto.ts:593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L593)
+[generated-client/models/base-item-dto.ts:594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L594)
___
@@ -428,7 +428,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:773](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L773)
+[generated-client/models/base-item-dto.ts:774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L774)
___
@@ -440,7 +440,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:779](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L779)
+[generated-client/models/base-item-dto.ts:780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L780)
___
@@ -452,7 +452,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L125)
+[generated-client/models/base-item-dto.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L126)
___
@@ -464,7 +464,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L131)
+[generated-client/models/base-item-dto.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L132)
___
@@ -478,7 +478,7 @@ Gets or sets the channel identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L239)
+[generated-client/models/base-item-dto.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L240)
___
@@ -490,7 +490,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L245)
+[generated-client/models/base-item-dto.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L246)
___
@@ -502,7 +502,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L317)
+[generated-client/models/base-item-dto.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L318)
___
@@ -516,7 +516,7 @@ Gets or sets the channel primary image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:857](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L857)
+[generated-client/models/base-item-dto.ts:858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L858)
___
@@ -528,7 +528,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L887)
+[generated-client/models/base-item-dto.ts:888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L888)
___
@@ -542,7 +542,7 @@ Gets or sets the chapters.
#### Defined in
-[generated-client/models/base-item-dto.ts:665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L665)
+[generated-client/models/base-item-dto.ts:666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L666)
___
@@ -556,7 +556,7 @@ Gets or sets the child count.
#### Defined in
-[generated-client/models/base-item-dto.ts:431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L431)
+[generated-client/models/base-item-dto.ts:432](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L432)
___
@@ -570,7 +570,7 @@ Gets or sets the type of the collection.
#### Defined in
-[generated-client/models/base-item-dto.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L515)
+[generated-client/models/base-item-dto.ts:516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L516)
___
@@ -584,7 +584,7 @@ Gets or sets the community rating.
#### Defined in
-[generated-client/models/base-item-dto.ts:269](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L269)
+[generated-client/models/base-item-dto.ts:270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L270)
___
@@ -598,7 +598,7 @@ Gets or sets the completion percentage.
#### Defined in
-[generated-client/models/base-item-dto.ts:869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L869)
+[generated-client/models/base-item-dto.ts:870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L870)
___
@@ -610,7 +610,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L161)
+[generated-client/models/base-item-dto.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L162)
___
@@ -624,7 +624,7 @@ Gets or sets the critic rating.
#### Defined in
-[generated-client/models/base-item-dto.ts:203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L203)
+[generated-client/models/base-item-dto.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L204)
___
@@ -638,7 +638,7 @@ Gets or sets the cumulative run time ticks.
#### Defined in
-[generated-client/models/base-item-dto.ts:275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L275)
+[generated-client/models/base-item-dto.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L276)
___
@@ -650,7 +650,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:947](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L947)
+[generated-client/models/base-item-dto.ts:948](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L948)
___
@@ -664,7 +664,7 @@ Gets or sets the custom rating.
#### Defined in
-[generated-client/models/base-item-dto.ts:233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L233)
+[generated-client/models/base-item-dto.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L234)
___
@@ -678,7 +678,7 @@ Gets or sets the date created.
#### Defined in
-[generated-client/models/base-item-dto.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L89)
+[generated-client/models/base-item-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L90)
___
@@ -690,7 +690,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L95)
+[generated-client/models/base-item-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L96)
___
@@ -704,7 +704,7 @@ Gets or sets the display order.
#### Defined in
-[generated-client/models/base-item-dto.ts:521](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L521)
+[generated-client/models/base-item-dto.ts:522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L522)
___
@@ -718,7 +718,7 @@ Gets or sets the display preferences id.
#### Defined in
-[generated-client/models/base-item-dto.ts:461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L461)
+[generated-client/models/base-item-dto.ts:462](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L462)
___
@@ -730,7 +730,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:221](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L221)
+[generated-client/models/base-item-dto.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L222)
___
@@ -744,7 +744,7 @@ Gets or sets the end date.
#### Defined in
-[generated-client/models/base-item-dto.ts:689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L689)
+[generated-client/models/base-item-dto.ts:690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L690)
___
@@ -758,7 +758,7 @@ Gets or sets the episode count.
#### Defined in
-[generated-client/models/base-item-dto.ts:725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L725)
+[generated-client/models/base-item-dto.ts:726](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L726)
___
@@ -772,7 +772,7 @@ Gets or sets the episode title.
#### Defined in
-[generated-client/models/base-item-dto.ts:881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L881)
+[generated-client/models/base-item-dto.ts:882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L882)
___
@@ -786,7 +786,7 @@ Gets or sets the etag.
#### Defined in
-[generated-client/models/base-item-dto.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L71)
+[generated-client/models/base-item-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L72)
___
@@ -798,7 +798,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L791)
+[generated-client/models/base-item-dto.ts:792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L792)
___
@@ -812,7 +812,7 @@ Gets or sets the external urls.
#### Defined in
-[generated-client/models/base-item-dto.ts:191](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L191)
+[generated-client/models/base-item-dto.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L192)
___
@@ -824,7 +824,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L101)
+[generated-client/models/base-item-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L102)
___
@@ -836,7 +836,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L797)
+[generated-client/models/base-item-dto.ts:798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L798)
___
@@ -848,7 +848,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:173](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L173)
+[generated-client/models/base-item-dto.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L174)
___
@@ -860,7 +860,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L389)
+[generated-client/models/base-item-dto.ts:390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L390)
___
@@ -874,7 +874,7 @@ Gets or sets the genres.
#### Defined in
-[generated-client/models/base-item-dto.ts:263](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L263)
+[generated-client/models/base-item-dto.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L264)
___
@@ -886,7 +886,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:137](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L137)
+[generated-client/models/base-item-dto.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L138)
___
@@ -898,7 +898,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L767)
+[generated-client/models/base-item-dto.ts:768](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L768)
___
@@ -912,7 +912,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/base-item-dto.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L65)
+[generated-client/models/base-item-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L66)
___
@@ -924,7 +924,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L629)
+[generated-client/models/base-item-dto.ts:630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L630)
___
@@ -936,7 +936,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:803](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L803)
+[generated-client/models/base-item-dto.ts:804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L804)
___
@@ -950,7 +950,7 @@ Gets or sets the image tags.
#### Defined in
-[generated-client/models/base-item-dto.ts:587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L587)
+[generated-client/models/base-item-dto.ts:588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L588)
___
@@ -964,7 +964,7 @@ Gets or sets the index number.
#### Defined in
-[generated-client/models/base-item-dto.ts:323](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L323)
+[generated-client/models/base-item-dto.ts:324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L324)
___
@@ -978,7 +978,7 @@ Gets or sets the index number end.
#### Defined in
-[generated-client/models/base-item-dto.ts:329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L329)
+[generated-client/models/base-item-dto.ts:330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L330)
___
@@ -992,7 +992,7 @@ Gets or sets a value indicating whether this instance is folder.
#### Defined in
-[generated-client/models/base-item-dto.ts:359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L359)
+[generated-client/models/base-item-dto.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L360)
___
@@ -1006,7 +1006,7 @@ Gets or sets a value indicating whether this instance is HD.
#### Defined in
-[generated-client/models/base-item-dto.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L353)
+[generated-client/models/base-item-dto.ts:354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L354)
___
@@ -1020,7 +1020,7 @@ Gets or sets a value indicating whether this instance is kids.
#### Defined in
-[generated-client/models/base-item-dto.ts:929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L929)
+[generated-client/models/base-item-dto.ts:930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L930)
___
@@ -1034,7 +1034,7 @@ Gets or sets a value indicating whether this instance is live.
#### Defined in
-[generated-client/models/base-item-dto.ts:917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L917)
+[generated-client/models/base-item-dto.ts:918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L918)
___
@@ -1048,7 +1048,7 @@ Gets or sets a value indicating whether this instance is movie.
#### Defined in
-[generated-client/models/base-item-dto.ts:899](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L899)
+[generated-client/models/base-item-dto.ts:900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L900)
___
@@ -1062,7 +1062,7 @@ Gets or sets a value indicating whether this instance is news.
#### Defined in
-[generated-client/models/base-item-dto.ts:923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L923)
+[generated-client/models/base-item-dto.ts:924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L924)
___
@@ -1076,7 +1076,7 @@ Gets or sets a value indicating whether this instance is place holder.
#### Defined in
-[generated-client/models/base-item-dto.ts:305](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L305)
+[generated-client/models/base-item-dto.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L306)
___
@@ -1090,7 +1090,7 @@ Gets or sets a value indicating whether this instance is premiere.
#### Defined in
-[generated-client/models/base-item-dto.ts:935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L935)
+[generated-client/models/base-item-dto.ts:936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L936)
___
@@ -1104,7 +1104,7 @@ Gets or sets a value indicating whether this instance is repeat.
#### Defined in
-[generated-client/models/base-item-dto.ts:875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L875)
+[generated-client/models/base-item-dto.ts:876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L876)
___
@@ -1118,7 +1118,7 @@ Gets or sets a value indicating whether this instance is series.
#### Defined in
-[generated-client/models/base-item-dto.ts:911](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L911)
+[generated-client/models/base-item-dto.ts:912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L912)
___
@@ -1132,7 +1132,7 @@ Gets or sets a value indicating whether this instance is sports.
#### Defined in
-[generated-client/models/base-item-dto.ts:905](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L905)
+[generated-client/models/base-item-dto.ts:906](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L906)
___
@@ -1144,7 +1144,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L839)
+[generated-client/models/base-item-dto.ts:840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L840)
___
@@ -1156,7 +1156,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L677)
+[generated-client/models/base-item-dto.ts:678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L678)
___
@@ -1168,7 +1168,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L821)
+[generated-client/models/base-item-dto.ts:822](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L822)
___
@@ -1182,7 +1182,7 @@ Gets or sets the local trailer count.
#### Defined in
-[generated-client/models/base-item-dto.ts:413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L413)
+[generated-client/models/base-item-dto.ts:414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L414)
___
@@ -1194,7 +1194,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L671)
+[generated-client/models/base-item-dto.ts:672](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L672)
___
@@ -1208,7 +1208,7 @@ Gets or sets a value indicating whether [enable internet providers].
#### Defined in
-[generated-client/models/base-item-dto.ts:755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L755)
+[generated-client/models/base-item-dto.ts:756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L756)
___
@@ -1222,7 +1222,7 @@ Gets or sets the locked fields.
#### Defined in
-[generated-client/models/base-item-dto.ts:695](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L695)
+[generated-client/models/base-item-dto.ts:696](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L696)
___
@@ -1234,7 +1234,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L827)
+[generated-client/models/base-item-dto.ts:828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L828)
___
@@ -1246,7 +1246,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L581)
+[generated-client/models/base-item-dto.ts:582](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L582)
___
@@ -1260,7 +1260,7 @@ Gets or sets the media versions.
#### Defined in
-[generated-client/models/base-item-dto.ts:197](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L197)
+[generated-client/models/base-item-dto.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L198)
___
@@ -1274,7 +1274,7 @@ Gets or sets the media streams.
#### Defined in
-[generated-client/models/base-item-dto.ts:563](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L563)
+[generated-client/models/base-item-dto.ts:564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L564)
___
@@ -1288,7 +1288,7 @@ Gets or sets the type of the media.
#### Defined in
-[generated-client/models/base-item-dto.ts:683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L683)
+[generated-client/models/base-item-dto.ts:684](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L684)
___
@@ -1302,7 +1302,7 @@ Gets or sets the movie count.
#### Defined in
-[generated-client/models/base-item-dto.ts:707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L707)
+[generated-client/models/base-item-dto.ts:708](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L708)
___
@@ -1316,7 +1316,7 @@ Gets or sets the music video count.
#### Defined in
-[generated-client/models/base-item-dto.ts:749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L749)
+[generated-client/models/base-item-dto.ts:750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L750)
___
@@ -1330,7 +1330,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/base-item-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L47)
+[generated-client/models/base-item-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L48)
___
@@ -1344,7 +1344,7 @@ Gets or sets the number.
#### Defined in
-[generated-client/models/base-item-dto.ts:311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L311)
+[generated-client/models/base-item-dto.ts:312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L312)
___
@@ -1358,7 +1358,7 @@ Gets or sets the official rating.
#### Defined in
-[generated-client/models/base-item-dto.ts:227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L227)
+[generated-client/models/base-item-dto.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L228)
___
@@ -1370,7 +1370,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L53)
+[generated-client/models/base-item-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L54)
___
@@ -1384,7 +1384,7 @@ Gets or sets the overview.
#### Defined in
-[generated-client/models/base-item-dto.ts:251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L251)
+[generated-client/models/base-item-dto.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L252)
___
@@ -1398,7 +1398,7 @@ Gets or sets the parent art image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L617)
+[generated-client/models/base-item-dto.ts:618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L618)
___
@@ -1406,13 +1406,13 @@ ___
• `Optional` **ParentArtItemId**: ``null`` \| `string`
-If the item does not have a art, this will hold the Id of the Parent that has one.
+Gets or sets wether the item has fan art, this will hold the Id of the Parent that has one.
**`memberof`** BaseItemDto
#### Defined in
-[generated-client/models/base-item-dto.ts:611](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L611)
+[generated-client/models/base-item-dto.ts:612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L612)
___
@@ -1426,7 +1426,7 @@ Gets or sets the parent backdrop image tags.
#### Defined in
-[generated-client/models/base-item-dto.ts:407](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L407)
+[generated-client/models/base-item-dto.ts:408](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L408)
___
@@ -1434,13 +1434,13 @@ ___
• `Optional` **ParentBackdropItemId**: ``null`` \| `string`
-If the item does not have any backdrops, this will hold the Id of the Parent that has one.
+Gets or sets wether the item has any backdrops, this will hold the Id of the Parent that has one.
**`memberof`** BaseItemDto
#### Defined in
-[generated-client/models/base-item-dto.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L401)
+[generated-client/models/base-item-dto.ts:402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L402)
___
@@ -1454,7 +1454,7 @@ Gets or sets the parent id.
#### Defined in
-[generated-client/models/base-item-dto.ts:365](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L365)
+[generated-client/models/base-item-dto.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L366)
___
@@ -1468,7 +1468,7 @@ Gets or sets the parent index number.
#### Defined in
-[generated-client/models/base-item-dto.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L335)
+[generated-client/models/base-item-dto.ts:336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L336)
___
@@ -1482,7 +1482,7 @@ Gets or sets the parent logo image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:605](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L605)
+[generated-client/models/base-item-dto.ts:606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L606)
___
@@ -1490,13 +1490,13 @@ ___
• `Optional` **ParentLogoItemId**: ``null`` \| `string`
-If the item does not have a logo, this will hold the Id of the Parent that has one.
+Gets or sets wether the item has a logo, this will hold the Id of the Parent that has one.
**`memberof`** BaseItemDto
#### Defined in
-[generated-client/models/base-item-dto.ts:395](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L395)
+[generated-client/models/base-item-dto.ts:396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L396)
___
@@ -1510,7 +1510,7 @@ Gets or sets the parent primary image item identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L653)
+[generated-client/models/base-item-dto.ts:654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L654)
___
@@ -1524,7 +1524,7 @@ Gets or sets the parent primary image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:659](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L659)
+[generated-client/models/base-item-dto.ts:660](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L660)
___
@@ -1538,7 +1538,7 @@ Gets or sets the parent thumb image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:647](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L647)
+[generated-client/models/base-item-dto.ts:648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L648)
___
@@ -1552,7 +1552,7 @@ Gets or sets the parent thumb item id.
#### Defined in
-[generated-client/models/base-item-dto.ts:641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L641)
+[generated-client/models/base-item-dto.ts:642](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L642)
___
@@ -1566,7 +1566,7 @@ Gets or sets the part count.
#### Defined in
-[generated-client/models/base-item-dto.ts:575](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L575)
+[generated-client/models/base-item-dto.ts:576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L576)
___
@@ -1580,7 +1580,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/base-item-dto.ts:215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L215)
+[generated-client/models/base-item-dto.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L216)
___
@@ -1594,7 +1594,7 @@ Gets or sets the people.
#### Defined in
-[generated-client/models/base-item-dto.ts:377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L377)
+[generated-client/models/base-item-dto.ts:378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L378)
___
@@ -1606,7 +1606,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L287)
+[generated-client/models/base-item-dto.ts:288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L288)
___
@@ -1620,7 +1620,7 @@ Gets or sets the playlist item identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L83)
+[generated-client/models/base-item-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L84)
___
@@ -1632,7 +1632,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L149)
+[generated-client/models/base-item-dto.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L150)
___
@@ -1644,7 +1644,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:143](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L143)
+[generated-client/models/base-item-dto.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L144)
___
@@ -1658,7 +1658,7 @@ Gets or sets the premiere date.
#### Defined in
-[generated-client/models/base-item-dto.ts:185](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L185)
+[generated-client/models/base-item-dto.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L186)
___
@@ -1672,7 +1672,7 @@ Gets or sets the primary image aspect ratio, after image enhancements.
#### Defined in
-[generated-client/models/base-item-dto.ts:491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L491)
+[generated-client/models/base-item-dto.ts:492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L492)
___
@@ -1684,7 +1684,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L209)
+[generated-client/models/base-item-dto.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L210)
___
@@ -1698,7 +1698,7 @@ Gets or sets the production year.
#### Defined in
-[generated-client/models/base-item-dto.ts:299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L299)
+[generated-client/models/base-item-dto.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L300)
___
@@ -1710,7 +1710,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:719](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L719)
+[generated-client/models/base-item-dto.ts:720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L720)
___
@@ -1724,7 +1724,7 @@ Gets or sets the program identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L851)
+[generated-client/models/base-item-dto.ts:852](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L852)
___
@@ -1738,7 +1738,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/base-item-dto.ts:347](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L347)
+[generated-client/models/base-item-dto.ts:348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L348)
___
@@ -1752,7 +1752,7 @@ Gets or sets the recursive item count.
#### Defined in
-[generated-client/models/base-item-dto.ts:425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L425)
+[generated-client/models/base-item-dto.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L426)
___
@@ -1766,7 +1766,7 @@ Gets or sets the trailer urls.
#### Defined in
-[generated-client/models/base-item-dto.ts:341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L341)
+[generated-client/models/base-item-dto.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L342)
___
@@ -1780,7 +1780,7 @@ Gets or sets the run time ticks.
#### Defined in
-[generated-client/models/base-item-dto.ts:281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L281)
+[generated-client/models/base-item-dto.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L282)
___
@@ -1794,7 +1794,7 @@ Gets or sets the screenshot image tags.
#### Defined in
-[generated-client/models/base-item-dto.ts:599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L599)
+[generated-client/models/base-item-dto.ts:600](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L600)
___
@@ -1808,7 +1808,7 @@ Gets or sets the season identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L449)
+[generated-client/models/base-item-dto.ts:450](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L450)
___
@@ -1822,7 +1822,7 @@ Gets or sets the name of the season.
#### Defined in
-[generated-client/models/base-item-dto.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L557)
+[generated-client/models/base-item-dto.ts:558](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L558)
___
@@ -1836,7 +1836,7 @@ Gets or sets the series count.
#### Defined in
-[generated-client/models/base-item-dto.ts:713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L713)
+[generated-client/models/base-item-dto.ts:714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L714)
___
@@ -1850,7 +1850,7 @@ Gets or sets the series id.
#### Defined in
-[generated-client/models/base-item-dto.ts:443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L443)
+[generated-client/models/base-item-dto.ts:444](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L444)
___
@@ -1864,7 +1864,7 @@ Gets or sets the name of the series.
#### Defined in
-[generated-client/models/base-item-dto.ts:437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L437)
+[generated-client/models/base-item-dto.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L438)
___
@@ -1878,7 +1878,7 @@ Gets or sets the series primary image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:539](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L539)
+[generated-client/models/base-item-dto.ts:540](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L540)
___
@@ -1892,7 +1892,7 @@ Gets or sets the series studio.
#### Defined in
-[generated-client/models/base-item-dto.ts:635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L635)
+[generated-client/models/base-item-dto.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L636)
___
@@ -1906,7 +1906,7 @@ Gets or sets the series thumb image tag.
#### Defined in
-[generated-client/models/base-item-dto.ts:623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L623)
+[generated-client/models/base-item-dto.ts:624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L624)
___
@@ -1920,7 +1920,7 @@ Gets or sets the series timer identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:845](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L845)
+[generated-client/models/base-item-dto.ts:846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L846)
___
@@ -1934,7 +1934,7 @@ Gets or sets the server identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L59)
+[generated-client/models/base-item-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L60)
___
@@ -1946,7 +1946,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:815](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L815)
+[generated-client/models/base-item-dto.ts:816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L816)
___
@@ -1958,7 +1958,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L785)
+[generated-client/models/base-item-dto.ts:786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L786)
___
@@ -1972,7 +1972,7 @@ Gets or sets the song count.
#### Defined in
-[generated-client/models/base-item-dto.ts:731](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L731)
+[generated-client/models/base-item-dto.ts:732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L732)
___
@@ -1986,7 +1986,7 @@ Gets or sets the name of the sort.
#### Defined in
-[generated-client/models/base-item-dto.ts:167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L167)
+[generated-client/models/base-item-dto.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L168)
___
@@ -2000,7 +2000,7 @@ Gets or sets the type of the source.
#### Defined in
-[generated-client/models/base-item-dto.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L77)
+[generated-client/models/base-item-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L78)
___
@@ -2014,7 +2014,7 @@ Gets or sets the special feature count.
#### Defined in
-[generated-client/models/base-item-dto.ts:455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L455)
+[generated-client/models/base-item-dto.ts:456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L456)
___
@@ -2022,13 +2022,13 @@ ___
• `Optional` **StartDate**: ``null`` \| `string`
-The start date of the recording, in UTC.
+Gets or sets the start date of the recording, in UTC.
**`memberof`** BaseItemDto
#### Defined in
-[generated-client/models/base-item-dto.ts:863](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L863)
+[generated-client/models/base-item-dto.ts:864](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L864)
___
@@ -2042,7 +2042,7 @@ Gets or sets the status.
#### Defined in
-[generated-client/models/base-item-dto.ts:467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L467)
+[generated-client/models/base-item-dto.ts:468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L468)
___
@@ -2056,7 +2056,7 @@ Gets or sets the studios.
#### Defined in
-[generated-client/models/base-item-dto.ts:383](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L383)
+[generated-client/models/base-item-dto.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L384)
___
@@ -2070,7 +2070,7 @@ Gets or sets a value indicating whether [supports synchronize].
#### Defined in
-[generated-client/models/base-item-dto.ts:155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L155)
+[generated-client/models/base-item-dto.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L156)
___
@@ -2084,7 +2084,7 @@ Gets or sets the taglines.
#### Defined in
-[generated-client/models/base-item-dto.ts:257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L257)
+[generated-client/models/base-item-dto.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L258)
___
@@ -2098,7 +2098,7 @@ Gets or sets the tags.
#### Defined in
-[generated-client/models/base-item-dto.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L485)
+[generated-client/models/base-item-dto.ts:486](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L486)
___
@@ -2112,7 +2112,7 @@ Gets or sets the timer identifier.
#### Defined in
-[generated-client/models/base-item-dto.ts:941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L941)
+[generated-client/models/base-item-dto.ts:942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L942)
___
@@ -2126,21 +2126,19 @@ Gets or sets the trailer count.
#### Defined in
-[generated-client/models/base-item-dto.ts:701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L701)
+[generated-client/models/base-item-dto.ts:702](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L702)
___
### Type
-• `Optional` **Type**: ``null`` \| `string`
-
-Gets or sets the type.
+• `Optional` **Type**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)
**`memberof`** BaseItemDto
#### Defined in
-[generated-client/models/base-item-dto.ts:371](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L371)
+[generated-client/models/base-item-dto.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L372)
___
@@ -2152,7 +2150,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L419)
+[generated-client/models/base-item-dto.ts:420](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L420)
___
@@ -2164,7 +2162,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:179](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L179)
+[generated-client/models/base-item-dto.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L180)
___
@@ -2176,7 +2174,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L569)
+[generated-client/models/base-item-dto.ts:570](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L570)
___
@@ -2188,4 +2186,4 @@ ___
#### Defined in
-[generated-client/models/base-item-dto.ts:761](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto.ts#L761)
+[generated-client/models/base-item-dto.ts:762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto.ts#L762)
diff --git a/docs/interfaces/generated_client.BaseItemDtoImageBlurHashes.md b/docs/interfaces/generated_client.BaseItemDtoImageBlurHashes.md
index d9fbd93e8..e5cfc96f7 100644
--- a/docs/interfaces/generated_client.BaseItemDtoImageBlurHashes.md
+++ b/docs/interfaces/generated_client.BaseItemDtoImageBlurHashes.md
@@ -42,7 +42,7 @@ Gets or sets the blurhashes for the image tags. Maps image type to dictionary m
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L34)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L34)
___
@@ -58,7 +58,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L40)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L40)
___
@@ -74,7 +74,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L46)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L46)
___
@@ -90,7 +90,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L70)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L70)
___
@@ -106,7 +106,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L94)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L94)
___
@@ -122,7 +122,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L88)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L88)
___
@@ -138,7 +138,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L64)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L64)
___
@@ -154,7 +154,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L52)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L52)
___
@@ -170,7 +170,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L82)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L82)
___
@@ -186,7 +186,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L28)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L28)
___
@@ -202,7 +202,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L100)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L100)
___
@@ -218,7 +218,7 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L76)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L76)
___
@@ -234,4 +234,4 @@ ___
#### Defined in
-[generated-client/models/base-item-dto-image-blur-hashes.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L58)
+[generated-client/models/base-item-dto-image-blur-hashes.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-image-blur-hashes.ts#L58)
diff --git a/docs/interfaces/generated_client.BaseItemDtoQueryResult.md b/docs/interfaces/generated_client.BaseItemDtoQueryResult.md
index 4f915a386..53145e57e 100644
--- a/docs/interfaces/generated_client.BaseItemDtoQueryResult.md
+++ b/docs/interfaces/generated_client.BaseItemDtoQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/base-item-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-query-result.ts#L29)
+[generated-client/models/base-item-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** BaseItemDtoQueryResult
#### Defined in
-[generated-client/models/base-item-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-query-result.ts#L41)
+[generated-client/models/base-item-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** BaseItemDtoQueryResult
#### Defined in
-[generated-client/models/base-item-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-dto-query-result.ts#L35)
+[generated-client/models/base-item-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-dto-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.BaseItemPerson.md b/docs/interfaces/generated_client.BaseItemPerson.md
index a365abac1..e48962481 100644
--- a/docs/interfaces/generated_client.BaseItemPerson.md
+++ b/docs/interfaces/generated_client.BaseItemPerson.md
@@ -25,7 +25,7 @@ This is used by the api to get information about a Person within a BaseItem.
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
Gets or sets the identifier.
@@ -33,7 +33,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/base-item-person.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L35)
+[generated-client/models/base-item-person.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L35)
___
@@ -45,7 +45,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L59)
+[generated-client/models/base-item-person.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L59)
___
@@ -59,7 +59,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/base-item-person.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L29)
+[generated-client/models/base-item-person.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L29)
___
@@ -73,7 +73,7 @@ Gets or sets the primary image tag.
#### Defined in
-[generated-client/models/base-item-person.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L53)
+[generated-client/models/base-item-person.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L53)
___
@@ -87,7 +87,7 @@ Gets or sets the role.
#### Defined in
-[generated-client/models/base-item-person.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L41)
+[generated-client/models/base-item-person.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L41)
___
@@ -101,4 +101,4 @@ Gets or sets the type.
#### Defined in
-[generated-client/models/base-item-person.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person.ts#L47)
+[generated-client/models/base-item-person.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person.ts#L47)
diff --git a/docs/interfaces/generated_client.BaseItemPersonImageBlurHashes.md b/docs/interfaces/generated_client.BaseItemPersonImageBlurHashes.md
index 41da0a107..d894dc598 100644
--- a/docs/interfaces/generated_client.BaseItemPersonImageBlurHashes.md
+++ b/docs/interfaces/generated_client.BaseItemPersonImageBlurHashes.md
@@ -42,7 +42,7 @@ Gets or sets the primary image blurhash.
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L34)
+[generated-client/models/base-item-person-image-blur-hashes.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L34)
___
@@ -58,7 +58,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L40)
+[generated-client/models/base-item-person-image-blur-hashes.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L40)
___
@@ -74,7 +74,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L46)
+[generated-client/models/base-item-person-image-blur-hashes.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L46)
___
@@ -90,7 +90,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L70)
+[generated-client/models/base-item-person-image-blur-hashes.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L70)
___
@@ -106,7 +106,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L94)
+[generated-client/models/base-item-person-image-blur-hashes.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L94)
___
@@ -122,7 +122,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L88)
+[generated-client/models/base-item-person-image-blur-hashes.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L88)
___
@@ -138,7 +138,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L64)
+[generated-client/models/base-item-person-image-blur-hashes.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L64)
___
@@ -154,7 +154,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L52)
+[generated-client/models/base-item-person-image-blur-hashes.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L52)
___
@@ -170,7 +170,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L82)
+[generated-client/models/base-item-person-image-blur-hashes.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L82)
___
@@ -186,7 +186,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L28)
+[generated-client/models/base-item-person-image-blur-hashes.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L28)
___
@@ -202,7 +202,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L100)
+[generated-client/models/base-item-person-image-blur-hashes.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L100)
___
@@ -218,7 +218,7 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L76)
+[generated-client/models/base-item-person-image-blur-hashes.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L76)
___
@@ -234,4 +234,4 @@ ___
#### Defined in
-[generated-client/models/base-item-person-image-blur-hashes.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/base-item-person-image-blur-hashes.ts#L58)
+[generated-client/models/base-item-person-image-blur-hashes.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/base-item-person-image-blur-hashes.ts#L58)
diff --git a/docs/interfaces/generated_client.BookInfo.md b/docs/interfaces/generated_client.BookInfo.md
index 2874c8b38..ca1107101 100644
--- a/docs/interfaces/generated_client.BookInfo.md
+++ b/docs/interfaces/generated_client.BookInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.BookInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.BookInfo.md#metadatalanguage)
- [Name](generated_client.BookInfo.md#name)
+- [OriginalTitle](generated_client.BookInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.BookInfo.md#parentindexnumber)
- [Path](generated_client.BookInfo.md#path)
- [PremiereDate](generated_client.BookInfo.md#premieredate)
@@ -34,7 +35,7 @@
#### Defined in
-[generated-client/models/book-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L64)
+[generated-client/models/book-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L70)
___
@@ -46,7 +47,7 @@ ___
#### Defined in
-[generated-client/models/book-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L82)
+[generated-client/models/book-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L88)
___
@@ -60,7 +61,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/book-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L46)
+[generated-client/models/book-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L52)
___
@@ -74,7 +75,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/book-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L40)
+[generated-client/models/book-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L46)
___
@@ -88,7 +89,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/book-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L28)
+[generated-client/models/book-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** BookInfo
+
+#### Defined in
+
+[generated-client/models/book-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L34)
___
@@ -100,7 +115,7 @@ ___
#### Defined in
-[generated-client/models/book-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L70)
+[generated-client/models/book-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L76)
___
@@ -114,7 +129,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/book-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L34)
+[generated-client/models/book-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L40)
___
@@ -126,7 +141,7 @@ ___
#### Defined in
-[generated-client/models/book-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L76)
+[generated-client/models/book-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L82)
___
@@ -140,7 +155,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/book-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L52)
+[generated-client/models/book-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L58)
___
@@ -152,7 +167,7 @@ ___
#### Defined in
-[generated-client/models/book-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L88)
+[generated-client/models/book-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L94)
___
@@ -166,4 +181,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/book-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info.ts#L58)
+[generated-client/models/book-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info.ts#L64)
diff --git a/docs/interfaces/generated_client.BookInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.BookInfoRemoteSearchQuery.md
index 88645b2f1..135325c6b 100644
--- a/docs/interfaces/generated_client.BookInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.BookInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/book-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info-remote-search-query.ts#L47)
+[generated-client/models/book-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/book-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info-remote-search-query.ts#L35)
+[generated-client/models/book-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/book-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info-remote-search-query.ts#L29)
+[generated-client/models/book-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** BookInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/book-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/book-info-remote-search-query.ts#L41)
+[generated-client/models/book-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/book-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.BoxSetInfo.md b/docs/interfaces/generated_client.BoxSetInfo.md
index 1c0c0b350..9f1f39798 100644
--- a/docs/interfaces/generated_client.BoxSetInfo.md
+++ b/docs/interfaces/generated_client.BoxSetInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.BoxSetInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.BoxSetInfo.md#metadatalanguage)
- [Name](generated_client.BoxSetInfo.md#name)
+- [OriginalTitle](generated_client.BoxSetInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.BoxSetInfo.md#parentindexnumber)
- [Path](generated_client.BoxSetInfo.md#path)
- [PremiereDate](generated_client.BoxSetInfo.md#premieredate)
@@ -33,7 +34,7 @@
#### Defined in
-[generated-client/models/box-set-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L64)
+[generated-client/models/box-set-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L70)
___
@@ -45,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/box-set-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L82)
+[generated-client/models/box-set-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L88)
___
@@ -59,7 +60,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/box-set-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L46)
+[generated-client/models/box-set-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L52)
___
@@ -73,7 +74,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/box-set-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L40)
+[generated-client/models/box-set-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L46)
___
@@ -87,7 +88,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/box-set-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L28)
+[generated-client/models/box-set-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** BoxSetInfo
+
+#### Defined in
+
+[generated-client/models/box-set-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L34)
___
@@ -99,7 +114,7 @@ ___
#### Defined in
-[generated-client/models/box-set-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L70)
+[generated-client/models/box-set-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L76)
___
@@ -113,7 +128,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/box-set-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L34)
+[generated-client/models/box-set-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L40)
___
@@ -125,7 +140,7 @@ ___
#### Defined in
-[generated-client/models/box-set-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L76)
+[generated-client/models/box-set-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L82)
___
@@ -139,7 +154,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/box-set-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L52)
+[generated-client/models/box-set-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L58)
___
@@ -153,4 +168,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/box-set-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info.ts#L58)
+[generated-client/models/box-set-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info.ts#L64)
diff --git a/docs/interfaces/generated_client.BoxSetInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.BoxSetInfoRemoteSearchQuery.md
index 35eafcca8..82f9d990e 100644
--- a/docs/interfaces/generated_client.BoxSetInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.BoxSetInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/box-set-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info-remote-search-query.ts#L47)
+[generated-client/models/box-set-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/box-set-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info-remote-search-query.ts#L35)
+[generated-client/models/box-set-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/box-set-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info-remote-search-query.ts#L29)
+[generated-client/models/box-set-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** BoxSetInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/box-set-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/box-set-info-remote-search-query.ts#L41)
+[generated-client/models/box-set-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/box-set-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.BrandingOptions.md b/docs/interfaces/generated_client.BrandingOptions.md
index 8c42326ae..a6b7290c8 100644
--- a/docs/interfaces/generated_client.BrandingOptions.md
+++ b/docs/interfaces/generated_client.BrandingOptions.md
@@ -4,6 +4,8 @@
[generated-client](../modules/generated_client.md).BrandingOptions
+The branding options.
+
**`export`**
**`interface`** BrandingOptions
@@ -27,7 +29,7 @@ Gets or sets the custom CSS.
#### Defined in
-[generated-client/models/branding-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/branding-options.ts#L34)
+[generated-client/models/branding-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/branding-options.ts#L34)
___
@@ -41,4 +43,4 @@ Gets or sets the login disclaimer.
#### Defined in
-[generated-client/models/branding-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/branding-options.ts#L28)
+[generated-client/models/branding-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/branding-options.ts#L28)
diff --git a/docs/interfaces/generated_client.BufferRequestDto.md b/docs/interfaces/generated_client.BufferRequestDto.md
index 47d279694..6b72463ef 100644
--- a/docs/interfaces/generated_client.BufferRequestDto.md
+++ b/docs/interfaces/generated_client.BufferRequestDto.md
@@ -31,7 +31,7 @@ Gets or sets a value indicating whether the client playback is unpaused.
#### Defined in
-[generated-client/models/buffer-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/buffer-request-dto.ts#L40)
+[generated-client/models/buffer-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/buffer-request-dto.ts#L40)
___
@@ -45,7 +45,7 @@ Gets or sets the playlist item identifier of the playing item.
#### Defined in
-[generated-client/models/buffer-request-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/buffer-request-dto.ts#L46)
+[generated-client/models/buffer-request-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/buffer-request-dto.ts#L46)
___
@@ -59,7 +59,7 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/buffer-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/buffer-request-dto.ts#L34)
+[generated-client/models/buffer-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/buffer-request-dto.ts#L34)
___
@@ -73,4 +73,4 @@ Gets or sets when the request has been made by the client.
#### Defined in
-[generated-client/models/buffer-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/buffer-request-dto.ts#L28)
+[generated-client/models/buffer-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/buffer-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.ChannelFeatures.md b/docs/interfaces/generated_client.ChannelFeatures.md
index 52dafa3ba..e0e1fd4e9 100644
--- a/docs/interfaces/generated_client.ChannelFeatures.md
+++ b/docs/interfaces/generated_client.ChannelFeatures.md
@@ -37,7 +37,7 @@ Gets or sets the automatic refresh levels.
#### Defined in
-[generated-client/models/channel-features.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L67)
+[generated-client/models/channel-features.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L67)
___
@@ -51,7 +51,7 @@ Gets or sets a value indicating whether this instance can filter.
#### Defined in
-[generated-client/models/channel-features.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L91)
+[generated-client/models/channel-features.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L91)
___
@@ -65,13 +65,13 @@ Gets or sets a value indicating whether this instance can search.
#### Defined in
-[generated-client/models/channel-features.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L43)
+[generated-client/models/channel-features.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L43)
___
### ContentTypes
-• `Optional` **ContentTypes**: ``null`` \| [`ChannelMediaContentType`](../enums/generated_client.ChannelMediaContentType.md)[]
+• `Optional` **ContentTypes**: [`ChannelMediaContentType`](../enums/generated_client.ChannelMediaContentType.md)[]
Gets or sets the content types.
@@ -79,13 +79,13 @@ Gets or sets the content types.
#### Defined in
-[generated-client/models/channel-features.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L55)
+[generated-client/models/channel-features.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L55)
___
### DefaultSortFields
-• `Optional` **DefaultSortFields**: ``null`` \| [`ChannelItemSortField`](../enums/generated_client.ChannelItemSortField.md)[]
+• `Optional` **DefaultSortFields**: [`ChannelItemSortField`](../enums/generated_client.ChannelItemSortField.md)[]
Gets or sets the default sort orders.
@@ -93,13 +93,13 @@ Gets or sets the default sort orders.
#### Defined in
-[generated-client/models/channel-features.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L73)
+[generated-client/models/channel-features.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L73)
___
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
Gets or sets the identifier.
@@ -107,7 +107,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/channel-features.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L37)
+[generated-client/models/channel-features.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L37)
___
@@ -115,19 +115,19 @@ ___
• `Optional` **MaxPageSize**: ``null`` \| `number`
-Represents the maximum number of records the channel allows retrieving at a time.
+Gets or sets the maximum number of records the channel allows retrieving at a time.
**`memberof`** ChannelFeatures
#### Defined in
-[generated-client/models/channel-features.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L61)
+[generated-client/models/channel-features.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L61)
___
### MediaTypes
-• `Optional` **MediaTypes**: ``null`` \| [`ChannelMediaType`](../enums/generated_client.ChannelMediaType.md)[]
+• `Optional` **MediaTypes**: [`ChannelMediaType`](../enums/generated_client.ChannelMediaType.md)[]
Gets or sets the media types.
@@ -135,13 +135,13 @@ Gets or sets the media types.
#### Defined in
-[generated-client/models/channel-features.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L49)
+[generated-client/models/channel-features.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L49)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the name.
@@ -149,7 +149,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/channel-features.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L31)
+[generated-client/models/channel-features.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L31)
___
@@ -163,7 +163,7 @@ Gets or sets a value indicating whether [supports content downloading].
#### Defined in
-[generated-client/models/channel-features.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L97)
+[generated-client/models/channel-features.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L97)
___
@@ -177,7 +177,7 @@ Gets or sets a value indicating whether [supports latest media].
#### Defined in
-[generated-client/models/channel-features.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L85)
+[generated-client/models/channel-features.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L85)
___
@@ -185,10 +185,10 @@ ___
• `Optional` **SupportsSortOrderToggle**: `boolean`
-Indicates if a sort ascending/descending toggle is supported or not.
+Gets or sets a value indicating whether a sort ascending/descending toggle is supported.
**`memberof`** ChannelFeatures
#### Defined in
-[generated-client/models/channel-features.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-features.ts#L79)
+[generated-client/models/channel-features.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-features.ts#L79)
diff --git a/docs/interfaces/generated_client.ChannelMappingOptionsDto.md b/docs/interfaces/generated_client.ChannelMappingOptionsDto.md
index 242a0ee8b..02dc0ea52 100644
--- a/docs/interfaces/generated_client.ChannelMappingOptionsDto.md
+++ b/docs/interfaces/generated_client.ChannelMappingOptionsDto.md
@@ -23,7 +23,7 @@ Channel mapping options dto.
### Mappings
-• `Optional` **Mappings**: ``null`` \| [`NameValuePair`](generated_client.NameValuePair.md)[]
+• `Optional` **Mappings**: [`NameValuePair`](generated_client.NameValuePair.md)[]
Gets or sets list of mappings.
@@ -31,13 +31,13 @@ Gets or sets list of mappings.
#### Defined in
-[generated-client/models/channel-mapping-options-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-mapping-options-dto.ts#L43)
+[generated-client/models/channel-mapping-options-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-mapping-options-dto.ts#L43)
___
### ProviderChannels
-• `Optional` **ProviderChannels**: ``null`` \| [`NameIdPair`](generated_client.NameIdPair.md)[]
+• `Optional` **ProviderChannels**: [`NameIdPair`](generated_client.NameIdPair.md)[]
Gets or sets list of provider channels.
@@ -45,7 +45,7 @@ Gets or sets list of provider channels.
#### Defined in
-[generated-client/models/channel-mapping-options-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-mapping-options-dto.ts#L37)
+[generated-client/models/channel-mapping-options-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-mapping-options-dto.ts#L37)
___
@@ -59,13 +59,13 @@ Gets or sets provider name.
#### Defined in
-[generated-client/models/channel-mapping-options-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-mapping-options-dto.ts#L49)
+[generated-client/models/channel-mapping-options-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-mapping-options-dto.ts#L49)
___
### TunerChannels
-• `Optional` **TunerChannels**: ``null`` \| [`TunerChannelMapping`](generated_client.TunerChannelMapping.md)[]
+• `Optional` **TunerChannels**: [`TunerChannelMapping`](generated_client.TunerChannelMapping.md)[]
Gets or sets list of tuner channels.
@@ -73,4 +73,4 @@ Gets or sets list of tuner channels.
#### Defined in
-[generated-client/models/channel-mapping-options-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/channel-mapping-options-dto.ts#L31)
+[generated-client/models/channel-mapping-options-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/channel-mapping-options-dto.ts#L31)
diff --git a/docs/interfaces/generated_client.ChannelsApiGetChannelFeaturesRequest.md b/docs/interfaces/generated_client.ChannelsApiGetChannelFeaturesRequest.md
index a8670f470..d2dd672df 100644
--- a/docs/interfaces/generated_client.ChannelsApiGetChannelFeaturesRequest.md
+++ b/docs/interfaces/generated_client.ChannelsApiGetChannelFeaturesRequest.md
@@ -28,4 +28,4 @@ Channel id.
#### Defined in
-[generated-client/api/channels-api.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L485)
+[generated-client/api/channels-api.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L485)
diff --git a/docs/interfaces/generated_client.ChannelsApiGetChannelItemsRequest.md b/docs/interfaces/generated_client.ChannelsApiGetChannelItemsRequest.md
index 4646078d2..59618ca63 100644
--- a/docs/interfaces/generated_client.ChannelsApiGetChannelItemsRequest.md
+++ b/docs/interfaces/generated_client.ChannelsApiGetChannelItemsRequest.md
@@ -36,7 +36,7 @@ Channel Id.
#### Defined in
-[generated-client/api/channels-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L499)
+[generated-client/api/channels-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L499)
___
@@ -50,7 +50,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/channels-api.ts:555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L555)
+[generated-client/api/channels-api.ts:555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L555)
___
@@ -64,7 +64,7 @@ Optional. Specify additional filters to apply.
#### Defined in
-[generated-client/api/channels-api.ts:541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L541)
+[generated-client/api/channels-api.ts:541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L541)
___
@@ -78,7 +78,7 @@ Optional. Folder Id.
#### Defined in
-[generated-client/api/channels-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L506)
+[generated-client/api/channels-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L506)
___
@@ -92,7 +92,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/channels-api.ts:527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L527)
+[generated-client/api/channels-api.ts:527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L527)
___
@@ -106,7 +106,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Album, Albu
#### Defined in
-[generated-client/api/channels-api.ts:548](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L548)
+[generated-client/api/channels-api.ts:548](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L548)
___
@@ -120,7 +120,7 @@ Optional. Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/channels-api.ts:534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L534)
+[generated-client/api/channels-api.ts:534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L534)
___
@@ -134,7 +134,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/channels-api.ts:520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L520)
+[generated-client/api/channels-api.ts:520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L520)
___
@@ -148,4 +148,4 @@ Optional. User Id.
#### Defined in
-[generated-client/api/channels-api.ts:513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L513)
+[generated-client/api/channels-api.ts:513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L513)
diff --git a/docs/interfaces/generated_client.ChannelsApiGetChannelsRequest.md b/docs/interfaces/generated_client.ChannelsApiGetChannelsRequest.md
index 6fdf3bd4f..de306e7ad 100644
--- a/docs/interfaces/generated_client.ChannelsApiGetChannelsRequest.md
+++ b/docs/interfaces/generated_client.ChannelsApiGetChannelsRequest.md
@@ -33,7 +33,7 @@ Optional. Filter by channels that are favorite.
#### Defined in
-[generated-client/api/channels-api.ts:604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L604)
+[generated-client/api/channels-api.ts:604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L604)
___
@@ -47,7 +47,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/channels-api.ts:583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L583)
+[generated-client/api/channels-api.ts:583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L583)
___
@@ -61,7 +61,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/channels-api.ts:576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L576)
+[generated-client/api/channels-api.ts:576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L576)
___
@@ -75,7 +75,7 @@ Optional. Filter by channels that support getting latest items.
#### Defined in
-[generated-client/api/channels-api.ts:590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L590)
+[generated-client/api/channels-api.ts:590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L590)
___
@@ -89,7 +89,7 @@ Optional. Filter by channels that support media deletion.
#### Defined in
-[generated-client/api/channels-api.ts:597](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L597)
+[generated-client/api/channels-api.ts:597](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L597)
___
@@ -103,4 +103,4 @@ User Id to filter by. Use System.Guid.Empty to not filter by user.
#### Defined in
-[generated-client/api/channels-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L569)
+[generated-client/api/channels-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L569)
diff --git a/docs/interfaces/generated_client.ChannelsApiGetLatestChannelItemsRequest.md b/docs/interfaces/generated_client.ChannelsApiGetLatestChannelItemsRequest.md
index 5229fb831..8e3b2327f 100644
--- a/docs/interfaces/generated_client.ChannelsApiGetLatestChannelItemsRequest.md
+++ b/docs/interfaces/generated_client.ChannelsApiGetLatestChannelItemsRequest.md
@@ -33,7 +33,7 @@ Optional. Specify one or more channel id\'s, comma delimited.
#### Defined in
-[generated-client/api/channels-api.ts:653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L653)
+[generated-client/api/channels-api.ts:653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L653)
___
@@ -47,7 +47,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/channels-api.ts:646](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L646)
+[generated-client/api/channels-api.ts:646](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L646)
___
@@ -61,7 +61,7 @@ Optional. Specify additional filters to apply.
#### Defined in
-[generated-client/api/channels-api.ts:639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L639)
+[generated-client/api/channels-api.ts:639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L639)
___
@@ -75,7 +75,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/channels-api.ts:632](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L632)
+[generated-client/api/channels-api.ts:632](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L632)
___
@@ -89,7 +89,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/channels-api.ts:625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L625)
+[generated-client/api/channels-api.ts:625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L625)
___
@@ -103,4 +103,4 @@ Optional. User Id.
#### Defined in
-[generated-client/api/channels-api.ts:618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L618)
+[generated-client/api/channels-api.ts:618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L618)
diff --git a/docs/interfaces/generated_client.ChapterInfo.md b/docs/interfaces/generated_client.ChapterInfo.md
index bdcfd7a2d..9a312b13c 100644
--- a/docs/interfaces/generated_client.ChapterInfo.md
+++ b/docs/interfaces/generated_client.ChapterInfo.md
@@ -30,7 +30,7 @@ Class ChapterInfo.
#### Defined in
-[generated-client/models/chapter-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/chapter-info.ts#L46)
+[generated-client/models/chapter-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/chapter-info.ts#L46)
___
@@ -44,7 +44,7 @@ Gets or sets the image path.
#### Defined in
-[generated-client/models/chapter-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/chapter-info.ts#L40)
+[generated-client/models/chapter-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/chapter-info.ts#L40)
___
@@ -56,7 +56,7 @@ ___
#### Defined in
-[generated-client/models/chapter-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/chapter-info.ts#L52)
+[generated-client/models/chapter-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/chapter-info.ts#L52)
___
@@ -70,7 +70,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/chapter-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/chapter-info.ts#L34)
+[generated-client/models/chapter-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/chapter-info.ts#L34)
___
@@ -84,4 +84,4 @@ Gets or sets the start position ticks.
#### Defined in
-[generated-client/models/chapter-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/chapter-info.ts#L28)
+[generated-client/models/chapter-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/chapter-info.ts#L28)
diff --git a/docs/interfaces/generated_client.ClientCapabilities.md b/docs/interfaces/generated_client.ClientCapabilities.md
index 6c407bb5f..a7cba2533 100644
--- a/docs/interfaces/generated_client.ClientCapabilities.md
+++ b/docs/interfaces/generated_client.ClientCapabilities.md
@@ -33,7 +33,7 @@
#### Defined in
-[generated-client/models/client-capabilities.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L78)
+[generated-client/models/client-capabilities.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L78)
___
@@ -45,7 +45,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L72)
+[generated-client/models/client-capabilities.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L72)
___
@@ -57,7 +57,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L84)
+[generated-client/models/client-capabilities.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L84)
___
@@ -69,7 +69,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L54)
+[generated-client/models/client-capabilities.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L54)
___
@@ -81,7 +81,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L30)
+[generated-client/models/client-capabilities.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L30)
___
@@ -93,7 +93,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L36)
+[generated-client/models/client-capabilities.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L36)
___
@@ -105,7 +105,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L48)
+[generated-client/models/client-capabilities.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L48)
___
@@ -117,7 +117,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L42)
+[generated-client/models/client-capabilities.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L42)
___
@@ -129,7 +129,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L60)
+[generated-client/models/client-capabilities.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L60)
___
@@ -141,4 +141,4 @@ ___
#### Defined in
-[generated-client/models/client-capabilities.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities.ts#L66)
+[generated-client/models/client-capabilities.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities.ts#L66)
diff --git a/docs/interfaces/generated_client.ClientCapabilitiesDto.md b/docs/interfaces/generated_client.ClientCapabilitiesDto.md
index d6eec7074..006454ee6 100644
--- a/docs/interfaces/generated_client.ClientCapabilitiesDto.md
+++ b/docs/interfaces/generated_client.ClientCapabilitiesDto.md
@@ -37,7 +37,7 @@ Gets or sets the app store url.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L78)
+[generated-client/models/client-capabilities-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L78)
___
@@ -49,7 +49,7 @@ ___
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L72)
+[generated-client/models/client-capabilities-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L72)
___
@@ -63,7 +63,7 @@ Gets or sets the icon url.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L84)
+[generated-client/models/client-capabilities-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L84)
___
@@ -77,13 +77,13 @@ Gets or sets the message callback url.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L54)
+[generated-client/models/client-capabilities-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L54)
___
### PlayableMediaTypes
-• `Optional` **PlayableMediaTypes**: ``null`` \| `string`[]
+• `Optional` **PlayableMediaTypes**: `string`[]
Gets or sets the list of playable media types.
@@ -91,13 +91,13 @@ Gets or sets the list of playable media types.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L30)
+[generated-client/models/client-capabilities-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L30)
___
### SupportedCommands
-• `Optional` **SupportedCommands**: ``null`` \| [`GeneralCommandType`](../enums/generated_client.GeneralCommandType.md)[]
+• `Optional` **SupportedCommands**: [`GeneralCommandType`](../enums/generated_client.GeneralCommandType.md)[]
Gets or sets the list of supported commands.
@@ -105,7 +105,7 @@ Gets or sets the list of supported commands.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L36)
+[generated-client/models/client-capabilities-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L36)
___
@@ -119,7 +119,7 @@ Gets or sets a value indicating whether session supports content uploading.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L48)
+[generated-client/models/client-capabilities-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L48)
___
@@ -133,7 +133,7 @@ Gets or sets a value indicating whether session supports media control.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L42)
+[generated-client/models/client-capabilities-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L42)
___
@@ -147,7 +147,7 @@ Gets or sets a value indicating whether session supports a persistent identifier
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L60)
+[generated-client/models/client-capabilities-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L60)
___
@@ -161,4 +161,4 @@ Gets or sets a value indicating whether session supports sync.
#### Defined in
-[generated-client/models/client-capabilities-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/client-capabilities-dto.ts#L66)
+[generated-client/models/client-capabilities-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-capabilities-dto.ts#L66)
diff --git a/docs/interfaces/generated_client.ClientLogApiLogFileRequest.md b/docs/interfaces/generated_client.ClientLogApiLogFileRequest.md
new file mode 100644
index 000000000..014078f90
--- /dev/null
+++ b/docs/interfaces/generated_client.ClientLogApiLogFileRequest.md
@@ -0,0 +1,29 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ClientLogApiLogFileRequest
+
+# Interface: ClientLogApiLogFileRequest
+
+[generated-client](../modules/generated_client.md).ClientLogApiLogFileRequest
+
+Request parameters for logFile operation in ClientLogApi.
+
+**`export`**
+
+**`interface`** ClientLogApiLogFileRequest
+
+## Table of contents
+
+### Properties
+
+- [body](generated_client.ClientLogApiLogFileRequest.md#body)
+
+## Properties
+
+### body
+
+• `Optional` `Readonly` **body**: `any`
+
+**`memberof`** ClientLogApiLogFile
+
+#### Defined in
+
+[generated-client/api/client-log-api.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/client-log-api.ts#L125)
diff --git a/docs/interfaces/generated_client.ClientLogDocumentResponseDto.md b/docs/interfaces/generated_client.ClientLogDocumentResponseDto.md
new file mode 100644
index 000000000..46079983d
--- /dev/null
+++ b/docs/interfaces/generated_client.ClientLogDocumentResponseDto.md
@@ -0,0 +1,31 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ClientLogDocumentResponseDto
+
+# Interface: ClientLogDocumentResponseDto
+
+[generated-client](../modules/generated_client.md).ClientLogDocumentResponseDto
+
+Client log document response dto.
+
+**`export`**
+
+**`interface`** ClientLogDocumentResponseDto
+
+## Table of contents
+
+### Properties
+
+- [FileName](generated_client.ClientLogDocumentResponseDto.md#filename)
+
+## Properties
+
+### FileName
+
+• `Optional` **FileName**: `string`
+
+Gets the resulting filename.
+
+**`memberof`** ClientLogDocumentResponseDto
+
+#### Defined in
+
+[generated-client/models/client-log-document-response-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/client-log-document-response-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.CodecProfile.md b/docs/interfaces/generated_client.CodecProfile.md
index 369f5cc2d..25a84a95e 100644
--- a/docs/interfaces/generated_client.CodecProfile.md
+++ b/docs/interfaces/generated_client.CodecProfile.md
@@ -28,7 +28,7 @@
#### Defined in
-[generated-client/models/codec-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-profile.ts#L42)
+[generated-client/models/codec-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-profile.ts#L42)
___
@@ -40,7 +40,7 @@ ___
#### Defined in
-[generated-client/models/codec-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-profile.ts#L48)
+[generated-client/models/codec-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-profile.ts#L48)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[generated-client/models/codec-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-profile.ts#L36)
+[generated-client/models/codec-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-profile.ts#L36)
___
@@ -64,7 +64,7 @@ ___
#### Defined in
-[generated-client/models/codec-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-profile.ts#L54)
+[generated-client/models/codec-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-profile.ts#L54)
___
@@ -76,4 +76,4 @@ ___
#### Defined in
-[generated-client/models/codec-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/codec-profile.ts#L30)
+[generated-client/models/codec-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/codec-profile.ts#L30)
diff --git a/docs/interfaces/generated_client.CollectionApiAddToCollectionRequest.md b/docs/interfaces/generated_client.CollectionApiAddToCollectionRequest.md
index 65eb07bb6..7ac4603a4 100644
--- a/docs/interfaces/generated_client.CollectionApiAddToCollectionRequest.md
+++ b/docs/interfaces/generated_client.CollectionApiAddToCollectionRequest.md
@@ -29,7 +29,7 @@ The collection id.
#### Defined in
-[generated-client/api/collection-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L279)
+[generated-client/api/collection-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L279)
___
@@ -43,4 +43,4 @@ Item ids, comma delimited.
#### Defined in
-[generated-client/api/collection-api.ts:286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L286)
+[generated-client/api/collection-api.ts:286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L286)
diff --git a/docs/interfaces/generated_client.CollectionApiCreateCollectionRequest.md b/docs/interfaces/generated_client.CollectionApiCreateCollectionRequest.md
index 51b87b712..03507a136 100644
--- a/docs/interfaces/generated_client.CollectionApiCreateCollectionRequest.md
+++ b/docs/interfaces/generated_client.CollectionApiCreateCollectionRequest.md
@@ -31,7 +31,7 @@ Item Ids to add to the collection.
#### Defined in
-[generated-client/api/collection-api.ts:307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L307)
+[generated-client/api/collection-api.ts:307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L307)
___
@@ -45,7 +45,7 @@ Whether or not to lock the new collection.
#### Defined in
-[generated-client/api/collection-api.ts:321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L321)
+[generated-client/api/collection-api.ts:321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L321)
___
@@ -59,7 +59,7 @@ The name of the collection.
#### Defined in
-[generated-client/api/collection-api.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L300)
+[generated-client/api/collection-api.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L300)
___
@@ -73,4 +73,4 @@ Optional. Create the collection within a specific folder.
#### Defined in
-[generated-client/api/collection-api.ts:314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L314)
+[generated-client/api/collection-api.ts:314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L314)
diff --git a/docs/interfaces/generated_client.CollectionApiRemoveFromCollectionRequest.md b/docs/interfaces/generated_client.CollectionApiRemoveFromCollectionRequest.md
index 5c4785f7c..dff6f26f0 100644
--- a/docs/interfaces/generated_client.CollectionApiRemoveFromCollectionRequest.md
+++ b/docs/interfaces/generated_client.CollectionApiRemoveFromCollectionRequest.md
@@ -29,7 +29,7 @@ The collection id.
#### Defined in
-[generated-client/api/collection-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L335)
+[generated-client/api/collection-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L335)
___
@@ -43,4 +43,4 @@ Item ids, comma delimited.
#### Defined in
-[generated-client/api/collection-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L342)
+[generated-client/api/collection-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L342)
diff --git a/docs/interfaces/generated_client.CollectionCreationResult.md b/docs/interfaces/generated_client.CollectionCreationResult.md
index dcdc01d66..7f26c8c57 100644
--- a/docs/interfaces/generated_client.CollectionCreationResult.md
+++ b/docs/interfaces/generated_client.CollectionCreationResult.md
@@ -24,4 +24,4 @@
#### Defined in
-[generated-client/models/collection-creation-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/collection-creation-result.ts#L28)
+[generated-client/models/collection-creation-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/collection-creation-result.ts#L28)
diff --git a/docs/interfaces/generated_client.ConfigImageTypes.md b/docs/interfaces/generated_client.ConfigImageTypes.md
new file mode 100644
index 000000000..30537d264
--- /dev/null
+++ b/docs/interfaces/generated_client.ConfigImageTypes.md
@@ -0,0 +1,105 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ConfigImageTypes
+
+# Interface: ConfigImageTypes
+
+[generated-client](../modules/generated_client.md).ConfigImageTypes
+
+**`export`**
+
+**`interface`** ConfigImageTypes
+
+## Table of contents
+
+### Properties
+
+- [BackdropSizes](generated_client.ConfigImageTypes.md#backdropsizes)
+- [BaseUrl](generated_client.ConfigImageTypes.md#baseurl)
+- [LogoSizes](generated_client.ConfigImageTypes.md#logosizes)
+- [PosterSizes](generated_client.ConfigImageTypes.md#postersizes)
+- [ProfileSizes](generated_client.ConfigImageTypes.md#profilesizes)
+- [SecureBaseUrl](generated_client.ConfigImageTypes.md#securebaseurl)
+- [StillSizes](generated_client.ConfigImageTypes.md#stillsizes)
+
+## Properties
+
+### BackdropSizes
+
+• `Optional` **BackdropSizes**: ``null`` \| `string`[]
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L28)
+
+___
+
+### BaseUrl
+
+• `Optional` **BaseUrl**: ``null`` \| `string`
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L34)
+
+___
+
+### LogoSizes
+
+• `Optional` **LogoSizes**: ``null`` \| `string`[]
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L40)
+
+___
+
+### PosterSizes
+
+• `Optional` **PosterSizes**: ``null`` \| `string`[]
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L46)
+
+___
+
+### ProfileSizes
+
+• `Optional` **ProfileSizes**: ``null`` \| `string`[]
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L52)
+
+___
+
+### SecureBaseUrl
+
+• `Optional` **SecureBaseUrl**: ``null`` \| `string`
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L58)
+
+___
+
+### StillSizes
+
+• `Optional` **StillSizes**: ``null`` \| `string`[]
+
+**`memberof`** ConfigImageTypes
+
+#### Defined in
+
+[generated-client/models/config-image-types.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/config-image-types.ts#L64)
diff --git a/docs/interfaces/generated_client.ConfigurationApiGetNamedConfigurationRequest.md b/docs/interfaces/generated_client.ConfigurationApiGetNamedConfigurationRequest.md
index 0d6b79c7f..c8a536130 100644
--- a/docs/interfaces/generated_client.ConfigurationApiGetNamedConfigurationRequest.md
+++ b/docs/interfaces/generated_client.ConfigurationApiGetNamedConfigurationRequest.md
@@ -28,4 +28,4 @@ Configuration key.
#### Defined in
-[generated-client/api/configuration-api.ts:409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L409)
+[generated-client/api/configuration-api.ts:417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L417)
diff --git a/docs/interfaces/generated_client.ConfigurationApiUpdateConfigurationRequest.md b/docs/interfaces/generated_client.ConfigurationApiUpdateConfigurationRequest.md
index 281fc8e5f..0f73d36c4 100644
--- a/docs/interfaces/generated_client.ConfigurationApiUpdateConfigurationRequest.md
+++ b/docs/interfaces/generated_client.ConfigurationApiUpdateConfigurationRequest.md
@@ -28,4 +28,4 @@ Configuration.
#### Defined in
-[generated-client/api/configuration-api.ts:423](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L423)
+[generated-client/api/configuration-api.ts:431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L431)
diff --git a/docs/interfaces/generated_client.ConfigurationApiUpdateMediaEncoderPathRequest.md b/docs/interfaces/generated_client.ConfigurationApiUpdateMediaEncoderPathRequest.md
index 9b302303b..8fd1f74ad 100644
--- a/docs/interfaces/generated_client.ConfigurationApiUpdateMediaEncoderPathRequest.md
+++ b/docs/interfaces/generated_client.ConfigurationApiUpdateMediaEncoderPathRequest.md
@@ -28,4 +28,4 @@ Media encoder path form body.
#### Defined in
-[generated-client/api/configuration-api.ts:437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L437)
+[generated-client/api/configuration-api.ts:445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L445)
diff --git a/docs/interfaces/generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md b/docs/interfaces/generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md
index 39b01e76d..1d6a2586b 100644
--- a/docs/interfaces/generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md
+++ b/docs/interfaces/generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md
@@ -14,10 +14,25 @@ Request parameters for updateNamedConfiguration operation in ConfigurationApi.
### Properties
+- [body](generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md#body)
- [key](generated_client.ConfigurationApiUpdateNamedConfigurationRequest.md#key)
## Properties
+### body
+
+• `Readonly` **body**: `any`
+
+Configuration.
+
+**`memberof`** ConfigurationApiUpdateNamedConfiguration
+
+#### Defined in
+
+[generated-client/api/configuration-api.ts:466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L466)
+
+___
+
### key
• `Readonly` **key**: `string`
@@ -28,4 +43,4 @@ Configuration key.
#### Defined in
-[generated-client/api/configuration-api.ts:451](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L451)
+[generated-client/api/configuration-api.ts:459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L459)
diff --git a/docs/interfaces/generated_client.ConfigurationPageInfo.md b/docs/interfaces/generated_client.ConfigurationPageInfo.md
index 05d802033..e3d0cd428 100644
--- a/docs/interfaces/generated_client.ConfigurationPageInfo.md
+++ b/docs/interfaces/generated_client.ConfigurationPageInfo.md
@@ -14,7 +14,6 @@ The configuration page info.
### Properties
-- [ConfigurationPageType](generated_client.ConfigurationPageInfo.md#configurationpagetype)
- [DisplayName](generated_client.ConfigurationPageInfo.md#displayname)
- [EnableInMainMenu](generated_client.ConfigurationPageInfo.md#enableinmainmenu)
- [MenuIcon](generated_client.ConfigurationPageInfo.md#menuicon)
@@ -24,18 +23,6 @@ The configuration page info.
## Properties
-### ConfigurationPageType
-
-• `Optional` **ConfigurationPageType**: [`ConfigurationPageType`](../enums/generated_client.ConfigurationPageType.md)
-
-**`memberof`** ConfigurationPageInfo
-
-#### Defined in
-
-[generated-client/models/configuration-page-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L59)
-
-___
-
### DisplayName
• `Optional` **DisplayName**: ``null`` \| `string`
@@ -46,7 +33,7 @@ Gets or sets the display name.
#### Defined in
-[generated-client/models/configuration-page-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L53)
+[generated-client/models/configuration-page-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L52)
___
@@ -60,7 +47,7 @@ Gets or sets a value indicating whether the configurations page is enabled in th
#### Defined in
-[generated-client/models/configuration-page-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L35)
+[generated-client/models/configuration-page-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L34)
___
@@ -74,7 +61,7 @@ Gets or sets the menu icon.
#### Defined in
-[generated-client/models/configuration-page-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L47)
+[generated-client/models/configuration-page-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L46)
___
@@ -88,13 +75,13 @@ Gets or sets the menu section.
#### Defined in
-[generated-client/models/configuration-page-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L41)
+[generated-client/models/configuration-page-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L40)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the name.
@@ -102,7 +89,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/configuration-page-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L29)
+[generated-client/models/configuration-page-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L28)
___
@@ -116,4 +103,4 @@ Gets or sets the plugin id.
#### Defined in
-[generated-client/models/configuration-page-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/configuration-page-info.ts#L65)
+[generated-client/models/configuration-page-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/configuration-page-info.ts#L58)
diff --git a/docs/interfaces/generated_client.ConfigurationParameters.md b/docs/interfaces/generated_client.ConfigurationParameters.md
index c71810725..1af3a66dc 100644
--- a/docs/interfaces/generated_client.ConfigurationParameters.md
+++ b/docs/interfaces/generated_client.ConfigurationParameters.md
@@ -7,7 +7,7 @@
Jellyfin API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
-The version of the OpenAPI document: 10.7.7
+The version of the OpenAPI document: 10.8.0
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
https://openapi-generator.tech
@@ -33,7 +33,7 @@ Do not edit the class manually.
#### Defined in
-[generated-client/configuration.ts:20](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L20)
+[generated-client/configuration.ts:20](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L20)
___
@@ -43,7 +43,7 @@ ___
#### Defined in
-[generated-client/configuration.ts:17](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L17)
+[generated-client/configuration.ts:17](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L17)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/configuration.ts:22](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L22)
+[generated-client/configuration.ts:22](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L22)
___
@@ -63,7 +63,7 @@ ___
#### Defined in
-[generated-client/configuration.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L21)
+[generated-client/configuration.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L21)
___
@@ -77,7 +77,7 @@ ___
#### Defined in
-[generated-client/configuration.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L23)
+[generated-client/configuration.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L23)
___
@@ -87,7 +87,7 @@ ___
#### Defined in
-[generated-client/configuration.ts:19](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L19)
+[generated-client/configuration.ts:19](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L19)
___
@@ -97,4 +97,4 @@ ___
#### Defined in
-[generated-client/configuration.ts:18](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/configuration.ts#L18)
+[generated-client/configuration.ts:18](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/configuration.ts#L18)
diff --git a/docs/interfaces/generated_client.ContainerProfile.md b/docs/interfaces/generated_client.ContainerProfile.md
index 5e092228b..b524a251c 100644
--- a/docs/interfaces/generated_client.ContainerProfile.md
+++ b/docs/interfaces/generated_client.ContainerProfile.md
@@ -26,19 +26,19 @@
#### Defined in
-[generated-client/models/container-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/container-profile.ts#L36)
+[generated-client/models/container-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/container-profile.ts#L36)
___
### Container
-• `Optional` **Container**: ``null`` \| `string`
+• `Optional` **Container**: `string`
**`memberof`** ContainerProfile
#### Defined in
-[generated-client/models/container-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/container-profile.ts#L42)
+[generated-client/models/container-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/container-profile.ts#L42)
___
@@ -50,4 +50,4 @@ ___
#### Defined in
-[generated-client/models/container-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/container-profile.ts#L30)
+[generated-client/models/container-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/container-profile.ts#L30)
diff --git a/docs/interfaces/generated_client.ControlResponse.md b/docs/interfaces/generated_client.ControlResponse.md
index 0257e8c79..69ea6aaed 100644
--- a/docs/interfaces/generated_client.ControlResponse.md
+++ b/docs/interfaces/generated_client.ControlResponse.md
@@ -20,13 +20,17 @@
### Headers
-• `Optional` **Headers**: ``null`` \| { `[key: string]`: `string`; }
+• `Optional` **Headers**: `Object`
**`memberof`** ControlResponse
+#### Index signature
+
+▪ [key: `string`]: `string`
+
#### Defined in
-[generated-client/models/control-response.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/control-response.ts#L28)
+[generated-client/models/control-response.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/control-response.ts#L28)
___
@@ -38,16 +42,16 @@ ___
#### Defined in
-[generated-client/models/control-response.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/control-response.ts#L40)
+[generated-client/models/control-response.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/control-response.ts#L40)
___
### Xml
-• `Optional` **Xml**: ``null`` \| `string`
+• `Optional` **Xml**: `string`
**`memberof`** ControlResponse
#### Defined in
-[generated-client/models/control-response.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/control-response.ts#L34)
+[generated-client/models/control-response.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/control-response.ts#L34)
diff --git a/docs/interfaces/generated_client.CountryInfo.md b/docs/interfaces/generated_client.CountryInfo.md
index 737989832..1108c92ea 100644
--- a/docs/interfaces/generated_client.CountryInfo.md
+++ b/docs/interfaces/generated_client.CountryInfo.md
@@ -31,7 +31,7 @@ Gets or sets the display name.
#### Defined in
-[generated-client/models/country-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/country-info.ts#L34)
+[generated-client/models/country-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/country-info.ts#L34)
___
@@ -45,7 +45,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/country-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/country-info.ts#L28)
+[generated-client/models/country-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/country-info.ts#L28)
___
@@ -59,7 +59,7 @@ Gets or sets the name of the three letter ISO region.
#### Defined in
-[generated-client/models/country-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/country-info.ts#L46)
+[generated-client/models/country-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/country-info.ts#L46)
___
@@ -73,4 +73,4 @@ Gets or sets the name of the two letter ISO region.
#### Defined in
-[generated-client/models/country-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/country-info.ts#L40)
+[generated-client/models/country-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/country-info.ts#L40)
diff --git a/docs/interfaces/generated_client.CreatePlaylistDto.md b/docs/interfaces/generated_client.CreatePlaylistDto.md
index dbfa2db33..a23ba43a8 100644
--- a/docs/interfaces/generated_client.CreatePlaylistDto.md
+++ b/docs/interfaces/generated_client.CreatePlaylistDto.md
@@ -23,7 +23,7 @@ Create new playlist dto.
### Ids
-• `Optional` **Ids**: ``null`` \| `string`[]
+• `Optional` **Ids**: `string`[]
Gets or sets item ids to add to the playlist.
@@ -31,7 +31,7 @@ Gets or sets item ids to add to the playlist.
#### Defined in
-[generated-client/models/create-playlist-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-playlist-dto.ts#L34)
+[generated-client/models/create-playlist-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-playlist-dto.ts#L34)
___
@@ -45,7 +45,7 @@ Gets or sets the media type.
#### Defined in
-[generated-client/models/create-playlist-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-playlist-dto.ts#L46)
+[generated-client/models/create-playlist-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-playlist-dto.ts#L46)
___
@@ -59,7 +59,7 @@ Gets or sets the name of the new playlist.
#### Defined in
-[generated-client/models/create-playlist-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-playlist-dto.ts#L28)
+[generated-client/models/create-playlist-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-playlist-dto.ts#L28)
___
@@ -73,4 +73,4 @@ Gets or sets the user id.
#### Defined in
-[generated-client/models/create-playlist-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-playlist-dto.ts#L40)
+[generated-client/models/create-playlist-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-playlist-dto.ts#L40)
diff --git a/docs/interfaces/generated_client.CreateUserByName.md b/docs/interfaces/generated_client.CreateUserByName.md
index 1a960f99b..61c953fbf 100644
--- a/docs/interfaces/generated_client.CreateUserByName.md
+++ b/docs/interfaces/generated_client.CreateUserByName.md
@@ -29,7 +29,7 @@ Gets or sets the username.
#### Defined in
-[generated-client/models/create-user-by-name.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-user-by-name.ts#L28)
+[generated-client/models/create-user-by-name.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-user-by-name.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the password.
#### Defined in
-[generated-client/models/create-user-by-name.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/create-user-by-name.ts#L34)
+[generated-client/models/create-user-by-name.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/create-user-by-name.ts#L34)
diff --git a/docs/interfaces/generated_client.CultureDto.md b/docs/interfaces/generated_client.CultureDto.md
index f5208e600..41bd8838d 100644
--- a/docs/interfaces/generated_client.CultureDto.md
+++ b/docs/interfaces/generated_client.CultureDto.md
@@ -24,29 +24,29 @@ Class CultureDto.
### DisplayName
-• `Optional` **DisplayName**: ``null`` \| `string`
+• `Optional` **DisplayName**: `string`
-Gets or sets the display name.
+Gets the display name.
**`memberof`** CultureDto
#### Defined in
-[generated-client/models/culture-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/culture-dto.ts#L34)
+[generated-client/models/culture-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/culture-dto.ts#L34)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
-Gets or sets the name.
+Gets the name.
**`memberof`** CultureDto
#### Defined in
-[generated-client/models/culture-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/culture-dto.ts#L28)
+[generated-client/models/culture-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/culture-dto.ts#L28)
___
@@ -54,36 +54,36 @@ ___
• `Optional` **ThreeLetterISOLanguageName**: ``null`` \| `string`
-Gets or sets the name of the three letter ISO language.
+Gets the name of the three letter ISO language.
**`memberof`** CultureDto
#### Defined in
-[generated-client/models/culture-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/culture-dto.ts#L46)
+[generated-client/models/culture-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/culture-dto.ts#L46)
___
### ThreeLetterISOLanguageNames
-• `Optional` **ThreeLetterISOLanguageNames**: ``null`` \| `string`[]
+• `Optional` **ThreeLetterISOLanguageNames**: `string`[]
**`memberof`** CultureDto
#### Defined in
-[generated-client/models/culture-dto.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/culture-dto.ts#L52)
+[generated-client/models/culture-dto.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/culture-dto.ts#L52)
___
### TwoLetterISOLanguageName
-• `Optional` **TwoLetterISOLanguageName**: ``null`` \| `string`
+• `Optional` **TwoLetterISOLanguageName**: `string`
-Gets or sets the name of the two letter ISO language.
+Gets the name of the two letter ISO language.
**`memberof`** CultureDto
#### Defined in
-[generated-client/models/culture-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/culture-dto.ts#L40)
+[generated-client/models/culture-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/culture-dto.ts#L40)
diff --git a/docs/interfaces/generated_client.DashboardApiGetConfigurationPagesRequest.md b/docs/interfaces/generated_client.DashboardApiGetConfigurationPagesRequest.md
index bfc83c47d..26d4cf843 100644
--- a/docs/interfaces/generated_client.DashboardApiGetConfigurationPagesRequest.md
+++ b/docs/interfaces/generated_client.DashboardApiGetConfigurationPagesRequest.md
@@ -15,7 +15,6 @@ Request parameters for getConfigurationPages operation in DashboardApi.
### Properties
- [enableInMainMenu](generated_client.DashboardApiGetConfigurationPagesRequest.md#enableinmainmenu)
-- [pageType](generated_client.DashboardApiGetConfigurationPagesRequest.md#pagetype)
## Properties
@@ -29,18 +28,4 @@ Whether to enable in the main menu.
#### Defined in
-[generated-client/api/dashboard-api.ts:188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L188)
-
-___
-
-### pageType
-
-• `Optional` `Readonly` **pageType**: [`ConfigurationPageType`](../enums/generated_client.ConfigurationPageType.md)
-
-The Jellyfin.Api.Models.ConfigurationPageInfo.
-
-**`memberof`** DashboardApiGetConfigurationPages
-
-#### Defined in
-
-[generated-client/api/dashboard-api.ts:195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L195)
+[generated-client/api/dashboard-api.ts:182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L182)
diff --git a/docs/interfaces/generated_client.DashboardApiGetDashboardConfigurationPageRequest.md b/docs/interfaces/generated_client.DashboardApiGetDashboardConfigurationPageRequest.md
index adf3850bf..a1270a24d 100644
--- a/docs/interfaces/generated_client.DashboardApiGetDashboardConfigurationPageRequest.md
+++ b/docs/interfaces/generated_client.DashboardApiGetDashboardConfigurationPageRequest.md
@@ -28,4 +28,4 @@ The name of the page.
#### Defined in
-[generated-client/api/dashboard-api.ts:209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L209)
+[generated-client/api/dashboard-api.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L196)
diff --git a/docs/interfaces/generated_client.DefaultDirectoryBrowserInfoDto.md b/docs/interfaces/generated_client.DefaultDirectoryBrowserInfoDto.md
index ea6f2e17f..2580ff1de 100644
--- a/docs/interfaces/generated_client.DefaultDirectoryBrowserInfoDto.md
+++ b/docs/interfaces/generated_client.DefaultDirectoryBrowserInfoDto.md
@@ -28,4 +28,4 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/default-directory-browser-info-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/default-directory-browser-info-dto.ts#L28)
+[generated-client/models/default-directory-browser-info-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/default-directory-browser-info-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.DeviceIdentification.md b/docs/interfaces/generated_client.DeviceIdentification.md
index 33603cae0..2963491b8 100644
--- a/docs/interfaces/generated_client.DeviceIdentification.md
+++ b/docs/interfaces/generated_client.DeviceIdentification.md
@@ -26,7 +26,7 @@
### FriendlyName
-• `Optional` **FriendlyName**: ``null`` \| `string`
+• `Optional` **FriendlyName**: `string`
Gets or sets the name of the friendly.
@@ -34,13 +34,13 @@ Gets or sets the name of the friendly.
#### Defined in
-[generated-client/models/device-identification.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L29)
+[generated-client/models/device-identification.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L29)
___
### Headers
-• `Optional` **Headers**: ``null`` \| [`HttpHeaderInfo`](generated_client.HttpHeaderInfo.md)[]
+• `Optional` **Headers**: [`HttpHeaderInfo`](generated_client.HttpHeaderInfo.md)[]
Gets or sets the headers.
@@ -48,13 +48,13 @@ Gets or sets the headers.
#### Defined in
-[generated-client/models/device-identification.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L77)
+[generated-client/models/device-identification.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L77)
___
### Manufacturer
-• `Optional` **Manufacturer**: ``null`` \| `string`
+• `Optional` **Manufacturer**: `string`
Gets or sets the manufacturer.
@@ -62,13 +62,13 @@ Gets or sets the manufacturer.
#### Defined in
-[generated-client/models/device-identification.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L65)
+[generated-client/models/device-identification.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L65)
___
### ManufacturerUrl
-• `Optional` **ManufacturerUrl**: ``null`` \| `string`
+• `Optional` **ManufacturerUrl**: `string`
Gets or sets the manufacturer URL.
@@ -76,13 +76,13 @@ Gets or sets the manufacturer URL.
#### Defined in
-[generated-client/models/device-identification.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L71)
+[generated-client/models/device-identification.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L71)
___
### ModelDescription
-• `Optional` **ModelDescription**: ``null`` \| `string`
+• `Optional` **ModelDescription**: `string`
Gets or sets the model description.
@@ -90,13 +90,13 @@ Gets or sets the model description.
#### Defined in
-[generated-client/models/device-identification.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L53)
+[generated-client/models/device-identification.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L53)
___
### ModelName
-• `Optional` **ModelName**: ``null`` \| `string`
+• `Optional` **ModelName**: `string`
Gets or sets the name of the model.
@@ -104,13 +104,13 @@ Gets or sets the name of the model.
#### Defined in
-[generated-client/models/device-identification.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L47)
+[generated-client/models/device-identification.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L47)
___
### ModelNumber
-• `Optional` **ModelNumber**: ``null`` \| `string`
+• `Optional` **ModelNumber**: `string`
Gets or sets the model number.
@@ -118,13 +118,13 @@ Gets or sets the model number.
#### Defined in
-[generated-client/models/device-identification.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L35)
+[generated-client/models/device-identification.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L35)
___
### ModelUrl
-• `Optional` **ModelUrl**: ``null`` \| `string`
+• `Optional` **ModelUrl**: `string`
Gets or sets the model URL.
@@ -132,13 +132,13 @@ Gets or sets the model URL.
#### Defined in
-[generated-client/models/device-identification.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L59)
+[generated-client/models/device-identification.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L59)
___
### SerialNumber
-• `Optional` **SerialNumber**: ``null`` \| `string`
+• `Optional` **SerialNumber**: `string`
Gets or sets the serial number.
@@ -146,4 +146,4 @@ Gets or sets the serial number.
#### Defined in
-[generated-client/models/device-identification.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-identification.ts#L41)
+[generated-client/models/device-identification.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-identification.ts#L41)
diff --git a/docs/interfaces/generated_client.DeviceInfo.md b/docs/interfaces/generated_client.DeviceInfo.md
index 688f6b162..b7dd3dc9c 100644
--- a/docs/interfaces/generated_client.DeviceInfo.md
+++ b/docs/interfaces/generated_client.DeviceInfo.md
@@ -12,6 +12,7 @@
### Properties
+- [AccessToken](generated_client.DeviceInfo.md#accesstoken)
- [AppName](generated_client.DeviceInfo.md#appname)
- [AppVersion](generated_client.DeviceInfo.md#appversion)
- [Capabilities](generated_client.DeviceInfo.md#capabilities)
@@ -24,6 +25,20 @@
## Properties
+### AccessToken
+
+• `Optional` **AccessToken**: ``null`` \| `string`
+
+Gets or sets the access token.
+
+**`memberof`** DeviceInfo
+
+#### Defined in
+
+[generated-client/models/device-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L35)
+
+___
+
### AppName
• `Optional` **AppName**: ``null`` \| `string`
@@ -34,7 +49,7 @@ Gets or sets the name of the application.
#### Defined in
-[generated-client/models/device-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L47)
+[generated-client/models/device-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L53)
___
@@ -48,7 +63,7 @@ Gets or sets the application version.
#### Defined in
-[generated-client/models/device-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L53)
+[generated-client/models/device-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L59)
___
@@ -60,7 +75,7 @@ ___
#### Defined in
-[generated-client/models/device-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L71)
+[generated-client/models/device-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L77)
___
@@ -74,7 +89,7 @@ Gets or sets the date last modified.
#### Defined in
-[generated-client/models/device-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L65)
+[generated-client/models/device-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L71)
___
@@ -86,7 +101,7 @@ ___
#### Defined in
-[generated-client/models/device-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L77)
+[generated-client/models/device-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L83)
___
@@ -100,7 +115,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/device-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L35)
+[generated-client/models/device-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L41)
___
@@ -114,7 +129,7 @@ Gets or sets the last user identifier.
#### Defined in
-[generated-client/models/device-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L59)
+[generated-client/models/device-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L65)
___
@@ -128,7 +143,7 @@ Gets or sets the last name of the user.
#### Defined in
-[generated-client/models/device-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L41)
+[generated-client/models/device-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L47)
___
@@ -140,4 +155,4 @@ ___
#### Defined in
-[generated-client/models/device-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info.ts#L29)
+[generated-client/models/device-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info.ts#L29)
diff --git a/docs/interfaces/generated_client.DeviceInfoQueryResult.md b/docs/interfaces/generated_client.DeviceInfoQueryResult.md
index ff11abc78..bf6ca4558 100644
--- a/docs/interfaces/generated_client.DeviceInfoQueryResult.md
+++ b/docs/interfaces/generated_client.DeviceInfoQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/device-info-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info-query-result.ts#L29)
+[generated-client/models/device-info-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** DeviceInfoQueryResult
#### Defined in
-[generated-client/models/device-info-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info-query-result.ts#L41)
+[generated-client/models/device-info-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** DeviceInfoQueryResult
#### Defined in
-[generated-client/models/device-info-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-info-query-result.ts#L35)
+[generated-client/models/device-info-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-info-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.DeviceOptions.md b/docs/interfaces/generated_client.DeviceOptions.md
index ed6b39ee7..eca453fd4 100644
--- a/docs/interfaces/generated_client.DeviceOptions.md
+++ b/docs/interfaces/generated_client.DeviceOptions.md
@@ -4,6 +4,8 @@
[generated-client](../modules/generated_client.md).DeviceOptions
+An entity representing custom options for a device.
+
**`export`**
**`interface`** DeviceOptions
@@ -13,6 +15,8 @@
### Properties
- [CustomName](generated_client.DeviceOptions.md#customname)
+- [DeviceId](generated_client.DeviceOptions.md#deviceid)
+- [Id](generated_client.DeviceOptions.md#id)
## Properties
@@ -20,8 +24,38 @@
• `Optional` **CustomName**: ``null`` \| `string`
+Gets or sets the custom name.
+
+**`memberof`** DeviceOptions
+
+#### Defined in
+
+[generated-client/models/device-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options.ts#L40)
+
+___
+
+### DeviceId
+
+• `Optional` **DeviceId**: `string`
+
+Gets the device id.
+
+**`memberof`** DeviceOptions
+
+#### Defined in
+
+[generated-client/models/device-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options.ts#L34)
+
+___
+
+### Id
+
+• `Optional` **Id**: `number`
+
+Gets the id.
+
**`memberof`** DeviceOptions
#### Defined in
-[generated-client/models/device-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-options.ts#L28)
+[generated-client/models/device-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options.ts#L28)
diff --git a/docs/interfaces/generated_client.DeviceOptionsDto.md b/docs/interfaces/generated_client.DeviceOptionsDto.md
new file mode 100644
index 000000000..96a3186bd
--- /dev/null
+++ b/docs/interfaces/generated_client.DeviceOptionsDto.md
@@ -0,0 +1,61 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / DeviceOptionsDto
+
+# Interface: DeviceOptionsDto
+
+[generated-client](../modules/generated_client.md).DeviceOptionsDto
+
+A dto representing custom options for a device.
+
+**`export`**
+
+**`interface`** DeviceOptionsDto
+
+## Table of contents
+
+### Properties
+
+- [CustomName](generated_client.DeviceOptionsDto.md#customname)
+- [DeviceId](generated_client.DeviceOptionsDto.md#deviceid)
+- [Id](generated_client.DeviceOptionsDto.md#id)
+
+## Properties
+
+### CustomName
+
+• `Optional` **CustomName**: ``null`` \| `string`
+
+Gets or sets the custom name.
+
+**`memberof`** DeviceOptionsDto
+
+#### Defined in
+
+[generated-client/models/device-options-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options-dto.ts#L40)
+
+___
+
+### DeviceId
+
+• `Optional` **DeviceId**: ``null`` \| `string`
+
+Gets or sets the device id.
+
+**`memberof`** DeviceOptionsDto
+
+#### Defined in
+
+[generated-client/models/device-options-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options-dto.ts#L34)
+
+___
+
+### Id
+
+• `Optional` **Id**: `number`
+
+Gets or sets the id.
+
+**`memberof`** DeviceOptionsDto
+
+#### Defined in
+
+[generated-client/models/device-options-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-options-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.DeviceProfile.md b/docs/interfaces/generated_client.DeviceProfile.md
index 758b86a6a..58aeb66ea 100644
--- a/docs/interfaces/generated_client.DeviceProfile.md
+++ b/docs/interfaces/generated_client.DeviceProfile.md
@@ -4,7 +4,7 @@
[generated-client](../modules/generated_client.md).DeviceProfile
-Defines the MediaBrowser.Model.Dlna.DeviceProfile.
+A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play.
Specifically, it defines the supported containers and codecs (video and/or audio, including codec profiles and levels) the device is able to direct play (without transcoding or remuxing), as well as which containers/codecs to transcode to in case it isn\'t.
**`export`**
@@ -66,41 +66,41 @@ Gets or sets the AlbumArtPn.
#### Defined in
-[generated-client/models/device-profile.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L132)
+[generated-client/models/device-profile.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L132)
___
### CodecProfiles
-• `Optional` **CodecProfiles**: ``null`` \| [`CodecProfile`](generated_client.CodecProfile.md)[]
+• `Optional` **CodecProfiles**: [`CodecProfile`](generated_client.CodecProfile.md)[]
-Gets or sets the CodecProfiles.
+Gets or sets the codec profiles.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L252)
+[generated-client/models/device-profile.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L252)
___
### ContainerProfiles
-• `Optional` **ContainerProfiles**: ``null`` \| [`ContainerProfile`](generated_client.ContainerProfile.md)[]
+• `Optional` **ContainerProfiles**: [`ContainerProfile`](generated_client.ContainerProfile.md)[]
-Gets or sets the ContainerProfiles.
+Gets or sets the container profiles.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L246)
+[generated-client/models/device-profile.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L246)
___
### DirectPlayProfiles
-• `Optional` **DirectPlayProfiles**: ``null`` \| [`DirectPlayProfile`](generated_client.DirectPlayProfile.md)[]
+• `Optional` **DirectPlayProfiles**: [`DirectPlayProfile`](generated_client.DirectPlayProfile.md)[]
Gets or sets the direct play profiles.
@@ -108,7 +108,7 @@ Gets or sets the direct play profiles.
#### Defined in
-[generated-client/models/device-profile.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L234)
+[generated-client/models/device-profile.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L234)
___
@@ -122,7 +122,7 @@ Gets or sets a value indicating whether EnableAlbumArtInDidl.
#### Defined in
-[generated-client/models/device-profile.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L102)
+[generated-client/models/device-profile.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L102)
___
@@ -136,7 +136,7 @@ Gets or sets a value indicating whether EnableMSMediaReceiverRegistrar.
#### Defined in
-[generated-client/models/device-profile.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L216)
+[generated-client/models/device-profile.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L216)
___
@@ -150,7 +150,7 @@ Gets or sets a value indicating whether EnableSingleAlbumArtLimit.
#### Defined in
-[generated-client/models/device-profile.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L108)
+[generated-client/models/device-profile.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L108)
___
@@ -164,7 +164,7 @@ Gets or sets a value indicating whether EnableSingleSubtitleLimit.
#### Defined in
-[generated-client/models/device-profile.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L114)
+[generated-client/models/device-profile.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L114)
___
@@ -172,13 +172,13 @@ ___
• `Optional` **FriendlyName**: ``null`` \| `string`
-Gets or sets the FriendlyName.
+Gets or sets the friendly name of the device profile, which can be shown to users.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L54)
+[generated-client/models/device-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L54)
___
@@ -192,7 +192,7 @@ Gets or sets the Id.
#### Defined in
-[generated-client/models/device-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L42)
+[generated-client/models/device-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L42)
___
@@ -204,7 +204,7 @@ ___
#### Defined in
-[generated-client/models/device-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L48)
+[generated-client/models/device-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L48)
___
@@ -218,7 +218,7 @@ Gets or sets a value indicating whether IgnoreTranscodeByteRangeRequests.
#### Defined in
-[generated-client/models/device-profile.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L222)
+[generated-client/models/device-profile.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L222)
___
@@ -226,13 +226,13 @@ ___
• `Optional` **Manufacturer**: ``null`` \| `string`
-Gets or sets the Manufacturer.
+Gets or sets the manufacturer of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L60)
+[generated-client/models/device-profile.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L60)
___
@@ -240,19 +240,19 @@ ___
• `Optional` **ManufacturerUrl**: ``null`` \| `string`
-Gets or sets the ManufacturerUrl.
+Gets or sets an url for the manufacturer of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L66)
+[generated-client/models/device-profile.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L66)
___
### MaxAlbumArtHeight
-• `Optional` **MaxAlbumArtHeight**: `number`
+• `Optional` **MaxAlbumArtHeight**: ``null`` \| `number`
Gets or sets the MaxAlbumArtHeight.
@@ -260,13 +260,13 @@ Gets or sets the MaxAlbumArtHeight.
#### Defined in
-[generated-client/models/device-profile.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L144)
+[generated-client/models/device-profile.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L144)
___
### MaxAlbumArtWidth
-• `Optional` **MaxAlbumArtWidth**: `number`
+• `Optional` **MaxAlbumArtWidth**: ``null`` \| `number`
Gets or sets the MaxAlbumArtWidth.
@@ -274,7 +274,7 @@ Gets or sets the MaxAlbumArtWidth.
#### Defined in
-[generated-client/models/device-profile.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L138)
+[generated-client/models/device-profile.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L138)
___
@@ -282,13 +282,13 @@ ___
• `Optional` **MaxIconHeight**: ``null`` \| `number`
-Gets or sets the MaxIconHeight.
+Gets or sets the maximum allowed height of embedded icons.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L156)
+[generated-client/models/device-profile.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L156)
___
@@ -296,13 +296,13 @@ ___
• `Optional` **MaxIconWidth**: ``null`` \| `number`
-Gets or sets the MaxIconWidth.
+Gets or sets the maximum allowed width of embedded icons.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L150)
+[generated-client/models/device-profile.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L150)
___
@@ -310,13 +310,13 @@ ___
• `Optional` **MaxStaticBitrate**: ``null`` \| `number`
-Gets or sets the MaxStaticBitrate.
+Gets or sets the maximum allowed bitrate for statically streamed content (= direct played files).
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L168)
+[generated-client/models/device-profile.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L168)
___
@@ -324,13 +324,13 @@ ___
• `Optional` **MaxStaticMusicBitrate**: ``null`` \| `number`
-Gets or sets the MaxStaticMusicBitrate.
+Gets or sets the maximum allowed bitrate for statically streamed (= direct played) music files.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L180)
+[generated-client/models/device-profile.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L180)
___
@@ -338,13 +338,13 @@ ___
• `Optional` **MaxStreamingBitrate**: ``null`` \| `number`
-Gets or sets the MaxStreamingBitrate.
+Gets or sets the maximum allowed bitrate for all streamed content.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L162)
+[generated-client/models/device-profile.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L162)
___
@@ -352,13 +352,13 @@ ___
• `Optional` **ModelDescription**: ``null`` \| `string`
-Gets or sets the ModelDescription.
+Gets or sets the model description of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L78)
+[generated-client/models/device-profile.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L78)
___
@@ -366,13 +366,13 @@ ___
• `Optional` **ModelName**: ``null`` \| `string`
-Gets or sets the ModelName.
+Gets or sets the model name of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L72)
+[generated-client/models/device-profile.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L72)
___
@@ -380,13 +380,13 @@ ___
• `Optional` **ModelNumber**: ``null`` \| `string`
-Gets or sets the ModelNumber.
+Gets or sets the model number of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L84)
+[generated-client/models/device-profile.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L84)
___
@@ -400,7 +400,7 @@ Gets or sets the ModelUrl.
#### Defined in
-[generated-client/models/device-profile.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L90)
+[generated-client/models/device-profile.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L90)
___
@@ -408,13 +408,13 @@ ___
• `Optional` **MusicStreamingTranscodingBitrate**: ``null`` \| `number`
-Gets or sets the MusicStreamingTranscodingBitrate.
+Gets or sets the maximum allowed bitrate for transcoded music streams.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L174)
+[generated-client/models/device-profile.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L174)
___
@@ -422,13 +422,13 @@ ___
• `Optional` **Name**: ``null`` \| `string`
-Gets or sets the Name.
+Gets or sets the name of this device profile.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L36)
+[generated-client/models/device-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L36)
___
@@ -442,7 +442,7 @@ Gets or sets the ProtocolInfo.
#### Defined in
-[generated-client/models/device-profile.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L192)
+[generated-client/models/device-profile.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L192)
___
@@ -456,7 +456,7 @@ Gets or sets a value indicating whether RequiresPlainFolders.
#### Defined in
-[generated-client/models/device-profile.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L210)
+[generated-client/models/device-profile.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L210)
___
@@ -470,13 +470,13 @@ Gets or sets a value indicating whether RequiresPlainVideoItems.
#### Defined in
-[generated-client/models/device-profile.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L204)
+[generated-client/models/device-profile.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L204)
___
### ResponseProfiles
-• `Optional` **ResponseProfiles**: ``null`` \| [`ResponseProfile`](generated_client.ResponseProfile.md)[]
+• `Optional` **ResponseProfiles**: [`ResponseProfile`](generated_client.ResponseProfile.md)[]
Gets or sets the ResponseProfiles.
@@ -484,7 +484,7 @@ Gets or sets the ResponseProfiles.
#### Defined in
-[generated-client/models/device-profile.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L258)
+[generated-client/models/device-profile.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L258)
___
@@ -492,13 +492,13 @@ ___
• `Optional` **SerialNumber**: ``null`` \| `string`
-Gets or sets the SerialNumber.
+Gets or sets the serial number of the device which this profile represents.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L96)
+[generated-client/models/device-profile.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L96)
___
@@ -512,27 +512,27 @@ Gets or sets the content of the aggregationFlags element in the urn:schemas-sony
#### Defined in
-[generated-client/models/device-profile.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L186)
+[generated-client/models/device-profile.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L186)
___
### SubtitleProfiles
-• `Optional` **SubtitleProfiles**: ``null`` \| [`SubtitleProfile`](generated_client.SubtitleProfile.md)[]
+• `Optional` **SubtitleProfiles**: [`SubtitleProfile`](generated_client.SubtitleProfile.md)[]
-Gets or sets the SubtitleProfiles.
+Gets or sets the subtitle profiles.
**`memberof`** DeviceProfile
#### Defined in
-[generated-client/models/device-profile.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L264)
+[generated-client/models/device-profile.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L264)
___
### SupportedMediaTypes
-• `Optional` **SupportedMediaTypes**: ``null`` \| `string`
+• `Optional` **SupportedMediaTypes**: `string`
Gets or sets the SupportedMediaTypes.
@@ -540,7 +540,7 @@ Gets or sets the SupportedMediaTypes.
#### Defined in
-[generated-client/models/device-profile.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L120)
+[generated-client/models/device-profile.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L120)
___
@@ -554,13 +554,13 @@ Gets or sets the TimelineOffsetSeconds.
#### Defined in
-[generated-client/models/device-profile.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L198)
+[generated-client/models/device-profile.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L198)
___
### TranscodingProfiles
-• `Optional` **TranscodingProfiles**: ``null`` \| [`TranscodingProfile`](generated_client.TranscodingProfile.md)[]
+• `Optional` **TranscodingProfiles**: [`TranscodingProfile`](generated_client.TranscodingProfile.md)[]
Gets or sets the transcoding profiles.
@@ -568,7 +568,7 @@ Gets or sets the transcoding profiles.
#### Defined in
-[generated-client/models/device-profile.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L240)
+[generated-client/models/device-profile.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L240)
___
@@ -582,13 +582,13 @@ Gets or sets the UserId.
#### Defined in
-[generated-client/models/device-profile.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L126)
+[generated-client/models/device-profile.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L126)
___
### XmlRootAttributes
-• `Optional` **XmlRootAttributes**: ``null`` \| [`XmlAttribute`](generated_client.XmlAttribute.md)[]
+• `Optional` **XmlRootAttributes**: [`XmlAttribute`](generated_client.XmlAttribute.md)[]
Gets or sets the XmlRootAttributes.
@@ -596,4 +596,4 @@ Gets or sets the XmlRootAttributes.
#### Defined in
-[generated-client/models/device-profile.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile.ts#L228)
+[generated-client/models/device-profile.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile.ts#L228)
diff --git a/docs/interfaces/generated_client.DeviceProfileInfo.md b/docs/interfaces/generated_client.DeviceProfileInfo.md
index 79f34137c..7d617e1e6 100644
--- a/docs/interfaces/generated_client.DeviceProfileInfo.md
+++ b/docs/interfaces/generated_client.DeviceProfileInfo.md
@@ -28,7 +28,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/device-profile-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile-info.ts#L29)
+[generated-client/models/device-profile-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile-info.ts#L29)
___
@@ -42,7 +42,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/device-profile-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile-info.ts#L35)
+[generated-client/models/device-profile-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile-info.ts#L35)
___
@@ -54,4 +54,4 @@ ___
#### Defined in
-[generated-client/models/device-profile-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/device-profile-info.ts#L41)
+[generated-client/models/device-profile-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/device-profile-info.ts#L41)
diff --git a/docs/interfaces/generated_client.DevicesApiDeleteDeviceRequest.md b/docs/interfaces/generated_client.DevicesApiDeleteDeviceRequest.md
index c12cc7469..fc8d8e481 100644
--- a/docs/interfaces/generated_client.DevicesApiDeleteDeviceRequest.md
+++ b/docs/interfaces/generated_client.DevicesApiDeleteDeviceRequest.md
@@ -28,4 +28,4 @@ Device Id.
#### Defined in
-[generated-client/api/devices-api.ts:389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L389)
+[generated-client/api/devices-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L391)
diff --git a/docs/interfaces/generated_client.DevicesApiGetDeviceInfoRequest.md b/docs/interfaces/generated_client.DevicesApiGetDeviceInfoRequest.md
index ddd9e7e7d..45c099fcb 100644
--- a/docs/interfaces/generated_client.DevicesApiGetDeviceInfoRequest.md
+++ b/docs/interfaces/generated_client.DevicesApiGetDeviceInfoRequest.md
@@ -28,4 +28,4 @@ Device Id.
#### Defined in
-[generated-client/api/devices-api.ts:403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L403)
+[generated-client/api/devices-api.ts:405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L405)
diff --git a/docs/interfaces/generated_client.DevicesApiGetDeviceOptionsRequest.md b/docs/interfaces/generated_client.DevicesApiGetDeviceOptionsRequest.md
index d5f547b07..ce68640cf 100644
--- a/docs/interfaces/generated_client.DevicesApiGetDeviceOptionsRequest.md
+++ b/docs/interfaces/generated_client.DevicesApiGetDeviceOptionsRequest.md
@@ -28,4 +28,4 @@ Device Id.
#### Defined in
-[generated-client/api/devices-api.ts:417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L417)
+[generated-client/api/devices-api.ts:419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L419)
diff --git a/docs/interfaces/generated_client.DevicesApiGetDevicesRequest.md b/docs/interfaces/generated_client.DevicesApiGetDevicesRequest.md
index 0d895ec4f..7605cede2 100644
--- a/docs/interfaces/generated_client.DevicesApiGetDevicesRequest.md
+++ b/docs/interfaces/generated_client.DevicesApiGetDevicesRequest.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether [supports synchronize].
#### Defined in
-[generated-client/api/devices-api.ts:431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L431)
+[generated-client/api/devices-api.ts:433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L433)
___
@@ -43,4 +43,4 @@ Gets or sets the user identifier.
#### Defined in
-[generated-client/api/devices-api.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L438)
+[generated-client/api/devices-api.ts:440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L440)
diff --git a/docs/interfaces/generated_client.DevicesApiUpdateDeviceOptionsRequest.md b/docs/interfaces/generated_client.DevicesApiUpdateDeviceOptionsRequest.md
index 0808cc5df..780478212 100644
--- a/docs/interfaces/generated_client.DevicesApiUpdateDeviceOptionsRequest.md
+++ b/docs/interfaces/generated_client.DevicesApiUpdateDeviceOptionsRequest.md
@@ -14,14 +14,14 @@ Request parameters for updateDeviceOptions operation in DevicesApi.
### Properties
-- [deviceOptions](generated_client.DevicesApiUpdateDeviceOptionsRequest.md#deviceoptions)
+- [deviceOptionsDto](generated_client.DevicesApiUpdateDeviceOptionsRequest.md#deviceoptionsdto)
- [id](generated_client.DevicesApiUpdateDeviceOptionsRequest.md#id)
## Properties
-### deviceOptions
+### deviceOptionsDto
-• `Readonly` **deviceOptions**: [`DeviceOptions`](generated_client.DeviceOptions.md)
+• `Readonly` **deviceOptionsDto**: [`DeviceOptionsDto`](generated_client.DeviceOptionsDto.md)
Device Options.
@@ -29,7 +29,7 @@ Device Options.
#### Defined in
-[generated-client/api/devices-api.ts:459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L459)
+[generated-client/api/devices-api.ts:461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L461)
___
@@ -43,4 +43,4 @@ Device Id.
#### Defined in
-[generated-client/api/devices-api.ts:452](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L452)
+[generated-client/api/devices-api.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L454)
diff --git a/docs/interfaces/generated_client.DirectPlayProfile.md b/docs/interfaces/generated_client.DirectPlayProfile.md
index d1401ba9c..37db1be95 100644
--- a/docs/interfaces/generated_client.DirectPlayProfile.md
+++ b/docs/interfaces/generated_client.DirectPlayProfile.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/direct-play-profile.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/direct-play-profile.ts#L35)
+[generated-client/models/direct-play-profile.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/direct-play-profile.ts#L35)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/direct-play-profile.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/direct-play-profile.ts#L29)
+[generated-client/models/direct-play-profile.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/direct-play-profile.ts#L29)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/direct-play-profile.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/direct-play-profile.ts#L47)
+[generated-client/models/direct-play-profile.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/direct-play-profile.ts#L47)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/direct-play-profile.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/direct-play-profile.ts#L41)
+[generated-client/models/direct-play-profile.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/direct-play-profile.ts#L41)
diff --git a/docs/interfaces/generated_client.DisplayPreferencesApiGetDisplayPreferencesRequest.md b/docs/interfaces/generated_client.DisplayPreferencesApiGetDisplayPreferencesRequest.md
index add258471..4e41ba0ca 100644
--- a/docs/interfaces/generated_client.DisplayPreferencesApiGetDisplayPreferencesRequest.md
+++ b/docs/interfaces/generated_client.DisplayPreferencesApiGetDisplayPreferencesRequest.md
@@ -30,7 +30,7 @@ Client.
#### Defined in
-[generated-client/api/display-preferences-api.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L239)
+[generated-client/api/display-preferences-api.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L239)
___
@@ -44,7 +44,7 @@ Display preferences id.
#### Defined in
-[generated-client/api/display-preferences-api.ts:225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L225)
+[generated-client/api/display-preferences-api.ts:225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L225)
___
@@ -58,4 +58,4 @@ User id.
#### Defined in
-[generated-client/api/display-preferences-api.ts:232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L232)
+[generated-client/api/display-preferences-api.ts:232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L232)
diff --git a/docs/interfaces/generated_client.DisplayPreferencesApiUpdateDisplayPreferencesRequest.md b/docs/interfaces/generated_client.DisplayPreferencesApiUpdateDisplayPreferencesRequest.md
index 530e69ced..fe4b0eeca 100644
--- a/docs/interfaces/generated_client.DisplayPreferencesApiUpdateDisplayPreferencesRequest.md
+++ b/docs/interfaces/generated_client.DisplayPreferencesApiUpdateDisplayPreferencesRequest.md
@@ -31,7 +31,7 @@ Client.
#### Defined in
-[generated-client/api/display-preferences-api.ts:267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L267)
+[generated-client/api/display-preferences-api.ts:267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L267)
___
@@ -45,7 +45,7 @@ New Display Preferences object.
#### Defined in
-[generated-client/api/display-preferences-api.ts:274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L274)
+[generated-client/api/display-preferences-api.ts:274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L274)
___
@@ -59,7 +59,7 @@ Display preferences id.
#### Defined in
-[generated-client/api/display-preferences-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L253)
+[generated-client/api/display-preferences-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L253)
___
@@ -73,4 +73,4 @@ User Id.
#### Defined in
-[generated-client/api/display-preferences-api.ts:260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L260)
+[generated-client/api/display-preferences-api.ts:260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L260)
diff --git a/docs/interfaces/generated_client.DisplayPreferencesDto.md b/docs/interfaces/generated_client.DisplayPreferencesDto.md
index b18910115..d5f1a9854 100644
--- a/docs/interfaces/generated_client.DisplayPreferencesDto.md
+++ b/docs/interfaces/generated_client.DisplayPreferencesDto.md
@@ -41,21 +41,25 @@ Gets or sets the client.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L108)
+[generated-client/models/display-preferences-dto.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L108)
___
### CustomPrefs
-• `Optional` **CustomPrefs**: ``null`` \| { `[key: string]`: `string`; }
+• `Optional` **CustomPrefs**: `Object`
Gets or sets the custom prefs.
**`memberof`** DisplayPreferencesDto
+#### Index signature
+
+▪ [key: `string`]: `string`
+
#### Defined in
-[generated-client/models/display-preferences-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L72)
+[generated-client/models/display-preferences-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L72)
___
@@ -69,7 +73,7 @@ Gets or sets the user id.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L30)
+[generated-client/models/display-preferences-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L30)
___
@@ -83,7 +87,7 @@ Gets or sets the index by.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L48)
+[generated-client/models/display-preferences-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L48)
___
@@ -97,7 +101,7 @@ Gets or sets the height of the primary image.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L60)
+[generated-client/models/display-preferences-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L60)
___
@@ -111,7 +115,7 @@ Gets or sets the width of the primary image.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L66)
+[generated-client/models/display-preferences-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L66)
___
@@ -125,7 +129,7 @@ Gets or sets a value indicating whether [remember indexing].
#### Defined in
-[generated-client/models/display-preferences-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L54)
+[generated-client/models/display-preferences-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L54)
___
@@ -139,7 +143,7 @@ Gets or sets a value indicating whether [remember sorting].
#### Defined in
-[generated-client/models/display-preferences-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L90)
+[generated-client/models/display-preferences-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L90)
___
@@ -151,7 +155,7 @@ ___
#### Defined in
-[generated-client/models/display-preferences-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L78)
+[generated-client/models/display-preferences-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L78)
___
@@ -165,7 +169,7 @@ Gets or sets a value indicating whether to show backdrops on this item.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L84)
+[generated-client/models/display-preferences-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L84)
___
@@ -179,7 +183,7 @@ Gets or sets a value indicating whether [show sidebar].
#### Defined in
-[generated-client/models/display-preferences-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L102)
+[generated-client/models/display-preferences-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L102)
___
@@ -193,7 +197,7 @@ Gets or sets the sort by.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L42)
+[generated-client/models/display-preferences-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L42)
___
@@ -205,7 +209,7 @@ ___
#### Defined in
-[generated-client/models/display-preferences-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L96)
+[generated-client/models/display-preferences-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L96)
___
@@ -219,4 +223,4 @@ Gets or sets the type of the view.
#### Defined in
-[generated-client/models/display-preferences-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/display-preferences-dto.ts#L36)
+[generated-client/models/display-preferences-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/display-preferences-dto.ts#L36)
diff --git a/docs/interfaces/generated_client.DlnaApiCreateProfileRequest.md b/docs/interfaces/generated_client.DlnaApiCreateProfileRequest.md
index 08b1094b6..1e5c9a3a2 100644
--- a/docs/interfaces/generated_client.DlnaApiCreateProfileRequest.md
+++ b/docs/interfaces/generated_client.DlnaApiCreateProfileRequest.md
@@ -28,4 +28,4 @@ Device profile.
#### Defined in
-[generated-client/api/dlna-api.ts:411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L411)
+[generated-client/api/dlna-api.ts:411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L411)
diff --git a/docs/interfaces/generated_client.DlnaApiDeleteProfileRequest.md b/docs/interfaces/generated_client.DlnaApiDeleteProfileRequest.md
index 2f85115bd..8ac757684 100644
--- a/docs/interfaces/generated_client.DlnaApiDeleteProfileRequest.md
+++ b/docs/interfaces/generated_client.DlnaApiDeleteProfileRequest.md
@@ -28,4 +28,4 @@ Profile id.
#### Defined in
-[generated-client/api/dlna-api.ts:425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L425)
+[generated-client/api/dlna-api.ts:425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L425)
diff --git a/docs/interfaces/generated_client.DlnaApiGetProfileRequest.md b/docs/interfaces/generated_client.DlnaApiGetProfileRequest.md
index 440968ed2..c93eea993 100644
--- a/docs/interfaces/generated_client.DlnaApiGetProfileRequest.md
+++ b/docs/interfaces/generated_client.DlnaApiGetProfileRequest.md
@@ -28,4 +28,4 @@ Profile Id.
#### Defined in
-[generated-client/api/dlna-api.ts:439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L439)
+[generated-client/api/dlna-api.ts:439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L439)
diff --git a/docs/interfaces/generated_client.DlnaApiUpdateProfileRequest.md b/docs/interfaces/generated_client.DlnaApiUpdateProfileRequest.md
index fa4e42acd..b392fd769 100644
--- a/docs/interfaces/generated_client.DlnaApiUpdateProfileRequest.md
+++ b/docs/interfaces/generated_client.DlnaApiUpdateProfileRequest.md
@@ -29,7 +29,7 @@ Device profile.
#### Defined in
-[generated-client/api/dlna-api.ts:460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L460)
+[generated-client/api/dlna-api.ts:460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L460)
___
@@ -43,4 +43,4 @@ Profile id.
#### Defined in
-[generated-client/api/dlna-api.ts:453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L453)
+[generated-client/api/dlna-api.ts:453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L453)
diff --git a/docs/interfaces/generated_client.DlnaOptions.md b/docs/interfaces/generated_client.DlnaOptions.md
new file mode 100644
index 000000000..3683f96da
--- /dev/null
+++ b/docs/interfaces/generated_client.DlnaOptions.md
@@ -0,0 +1,181 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / DlnaOptions
+
+# Interface: DlnaOptions
+
+[generated-client](../modules/generated_client.md).DlnaOptions
+
+The DlnaOptions class contains the user definable parameters for the dlna subsystems.
+
+**`export`**
+
+**`interface`** DlnaOptions
+
+## Table of contents
+
+### Properties
+
+- [AliveMessageIntervalSeconds](generated_client.DlnaOptions.md#alivemessageintervalseconds)
+- [AutoCreatePlayToProfiles](generated_client.DlnaOptions.md#autocreateplaytoprofiles)
+- [BlastAliveMessageIntervalSeconds](generated_client.DlnaOptions.md#blastalivemessageintervalseconds)
+- [BlastAliveMessages](generated_client.DlnaOptions.md#blastalivemessages)
+- [ClientDiscoveryIntervalSeconds](generated_client.DlnaOptions.md#clientdiscoveryintervalseconds)
+- [DefaultUserId](generated_client.DlnaOptions.md#defaultuserid)
+- [EnableDebugLog](generated_client.DlnaOptions.md#enabledebuglog)
+- [EnablePlayTo](generated_client.DlnaOptions.md#enableplayto)
+- [EnablePlayToTracing](generated_client.DlnaOptions.md#enableplaytotracing)
+- [EnableServer](generated_client.DlnaOptions.md#enableserver)
+- [SendOnlyMatchedHost](generated_client.DlnaOptions.md#sendonlymatchedhost)
+
+## Properties
+
+### AliveMessageIntervalSeconds
+
+• `Optional` **AliveMessageIntervalSeconds**: `number`
+
+Gets or sets the frequency at which ssdp alive notifications are transmitted.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L58)
+
+___
+
+### AutoCreatePlayToProfiles
+
+• `Optional` **AutoCreatePlayToProfiles**: `boolean`
+
+Gets or sets a value indicating whether playTo device profiles should be created.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L76)
+
+___
+
+### BlastAliveMessageIntervalSeconds
+
+• `Optional` **BlastAliveMessageIntervalSeconds**: `number`
+
+Gets or sets the frequency at which ssdp alive notifications are transmitted. MIGRATING - TO BE REMOVED ONCE WEB HAS BEEN ALTERED.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L64)
+
+___
+
+### BlastAliveMessages
+
+• `Optional` **BlastAliveMessages**: `boolean`
+
+Gets or sets a value indicating whether to blast alive messages.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L82)
+
+___
+
+### ClientDiscoveryIntervalSeconds
+
+• `Optional` **ClientDiscoveryIntervalSeconds**: `number`
+
+Gets or sets the ssdp client discovery interval time (in seconds). This is the time after which the server will send a ssdp search request.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L52)
+
+___
+
+### DefaultUserId
+
+• `Optional` **DefaultUserId**: ``null`` \| `string`
+
+Gets or sets the default user account that the dlna server uses.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L70)
+
+___
+
+### EnableDebugLog
+
+• `Optional` **EnableDebugLog**: `boolean`
+
+Gets or sets a value indicating whether detailed dlna server logs are sent to the console/log. If the setting \"Emby.Dlna\": \"Debug\" msut be set in logging.default.json for this property to work.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L40)
+
+___
+
+### EnablePlayTo
+
+• `Optional` **EnablePlayTo**: `boolean`
+
+Gets or sets a value indicating whether gets or sets a value to indicate the status of the dlna playTo subsystem.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L28)
+
+___
+
+### EnablePlayToTracing
+
+• `Optional` **EnablePlayToTracing**: `boolean`
+
+Gets or sets a value indicating whether whether detailed playTo debug logs are sent to the console/log. If the setting \"Emby.Dlna.PlayTo\": \"Debug\" msut be set in logging.default.json for this property to work.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L46)
+
+___
+
+### EnableServer
+
+• `Optional` **EnableServer**: `boolean`
+
+Gets or sets a value indicating whether gets or sets a value to indicate the status of the dlna server subsystem.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L34)
+
+___
+
+### SendOnlyMatchedHost
+
+• `Optional` **SendOnlyMatchedHost**: `boolean`
+
+gets or sets a value indicating whether to send only matched host.
+
+**`memberof`** DlnaOptions
+
+#### Defined in
+
+[generated-client/models/dlna-options.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/dlna-options.ts#L88)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager2Request.md b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager2Request.md
index 60ec69140..b9ee9f1fb 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager2Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager2Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L965)
+[generated-client/api/dlna-server-api.ts:1013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1013)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager3Request.md b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager3Request.md
index ee88a148e..d80fb7792 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager3Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManager3Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L979)
+[generated-client/api/dlna-server-api.ts:1027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1027)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManagerRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManagerRequest.md
index c18078676..10297b1a7 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetConnectionManagerRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetConnectionManagerRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L951)
+[generated-client/api/dlna-server-api.ts:999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L999)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory2Request.md b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory2Request.md
index 62a6d8957..c950b13b3 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory2Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory2Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1007)
+[generated-client/api/dlna-server-api.ts:1055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1055)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory3Request.md b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory3Request.md
index b6d6f83e5..10bf52e8c 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory3Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectory3Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1021)
+[generated-client/api/dlna-server-api.ts:1069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1069)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectoryRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectoryRequest.md
index d00b242ad..5e56058c7 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetContentDirectoryRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetContentDirectoryRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L993)
+[generated-client/api/dlna-server-api.ts:1041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1041)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXml2Request.md b/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXml2Request.md
index ff562322a..db8ab7d13 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXml2Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXml2Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1049)
+[generated-client/api/dlna-server-api.ts:1097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1097)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXmlRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXmlRequest.md
index c7f29cac7..d99370987 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXmlRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetDescriptionXmlRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1035)
+[generated-client/api/dlna-server-api.ts:1083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1083)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetIconIdRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetIconIdRequest.md
index a64534b5d..9c0e45006 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetIconIdRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetIconIdRequest.md
@@ -29,7 +29,7 @@ The icon filename.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1084)
+[generated-client/api/dlna-server-api.ts:1132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1132)
___
@@ -43,4 +43,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1077)
+[generated-client/api/dlna-server-api.ts:1125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1125)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetIconRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetIconRequest.md
index 1a0e2a1ba..269752b37 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetIconRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetIconRequest.md
@@ -28,4 +28,4 @@ The icon filename.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1063)
+[generated-client/api/dlna-server-api.ts:1111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1111)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar2Request.md b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar2Request.md
index ec2b2e2fb..0b8e840ef 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar2Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar2Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1112)
+[generated-client/api/dlna-server-api.ts:1160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1160)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar3Request.md b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar3Request.md
index 47a2d4baa..882eeac73 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar3Request.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrar3Request.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1126)
+[generated-client/api/dlna-server-api.ts:1174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1174)
diff --git a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrarRequest.md b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrarRequest.md
index 052539f7b..02d6f8038 100644
--- a/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrarRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiGetMediaReceiverRegistrarRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1098)
+[generated-client/api/dlna-server-api.ts:1146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1146)
diff --git a/docs/interfaces/generated_client.DlnaServerApiProcessConnectionManagerControlRequestRequest.md b/docs/interfaces/generated_client.DlnaServerApiProcessConnectionManagerControlRequestRequest.md
index 7d8304e09..d7c937182 100644
--- a/docs/interfaces/generated_client.DlnaServerApiProcessConnectionManagerControlRequestRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiProcessConnectionManagerControlRequestRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1140)
+[generated-client/api/dlna-server-api.ts:1188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1188)
diff --git a/docs/interfaces/generated_client.DlnaServerApiProcessContentDirectoryControlRequestRequest.md b/docs/interfaces/generated_client.DlnaServerApiProcessContentDirectoryControlRequestRequest.md
index 2a9c11f6d..6271a5c4b 100644
--- a/docs/interfaces/generated_client.DlnaServerApiProcessContentDirectoryControlRequestRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiProcessContentDirectoryControlRequestRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1154)
+[generated-client/api/dlna-server-api.ts:1202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1202)
diff --git a/docs/interfaces/generated_client.DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest.md b/docs/interfaces/generated_client.DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest.md
index 5d186d82e..b92db8247 100644
--- a/docs/interfaces/generated_client.DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest.md
+++ b/docs/interfaces/generated_client.DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest.md
@@ -28,4 +28,4 @@ Server UUID.
#### Defined in
-[generated-client/api/dlna-server-api.ts:1168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L1168)
+[generated-client/api/dlna-server-api.ts:1216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L1216)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md
index 2d4878f58..06e60dc72 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md
@@ -15,6 +15,7 @@ Request parameters for getHlsAudioSegment operation in DynamicHlsApi.
### Properties
- [\_static](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#_static)
+- [actualSegmentLengthTicks](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#actualsegmentlengthticks)
- [allowAudioStreamCopy](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#allowaudiostreamcopy)
- [allowVideoStreamCopy](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#allowvideostreamcopy)
- [audioBitRate](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#audiobitrate)
@@ -51,6 +52,7 @@ Request parameters for getHlsAudioSegment operation in DynamicHlsApi.
- [profile](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#profile)
- [requireAvc](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#requireavc)
- [requireNonAnamorphic](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#requirenonanamorphic)
+- [runtimeTicks](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#runtimeticks)
- [segmentContainer](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#segmentcontainer)
- [segmentId](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#segmentid)
- [segmentLength](generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md#segmentlength)
@@ -79,7 +81,21 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3291)
+[generated-client/api/dynamic-hls-api.ts:3812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3812)
+
+___
+
+### actualSegmentLengthTicks
+
+• `Readonly` **actualSegmentLengthTicks**: `number`
+
+The length of the requested segment in ticks.
+
+**`memberof`** DynamicHlsApiGetHlsAudioSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:3805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3805)
___
@@ -93,7 +109,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3382)
+[generated-client/api/dynamic-hls-api.ts:3903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3903)
___
@@ -107,7 +123,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3375)
+[generated-client/api/dynamic-hls-api.ts:3896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3896)
___
@@ -121,7 +137,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3417)
+[generated-client/api/dynamic-hls-api.ts:3938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3938)
___
@@ -135,7 +151,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3424)
+[generated-client/api/dynamic-hls-api.ts:3945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3945)
___
@@ -149,7 +165,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3361](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3361)
+[generated-client/api/dynamic-hls-api.ts:3882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3882)
___
@@ -163,7 +179,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3396)
+[generated-client/api/dynamic-hls-api.ts:3917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3917)
___
@@ -177,7 +193,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3599)
+[generated-client/api/dynamic-hls-api.ts:4120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4120)
___
@@ -191,7 +207,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3389)
+[generated-client/api/dynamic-hls-api.ts:3910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3910)
___
@@ -205,7 +221,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3284)
+[generated-client/api/dynamic-hls-api.ts:3791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3791)
___
@@ -219,7 +235,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3613)
+[generated-client/api/dynamic-hls-api.ts:4134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4134)
___
@@ -233,7 +249,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3466)
+[generated-client/api/dynamic-hls-api.ts:3987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3987)
___
@@ -247,7 +263,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3557)
+[generated-client/api/dynamic-hls-api.ts:4078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4078)
___
@@ -261,7 +277,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3536)
+[generated-client/api/dynamic-hls-api.ts:4057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4057)
___
@@ -275,7 +291,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3354)
+[generated-client/api/dynamic-hls-api.ts:3875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3875)
___
@@ -289,7 +305,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3312)
+[generated-client/api/dynamic-hls-api.ts:3833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3833)
___
@@ -303,7 +319,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3368](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3368)
+[generated-client/api/dynamic-hls-api.ts:3889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3889)
___
@@ -317,7 +333,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3571)
+[generated-client/api/dynamic-hls-api.ts:4092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4092)
___
@@ -331,7 +347,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3452](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3452)
+[generated-client/api/dynamic-hls-api.ts:3973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3973)
___
@@ -345,7 +361,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3487)
+[generated-client/api/dynamic-hls-api.ts:4008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4008)
___
@@ -359,7 +375,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3263](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3263)
+[generated-client/api/dynamic-hls-api.ts:3770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3770)
___
@@ -373,7 +389,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3445)
+[generated-client/api/dynamic-hls-api.ts:3966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3966)
___
@@ -387,7 +403,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3564)
+[generated-client/api/dynamic-hls-api.ts:4085](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4085)
___
@@ -401,7 +417,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3403)
+[generated-client/api/dynamic-hls-api.ts:3924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3924)
___
@@ -415,7 +431,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3431)
+[generated-client/api/dynamic-hls-api.ts:3952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3952)
___
@@ -429,7 +445,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3459)
+[generated-client/api/dynamic-hls-api.ts:3980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3980)
___
@@ -443,7 +459,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3515)
+[generated-client/api/dynamic-hls-api.ts:4036](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4036)
___
@@ -457,7 +473,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3410)
+[generated-client/api/dynamic-hls-api.ts:3931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3931)
___
@@ -471,7 +487,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3522)
+[generated-client/api/dynamic-hls-api.ts:4043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4043)
___
@@ -485,7 +501,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3347](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3347)
+[generated-client/api/dynamic-hls-api.ts:3868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3868)
___
@@ -499,7 +515,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3340)
+[generated-client/api/dynamic-hls-api.ts:3861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3861)
___
@@ -513,7 +529,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3298)
+[generated-client/api/dynamic-hls-api.ts:3819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3819)
___
@@ -527,7 +543,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3319)
+[generated-client/api/dynamic-hls-api.ts:3840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3840)
___
@@ -541,7 +557,7 @@ The playlist id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3270)
+[generated-client/api/dynamic-hls-api.ts:3777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3777)
___
@@ -555,7 +571,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3438)
+[generated-client/api/dynamic-hls-api.ts:3959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3959)
___
@@ -569,7 +585,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3529)
+[generated-client/api/dynamic-hls-api.ts:4050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4050)
___
@@ -583,7 +599,21 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3543)
+[generated-client/api/dynamic-hls-api.ts:4064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4064)
+
+___
+
+### runtimeTicks
+
+• `Readonly` **runtimeTicks**: `number`
+
+The position of the requested segment in ticks.
+
+**`memberof`** DynamicHlsApiGetHlsAudioSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:3798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3798)
___
@@ -597,7 +627,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3326](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3326)
+[generated-client/api/dynamic-hls-api.ts:3847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3847)
___
@@ -611,7 +641,7 @@ The segment id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3277](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3277)
+[generated-client/api/dynamic-hls-api.ts:3784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3784)
___
@@ -625,7 +655,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3333](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3333)
+[generated-client/api/dynamic-hls-api.ts:3854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3854)
___
@@ -639,7 +669,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3473)
+[generated-client/api/dynamic-hls-api.ts:3994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3994)
___
@@ -657,7 +687,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3620)
+[generated-client/api/dynamic-hls-api.ts:4141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4141)
___
@@ -671,7 +701,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3585)
+[generated-client/api/dynamic-hls-api.ts:4106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4106)
___
@@ -685,7 +715,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3508)
+[generated-client/api/dynamic-hls-api.ts:4029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4029)
___
@@ -699,7 +729,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3501)
+[generated-client/api/dynamic-hls-api.ts:4022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4022)
___
@@ -713,7 +743,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3305](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3305)
+[generated-client/api/dynamic-hls-api.ts:3826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3826)
___
@@ -727,7 +757,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3592)
+[generated-client/api/dynamic-hls-api.ts:4113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4113)
___
@@ -741,7 +771,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3550)
+[generated-client/api/dynamic-hls-api.ts:4071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4071)
___
@@ -755,7 +785,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3494)
+[generated-client/api/dynamic-hls-api.ts:4015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4015)
___
@@ -769,7 +799,7 @@ Optional. Specify a video codec to encode to, e.g. h264. If omitted the server w
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3578)
+[generated-client/api/dynamic-hls-api.ts:4099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4099)
___
@@ -783,7 +813,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3606)
+[generated-client/api/dynamic-hls-api.ts:4127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4127)
___
@@ -797,4 +827,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3480)
+[generated-client/api/dynamic-hls-api.ts:4001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4001)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md
index a159906a6..737569128 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md
@@ -15,6 +15,7 @@ Request parameters for getHlsVideoSegment operation in DynamicHlsApi.
### Properties
- [\_static](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#_static)
+- [actualSegmentLengthTicks](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#actualsegmentlengthticks)
- [allowAudioStreamCopy](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#allowaudiostreamcopy)
- [allowVideoStreamCopy](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#allowvideostreamcopy)
- [audioBitRate](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#audiobitrate)
@@ -40,8 +41,10 @@ Request parameters for getHlsVideoSegment operation in DynamicHlsApi.
- [maxAudioBitDepth](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxaudiobitdepth)
- [maxAudioChannels](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxaudiochannels)
- [maxFramerate](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxframerate)
+- [maxHeight](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxheight)
- [maxRefFrames](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxrefframes)
- [maxVideoBitDepth](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxvideobitdepth)
+- [maxWidth](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#maxwidth)
- [mediaSourceId](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#mediasourceid)
- [minSegments](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#minsegments)
- [params](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#params)
@@ -50,6 +53,7 @@ Request parameters for getHlsVideoSegment operation in DynamicHlsApi.
- [profile](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#profile)
- [requireAvc](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#requireavc)
- [requireNonAnamorphic](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#requirenonanamorphic)
+- [runtimeTicks](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#runtimeticks)
- [segmentContainer](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#segmentcontainer)
- [segmentId](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#segmentid)
- [segmentLength](generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md#segmentlength)
@@ -78,7 +82,21 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3662)
+[generated-client/api/dynamic-hls-api.ts:4197](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4197)
+
+___
+
+### actualSegmentLengthTicks
+
+• `Readonly` **actualSegmentLengthTicks**: `number`
+
+The length of the requested segment in ticks.
+
+**`memberof`** DynamicHlsApiGetHlsVideoSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4190)
___
@@ -92,7 +110,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3753)
+[generated-client/api/dynamic-hls-api.ts:4288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4288)
___
@@ -106,7 +124,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3746)
+[generated-client/api/dynamic-hls-api.ts:4281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4281)
___
@@ -120,7 +138,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3781)
+[generated-client/api/dynamic-hls-api.ts:4316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4316)
___
@@ -134,7 +152,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3788)
+[generated-client/api/dynamic-hls-api.ts:4323](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4323)
___
@@ -148,7 +166,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3732)
+[generated-client/api/dynamic-hls-api.ts:4267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4267)
___
@@ -162,7 +180,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3767)
+[generated-client/api/dynamic-hls-api.ts:4302](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4302)
___
@@ -176,7 +194,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3963](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3963)
+[generated-client/api/dynamic-hls-api.ts:4512](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4512)
___
@@ -190,7 +208,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3760)
+[generated-client/api/dynamic-hls-api.ts:4295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4295)
___
@@ -204,7 +222,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3655)
+[generated-client/api/dynamic-hls-api.ts:4176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4176)
___
@@ -218,7 +236,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3977)
+[generated-client/api/dynamic-hls-api.ts:4526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4526)
___
@@ -232,7 +250,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3830)
+[generated-client/api/dynamic-hls-api.ts:4365](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4365)
___
@@ -246,7 +264,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3921)
+[generated-client/api/dynamic-hls-api.ts:4470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4470)
___
@@ -260,7 +278,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3900)
+[generated-client/api/dynamic-hls-api.ts:4449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4449)
___
@@ -274,7 +292,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3725)
+[generated-client/api/dynamic-hls-api.ts:4260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4260)
___
@@ -288,7 +306,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3683)
+[generated-client/api/dynamic-hls-api.ts:4218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4218)
___
@@ -302,7 +320,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3739)
+[generated-client/api/dynamic-hls-api.ts:4274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4274)
___
@@ -316,7 +334,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3935)
+[generated-client/api/dynamic-hls-api.ts:4484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4484)
___
@@ -330,7 +348,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3816)
+[generated-client/api/dynamic-hls-api.ts:4351](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4351)
___
@@ -344,7 +362,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3851)
+[generated-client/api/dynamic-hls-api.ts:4386](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4386)
___
@@ -358,7 +376,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3634)
+[generated-client/api/dynamic-hls-api.ts:4155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4155)
___
@@ -372,7 +390,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3809)
+[generated-client/api/dynamic-hls-api.ts:4344](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4344)
___
@@ -386,7 +404,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3928)
+[generated-client/api/dynamic-hls-api.ts:4477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4477)
___
@@ -400,7 +418,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3774)
+[generated-client/api/dynamic-hls-api.ts:4309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4309)
___
@@ -414,7 +432,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3795)
+[generated-client/api/dynamic-hls-api.ts:4330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4330)
___
@@ -428,7 +446,21 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3823)
+[generated-client/api/dynamic-hls-api.ts:4358](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4358)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+Optional. The maximum vertical resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetHlsVideoSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4400](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4400)
___
@@ -442,7 +474,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3879)
+[generated-client/api/dynamic-hls-api.ts:4428](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4428)
___
@@ -456,7 +488,21 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3886)
+[generated-client/api/dynamic-hls-api.ts:4435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4435)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+Optional. The maximum horizontal resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetHlsVideoSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4393](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4393)
___
@@ -470,7 +516,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3718)
+[generated-client/api/dynamic-hls-api.ts:4253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4253)
___
@@ -484,7 +530,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3711)
+[generated-client/api/dynamic-hls-api.ts:4246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4246)
___
@@ -498,7 +544,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3669)
+[generated-client/api/dynamic-hls-api.ts:4204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4204)
___
@@ -512,7 +558,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3690)
+[generated-client/api/dynamic-hls-api.ts:4225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4225)
___
@@ -526,7 +572,7 @@ The playlist id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3641)
+[generated-client/api/dynamic-hls-api.ts:4162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4162)
___
@@ -540,7 +586,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3802)
+[generated-client/api/dynamic-hls-api.ts:4337](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4337)
___
@@ -554,7 +600,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3893](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3893)
+[generated-client/api/dynamic-hls-api.ts:4442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4442)
___
@@ -568,7 +614,21 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3907](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3907)
+[generated-client/api/dynamic-hls-api.ts:4456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4456)
+
+___
+
+### runtimeTicks
+
+• `Readonly` **runtimeTicks**: `number`
+
+The position of the requested segment in ticks.
+
+**`memberof`** DynamicHlsApiGetHlsVideoSegment
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4183)
___
@@ -582,7 +642,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3697)
+[generated-client/api/dynamic-hls-api.ts:4232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4232)
___
@@ -596,7 +656,7 @@ The segment id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3648)
+[generated-client/api/dynamic-hls-api.ts:4169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4169)
___
@@ -604,13 +664,13 @@ ___
• `Optional` `Readonly` **segmentLength**: `number`
-The segment lenght.
+The desired segment length.
**`memberof`** DynamicHlsApiGetHlsVideoSegment
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3704)
+[generated-client/api/dynamic-hls-api.ts:4239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4239)
___
@@ -624,7 +684,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3837)
+[generated-client/api/dynamic-hls-api.ts:4372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4372)
___
@@ -642,7 +702,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3984](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3984)
+[generated-client/api/dynamic-hls-api.ts:4533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4533)
___
@@ -656,7 +716,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3949](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3949)
+[generated-client/api/dynamic-hls-api.ts:4498](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4498)
___
@@ -670,7 +730,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3872](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3872)
+[generated-client/api/dynamic-hls-api.ts:4421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4421)
___
@@ -684,7 +744,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3865)
+[generated-client/api/dynamic-hls-api.ts:4414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4414)
___
@@ -698,7 +758,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3676](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3676)
+[generated-client/api/dynamic-hls-api.ts:4211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4211)
___
@@ -712,7 +772,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3956](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3956)
+[generated-client/api/dynamic-hls-api.ts:4505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4505)
___
@@ -726,7 +786,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3914)
+[generated-client/api/dynamic-hls-api.ts:4463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4463)
___
@@ -740,7 +800,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3858)
+[generated-client/api/dynamic-hls-api.ts:4407](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4407)
___
@@ -748,13 +808,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiGetHlsVideoSegment
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3942)
+[generated-client/api/dynamic-hls-api.ts:4491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4491)
___
@@ -768,7 +828,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3970](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3970)
+[generated-client/api/dynamic-hls-api.ts:4519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4519)
___
@@ -782,4 +842,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3844)
+[generated-client/api/dynamic-hls-api.ts:4379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4379)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md
new file mode 100644
index 000000000..6a2d3df4f
--- /dev/null
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md
@@ -0,0 +1,800 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / DynamicHlsApiGetLiveHlsStreamRequest
+
+# Interface: DynamicHlsApiGetLiveHlsStreamRequest
+
+[generated-client](../modules/generated_client.md).DynamicHlsApiGetLiveHlsStreamRequest
+
+Request parameters for getLiveHlsStream operation in DynamicHlsApi.
+
+**`export`**
+
+**`interface`** DynamicHlsApiGetLiveHlsStreamRequest
+
+## Table of contents
+
+### Properties
+
+- [\_static](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#_static)
+- [allowAudioStreamCopy](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#allowaudiostreamcopy)
+- [allowVideoStreamCopy](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#allowvideostreamcopy)
+- [audioBitRate](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#audiobitrate)
+- [audioChannels](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#audiochannels)
+- [audioCodec](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#audiocodec)
+- [audioSampleRate](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#audiosamplerate)
+- [audioStreamIndex](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#audiostreamindex)
+- [breakOnNonKeyFrames](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#breakonnonkeyframes)
+- [container](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#container)
+- [context](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#context)
+- [copyTimestamps](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#copytimestamps)
+- [cpuCoreLimit](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#cpucorelimit)
+- [deInterlace](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#deinterlace)
+- [deviceId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#deviceid)
+- [deviceProfileId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#deviceprofileid)
+- [enableAutoStreamCopy](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#enableautostreamcopy)
+- [enableMpegtsM2TsMode](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#enablempegtsm2tsmode)
+- [enableSubtitlesInManifest](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#enablesubtitlesinmanifest)
+- [framerate](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#framerate)
+- [height](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#height)
+- [itemId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#itemid)
+- [level](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#level)
+- [liveStreamId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#livestreamid)
+- [maxAudioBitDepth](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxaudiobitdepth)
+- [maxAudioChannels](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxaudiochannels)
+- [maxFramerate](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxframerate)
+- [maxHeight](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxheight)
+- [maxRefFrames](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxrefframes)
+- [maxVideoBitDepth](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxvideobitdepth)
+- [maxWidth](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#maxwidth)
+- [mediaSourceId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#mediasourceid)
+- [minSegments](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#minsegments)
+- [params](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#params)
+- [playSessionId](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#playsessionid)
+- [profile](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#profile)
+- [requireAvc](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#requireavc)
+- [requireNonAnamorphic](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#requirenonanamorphic)
+- [segmentContainer](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#segmentcontainer)
+- [segmentLength](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#segmentlength)
+- [startTimeTicks](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#starttimeticks)
+- [streamOptions](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#streamoptions)
+- [subtitleCodec](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#subtitlecodec)
+- [subtitleMethod](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#subtitlemethod)
+- [subtitleStreamIndex](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#subtitlestreamindex)
+- [tag](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#tag)
+- [transcodeReasons](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#transcodereasons)
+- [transcodingMaxAudioChannels](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#transcodingmaxaudiochannels)
+- [videoBitRate](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#videobitrate)
+- [videoCodec](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#videocodec)
+- [videoStreamIndex](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#videostreamindex)
+- [width](generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md#width)
+
+## Properties
+
+### \_static
+
+• `Optional` `Readonly` **\_static**: `boolean`
+
+Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4561](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4561)
+
+___
+
+### allowAudioStreamCopy
+
+• `Optional` `Readonly` **allowAudioStreamCopy**: `boolean`
+
+Whether or not to allow copying of the audio stream url.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4652](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4652)
+
+___
+
+### allowVideoStreamCopy
+
+• `Optional` `Readonly` **allowVideoStreamCopy**: `boolean`
+
+Whether or not to allow copying of the video stream url.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4645](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4645)
+
+___
+
+### audioBitRate
+
+• `Optional` `Readonly` **audioBitRate**: `number`
+
+Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4680](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4680)
+
+___
+
+### audioChannels
+
+• `Optional` `Readonly` **audioChannels**: `number`
+
+Optional. Specify a specific number of audio channels to encode to, e.g. 2.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4687)
+
+___
+
+### audioCodec
+
+• `Optional` `Readonly` **audioCodec**: `string`
+
+Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\'s extension. Options: aac, mp3, vorbis, wma.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4631)
+
+___
+
+### audioSampleRate
+
+• `Optional` `Readonly` **audioSampleRate**: `number`
+
+Optional. Specify a specific audio sample rate, e.g. 44100.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4666)
+
+___
+
+### audioStreamIndex
+
+• `Optional` `Readonly` **audioStreamIndex**: `number`
+
+Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4862](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4862)
+
+___
+
+### breakOnNonKeyFrames
+
+• `Optional` `Readonly` **breakOnNonKeyFrames**: `boolean`
+
+Optional. Whether to break on non key frames.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4659](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4659)
+
+___
+
+### container
+
+• `Optional` `Readonly` **container**: `string`
+
+The audio container.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4554](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4554)
+
+___
+
+### context
+
+• `Optional` `Readonly` **context**: [`EncodingContext`](../enums/generated_client.EncodingContext.md)
+
+Optional. The MediaBrowser.Model.Dlna.EncodingContext.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4876)
+
+___
+
+### copyTimestamps
+
+• `Optional` `Readonly` **copyTimestamps**: `boolean`
+
+Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4729](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4729)
+
+___
+
+### cpuCoreLimit
+
+• `Optional` `Readonly` **cpuCoreLimit**: `number`
+
+Optional. The limit of how many cpu cores to use.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4820)
+
+___
+
+### deInterlace
+
+• `Optional` `Readonly` **deInterlace**: `boolean`
+
+Optional. Whether to deinterlace the video.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4799)
+
+___
+
+### deviceId
+
+• `Optional` `Readonly` **deviceId**: `string`
+
+The device id of the client requesting. Used to stop encoding processes when needed.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4624)
+
+___
+
+### deviceProfileId
+
+• `Optional` `Readonly` **deviceProfileId**: `string`
+
+Optional. The dlna device profile id to utilize.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4582](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4582)
+
+___
+
+### enableAutoStreamCopy
+
+• `Optional` `Readonly` **enableAutoStreamCopy**: `boolean`
+
+Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4638)
+
+___
+
+### enableMpegtsM2TsMode
+
+• `Optional` `Readonly` **enableMpegtsM2TsMode**: `boolean`
+
+Optional. Whether to enable the MpegtsM2Ts mode.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4834)
+
+___
+
+### enableSubtitlesInManifest
+
+• `Optional` `Readonly` **enableSubtitlesInManifest**: `boolean`
+
+Optional. Whether to enable subtitles in the manifest.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4904](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4904)
+
+___
+
+### framerate
+
+• `Optional` `Readonly` **framerate**: `number`
+
+Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4715](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4715)
+
+___
+
+### height
+
+• `Optional` `Readonly` **height**: `number`
+
+Optional. The fixed vertical resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4750)
+
+___
+
+### itemId
+
+• `Readonly` **itemId**: `string`
+
+The item id.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4547](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4547)
+
+___
+
+### level
+
+• `Optional` `Readonly` **level**: `string`
+
+Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4708](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4708)
+
+___
+
+### liveStreamId
+
+• `Optional` `Readonly` **liveStreamId**: `string`
+
+The live stream id.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4827)
+
+___
+
+### maxAudioBitDepth
+
+• `Optional` `Readonly` **maxAudioBitDepth**: `number`
+
+Optional. The maximum audio bit depth.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4673](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4673)
+
+___
+
+### maxAudioChannels
+
+• `Optional` `Readonly` **maxAudioChannels**: `number`
+
+Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4694)
+
+___
+
+### maxFramerate
+
+• `Optional` `Readonly` **maxFramerate**: `number`
+
+Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4722)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+Optional. The max height.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4897](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4897)
+
+___
+
+### maxRefFrames
+
+• `Optional` `Readonly` **maxRefFrames**: `number`
+
+Optional.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4778)
+
+___
+
+### maxVideoBitDepth
+
+• `Optional` `Readonly` **maxVideoBitDepth**: `number`
+
+Optional. The maximum video bit depth.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4785)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+Optional. The max width.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4890)
+
+___
+
+### mediaSourceId
+
+• `Optional` `Readonly` **mediaSourceId**: `string`
+
+The media version id, if playing an alternate version.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4617)
+
+___
+
+### minSegments
+
+• `Optional` `Readonly` **minSegments**: `number`
+
+The minimum number of segments.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4610](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4610)
+
+___
+
+### params
+
+• `Optional` `Readonly` **params**: `string`
+
+The streaming parameters.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4568](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4568)
+
+___
+
+### playSessionId
+
+• `Optional` `Readonly` **playSessionId**: `string`
+
+The play session id.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4589](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4589)
+
+___
+
+### profile
+
+• `Optional` `Readonly` **profile**: `string`
+
+Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4701)
+
+___
+
+### requireAvc
+
+• `Optional` `Readonly` **requireAvc**: `boolean`
+
+Optional. Whether to require avc.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4792)
+
+___
+
+### requireNonAnamorphic
+
+• `Optional` `Readonly` **requireNonAnamorphic**: `boolean`
+
+Optional. Whether to require a non anamorphic stream.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4806)
+
+___
+
+### segmentContainer
+
+• `Optional` `Readonly` **segmentContainer**: `string`
+
+The segment container.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4596](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4596)
+
+___
+
+### segmentLength
+
+• `Optional` `Readonly` **segmentLength**: `number`
+
+The segment lenght.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4603)
+
+___
+
+### startTimeTicks
+
+• `Optional` `Readonly` **startTimeTicks**: `number`
+
+Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4736)
+
+___
+
+### streamOptions
+
+• `Optional` `Readonly` **streamOptions**: `Object`
+
+Optional. The streaming options.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Index signature
+
+▪ [key: `string`]: `string`
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4883)
+
+___
+
+### subtitleCodec
+
+• `Optional` `Readonly` **subtitleCodec**: `string`
+
+Optional. Specify a subtitle codec to encode to.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4848)
+
+___
+
+### subtitleMethod
+
+• `Optional` `Readonly` **subtitleMethod**: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md)
+
+Optional. Specify the subtitle delivery method.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4771)
+
+___
+
+### subtitleStreamIndex
+
+• `Optional` `Readonly` **subtitleStreamIndex**: `number`
+
+Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4764](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4764)
+
+___
+
+### tag
+
+• `Optional` `Readonly` **tag**: `string`
+
+The tag.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4575](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4575)
+
+___
+
+### transcodeReasons
+
+• `Optional` `Readonly` **transcodeReasons**: `string`
+
+Optional. The transcoding reason.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4855)
+
+___
+
+### transcodingMaxAudioChannels
+
+• `Optional` `Readonly` **transcodingMaxAudioChannels**: `number`
+
+Optional. The maximum number of audio channels to transcode.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4813)
+
+___
+
+### videoBitRate
+
+• `Optional` `Readonly` **videoBitRate**: `number`
+
+Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4757](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4757)
+
+___
+
+### videoCodec
+
+• `Optional` `Readonly` **videoCodec**: `string`
+
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4841)
+
+___
+
+### videoStreamIndex
+
+• `Optional` `Readonly` **videoStreamIndex**: `number`
+
+Optional. The index of the video stream to use. If omitted the first video stream will be used.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4869)
+
+___
+
+### width
+
+• `Optional` `Readonly` **width**: `number`
+
+Optional. The fixed horizontal resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetLiveHlsStream
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:4743](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4743)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsAudioPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsAudioPlaylistRequest.md
index 13669fef1..8bba1ca47 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsAudioPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsAudioPlaylistRequest.md
@@ -77,7 +77,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4012](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4012)
+[generated-client/api/dynamic-hls-api.ts:4932](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4932)
___
@@ -91,7 +91,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4096](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4096)
+[generated-client/api/dynamic-hls-api.ts:5016](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5016)
___
@@ -105,7 +105,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4089](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4089)
+[generated-client/api/dynamic-hls-api.ts:5009](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5009)
___
@@ -119,7 +119,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4131)
+[generated-client/api/dynamic-hls-api.ts:5051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5051)
___
@@ -133,7 +133,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4138)
+[generated-client/api/dynamic-hls-api.ts:5058](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5058)
___
@@ -147,7 +147,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4075](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4075)
+[generated-client/api/dynamic-hls-api.ts:4995](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4995)
___
@@ -161,7 +161,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4110)
+[generated-client/api/dynamic-hls-api.ts:5030](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5030)
___
@@ -175,7 +175,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4313)
+[generated-client/api/dynamic-hls-api.ts:5233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5233)
___
@@ -189,7 +189,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4103)
+[generated-client/api/dynamic-hls-api.ts:5023](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5023)
___
@@ -203,7 +203,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4327)
+[generated-client/api/dynamic-hls-api.ts:5247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5247)
___
@@ -217,7 +217,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4180)
+[generated-client/api/dynamic-hls-api.ts:5100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5100)
___
@@ -231,7 +231,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4271)
+[generated-client/api/dynamic-hls-api.ts:5191](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5191)
___
@@ -245,7 +245,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4250)
+[generated-client/api/dynamic-hls-api.ts:5170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5170)
___
@@ -259,7 +259,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4068](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4068)
+[generated-client/api/dynamic-hls-api.ts:4988](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4988)
___
@@ -273,7 +273,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4033)
+[generated-client/api/dynamic-hls-api.ts:4953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4953)
___
@@ -287,7 +287,7 @@ Enable adaptive bitrate streaming.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4341)
+[generated-client/api/dynamic-hls-api.ts:5261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5261)
___
@@ -301,7 +301,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4082](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4082)
+[generated-client/api/dynamic-hls-api.ts:5002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5002)
___
@@ -315,7 +315,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4285)
+[generated-client/api/dynamic-hls-api.ts:5205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5205)
___
@@ -329,7 +329,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4166)
+[generated-client/api/dynamic-hls-api.ts:5086](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5086)
___
@@ -343,7 +343,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4201)
+[generated-client/api/dynamic-hls-api.ts:5121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5121)
___
@@ -357,7 +357,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:3998](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L3998)
+[generated-client/api/dynamic-hls-api.ts:4918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4918)
___
@@ -371,7 +371,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4159](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4159)
+[generated-client/api/dynamic-hls-api.ts:5079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5079)
___
@@ -385,7 +385,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4278)
+[generated-client/api/dynamic-hls-api.ts:5198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5198)
___
@@ -399,7 +399,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4117)
+[generated-client/api/dynamic-hls-api.ts:5037](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5037)
___
@@ -413,7 +413,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4145)
+[generated-client/api/dynamic-hls-api.ts:5065](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5065)
___
@@ -427,7 +427,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4173](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4173)
+[generated-client/api/dynamic-hls-api.ts:5093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5093)
___
@@ -441,7 +441,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4229)
+[generated-client/api/dynamic-hls-api.ts:5149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5149)
___
@@ -455,7 +455,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4124)
+[generated-client/api/dynamic-hls-api.ts:5044](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5044)
___
@@ -469,7 +469,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4236)
+[generated-client/api/dynamic-hls-api.ts:5156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5156)
___
@@ -483,7 +483,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4005](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4005)
+[generated-client/api/dynamic-hls-api.ts:4925](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4925)
___
@@ -497,7 +497,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4061](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4061)
+[generated-client/api/dynamic-hls-api.ts:4981](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4981)
___
@@ -511,7 +511,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4019)
+[generated-client/api/dynamic-hls-api.ts:4939](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4939)
___
@@ -525,7 +525,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4040](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4040)
+[generated-client/api/dynamic-hls-api.ts:4960](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4960)
___
@@ -539,7 +539,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4152](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4152)
+[generated-client/api/dynamic-hls-api.ts:5072](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5072)
___
@@ -553,7 +553,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4243)
+[generated-client/api/dynamic-hls-api.ts:5163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5163)
___
@@ -567,7 +567,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4257)
+[generated-client/api/dynamic-hls-api.ts:5177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5177)
___
@@ -581,7 +581,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4047](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4047)
+[generated-client/api/dynamic-hls-api.ts:4967](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4967)
___
@@ -595,7 +595,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4054](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4054)
+[generated-client/api/dynamic-hls-api.ts:4974](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4974)
___
@@ -609,7 +609,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4187)
+[generated-client/api/dynamic-hls-api.ts:5107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5107)
___
@@ -627,7 +627,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4334)
+[generated-client/api/dynamic-hls-api.ts:5254](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5254)
___
@@ -641,7 +641,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4299)
+[generated-client/api/dynamic-hls-api.ts:5219](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5219)
___
@@ -655,7 +655,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4222)
+[generated-client/api/dynamic-hls-api.ts:5142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5142)
___
@@ -669,7 +669,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4215)
+[generated-client/api/dynamic-hls-api.ts:5135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5135)
___
@@ -683,7 +683,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4026](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4026)
+[generated-client/api/dynamic-hls-api.ts:4946](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L4946)
___
@@ -697,7 +697,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4306)
+[generated-client/api/dynamic-hls-api.ts:5226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5226)
___
@@ -711,7 +711,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4264)
+[generated-client/api/dynamic-hls-api.ts:5184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5184)
___
@@ -725,7 +725,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4208)
+[generated-client/api/dynamic-hls-api.ts:5128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5128)
___
@@ -733,13 +733,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiGetMasterHlsAudioPlaylist
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4292)
+[generated-client/api/dynamic-hls-api.ts:5212](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5212)
___
@@ -753,7 +753,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4320)
+[generated-client/api/dynamic-hls-api.ts:5240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5240)
___
@@ -767,4 +767,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4194)
+[generated-client/api/dynamic-hls-api.ts:5114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5114)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md
index 090a7f898..7c64033d8 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md
@@ -40,8 +40,10 @@ Request parameters for getMasterHlsVideoPlaylist operation in DynamicHlsApi.
- [maxAudioBitDepth](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxaudiobitdepth)
- [maxAudioChannels](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxaudiochannels)
- [maxFramerate](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxframerate)
+- [maxHeight](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxheight)
- [maxRefFrames](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxrefframes)
- [maxVideoBitDepth](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxvideobitdepth)
+- [maxWidth](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#maxwidth)
- [mediaSourceId](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#mediasourceid)
- [minSegments](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#minsegments)
- [params](generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md#params)
@@ -76,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4369)
+[generated-client/api/dynamic-hls-api.ts:5289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5289)
___
@@ -90,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4453)
+[generated-client/api/dynamic-hls-api.ts:5373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5373)
___
@@ -104,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4446](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4446)
+[generated-client/api/dynamic-hls-api.ts:5366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5366)
___
@@ -118,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4481)
+[generated-client/api/dynamic-hls-api.ts:5401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5401)
___
@@ -132,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4488)
+[generated-client/api/dynamic-hls-api.ts:5408](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5408)
___
@@ -146,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4432](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4432)
+[generated-client/api/dynamic-hls-api.ts:5352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5352)
___
@@ -160,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4467)
+[generated-client/api/dynamic-hls-api.ts:5387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5387)
___
@@ -174,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4663](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4663)
+[generated-client/api/dynamic-hls-api.ts:5597](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5597)
___
@@ -188,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4460)
+[generated-client/api/dynamic-hls-api.ts:5380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5380)
___
@@ -202,7 +204,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4677)
+[generated-client/api/dynamic-hls-api.ts:5611](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5611)
___
@@ -216,7 +218,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4530)
+[generated-client/api/dynamic-hls-api.ts:5450](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5450)
___
@@ -230,7 +232,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4621](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4621)
+[generated-client/api/dynamic-hls-api.ts:5555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5555)
___
@@ -244,7 +246,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4600](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4600)
+[generated-client/api/dynamic-hls-api.ts:5534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5534)
___
@@ -258,7 +260,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4425)
+[generated-client/api/dynamic-hls-api.ts:5345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5345)
___
@@ -272,7 +274,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4390)
+[generated-client/api/dynamic-hls-api.ts:5310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5310)
___
@@ -286,7 +288,7 @@ Enable adaptive bitrate streaming.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4691](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4691)
+[generated-client/api/dynamic-hls-api.ts:5625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5625)
___
@@ -300,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4439)
+[generated-client/api/dynamic-hls-api.ts:5359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5359)
___
@@ -314,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4635)
+[generated-client/api/dynamic-hls-api.ts:5569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5569)
___
@@ -328,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4516)
+[generated-client/api/dynamic-hls-api.ts:5436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5436)
___
@@ -342,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4551](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4551)
+[generated-client/api/dynamic-hls-api.ts:5471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5471)
___
@@ -356,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4355)
+[generated-client/api/dynamic-hls-api.ts:5275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5275)
___
@@ -370,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4509](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4509)
+[generated-client/api/dynamic-hls-api.ts:5429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5429)
___
@@ -384,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4628](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4628)
+[generated-client/api/dynamic-hls-api.ts:5562](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5562)
___
@@ -398,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4474)
+[generated-client/api/dynamic-hls-api.ts:5394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5394)
___
@@ -412,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4495](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4495)
+[generated-client/api/dynamic-hls-api.ts:5415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5415)
___
@@ -426,7 +428,21 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4523)
+[generated-client/api/dynamic-hls-api.ts:5443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5443)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+Optional. The maximum vertical resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetMasterHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:5485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5485)
___
@@ -440,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4579](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4579)
+[generated-client/api/dynamic-hls-api.ts:5513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5513)
___
@@ -454,7 +470,21 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4586](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4586)
+[generated-client/api/dynamic-hls-api.ts:5520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5520)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+Optional. The maximum horizontal resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetMasterHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:5478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5478)
___
@@ -468,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4362)
+[generated-client/api/dynamic-hls-api.ts:5282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5282)
___
@@ -482,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4418)
+[generated-client/api/dynamic-hls-api.ts:5338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5338)
___
@@ -496,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4376)
+[generated-client/api/dynamic-hls-api.ts:5296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5296)
___
@@ -510,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4397)
+[generated-client/api/dynamic-hls-api.ts:5317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5317)
___
@@ -524,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4502](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4502)
+[generated-client/api/dynamic-hls-api.ts:5422](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5422)
___
@@ -538,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4593)
+[generated-client/api/dynamic-hls-api.ts:5527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5527)
___
@@ -552,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4607](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4607)
+[generated-client/api/dynamic-hls-api.ts:5541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5541)
___
@@ -566,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4404)
+[generated-client/api/dynamic-hls-api.ts:5324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5324)
___
@@ -580,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4411)
+[generated-client/api/dynamic-hls-api.ts:5331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5331)
___
@@ -594,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4537](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4537)
+[generated-client/api/dynamic-hls-api.ts:5457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5457)
___
@@ -612,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4684](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4684)
+[generated-client/api/dynamic-hls-api.ts:5618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5618)
___
@@ -626,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4649](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4649)
+[generated-client/api/dynamic-hls-api.ts:5583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5583)
___
@@ -640,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4572](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4572)
+[generated-client/api/dynamic-hls-api.ts:5506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5506)
___
@@ -654,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4565)
+[generated-client/api/dynamic-hls-api.ts:5499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5499)
___
@@ -668,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4383](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4383)
+[generated-client/api/dynamic-hls-api.ts:5303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5303)
___
@@ -682,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4656](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4656)
+[generated-client/api/dynamic-hls-api.ts:5590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5590)
___
@@ -696,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4614](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4614)
+[generated-client/api/dynamic-hls-api.ts:5548](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5548)
___
@@ -710,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4558](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4558)
+[generated-client/api/dynamic-hls-api.ts:5492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5492)
___
@@ -718,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiGetMasterHlsVideoPlaylist
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4642](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4642)
+[generated-client/api/dynamic-hls-api.ts:5576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5576)
___
@@ -738,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4670](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4670)
+[generated-client/api/dynamic-hls-api.ts:5604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5604)
___
@@ -752,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4544)
+[generated-client/api/dynamic-hls-api.ts:5464](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5464)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsAudioPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsAudioPlaylistRequest.md
index cf4c67913..7166d92bf 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsAudioPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsAudioPlaylistRequest.md
@@ -76,7 +76,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4712](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4712)
+[generated-client/api/dynamic-hls-api.ts:5646](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5646)
___
@@ -90,7 +90,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4803](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4803)
+[generated-client/api/dynamic-hls-api.ts:5737](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5737)
___
@@ -104,7 +104,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4796)
+[generated-client/api/dynamic-hls-api.ts:5730](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5730)
___
@@ -118,7 +118,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4838](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4838)
+[generated-client/api/dynamic-hls-api.ts:5772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5772)
___
@@ -132,7 +132,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4845](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4845)
+[generated-client/api/dynamic-hls-api.ts:5779](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5779)
___
@@ -146,7 +146,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4782](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4782)
+[generated-client/api/dynamic-hls-api.ts:5716](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5716)
___
@@ -160,7 +160,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4817](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4817)
+[generated-client/api/dynamic-hls-api.ts:5751](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5751)
___
@@ -174,7 +174,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5020](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5020)
+[generated-client/api/dynamic-hls-api.ts:5954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5954)
___
@@ -188,7 +188,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4810](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4810)
+[generated-client/api/dynamic-hls-api.ts:5744](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5744)
___
@@ -202,7 +202,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5034)
+[generated-client/api/dynamic-hls-api.ts:5968](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5968)
___
@@ -216,7 +216,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4887)
+[generated-client/api/dynamic-hls-api.ts:5821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5821)
___
@@ -230,7 +230,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4978)
+[generated-client/api/dynamic-hls-api.ts:5912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5912)
___
@@ -244,7 +244,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4957](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4957)
+[generated-client/api/dynamic-hls-api.ts:5891](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5891)
___
@@ -258,7 +258,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4775](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4775)
+[generated-client/api/dynamic-hls-api.ts:5709](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5709)
___
@@ -272,7 +272,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4733](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4733)
+[generated-client/api/dynamic-hls-api.ts:5667](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5667)
___
@@ -286,7 +286,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4789](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4789)
+[generated-client/api/dynamic-hls-api.ts:5723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5723)
___
@@ -300,7 +300,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4992)
+[generated-client/api/dynamic-hls-api.ts:5926](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5926)
___
@@ -314,7 +314,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4873](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4873)
+[generated-client/api/dynamic-hls-api.ts:5807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5807)
___
@@ -328,7 +328,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4908](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4908)
+[generated-client/api/dynamic-hls-api.ts:5842](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5842)
___
@@ -342,7 +342,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4705](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4705)
+[generated-client/api/dynamic-hls-api.ts:5639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5639)
___
@@ -356,7 +356,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4866](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4866)
+[generated-client/api/dynamic-hls-api.ts:5800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5800)
___
@@ -370,7 +370,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4985](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4985)
+[generated-client/api/dynamic-hls-api.ts:5919](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5919)
___
@@ -384,7 +384,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4824](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4824)
+[generated-client/api/dynamic-hls-api.ts:5758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5758)
___
@@ -398,7 +398,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4852](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4852)
+[generated-client/api/dynamic-hls-api.ts:5786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5786)
___
@@ -412,7 +412,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4880](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4880)
+[generated-client/api/dynamic-hls-api.ts:5814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5814)
___
@@ -426,7 +426,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4936)
+[generated-client/api/dynamic-hls-api.ts:5870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5870)
___
@@ -440,7 +440,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4831](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4831)
+[generated-client/api/dynamic-hls-api.ts:5765](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5765)
___
@@ -454,7 +454,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4943](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4943)
+[generated-client/api/dynamic-hls-api.ts:5877](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5877)
___
@@ -468,7 +468,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4768](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4768)
+[generated-client/api/dynamic-hls-api.ts:5702](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5702)
___
@@ -482,7 +482,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4761](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4761)
+[generated-client/api/dynamic-hls-api.ts:5695](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5695)
___
@@ -496,7 +496,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4719](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4719)
+[generated-client/api/dynamic-hls-api.ts:5653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5653)
___
@@ -510,7 +510,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4740](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4740)
+[generated-client/api/dynamic-hls-api.ts:5674](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5674)
___
@@ -524,7 +524,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4859)
+[generated-client/api/dynamic-hls-api.ts:5793](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5793)
___
@@ -538,7 +538,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4950](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4950)
+[generated-client/api/dynamic-hls-api.ts:5884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5884)
___
@@ -552,7 +552,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4964](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4964)
+[generated-client/api/dynamic-hls-api.ts:5898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5898)
___
@@ -566,7 +566,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4747](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4747)
+[generated-client/api/dynamic-hls-api.ts:5681](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5681)
___
@@ -580,7 +580,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4754](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4754)
+[generated-client/api/dynamic-hls-api.ts:5688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5688)
___
@@ -594,7 +594,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4894)
+[generated-client/api/dynamic-hls-api.ts:5828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5828)
___
@@ -612,7 +612,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5041)
+[generated-client/api/dynamic-hls-api.ts:5975](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5975)
___
@@ -626,7 +626,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5006)
+[generated-client/api/dynamic-hls-api.ts:5940](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5940)
___
@@ -640,7 +640,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4929)
+[generated-client/api/dynamic-hls-api.ts:5863](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5863)
___
@@ -654,7 +654,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4922](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4922)
+[generated-client/api/dynamic-hls-api.ts:5856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5856)
___
@@ -668,7 +668,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4726](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4726)
+[generated-client/api/dynamic-hls-api.ts:5660](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5660)
___
@@ -682,7 +682,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5013)
+[generated-client/api/dynamic-hls-api.ts:5947](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5947)
___
@@ -696,7 +696,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4971](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4971)
+[generated-client/api/dynamic-hls-api.ts:5905](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5905)
___
@@ -710,7 +710,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4915](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4915)
+[generated-client/api/dynamic-hls-api.ts:5849](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5849)
___
@@ -724,7 +724,7 @@ Optional. Specify a video codec to encode to, e.g. h264. If omitted the server w
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4999)
+[generated-client/api/dynamic-hls-api.ts:5933](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5933)
___
@@ -738,7 +738,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5027)
+[generated-client/api/dynamic-hls-api.ts:5961](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5961)
___
@@ -752,4 +752,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:4901](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L4901)
+[generated-client/api/dynamic-hls-api.ts:5835](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5835)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md
index 8e92300b6..f11cc58c5 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md
@@ -39,8 +39,10 @@ Request parameters for getVariantHlsVideoPlaylist operation in DynamicHlsApi.
- [maxAudioBitDepth](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxaudiobitdepth)
- [maxAudioChannels](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxaudiochannels)
- [maxFramerate](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxframerate)
+- [maxHeight](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxheight)
- [maxRefFrames](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxrefframes)
- [maxVideoBitDepth](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxvideobitdepth)
+- [maxWidth](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#maxwidth)
- [mediaSourceId](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#mediasourceid)
- [minSegments](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#minsegments)
- [params](generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md#params)
@@ -75,7 +77,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5062)
+[generated-client/api/dynamic-hls-api.ts:5996](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5996)
___
@@ -89,7 +91,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5153)
+[generated-client/api/dynamic-hls-api.ts:6087](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6087)
___
@@ -103,7 +105,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5146)
+[generated-client/api/dynamic-hls-api.ts:6080](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6080)
___
@@ -117,7 +119,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5181)
+[generated-client/api/dynamic-hls-api.ts:6115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6115)
___
@@ -131,7 +133,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5188)
+[generated-client/api/dynamic-hls-api.ts:6122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6122)
___
@@ -145,7 +147,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5132)
+[generated-client/api/dynamic-hls-api.ts:6066](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6066)
___
@@ -159,7 +161,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5167)
+[generated-client/api/dynamic-hls-api.ts:6101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6101)
___
@@ -173,7 +175,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5363)
+[generated-client/api/dynamic-hls-api.ts:6311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6311)
___
@@ -187,7 +189,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5160)
+[generated-client/api/dynamic-hls-api.ts:6094](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6094)
___
@@ -201,7 +203,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5377)
+[generated-client/api/dynamic-hls-api.ts:6325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6325)
___
@@ -215,7 +217,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5230)
+[generated-client/api/dynamic-hls-api.ts:6164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6164)
___
@@ -229,7 +231,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5321)
+[generated-client/api/dynamic-hls-api.ts:6269](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6269)
___
@@ -243,7 +245,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5300)
+[generated-client/api/dynamic-hls-api.ts:6248](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6248)
___
@@ -257,7 +259,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5125)
+[generated-client/api/dynamic-hls-api.ts:6059](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6059)
___
@@ -271,7 +273,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5083)
+[generated-client/api/dynamic-hls-api.ts:6017](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6017)
___
@@ -285,7 +287,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5139)
+[generated-client/api/dynamic-hls-api.ts:6073](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6073)
___
@@ -299,7 +301,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5335)
+[generated-client/api/dynamic-hls-api.ts:6283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6283)
___
@@ -313,7 +315,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5216)
+[generated-client/api/dynamic-hls-api.ts:6150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6150)
___
@@ -327,7 +329,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5251)
+[generated-client/api/dynamic-hls-api.ts:6185](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6185)
___
@@ -341,7 +343,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5055)
+[generated-client/api/dynamic-hls-api.ts:5989](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L5989)
___
@@ -355,7 +357,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5209)
+[generated-client/api/dynamic-hls-api.ts:6143](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6143)
___
@@ -369,7 +371,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5328)
+[generated-client/api/dynamic-hls-api.ts:6276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6276)
___
@@ -383,7 +385,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5174)
+[generated-client/api/dynamic-hls-api.ts:6108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6108)
___
@@ -397,7 +399,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5195)
+[generated-client/api/dynamic-hls-api.ts:6129](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6129)
___
@@ -411,7 +413,21 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5223)
+[generated-client/api/dynamic-hls-api.ts:6157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6157)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+Optional. The maximum vertical resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetVariantHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:6199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6199)
___
@@ -425,7 +441,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5279)
+[generated-client/api/dynamic-hls-api.ts:6227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6227)
___
@@ -439,7 +455,21 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5286)
+[generated-client/api/dynamic-hls-api.ts:6234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6234)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+Optional. The maximum horizontal resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiGetVariantHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:6192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6192)
___
@@ -453,7 +483,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5118)
+[generated-client/api/dynamic-hls-api.ts:6052](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6052)
___
@@ -467,7 +497,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5111)
+[generated-client/api/dynamic-hls-api.ts:6045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6045)
___
@@ -481,7 +511,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5069)
+[generated-client/api/dynamic-hls-api.ts:6003](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6003)
___
@@ -495,7 +525,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5090)
+[generated-client/api/dynamic-hls-api.ts:6024](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6024)
___
@@ -509,7 +539,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5202)
+[generated-client/api/dynamic-hls-api.ts:6136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6136)
___
@@ -523,7 +553,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5293)
+[generated-client/api/dynamic-hls-api.ts:6241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6241)
___
@@ -537,7 +567,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5307)
+[generated-client/api/dynamic-hls-api.ts:6255](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6255)
___
@@ -551,7 +581,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5097)
+[generated-client/api/dynamic-hls-api.ts:6031](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6031)
___
@@ -565,7 +595,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5104)
+[generated-client/api/dynamic-hls-api.ts:6038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6038)
___
@@ -579,7 +609,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5237)
+[generated-client/api/dynamic-hls-api.ts:6171](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6171)
___
@@ -597,7 +627,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5384)
+[generated-client/api/dynamic-hls-api.ts:6332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6332)
___
@@ -611,7 +641,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5349)
+[generated-client/api/dynamic-hls-api.ts:6297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6297)
___
@@ -625,7 +655,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5272)
+[generated-client/api/dynamic-hls-api.ts:6220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6220)
___
@@ -639,7 +669,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5265)
+[generated-client/api/dynamic-hls-api.ts:6213](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6213)
___
@@ -653,7 +683,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5076)
+[generated-client/api/dynamic-hls-api.ts:6010](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6010)
___
@@ -667,7 +697,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5356)
+[generated-client/api/dynamic-hls-api.ts:6304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6304)
___
@@ -681,7 +711,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5314)
+[generated-client/api/dynamic-hls-api.ts:6262](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6262)
___
@@ -695,7 +725,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5258)
+[generated-client/api/dynamic-hls-api.ts:6206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6206)
___
@@ -703,13 +733,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiGetVariantHlsVideoPlaylist
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5342)
+[generated-client/api/dynamic-hls-api.ts:6290](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6290)
___
@@ -723,7 +753,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5370)
+[generated-client/api/dynamic-hls-api.ts:6318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6318)
___
@@ -737,4 +767,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5244)
+[generated-client/api/dynamic-hls-api.ts:6178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6178)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsAudioPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsAudioPlaylistRequest.md
index a945bd123..f8d392c61 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsAudioPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsAudioPlaylistRequest.md
@@ -77,7 +77,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5412)
+[generated-client/api/dynamic-hls-api.ts:6360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6360)
___
@@ -91,7 +91,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5496)
+[generated-client/api/dynamic-hls-api.ts:6444](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6444)
___
@@ -105,7 +105,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5489)
+[generated-client/api/dynamic-hls-api.ts:6437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6437)
___
@@ -119,7 +119,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5531)
+[generated-client/api/dynamic-hls-api.ts:6479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6479)
___
@@ -133,7 +133,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5538)
+[generated-client/api/dynamic-hls-api.ts:6486](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6486)
___
@@ -147,7 +147,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5475)
+[generated-client/api/dynamic-hls-api.ts:6423](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6423)
___
@@ -161,7 +161,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5510)
+[generated-client/api/dynamic-hls-api.ts:6458](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6458)
___
@@ -175,7 +175,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5713)
+[generated-client/api/dynamic-hls-api.ts:6661](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6661)
___
@@ -189,7 +189,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5503)
+[generated-client/api/dynamic-hls-api.ts:6451](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6451)
___
@@ -203,7 +203,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5727)
+[generated-client/api/dynamic-hls-api.ts:6675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6675)
___
@@ -217,7 +217,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5580)
+[generated-client/api/dynamic-hls-api.ts:6528](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6528)
___
@@ -231,7 +231,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5671)
+[generated-client/api/dynamic-hls-api.ts:6619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6619)
___
@@ -245,7 +245,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5650)
+[generated-client/api/dynamic-hls-api.ts:6598](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6598)
___
@@ -259,7 +259,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5468)
+[generated-client/api/dynamic-hls-api.ts:6416](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6416)
___
@@ -273,7 +273,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5433)
+[generated-client/api/dynamic-hls-api.ts:6381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6381)
___
@@ -287,7 +287,7 @@ Enable adaptive bitrate streaming.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5741)
+[generated-client/api/dynamic-hls-api.ts:6689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6689)
___
@@ -301,7 +301,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5482)
+[generated-client/api/dynamic-hls-api.ts:6430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6430)
___
@@ -315,7 +315,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5685)
+[generated-client/api/dynamic-hls-api.ts:6633](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6633)
___
@@ -329,7 +329,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5566)
+[generated-client/api/dynamic-hls-api.ts:6514](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6514)
___
@@ -343,7 +343,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5601)
+[generated-client/api/dynamic-hls-api.ts:6549](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6549)
___
@@ -357,7 +357,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5398)
+[generated-client/api/dynamic-hls-api.ts:6346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6346)
___
@@ -371,7 +371,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5559)
+[generated-client/api/dynamic-hls-api.ts:6507](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6507)
___
@@ -385,7 +385,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5678)
+[generated-client/api/dynamic-hls-api.ts:6626](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6626)
___
@@ -399,7 +399,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5517)
+[generated-client/api/dynamic-hls-api.ts:6465](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6465)
___
@@ -413,7 +413,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5545)
+[generated-client/api/dynamic-hls-api.ts:6493](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6493)
___
@@ -427,7 +427,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5573)
+[generated-client/api/dynamic-hls-api.ts:6521](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6521)
___
@@ -441,7 +441,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5629)
+[generated-client/api/dynamic-hls-api.ts:6577](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6577)
___
@@ -455,7 +455,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5524)
+[generated-client/api/dynamic-hls-api.ts:6472](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6472)
___
@@ -469,7 +469,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5636)
+[generated-client/api/dynamic-hls-api.ts:6584](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6584)
___
@@ -483,7 +483,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5405)
+[generated-client/api/dynamic-hls-api.ts:6353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6353)
___
@@ -497,7 +497,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5461)
+[generated-client/api/dynamic-hls-api.ts:6409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6409)
___
@@ -511,7 +511,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5419)
+[generated-client/api/dynamic-hls-api.ts:6367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6367)
___
@@ -525,7 +525,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5440)
+[generated-client/api/dynamic-hls-api.ts:6388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6388)
___
@@ -539,7 +539,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5552)
+[generated-client/api/dynamic-hls-api.ts:6500](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6500)
___
@@ -553,7 +553,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5643)
+[generated-client/api/dynamic-hls-api.ts:6591](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6591)
___
@@ -567,7 +567,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5657)
+[generated-client/api/dynamic-hls-api.ts:6605](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6605)
___
@@ -581,7 +581,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5447)
+[generated-client/api/dynamic-hls-api.ts:6395](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6395)
___
@@ -595,7 +595,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5454)
+[generated-client/api/dynamic-hls-api.ts:6402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6402)
___
@@ -609,7 +609,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5587)
+[generated-client/api/dynamic-hls-api.ts:6535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6535)
___
@@ -627,7 +627,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5734)
+[generated-client/api/dynamic-hls-api.ts:6682](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6682)
___
@@ -641,7 +641,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5699)
+[generated-client/api/dynamic-hls-api.ts:6647](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6647)
___
@@ -655,7 +655,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5622)
+[generated-client/api/dynamic-hls-api.ts:6570](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6570)
___
@@ -669,7 +669,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5615)
+[generated-client/api/dynamic-hls-api.ts:6563](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6563)
___
@@ -683,7 +683,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5426)
+[generated-client/api/dynamic-hls-api.ts:6374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6374)
___
@@ -697,7 +697,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5706)
+[generated-client/api/dynamic-hls-api.ts:6654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6654)
___
@@ -711,7 +711,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5664)
+[generated-client/api/dynamic-hls-api.ts:6612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6612)
___
@@ -725,7 +725,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5608)
+[generated-client/api/dynamic-hls-api.ts:6556](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6556)
___
@@ -733,13 +733,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiHeadMasterHlsAudioPlaylist
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5692)
+[generated-client/api/dynamic-hls-api.ts:6640](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6640)
___
@@ -753,7 +753,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5720)
+[generated-client/api/dynamic-hls-api.ts:6668](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6668)
___
@@ -767,4 +767,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5594)
+[generated-client/api/dynamic-hls-api.ts:6542](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6542)
diff --git a/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md b/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md
index 6ea131af7..971f13d93 100644
--- a/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md
+++ b/docs/interfaces/generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md
@@ -40,8 +40,10 @@ Request parameters for headMasterHlsVideoPlaylist operation in DynamicHlsApi.
- [maxAudioBitDepth](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxaudiobitdepth)
- [maxAudioChannels](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxaudiochannels)
- [maxFramerate](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxframerate)
+- [maxHeight](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxheight)
- [maxRefFrames](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxrefframes)
- [maxVideoBitDepth](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxvideobitdepth)
+- [maxWidth](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#maxwidth)
- [mediaSourceId](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#mediasourceid)
- [minSegments](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#minsegments)
- [params](generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md#params)
@@ -76,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5769)
+[generated-client/api/dynamic-hls-api.ts:6717](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6717)
___
@@ -90,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5853)
+[generated-client/api/dynamic-hls-api.ts:6801](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6801)
___
@@ -104,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5846)
+[generated-client/api/dynamic-hls-api.ts:6794](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6794)
___
@@ -118,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5881)
+[generated-client/api/dynamic-hls-api.ts:6829](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6829)
___
@@ -132,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5888)
+[generated-client/api/dynamic-hls-api.ts:6836](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6836)
___
@@ -146,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5832)
+[generated-client/api/dynamic-hls-api.ts:6780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6780)
___
@@ -160,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5867)
+[generated-client/api/dynamic-hls-api.ts:6815](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6815)
___
@@ -174,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6063)
+[generated-client/api/dynamic-hls-api.ts:7025](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7025)
___
@@ -188,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5860)
+[generated-client/api/dynamic-hls-api.ts:6808](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6808)
___
@@ -202,7 +204,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6077)
+[generated-client/api/dynamic-hls-api.ts:7039](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7039)
___
@@ -216,7 +218,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5930)
+[generated-client/api/dynamic-hls-api.ts:6878](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6878)
___
@@ -230,7 +232,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6021)
+[generated-client/api/dynamic-hls-api.ts:6983](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6983)
___
@@ -244,7 +246,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6000)
+[generated-client/api/dynamic-hls-api.ts:6962](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6962)
___
@@ -258,7 +260,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5825)
+[generated-client/api/dynamic-hls-api.ts:6773](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6773)
___
@@ -272,7 +274,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5790)
+[generated-client/api/dynamic-hls-api.ts:6738](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6738)
___
@@ -286,7 +288,7 @@ Enable adaptive bitrate streaming.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6091)
+[generated-client/api/dynamic-hls-api.ts:7053](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7053)
___
@@ -300,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5839)
+[generated-client/api/dynamic-hls-api.ts:6787](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6787)
___
@@ -314,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6035)
+[generated-client/api/dynamic-hls-api.ts:6997](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6997)
___
@@ -328,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5916)
+[generated-client/api/dynamic-hls-api.ts:6864](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6864)
___
@@ -342,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5951)
+[generated-client/api/dynamic-hls-api.ts:6899](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6899)
___
@@ -356,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5755)
+[generated-client/api/dynamic-hls-api.ts:6703](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6703)
___
@@ -370,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5909)
+[generated-client/api/dynamic-hls-api.ts:6857](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6857)
___
@@ -384,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6028)
+[generated-client/api/dynamic-hls-api.ts:6990](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6990)
___
@@ -398,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5874)
+[generated-client/api/dynamic-hls-api.ts:6822](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6822)
___
@@ -412,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5895)
+[generated-client/api/dynamic-hls-api.ts:6843](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6843)
___
@@ -426,7 +428,21 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5923)
+[generated-client/api/dynamic-hls-api.ts:6871](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6871)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+Optional. The maximum vertical resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiHeadMasterHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:6913](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6913)
___
@@ -440,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5979)
+[generated-client/api/dynamic-hls-api.ts:6941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6941)
___
@@ -454,7 +470,21 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5986)
+[generated-client/api/dynamic-hls-api.ts:6948](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6948)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+Optional. The maximum horizontal resolution of the encoded video.
+
+**`memberof`** DynamicHlsApiHeadMasterHlsVideoPlaylist
+
+#### Defined in
+
+[generated-client/api/dynamic-hls-api.ts:6906](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6906)
___
@@ -468,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5762)
+[generated-client/api/dynamic-hls-api.ts:6710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6710)
___
@@ -482,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5818)
+[generated-client/api/dynamic-hls-api.ts:6766](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6766)
___
@@ -496,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5776)
+[generated-client/api/dynamic-hls-api.ts:6724](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6724)
___
@@ -510,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5797)
+[generated-client/api/dynamic-hls-api.ts:6745](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6745)
___
@@ -524,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5902)
+[generated-client/api/dynamic-hls-api.ts:6850](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6850)
___
@@ -538,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5993)
+[generated-client/api/dynamic-hls-api.ts:6955](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6955)
___
@@ -552,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6007)
+[generated-client/api/dynamic-hls-api.ts:6969](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6969)
___
@@ -566,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5804)
+[generated-client/api/dynamic-hls-api.ts:6752](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6752)
___
@@ -580,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5811)
+[generated-client/api/dynamic-hls-api.ts:6759](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6759)
___
@@ -594,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5937)
+[generated-client/api/dynamic-hls-api.ts:6885](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6885)
___
@@ -612,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6084)
+[generated-client/api/dynamic-hls-api.ts:7046](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7046)
___
@@ -626,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6049)
+[generated-client/api/dynamic-hls-api.ts:7011](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7011)
___
@@ -640,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5972)
+[generated-client/api/dynamic-hls-api.ts:6934](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6934)
___
@@ -654,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5965)
+[generated-client/api/dynamic-hls-api.ts:6927](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6927)
___
@@ -668,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5783)
+[generated-client/api/dynamic-hls-api.ts:6731](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6731)
___
@@ -682,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6056)
+[generated-client/api/dynamic-hls-api.ts:7018](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7018)
___
@@ -696,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6014)
+[generated-client/api/dynamic-hls-api.ts:6976](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6976)
___
@@ -710,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5958)
+[generated-client/api/dynamic-hls-api.ts:6920](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6920)
___
@@ -718,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** DynamicHlsApiHeadMasterHlsVideoPlaylist
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6042)
+[generated-client/api/dynamic-hls-api.ts:7004](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7004)
___
@@ -738,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:6070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L6070)
+[generated-client/api/dynamic-hls-api.ts:7032](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L7032)
___
@@ -752,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:5944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L5944)
+[generated-client/api/dynamic-hls-api.ts:6892](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L6892)
diff --git a/docs/interfaces/generated_client.EncodingOptions.md b/docs/interfaces/generated_client.EncodingOptions.md
new file mode 100644
index 000000000..33b957981
--- /dev/null
+++ b/docs/interfaces/generated_client.EncodingOptions.md
@@ -0,0 +1,486 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / EncodingOptions
+
+# Interface: EncodingOptions
+
+[generated-client](../modules/generated_client.md).EncodingOptions
+
+**`export`**
+
+**`interface`** EncodingOptions
+
+## Table of contents
+
+### Properties
+
+- [AllowHevcEncoding](generated_client.EncodingOptions.md#allowhevcencoding)
+- [AllowOnDemandMetadataBasedKeyframeExtractionForExtensions](generated_client.EncodingOptions.md#allowondemandmetadatabasedkeyframeextractionforextensions)
+- [DeinterlaceDoubleRate](generated_client.EncodingOptions.md#deinterlacedoublerate)
+- [DeinterlaceMethod](generated_client.EncodingOptions.md#deinterlacemethod)
+- [DownMixAudioBoost](generated_client.EncodingOptions.md#downmixaudioboost)
+- [EnableDecodingColorDepth10Hevc](generated_client.EncodingOptions.md#enabledecodingcolordepth10hevc)
+- [EnableDecodingColorDepth10Vp9](generated_client.EncodingOptions.md#enabledecodingcolordepth10vp9)
+- [EnableEnhancedNvdecDecoder](generated_client.EncodingOptions.md#enableenhancednvdecdecoder)
+- [EnableFallbackFont](generated_client.EncodingOptions.md#enablefallbackfont)
+- [EnableHardwareEncoding](generated_client.EncodingOptions.md#enablehardwareencoding)
+- [EnableIntelLowPowerH264HwEncoder](generated_client.EncodingOptions.md#enableintellowpowerh264hwencoder)
+- [EnableIntelLowPowerHevcHwEncoder](generated_client.EncodingOptions.md#enableintellowpowerhevchwencoder)
+- [EnableSubtitleExtraction](generated_client.EncodingOptions.md#enablesubtitleextraction)
+- [EnableThrottling](generated_client.EncodingOptions.md#enablethrottling)
+- [EnableTonemapping](generated_client.EncodingOptions.md#enabletonemapping)
+- [EnableVppTonemapping](generated_client.EncodingOptions.md#enablevpptonemapping)
+- [EncoderAppPath](generated_client.EncodingOptions.md#encoderapppath)
+- [EncoderAppPathDisplay](generated_client.EncodingOptions.md#encoderapppathdisplay)
+- [EncoderPreset](generated_client.EncodingOptions.md#encoderpreset)
+- [EncodingThreadCount](generated_client.EncodingOptions.md#encodingthreadcount)
+- [FallbackFontPath](generated_client.EncodingOptions.md#fallbackfontpath)
+- [H264Crf](generated_client.EncodingOptions.md#h264crf)
+- [H265Crf](generated_client.EncodingOptions.md#h265crf)
+- [HardwareAccelerationType](generated_client.EncodingOptions.md#hardwareaccelerationtype)
+- [HardwareDecodingCodecs](generated_client.EncodingOptions.md#hardwaredecodingcodecs)
+- [MaxMuxingQueueSize](generated_client.EncodingOptions.md#maxmuxingqueuesize)
+- [PreferSystemNativeHwDecoder](generated_client.EncodingOptions.md#prefersystemnativehwdecoder)
+- [ThrottleDelaySeconds](generated_client.EncodingOptions.md#throttledelayseconds)
+- [TonemappingAlgorithm](generated_client.EncodingOptions.md#tonemappingalgorithm)
+- [TonemappingDesat](generated_client.EncodingOptions.md#tonemappingdesat)
+- [TonemappingParam](generated_client.EncodingOptions.md#tonemappingparam)
+- [TonemappingPeak](generated_client.EncodingOptions.md#tonemappingpeak)
+- [TonemappingRange](generated_client.EncodingOptions.md#tonemappingrange)
+- [TonemappingThreshold](generated_client.EncodingOptions.md#tonemappingthreshold)
+- [TranscodingTempPath](generated_client.EncodingOptions.md#transcodingtemppath)
+- [VaapiDevice](generated_client.EncodingOptions.md#vaapidevice)
+
+## Properties
+
+### AllowHevcEncoding
+
+• `Optional` **AllowHevcEncoding**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L220)
+
+___
+
+### AllowOnDemandMetadataBasedKeyframeExtractionForExtensions
+
+• `Optional` **AllowOnDemandMetadataBasedKeyframeExtractionForExtensions**: ``null`` \| `string`[]
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L238)
+
+___
+
+### DeinterlaceDoubleRate
+
+• `Optional` **DeinterlaceDoubleRate**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L166)
+
+___
+
+### DeinterlaceMethod
+
+• `Optional` **DeinterlaceMethod**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L172)
+
+___
+
+### DownMixAudioBoost
+
+• `Optional` **DownMixAudioBoost**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L52)
+
+___
+
+### EnableDecodingColorDepth10Hevc
+
+• `Optional` **EnableDecodingColorDepth10Hevc**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L178)
+
+___
+
+### EnableDecodingColorDepth10Vp9
+
+• `Optional` **EnableDecodingColorDepth10Vp9**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L184)
+
+___
+
+### EnableEnhancedNvdecDecoder
+
+• `Optional` **EnableEnhancedNvdecDecoder**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L190)
+
+___
+
+### EnableFallbackFont
+
+• `Optional` **EnableFallbackFont**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L46)
+
+___
+
+### EnableHardwareEncoding
+
+• `Optional` **EnableHardwareEncoding**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L214)
+
+___
+
+### EnableIntelLowPowerH264HwEncoder
+
+• `Optional` **EnableIntelLowPowerH264HwEncoder**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L202)
+
+___
+
+### EnableIntelLowPowerHevcHwEncoder
+
+• `Optional` **EnableIntelLowPowerHevcHwEncoder**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L208)
+
+___
+
+### EnableSubtitleExtraction
+
+• `Optional` **EnableSubtitleExtraction**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L226)
+
+___
+
+### EnableThrottling
+
+• `Optional` **EnableThrottling**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L64)
+
+___
+
+### EnableTonemapping
+
+• `Optional` **EnableTonemapping**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L100)
+
+___
+
+### EnableVppTonemapping
+
+• `Optional` **EnableVppTonemapping**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L106)
+
+___
+
+### EncoderAppPath
+
+• `Optional` **EncoderAppPath**: ``null`` \| `string`
+
+Gets or sets the FFmpeg path as set by the user via the UI.
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L82)
+
+___
+
+### EncoderAppPathDisplay
+
+• `Optional` **EncoderAppPathDisplay**: ``null`` \| `string`
+
+Gets or sets the current FFmpeg path being used by the system and displayed on the transcode page.
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L88)
+
+___
+
+### EncoderPreset
+
+• `Optional` **EncoderPreset**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L160)
+
+___
+
+### EncodingThreadCount
+
+• `Optional` **EncodingThreadCount**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L28)
+
+___
+
+### FallbackFontPath
+
+• `Optional` **FallbackFontPath**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L40)
+
+___
+
+### H264Crf
+
+• `Optional` **H264Crf**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L148)
+
+___
+
+### H265Crf
+
+• `Optional` **H265Crf**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L154)
+
+___
+
+### HardwareAccelerationType
+
+• `Optional` **HardwareAccelerationType**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L76)
+
+___
+
+### HardwareDecodingCodecs
+
+• `Optional` **HardwareDecodingCodecs**: ``null`` \| `string`[]
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L232)
+
+___
+
+### MaxMuxingQueueSize
+
+• `Optional` **MaxMuxingQueueSize**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L58)
+
+___
+
+### PreferSystemNativeHwDecoder
+
+• `Optional` **PreferSystemNativeHwDecoder**: `boolean`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L196)
+
+___
+
+### ThrottleDelaySeconds
+
+• `Optional` **ThrottleDelaySeconds**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L70)
+
+___
+
+### TonemappingAlgorithm
+
+• `Optional` **TonemappingAlgorithm**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L112)
+
+___
+
+### TonemappingDesat
+
+• `Optional` **TonemappingDesat**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L124)
+
+___
+
+### TonemappingParam
+
+• `Optional` **TonemappingParam**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L142)
+
+___
+
+### TonemappingPeak
+
+• `Optional` **TonemappingPeak**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L136)
+
+___
+
+### TonemappingRange
+
+• `Optional` **TonemappingRange**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L118)
+
+___
+
+### TonemappingThreshold
+
+• `Optional` **TonemappingThreshold**: `number`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L130)
+
+___
+
+### TranscodingTempPath
+
+• `Optional` **TranscodingTempPath**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L34)
+
+___
+
+### VaapiDevice
+
+• `Optional` **VaapiDevice**: ``null`` \| `string`
+
+**`memberof`** EncodingOptions
+
+#### Defined in
+
+[generated-client/models/encoding-options.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/encoding-options.ts#L94)
diff --git a/docs/interfaces/generated_client.EndPointInfo.md b/docs/interfaces/generated_client.EndPointInfo.md
index 4ead181a4..35332ceb9 100644
--- a/docs/interfaces/generated_client.EndPointInfo.md
+++ b/docs/interfaces/generated_client.EndPointInfo.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/end-point-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/end-point-info.ts#L34)
+[generated-client/models/end-point-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/end-point-info.ts#L34)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/end-point-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/end-point-info.ts#L28)
+[generated-client/models/end-point-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/end-point-info.ts#L28)
diff --git a/docs/interfaces/generated_client.EnvironmentApiGetDirectoryContentsRequest.md b/docs/interfaces/generated_client.EnvironmentApiGetDirectoryContentsRequest.md
index e145f4df4..79e7dcc2a 100644
--- a/docs/interfaces/generated_client.EnvironmentApiGetDirectoryContentsRequest.md
+++ b/docs/interfaces/generated_client.EnvironmentApiGetDirectoryContentsRequest.md
@@ -30,7 +30,7 @@ An optional filter to include or exclude folders from the results. true/false.
#### Defined in
-[generated-client/api/environment-api.ts:440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L440)
+[generated-client/api/environment-api.ts:440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L440)
___
@@ -44,7 +44,7 @@ An optional filter to include or exclude files from the results. true/false.
#### Defined in
-[generated-client/api/environment-api.ts:433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L433)
+[generated-client/api/environment-api.ts:433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L433)
___
@@ -58,4 +58,4 @@ The path.
#### Defined in
-[generated-client/api/environment-api.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L426)
+[generated-client/api/environment-api.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L426)
diff --git a/docs/interfaces/generated_client.EnvironmentApiGetParentPathRequest.md b/docs/interfaces/generated_client.EnvironmentApiGetParentPathRequest.md
index 7a970fa79..53c19dd8d 100644
--- a/docs/interfaces/generated_client.EnvironmentApiGetParentPathRequest.md
+++ b/docs/interfaces/generated_client.EnvironmentApiGetParentPathRequest.md
@@ -28,4 +28,4 @@ The path.
#### Defined in
-[generated-client/api/environment-api.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L454)
+[generated-client/api/environment-api.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L454)
diff --git a/docs/interfaces/generated_client.EnvironmentApiValidatePathRequest.md b/docs/interfaces/generated_client.EnvironmentApiValidatePathRequest.md
index bf3eeed26..a5fd4ef48 100644
--- a/docs/interfaces/generated_client.EnvironmentApiValidatePathRequest.md
+++ b/docs/interfaces/generated_client.EnvironmentApiValidatePathRequest.md
@@ -28,4 +28,4 @@ Validate request object.
#### Defined in
-[generated-client/api/environment-api.ts:468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L468)
+[generated-client/api/environment-api.ts:468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L468)
diff --git a/docs/interfaces/generated_client.ExternalIdInfo.md b/docs/interfaces/generated_client.ExternalIdInfo.md
index 273a2d124..f48d99000 100644
--- a/docs/interfaces/generated_client.ExternalIdInfo.md
+++ b/docs/interfaces/generated_client.ExternalIdInfo.md
@@ -23,7 +23,7 @@ Represents the external id information for serialization to the client.
### Key
-• `Optional` **Key**: ``null`` \| `string`
+• `Optional` **Key**: `string`
Gets or sets the unique key for this id. This key should be unique across all providers.
@@ -31,13 +31,13 @@ Gets or sets the unique key for this id. This key should be unique across all pr
#### Defined in
-[generated-client/models/external-id-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-info.ts#L35)
+[generated-client/models/external-id-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-info.ts#L35)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc).
@@ -45,7 +45,7 @@ Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz
#### Defined in
-[generated-client/models/external-id-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-info.ts#L29)
+[generated-client/models/external-id-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-info.ts#L29)
___
@@ -57,7 +57,7 @@ ___
#### Defined in
-[generated-client/models/external-id-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-info.ts#L41)
+[generated-client/models/external-id-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-info.ts#L41)
___
@@ -71,4 +71,4 @@ Gets or sets the URL format string.
#### Defined in
-[generated-client/models/external-id-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-id-info.ts#L47)
+[generated-client/models/external-id-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-id-info.ts#L47)
diff --git a/docs/interfaces/generated_client.ExternalUrl.md b/docs/interfaces/generated_client.ExternalUrl.md
index 002d72cd5..5a44e3d84 100644
--- a/docs/interfaces/generated_client.ExternalUrl.md
+++ b/docs/interfaces/generated_client.ExternalUrl.md
@@ -27,7 +27,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/external-url.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-url.ts#L28)
+[generated-client/models/external-url.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-url.ts#L28)
___
@@ -41,4 +41,4 @@ Gets or sets the type of the item.
#### Defined in
-[generated-client/models/external-url.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/external-url.ts#L34)
+[generated-client/models/external-url.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/external-url.ts#L34)
diff --git a/docs/interfaces/generated_client.FileSystemEntryInfo.md b/docs/interfaces/generated_client.FileSystemEntryInfo.md
index 474a5897f..10e3f5131 100644
--- a/docs/interfaces/generated_client.FileSystemEntryInfo.md
+++ b/docs/interfaces/generated_client.FileSystemEntryInfo.md
@@ -22,7 +22,7 @@ Class FileSystemEntryInfo.
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets the name.
@@ -30,13 +30,13 @@ Gets the name.
#### Defined in
-[generated-client/models/file-system-entry-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-info.ts#L29)
+[generated-client/models/file-system-entry-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-info.ts#L29)
___
### Path
-• `Optional` **Path**: ``null`` \| `string`
+• `Optional` **Path**: `string`
Gets the path.
@@ -44,7 +44,7 @@ Gets the path.
#### Defined in
-[generated-client/models/file-system-entry-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-info.ts#L35)
+[generated-client/models/file-system-entry-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-info.ts#L35)
___
@@ -56,4 +56,4 @@ ___
#### Defined in
-[generated-client/models/file-system-entry-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/file-system-entry-info.ts#L41)
+[generated-client/models/file-system-entry-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/file-system-entry-info.ts#L41)
diff --git a/docs/interfaces/generated_client.FilterApiGetQueryFiltersLegacyRequest.md b/docs/interfaces/generated_client.FilterApiGetQueryFiltersLegacyRequest.md
index a13cfebcd..5824629c7 100644
--- a/docs/interfaces/generated_client.FilterApiGetQueryFiltersLegacyRequest.md
+++ b/docs/interfaces/generated_client.FilterApiGetQueryFiltersLegacyRequest.md
@@ -23,7 +23,7 @@ Request parameters for getQueryFiltersLegacy operation in FilterApi.
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -31,7 +31,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/filter-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L360)
+[generated-client/api/filter-api.ts:362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L362)
___
@@ -45,7 +45,7 @@ Optional. Filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/filter-api.ts:367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L367)
+[generated-client/api/filter-api.ts:369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L369)
___
@@ -59,7 +59,7 @@ Optional. Parent id.
#### Defined in
-[generated-client/api/filter-api.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L353)
+[generated-client/api/filter-api.ts:355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L355)
___
@@ -73,4 +73,4 @@ Optional. User id.
#### Defined in
-[generated-client/api/filter-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L346)
+[generated-client/api/filter-api.ts:348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L348)
diff --git a/docs/interfaces/generated_client.FilterApiGetQueryFiltersRequest.md b/docs/interfaces/generated_client.FilterApiGetQueryFiltersRequest.md
index fa248149f..f3fa0302e 100644
--- a/docs/interfaces/generated_client.FilterApiGetQueryFiltersRequest.md
+++ b/docs/interfaces/generated_client.FilterApiGetQueryFiltersRequest.md
@@ -29,7 +29,7 @@ Request parameters for getQueryFilters operation in FilterApi.
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -37,7 +37,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/filter-api.ts:283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L283)
+[generated-client/api/filter-api.ts:285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L285)
___
@@ -51,7 +51,7 @@ Optional. Is item airing.
#### Defined in
-[generated-client/api/filter-api.ts:290](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L290)
+[generated-client/api/filter-api.ts:292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L292)
___
@@ -65,7 +65,7 @@ Optional. Is item kids.
#### Defined in
-[generated-client/api/filter-api.ts:311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L311)
+[generated-client/api/filter-api.ts:313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L313)
___
@@ -79,7 +79,7 @@ Optional. Is item movie.
#### Defined in
-[generated-client/api/filter-api.ts:297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L297)
+[generated-client/api/filter-api.ts:299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L299)
___
@@ -93,7 +93,7 @@ Optional. Is item news.
#### Defined in
-[generated-client/api/filter-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L318)
+[generated-client/api/filter-api.ts:320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L320)
___
@@ -107,7 +107,7 @@ Optional. Is item series.
#### Defined in
-[generated-client/api/filter-api.ts:325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L325)
+[generated-client/api/filter-api.ts:327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L327)
___
@@ -121,7 +121,7 @@ Optional. Is item sports.
#### Defined in
-[generated-client/api/filter-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L304)
+[generated-client/api/filter-api.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L306)
___
@@ -135,7 +135,7 @@ Optional. Specify this to localize the search to a specific item or folder. Omit
#### Defined in
-[generated-client/api/filter-api.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L276)
+[generated-client/api/filter-api.ts:278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L278)
___
@@ -149,7 +149,7 @@ Optional. Search recursive.
#### Defined in
-[generated-client/api/filter-api.ts:332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L332)
+[generated-client/api/filter-api.ts:334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L334)
___
@@ -163,4 +163,4 @@ Optional. User id.
#### Defined in
-[generated-client/api/filter-api.ts:269](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L269)
+[generated-client/api/filter-api.ts:271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L271)
diff --git a/docs/interfaces/generated_client.FontFile.md b/docs/interfaces/generated_client.FontFile.md
index ed4f596a7..8a6f4f6d1 100644
--- a/docs/interfaces/generated_client.FontFile.md
+++ b/docs/interfaces/generated_client.FontFile.md
@@ -31,7 +31,7 @@ Gets or sets the date created.
#### Defined in
-[generated-client/models/font-file.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/font-file.ts#L40)
+[generated-client/models/font-file.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/font-file.ts#L40)
___
@@ -45,7 +45,7 @@ Gets or sets the date modified.
#### Defined in
-[generated-client/models/font-file.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/font-file.ts#L46)
+[generated-client/models/font-file.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/font-file.ts#L46)
___
@@ -59,7 +59,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/font-file.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/font-file.ts#L28)
+[generated-client/models/font-file.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/font-file.ts#L28)
___
@@ -73,4 +73,4 @@ Gets or sets the size.
#### Defined in
-[generated-client/models/font-file.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/font-file.ts#L34)
+[generated-client/models/font-file.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/font-file.ts#L34)
diff --git a/docs/interfaces/generated_client.ForgotPasswordDto.md b/docs/interfaces/generated_client.ForgotPasswordDto.md
index 69a74b31b..3f2252622 100644
--- a/docs/interfaces/generated_client.ForgotPasswordDto.md
+++ b/docs/interfaces/generated_client.ForgotPasswordDto.md
@@ -28,4 +28,4 @@ Gets or sets the entered username to have its password reset.
#### Defined in
-[generated-client/models/forgot-password-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-dto.ts#L28)
+[generated-client/models/forgot-password-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.ForgotPasswordPinDto.md b/docs/interfaces/generated_client.ForgotPasswordPinDto.md
index 0fc1b97a7..841256441 100644
--- a/docs/interfaces/generated_client.ForgotPasswordPinDto.md
+++ b/docs/interfaces/generated_client.ForgotPasswordPinDto.md
@@ -28,4 +28,4 @@ Gets or sets the entered pin to have the password reset.
#### Defined in
-[generated-client/models/forgot-password-pin-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-pin-dto.ts#L28)
+[generated-client/models/forgot-password-pin-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-pin-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.ForgotPasswordResult.md b/docs/interfaces/generated_client.ForgotPasswordResult.md
index 10b263256..f22ee4549 100644
--- a/docs/interfaces/generated_client.ForgotPasswordResult.md
+++ b/docs/interfaces/generated_client.ForgotPasswordResult.md
@@ -26,7 +26,7 @@
#### Defined in
-[generated-client/models/forgot-password-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-result.ts#L29)
+[generated-client/models/forgot-password-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-result.ts#L29)
___
@@ -40,7 +40,7 @@ Gets or sets the pin expiration date.
#### Defined in
-[generated-client/models/forgot-password-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-result.ts#L41)
+[generated-client/models/forgot-password-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-result.ts#L41)
___
@@ -54,4 +54,4 @@ Gets or sets the pin file.
#### Defined in
-[generated-client/models/forgot-password-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/forgot-password-result.ts#L35)
+[generated-client/models/forgot-password-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/forgot-password-result.ts#L35)
diff --git a/docs/interfaces/generated_client.GeneralCommand.md b/docs/interfaces/generated_client.GeneralCommand.md
index 9a7f079df..78fac006e 100644
--- a/docs/interfaces/generated_client.GeneralCommand.md
+++ b/docs/interfaces/generated_client.GeneralCommand.md
@@ -20,13 +20,17 @@
### Arguments
-• `Optional` **Arguments**: ``null`` \| { `[key: string]`: `string`; }
+• `Optional` **Arguments**: `Object`
**`memberof`** GeneralCommand
+#### Index signature
+
+▪ [key: `string`]: `string`
+
#### Defined in
-[generated-client/models/general-command.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command.ts#L41)
+[generated-client/models/general-command.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command.ts#L41)
___
@@ -38,7 +42,7 @@ ___
#### Defined in
-[generated-client/models/general-command.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command.ts#L35)
+[generated-client/models/general-command.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command.ts#L35)
___
@@ -50,4 +54,4 @@ ___
#### Defined in
-[generated-client/models/general-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/general-command.ts#L29)
+[generated-client/models/general-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/general-command.ts#L29)
diff --git a/docs/interfaces/generated_client.GenresApiGetGenreRequest.md b/docs/interfaces/generated_client.GenresApiGetGenreRequest.md
index 2bef25b7b..416b78101 100644
--- a/docs/interfaces/generated_client.GenresApiGetGenreRequest.md
+++ b/docs/interfaces/generated_client.GenresApiGetGenreRequest.md
@@ -29,7 +29,7 @@ The genre name.
#### Defined in
-[generated-client/api/genres-api.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L300)
+[generated-client/api/genres-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L318)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/genres-api.ts:307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L307)
+[generated-client/api/genres-api.ts:325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L325)
diff --git a/docs/interfaces/generated_client.GenresApiGetGenresRequest.md b/docs/interfaces/generated_client.GenresApiGetGenresRequest.md
index 86eba8cb1..36f8f25f9 100644
--- a/docs/interfaces/generated_client.GenresApiGetGenresRequest.md
+++ b/docs/interfaces/generated_client.GenresApiGetGenresRequest.md
@@ -28,6 +28,8 @@ Request parameters for getGenres operation in GenresApi.
- [nameStartsWithOrGreater](generated_client.GenresApiGetGenresRequest.md#namestartswithorgreater)
- [parentId](generated_client.GenresApiGetGenresRequest.md#parentid)
- [searchTerm](generated_client.GenresApiGetGenresRequest.md#searchterm)
+- [sortBy](generated_client.GenresApiGetGenresRequest.md#sortby)
+- [sortOrder](generated_client.GenresApiGetGenresRequest.md#sortorder)
- [startIndex](generated_client.GenresApiGetGenresRequest.md#startindex)
- [userId](generated_client.GenresApiGetGenresRequest.md#userid)
@@ -43,7 +45,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/genres-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L384)
+[generated-client/api/genres-api.ts:402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L402)
___
@@ -57,7 +59,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/genres-api.ts:419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L419)
+[generated-client/api/genres-api.ts:451](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L451)
___
@@ -71,13 +73,13 @@ Optional. Include total record count.
#### Defined in
-[generated-client/api/genres-api.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L426)
+[generated-client/api/genres-api.ts:458](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L458)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
@@ -85,7 +87,7 @@ Optional. If specified, results will be filtered out based on item type. This al
#### Defined in
-[generated-client/api/genres-api.ts:356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L356)
+[generated-client/api/genres-api.ts:374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L374)
___
@@ -99,7 +101,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/genres-api.ts:349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L349)
+[generated-client/api/genres-api.ts:367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L367)
___
@@ -113,13 +115,13 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/genres-api.ts:377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L377)
+[generated-client/api/genres-api.ts:395](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L395)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited.
@@ -127,7 +129,7 @@ Optional. If specified, results will be filtered in based on item type. This all
#### Defined in
-[generated-client/api/genres-api.ts:363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L363)
+[generated-client/api/genres-api.ts:381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L381)
___
@@ -141,7 +143,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/genres-api.ts:370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L370)
+[generated-client/api/genres-api.ts:388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L388)
___
@@ -155,7 +157,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/genres-api.ts:328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L328)
+[generated-client/api/genres-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L346)
___
@@ -169,7 +171,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/genres-api.ts:412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L412)
+[generated-client/api/genres-api.ts:430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L430)
___
@@ -183,7 +185,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/genres-api.ts:405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L405)
+[generated-client/api/genres-api.ts:423](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L423)
___
@@ -197,7 +199,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/genres-api.ts:398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L398)
+[generated-client/api/genres-api.ts:416](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L416)
___
@@ -211,7 +213,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/genres-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L342)
+[generated-client/api/genres-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L360)
___
@@ -225,7 +227,35 @@ The search term.
#### Defined in
-[generated-client/api/genres-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L335)
+[generated-client/api/genres-api.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L353)
+
+___
+
+### sortBy
+
+• `Optional` `Readonly` **sortBy**: `string`[]
+
+Optional. Specify one or more sort orders, comma delimited.
+
+**`memberof`** GenresApiGetGenres
+
+#### Defined in
+
+[generated-client/api/genres-api.ts:437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L437)
+
+___
+
+### sortOrder
+
+• `Optional` `Readonly` **sortOrder**: [`SortOrder`](../enums/generated_client.SortOrder.md)[]
+
+Sort Order - Ascending,Descending.
+
+**`memberof`** GenresApiGetGenres
+
+#### Defined in
+
+[generated-client/api/genres-api.ts:444](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L444)
___
@@ -239,7 +269,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/genres-api.ts:321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L321)
+[generated-client/api/genres-api.ts:339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L339)
___
@@ -253,4 +283,4 @@ User id.
#### Defined in
-[generated-client/api/genres-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L391)
+[generated-client/api/genres-api.ts:409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L409)
diff --git a/docs/interfaces/generated_client.GetProgramsDto.md b/docs/interfaces/generated_client.GetProgramsDto.md
index 59d66c121..3d0949dbc 100644
--- a/docs/interfaces/generated_client.GetProgramsDto.md
+++ b/docs/interfaces/generated_client.GetProgramsDto.md
@@ -46,7 +46,7 @@ Get programs dto.
### ChannelIds
-• `Optional` **ChannelIds**: ``null`` \| `string`[]
+• `Optional` **ChannelIds**: `string`[]
Gets or sets the channels to return guide information for.
@@ -54,13 +54,13 @@ Gets or sets the channels to return guide information for.
#### Defined in
-[generated-client/models/get-programs-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L31)
+[generated-client/models/get-programs-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L31)
___
### EnableImageTypes
-• `Optional` **EnableImageTypes**: ``null`` \| [`ImageType`](../enums/generated_client.ImageType.md)[]
+• `Optional` **EnableImageTypes**: [`ImageType`](../enums/generated_client.ImageType.md)[]
Gets or sets the image types to include in the output. Optional.
@@ -68,7 +68,7 @@ Gets or sets the image types to include in the output. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L163)
+[generated-client/models/get-programs-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L163)
___
@@ -82,7 +82,7 @@ Gets or sets include image information in output. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L145)
+[generated-client/models/get-programs-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L145)
___
@@ -96,7 +96,7 @@ Gets or sets a value indicating whether retrieve total record count.
#### Defined in
-[generated-client/models/get-programs-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L151)
+[generated-client/models/get-programs-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L151)
___
@@ -110,13 +110,13 @@ Gets or sets include user data. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L169)
+[generated-client/models/get-programs-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L169)
___
### Fields
-• `Optional` **Fields**: ``null`` \| [`ItemFields`](../enums/generated_client.ItemFields.md)[]
+• `Optional` **Fields**: [`ItemFields`](../enums/generated_client.ItemFields.md)[]
Gets or sets specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines. Optional.
@@ -124,13 +124,13 @@ Gets or sets specify additional fields of information to return in the output. T
#### Defined in
-[generated-client/models/get-programs-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L187)
+[generated-client/models/get-programs-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L187)
___
### GenreIds
-• `Optional` **GenreIds**: ``null`` \| `string`[]
+• `Optional` **GenreIds**: `string`[]
Gets or sets the genre ids to return guide information for.
@@ -138,13 +138,13 @@ Gets or sets the genre ids to return guide information for.
#### Defined in
-[generated-client/models/get-programs-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L139)
+[generated-client/models/get-programs-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L139)
___
### Genres
-• `Optional` **Genres**: ``null`` \| `string`[]
+• `Optional` **Genres**: `string`[]
Gets or sets the genres to return guide information for.
@@ -152,7 +152,7 @@ Gets or sets the genres to return guide information for.
#### Defined in
-[generated-client/models/get-programs-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L133)
+[generated-client/models/get-programs-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L133)
___
@@ -166,7 +166,7 @@ Gets or sets filter by programs that have completed airing, or not. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L49)
+[generated-client/models/get-programs-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L49)
___
@@ -180,7 +180,7 @@ Gets or sets the max number of images to return, per image type. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L157)
+[generated-client/models/get-programs-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L157)
___
@@ -194,7 +194,7 @@ Gets or sets filter by programs that are currently airing, or not. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L55)
+[generated-client/models/get-programs-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L55)
___
@@ -208,7 +208,7 @@ Gets or sets filter for kids. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L97)
+[generated-client/models/get-programs-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L97)
___
@@ -222,7 +222,7 @@ Gets or sets filter for movies. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L79)
+[generated-client/models/get-programs-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L79)
___
@@ -236,7 +236,7 @@ Gets or sets filter for news. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L91)
+[generated-client/models/get-programs-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L91)
___
@@ -250,7 +250,7 @@ Gets or sets filter for series. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L85)
+[generated-client/models/get-programs-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L85)
___
@@ -264,7 +264,7 @@ Gets or sets filter for sports. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L103)
+[generated-client/models/get-programs-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L103)
___
@@ -278,7 +278,7 @@ Gets or sets filter by library series id. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L181)
+[generated-client/models/get-programs-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L181)
___
@@ -292,7 +292,7 @@ Gets or sets the maximum number of records to return. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L115)
+[generated-client/models/get-programs-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L115)
___
@@ -306,7 +306,7 @@ Gets or sets the maximum premiere end date. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L73)
+[generated-client/models/get-programs-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L73)
___
@@ -320,7 +320,7 @@ Gets or sets the maximum premiere start date. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L61)
+[generated-client/models/get-programs-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L61)
___
@@ -334,7 +334,7 @@ Gets or sets the minimum premiere end date. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L67)
+[generated-client/models/get-programs-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L67)
___
@@ -348,7 +348,7 @@ Gets or sets the minimum premiere start date. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L43)
+[generated-client/models/get-programs-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L43)
___
@@ -362,13 +362,13 @@ Gets or sets filter by series timer id. Optional.
#### Defined in
-[generated-client/models/get-programs-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L175)
+[generated-client/models/get-programs-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L175)
___
### SortBy
-• `Optional` **SortBy**: ``null`` \| `string`[]
+• `Optional` **SortBy**: `string`[]
Gets or sets specify one or more sort orders, comma delimited. Options: Name, StartDate. Optional.
@@ -376,13 +376,13 @@ Gets or sets specify one or more sort orders, comma delimited. Options: Name, St
#### Defined in
-[generated-client/models/get-programs-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L121)
+[generated-client/models/get-programs-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L121)
___
### SortOrder
-• `Optional` **SortOrder**: ``null`` \| [`SortOrder`](../enums/generated_client.SortOrder.md)[]
+• `Optional` **SortOrder**: [`SortOrder`](../enums/generated_client.SortOrder.md)[]
Gets or sets sort Order - Ascending,Descending.
@@ -390,7 +390,7 @@ Gets or sets sort Order - Ascending,Descending.
#### Defined in
-[generated-client/models/get-programs-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L127)
+[generated-client/models/get-programs-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L127)
___
@@ -404,7 +404,7 @@ Gets or sets the record index to start at. All items with a lower index will be
#### Defined in
-[generated-client/models/get-programs-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L109)
+[generated-client/models/get-programs-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L109)
___
@@ -418,4 +418,4 @@ Gets or sets optional. Filter by user id.
#### Defined in
-[generated-client/models/get-programs-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/get-programs-dto.ts#L37)
+[generated-client/models/get-programs-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/get-programs-dto.ts#L37)
diff --git a/docs/interfaces/generated_client.GroupInfoDto.md b/docs/interfaces/generated_client.GroupInfoDto.md
index 4744b0504..0c8b6ffe7 100644
--- a/docs/interfaces/generated_client.GroupInfoDto.md
+++ b/docs/interfaces/generated_client.GroupInfoDto.md
@@ -32,13 +32,13 @@ Gets the group identifier.
#### Defined in
-[generated-client/models/group-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-info-dto.ts#L29)
+[generated-client/models/group-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-info-dto.ts#L29)
___
### GroupName
-• `Optional` **GroupName**: ``null`` \| `string`
+• `Optional` **GroupName**: `string`
Gets the group name.
@@ -46,7 +46,7 @@ Gets the group name.
#### Defined in
-[generated-client/models/group-info-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-info-dto.ts#L35)
+[generated-client/models/group-info-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-info-dto.ts#L35)
___
@@ -60,13 +60,13 @@ Gets the date when this DTO has been created.
#### Defined in
-[generated-client/models/group-info-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-info-dto.ts#L53)
+[generated-client/models/group-info-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-info-dto.ts#L53)
___
### Participants
-• `Optional` **Participants**: ``null`` \| `string`[]
+• `Optional` **Participants**: `string`[]
Gets the participants.
@@ -74,7 +74,7 @@ Gets the participants.
#### Defined in
-[generated-client/models/group-info-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-info-dto.ts#L47)
+[generated-client/models/group-info-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-info-dto.ts#L47)
___
@@ -86,4 +86,4 @@ ___
#### Defined in
-[generated-client/models/group-info-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/group-info-dto.ts#L41)
+[generated-client/models/group-info-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/group-info-dto.ts#L41)
diff --git a/docs/interfaces/generated_client.GuideInfo.md b/docs/interfaces/generated_client.GuideInfo.md
index e0da1289a..c6a47707a 100644
--- a/docs/interfaces/generated_client.GuideInfo.md
+++ b/docs/interfaces/generated_client.GuideInfo.md
@@ -27,7 +27,7 @@ Gets or sets the end date.
#### Defined in
-[generated-client/models/guide-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/guide-info.ts#L34)
+[generated-client/models/guide-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/guide-info.ts#L34)
___
@@ -41,4 +41,4 @@ Gets or sets the start date.
#### Defined in
-[generated-client/models/guide-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/guide-info.ts#L28)
+[generated-client/models/guide-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/guide-info.ts#L28)
diff --git a/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest.md b/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest.md
index 1e9cfa28d..d0f0cd346 100644
--- a/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest.md
+++ b/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyAacRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L394)
+[generated-client/api/hls-segment-api.ts:394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L394)
___
@@ -43,4 +43,4 @@ The segment id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L401)
+[generated-client/api/hls-segment-api.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L401)
diff --git a/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request.md b/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request.md
index 061f124f8..abd4bac1b 100644
--- a/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request.md
+++ b/docs/interfaces/generated_client.HlsSegmentApiGetHlsAudioSegmentLegacyMp3Request.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L415)
+[generated-client/api/hls-segment-api.ts:415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L415)
___
@@ -43,4 +43,4 @@ The segment id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:422](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L422)
+[generated-client/api/hls-segment-api.ts:422](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L422)
diff --git a/docs/interfaces/generated_client.HlsSegmentApiGetHlsPlaylistLegacyRequest.md b/docs/interfaces/generated_client.HlsSegmentApiGetHlsPlaylistLegacyRequest.md
index 39ab844c0..17c9bbf09 100644
--- a/docs/interfaces/generated_client.HlsSegmentApiGetHlsPlaylistLegacyRequest.md
+++ b/docs/interfaces/generated_client.HlsSegmentApiGetHlsPlaylistLegacyRequest.md
@@ -29,7 +29,7 @@ The video id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L436)
+[generated-client/api/hls-segment-api.ts:436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L436)
___
@@ -43,4 +43,4 @@ The playlist id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L443)
+[generated-client/api/hls-segment-api.ts:443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L443)
diff --git a/docs/interfaces/generated_client.HlsSegmentApiGetHlsVideoSegmentLegacyRequest.md b/docs/interfaces/generated_client.HlsSegmentApiGetHlsVideoSegmentLegacyRequest.md
index 11f7d9ea6..103d31dcc 100644
--- a/docs/interfaces/generated_client.HlsSegmentApiGetHlsVideoSegmentLegacyRequest.md
+++ b/docs/interfaces/generated_client.HlsSegmentApiGetHlsVideoSegmentLegacyRequest.md
@@ -31,7 +31,7 @@ The item id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L457)
+[generated-client/api/hls-segment-api.ts:457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L457)
___
@@ -45,7 +45,7 @@ The playlist id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:464](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L464)
+[generated-client/api/hls-segment-api.ts:464](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L464)
___
@@ -59,7 +59,7 @@ The segment container.
#### Defined in
-[generated-client/api/hls-segment-api.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L478)
+[generated-client/api/hls-segment-api.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L478)
___
@@ -73,4 +73,4 @@ The segment id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L471)
+[generated-client/api/hls-segment-api.ts:471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L471)
diff --git a/docs/interfaces/generated_client.HlsSegmentApiStopEncodingProcessRequest.md b/docs/interfaces/generated_client.HlsSegmentApiStopEncodingProcessRequest.md
index 10f0e6ce0..71390a5aa 100644
--- a/docs/interfaces/generated_client.HlsSegmentApiStopEncodingProcessRequest.md
+++ b/docs/interfaces/generated_client.HlsSegmentApiStopEncodingProcessRequest.md
@@ -29,7 +29,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/hls-segment-api.ts:492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L492)
+[generated-client/api/hls-segment-api.ts:492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L492)
___
@@ -43,4 +43,4 @@ The play session id.
#### Defined in
-[generated-client/api/hls-segment-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L499)
+[generated-client/api/hls-segment-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L499)
diff --git a/docs/interfaces/generated_client.HttpHeaderInfo.md b/docs/interfaces/generated_client.HttpHeaderInfo.md
index b9426f8fe..78ad92fa0 100644
--- a/docs/interfaces/generated_client.HttpHeaderInfo.md
+++ b/docs/interfaces/generated_client.HttpHeaderInfo.md
@@ -26,7 +26,7 @@
#### Defined in
-[generated-client/models/http-header-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/http-header-info.ts#L41)
+[generated-client/models/http-header-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/http-header-info.ts#L41)
___
@@ -38,7 +38,7 @@ ___
#### Defined in
-[generated-client/models/http-header-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/http-header-info.ts#L29)
+[generated-client/models/http-header-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/http-header-info.ts#L29)
___
@@ -50,4 +50,4 @@ ___
#### Defined in
-[generated-client/models/http-header-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/http-header-info.ts#L35)
+[generated-client/models/http-header-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/http-header-info.ts#L35)
diff --git a/docs/interfaces/generated_client.IPlugin.md b/docs/interfaces/generated_client.IPlugin.md
index 1fd69394f..c54dea953 100644
--- a/docs/interfaces/generated_client.IPlugin.md
+++ b/docs/interfaces/generated_client.IPlugin.md
@@ -34,7 +34,7 @@ Gets the path to the assembly file.
#### Defined in
-[generated-client/models/iplugin.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L53)
+[generated-client/models/iplugin.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L52)
___
@@ -48,7 +48,7 @@ Gets a value indicating whether the plugin can be uninstalled.
#### Defined in
-[generated-client/models/iplugin.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L59)
+[generated-client/models/iplugin.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L58)
___
@@ -62,7 +62,7 @@ Gets the full path to the data folder, where the plugin can store any miscellane
#### Defined in
-[generated-client/models/iplugin.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L65)
+[generated-client/models/iplugin.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L64)
___
@@ -76,7 +76,7 @@ Gets the Description.
#### Defined in
-[generated-client/models/iplugin.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L35)
+[generated-client/models/iplugin.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L34)
___
@@ -90,7 +90,7 @@ Gets the unique id.
#### Defined in
-[generated-client/models/iplugin.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L41)
+[generated-client/models/iplugin.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L40)
___
@@ -104,16 +104,18 @@ Gets the name of the plugin.
#### Defined in
-[generated-client/models/iplugin.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L29)
+[generated-client/models/iplugin.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L28)
___
### Version
-• `Optional` **Version**: [`Version`](generated_client.Version.md)
+• `Optional` **Version**: ``null`` \| `string`
+
+Gets the plugin version.
**`memberof`** IPlugin
#### Defined in
-[generated-client/models/iplugin.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/iplugin.ts#L47)
+[generated-client/models/iplugin.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/iplugin.ts#L46)
diff --git a/docs/interfaces/generated_client.IgnoreWaitRequestDto.md b/docs/interfaces/generated_client.IgnoreWaitRequestDto.md
index 24e1c4207..3df5cf2c9 100644
--- a/docs/interfaces/generated_client.IgnoreWaitRequestDto.md
+++ b/docs/interfaces/generated_client.IgnoreWaitRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets a value indicating whether the client should be ignored.
#### Defined in
-[generated-client/models/ignore-wait-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ignore-wait-request-dto.ts#L28)
+[generated-client/models/ignore-wait-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ignore-wait-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.ImageApiDeleteItemImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiDeleteItemImageByIndexRequest.md
index a7b82dcd1..9ba4639c7 100644
--- a/docs/interfaces/generated_client.ImageApiDeleteItemImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiDeleteItemImageByIndexRequest.md
@@ -30,7 +30,7 @@ The image index.
#### Defined in
-[generated-client/api/image-api.ts:5843](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5843)
+[generated-client/api/image-api.ts:6034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6034)
___
@@ -44,7 +44,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:5836](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5836)
+[generated-client/api/image-api.ts:6027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6027)
___
@@ -58,4 +58,4 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:5829](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5829)
+[generated-client/api/image-api.ts:6020](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6020)
diff --git a/docs/interfaces/generated_client.ImageApiDeleteItemImageRequest.md b/docs/interfaces/generated_client.ImageApiDeleteItemImageRequest.md
index 37e016b9a..553e82d32 100644
--- a/docs/interfaces/generated_client.ImageApiDeleteItemImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiDeleteItemImageRequest.md
@@ -30,7 +30,7 @@ The image index.
#### Defined in
-[generated-client/api/image-api.ts:5815](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5815)
+[generated-client/api/image-api.ts:6006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6006)
___
@@ -44,7 +44,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:5808](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5808)
+[generated-client/api/image-api.ts:5999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L5999)
___
@@ -58,4 +58,4 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:5801](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5801)
+[generated-client/api/image-api.ts:5992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L5992)
diff --git a/docs/interfaces/generated_client.ImageApiDeleteUserImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiDeleteUserImageByIndexRequest.md
index e54ad891e..736ff8f3e 100644
--- a/docs/interfaces/generated_client.ImageApiDeleteUserImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiDeleteUserImageByIndexRequest.md
@@ -30,7 +30,7 @@ Request parameters for deleteUserImageByIndex operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:5892](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5892)
+[generated-client/api/image-api.ts:6083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6083)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:5899](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5899)
+[generated-client/api/image-api.ts:6090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6090)
___
@@ -58,4 +58,4 @@ User Id.
#### Defined in
-[generated-client/api/image-api.ts:5885](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5885)
+[generated-client/api/image-api.ts:6076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6076)
diff --git a/docs/interfaces/generated_client.ImageApiDeleteUserImageRequest.md b/docs/interfaces/generated_client.ImageApiDeleteUserImageRequest.md
index ca457df61..747240543 100644
--- a/docs/interfaces/generated_client.ImageApiDeleteUserImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiDeleteUserImageRequest.md
@@ -30,7 +30,7 @@ Request parameters for deleteUserImage operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:5864](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5864)
+[generated-client/api/image-api.ts:6055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6055)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:5871](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5871)
+[generated-client/api/image-api.ts:6062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6062)
___
@@ -58,4 +58,4 @@ User Id.
#### Defined in
-[generated-client/api/image-api.ts:5857](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5857)
+[generated-client/api/image-api.ts:6048](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6048)
diff --git a/docs/interfaces/generated_client.ImageApiGetArtistImageRequest.md b/docs/interfaces/generated_client.ImageApiGetArtistImageRequest.md
index 48eee6534..b57bb0868 100644
--- a/docs/interfaces/generated_client.ImageApiGetArtistImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetArtistImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6018](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6018)
+[generated-client/api/image-api.ts:6209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6209)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6032](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6032)
+[generated-client/api/image-api.ts:6223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6223)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6025](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6025)
+[generated-client/api/image-api.ts:6216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6216)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6011](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6011)
+[generated-client/api/image-api.ts:6202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6202)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6004](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6004)
+[generated-client/api/image-api.ts:6195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6195)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:5997](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5997)
+[generated-client/api/image-api.ts:6188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6188)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6039](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6039)
+[generated-client/api/image-api.ts:6230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6230)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:5941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5941)
+[generated-client/api/image-api.ts:6132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6132)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:5983](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5983)
+[generated-client/api/image-api.ts:6174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6174)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:5927](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5927)
+[generated-client/api/image-api.ts:6118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6118)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:5920](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5920)
+[generated-client/api/image-api.ts:6111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6111)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:5955](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5955)
+[generated-client/api/image-api.ts:6146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6146)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:5948](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5948)
+[generated-client/api/image-api.ts:6139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6139)
___
@@ -228,7 +228,7 @@ Artist name.
#### Defined in
-[generated-client/api/image-api.ts:5913](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5913)
+[generated-client/api/image-api.ts:6104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6104)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:5962](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5962)
+[generated-client/api/image-api.ts:6153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6153)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:5990](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5990)
+[generated-client/api/image-api.ts:6181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6181)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:5934](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5934)
+[generated-client/api/image-api.ts:6125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6125)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:5969](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5969)
+[generated-client/api/image-api.ts:6160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6160)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:5976](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L5976)
+[generated-client/api/image-api.ts:6167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6167)
diff --git a/docs/interfaces/generated_client.ImageApiGetGenreImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetGenreImageByIndexRequest.md
index 633f27d65..b204bcb1b 100644
--- a/docs/interfaces/generated_client.ImageApiGetGenreImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetGenreImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6298)
+[generated-client/api/image-api.ts:6489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6489)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6312)
+[generated-client/api/image-api.ts:6503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6503)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6305](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6305)
+[generated-client/api/image-api.ts:6496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6496)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6291)
+[generated-client/api/image-api.ts:6482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6482)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6284)
+[generated-client/api/image-api.ts:6475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6475)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6277](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6277)
+[generated-client/api/image-api.ts:6468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6468)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6319)
+[generated-client/api/image-api.ts:6510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6510)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:6221](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6221)
+[generated-client/api/image-api.ts:6412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6412)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6263](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6263)
+[generated-client/api/image-api.ts:6454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6454)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6207](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6207)
+[generated-client/api/image-api.ts:6398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6398)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6200)
+[generated-client/api/image-api.ts:6391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6391)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6235)
+[generated-client/api/image-api.ts:6426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6426)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6228)
+[generated-client/api/image-api.ts:6419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6419)
___
@@ -228,7 +228,7 @@ Genre name.
#### Defined in
-[generated-client/api/image-api.ts:6193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6193)
+[generated-client/api/image-api.ts:6384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6384)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6242](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6242)
+[generated-client/api/image-api.ts:6433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6433)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6270)
+[generated-client/api/image-api.ts:6461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6461)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6214)
+[generated-client/api/image-api.ts:6405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6405)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6249)
+[generated-client/api/image-api.ts:6440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6440)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6256)
+[generated-client/api/image-api.ts:6447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6447)
diff --git a/docs/interfaces/generated_client.ImageApiGetGenreImageRequest.md b/docs/interfaces/generated_client.ImageApiGetGenreImageRequest.md
index 13ea48eac..ad9311de9 100644
--- a/docs/interfaces/generated_client.ImageApiGetGenreImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetGenreImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6151)
+[generated-client/api/image-api.ts:6342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6342)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6165)
+[generated-client/api/image-api.ts:6356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6356)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6158](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6158)
+[generated-client/api/image-api.ts:6349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6349)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6144)
+[generated-client/api/image-api.ts:6335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6335)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6137](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6137)
+[generated-client/api/image-api.ts:6328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6328)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6130)
+[generated-client/api/image-api.ts:6321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6321)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6172)
+[generated-client/api/image-api.ts:6363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6363)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:6074](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6074)
+[generated-client/api/image-api.ts:6265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6265)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6116)
+[generated-client/api/image-api.ts:6307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6307)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6179](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6179)
+[generated-client/api/image-api.ts:6370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6370)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6060](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6060)
+[generated-client/api/image-api.ts:6251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6251)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6088](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6088)
+[generated-client/api/image-api.ts:6279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6279)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6081](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6081)
+[generated-client/api/image-api.ts:6272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6272)
___
@@ -228,7 +228,7 @@ Genre name.
#### Defined in
-[generated-client/api/image-api.ts:6053](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6053)
+[generated-client/api/image-api.ts:6244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6244)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6095](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6095)
+[generated-client/api/image-api.ts:6286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6286)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6123)
+[generated-client/api/image-api.ts:6314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6314)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6067](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6067)
+[generated-client/api/image-api.ts:6258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6258)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6102)
+[generated-client/api/image-api.ts:6293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6293)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6109)
+[generated-client/api/image-api.ts:6300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6300)
diff --git a/docs/interfaces/generated_client.ImageApiGetItemImage2Request.md b/docs/interfaces/generated_client.ImageApiGetItemImage2Request.md
index 2f8658f7d..dc77770b5 100644
--- a/docs/interfaces/generated_client.ImageApiGetItemImage2Request.md
+++ b/docs/interfaces/generated_client.ImageApiGetItemImage2Request.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6578)
+[generated-client/api/image-api.ts:6769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6769)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6592)
+[generated-client/api/image-api.ts:6783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6783)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6585)
+[generated-client/api/image-api.ts:6776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6776)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6571)
+[generated-client/api/image-api.ts:6762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6762)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6564)
+[generated-client/api/image-api.ts:6755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6755)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6557)
+[generated-client/api/image-api.ts:6748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6748)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6599)
+[generated-client/api/image-api.ts:6790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6790)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:6508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6508)
+[generated-client/api/image-api.ts:6699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6699)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6543)
+[generated-client/api/image-api.ts:6734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6734)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6529)
+[generated-client/api/image-api.ts:6720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6720)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6480)
+[generated-client/api/image-api.ts:6671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6671)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:6473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6473)
+[generated-client/api/image-api.ts:6664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6664)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6494)
+[generated-client/api/image-api.ts:6685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6685)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6487)
+[generated-client/api/image-api.ts:6678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6678)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6515)
+[generated-client/api/image-api.ts:6706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6706)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6550)
+[generated-client/api/image-api.ts:6741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6741)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6501)
+[generated-client/api/image-api.ts:6692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6692)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6522)
+[generated-client/api/image-api.ts:6713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6713)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6536)
+[generated-client/api/image-api.ts:6727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6727)
diff --git a/docs/interfaces/generated_client.ImageApiGetItemImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetItemImageByIndexRequest.md
index 32be971e4..449864137 100644
--- a/docs/interfaces/generated_client.ImageApiGetItemImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetItemImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6704)
+[generated-client/api/image-api.ts:6895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6895)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6732)
+[generated-client/api/image-api.ts:6923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6923)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6725)
+[generated-client/api/image-api.ts:6916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6916)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6690)
+[generated-client/api/image-api.ts:6881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6881)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6676](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6676)
+[generated-client/api/image-api.ts:6867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6867)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6669)
+[generated-client/api/image-api.ts:6860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6860)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6739)
+[generated-client/api/image-api.ts:6930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6930)
___
@@ -144,7 +144,7 @@ Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
#### Defined in
-[generated-client/api/image-api.ts:6697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6697)
+[generated-client/api/image-api.ts:6888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6888)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6655)
+[generated-client/api/image-api.ts:6846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6846)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6627)
+[generated-client/api/image-api.ts:6818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6818)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6620)
+[generated-client/api/image-api.ts:6811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6811)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:6613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6613)
+[generated-client/api/image-api.ts:6804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6804)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6641)
+[generated-client/api/image-api.ts:6832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6832)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6634)
+[generated-client/api/image-api.ts:6825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6825)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6711)
+[generated-client/api/image-api.ts:6902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6902)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6662)
+[generated-client/api/image-api.ts:6853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6853)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6683)
+[generated-client/api/image-api.ts:6874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6874)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6718)
+[generated-client/api/image-api.ts:6909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6909)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6648)
+[generated-client/api/image-api.ts:6839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6839)
diff --git a/docs/interfaces/generated_client.ImageApiGetItemImageInfosRequest.md b/docs/interfaces/generated_client.ImageApiGetItemImageInfosRequest.md
index 20fdc2d26..1a8f0a8ea 100644
--- a/docs/interfaces/generated_client.ImageApiGetItemImageInfosRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetItemImageInfosRequest.md
@@ -28,4 +28,4 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:6753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6753)
+[generated-client/api/image-api.ts:6944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6944)
diff --git a/docs/interfaces/generated_client.ImageApiGetItemImageRequest.md b/docs/interfaces/generated_client.ImageApiGetItemImageRequest.md
index f06c84165..5ee072807 100644
--- a/docs/interfaces/generated_client.ImageApiGetItemImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetItemImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6417)
+[generated-client/api/image-api.ts:6608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6608)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6445)
+[generated-client/api/image-api.ts:6636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6636)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6438)
+[generated-client/api/image-api.ts:6629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6629)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6403)
+[generated-client/api/image-api.ts:6594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6594)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6389)
+[generated-client/api/image-api.ts:6580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6580)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6382)
+[generated-client/api/image-api.ts:6573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6573)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6452](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6452)
+[generated-client/api/image-api.ts:6643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6643)
___
@@ -144,7 +144,7 @@ Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
#### Defined in
-[generated-client/api/image-api.ts:6410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6410)
+[generated-client/api/image-api.ts:6601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6601)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6368](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6368)
+[generated-client/api/image-api.ts:6559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6559)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6459)
+[generated-client/api/image-api.ts:6650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6650)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6340)
+[generated-client/api/image-api.ts:6531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6531)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:6333](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6333)
+[generated-client/api/image-api.ts:6524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6524)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6354)
+[generated-client/api/image-api.ts:6545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6545)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6347](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6347)
+[generated-client/api/image-api.ts:6538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6538)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6424)
+[generated-client/api/image-api.ts:6615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6615)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6375)
+[generated-client/api/image-api.ts:6566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6566)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6396)
+[generated-client/api/image-api.ts:6587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6587)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6431)
+[generated-client/api/image-api.ts:6622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6622)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6361](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6361)
+[generated-client/api/image-api.ts:6552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6552)
diff --git a/docs/interfaces/generated_client.ImageApiGetMusicGenreImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetMusicGenreImageByIndexRequest.md
index 3c5696a8d..9fc4770a5 100644
--- a/docs/interfaces/generated_client.ImageApiGetMusicGenreImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetMusicGenreImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7012](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7012)
+[generated-client/api/image-api.ts:7203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7203)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7026](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7026)
+[generated-client/api/image-api.ts:7217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7217)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7019)
+[generated-client/api/image-api.ts:7210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7210)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7005](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7005)
+[generated-client/api/image-api.ts:7196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7196)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6998](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6998)
+[generated-client/api/image-api.ts:7189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7189)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6991](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6991)
+[generated-client/api/image-api.ts:7182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7182)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7033)
+[generated-client/api/image-api.ts:7224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7224)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:6935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6935)
+[generated-client/api/image-api.ts:7126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7126)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6977)
+[generated-client/api/image-api.ts:7168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7168)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6921)
+[generated-client/api/image-api.ts:7112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7112)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6914)
+[generated-client/api/image-api.ts:7105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7105)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6949](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6949)
+[generated-client/api/image-api.ts:7140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7140)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6942)
+[generated-client/api/image-api.ts:7133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7133)
___
@@ -228,7 +228,7 @@ Music genre name.
#### Defined in
-[generated-client/api/image-api.ts:6907](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6907)
+[generated-client/api/image-api.ts:7098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7098)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6956](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6956)
+[generated-client/api/image-api.ts:7147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7147)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6984](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6984)
+[generated-client/api/image-api.ts:7175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7175)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6928)
+[generated-client/api/image-api.ts:7119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7119)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6963](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6963)
+[generated-client/api/image-api.ts:7154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7154)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6970](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6970)
+[generated-client/api/image-api.ts:7161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7161)
diff --git a/docs/interfaces/generated_client.ImageApiGetMusicGenreImageRequest.md b/docs/interfaces/generated_client.ImageApiGetMusicGenreImageRequest.md
index e035851a1..fb3c11f1a 100644
--- a/docs/interfaces/generated_client.ImageApiGetMusicGenreImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetMusicGenreImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:6865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6865)
+[generated-client/api/image-api.ts:7056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7056)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:6879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6879)
+[generated-client/api/image-api.ts:7070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7070)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:6872](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6872)
+[generated-client/api/image-api.ts:7063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7063)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:6858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6858)
+[generated-client/api/image-api.ts:7049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7049)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6851)
+[generated-client/api/image-api.ts:7042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7042)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:6844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6844)
+[generated-client/api/image-api.ts:7035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7035)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:6886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6886)
+[generated-client/api/image-api.ts:7077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7077)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:6788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6788)
+[generated-client/api/image-api.ts:6979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6979)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6830)
+[generated-client/api/image-api.ts:7021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7021)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:6893](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6893)
+[generated-client/api/image-api.ts:7084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7084)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:6774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6774)
+[generated-client/api/image-api.ts:6965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6965)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:6802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6802)
+[generated-client/api/image-api.ts:6993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6993)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6795)
+[generated-client/api/image-api.ts:6986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6986)
___
@@ -228,7 +228,7 @@ Music genre name.
#### Defined in
-[generated-client/api/image-api.ts:6767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6767)
+[generated-client/api/image-api.ts:6958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6958)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:6809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6809)
+[generated-client/api/image-api.ts:7000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7000)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:6837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6837)
+[generated-client/api/image-api.ts:7028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7028)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:6781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6781)
+[generated-client/api/image-api.ts:6972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L6972)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:6816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6816)
+[generated-client/api/image-api.ts:7007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7007)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:6823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L6823)
+[generated-client/api/image-api.ts:7014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7014)
diff --git a/docs/interfaces/generated_client.ImageApiGetPersonImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetPersonImageByIndexRequest.md
index f61cbc016..ec06942cc 100644
--- a/docs/interfaces/generated_client.ImageApiGetPersonImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetPersonImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7292)
+[generated-client/api/image-api.ts:7483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7483)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7306)
+[generated-client/api/image-api.ts:7497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7497)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7299)
+[generated-client/api/image-api.ts:7490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7490)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7285)
+[generated-client/api/image-api.ts:7476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7476)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7278)
+[generated-client/api/image-api.ts:7469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7469)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7271)
+[generated-client/api/image-api.ts:7462](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7462)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7313)
+[generated-client/api/image-api.ts:7504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7504)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7215)
+[generated-client/api/image-api.ts:7406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7406)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7257)
+[generated-client/api/image-api.ts:7448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7448)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7201)
+[generated-client/api/image-api.ts:7392](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7392)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7194)
+[generated-client/api/image-api.ts:7385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7385)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7229)
+[generated-client/api/image-api.ts:7420](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7420)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7222)
+[generated-client/api/image-api.ts:7413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7413)
___
@@ -228,7 +228,7 @@ Person name.
#### Defined in
-[generated-client/api/image-api.ts:7187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7187)
+[generated-client/api/image-api.ts:7378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7378)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7236)
+[generated-client/api/image-api.ts:7427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7427)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7264)
+[generated-client/api/image-api.ts:7455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7455)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7208)
+[generated-client/api/image-api.ts:7399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7399)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7243)
+[generated-client/api/image-api.ts:7434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7434)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7250)
+[generated-client/api/image-api.ts:7441](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7441)
diff --git a/docs/interfaces/generated_client.ImageApiGetPersonImageRequest.md b/docs/interfaces/generated_client.ImageApiGetPersonImageRequest.md
index 0a19c5e7f..bc55e793b 100644
--- a/docs/interfaces/generated_client.ImageApiGetPersonImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetPersonImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7145)
+[generated-client/api/image-api.ts:7336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7336)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7159](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7159)
+[generated-client/api/image-api.ts:7350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7350)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7152](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7152)
+[generated-client/api/image-api.ts:7343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7343)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7138)
+[generated-client/api/image-api.ts:7329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7329)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7131)
+[generated-client/api/image-api.ts:7322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7322)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7124)
+[generated-client/api/image-api.ts:7315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7315)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7166)
+[generated-client/api/image-api.ts:7357](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7357)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7068](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7068)
+[generated-client/api/image-api.ts:7259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7259)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7110)
+[generated-client/api/image-api.ts:7301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7301)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7173](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7173)
+[generated-client/api/image-api.ts:7364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7364)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7054](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7054)
+[generated-client/api/image-api.ts:7245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7245)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7082](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7082)
+[generated-client/api/image-api.ts:7273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7273)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7075](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7075)
+[generated-client/api/image-api.ts:7266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7266)
___
@@ -228,7 +228,7 @@ Person name.
#### Defined in
-[generated-client/api/image-api.ts:7047](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7047)
+[generated-client/api/image-api.ts:7238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7238)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7089](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7089)
+[generated-client/api/image-api.ts:7280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7280)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7117)
+[generated-client/api/image-api.ts:7308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7308)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7061](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7061)
+[generated-client/api/image-api.ts:7252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7252)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7096](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7096)
+[generated-client/api/image-api.ts:7287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7287)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7103)
+[generated-client/api/image-api.ts:7294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7294)
diff --git a/docs/interfaces/generated_client.ImageApiGetSplashscreenRequest.md b/docs/interfaces/generated_client.ImageApiGetSplashscreenRequest.md
new file mode 100644
index 000000000..2d349d328
--- /dev/null
+++ b/docs/interfaces/generated_client.ImageApiGetSplashscreenRequest.md
@@ -0,0 +1,196 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ImageApiGetSplashscreenRequest
+
+# Interface: ImageApiGetSplashscreenRequest
+
+[generated-client](../modules/generated_client.md).ImageApiGetSplashscreenRequest
+
+Request parameters for getSplashscreen operation in ImageApi.
+
+**`export`**
+
+**`interface`** ImageApiGetSplashscreenRequest
+
+## Table of contents
+
+### Properties
+
+- [backgroundColor](generated_client.ImageApiGetSplashscreenRequest.md#backgroundcolor)
+- [blur](generated_client.ImageApiGetSplashscreenRequest.md#blur)
+- [fillHeight](generated_client.ImageApiGetSplashscreenRequest.md#fillheight)
+- [fillWidth](generated_client.ImageApiGetSplashscreenRequest.md#fillwidth)
+- [foregroundLayer](generated_client.ImageApiGetSplashscreenRequest.md#foregroundlayer)
+- [format](generated_client.ImageApiGetSplashscreenRequest.md#format)
+- [height](generated_client.ImageApiGetSplashscreenRequest.md#height)
+- [maxHeight](generated_client.ImageApiGetSplashscreenRequest.md#maxheight)
+- [maxWidth](generated_client.ImageApiGetSplashscreenRequest.md#maxwidth)
+- [quality](generated_client.ImageApiGetSplashscreenRequest.md#quality)
+- [tag](generated_client.ImageApiGetSplashscreenRequest.md#tag)
+- [width](generated_client.ImageApiGetSplashscreenRequest.md#width)
+
+## Properties
+
+### backgroundColor
+
+• `Optional` `Readonly` **backgroundColor**: `string`
+
+Apply a background color for transparent images.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7581)
+
+___
+
+### blur
+
+• `Optional` `Readonly` **blur**: `number`
+
+Blur image.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7574](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7574)
+
+___
+
+### fillHeight
+
+• `Optional` `Readonly` **fillHeight**: `number`
+
+Height of box to fill.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7567)
+
+___
+
+### fillWidth
+
+• `Optional` `Readonly` **fillWidth**: `number`
+
+Width of box to fill.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7560](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7560)
+
+___
+
+### foregroundLayer
+
+• `Optional` `Readonly` **foregroundLayer**: `string`
+
+Apply a foreground layer on top of the image.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7588)
+
+___
+
+### format
+
+• `Optional` `Readonly` **format**: [`ImageFormat`](../enums/generated_client.ImageFormat.md)
+
+Determines the output format of the image - original,gif,jpg,png.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7525)
+
+___
+
+### height
+
+• `Optional` `Readonly` **height**: `number`
+
+The fixed image height to return.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7553)
+
+___
+
+### maxHeight
+
+• `Optional` `Readonly` **maxHeight**: `number`
+
+The maximum image height to return.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7539](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7539)
+
+___
+
+### maxWidth
+
+• `Optional` `Readonly` **maxWidth**: `number`
+
+The maximum image width to return.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7532)
+
+___
+
+### quality
+
+• `Optional` `Readonly` **quality**: `number`
+
+Quality setting, from 0-100.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7595)
+
+___
+
+### tag
+
+• `Optional` `Readonly` **tag**: `string`
+
+Supply the cache tag from the item object to receive strong caching headers.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7518)
+
+___
+
+### width
+
+• `Optional` `Readonly` **width**: `number`
+
+The fixed image width to return.
+
+**`memberof`** ImageApiGetSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:7546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7546)
diff --git a/docs/interfaces/generated_client.ImageApiGetStudioImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetStudioImageByIndexRequest.md
index 434e22e80..60a180dd0 100644
--- a/docs/interfaces/generated_client.ImageApiGetStudioImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetStudioImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7572](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7572)
+[generated-client/api/image-api.ts:7854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7854)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7586](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7586)
+[generated-client/api/image-api.ts:7868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7868)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7579](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7579)
+[generated-client/api/image-api.ts:7861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7861)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7565)
+[generated-client/api/image-api.ts:7847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7847)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7558](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7558)
+[generated-client/api/image-api.ts:7840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7840)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7551](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7551)
+[generated-client/api/image-api.ts:7833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7833)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7593)
+[generated-client/api/image-api.ts:7875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7875)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7495](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7495)
+[generated-client/api/image-api.ts:7777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7777)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7537](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7537)
+[generated-client/api/image-api.ts:7819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7819)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7481)
+[generated-client/api/image-api.ts:7763](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7763)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7474)
+[generated-client/api/image-api.ts:7756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7756)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7509](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7509)
+[generated-client/api/image-api.ts:7791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7791)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7502](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7502)
+[generated-client/api/image-api.ts:7784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7784)
___
@@ -228,7 +228,7 @@ Studio name.
#### Defined in
-[generated-client/api/image-api.ts:7467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7467)
+[generated-client/api/image-api.ts:7749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7749)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7516)
+[generated-client/api/image-api.ts:7798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7798)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7544)
+[generated-client/api/image-api.ts:7826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7826)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7488)
+[generated-client/api/image-api.ts:7770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7770)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7523)
+[generated-client/api/image-api.ts:7805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7805)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7530)
+[generated-client/api/image-api.ts:7812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7812)
diff --git a/docs/interfaces/generated_client.ImageApiGetStudioImageRequest.md b/docs/interfaces/generated_client.ImageApiGetStudioImageRequest.md
index c8e37b624..417a090b0 100644
--- a/docs/interfaces/generated_client.ImageApiGetStudioImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetStudioImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7425)
+[generated-client/api/image-api.ts:7707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7707)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7439)
+[generated-client/api/image-api.ts:7721](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7721)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7432](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7432)
+[generated-client/api/image-api.ts:7714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7714)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7418)
+[generated-client/api/image-api.ts:7700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7700)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7411)
+[generated-client/api/image-api.ts:7693](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7693)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7404)
+[generated-client/api/image-api.ts:7686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7686)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7446](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7446)
+[generated-client/api/image-api.ts:7728](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7728)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7348)
+[generated-client/api/image-api.ts:7630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7630)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7390)
+[generated-client/api/image-api.ts:7672](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7672)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7453)
+[generated-client/api/image-api.ts:7735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7735)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7334)
+[generated-client/api/image-api.ts:7616](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7616)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7362)
+[generated-client/api/image-api.ts:7644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7644)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7355)
+[generated-client/api/image-api.ts:7637](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7637)
___
@@ -228,7 +228,7 @@ Studio name.
#### Defined in
-[generated-client/api/image-api.ts:7327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7327)
+[generated-client/api/image-api.ts:7609](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7609)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7369)
+[generated-client/api/image-api.ts:7651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7651)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7397)
+[generated-client/api/image-api.ts:7679](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7679)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7341)
+[generated-client/api/image-api.ts:7623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7623)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7376)
+[generated-client/api/image-api.ts:7658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7658)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7383](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7383)
+[generated-client/api/image-api.ts:7665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7665)
diff --git a/docs/interfaces/generated_client.ImageApiGetUserImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiGetUserImageByIndexRequest.md
index ae07a16f2..1e760ae68 100644
--- a/docs/interfaces/generated_client.ImageApiGetUserImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetUserImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7852](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7852)
+[generated-client/api/image-api.ts:8134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8134)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7866](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7866)
+[generated-client/api/image-api.ts:8148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8148)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7859)
+[generated-client/api/image-api.ts:8141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8141)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7845](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7845)
+[generated-client/api/image-api.ts:8127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8127)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7838](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7838)
+[generated-client/api/image-api.ts:8120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8120)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7831](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7831)
+[generated-client/api/image-api.ts:8113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8113)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7873](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7873)
+[generated-client/api/image-api.ts:8155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8155)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7775](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7775)
+[generated-client/api/image-api.ts:8057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8057)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7817](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7817)
+[generated-client/api/image-api.ts:8099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8099)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7761](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7761)
+[generated-client/api/image-api.ts:8043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8043)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7754](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7754)
+[generated-client/api/image-api.ts:8036](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8036)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7789](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7789)
+[generated-client/api/image-api.ts:8071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8071)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7782](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7782)
+[generated-client/api/image-api.ts:8064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8064)
___
@@ -228,7 +228,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7796)
+[generated-client/api/image-api.ts:8078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8078)
___
@@ -242,7 +242,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7824](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7824)
+[generated-client/api/image-api.ts:8106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8106)
___
@@ -256,7 +256,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7768](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7768)
+[generated-client/api/image-api.ts:8050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8050)
___
@@ -270,7 +270,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7803](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7803)
+[generated-client/api/image-api.ts:8085](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8085)
___
@@ -284,7 +284,7 @@ User id.
#### Defined in
-[generated-client/api/image-api.ts:7747](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7747)
+[generated-client/api/image-api.ts:8029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8029)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7810](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7810)
+[generated-client/api/image-api.ts:8092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8092)
diff --git a/docs/interfaces/generated_client.ImageApiGetUserImageRequest.md b/docs/interfaces/generated_client.ImageApiGetUserImageRequest.md
index 5ce8b9ae1..f07f0883c 100644
--- a/docs/interfaces/generated_client.ImageApiGetUserImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiGetUserImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7705](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7705)
+[generated-client/api/image-api.ts:7987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7987)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:7719](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7719)
+[generated-client/api/image-api.ts:8001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8001)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7712](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7712)
+[generated-client/api/image-api.ts:7994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7994)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7698)
+[generated-client/api/image-api.ts:7980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7980)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7691](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7691)
+[generated-client/api/image-api.ts:7973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7973)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7684](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7684)
+[generated-client/api/image-api.ts:7966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7966)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:7726](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7726)
+[generated-client/api/image-api.ts:8008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8008)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7628](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7628)
+[generated-client/api/image-api.ts:7910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7910)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7670](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7670)
+[generated-client/api/image-api.ts:7952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7952)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7733](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7733)
+[generated-client/api/image-api.ts:8015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8015)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7614](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7614)
+[generated-client/api/image-api.ts:7896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7896)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7642](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7642)
+[generated-client/api/image-api.ts:7924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7924)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7635)
+[generated-client/api/image-api.ts:7917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7917)
___
@@ -228,7 +228,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7649](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7649)
+[generated-client/api/image-api.ts:7931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7931)
___
@@ -242,7 +242,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7677)
+[generated-client/api/image-api.ts:7959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7959)
___
@@ -256,7 +256,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7621](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7621)
+[generated-client/api/image-api.ts:7903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7903)
___
@@ -270,7 +270,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7656](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7656)
+[generated-client/api/image-api.ts:7938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7938)
___
@@ -284,7 +284,7 @@ User id.
#### Defined in
-[generated-client/api/image-api.ts:7607](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7607)
+[generated-client/api/image-api.ts:7889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7889)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7663](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7663)
+[generated-client/api/image-api.ts:7945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L7945)
diff --git a/docs/interfaces/generated_client.ImageApiHeadArtistImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadArtistImageRequest.md
index 9a49121c5..14772a512 100644
--- a/docs/interfaces/generated_client.ImageApiHeadArtistImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadArtistImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:7992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7992)
+[generated-client/api/image-api.ts:8274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8274)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8006)
+[generated-client/api/image-api.ts:8288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8288)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:7999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7999)
+[generated-client/api/image-api.ts:8281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8281)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:7985](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7985)
+[generated-client/api/image-api.ts:8267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8267)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7978)
+[generated-client/api/image-api.ts:8260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8260)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:7971](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7971)
+[generated-client/api/image-api.ts:8253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8253)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8013)
+[generated-client/api/image-api.ts:8295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8295)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:7915](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7915)
+[generated-client/api/image-api.ts:8197](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8197)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7957](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7957)
+[generated-client/api/image-api.ts:8239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8239)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:7901](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7901)
+[generated-client/api/image-api.ts:8183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8183)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:7894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7894)
+[generated-client/api/image-api.ts:8176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8176)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:7929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7929)
+[generated-client/api/image-api.ts:8211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8211)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7922](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7922)
+[generated-client/api/image-api.ts:8204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8204)
___
@@ -228,7 +228,7 @@ Artist name.
#### Defined in
-[generated-client/api/image-api.ts:7887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7887)
+[generated-client/api/image-api.ts:8169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8169)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:7936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7936)
+[generated-client/api/image-api.ts:8218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8218)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:7964](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7964)
+[generated-client/api/image-api.ts:8246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8246)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:7908](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7908)
+[generated-client/api/image-api.ts:8190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8190)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:7943](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7943)
+[generated-client/api/image-api.ts:8225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8225)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:7950](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L7950)
+[generated-client/api/image-api.ts:8232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8232)
diff --git a/docs/interfaces/generated_client.ImageApiHeadGenreImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadGenreImageByIndexRequest.md
index ab913a1bd..29d314da1 100644
--- a/docs/interfaces/generated_client.ImageApiHeadGenreImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadGenreImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8272)
+[generated-client/api/image-api.ts:8554](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8554)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8286)
+[generated-client/api/image-api.ts:8568](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8568)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8279)
+[generated-client/api/image-api.ts:8561](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8561)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8265)
+[generated-client/api/image-api.ts:8547](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8547)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8258)
+[generated-client/api/image-api.ts:8540](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8540)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8251)
+[generated-client/api/image-api.ts:8533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8533)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8293)
+[generated-client/api/image-api.ts:8575](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8575)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:8195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8195)
+[generated-client/api/image-api.ts:8477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8477)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8237)
+[generated-client/api/image-api.ts:8519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8519)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8181)
+[generated-client/api/image-api.ts:8463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8463)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8174)
+[generated-client/api/image-api.ts:8456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8456)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8209)
+[generated-client/api/image-api.ts:8491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8491)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8202)
+[generated-client/api/image-api.ts:8484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8484)
___
@@ -228,7 +228,7 @@ Genre name.
#### Defined in
-[generated-client/api/image-api.ts:8167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8167)
+[generated-client/api/image-api.ts:8449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8449)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8216)
+[generated-client/api/image-api.ts:8498](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8498)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8244)
+[generated-client/api/image-api.ts:8526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8526)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8188)
+[generated-client/api/image-api.ts:8470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8470)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8223)
+[generated-client/api/image-api.ts:8505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8505)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8230)
+[generated-client/api/image-api.ts:8512](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8512)
diff --git a/docs/interfaces/generated_client.ImageApiHeadGenreImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadGenreImageRequest.md
index 0e2f88eac..1df9f8cd6 100644
--- a/docs/interfaces/generated_client.ImageApiHeadGenreImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadGenreImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8125)
+[generated-client/api/image-api.ts:8407](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8407)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8139)
+[generated-client/api/image-api.ts:8421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8421)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8132)
+[generated-client/api/image-api.ts:8414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8414)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8118)
+[generated-client/api/image-api.ts:8400](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8400)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8111)
+[generated-client/api/image-api.ts:8393](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8393)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8104)
+[generated-client/api/image-api.ts:8386](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8386)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8146)
+[generated-client/api/image-api.ts:8428](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8428)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:8048](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8048)
+[generated-client/api/image-api.ts:8330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8330)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8090)
+[generated-client/api/image-api.ts:8372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8372)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8153)
+[generated-client/api/image-api.ts:8435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8435)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8034)
+[generated-client/api/image-api.ts:8316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8316)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8062)
+[generated-client/api/image-api.ts:8344](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8344)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8055)
+[generated-client/api/image-api.ts:8337](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8337)
___
@@ -228,7 +228,7 @@ Genre name.
#### Defined in
-[generated-client/api/image-api.ts:8027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8027)
+[generated-client/api/image-api.ts:8309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8309)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8069)
+[generated-client/api/image-api.ts:8351](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8351)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8097)
+[generated-client/api/image-api.ts:8379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8379)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8041)
+[generated-client/api/image-api.ts:8323](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8323)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8076)
+[generated-client/api/image-api.ts:8358](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8358)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8083)
+[generated-client/api/image-api.ts:8365](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8365)
diff --git a/docs/interfaces/generated_client.ImageApiHeadItemImage2Request.md b/docs/interfaces/generated_client.ImageApiHeadItemImage2Request.md
index 1cea045b4..b90d733a6 100644
--- a/docs/interfaces/generated_client.ImageApiHeadItemImage2Request.md
+++ b/docs/interfaces/generated_client.ImageApiHeadItemImage2Request.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8552)
+[generated-client/api/image-api.ts:8834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8834)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8566)
+[generated-client/api/image-api.ts:8848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8848)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8559)
+[generated-client/api/image-api.ts:8841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8841)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8545)
+[generated-client/api/image-api.ts:8827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8827)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8538)
+[generated-client/api/image-api.ts:8820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8820)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8531)
+[generated-client/api/image-api.ts:8813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8813)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8573)
+[generated-client/api/image-api.ts:8855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8855)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:8482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8482)
+[generated-client/api/image-api.ts:8764](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8764)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8517)
+[generated-client/api/image-api.ts:8799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8799)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8503)
+[generated-client/api/image-api.ts:8785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8785)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8454)
+[generated-client/api/image-api.ts:8736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8736)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:8447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8447)
+[generated-client/api/image-api.ts:8729](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8729)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8468)
+[generated-client/api/image-api.ts:8750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8750)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8461)
+[generated-client/api/image-api.ts:8743](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8743)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8489)
+[generated-client/api/image-api.ts:8771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8771)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8524)
+[generated-client/api/image-api.ts:8806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8806)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8475)
+[generated-client/api/image-api.ts:8757](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8757)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8496)
+[generated-client/api/image-api.ts:8778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8778)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8510)
+[generated-client/api/image-api.ts:8792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8792)
diff --git a/docs/interfaces/generated_client.ImageApiHeadItemImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadItemImageByIndexRequest.md
index 73ab058ea..7d4663c71 100644
--- a/docs/interfaces/generated_client.ImageApiHeadItemImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadItemImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8678)
+[generated-client/api/image-api.ts:8960](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8960)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8706)
+[generated-client/api/image-api.ts:8988](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8988)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8699)
+[generated-client/api/image-api.ts:8981](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8981)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8664)
+[generated-client/api/image-api.ts:8946](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8946)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8650)
+[generated-client/api/image-api.ts:8932](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8932)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8643)
+[generated-client/api/image-api.ts:8925](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8925)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8713)
+[generated-client/api/image-api.ts:8995](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8995)
___
@@ -144,7 +144,7 @@ Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
#### Defined in
-[generated-client/api/image-api.ts:8671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8671)
+[generated-client/api/image-api.ts:8953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8953)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8629)
+[generated-client/api/image-api.ts:8911](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8911)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8601)
+[generated-client/api/image-api.ts:8883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8883)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8594)
+[generated-client/api/image-api.ts:8876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8876)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:8587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8587)
+[generated-client/api/image-api.ts:8869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8869)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8615)
+[generated-client/api/image-api.ts:8897](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8897)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8608)
+[generated-client/api/image-api.ts:8890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8890)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8685)
+[generated-client/api/image-api.ts:8967](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8967)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8636)
+[generated-client/api/image-api.ts:8918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8918)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8657)
+[generated-client/api/image-api.ts:8939](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8939)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8692)
+[generated-client/api/image-api.ts:8974](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8974)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8622)
+[generated-client/api/image-api.ts:8904](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8904)
diff --git a/docs/interfaces/generated_client.ImageApiHeadItemImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadItemImageRequest.md
index 1b618870e..36848196f 100644
--- a/docs/interfaces/generated_client.ImageApiHeadItemImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadItemImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8391)
+[generated-client/api/image-api.ts:8673](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8673)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8419)
+[generated-client/api/image-api.ts:8701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8701)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8412)
+[generated-client/api/image-api.ts:8694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8694)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8377)
+[generated-client/api/image-api.ts:8659](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8659)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8363)
+[generated-client/api/image-api.ts:8645](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8645)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8356)
+[generated-client/api/image-api.ts:8638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8638)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8426)
+[generated-client/api/image-api.ts:8708](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8708)
___
@@ -144,7 +144,7 @@ Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
#### Defined in
-[generated-client/api/image-api.ts:8384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8384)
+[generated-client/api/image-api.ts:8666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8666)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8342)
+[generated-client/api/image-api.ts:8624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8624)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8433)
+[generated-client/api/image-api.ts:8715](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8715)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8314)
+[generated-client/api/image-api.ts:8596](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8596)
___
@@ -200,7 +200,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:8307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8307)
+[generated-client/api/image-api.ts:8589](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8589)
___
@@ -214,7 +214,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8328)
+[generated-client/api/image-api.ts:8610](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8610)
___
@@ -228,7 +228,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8321)
+[generated-client/api/image-api.ts:8603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8603)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8398)
+[generated-client/api/image-api.ts:8680](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8680)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8349)
+[generated-client/api/image-api.ts:8631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8631)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8370)
+[generated-client/api/image-api.ts:8652](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8652)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8405)
+[generated-client/api/image-api.ts:8687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8687)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8335)
+[generated-client/api/image-api.ts:8617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L8617)
diff --git a/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageByIndexRequest.md
index a0f4e7c82..03e943f72 100644
--- a/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8972)
+[generated-client/api/image-api.ts:9254](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9254)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8986)
+[generated-client/api/image-api.ts:9268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9268)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8979)
+[generated-client/api/image-api.ts:9261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9261)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8965)
+[generated-client/api/image-api.ts:9247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9247)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8958)
+[generated-client/api/image-api.ts:9240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9240)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8951)
+[generated-client/api/image-api.ts:9233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9233)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8993)
+[generated-client/api/image-api.ts:9275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9275)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:8895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8895)
+[generated-client/api/image-api.ts:9177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9177)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8937)
+[generated-client/api/image-api.ts:9219](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9219)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8881)
+[generated-client/api/image-api.ts:9163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9163)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8874)
+[generated-client/api/image-api.ts:9156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9156)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8909)
+[generated-client/api/image-api.ts:9191](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9191)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8902)
+[generated-client/api/image-api.ts:9184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9184)
___
@@ -228,7 +228,7 @@ Music genre name.
#### Defined in
-[generated-client/api/image-api.ts:8867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8867)
+[generated-client/api/image-api.ts:9149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9149)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8916)
+[generated-client/api/image-api.ts:9198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9198)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8944)
+[generated-client/api/image-api.ts:9226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9226)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8888)
+[generated-client/api/image-api.ts:9170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9170)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8923)
+[generated-client/api/image-api.ts:9205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9205)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8930)
+[generated-client/api/image-api.ts:9212](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9212)
diff --git a/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageRequest.md
index ee18e2ad5..68f001843 100644
--- a/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadMusicGenreImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:8825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8825)
+[generated-client/api/image-api.ts:9107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9107)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:8839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8839)
+[generated-client/api/image-api.ts:9121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9121)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:8832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8832)
+[generated-client/api/image-api.ts:9114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9114)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:8818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8818)
+[generated-client/api/image-api.ts:9100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9100)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8811)
+[generated-client/api/image-api.ts:9093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9093)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:8804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8804)
+[generated-client/api/image-api.ts:9086](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9086)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:8846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8846)
+[generated-client/api/image-api.ts:9128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9128)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:8748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8748)
+[generated-client/api/image-api.ts:9030](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9030)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8790)
+[generated-client/api/image-api.ts:9072](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9072)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:8853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8853)
+[generated-client/api/image-api.ts:9135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9135)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:8734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8734)
+[generated-client/api/image-api.ts:9016](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9016)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:8762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8762)
+[generated-client/api/image-api.ts:9044](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9044)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8755)
+[generated-client/api/image-api.ts:9037](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9037)
___
@@ -228,7 +228,7 @@ Music genre name.
#### Defined in
-[generated-client/api/image-api.ts:8727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8727)
+[generated-client/api/image-api.ts:9009](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9009)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:8769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8769)
+[generated-client/api/image-api.ts:9051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9051)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:8797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8797)
+[generated-client/api/image-api.ts:9079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9079)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:8741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8741)
+[generated-client/api/image-api.ts:9023](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9023)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:8776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8776)
+[generated-client/api/image-api.ts:9058](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9058)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:8783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L8783)
+[generated-client/api/image-api.ts:9065](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9065)
diff --git a/docs/interfaces/generated_client.ImageApiHeadPersonImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadPersonImageByIndexRequest.md
index 3ff815275..f96d33087 100644
--- a/docs/interfaces/generated_client.ImageApiHeadPersonImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadPersonImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9252)
+[generated-client/api/image-api.ts:9534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9534)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9266)
+[generated-client/api/image-api.ts:9548](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9548)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9259)
+[generated-client/api/image-api.ts:9541](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9541)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9245)
+[generated-client/api/image-api.ts:9527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9527)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9238)
+[generated-client/api/image-api.ts:9520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9520)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9231)
+[generated-client/api/image-api.ts:9513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9513)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9273)
+[generated-client/api/image-api.ts:9555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9555)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9175)
+[generated-client/api/image-api.ts:9457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9457)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9217)
+[generated-client/api/image-api.ts:9499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9499)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9161)
+[generated-client/api/image-api.ts:9443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9443)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9154)
+[generated-client/api/image-api.ts:9436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9436)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9189)
+[generated-client/api/image-api.ts:9471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9471)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9182)
+[generated-client/api/image-api.ts:9464](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9464)
___
@@ -228,7 +228,7 @@ Person name.
#### Defined in
-[generated-client/api/image-api.ts:9147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9147)
+[generated-client/api/image-api.ts:9429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9429)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9196)
+[generated-client/api/image-api.ts:9478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9478)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9224)
+[generated-client/api/image-api.ts:9506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9506)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9168)
+[generated-client/api/image-api.ts:9450](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9450)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9203)
+[generated-client/api/image-api.ts:9485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9485)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9210)
+[generated-client/api/image-api.ts:9492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9492)
diff --git a/docs/interfaces/generated_client.ImageApiHeadPersonImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadPersonImageRequest.md
index 4b234afda..10d93aaf0 100644
--- a/docs/interfaces/generated_client.ImageApiHeadPersonImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadPersonImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9105)
+[generated-client/api/image-api.ts:9387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9387)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9119)
+[generated-client/api/image-api.ts:9401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9401)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9112)
+[generated-client/api/image-api.ts:9394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9394)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9098)
+[generated-client/api/image-api.ts:9380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9380)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9091)
+[generated-client/api/image-api.ts:9373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9373)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9084)
+[generated-client/api/image-api.ts:9366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9366)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9126)
+[generated-client/api/image-api.ts:9408](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9408)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9028)
+[generated-client/api/image-api.ts:9310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9310)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9070)
+[generated-client/api/image-api.ts:9352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9352)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9133)
+[generated-client/api/image-api.ts:9415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9415)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9014)
+[generated-client/api/image-api.ts:9296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9296)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9042)
+[generated-client/api/image-api.ts:9324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9324)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9035)
+[generated-client/api/image-api.ts:9317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9317)
___
@@ -228,7 +228,7 @@ Person name.
#### Defined in
-[generated-client/api/image-api.ts:9007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9007)
+[generated-client/api/image-api.ts:9289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9289)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9049)
+[generated-client/api/image-api.ts:9331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9331)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9077)
+[generated-client/api/image-api.ts:9359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9359)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9021)
+[generated-client/api/image-api.ts:9303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9303)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9056)
+[generated-client/api/image-api.ts:9338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9338)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9063)
+[generated-client/api/image-api.ts:9345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9345)
diff --git a/docs/interfaces/generated_client.ImageApiHeadStudioImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadStudioImageByIndexRequest.md
index 55fd5be42..4faf42bd9 100644
--- a/docs/interfaces/generated_client.ImageApiHeadStudioImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadStudioImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9532](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9532)
+[generated-client/api/image-api.ts:9814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9814)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9546)
+[generated-client/api/image-api.ts:9828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9828)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9539](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9539)
+[generated-client/api/image-api.ts:9821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9821)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9525)
+[generated-client/api/image-api.ts:9807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9807)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9518](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9518)
+[generated-client/api/image-api.ts:9800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9800)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9511)
+[generated-client/api/image-api.ts:9793](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9793)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9553)
+[generated-client/api/image-api.ts:9835](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9835)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9455)
+[generated-client/api/image-api.ts:9737](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9737)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9497)
+[generated-client/api/image-api.ts:9779](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9779)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9441](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9441)
+[generated-client/api/image-api.ts:9723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9723)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9434)
+[generated-client/api/image-api.ts:9716](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9716)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9469)
+[generated-client/api/image-api.ts:9751](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9751)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9462](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9462)
+[generated-client/api/image-api.ts:9744](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9744)
___
@@ -228,7 +228,7 @@ Studio name.
#### Defined in
-[generated-client/api/image-api.ts:9427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9427)
+[generated-client/api/image-api.ts:9709](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9709)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9476)
+[generated-client/api/image-api.ts:9758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9758)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9504](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9504)
+[generated-client/api/image-api.ts:9786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9786)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9448)
+[generated-client/api/image-api.ts:9730](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9730)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9483)
+[generated-client/api/image-api.ts:9765](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9765)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9490)
+[generated-client/api/image-api.ts:9772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9772)
diff --git a/docs/interfaces/generated_client.ImageApiHeadStudioImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadStudioImageRequest.md
index 107286dd2..35fb38834 100644
--- a/docs/interfaces/generated_client.ImageApiHeadStudioImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadStudioImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9385](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9385)
+[generated-client/api/image-api.ts:9667](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9667)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9399)
+[generated-client/api/image-api.ts:9681](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9681)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9392](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9392)
+[generated-client/api/image-api.ts:9674](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9674)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9378](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9378)
+[generated-client/api/image-api.ts:9660](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9660)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9371](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9371)
+[generated-client/api/image-api.ts:9653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9653)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9364)
+[generated-client/api/image-api.ts:9646](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9646)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9406)
+[generated-client/api/image-api.ts:9688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9688)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9308)
+[generated-client/api/image-api.ts:9590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9590)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9350)
+[generated-client/api/image-api.ts:9632](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9632)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9413)
+[generated-client/api/image-api.ts:9695](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9695)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9294)
+[generated-client/api/image-api.ts:9576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9576)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9322)
+[generated-client/api/image-api.ts:9604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9604)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9315)
+[generated-client/api/image-api.ts:9597](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9597)
___
@@ -228,7 +228,7 @@ Studio name.
#### Defined in
-[generated-client/api/image-api.ts:9287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9287)
+[generated-client/api/image-api.ts:9569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9569)
___
@@ -242,7 +242,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9329)
+[generated-client/api/image-api.ts:9611](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9611)
___
@@ -256,7 +256,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9357](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9357)
+[generated-client/api/image-api.ts:9639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9639)
___
@@ -270,7 +270,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9301)
+[generated-client/api/image-api.ts:9583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9583)
___
@@ -284,7 +284,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9336)
+[generated-client/api/image-api.ts:9618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9618)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9343)
+[generated-client/api/image-api.ts:9625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9625)
diff --git a/docs/interfaces/generated_client.ImageApiHeadUserImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiHeadUserImageByIndexRequest.md
index ff8f9c589..61f07e35f 100644
--- a/docs/interfaces/generated_client.ImageApiHeadUserImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadUserImageByIndexRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9812)
+[generated-client/api/image-api.ts:10094](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10094)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9826)
+[generated-client/api/image-api.ts:10108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10108)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9819)
+[generated-client/api/image-api.ts:10101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10101)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9805)
+[generated-client/api/image-api.ts:10087](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10087)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9798)
+[generated-client/api/image-api.ts:10080](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10080)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9791)
+[generated-client/api/image-api.ts:10073](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10073)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9833)
+[generated-client/api/image-api.ts:10115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10115)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9735)
+[generated-client/api/image-api.ts:10017](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10017)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9777)
+[generated-client/api/image-api.ts:10059](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10059)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9721](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9721)
+[generated-client/api/image-api.ts:10003](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10003)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9714)
+[generated-client/api/image-api.ts:9996](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9996)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9749)
+[generated-client/api/image-api.ts:10031](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10031)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9742](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9742)
+[generated-client/api/image-api.ts:10024](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10024)
___
@@ -228,7 +228,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9756)
+[generated-client/api/image-api.ts:10038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10038)
___
@@ -242,7 +242,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9784)
+[generated-client/api/image-api.ts:10066](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10066)
___
@@ -256,7 +256,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9728](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9728)
+[generated-client/api/image-api.ts:10010](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10010)
___
@@ -270,7 +270,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9763](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9763)
+[generated-client/api/image-api.ts:10045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10045)
___
@@ -284,7 +284,7 @@ User id.
#### Defined in
-[generated-client/api/image-api.ts:9707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9707)
+[generated-client/api/image-api.ts:9989](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9989)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9770)
+[generated-client/api/image-api.ts:10052](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10052)
diff --git a/docs/interfaces/generated_client.ImageApiHeadUserImageRequest.md b/docs/interfaces/generated_client.ImageApiHeadUserImageRequest.md
index 6296dbd77..115f9d6d9 100644
--- a/docs/interfaces/generated_client.ImageApiHeadUserImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiHeadUserImageRequest.md
@@ -46,7 +46,7 @@ Optional. Add a played indicator.
#### Defined in
-[generated-client/api/image-api.ts:9665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9665)
+[generated-client/api/image-api.ts:9947](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9947)
___
@@ -60,7 +60,7 @@ Optional. Apply a background color for transparent images.
#### Defined in
-[generated-client/api/image-api.ts:9679](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9679)
+[generated-client/api/image-api.ts:9961](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9961)
___
@@ -74,7 +74,7 @@ Optional. Blur image.
#### Defined in
-[generated-client/api/image-api.ts:9672](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9672)
+[generated-client/api/image-api.ts:9954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9954)
___
@@ -88,7 +88,7 @@ Optional. Specify if whitespace should be cropped out of the image. True/False.
#### Defined in
-[generated-client/api/image-api.ts:9658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9658)
+[generated-client/api/image-api.ts:9940](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9940)
___
@@ -102,7 +102,7 @@ Height of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9651)
+[generated-client/api/image-api.ts:9933](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9933)
___
@@ -116,7 +116,7 @@ Width of box to fill.
#### Defined in
-[generated-client/api/image-api.ts:9644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9644)
+[generated-client/api/image-api.ts:9926](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9926)
___
@@ -130,7 +130,7 @@ Optional. Apply a foreground layer on top of the image.
#### Defined in
-[generated-client/api/image-api.ts:9686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9686)
+[generated-client/api/image-api.ts:9968](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9968)
___
@@ -144,7 +144,7 @@ Determines the output format of the image - original,gif,jpg,png.
#### Defined in
-[generated-client/api/image-api.ts:9588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9588)
+[generated-client/api/image-api.ts:9870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9870)
___
@@ -158,7 +158,7 @@ The fixed image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9630)
+[generated-client/api/image-api.ts:9912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9912)
___
@@ -172,7 +172,7 @@ Image index.
#### Defined in
-[generated-client/api/image-api.ts:9693](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9693)
+[generated-client/api/image-api.ts:9975](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9975)
___
@@ -186,7 +186,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9574](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9574)
+[generated-client/api/image-api.ts:9856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9856)
___
@@ -200,7 +200,7 @@ The maximum image height to return.
#### Defined in
-[generated-client/api/image-api.ts:9602](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9602)
+[generated-client/api/image-api.ts:9884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9884)
___
@@ -214,7 +214,7 @@ The maximum image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9595)
+[generated-client/api/image-api.ts:9877](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9877)
___
@@ -228,7 +228,7 @@ Optional. Percent to render for the percent played overlay.
#### Defined in
-[generated-client/api/image-api.ts:9609](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9609)
+[generated-client/api/image-api.ts:9891](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9891)
___
@@ -242,7 +242,7 @@ Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most
#### Defined in
-[generated-client/api/image-api.ts:9637](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9637)
+[generated-client/api/image-api.ts:9919](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9919)
___
@@ -256,7 +256,7 @@ Optional. Supply the cache tag from the item object to receive strong caching he
#### Defined in
-[generated-client/api/image-api.ts:9581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9581)
+[generated-client/api/image-api.ts:9863](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9863)
___
@@ -270,7 +270,7 @@ Optional. Unplayed count overlay to render.
#### Defined in
-[generated-client/api/image-api.ts:9616](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9616)
+[generated-client/api/image-api.ts:9898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9898)
___
@@ -284,7 +284,7 @@ User id.
#### Defined in
-[generated-client/api/image-api.ts:9567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9567)
+[generated-client/api/image-api.ts:9849](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9849)
___
@@ -298,4 +298,4 @@ The fixed image width to return.
#### Defined in
-[generated-client/api/image-api.ts:9623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9623)
+[generated-client/api/image-api.ts:9905](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L9905)
diff --git a/docs/interfaces/generated_client.ImageApiPostUserImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiPostUserImageByIndexRequest.md
index df5868a19..be716e041 100644
--- a/docs/interfaces/generated_client.ImageApiPostUserImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiPostUserImageByIndexRequest.md
@@ -29,7 +29,7 @@ Request parameters for postUserImageByIndex operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:9903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9903)
+[generated-client/api/image-api.ts:10185](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10185)
___
@@ -43,7 +43,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:9889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9889)
+[generated-client/api/image-api.ts:10171](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10171)
___
@@ -57,7 +57,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:9896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9896)
+[generated-client/api/image-api.ts:10178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10178)
___
@@ -71,4 +71,4 @@ User Id.
#### Defined in
-[generated-client/api/image-api.ts:9882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9882)
+[generated-client/api/image-api.ts:10164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10164)
diff --git a/docs/interfaces/generated_client.ImageApiPostUserImageRequest.md b/docs/interfaces/generated_client.ImageApiPostUserImageRequest.md
index 18df94916..b146ee1d9 100644
--- a/docs/interfaces/generated_client.ImageApiPostUserImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiPostUserImageRequest.md
@@ -29,7 +29,7 @@ Request parameters for postUserImage operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:9868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9868)
+[generated-client/api/image-api.ts:10150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10150)
___
@@ -43,7 +43,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:9854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9854)
+[generated-client/api/image-api.ts:10136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10136)
___
@@ -57,7 +57,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:9861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9861)
+[generated-client/api/image-api.ts:10143](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10143)
___
@@ -71,4 +71,4 @@ User Id.
#### Defined in
-[generated-client/api/image-api.ts:9847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9847)
+[generated-client/api/image-api.ts:10129](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10129)
diff --git a/docs/interfaces/generated_client.ImageApiSetItemImageByIndexRequest.md b/docs/interfaces/generated_client.ImageApiSetItemImageByIndexRequest.md
index 9d5d2bd28..13bf68950 100644
--- a/docs/interfaces/generated_client.ImageApiSetItemImageByIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiSetItemImageByIndexRequest.md
@@ -29,7 +29,7 @@ Request parameters for setItemImageByIndex operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:9966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9966)
+[generated-client/api/image-api.ts:10248](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10248)
___
@@ -43,7 +43,7 @@ ___
#### Defined in
-[generated-client/api/image-api.ts:9959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9959)
+[generated-client/api/image-api.ts:10241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10241)
___
@@ -57,7 +57,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9952)
+[generated-client/api/image-api.ts:10234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10234)
___
@@ -71,4 +71,4 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:9945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9945)
+[generated-client/api/image-api.ts:10227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10227)
diff --git a/docs/interfaces/generated_client.ImageApiSetItemImageRequest.md b/docs/interfaces/generated_client.ImageApiSetItemImageRequest.md
index aeca6ff26..0f115fc07 100644
--- a/docs/interfaces/generated_client.ImageApiSetItemImageRequest.md
+++ b/docs/interfaces/generated_client.ImageApiSetItemImageRequest.md
@@ -28,7 +28,7 @@ Request parameters for setItemImage operation in ImageApi.
#### Defined in
-[generated-client/api/image-api.ts:9931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9931)
+[generated-client/api/image-api.ts:10213](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10213)
___
@@ -42,7 +42,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9924)
+[generated-client/api/image-api.ts:10206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10206)
___
@@ -56,4 +56,4 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:9917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9917)
+[generated-client/api/image-api.ts:10199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10199)
diff --git a/docs/interfaces/generated_client.ImageApiUpdateItemImageIndexRequest.md b/docs/interfaces/generated_client.ImageApiUpdateItemImageIndexRequest.md
index 033869adb..4491b5536 100644
--- a/docs/interfaces/generated_client.ImageApiUpdateItemImageIndexRequest.md
+++ b/docs/interfaces/generated_client.ImageApiUpdateItemImageIndexRequest.md
@@ -31,7 +31,7 @@ Old image index.
#### Defined in
-[generated-client/api/image-api.ts:9994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9994)
+[generated-client/api/image-api.ts:10276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10276)
___
@@ -45,7 +45,7 @@ Image type.
#### Defined in
-[generated-client/api/image-api.ts:9987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9987)
+[generated-client/api/image-api.ts:10269](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10269)
___
@@ -59,7 +59,7 @@ Item id.
#### Defined in
-[generated-client/api/image-api.ts:9980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L9980)
+[generated-client/api/image-api.ts:10262](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10262)
___
@@ -73,4 +73,4 @@ New image index.
#### Defined in
-[generated-client/api/image-api.ts:10001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L10001)
+[generated-client/api/image-api.ts:10283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10283)
diff --git a/docs/interfaces/generated_client.ImageApiUploadCustomSplashscreenRequest.md b/docs/interfaces/generated_client.ImageApiUploadCustomSplashscreenRequest.md
new file mode 100644
index 000000000..fdc9bf65b
--- /dev/null
+++ b/docs/interfaces/generated_client.ImageApiUploadCustomSplashscreenRequest.md
@@ -0,0 +1,29 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ImageApiUploadCustomSplashscreenRequest
+
+# Interface: ImageApiUploadCustomSplashscreenRequest
+
+[generated-client](../modules/generated_client.md).ImageApiUploadCustomSplashscreenRequest
+
+Request parameters for uploadCustomSplashscreen operation in ImageApi.
+
+**`export`**
+
+**`interface`** ImageApiUploadCustomSplashscreenRequest
+
+## Table of contents
+
+### Properties
+
+- [body](generated_client.ImageApiUploadCustomSplashscreenRequest.md#body)
+
+## Properties
+
+### body
+
+• `Optional` `Readonly` **body**: `any`
+
+**`memberof`** ImageApiUploadCustomSplashscreen
+
+#### Defined in
+
+[generated-client/api/image-api.ts:10297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L10297)
diff --git a/docs/interfaces/generated_client.ImageByNameApiGetGeneralImageRequest.md b/docs/interfaces/generated_client.ImageByNameApiGetGeneralImageRequest.md
index af8a3f31c..582463e9c 100644
--- a/docs/interfaces/generated_client.ImageByNameApiGetGeneralImageRequest.md
+++ b/docs/interfaces/generated_client.ImageByNameApiGetGeneralImageRequest.md
@@ -29,7 +29,7 @@ The name of the image.
#### Defined in
-[generated-client/api/image-by-name-api.ts:406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L406)
+[generated-client/api/image-by-name-api.ts:406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L406)
___
@@ -43,4 +43,4 @@ Image Type (primary, backdrop, logo, etc).
#### Defined in
-[generated-client/api/image-by-name-api.ts:413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L413)
+[generated-client/api/image-by-name-api.ts:413](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L413)
diff --git a/docs/interfaces/generated_client.ImageByNameApiGetMediaInfoImageRequest.md b/docs/interfaces/generated_client.ImageByNameApiGetMediaInfoImageRequest.md
index 1510e4bb3..cfb1a7dbf 100644
--- a/docs/interfaces/generated_client.ImageByNameApiGetMediaInfoImageRequest.md
+++ b/docs/interfaces/generated_client.ImageByNameApiGetMediaInfoImageRequest.md
@@ -29,7 +29,7 @@ The name of the image.
#### Defined in
-[generated-client/api/image-by-name-api.ts:434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L434)
+[generated-client/api/image-by-name-api.ts:434](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L434)
___
@@ -43,4 +43,4 @@ The theme to get the image from.
#### Defined in
-[generated-client/api/image-by-name-api.ts:427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L427)
+[generated-client/api/image-by-name-api.ts:427](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L427)
diff --git a/docs/interfaces/generated_client.ImageByNameApiGetRatingImageRequest.md b/docs/interfaces/generated_client.ImageByNameApiGetRatingImageRequest.md
index de9b506ea..e763441d3 100644
--- a/docs/interfaces/generated_client.ImageByNameApiGetRatingImageRequest.md
+++ b/docs/interfaces/generated_client.ImageByNameApiGetRatingImageRequest.md
@@ -29,7 +29,7 @@ The name of the image.
#### Defined in
-[generated-client/api/image-by-name-api.ts:455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L455)
+[generated-client/api/image-by-name-api.ts:455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L455)
___
@@ -43,4 +43,4 @@ The theme to get the image from.
#### Defined in
-[generated-client/api/image-by-name-api.ts:448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L448)
+[generated-client/api/image-by-name-api.ts:448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L448)
diff --git a/docs/interfaces/generated_client.ImageByNameInfo.md b/docs/interfaces/generated_client.ImageByNameInfo.md
index 774283b92..f627796e8 100644
--- a/docs/interfaces/generated_client.ImageByNameInfo.md
+++ b/docs/interfaces/generated_client.ImageByNameInfo.md
@@ -30,7 +30,7 @@ Gets or sets the context.
#### Defined in
-[generated-client/models/image-by-name-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-by-name-info.ts#L40)
+[generated-client/models/image-by-name-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-by-name-info.ts#L40)
___
@@ -44,7 +44,7 @@ Gets or sets the length of the file.
#### Defined in
-[generated-client/models/image-by-name-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-by-name-info.ts#L46)
+[generated-client/models/image-by-name-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-by-name-info.ts#L46)
___
@@ -58,7 +58,7 @@ Gets or sets the format.
#### Defined in
-[generated-client/models/image-by-name-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-by-name-info.ts#L52)
+[generated-client/models/image-by-name-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-by-name-info.ts#L52)
___
@@ -72,7 +72,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/image-by-name-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-by-name-info.ts#L28)
+[generated-client/models/image-by-name-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-by-name-info.ts#L28)
___
@@ -86,4 +86,4 @@ Gets or sets the theme.
#### Defined in
-[generated-client/models/image-by-name-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-by-name-info.ts#L34)
+[generated-client/models/image-by-name-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-by-name-info.ts#L34)
diff --git a/docs/interfaces/generated_client.ImageInfo.md b/docs/interfaces/generated_client.ImageInfo.md
index f0608b9ed..15e060898 100644
--- a/docs/interfaces/generated_client.ImageInfo.md
+++ b/docs/interfaces/generated_client.ImageInfo.md
@@ -35,7 +35,7 @@ Gets or sets the blurhash.
#### Defined in
-[generated-client/models/image-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L53)
+[generated-client/models/image-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L53)
___
@@ -49,7 +49,7 @@ Gets or sets the height.
#### Defined in
-[generated-client/models/image-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L59)
+[generated-client/models/image-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L59)
___
@@ -63,7 +63,7 @@ Gets or sets the index of the image.
#### Defined in
-[generated-client/models/image-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L35)
+[generated-client/models/image-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L35)
___
@@ -77,7 +77,7 @@ Gets or sets the image tag.
#### Defined in
-[generated-client/models/image-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L41)
+[generated-client/models/image-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L41)
___
@@ -89,7 +89,7 @@ ___
#### Defined in
-[generated-client/models/image-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L29)
+[generated-client/models/image-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L29)
___
@@ -103,7 +103,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/image-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L47)
+[generated-client/models/image-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L47)
___
@@ -117,7 +117,7 @@ Gets or sets the size.
#### Defined in
-[generated-client/models/image-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L71)
+[generated-client/models/image-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L71)
___
@@ -131,4 +131,4 @@ Gets or sets the width.
#### Defined in
-[generated-client/models/image-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-info.ts#L65)
+[generated-client/models/image-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-info.ts#L65)
diff --git a/docs/interfaces/generated_client.ImageOption.md b/docs/interfaces/generated_client.ImageOption.md
index c4ba99208..5be80da78 100644
--- a/docs/interfaces/generated_client.ImageOption.md
+++ b/docs/interfaces/generated_client.ImageOption.md
@@ -28,7 +28,7 @@ Gets or sets the limit.
#### Defined in
-[generated-client/models/image-option.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-option.ts#L35)
+[generated-client/models/image-option.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-option.ts#L35)
___
@@ -42,7 +42,7 @@ Gets or sets the minimum width.
#### Defined in
-[generated-client/models/image-option.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-option.ts#L41)
+[generated-client/models/image-option.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-option.ts#L41)
___
@@ -54,4 +54,4 @@ ___
#### Defined in
-[generated-client/models/image-option.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-option.ts#L29)
+[generated-client/models/image-option.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-option.ts#L29)
diff --git a/docs/interfaces/generated_client.ImageProviderInfo.md b/docs/interfaces/generated_client.ImageProviderInfo.md
index e44b4d341..42dfefef7 100644
--- a/docs/interfaces/generated_client.ImageProviderInfo.md
+++ b/docs/interfaces/generated_client.ImageProviderInfo.md
@@ -21,7 +21,7 @@ Class ImageProviderInfo.
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets the name.
@@ -29,13 +29,13 @@ Gets the name.
#### Defined in
-[generated-client/models/image-provider-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-provider-info.ts#L29)
+[generated-client/models/image-provider-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-provider-info.ts#L29)
___
### SupportedImages
-• `Optional` **SupportedImages**: ``null`` \| [`ImageType`](../enums/generated_client.ImageType.md)[]
+• `Optional` **SupportedImages**: [`ImageType`](../enums/generated_client.ImageType.md)[]
Gets the supported image types.
@@ -43,4 +43,4 @@ Gets the supported image types.
#### Defined in
-[generated-client/models/image-provider-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/image-provider-info.ts#L35)
+[generated-client/models/image-provider-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/image-provider-info.ts#L35)
diff --git a/docs/interfaces/generated_client.InstallationInfo.md b/docs/interfaces/generated_client.InstallationInfo.md
index 5a58089de..03dbe9dd2 100644
--- a/docs/interfaces/generated_client.InstallationInfo.md
+++ b/docs/interfaces/generated_client.InstallationInfo.md
@@ -34,7 +34,7 @@ Gets or sets the changelog for this version.
#### Defined in
-[generated-client/models/installation-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L48)
+[generated-client/models/installation-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L47)
___
@@ -48,7 +48,7 @@ Gets or sets a checksum for the binary.
#### Defined in
-[generated-client/models/installation-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L60)
+[generated-client/models/installation-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L59)
___
@@ -62,7 +62,7 @@ Gets or sets the Id.
#### Defined in
-[generated-client/models/installation-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L30)
+[generated-client/models/installation-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L29)
___
@@ -76,7 +76,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/installation-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L36)
+[generated-client/models/installation-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L35)
___
@@ -88,7 +88,7 @@ ___
#### Defined in
-[generated-client/models/installation-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L66)
+[generated-client/models/installation-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L65)
___
@@ -102,16 +102,18 @@ Gets or sets the source URL.
#### Defined in
-[generated-client/models/installation-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L54)
+[generated-client/models/installation-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L53)
___
### Version
-• `Optional` **Version**: [`Version`](generated_client.Version.md)
+• `Optional` **Version**: ``null`` \| `string`
+
+Gets or sets the version.
**`memberof`** InstallationInfo
#### Defined in
-[generated-client/models/installation-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/installation-info.ts#L42)
+[generated-client/models/installation-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/installation-info.ts#L41)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromAlbumRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromAlbumRequest.md
index 5500ce0d7..a372f21ef 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromAlbumRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromAlbumRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1093)
+[generated-client/api/instant-mix-api.ts:983](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L983)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1072](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1072)
+[generated-client/api/instant-mix-api.ts:962](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L962)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1079)
+[generated-client/api/instant-mix-api.ts:969](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L969)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1065](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1065)
+[generated-client/api/instant-mix-api.ts:955](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L955)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1044](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1044)
+[generated-client/api/instant-mix-api.ts:934](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L934)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1086](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1086)
+[generated-client/api/instant-mix-api.ts:976](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L976)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1058](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1058)
+[generated-client/api/instant-mix-api.ts:948](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L948)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1051)
+[generated-client/api/instant-mix-api.ts:941](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L941)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtists2Request.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtists2Request.md
index 23eb0049c..8126fd22e 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtists2Request.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtists2Request.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1219](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1219)
+[generated-client/api/instant-mix-api.ts:1109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1109)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1198)
+[generated-client/api/instant-mix-api.ts:1088](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1088)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1205)
+[generated-client/api/instant-mix-api.ts:1095](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1095)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1191](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1191)
+[generated-client/api/instant-mix-api.ts:1081](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1081)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1170)
+[generated-client/api/instant-mix-api.ts:1060](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1060)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1212](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1212)
+[generated-client/api/instant-mix-api.ts:1102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1102)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1184)
+[generated-client/api/instant-mix-api.ts:1074](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1074)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1177)
+[generated-client/api/instant-mix-api.ts:1067](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1067)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtistsRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtistsRequest.md
index 40685aa6e..c79ba5b75 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtistsRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromArtistsRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1156)
+[generated-client/api/instant-mix-api.ts:1046](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1046)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1135)
+[generated-client/api/instant-mix-api.ts:1025](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1025)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1142)
+[generated-client/api/instant-mix-api.ts:1032](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1032)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1128)
+[generated-client/api/instant-mix-api.ts:1018](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1018)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1107)
+[generated-client/api/instant-mix-api.ts:997](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L997)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1149)
+[generated-client/api/instant-mix-api.ts:1039](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1039)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1121)
+[generated-client/api/instant-mix-api.ts:1011](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1011)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1114)
+[generated-client/api/instant-mix-api.ts:1004](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1004)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromItemRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromItemRequest.md
index ec8787aa5..7cf1f68a7 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromItemRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromItemRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1282)
+[generated-client/api/instant-mix-api.ts:1172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1172)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1261)
+[generated-client/api/instant-mix-api.ts:1151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1151)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1268)
+[generated-client/api/instant-mix-api.ts:1158](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1158)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1254](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1254)
+[generated-client/api/instant-mix-api.ts:1144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1144)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1233)
+[generated-client/api/instant-mix-api.ts:1123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1123)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1275)
+[generated-client/api/instant-mix-api.ts:1165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1165)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1247)
+[generated-client/api/instant-mix-api.ts:1137](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1137)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1240)
+[generated-client/api/instant-mix-api.ts:1130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1130)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md
deleted file mode 100644
index 133d620e3..000000000
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md
+++ /dev/null
@@ -1,136 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / InstantMixApiGetInstantMixFromMusicGenreById2Request
-
-# Interface: InstantMixApiGetInstantMixFromMusicGenreById2Request
-
-[generated-client](../modules/generated_client.md).InstantMixApiGetInstantMixFromMusicGenreById2Request
-
-Request parameters for getInstantMixFromMusicGenreById2 operation in InstantMixApi.
-
-**`export`**
-
-**`interface`** InstantMixApiGetInstantMixFromMusicGenreById2Request
-
-## Table of contents
-
-### Properties
-
-- [enableImageTypes](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#enableimagetypes)
-- [enableImages](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#enableimages)
-- [enableUserData](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#enableuserdata)
-- [fields](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#fields)
-- [id](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#id)
-- [imageTypeLimit](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#imagetypelimit)
-- [limit](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#limit)
-- [userId](generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md#userid)
-
-## Properties
-
-### enableImageTypes
-
-• `Optional` `Readonly` **enableImageTypes**: [`ImageType`](../enums/generated_client.ImageType.md)[]
-
-Optional. The image types to include in the output.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1408](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1408)
-
-___
-
-### enableImages
-
-• `Optional` `Readonly` **enableImages**: `boolean`
-
-Optional. Include image information in output.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1387)
-
-___
-
-### enableUserData
-
-• `Optional` `Readonly` **enableUserData**: `boolean`
-
-Optional. Include user data.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1394)
-
-___
-
-### fields
-
-• `Optional` `Readonly` **fields**: [`ItemFields`](../enums/generated_client.ItemFields.md)[]
-
-Optional. Specify additional fields of information to return in the output.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1380)
-
-___
-
-### id
-
-• `Readonly` **id**: `string`
-
-The item id.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1359)
-
-___
-
-### imageTypeLimit
-
-• `Optional` `Readonly` **imageTypeLimit**: `number`
-
-Optional. The max number of images to return, per image type.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1401)
-
-___
-
-### limit
-
-• `Optional` `Readonly` **limit**: `number`
-
-Optional. The maximum number of records to return.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1373)
-
-___
-
-### userId
-
-• `Optional` `Readonly` **userId**: `string`
-
-Optional. Filter by user id, and attach user data.
-
-**`memberof`** InstantMixApiGetInstantMixFromMusicGenreById2
-
-#### Defined in
-
-[generated-client/api/instant-mix-api.ts:1366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1366)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByIdRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByIdRequest.md
index 300e0761f..a95cdc38e 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByIdRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByIdRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1345)
+[generated-client/api/instant-mix-api.ts:1235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1235)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1324)
+[generated-client/api/instant-mix-api.ts:1214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1214)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1331)
+[generated-client/api/instant-mix-api.ts:1221](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1221)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1317)
+[generated-client/api/instant-mix-api.ts:1207](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1207)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1296)
+[generated-client/api/instant-mix-api.ts:1186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1186)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1338)
+[generated-client/api/instant-mix-api.ts:1228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1228)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1310)
+[generated-client/api/instant-mix-api.ts:1200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1200)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1303)
+[generated-client/api/instant-mix-api.ts:1193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1193)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByNameRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByNameRequest.md
index 10c84c024..504cbab4d 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByNameRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByNameRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1471)
+[generated-client/api/instant-mix-api.ts:1298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1298)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1450](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1450)
+[generated-client/api/instant-mix-api.ts:1277](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1277)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1457)
+[generated-client/api/instant-mix-api.ts:1284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1284)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1443)
+[generated-client/api/instant-mix-api.ts:1270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1270)
___
@@ -91,7 +91,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1464](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1464)
+[generated-client/api/instant-mix-api.ts:1291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1291)
___
@@ -105,7 +105,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1436)
+[generated-client/api/instant-mix-api.ts:1263](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1263)
___
@@ -119,7 +119,7 @@ The genre name.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1422](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1422)
+[generated-client/api/instant-mix-api.ts:1249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1249)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1429)
+[generated-client/api/instant-mix-api.ts:1256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1256)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromPlaylistRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromPlaylistRequest.md
index 9badeffde..84ead06e2 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromPlaylistRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromPlaylistRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1534](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1534)
+[generated-client/api/instant-mix-api.ts:1361](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1361)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1513)
+[generated-client/api/instant-mix-api.ts:1340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1340)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1520)
+[generated-client/api/instant-mix-api.ts:1347](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1347)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1506)
+[generated-client/api/instant-mix-api.ts:1333](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1333)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1485)
+[generated-client/api/instant-mix-api.ts:1312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1312)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1527)
+[generated-client/api/instant-mix-api.ts:1354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1354)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1499)
+[generated-client/api/instant-mix-api.ts:1326](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1326)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1492](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1492)
+[generated-client/api/instant-mix-api.ts:1319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1319)
diff --git a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromSongRequest.md b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromSongRequest.md
index 23f88ba73..bc35a5e5c 100644
--- a/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromSongRequest.md
+++ b/docs/interfaces/generated_client.InstantMixApiGetInstantMixFromSongRequest.md
@@ -35,7 +35,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1597](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1597)
+[generated-client/api/instant-mix-api.ts:1424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1424)
___
@@ -49,7 +49,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1576](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1576)
+[generated-client/api/instant-mix-api.ts:1403](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1403)
___
@@ -63,7 +63,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1583)
+[generated-client/api/instant-mix-api.ts:1410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1410)
___
@@ -77,7 +77,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1569)
+[generated-client/api/instant-mix-api.ts:1396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1396)
___
@@ -91,7 +91,7 @@ The item id.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1548](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1548)
+[generated-client/api/instant-mix-api.ts:1375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1375)
___
@@ -105,7 +105,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1590)
+[generated-client/api/instant-mix-api.ts:1417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1417)
___
@@ -119,7 +119,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1562](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1562)
+[generated-client/api/instant-mix-api.ts:1389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1389)
___
@@ -133,4 +133,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/instant-mix-api.ts:1555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L1555)
+[generated-client/api/instant-mix-api.ts:1382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L1382)
diff --git a/docs/interfaces/generated_client.ItemCounts.md b/docs/interfaces/generated_client.ItemCounts.md
index 79a7c4558..933ca9b74 100644
--- a/docs/interfaces/generated_client.ItemCounts.md
+++ b/docs/interfaces/generated_client.ItemCounts.md
@@ -39,7 +39,7 @@ Gets or sets the album count.
#### Defined in
-[generated-client/models/item-counts.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L70)
+[generated-client/models/item-counts.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L70)
___
@@ -53,7 +53,7 @@ Gets or sets the artist count.
#### Defined in
-[generated-client/models/item-counts.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L46)
+[generated-client/models/item-counts.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L46)
___
@@ -67,7 +67,7 @@ Gets or sets the book count.
#### Defined in
-[generated-client/models/item-counts.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L88)
+[generated-client/models/item-counts.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L88)
___
@@ -81,7 +81,7 @@ Gets or sets the box set count.
#### Defined in
-[generated-client/models/item-counts.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L82)
+[generated-client/models/item-counts.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L82)
___
@@ -95,7 +95,7 @@ Gets or sets the episode count.
#### Defined in
-[generated-client/models/item-counts.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L40)
+[generated-client/models/item-counts.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L40)
___
@@ -109,7 +109,7 @@ Gets or sets the item count.
#### Defined in
-[generated-client/models/item-counts.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L94)
+[generated-client/models/item-counts.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L94)
___
@@ -123,7 +123,7 @@ Gets or sets the movie count.
#### Defined in
-[generated-client/models/item-counts.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L28)
+[generated-client/models/item-counts.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L28)
___
@@ -137,7 +137,7 @@ Gets or sets the music video count.
#### Defined in
-[generated-client/models/item-counts.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L76)
+[generated-client/models/item-counts.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L76)
___
@@ -151,7 +151,7 @@ Gets or sets the program count.
#### Defined in
-[generated-client/models/item-counts.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L52)
+[generated-client/models/item-counts.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L52)
___
@@ -165,7 +165,7 @@ Gets or sets the series count.
#### Defined in
-[generated-client/models/item-counts.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L34)
+[generated-client/models/item-counts.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L34)
___
@@ -179,7 +179,7 @@ Gets or sets the song count.
#### Defined in
-[generated-client/models/item-counts.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L64)
+[generated-client/models/item-counts.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L64)
___
@@ -193,4 +193,4 @@ Gets or sets the trailer count.
#### Defined in
-[generated-client/models/item-counts.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/item-counts.ts#L58)
+[generated-client/models/item-counts.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/item-counts.ts#L58)
diff --git a/docs/interfaces/generated_client.ItemLookupApiApplySearchCriteriaRequest.md b/docs/interfaces/generated_client.ItemLookupApiApplySearchCriteriaRequest.md
index 95d81c229..160bc8095 100644
--- a/docs/interfaces/generated_client.ItemLookupApiApplySearchCriteriaRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiApplySearchCriteriaRequest.md
@@ -30,7 +30,7 @@ Item id.
#### Defined in
-[generated-client/api/item-lookup-api.ts:758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L758)
+[generated-client/api/item-lookup-api.ts:758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L758)
___
@@ -44,7 +44,7 @@ The remote search result.
#### Defined in
-[generated-client/api/item-lookup-api.ts:765](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L765)
+[generated-client/api/item-lookup-api.ts:765](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L765)
___
@@ -58,4 +58,4 @@ Optional. Whether or not to replace all images. Default: True.
#### Defined in
-[generated-client/api/item-lookup-api.ts:772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L772)
+[generated-client/api/item-lookup-api.ts:772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L772)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetBookRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetBookRemoteSearchResultsRequest.md
index 21e605e63..e31ba3afd 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetBookRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetBookRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L786)
+[generated-client/api/item-lookup-api.ts:786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L786)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetBoxSetRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetBoxSetRemoteSearchResultsRequest.md
index 7ab339fc4..1bc6e5426 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetBoxSetRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetBoxSetRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L800)
+[generated-client/api/item-lookup-api.ts:800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L800)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetExternalIdInfosRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetExternalIdInfosRequest.md
index 39432f4a1..eade75eb1 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetExternalIdInfosRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetExternalIdInfosRequest.md
@@ -28,4 +28,4 @@ Item id.
#### Defined in
-[generated-client/api/item-lookup-api.ts:814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L814)
+[generated-client/api/item-lookup-api.ts:814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L814)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetMovieRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetMovieRemoteSearchResultsRequest.md
index 0c4b05e89..1f6a2e82e 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetMovieRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetMovieRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L828)
+[generated-client/api/item-lookup-api.ts:828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L828)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetMusicAlbumRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetMusicAlbumRemoteSearchResultsRequest.md
index 822f1f10d..a0573eeb0 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetMusicAlbumRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetMusicAlbumRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:842](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L842)
+[generated-client/api/item-lookup-api.ts:842](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L842)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetMusicArtistRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetMusicArtistRemoteSearchResultsRequest.md
index 34fccf409..3cb5d7c84 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetMusicArtistRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetMusicArtistRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L856)
+[generated-client/api/item-lookup-api.ts:856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L856)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetMusicVideoRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetMusicVideoRemoteSearchResultsRequest.md
index daefc5a1a..507a1765f 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetMusicVideoRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetMusicVideoRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L870)
+[generated-client/api/item-lookup-api.ts:870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L870)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetPersonRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetPersonRemoteSearchResultsRequest.md
index 5cd7e62b6..6e05ac90f 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetPersonRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetPersonRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L884)
+[generated-client/api/item-lookup-api.ts:884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L884)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetSeriesRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetSeriesRemoteSearchResultsRequest.md
index 15225a1d0..53a95d09f 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetSeriesRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetSeriesRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L898)
+[generated-client/api/item-lookup-api.ts:898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L898)
diff --git a/docs/interfaces/generated_client.ItemLookupApiGetTrailerRemoteSearchResultsRequest.md b/docs/interfaces/generated_client.ItemLookupApiGetTrailerRemoteSearchResultsRequest.md
index 37677edff..8ee0d76de 100644
--- a/docs/interfaces/generated_client.ItemLookupApiGetTrailerRemoteSearchResultsRequest.md
+++ b/docs/interfaces/generated_client.ItemLookupApiGetTrailerRemoteSearchResultsRequest.md
@@ -28,4 +28,4 @@ Remote search query.
#### Defined in
-[generated-client/api/item-lookup-api.ts:912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L912)
+[generated-client/api/item-lookup-api.ts:912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L912)
diff --git a/docs/interfaces/generated_client.ItemRefreshApiPostRequest.md b/docs/interfaces/generated_client.ItemRefreshApiRefreshItemRequest.md
similarity index 58%
rename from docs/interfaces/generated_client.ItemRefreshApiPostRequest.md
rename to docs/interfaces/generated_client.ItemRefreshApiRefreshItemRequest.md
index a1b468db1..828eedc83 100644
--- a/docs/interfaces/generated_client.ItemRefreshApiPostRequest.md
+++ b/docs/interfaces/generated_client.ItemRefreshApiRefreshItemRequest.md
@@ -1,24 +1,24 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ItemRefreshApiPostRequest
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / ItemRefreshApiRefreshItemRequest
-# Interface: ItemRefreshApiPostRequest
+# Interface: ItemRefreshApiRefreshItemRequest
-[generated-client](../modules/generated_client.md).ItemRefreshApiPostRequest
+[generated-client](../modules/generated_client.md).ItemRefreshApiRefreshItemRequest
-Request parameters for post operation in ItemRefreshApi.
+Request parameters for refreshItem operation in ItemRefreshApi.
**`export`**
-**`interface`** ItemRefreshApiPostRequest
+**`interface`** ItemRefreshApiRefreshItemRequest
## Table of contents
### Properties
-- [imageRefreshMode](generated_client.ItemRefreshApiPostRequest.md#imagerefreshmode)
-- [itemId](generated_client.ItemRefreshApiPostRequest.md#itemid)
-- [metadataRefreshMode](generated_client.ItemRefreshApiPostRequest.md#metadatarefreshmode)
-- [replaceAllImages](generated_client.ItemRefreshApiPostRequest.md#replaceallimages)
-- [replaceAllMetadata](generated_client.ItemRefreshApiPostRequest.md#replaceallmetadata)
+- [imageRefreshMode](generated_client.ItemRefreshApiRefreshItemRequest.md#imagerefreshmode)
+- [itemId](generated_client.ItemRefreshApiRefreshItemRequest.md#itemid)
+- [metadataRefreshMode](generated_client.ItemRefreshApiRefreshItemRequest.md#metadatarefreshmode)
+- [replaceAllImages](generated_client.ItemRefreshApiRefreshItemRequest.md#replaceallimages)
+- [replaceAllMetadata](generated_client.ItemRefreshApiRefreshItemRequest.md#replaceallmetadata)
## Properties
@@ -28,11 +28,11 @@ Request parameters for post operation in ItemRefreshApi.
(Optional) Specifies the image refresh mode.
-**`memberof`** ItemRefreshApiPost
+**`memberof`** ItemRefreshApiRefreshItem
#### Defined in
-[generated-client/api/item-refresh-api.ts:167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L167)
+[generated-client/api/item-refresh-api.ts:167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L167)
___
@@ -42,11 +42,11 @@ ___
Item id.
-**`memberof`** ItemRefreshApiPost
+**`memberof`** ItemRefreshApiRefreshItem
#### Defined in
-[generated-client/api/item-refresh-api.ts:153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L153)
+[generated-client/api/item-refresh-api.ts:153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L153)
___
@@ -56,11 +56,11 @@ ___
(Optional) Specifies the metadata refresh mode.
-**`memberof`** ItemRefreshApiPost
+**`memberof`** ItemRefreshApiRefreshItem
#### Defined in
-[generated-client/api/item-refresh-api.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L160)
+[generated-client/api/item-refresh-api.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L160)
___
@@ -70,11 +70,11 @@ ___
(Optional) Determines if images should be replaced. Only applicable if mode is FullRefresh.
-**`memberof`** ItemRefreshApiPost
+**`memberof`** ItemRefreshApiRefreshItem
#### Defined in
-[generated-client/api/item-refresh-api.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L181)
+[generated-client/api/item-refresh-api.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L181)
___
@@ -84,8 +84,8 @@ ___
(Optional) Determines if metadata should be replaced. Only applicable if mode is FullRefresh.
-**`memberof`** ItemRefreshApiPost
+**`memberof`** ItemRefreshApiRefreshItem
#### Defined in
-[generated-client/api/item-refresh-api.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L174)
+[generated-client/api/item-refresh-api.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L174)
diff --git a/docs/interfaces/generated_client.ItemUpdateApiGetMetadataEditorInfoRequest.md b/docs/interfaces/generated_client.ItemUpdateApiGetMetadataEditorInfoRequest.md
index c6e17049d..ae3e063a7 100644
--- a/docs/interfaces/generated_client.ItemUpdateApiGetMetadataEditorInfoRequest.md
+++ b/docs/interfaces/generated_client.ItemUpdateApiGetMetadataEditorInfoRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/item-update-api.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L258)
+[generated-client/api/item-update-api.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L258)
diff --git a/docs/interfaces/generated_client.ItemUpdateApiUpdateItemContentTypeRequest.md b/docs/interfaces/generated_client.ItemUpdateApiUpdateItemContentTypeRequest.md
index 330b4f64f..575dce77f 100644
--- a/docs/interfaces/generated_client.ItemUpdateApiUpdateItemContentTypeRequest.md
+++ b/docs/interfaces/generated_client.ItemUpdateApiUpdateItemContentTypeRequest.md
@@ -29,7 +29,7 @@ The content type of the item.
#### Defined in
-[generated-client/api/item-update-api.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L300)
+[generated-client/api/item-update-api.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L300)
___
@@ -43,4 +43,4 @@ The item id.
#### Defined in
-[generated-client/api/item-update-api.ts:293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L293)
+[generated-client/api/item-update-api.ts:293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L293)
diff --git a/docs/interfaces/generated_client.ItemUpdateApiUpdateItemRequest.md b/docs/interfaces/generated_client.ItemUpdateApiUpdateItemRequest.md
index aa5ab5672..4ce438b73 100644
--- a/docs/interfaces/generated_client.ItemUpdateApiUpdateItemRequest.md
+++ b/docs/interfaces/generated_client.ItemUpdateApiUpdateItemRequest.md
@@ -29,7 +29,7 @@ The new item properties.
#### Defined in
-[generated-client/api/item-update-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L279)
+[generated-client/api/item-update-api.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L279)
___
@@ -43,4 +43,4 @@ The item id.
#### Defined in
-[generated-client/api/item-update-api.ts:272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L272)
+[generated-client/api/item-update-api.ts:272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L272)
diff --git a/docs/interfaces/generated_client.ItemsApiGetItemsByUserIdRequest.md b/docs/interfaces/generated_client.ItemsApiGetItemsByUserIdRequest.md
index fd33c7f01..8e21474b2 100644
--- a/docs/interfaces/generated_client.ItemsApiGetItemsByUserIdRequest.md
+++ b/docs/interfaces/generated_client.ItemsApiGetItemsByUserIdRequest.md
@@ -53,10 +53,15 @@ Request parameters for getItemsByUserId operation in ItemsApi.
- [is4K](generated_client.ItemsApiGetItemsByUserIdRequest.md#is4k)
- [isFavorite](generated_client.ItemsApiGetItemsByUserIdRequest.md#isfavorite)
- [isHd](generated_client.ItemsApiGetItemsByUserIdRequest.md#ishd)
+- [isKids](generated_client.ItemsApiGetItemsByUserIdRequest.md#iskids)
- [isLocked](generated_client.ItemsApiGetItemsByUserIdRequest.md#islocked)
- [isMissing](generated_client.ItemsApiGetItemsByUserIdRequest.md#ismissing)
+- [isMovie](generated_client.ItemsApiGetItemsByUserIdRequest.md#ismovie)
+- [isNews](generated_client.ItemsApiGetItemsByUserIdRequest.md#isnews)
- [isPlaceHolder](generated_client.ItemsApiGetItemsByUserIdRequest.md#isplaceholder)
- [isPlayed](generated_client.ItemsApiGetItemsByUserIdRequest.md#isplayed)
+- [isSeries](generated_client.ItemsApiGetItemsByUserIdRequest.md#isseries)
+- [isSports](generated_client.ItemsApiGetItemsByUserIdRequest.md#issports)
- [isUnaired](generated_client.ItemsApiGetItemsByUserIdRequest.md#isunaired)
- [limit](generated_client.ItemsApiGetItemsByUserIdRequest.md#limit)
- [locationTypes](generated_client.ItemsApiGetItemsByUserIdRequest.md#locationtypes)
@@ -107,7 +112,7 @@ Optional. Return items that are siblings of a supplied item.
#### Defined in
-[generated-client/api/items-api.ts:2083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2083)
+[generated-client/api/items-api.ts:2197](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2197)
___
@@ -121,7 +126,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:2426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2426)
+[generated-client/api/items-api.ts:2575](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2575)
___
@@ -129,13 +134,13 @@ ___
• `Optional` `Readonly` **albumIds**: `string`[]
-Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2447)
+[generated-client/api/items-api.ts:2596](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2596)
___
@@ -143,13 +148,13 @@ ___
• `Optional` `Readonly` **albums**: `string`[]
-Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2440)
+[generated-client/api/items-api.ts:2589](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2589)
___
@@ -163,7 +168,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:2419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2419)
+[generated-client/api/items-api.ts:2568](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2568)
___
@@ -171,13 +176,13 @@ ___
• `Optional` `Readonly` **artists**: `string`[]
-Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2405)
+[generated-client/api/items-api.ts:2554](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2554)
___
@@ -191,7 +196,7 @@ Whether or not to hide items behind their boxsets.
#### Defined in
-[generated-client/api/items-api.ts:2496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2496)
+[generated-client/api/items-api.ts:2645](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2645)
___
@@ -205,7 +210,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:2433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2433)
+[generated-client/api/items-api.ts:2582](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2582)
___
@@ -219,7 +224,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/items-api.ts:2370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2370)
+[generated-client/api/items-api.ts:2519](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2519)
___
@@ -233,7 +238,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/items-api.ts:2587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2587)
+[generated-client/api/items-api.ts:2736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2736)
___
@@ -247,7 +252,7 @@ Optional. Enable the total record count.
#### Defined in
-[generated-client/api/items-api.ts:2580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2580)
+[generated-client/api/items-api.ts:2729](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2729)
___
@@ -261,7 +266,7 @@ Optional, include user data.
#### Defined in
-[generated-client/api/items-api.ts:2356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2356)
+[generated-client/api/items-api.ts:2505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2505)
___
@@ -269,13 +274,13 @@ ___
• `Optional` `Readonly` **excludeArtistIds**: `string`[]
-Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2412)
+[generated-client/api/items-api.ts:2561](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2561)
___
@@ -283,27 +288,27 @@ ___
• `Optional` `Readonly` **excludeItemIds**: `string`[]
-Optional. If specified, results will be filtered by exxcluding item ids. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2216)
+[generated-client/api/items-api.ts:2365](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2365)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
-Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2272)
+[generated-client/api/items-api.ts:2421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2421)
___
@@ -311,13 +316,13 @@ ___
• `Optional` `Readonly` **excludeLocationTypes**: [`LocationType`](../enums/generated_client.LocationType.md)[]
-Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2125)
+[generated-client/api/items-api.ts:2239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2239)
___
@@ -325,13 +330,13 @@ ___
• `Optional` `Readonly` **fields**: [`ItemFields`](../enums/generated_client.ItemFields.md)[]
-Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimeted. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
+Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2265)
+[generated-client/api/items-api.ts:2414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2414)
___
@@ -339,13 +344,13 @@ ___
• `Optional` `Readonly` **filters**: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[]
-Optional. Specify additional filters to apply. This allows multiple, comma delimeted. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
+Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2286)
+[generated-client/api/items-api.ts:2435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2435)
___
@@ -353,13 +358,13 @@ ___
• `Optional` `Readonly` **genreIds**: `string`[]
-Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2573)
+[generated-client/api/items-api.ts:2722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2722)
___
@@ -367,13 +372,13 @@ ___
• `Optional` `Readonly` **genres**: `string`[]
-Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2328)
+[generated-client/api/items-api.ts:2477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2477)
___
@@ -387,7 +392,7 @@ Optional filter by items that have an imdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:2195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2195)
+[generated-client/api/items-api.ts:2309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2309)
___
@@ -401,7 +406,7 @@ Optional filter by items that have official ratings.
#### Defined in
-[generated-client/api/items-api.ts:2489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2489)
+[generated-client/api/items-api.ts:2638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2638)
___
@@ -415,7 +420,7 @@ Optional filter by items that have an overview or not.
#### Defined in
-[generated-client/api/items-api.ts:2188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2188)
+[generated-client/api/items-api.ts:2302](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2302)
___
@@ -429,7 +434,7 @@ Optional filter by items that have or do not have a parental rating.
#### Defined in
-[generated-client/api/items-api.ts:2097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2097)
+[generated-client/api/items-api.ts:2211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2211)
___
@@ -443,7 +448,7 @@ Optional filter by items with special features.
#### Defined in
-[generated-client/api/items-api.ts:2069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2069)
+[generated-client/api/items-api.ts:2183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2183)
___
@@ -457,7 +462,7 @@ Optional filter by items with subtitles.
#### Defined in
-[generated-client/api/items-api.ts:2062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2062)
+[generated-client/api/items-api.ts:2176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2176)
___
@@ -471,7 +476,7 @@ Optional filter by items with theme songs.
#### Defined in
-[generated-client/api/items-api.ts:2048](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2048)
+[generated-client/api/items-api.ts:2162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2162)
___
@@ -485,7 +490,7 @@ Optional filter by items with theme videos.
#### Defined in
-[generated-client/api/items-api.ts:2055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2055)
+[generated-client/api/items-api.ts:2169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2169)
___
@@ -499,7 +504,7 @@ Optional filter by items that have a tmdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:2202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2202)
+[generated-client/api/items-api.ts:2316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2316)
___
@@ -513,7 +518,7 @@ Optional filter by items with trailers.
#### Defined in
-[generated-client/api/items-api.ts:2076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2076)
+[generated-client/api/items-api.ts:2190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2190)
___
@@ -527,7 +532,7 @@ Optional filter by items that have a tvdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:2209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2209)
+[generated-client/api/items-api.ts:2323](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2323)
___
@@ -541,7 +546,7 @@ Optional. If specific items are needed, specify a list of item id\'s to retr
#### Defined in
-[generated-client/api/items-api.ts:2454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2454)
+[generated-client/api/items-api.ts:2603](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2603)
___
@@ -555,7 +560,7 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/items-api.ts:2363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2363)
+[generated-client/api/items-api.ts:2512](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2512)
___
@@ -569,21 +574,21 @@ Optional. If specified, results will be filtered based on those containing image
#### Defined in
-[generated-client/api/items-api.ts:2307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2307)
+[generated-client/api/items-api.ts:2456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2456)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
-Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2279)
+[generated-client/api/items-api.ts:2428](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2428)
___
@@ -597,7 +602,7 @@ Optional filter by items that are 3D, or not.
#### Defined in
-[generated-client/api/items-api.ts:2531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2531)
+[generated-client/api/items-api.ts:2680](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2680)
___
@@ -611,7 +616,7 @@ Optional filter by items that are 4K or not.
#### Defined in
-[generated-client/api/items-api.ts:2111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2111)
+[generated-client/api/items-api.ts:2225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2225)
___
@@ -625,7 +630,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/items-api.ts:2293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2293)
+[generated-client/api/items-api.ts:2442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2442)
___
@@ -639,7 +644,21 @@ Optional filter by items that are HD or not.
#### Defined in
-[generated-client/api/items-api.ts:2104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2104)
+[generated-client/api/items-api.ts:2218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2218)
+
+___
+
+### isKids
+
+• `Optional` `Readonly` **isKids**: `boolean`
+
+Optional filter for live tv kids.
+
+**`memberof`** ItemsApiGetItemsByUserId
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2351](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2351)
___
@@ -653,7 +672,7 @@ Optional filter by items that are locked.
#### Defined in
-[generated-client/api/items-api.ts:2475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2475)
+[generated-client/api/items-api.ts:2624](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2624)
___
@@ -667,7 +686,35 @@ Optional filter by items that are missing episodes or not.
#### Defined in
-[generated-client/api/items-api.ts:2132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2132)
+[generated-client/api/items-api.ts:2246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2246)
+
+___
+
+### isMovie
+
+• `Optional` `Readonly` **isMovie**: `boolean`
+
+Optional filter for live tv movies.
+
+**`memberof`** ItemsApiGetItemsByUserId
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2330)
+
+___
+
+### isNews
+
+• `Optional` `Readonly` **isNews**: `boolean`
+
+Optional filter for live tv news.
+
+**`memberof`** ItemsApiGetItemsByUserId
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2344](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2344)
___
@@ -681,7 +728,7 @@ Optional filter by items that are placeholders.
#### Defined in
-[generated-client/api/items-api.ts:2482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2482)
+[generated-client/api/items-api.ts:2631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2631)
___
@@ -695,7 +742,35 @@ Optional filter by items that are played, or not.
#### Defined in
-[generated-client/api/items-api.ts:2321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2321)
+[generated-client/api/items-api.ts:2470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2470)
+
+___
+
+### isSeries
+
+• `Optional` `Readonly` **isSeries**: `boolean`
+
+Optional filter for live tv series.
+
+**`memberof`** ItemsApiGetItemsByUserId
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2337](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2337)
+
+___
+
+### isSports
+
+• `Optional` `Readonly` **isSports**: `boolean`
+
+Optional filter for live tv sports.
+
+**`memberof`** ItemsApiGetItemsByUserId
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2358](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2358)
___
@@ -709,7 +784,7 @@ Optional filter by items that are unaired episodes or not.
#### Defined in
-[generated-client/api/items-api.ts:2139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2139)
+[generated-client/api/items-api.ts:2253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2253)
___
@@ -723,7 +798,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/items-api.ts:2230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2230)
+[generated-client/api/items-api.ts:2379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2379)
___
@@ -731,13 +806,13 @@ ___
• `Optional` `Readonly` **locationTypes**: [`LocationType`](../enums/generated_client.LocationType.md)[]
-Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2118)
+[generated-client/api/items-api.ts:2232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2232)
___
@@ -751,7 +826,7 @@ Optional. Filter by the maximum height of the item.
#### Defined in
-[generated-client/api/items-api.ts:2524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2524)
+[generated-client/api/items-api.ts:2673](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2673)
___
@@ -765,7 +840,7 @@ Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/items-api.ts:2041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2041)
+[generated-client/api/items-api.ts:2155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2155)
___
@@ -779,7 +854,7 @@ Optional. The maximum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:2181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2181)
+[generated-client/api/items-api.ts:2295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2295)
___
@@ -793,7 +868,7 @@ Optional. Filter by the maximum width of the item.
#### Defined in
-[generated-client/api/items-api.ts:2517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2517)
+[generated-client/api/items-api.ts:2666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2666)
___
@@ -807,7 +882,7 @@ Optional filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/items-api.ts:2300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2300)
+[generated-client/api/items-api.ts:2449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2449)
___
@@ -821,7 +896,7 @@ Optional filter by minimum community rating.
#### Defined in
-[generated-client/api/items-api.ts:2146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2146)
+[generated-client/api/items-api.ts:2260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2260)
___
@@ -835,7 +910,7 @@ Optional filter by minimum critic rating.
#### Defined in
-[generated-client/api/items-api.ts:2153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2153)
+[generated-client/api/items-api.ts:2267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2267)
___
@@ -849,7 +924,7 @@ Optional. The minimum last saved date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:2167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2167)
+[generated-client/api/items-api.ts:2281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2281)
___
@@ -863,7 +938,7 @@ Optional. The minimum last saved date for the current user. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:2174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2174)
+[generated-client/api/items-api.ts:2288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2288)
___
@@ -877,7 +952,7 @@ Optional. Filter by the minimum height of the item.
#### Defined in
-[generated-client/api/items-api.ts:2510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2510)
+[generated-client/api/items-api.ts:2659](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2659)
___
@@ -891,7 +966,7 @@ Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/items-api.ts:2468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2468)
+[generated-client/api/items-api.ts:2617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2617)
___
@@ -905,7 +980,7 @@ Optional. The minimum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:2160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2160)
+[generated-client/api/items-api.ts:2274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2274)
___
@@ -919,7 +994,7 @@ Optional. Filter by the minimum width of the item.
#### Defined in
-[generated-client/api/items-api.ts:2503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2503)
+[generated-client/api/items-api.ts:2652](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2652)
___
@@ -933,7 +1008,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/items-api.ts:2559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2559)
+[generated-client/api/items-api.ts:2708](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2708)
___
@@ -947,7 +1022,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/items-api.ts:2552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2552)
+[generated-client/api/items-api.ts:2701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2701)
___
@@ -961,7 +1036,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/items-api.ts:2545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2545)
+[generated-client/api/items-api.ts:2694](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2694)
___
@@ -969,13 +1044,13 @@ ___
• `Optional` `Readonly` **officialRatings**: `string`[]
-Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2335)
+[generated-client/api/items-api.ts:2484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2484)
___
@@ -989,7 +1064,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/items-api.ts:2258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2258)
+[generated-client/api/items-api.ts:2407](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2407)
___
@@ -1003,7 +1078,7 @@ Optional filter by parent index number.
#### Defined in
-[generated-client/api/items-api.ts:2090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2090)
+[generated-client/api/items-api.ts:2204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2204)
___
@@ -1017,7 +1092,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:2377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2377)
+[generated-client/api/items-api.ts:2526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2526)
___
@@ -1031,7 +1106,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:2384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2384)
+[generated-client/api/items-api.ts:2533](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2533)
___
@@ -1045,7 +1120,7 @@ Optional. If specified, along with Person, results will be filtered to include o
#### Defined in
-[generated-client/api/items-api.ts:2391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2391)
+[generated-client/api/items-api.ts:2540](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2540)
___
@@ -1059,7 +1134,7 @@ When searching within folders, this determines whether or not the search will be
#### Defined in
-[generated-client/api/items-api.ts:2237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2237)
+[generated-client/api/items-api.ts:2386](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2386)
___
@@ -1073,7 +1148,7 @@ Optional. Filter based on a search term.
#### Defined in
-[generated-client/api/items-api.ts:2244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2244)
+[generated-client/api/items-api.ts:2393](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2393)
___
@@ -1081,13 +1156,13 @@ ___
• `Optional` `Readonly` **seriesStatus**: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[]
-Optional filter by Series Status. Allows multiple, comma delimeted.
+Optional filter by Series Status. Allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2538)
+[generated-client/api/items-api.ts:2687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2687)
___
@@ -1095,13 +1170,13 @@ ___
• `Optional` `Readonly` **sortBy**: `string`[]
-Optional. Specify one or more sort orders, comma delimeted. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
+Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2314)
+[generated-client/api/items-api.ts:2463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2463)
___
@@ -1115,7 +1190,7 @@ Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/items-api.ts:2251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2251)
+[generated-client/api/items-api.ts:2400](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2400)
___
@@ -1129,7 +1204,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/items-api.ts:2223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2223)
+[generated-client/api/items-api.ts:2372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2372)
___
@@ -1137,13 +1212,13 @@ ___
• `Optional` `Readonly` **studioIds**: `string`[]
-Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2566)
+[generated-client/api/items-api.ts:2715](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2715)
___
@@ -1151,13 +1226,13 @@ ___
• `Optional` `Readonly` **studios**: `string`[]
-Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2398)
+[generated-client/api/items-api.ts:2547](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2547)
___
@@ -1165,13 +1240,13 @@ ___
• `Optional` `Readonly` **tags**: `string`[]
-Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimeted.
+Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2342)
+[generated-client/api/items-api.ts:2491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2491)
___
@@ -1185,7 +1260,7 @@ The user id supplied as query parameter.
#### Defined in
-[generated-client/api/items-api.ts:2034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2034)
+[generated-client/api/items-api.ts:2148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2148)
___
@@ -1193,13 +1268,13 @@ ___
• `Optional` `Readonly` **videoTypes**: [`VideoType`](../enums/generated_client.VideoType.md)[]
-Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimeted.
+Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2461)
+[generated-client/api/items-api.ts:2610](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2610)
___
@@ -1207,10 +1282,10 @@ ___
• `Optional` `Readonly` **years**: `number`[]
-Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimeted.
+Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
**`memberof`** ItemsApiGetItemsByUserId
#### Defined in
-[generated-client/api/items-api.ts:2349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2349)
+[generated-client/api/items-api.ts:2498](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2498)
diff --git a/docs/interfaces/generated_client.ItemsApiGetItemsRequest.md b/docs/interfaces/generated_client.ItemsApiGetItemsRequest.md
index 13f3f37fc..09e0f2933 100644
--- a/docs/interfaces/generated_client.ItemsApiGetItemsRequest.md
+++ b/docs/interfaces/generated_client.ItemsApiGetItemsRequest.md
@@ -53,10 +53,15 @@ Request parameters for getItems operation in ItemsApi.
- [is4K](generated_client.ItemsApiGetItemsRequest.md#is4k)
- [isFavorite](generated_client.ItemsApiGetItemsRequest.md#isfavorite)
- [isHd](generated_client.ItemsApiGetItemsRequest.md#ishd)
+- [isKids](generated_client.ItemsApiGetItemsRequest.md#iskids)
- [isLocked](generated_client.ItemsApiGetItemsRequest.md#islocked)
- [isMissing](generated_client.ItemsApiGetItemsRequest.md#ismissing)
+- [isMovie](generated_client.ItemsApiGetItemsRequest.md#ismovie)
+- [isNews](generated_client.ItemsApiGetItemsRequest.md#isnews)
- [isPlaceHolder](generated_client.ItemsApiGetItemsRequest.md#isplaceholder)
- [isPlayed](generated_client.ItemsApiGetItemsRequest.md#isplayed)
+- [isSeries](generated_client.ItemsApiGetItemsRequest.md#isseries)
+- [isSports](generated_client.ItemsApiGetItemsRequest.md#issports)
- [isUnaired](generated_client.ItemsApiGetItemsRequest.md#isunaired)
- [limit](generated_client.ItemsApiGetItemsRequest.md#limit)
- [locationTypes](generated_client.ItemsApiGetItemsRequest.md#locationtypes)
@@ -107,7 +112,7 @@ Optional. Return items that are siblings of a supplied item.
#### Defined in
-[generated-client/api/items-api.ts:1516](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1516)
+[generated-client/api/items-api.ts:1595](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1595)
___
@@ -121,7 +126,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:1859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1859)
+[generated-client/api/items-api.ts:1973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1973)
___
@@ -135,7 +140,7 @@ Optional. If specified, results will be filtered based on album id. This allows
#### Defined in
-[generated-client/api/items-api.ts:1880](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1880)
+[generated-client/api/items-api.ts:1994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1994)
___
@@ -149,7 +154,7 @@ Optional. If specified, results will be filtered based on album. This allows mul
#### Defined in
-[generated-client/api/items-api.ts:1873](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1873)
+[generated-client/api/items-api.ts:1987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1987)
___
@@ -163,7 +168,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:1852](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1852)
+[generated-client/api/items-api.ts:1966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1966)
___
@@ -177,7 +182,7 @@ Optional. If specified, results will be filtered based on artists. This allows m
#### Defined in
-[generated-client/api/items-api.ts:1838](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1838)
+[generated-client/api/items-api.ts:1952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1952)
___
@@ -191,7 +196,7 @@ Whether or not to hide items behind their boxsets.
#### Defined in
-[generated-client/api/items-api.ts:1929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1929)
+[generated-client/api/items-api.ts:2043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2043)
___
@@ -205,7 +210,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:1866](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1866)
+[generated-client/api/items-api.ts:1980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1980)
___
@@ -219,7 +224,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/items-api.ts:1803](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1803)
+[generated-client/api/items-api.ts:1917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1917)
___
@@ -233,7 +238,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/items-api.ts:2020](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2020)
+[generated-client/api/items-api.ts:2134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2134)
___
@@ -247,7 +252,7 @@ Optional. Enable the total record count.
#### Defined in
-[generated-client/api/items-api.ts:2013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2013)
+[generated-client/api/items-api.ts:2127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2127)
___
@@ -261,7 +266,7 @@ Optional, include user data.
#### Defined in
-[generated-client/api/items-api.ts:1789](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1789)
+[generated-client/api/items-api.ts:1903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1903)
___
@@ -275,7 +280,7 @@ Optional. If specified, results will be filtered based on artist id. This allows
#### Defined in
-[generated-client/api/items-api.ts:1845](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1845)
+[generated-client/api/items-api.ts:1959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1959)
___
@@ -289,13 +294,13 @@ Optional. If specified, results will be filtered by excluding item ids. This all
#### Defined in
-[generated-client/api/items-api.ts:1649](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1649)
+[generated-client/api/items-api.ts:1763](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1763)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -303,7 +308,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/items-api.ts:1705](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1705)
+[generated-client/api/items-api.ts:1819](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1819)
___
@@ -317,7 +322,7 @@ Optional. If specified, results will be filtered based on the LocationType. This
#### Defined in
-[generated-client/api/items-api.ts:1558](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1558)
+[generated-client/api/items-api.ts:1637](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1637)
___
@@ -331,7 +336,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/items-api.ts:1698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1698)
+[generated-client/api/items-api.ts:1812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1812)
___
@@ -345,7 +350,7 @@ Optional. Specify additional filters to apply. This allows multiple, comma delim
#### Defined in
-[generated-client/api/items-api.ts:1719](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1719)
+[generated-client/api/items-api.ts:1833](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1833)
___
@@ -359,7 +364,7 @@ Optional. If specified, results will be filtered based on genre id. This allows
#### Defined in
-[generated-client/api/items-api.ts:2006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2006)
+[generated-client/api/items-api.ts:2120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2120)
___
@@ -373,7 +378,7 @@ Optional. If specified, results will be filtered based on genre. This allows mul
#### Defined in
-[generated-client/api/items-api.ts:1761](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1761)
+[generated-client/api/items-api.ts:1875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1875)
___
@@ -387,7 +392,7 @@ Optional filter by items that have an imdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:1628](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1628)
+[generated-client/api/items-api.ts:1707](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1707)
___
@@ -401,7 +406,7 @@ Optional filter by items that have official ratings.
#### Defined in
-[generated-client/api/items-api.ts:1922](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1922)
+[generated-client/api/items-api.ts:2036](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2036)
___
@@ -415,7 +420,7 @@ Optional filter by items that have an overview or not.
#### Defined in
-[generated-client/api/items-api.ts:1621](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1621)
+[generated-client/api/items-api.ts:1700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1700)
___
@@ -429,7 +434,7 @@ Optional filter by items that have or do not have a parental rating.
#### Defined in
-[generated-client/api/items-api.ts:1530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1530)
+[generated-client/api/items-api.ts:1609](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1609)
___
@@ -443,7 +448,7 @@ Optional filter by items with special features.
#### Defined in
-[generated-client/api/items-api.ts:1502](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1502)
+[generated-client/api/items-api.ts:1581](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1581)
___
@@ -457,7 +462,7 @@ Optional filter by items with subtitles.
#### Defined in
-[generated-client/api/items-api.ts:1495](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1495)
+[generated-client/api/items-api.ts:1574](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1574)
___
@@ -471,7 +476,7 @@ Optional filter by items with theme songs.
#### Defined in
-[generated-client/api/items-api.ts:1481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1481)
+[generated-client/api/items-api.ts:1560](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1560)
___
@@ -485,7 +490,7 @@ Optional filter by items with theme videos.
#### Defined in
-[generated-client/api/items-api.ts:1488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1488)
+[generated-client/api/items-api.ts:1567](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1567)
___
@@ -499,7 +504,7 @@ Optional filter by items that have a tmdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:1635](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1635)
+[generated-client/api/items-api.ts:1714](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1714)
___
@@ -513,7 +518,7 @@ Optional filter by items with trailers.
#### Defined in
-[generated-client/api/items-api.ts:1509](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1509)
+[generated-client/api/items-api.ts:1588](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1588)
___
@@ -527,7 +532,7 @@ Optional filter by items that have a tvdb id or not.
#### Defined in
-[generated-client/api/items-api.ts:1642](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1642)
+[generated-client/api/items-api.ts:1721](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1721)
___
@@ -541,7 +546,7 @@ Optional. If specific items are needed, specify a list of item id\'s to retr
#### Defined in
-[generated-client/api/items-api.ts:1887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1887)
+[generated-client/api/items-api.ts:2001](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2001)
___
@@ -555,7 +560,7 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/items-api.ts:1796](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1796)
+[generated-client/api/items-api.ts:1910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1910)
___
@@ -569,13 +574,13 @@ Optional. If specified, results will be filtered based on those containing image
#### Defined in
-[generated-client/api/items-api.ts:1740](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1740)
+[generated-client/api/items-api.ts:1854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1854)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.
@@ -583,7 +588,7 @@ Optional. If specified, results will be filtered based on the item type. This al
#### Defined in
-[generated-client/api/items-api.ts:1712](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1712)
+[generated-client/api/items-api.ts:1826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1826)
___
@@ -597,7 +602,7 @@ Optional filter by items that are 3D, or not.
#### Defined in
-[generated-client/api/items-api.ts:1964](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1964)
+[generated-client/api/items-api.ts:2078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2078)
___
@@ -611,7 +616,7 @@ Optional filter by items that are 4K or not.
#### Defined in
-[generated-client/api/items-api.ts:1544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1544)
+[generated-client/api/items-api.ts:1623](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1623)
___
@@ -625,7 +630,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/items-api.ts:1726](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1726)
+[generated-client/api/items-api.ts:1840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1840)
___
@@ -639,7 +644,21 @@ Optional filter by items that are HD or not.
#### Defined in
-[generated-client/api/items-api.ts:1537](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1537)
+[generated-client/api/items-api.ts:1616](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1616)
+
+___
+
+### isKids
+
+• `Optional` `Readonly` **isKids**: `boolean`
+
+Optional filter for live tv kids.
+
+**`memberof`** ItemsApiGetItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:1749](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1749)
___
@@ -653,7 +672,7 @@ Optional filter by items that are locked.
#### Defined in
-[generated-client/api/items-api.ts:1908](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1908)
+[generated-client/api/items-api.ts:2022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2022)
___
@@ -667,7 +686,35 @@ Optional filter by items that are missing episodes or not.
#### Defined in
-[generated-client/api/items-api.ts:1565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1565)
+[generated-client/api/items-api.ts:1644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1644)
+
+___
+
+### isMovie
+
+• `Optional` `Readonly` **isMovie**: `boolean`
+
+Optional filter for live tv movies.
+
+**`memberof`** ItemsApiGetItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:1728](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1728)
+
+___
+
+### isNews
+
+• `Optional` `Readonly` **isNews**: `boolean`
+
+Optional filter for live tv news.
+
+**`memberof`** ItemsApiGetItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:1742](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1742)
___
@@ -681,7 +728,7 @@ Optional filter by items that are placeholders.
#### Defined in
-[generated-client/api/items-api.ts:1915](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1915)
+[generated-client/api/items-api.ts:2029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2029)
___
@@ -695,7 +742,35 @@ Optional filter by items that are played, or not.
#### Defined in
-[generated-client/api/items-api.ts:1754](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1754)
+[generated-client/api/items-api.ts:1868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1868)
+
+___
+
+### isSeries
+
+• `Optional` `Readonly` **isSeries**: `boolean`
+
+Optional filter for live tv series.
+
+**`memberof`** ItemsApiGetItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:1735](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1735)
+
+___
+
+### isSports
+
+• `Optional` `Readonly` **isSports**: `boolean`
+
+Optional filter for live tv sports.
+
+**`memberof`** ItemsApiGetItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:1756](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1756)
___
@@ -709,7 +784,7 @@ Optional filter by items that are unaired episodes or not.
#### Defined in
-[generated-client/api/items-api.ts:1572](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1572)
+[generated-client/api/items-api.ts:1651](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1651)
___
@@ -723,7 +798,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/items-api.ts:1663](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1663)
+[generated-client/api/items-api.ts:1777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1777)
___
@@ -737,7 +812,7 @@ Optional. If specified, results will be filtered based on LocationType. This all
#### Defined in
-[generated-client/api/items-api.ts:1551](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1551)
+[generated-client/api/items-api.ts:1630](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1630)
___
@@ -751,7 +826,7 @@ Optional. Filter by the maximum height of the item.
#### Defined in
-[generated-client/api/items-api.ts:1957](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1957)
+[generated-client/api/items-api.ts:2071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2071)
___
@@ -765,7 +840,7 @@ Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/items-api.ts:1474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1474)
+[generated-client/api/items-api.ts:1553](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1553)
___
@@ -779,7 +854,7 @@ Optional. The maximum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:1614](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1614)
+[generated-client/api/items-api.ts:1693](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1693)
___
@@ -793,7 +868,7 @@ Optional. Filter by the maximum width of the item.
#### Defined in
-[generated-client/api/items-api.ts:1950](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1950)
+[generated-client/api/items-api.ts:2064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2064)
___
@@ -807,7 +882,7 @@ Optional filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/items-api.ts:1733](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1733)
+[generated-client/api/items-api.ts:1847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1847)
___
@@ -821,7 +896,7 @@ Optional filter by minimum community rating.
#### Defined in
-[generated-client/api/items-api.ts:1579](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1579)
+[generated-client/api/items-api.ts:1658](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1658)
___
@@ -835,7 +910,7 @@ Optional filter by minimum critic rating.
#### Defined in
-[generated-client/api/items-api.ts:1586](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1586)
+[generated-client/api/items-api.ts:1665](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1665)
___
@@ -849,7 +924,7 @@ Optional. The minimum last saved date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:1600](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1600)
+[generated-client/api/items-api.ts:1679](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1679)
___
@@ -863,7 +938,7 @@ Optional. The minimum last saved date for the current user. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:1607](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1607)
+[generated-client/api/items-api.ts:1686](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1686)
___
@@ -877,7 +952,7 @@ Optional. Filter by the minimum height of the item.
#### Defined in
-[generated-client/api/items-api.ts:1943](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1943)
+[generated-client/api/items-api.ts:2057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2057)
___
@@ -891,7 +966,7 @@ Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/items-api.ts:1901](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1901)
+[generated-client/api/items-api.ts:2015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2015)
___
@@ -905,7 +980,7 @@ Optional. The minimum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/items-api.ts:1593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1593)
+[generated-client/api/items-api.ts:1672](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1672)
___
@@ -919,7 +994,7 @@ Optional. Filter by the minimum width of the item.
#### Defined in
-[generated-client/api/items-api.ts:1936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1936)
+[generated-client/api/items-api.ts:2050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2050)
___
@@ -933,7 +1008,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/items-api.ts:1992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1992)
+[generated-client/api/items-api.ts:2106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2106)
___
@@ -947,7 +1022,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/items-api.ts:1985](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1985)
+[generated-client/api/items-api.ts:2099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2099)
___
@@ -961,7 +1036,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/items-api.ts:1978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1978)
+[generated-client/api/items-api.ts:2092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2092)
___
@@ -975,7 +1050,7 @@ Optional. If specified, results will be filtered based on OfficialRating. This a
#### Defined in
-[generated-client/api/items-api.ts:1768](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1768)
+[generated-client/api/items-api.ts:1882](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1882)
___
@@ -989,7 +1064,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/items-api.ts:1691](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1691)
+[generated-client/api/items-api.ts:1805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1805)
___
@@ -1003,7 +1078,7 @@ Optional filter by parent index number.
#### Defined in
-[generated-client/api/items-api.ts:1523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1523)
+[generated-client/api/items-api.ts:1602](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1602)
___
@@ -1017,7 +1092,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:1810](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1810)
+[generated-client/api/items-api.ts:1924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1924)
___
@@ -1031,7 +1106,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/items-api.ts:1817](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1817)
+[generated-client/api/items-api.ts:1931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1931)
___
@@ -1045,7 +1120,7 @@ Optional. If specified, along with Person, results will be filtered to include o
#### Defined in
-[generated-client/api/items-api.ts:1824](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1824)
+[generated-client/api/items-api.ts:1938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1938)
___
@@ -1059,7 +1134,7 @@ When searching within folders, this determines whether or not the search will be
#### Defined in
-[generated-client/api/items-api.ts:1670](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1670)
+[generated-client/api/items-api.ts:1784](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1784)
___
@@ -1073,7 +1148,7 @@ Optional. Filter based on a search term.
#### Defined in
-[generated-client/api/items-api.ts:1677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1677)
+[generated-client/api/items-api.ts:1791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1791)
___
@@ -1087,7 +1162,7 @@ Optional filter by Series Status. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/items-api.ts:1971](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1971)
+[generated-client/api/items-api.ts:2085](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2085)
___
@@ -1101,7 +1176,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Album, Albu
#### Defined in
-[generated-client/api/items-api.ts:1747](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1747)
+[generated-client/api/items-api.ts:1861](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1861)
___
@@ -1115,7 +1190,7 @@ Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/items-api.ts:1684](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1684)
+[generated-client/api/items-api.ts:1798](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1798)
___
@@ -1129,7 +1204,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/items-api.ts:1656](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1656)
+[generated-client/api/items-api.ts:1770](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1770)
___
@@ -1143,7 +1218,7 @@ Optional. If specified, results will be filtered based on studio id. This allows
#### Defined in
-[generated-client/api/items-api.ts:1999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1999)
+[generated-client/api/items-api.ts:2113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2113)
___
@@ -1157,7 +1232,7 @@ Optional. If specified, results will be filtered based on studio. This allows mu
#### Defined in
-[generated-client/api/items-api.ts:1831](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1831)
+[generated-client/api/items-api.ts:1945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1945)
___
@@ -1171,7 +1246,7 @@ Optional. If specified, results will be filtered based on tag. This allows multi
#### Defined in
-[generated-client/api/items-api.ts:1775](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1775)
+[generated-client/api/items-api.ts:1889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1889)
___
@@ -1185,7 +1260,7 @@ The user id supplied as query parameter.
#### Defined in
-[generated-client/api/items-api.ts:1467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1467)
+[generated-client/api/items-api.ts:1546](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1546)
___
@@ -1199,7 +1274,7 @@ Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, com
#### Defined in
-[generated-client/api/items-api.ts:1894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1894)
+[generated-client/api/items-api.ts:2008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2008)
___
@@ -1213,4 +1288,4 @@ Optional. If specified, results will be filtered based on production year. This
#### Defined in
-[generated-client/api/items-api.ts:1782](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1782)
+[generated-client/api/items-api.ts:1896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1896)
diff --git a/docs/interfaces/generated_client.ItemsApiGetResumeItemsRequest.md b/docs/interfaces/generated_client.ItemsApiGetResumeItemsRequest.md
index 488cd8647..8df9eca53 100644
--- a/docs/interfaces/generated_client.ItemsApiGetResumeItemsRequest.md
+++ b/docs/interfaces/generated_client.ItemsApiGetResumeItemsRequest.md
@@ -18,6 +18,7 @@ Request parameters for getResumeItems operation in ItemsApi.
- [enableImages](generated_client.ItemsApiGetResumeItemsRequest.md#enableimages)
- [enableTotalRecordCount](generated_client.ItemsApiGetResumeItemsRequest.md#enabletotalrecordcount)
- [enableUserData](generated_client.ItemsApiGetResumeItemsRequest.md#enableuserdata)
+- [excludeActiveSessions](generated_client.ItemsApiGetResumeItemsRequest.md#excludeactivesessions)
- [excludeItemTypes](generated_client.ItemsApiGetResumeItemsRequest.md#excludeitemtypes)
- [fields](generated_client.ItemsApiGetResumeItemsRequest.md#fields)
- [imageTypeLimit](generated_client.ItemsApiGetResumeItemsRequest.md#imagetypelimit)
@@ -41,7 +42,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/items-api.ts:2664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2664)
+[generated-client/api/items-api.ts:2813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2813)
___
@@ -55,7 +56,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/items-api.ts:2692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2692)
+[generated-client/api/items-api.ts:2841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2841)
___
@@ -69,7 +70,7 @@ Optional. Enable the total record count.
#### Defined in
-[generated-client/api/items-api.ts:2685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2685)
+[generated-client/api/items-api.ts:2834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2834)
___
@@ -83,13 +84,27 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/items-api.ts:2650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2650)
+[generated-client/api/items-api.ts:2799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2799)
+
+___
+
+### excludeActiveSessions
+
+• `Optional` `Readonly` **excludeActiveSessions**: `boolean`
+
+Optional. Whether to exclude the currently active sessions.
+
+**`memberof`** ItemsApiGetResumeItems
+
+#### Defined in
+
+[generated-client/api/items-api.ts:2848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2848)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -97,7 +112,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/items-api.ts:2671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2671)
+[generated-client/api/items-api.ts:2820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2820)
___
@@ -111,7 +126,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/items-api.ts:2636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2636)
+[generated-client/api/items-api.ts:2785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2785)
___
@@ -125,13 +140,13 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/items-api.ts:2657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2657)
+[generated-client/api/items-api.ts:2806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2806)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.
@@ -139,7 +154,7 @@ Optional. If specified, results will be filtered based on the item type. This al
#### Defined in
-[generated-client/api/items-api.ts:2678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2678)
+[generated-client/api/items-api.ts:2827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2827)
___
@@ -153,7 +168,7 @@ The item limit.
#### Defined in
-[generated-client/api/items-api.ts:2615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2615)
+[generated-client/api/items-api.ts:2764](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2764)
___
@@ -167,7 +182,7 @@ Optional. Filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/items-api.ts:2643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2643)
+[generated-client/api/items-api.ts:2792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2792)
___
@@ -181,7 +196,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/items-api.ts:2629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2629)
+[generated-client/api/items-api.ts:2778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2778)
___
@@ -195,7 +210,7 @@ The search term.
#### Defined in
-[generated-client/api/items-api.ts:2622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2622)
+[generated-client/api/items-api.ts:2771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2771)
___
@@ -209,7 +224,7 @@ The start index.
#### Defined in
-[generated-client/api/items-api.ts:2608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2608)
+[generated-client/api/items-api.ts:2757](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2757)
___
@@ -223,4 +238,4 @@ The user id.
#### Defined in
-[generated-client/api/items-api.ts:2601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L2601)
+[generated-client/api/items-api.ts:2750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L2750)
diff --git a/docs/interfaces/generated_client.JoinGroupRequestDto.md b/docs/interfaces/generated_client.JoinGroupRequestDto.md
index 4f3cf547f..af987f301 100644
--- a/docs/interfaces/generated_client.JoinGroupRequestDto.md
+++ b/docs/interfaces/generated_client.JoinGroupRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the group identifier.
#### Defined in
-[generated-client/models/join-group-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/join-group-request-dto.ts#L28)
+[generated-client/models/join-group-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/join-group-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.LibraryApiDeleteItemRequest.md b/docs/interfaces/generated_client.LibraryApiDeleteItemRequest.md
index 51795653a..2b5ea6b65 100644
--- a/docs/interfaces/generated_client.LibraryApiDeleteItemRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiDeleteItemRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1777)
+[generated-client/api/library-api.ts:1777](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1777)
diff --git a/docs/interfaces/generated_client.LibraryApiDeleteItemsRequest.md b/docs/interfaces/generated_client.LibraryApiDeleteItemsRequest.md
index 1ee7ad668..2ea11175e 100644
--- a/docs/interfaces/generated_client.LibraryApiDeleteItemsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiDeleteItemsRequest.md
@@ -28,4 +28,4 @@ The item ids.
#### Defined in
-[generated-client/api/library-api.ts:1791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1791)
+[generated-client/api/library-api.ts:1791](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1791)
diff --git a/docs/interfaces/generated_client.LibraryApiGetAncestorsRequest.md b/docs/interfaces/generated_client.LibraryApiGetAncestorsRequest.md
index 64f54539e..9803ac68b 100644
--- a/docs/interfaces/generated_client.LibraryApiGetAncestorsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetAncestorsRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1805)
+[generated-client/api/library-api.ts:1805](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1805)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:1812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1812)
+[generated-client/api/library-api.ts:1812](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1812)
diff --git a/docs/interfaces/generated_client.LibraryApiGetCriticReviewsRequest.md b/docs/interfaces/generated_client.LibraryApiGetCriticReviewsRequest.md
index 097ee2d72..5ffd8a0dd 100644
--- a/docs/interfaces/generated_client.LibraryApiGetCriticReviewsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetCriticReviewsRequest.md
@@ -26,4 +26,4 @@ Request parameters for getCriticReviews operation in LibraryApi.
#### Defined in
-[generated-client/api/library-api.ts:1826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1826)
+[generated-client/api/library-api.ts:1826](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1826)
diff --git a/docs/interfaces/generated_client.LibraryApiGetDownloadRequest.md b/docs/interfaces/generated_client.LibraryApiGetDownloadRequest.md
index 6b0ab2b33..67664bbd8 100644
--- a/docs/interfaces/generated_client.LibraryApiGetDownloadRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetDownloadRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1840)
+[generated-client/api/library-api.ts:1840](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1840)
diff --git a/docs/interfaces/generated_client.LibraryApiGetFileRequest.md b/docs/interfaces/generated_client.LibraryApiGetFileRequest.md
index d7486994b..e67f80754 100644
--- a/docs/interfaces/generated_client.LibraryApiGetFileRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetFileRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1854)
+[generated-client/api/library-api.ts:1854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1854)
diff --git a/docs/interfaces/generated_client.LibraryApiGetItemCountsRequest.md b/docs/interfaces/generated_client.LibraryApiGetItemCountsRequest.md
index 9bbb1302f..7e18c7c80 100644
--- a/docs/interfaces/generated_client.LibraryApiGetItemCountsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetItemCountsRequest.md
@@ -29,7 +29,7 @@ Optional. Get counts of favorite items.
#### Defined in
-[generated-client/api/library-api.ts:1875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1875)
+[generated-client/api/library-api.ts:1875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1875)
___
@@ -43,4 +43,4 @@ Optional. Get counts from a specific user\'s library.
#### Defined in
-[generated-client/api/library-api.ts:1868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1868)
+[generated-client/api/library-api.ts:1868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1868)
diff --git a/docs/interfaces/generated_client.LibraryApiGetLibraryOptionsInfoRequest.md b/docs/interfaces/generated_client.LibraryApiGetLibraryOptionsInfoRequest.md
index 0958f7dd3..0888f28b9 100644
--- a/docs/interfaces/generated_client.LibraryApiGetLibraryOptionsInfoRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetLibraryOptionsInfoRequest.md
@@ -29,7 +29,7 @@ Whether this is a new library.
#### Defined in
-[generated-client/api/library-api.ts:1896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1896)
+[generated-client/api/library-api.ts:1896](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1896)
___
@@ -43,4 +43,4 @@ Library content type.
#### Defined in
-[generated-client/api/library-api.ts:1889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1889)
+[generated-client/api/library-api.ts:1889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1889)
diff --git a/docs/interfaces/generated_client.LibraryApiGetMediaFoldersRequest.md b/docs/interfaces/generated_client.LibraryApiGetMediaFoldersRequest.md
index a80b04ea6..82035ccff 100644
--- a/docs/interfaces/generated_client.LibraryApiGetMediaFoldersRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetMediaFoldersRequest.md
@@ -28,4 +28,4 @@ Optional. Filter by folders that are marked hidden, or not.
#### Defined in
-[generated-client/api/library-api.ts:1910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1910)
+[generated-client/api/library-api.ts:1910](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1910)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarAlbumsRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarAlbumsRequest.md
index a65f499cc..30908be2a 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarAlbumsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarAlbumsRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:1931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1931)
+[generated-client/api/library-api.ts:1931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1931)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:1952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1952)
+[generated-client/api/library-api.ts:1952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1952)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1924)
+[generated-client/api/library-api.ts:1924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1924)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:1945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1945)
+[generated-client/api/library-api.ts:1945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1945)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:1938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1938)
+[generated-client/api/library-api.ts:1938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1938)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarArtistsRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarArtistsRequest.md
index 1565f6d98..a525290b0 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarArtistsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarArtistsRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:1973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1973)
+[generated-client/api/library-api.ts:1973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1973)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:1994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1994)
+[generated-client/api/library-api.ts:1994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1994)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:1966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1966)
+[generated-client/api/library-api.ts:1966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1966)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:1987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1987)
+[generated-client/api/library-api.ts:1987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1987)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:1980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1980)
+[generated-client/api/library-api.ts:1980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1980)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarItemsRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarItemsRequest.md
index 759803b6c..ffb059d87 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarItemsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarItemsRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:2015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2015)
+[generated-client/api/library-api.ts:2015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2015)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:2036](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2036)
+[generated-client/api/library-api.ts:2036](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2036)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2008)
+[generated-client/api/library-api.ts:2008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2008)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:2029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2029)
+[generated-client/api/library-api.ts:2029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2029)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2022)
+[generated-client/api/library-api.ts:2022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2022)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarMoviesRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarMoviesRequest.md
index b6ef42193..a982d4ed8 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarMoviesRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarMoviesRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:2057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2057)
+[generated-client/api/library-api.ts:2057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2057)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:2078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2078)
+[generated-client/api/library-api.ts:2078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2078)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2050)
+[generated-client/api/library-api.ts:2050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2050)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:2071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2071)
+[generated-client/api/library-api.ts:2071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2071)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2064)
+[generated-client/api/library-api.ts:2064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2064)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarShowsRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarShowsRequest.md
index b31be4d63..653a58ffb 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarShowsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarShowsRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:2099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2099)
+[generated-client/api/library-api.ts:2099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2099)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:2120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2120)
+[generated-client/api/library-api.ts:2120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2120)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2092)
+[generated-client/api/library-api.ts:2092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2092)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:2113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2113)
+[generated-client/api/library-api.ts:2113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2113)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2106)
+[generated-client/api/library-api.ts:2106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2106)
diff --git a/docs/interfaces/generated_client.LibraryApiGetSimilarTrailersRequest.md b/docs/interfaces/generated_client.LibraryApiGetSimilarTrailersRequest.md
index 31886b1cf..7a05c34cf 100644
--- a/docs/interfaces/generated_client.LibraryApiGetSimilarTrailersRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetSimilarTrailersRequest.md
@@ -32,7 +32,7 @@ Exclude artist ids.
#### Defined in
-[generated-client/api/library-api.ts:2141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2141)
+[generated-client/api/library-api.ts:2141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2141)
___
@@ -46,7 +46,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/library-api.ts:2162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2162)
+[generated-client/api/library-api.ts:2162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2162)
___
@@ -60,7 +60,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2134)
+[generated-client/api/library-api.ts:2134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2134)
___
@@ -74,7 +74,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/library-api.ts:2155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2155)
+[generated-client/api/library-api.ts:2155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2155)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2148)
+[generated-client/api/library-api.ts:2148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2148)
diff --git a/docs/interfaces/generated_client.LibraryApiGetThemeMediaRequest.md b/docs/interfaces/generated_client.LibraryApiGetThemeMediaRequest.md
index b0b7bc11b..1a0818ac4 100644
--- a/docs/interfaces/generated_client.LibraryApiGetThemeMediaRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetThemeMediaRequest.md
@@ -30,7 +30,7 @@ Optional. Determines whether or not parent items should be searched for theme me
#### Defined in
-[generated-client/api/library-api.ts:2190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2190)
+[generated-client/api/library-api.ts:2190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2190)
___
@@ -44,7 +44,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2176)
+[generated-client/api/library-api.ts:2176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2176)
___
@@ -58,4 +58,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2183)
+[generated-client/api/library-api.ts:2183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2183)
diff --git a/docs/interfaces/generated_client.LibraryApiGetThemeSongsRequest.md b/docs/interfaces/generated_client.LibraryApiGetThemeSongsRequest.md
index 2273a68c6..3dfa7ff52 100644
--- a/docs/interfaces/generated_client.LibraryApiGetThemeSongsRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetThemeSongsRequest.md
@@ -30,7 +30,7 @@ Optional. Determines whether or not parent items should be searched for theme me
#### Defined in
-[generated-client/api/library-api.ts:2218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2218)
+[generated-client/api/library-api.ts:2218](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2218)
___
@@ -44,7 +44,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2204)
+[generated-client/api/library-api.ts:2204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2204)
___
@@ -58,4 +58,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2211)
+[generated-client/api/library-api.ts:2211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2211)
diff --git a/docs/interfaces/generated_client.LibraryApiGetThemeVideosRequest.md b/docs/interfaces/generated_client.LibraryApiGetThemeVideosRequest.md
index e0a3b0cb6..589e234a9 100644
--- a/docs/interfaces/generated_client.LibraryApiGetThemeVideosRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiGetThemeVideosRequest.md
@@ -30,7 +30,7 @@ Optional. Determines whether or not parent items should be searched for theme me
#### Defined in
-[generated-client/api/library-api.ts:2246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2246)
+[generated-client/api/library-api.ts:2246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2246)
___
@@ -44,7 +44,7 @@ The item id.
#### Defined in
-[generated-client/api/library-api.ts:2232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2232)
+[generated-client/api/library-api.ts:2232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2232)
___
@@ -58,4 +58,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/library-api.ts:2239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2239)
+[generated-client/api/library-api.ts:2239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2239)
diff --git a/docs/interfaces/generated_client.LibraryApiPostAddedMoviesRequest.md b/docs/interfaces/generated_client.LibraryApiPostAddedMoviesRequest.md
index 077dd621d..936405faa 100644
--- a/docs/interfaces/generated_client.LibraryApiPostAddedMoviesRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiPostAddedMoviesRequest.md
@@ -29,7 +29,7 @@ The imdbId.
#### Defined in
-[generated-client/api/library-api.ts:2267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2267)
+[generated-client/api/library-api.ts:2267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2267)
___
@@ -43,4 +43,4 @@ The tmdbId.
#### Defined in
-[generated-client/api/library-api.ts:2260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2260)
+[generated-client/api/library-api.ts:2260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2260)
diff --git a/docs/interfaces/generated_client.LibraryApiPostAddedSeriesRequest.md b/docs/interfaces/generated_client.LibraryApiPostAddedSeriesRequest.md
index f7c07d021..a0fe1a6dd 100644
--- a/docs/interfaces/generated_client.LibraryApiPostAddedSeriesRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiPostAddedSeriesRequest.md
@@ -28,4 +28,4 @@ The tvdbId.
#### Defined in
-[generated-client/api/library-api.ts:2281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2281)
+[generated-client/api/library-api.ts:2281](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2281)
diff --git a/docs/interfaces/generated_client.LibraryApiPostUpdatedMediaRequest.md b/docs/interfaces/generated_client.LibraryApiPostUpdatedMediaRequest.md
index 838549597..f38003cbe 100644
--- a/docs/interfaces/generated_client.LibraryApiPostUpdatedMediaRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiPostUpdatedMediaRequest.md
@@ -28,4 +28,4 @@ The update paths.
#### Defined in
-[generated-client/api/library-api.ts:2295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2295)
+[generated-client/api/library-api.ts:2295](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2295)
diff --git a/docs/interfaces/generated_client.LibraryApiPostUpdatedMoviesRequest.md b/docs/interfaces/generated_client.LibraryApiPostUpdatedMoviesRequest.md
index 9756bd673..4edf2161e 100644
--- a/docs/interfaces/generated_client.LibraryApiPostUpdatedMoviesRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiPostUpdatedMoviesRequest.md
@@ -29,7 +29,7 @@ The imdbId.
#### Defined in
-[generated-client/api/library-api.ts:2316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2316)
+[generated-client/api/library-api.ts:2316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2316)
___
@@ -43,4 +43,4 @@ The tmdbId.
#### Defined in
-[generated-client/api/library-api.ts:2309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2309)
+[generated-client/api/library-api.ts:2309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2309)
diff --git a/docs/interfaces/generated_client.LibraryApiPostUpdatedSeriesRequest.md b/docs/interfaces/generated_client.LibraryApiPostUpdatedSeriesRequest.md
index 5061f8f45..1cfd6dda6 100644
--- a/docs/interfaces/generated_client.LibraryApiPostUpdatedSeriesRequest.md
+++ b/docs/interfaces/generated_client.LibraryApiPostUpdatedSeriesRequest.md
@@ -28,4 +28,4 @@ The tvdbId.
#### Defined in
-[generated-client/api/library-api.ts:2330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L2330)
+[generated-client/api/library-api.ts:2330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L2330)
diff --git a/docs/interfaces/generated_client.LibraryOptionInfoDto.md b/docs/interfaces/generated_client.LibraryOptionInfoDto.md
index 788372d01..7722f0d6b 100644
--- a/docs/interfaces/generated_client.LibraryOptionInfoDto.md
+++ b/docs/interfaces/generated_client.LibraryOptionInfoDto.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether default enabled.
#### Defined in
-[generated-client/models/library-option-info-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-option-info-dto.ts#L34)
+[generated-client/models/library-option-info-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-option-info-dto.ts#L34)
___
@@ -43,4 +43,4 @@ Gets or sets name.
#### Defined in
-[generated-client/models/library-option-info-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-option-info-dto.ts#L28)
+[generated-client/models/library-option-info-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-option-info-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.LibraryOptions.md b/docs/interfaces/generated_client.LibraryOptions.md
index 20003eb1f..f952f739e 100644
--- a/docs/interfaces/generated_client.LibraryOptions.md
+++ b/docs/interfaces/generated_client.LibraryOptions.md
@@ -12,7 +12,9 @@
### Properties
+- [AllowEmbeddedSubtitles](generated_client.LibraryOptions.md#allowembeddedsubtitles)
- [AutomaticRefreshIntervalDays](generated_client.LibraryOptions.md#automaticrefreshintervaldays)
+- [AutomaticallyAddToCollection](generated_client.LibraryOptions.md#automaticallyaddtocollection)
- [DisabledLocalMetadataReaders](generated_client.LibraryOptions.md#disabledlocalmetadatareaders)
- [DisabledSubtitleFetchers](generated_client.LibraryOptions.md#disabledsubtitlefetchers)
- [EnableAutomaticSeriesGrouping](generated_client.LibraryOptions.md#enableautomaticseriesgrouping)
@@ -40,6 +42,18 @@
## Properties
+### AllowEmbeddedSubtitles
+
+• `Optional` **AllowEmbeddedSubtitles**: [`EmbeddedSubtitleOptions`](../enums/generated_client.EmbeddedSubtitleOptions.md)
+
+**`memberof`** LibraryOptions
+
+#### Defined in
+
+[generated-client/models/library-options.ts:182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L182)
+
+___
+
### AutomaticRefreshIntervalDays
• `Optional` **AutomaticRefreshIntervalDays**: `number`
@@ -48,31 +62,43 @@
#### Defined in
-[generated-client/models/library-options.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L90)
+[generated-client/models/library-options.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L92)
+
+___
+
+### AutomaticallyAddToCollection
+
+• `Optional` **AutomaticallyAddToCollection**: `boolean`
+
+**`memberof`** LibraryOptions
+
+#### Defined in
+
+[generated-client/models/library-options.ts:176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L176)
___
### DisabledLocalMetadataReaders
-• `Optional` **DisabledLocalMetadataReaders**: ``null`` \| `string`[]
+• `Optional` **DisabledLocalMetadataReaders**: `string`[]
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L120)
+[generated-client/models/library-options.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L122)
___
### DisabledSubtitleFetchers
-• `Optional` **DisabledSubtitleFetchers**: ``null`` \| `string`[]
+• `Optional` **DisabledSubtitleFetchers**: `string`[]
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L132)
+[generated-client/models/library-options.ts:134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L134)
___
@@ -84,7 +110,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L72)
+[generated-client/models/library-options.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L74)
___
@@ -96,7 +122,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L42)
+[generated-client/models/library-options.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L43)
___
@@ -108,7 +134,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L84)
+[generated-client/models/library-options.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L86)
___
@@ -120,7 +146,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L78)
+[generated-client/models/library-options.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L80)
___
@@ -130,9 +156,11 @@ ___
**`memberof`** LibraryOptions
+**`deprecated`**
+
#### Defined in
-[generated-client/models/library-options.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L66)
+[generated-client/models/library-options.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L68)
___
@@ -144,7 +172,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L30)
+[generated-client/models/library-options.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L31)
___
@@ -156,7 +184,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L36)
+[generated-client/models/library-options.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L37)
___
@@ -168,7 +196,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L48)
+[generated-client/models/library-options.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L49)
___
@@ -180,7 +208,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L126)
+[generated-client/models/library-options.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L128)
___
@@ -194,7 +222,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/library-options.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L102)
+[generated-client/models/library-options.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L104)
___
@@ -206,19 +234,19 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L114)
+[generated-client/models/library-options.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L116)
___
### PathInfos
-• `Optional` **PathInfos**: ``null`` \| [`MediaPathInfo`](generated_client.MediaPathInfo.md)[]
+• `Optional` **PathInfos**: [`MediaPathInfo`](generated_client.MediaPathInfo.md)[]
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L54)
+[generated-client/models/library-options.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L55)
___
@@ -232,7 +260,7 @@ Gets or sets the preferred metadata language.
#### Defined in
-[generated-client/models/library-options.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L96)
+[generated-client/models/library-options.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L98)
___
@@ -244,7 +272,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L162)
+[generated-client/models/library-options.ts:164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L164)
___
@@ -256,7 +284,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L60)
+[generated-client/models/library-options.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L61)
___
@@ -268,19 +296,19 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L168)
+[generated-client/models/library-options.ts:170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L170)
___
### SeasonZeroDisplayName
-• `Optional` **SeasonZeroDisplayName**: ``null`` \| `string`
+• `Optional` **SeasonZeroDisplayName**: `string`
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L108)
+[generated-client/models/library-options.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L110)
___
@@ -292,7 +320,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L150)
+[generated-client/models/library-options.ts:152](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L152)
___
@@ -304,7 +332,7 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L144)
+[generated-client/models/library-options.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L146)
___
@@ -316,28 +344,28 @@ ___
#### Defined in
-[generated-client/models/library-options.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L156)
+[generated-client/models/library-options.ts:158](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L158)
___
### SubtitleFetcherOrder
-• `Optional` **SubtitleFetcherOrder**: ``null`` \| `string`[]
+• `Optional` **SubtitleFetcherOrder**: `string`[]
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L138)
+[generated-client/models/library-options.ts:140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L140)
___
### TypeOptions
-• `Optional` **TypeOptions**: ``null`` \| [`TypeOptions`](generated_client.TypeOptions.md)[]
+• `Optional` **TypeOptions**: [`TypeOptions`](generated_client.TypeOptions.md)[]
**`memberof`** LibraryOptions
#### Defined in
-[generated-client/models/library-options.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options.ts#L174)
+[generated-client/models/library-options.ts:188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options.ts#L188)
diff --git a/docs/interfaces/generated_client.LibraryOptionsResultDto.md b/docs/interfaces/generated_client.LibraryOptionsResultDto.md
index f83ec2e1b..2d03c1b44 100644
--- a/docs/interfaces/generated_client.LibraryOptionsResultDto.md
+++ b/docs/interfaces/generated_client.LibraryOptionsResultDto.md
@@ -23,7 +23,7 @@ Library options result dto.
### MetadataReaders
-• `Optional` **MetadataReaders**: ``null`` \| [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
+• `Optional` **MetadataReaders**: [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
Gets or sets the metadata readers.
@@ -31,13 +31,13 @@ Gets or sets the metadata readers.
#### Defined in
-[generated-client/models/library-options-result-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options-result-dto.ts#L36)
+[generated-client/models/library-options-result-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options-result-dto.ts#L36)
___
### MetadataSavers
-• `Optional` **MetadataSavers**: ``null`` \| [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
+• `Optional` **MetadataSavers**: [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
Gets or sets the metadata savers.
@@ -45,13 +45,13 @@ Gets or sets the metadata savers.
#### Defined in
-[generated-client/models/library-options-result-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options-result-dto.ts#L30)
+[generated-client/models/library-options-result-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options-result-dto.ts#L30)
___
### SubtitleFetchers
-• `Optional` **SubtitleFetchers**: ``null`` \| [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
+• `Optional` **SubtitleFetchers**: [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
Gets or sets the subtitle fetchers.
@@ -59,13 +59,13 @@ Gets or sets the subtitle fetchers.
#### Defined in
-[generated-client/models/library-options-result-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options-result-dto.ts#L42)
+[generated-client/models/library-options-result-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options-result-dto.ts#L42)
___
### TypeOptions
-• `Optional` **TypeOptions**: ``null`` \| [`LibraryTypeOptionsDto`](generated_client.LibraryTypeOptionsDto.md)[]
+• `Optional` **TypeOptions**: [`LibraryTypeOptionsDto`](generated_client.LibraryTypeOptionsDto.md)[]
Gets or sets the type options.
@@ -73,4 +73,4 @@ Gets or sets the type options.
#### Defined in
-[generated-client/models/library-options-result-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-options-result-dto.ts#L48)
+[generated-client/models/library-options-result-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-options-result-dto.ts#L48)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiAddMediaPathRequest.md b/docs/interfaces/generated_client.LibraryStructureApiAddMediaPathRequest.md
index 492eafe43..10c341798 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiAddMediaPathRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiAddMediaPathRequest.md
@@ -29,7 +29,7 @@ The media path dto.
#### Defined in
-[generated-client/api/library-structure-api.ts:612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L612)
+[generated-client/api/library-structure-api.ts:612](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L612)
___
@@ -43,4 +43,4 @@ Whether to refresh the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L619)
+[generated-client/api/library-structure-api.ts:619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L619)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiAddVirtualFolderRequest.md b/docs/interfaces/generated_client.LibraryStructureApiAddVirtualFolderRequest.md
index 9a8571c64..19518d347 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiAddVirtualFolderRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiAddVirtualFolderRequest.md
@@ -32,7 +32,7 @@ The library options.
#### Defined in
-[generated-client/api/library-structure-api.ts:661](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L661)
+[generated-client/api/library-structure-api.ts:661](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L661)
___
@@ -46,7 +46,7 @@ The type of the collection.
#### Defined in
-[generated-client/api/library-structure-api.ts:640](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L640)
+[generated-client/api/library-structure-api.ts:640](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L640)
___
@@ -60,7 +60,7 @@ The name of the virtual folder.
#### Defined in
-[generated-client/api/library-structure-api.ts:633](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L633)
+[generated-client/api/library-structure-api.ts:633](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L633)
___
@@ -74,7 +74,7 @@ The paths of the virtual folder.
#### Defined in
-[generated-client/api/library-structure-api.ts:647](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L647)
+[generated-client/api/library-structure-api.ts:647](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L647)
___
@@ -88,4 +88,4 @@ Whether to refresh the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L654)
+[generated-client/api/library-structure-api.ts:654](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L654)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiRemoveMediaPathRequest.md b/docs/interfaces/generated_client.LibraryStructureApiRemoveMediaPathRequest.md
index 001281585..640c1ec52 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiRemoveMediaPathRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiRemoveMediaPathRequest.md
@@ -30,7 +30,7 @@ The name of the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L675)
+[generated-client/api/library-structure-api.ts:675](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L675)
___
@@ -44,7 +44,7 @@ The path to remove.
#### Defined in
-[generated-client/api/library-structure-api.ts:682](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L682)
+[generated-client/api/library-structure-api.ts:682](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L682)
___
@@ -58,4 +58,4 @@ Whether to refresh the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L689)
+[generated-client/api/library-structure-api.ts:689](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L689)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiRemoveVirtualFolderRequest.md b/docs/interfaces/generated_client.LibraryStructureApiRemoveVirtualFolderRequest.md
index e0e655863..37b7bbe63 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiRemoveVirtualFolderRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiRemoveVirtualFolderRequest.md
@@ -29,7 +29,7 @@ The name of the folder.
#### Defined in
-[generated-client/api/library-structure-api.ts:703](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L703)
+[generated-client/api/library-structure-api.ts:703](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L703)
___
@@ -43,4 +43,4 @@ Whether to refresh the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L710)
+[generated-client/api/library-structure-api.ts:710](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L710)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiRenameVirtualFolderRequest.md b/docs/interfaces/generated_client.LibraryStructureApiRenameVirtualFolderRequest.md
index aa1feb5a7..196ea30ae 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiRenameVirtualFolderRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiRenameVirtualFolderRequest.md
@@ -30,7 +30,7 @@ The name of the virtual folder.
#### Defined in
-[generated-client/api/library-structure-api.ts:724](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L724)
+[generated-client/api/library-structure-api.ts:724](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L724)
___
@@ -44,7 +44,7 @@ The new name.
#### Defined in
-[generated-client/api/library-structure-api.ts:731](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L731)
+[generated-client/api/library-structure-api.ts:731](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L731)
___
@@ -58,4 +58,4 @@ Whether to refresh the library.
#### Defined in
-[generated-client/api/library-structure-api.ts:738](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L738)
+[generated-client/api/library-structure-api.ts:738](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L738)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiUpdateLibraryOptionsRequest.md b/docs/interfaces/generated_client.LibraryStructureApiUpdateLibraryOptionsRequest.md
index 5120e4a52..4dddf2596 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiUpdateLibraryOptionsRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiUpdateLibraryOptionsRequest.md
@@ -28,4 +28,4 @@ The library name and options.
#### Defined in
-[generated-client/api/library-structure-api.ts:752](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L752)
+[generated-client/api/library-structure-api.ts:752](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L752)
diff --git a/docs/interfaces/generated_client.LibraryStructureApiUpdateMediaPathRequest.md b/docs/interfaces/generated_client.LibraryStructureApiUpdateMediaPathRequest.md
index 81f0e1f32..0eb013088 100644
--- a/docs/interfaces/generated_client.LibraryStructureApiUpdateMediaPathRequest.md
+++ b/docs/interfaces/generated_client.LibraryStructureApiUpdateMediaPathRequest.md
@@ -28,4 +28,4 @@ The name of the library and path infos.
#### Defined in
-[generated-client/api/library-structure-api.ts:766](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L766)
+[generated-client/api/library-structure-api.ts:766](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L766)
diff --git a/docs/interfaces/generated_client.LibraryTypeOptionsDto.md b/docs/interfaces/generated_client.LibraryTypeOptionsDto.md
index b22dff30f..bf44bda84 100644
--- a/docs/interfaces/generated_client.LibraryTypeOptionsDto.md
+++ b/docs/interfaces/generated_client.LibraryTypeOptionsDto.md
@@ -24,7 +24,7 @@ Library type options dto.
### DefaultImageOptions
-• `Optional` **DefaultImageOptions**: ``null`` \| [`ImageOption`](generated_client.ImageOption.md)[]
+• `Optional` **DefaultImageOptions**: [`ImageOption`](generated_client.ImageOption.md)[]
Gets or sets the default image options.
@@ -32,13 +32,13 @@ Gets or sets the default image options.
#### Defined in
-[generated-client/models/library-type-options-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-type-options-dto.ts#L55)
+[generated-client/models/library-type-options-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-type-options-dto.ts#L55)
___
### ImageFetchers
-• `Optional` **ImageFetchers**: ``null`` \| [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
+• `Optional` **ImageFetchers**: [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
Gets or sets the image fetchers.
@@ -46,13 +46,13 @@ Gets or sets the image fetchers.
#### Defined in
-[generated-client/models/library-type-options-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-type-options-dto.ts#L43)
+[generated-client/models/library-type-options-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-type-options-dto.ts#L43)
___
### MetadataFetchers
-• `Optional` **MetadataFetchers**: ``null`` \| [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
+• `Optional` **MetadataFetchers**: [`LibraryOptionInfoDto`](generated_client.LibraryOptionInfoDto.md)[]
Gets or sets the metadata fetchers.
@@ -60,13 +60,13 @@ Gets or sets the metadata fetchers.
#### Defined in
-[generated-client/models/library-type-options-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-type-options-dto.ts#L37)
+[generated-client/models/library-type-options-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-type-options-dto.ts#L37)
___
### SupportedImageTypes
-• `Optional` **SupportedImageTypes**: ``null`` \| [`ImageType`](../enums/generated_client.ImageType.md)[]
+• `Optional` **SupportedImageTypes**: [`ImageType`](../enums/generated_client.ImageType.md)[]
Gets or sets the supported image types.
@@ -74,7 +74,7 @@ Gets or sets the supported image types.
#### Defined in
-[generated-client/models/library-type-options-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-type-options-dto.ts#L49)
+[generated-client/models/library-type-options-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-type-options-dto.ts#L49)
___
@@ -88,4 +88,4 @@ Gets or sets the type.
#### Defined in
-[generated-client/models/library-type-options-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-type-options-dto.ts#L31)
+[generated-client/models/library-type-options-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-type-options-dto.ts#L31)
diff --git a/docs/interfaces/generated_client.LibraryUpdateInfo.md b/docs/interfaces/generated_client.LibraryUpdateInfo.md
index 805e1b259..979d70e10 100644
--- a/docs/interfaces/generated_client.LibraryUpdateInfo.md
+++ b/docs/interfaces/generated_client.LibraryUpdateInfo.md
@@ -26,19 +26,19 @@ Class LibraryUpdateInfo.
### CollectionFolders
-• `Optional` **CollectionFolders**: ``null`` \| `string`[]
+• `Optional` **CollectionFolders**: `string`[]
**`memberof`** LibraryUpdateInfo
#### Defined in
-[generated-client/models/library-update-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L58)
+[generated-client/models/library-update-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L58)
___
### FoldersAddedTo
-• `Optional` **FoldersAddedTo**: ``null`` \| `string`[]
+• `Optional` **FoldersAddedTo**: `string`[]
Gets or sets the folders added to.
@@ -46,13 +46,13 @@ Gets or sets the folders added to.
#### Defined in
-[generated-client/models/library-update-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L28)
+[generated-client/models/library-update-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L28)
___
### FoldersRemovedFrom
-• `Optional` **FoldersRemovedFrom**: ``null`` \| `string`[]
+• `Optional` **FoldersRemovedFrom**: `string`[]
Gets or sets the folders removed from.
@@ -60,7 +60,7 @@ Gets or sets the folders removed from.
#### Defined in
-[generated-client/models/library-update-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L34)
+[generated-client/models/library-update-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L34)
___
@@ -72,13 +72,13 @@ ___
#### Defined in
-[generated-client/models/library-update-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L64)
+[generated-client/models/library-update-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L64)
___
### ItemsAdded
-• `Optional` **ItemsAdded**: ``null`` \| `string`[]
+• `Optional` **ItemsAdded**: `string`[]
Gets or sets the items added.
@@ -86,13 +86,13 @@ Gets or sets the items added.
#### Defined in
-[generated-client/models/library-update-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L40)
+[generated-client/models/library-update-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L40)
___
### ItemsRemoved
-• `Optional` **ItemsRemoved**: ``null`` \| `string`[]
+• `Optional` **ItemsRemoved**: `string`[]
Gets or sets the items removed.
@@ -100,13 +100,13 @@ Gets or sets the items removed.
#### Defined in
-[generated-client/models/library-update-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L46)
+[generated-client/models/library-update-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L46)
___
### ItemsUpdated
-• `Optional` **ItemsUpdated**: ``null`` \| `string`[]
+• `Optional` **ItemsUpdated**: `string`[]
Gets or sets the items updated.
@@ -114,4 +114,4 @@ Gets or sets the items updated.
#### Defined in
-[generated-client/models/library-update-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/library-update-info.ts#L52)
+[generated-client/models/library-update-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/library-update-info.ts#L52)
diff --git a/docs/interfaces/generated_client.ListingsProviderInfo.md b/docs/interfaces/generated_client.ListingsProviderInfo.md
index 1e48f0795..6c6e7d561 100644
--- a/docs/interfaces/generated_client.ListingsProviderInfo.md
+++ b/docs/interfaces/generated_client.ListingsProviderInfo.md
@@ -41,7 +41,7 @@
#### Defined in
-[generated-client/models/listings-provider-info.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L113)
+[generated-client/models/listings-provider-info.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L113)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L65)
+[generated-client/models/listings-provider-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L65)
___
@@ -65,7 +65,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L83)
+[generated-client/models/listings-provider-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L83)
___
@@ -77,7 +77,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L77)
+[generated-client/models/listings-provider-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L77)
___
@@ -89,7 +89,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L29)
+[generated-client/models/listings-provider-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L29)
___
@@ -101,7 +101,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L101)
+[generated-client/models/listings-provider-info.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L101)
___
@@ -113,7 +113,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L53)
+[generated-client/models/listings-provider-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L53)
___
@@ -125,7 +125,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L107)
+[generated-client/models/listings-provider-info.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L107)
___
@@ -137,7 +137,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L119)
+[generated-client/models/listings-provider-info.ts:119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L119)
___
@@ -149,7 +149,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L89)
+[generated-client/models/listings-provider-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L89)
___
@@ -161,7 +161,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L47)
+[generated-client/models/listings-provider-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L47)
___
@@ -173,7 +173,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L71)
+[generated-client/models/listings-provider-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L71)
___
@@ -185,7 +185,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L125)
+[generated-client/models/listings-provider-info.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L125)
___
@@ -197,7 +197,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L95)
+[generated-client/models/listings-provider-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L95)
___
@@ -209,7 +209,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L35)
+[generated-client/models/listings-provider-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L35)
___
@@ -221,7 +221,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L131)
+[generated-client/models/listings-provider-info.ts:131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L131)
___
@@ -233,7 +233,7 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L41)
+[generated-client/models/listings-provider-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L41)
___
@@ -245,4 +245,4 @@ ___
#### Defined in
-[generated-client/models/listings-provider-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/listings-provider-info.ts#L59)
+[generated-client/models/listings-provider-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/listings-provider-info.ts#L59)
diff --git a/docs/interfaces/generated_client.LiveStreamResponse.md b/docs/interfaces/generated_client.LiveStreamResponse.md
index 797c3d540..5c09877d6 100644
--- a/docs/interfaces/generated_client.LiveStreamResponse.md
+++ b/docs/interfaces/generated_client.LiveStreamResponse.md
@@ -24,4 +24,4 @@
#### Defined in
-[generated-client/models/live-stream-response.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-stream-response.ts#L29)
+[generated-client/models/live-stream-response.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-stream-response.ts#L29)
diff --git a/docs/interfaces/generated_client.LiveTvApiAddListingProviderRequest.md b/docs/interfaces/generated_client.LiveTvApiAddListingProviderRequest.md
index d680bc605..d23cdb59a 100644
--- a/docs/interfaces/generated_client.LiveTvApiAddListingProviderRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiAddListingProviderRequest.md
@@ -31,7 +31,7 @@ New listings info.
#### Defined in
-[generated-client/api/live-tv-api.ts:3256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3256)
+[generated-client/api/live-tv-api.ts:3256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3256)
___
@@ -45,7 +45,7 @@ Password.
#### Defined in
-[generated-client/api/live-tv-api.ts:3235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3235)
+[generated-client/api/live-tv-api.ts:3235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3235)
___
@@ -59,7 +59,7 @@ Validate listings.
#### Defined in
-[generated-client/api/live-tv-api.ts:3242](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3242)
+[generated-client/api/live-tv-api.ts:3242](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3242)
___
@@ -73,4 +73,4 @@ Validate login.
#### Defined in
-[generated-client/api/live-tv-api.ts:3249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3249)
+[generated-client/api/live-tv-api.ts:3249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3249)
diff --git a/docs/interfaces/generated_client.LiveTvApiAddTunerHostRequest.md b/docs/interfaces/generated_client.LiveTvApiAddTunerHostRequest.md
index 00cde5c96..6f29bd542 100644
--- a/docs/interfaces/generated_client.LiveTvApiAddTunerHostRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiAddTunerHostRequest.md
@@ -28,4 +28,4 @@ New tuner host.
#### Defined in
-[generated-client/api/live-tv-api.ts:3270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3270)
+[generated-client/api/live-tv-api.ts:3270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3270)
diff --git a/docs/interfaces/generated_client.LiveTvApiCancelSeriesTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiCancelSeriesTimerRequest.md
index 9d89ca6fa..15a5fd27a 100644
--- a/docs/interfaces/generated_client.LiveTvApiCancelSeriesTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiCancelSeriesTimerRequest.md
@@ -28,4 +28,4 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3284)
+[generated-client/api/live-tv-api.ts:3284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3284)
diff --git a/docs/interfaces/generated_client.LiveTvApiCancelTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiCancelTimerRequest.md
index 3a11ce06a..fedde083a 100644
--- a/docs/interfaces/generated_client.LiveTvApiCancelTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiCancelTimerRequest.md
@@ -28,4 +28,4 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3298)
+[generated-client/api/live-tv-api.ts:3298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3298)
diff --git a/docs/interfaces/generated_client.LiveTvApiCreateSeriesTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiCreateSeriesTimerRequest.md
index 798157e49..ae7440281 100644
--- a/docs/interfaces/generated_client.LiveTvApiCreateSeriesTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiCreateSeriesTimerRequest.md
@@ -28,4 +28,4 @@ New series timer info.
#### Defined in
-[generated-client/api/live-tv-api.ts:3312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3312)
+[generated-client/api/live-tv-api.ts:3312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3312)
diff --git a/docs/interfaces/generated_client.LiveTvApiCreateTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiCreateTimerRequest.md
index 36e8d2451..ac4bc0465 100644
--- a/docs/interfaces/generated_client.LiveTvApiCreateTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiCreateTimerRequest.md
@@ -28,4 +28,4 @@ New timer info.
#### Defined in
-[generated-client/api/live-tv-api.ts:3326](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3326)
+[generated-client/api/live-tv-api.ts:3326](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3326)
diff --git a/docs/interfaces/generated_client.LiveTvApiDeleteListingProviderRequest.md b/docs/interfaces/generated_client.LiveTvApiDeleteListingProviderRequest.md
index 16f23be4b..96e638986 100644
--- a/docs/interfaces/generated_client.LiveTvApiDeleteListingProviderRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiDeleteListingProviderRequest.md
@@ -28,4 +28,4 @@ Listing provider id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3340)
+[generated-client/api/live-tv-api.ts:3340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3340)
diff --git a/docs/interfaces/generated_client.LiveTvApiDeleteRecordingRequest.md b/docs/interfaces/generated_client.LiveTvApiDeleteRecordingRequest.md
index 434332805..d45238303 100644
--- a/docs/interfaces/generated_client.LiveTvApiDeleteRecordingRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiDeleteRecordingRequest.md
@@ -28,4 +28,4 @@ Recording id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3354)
+[generated-client/api/live-tv-api.ts:3354](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3354)
diff --git a/docs/interfaces/generated_client.LiveTvApiDeleteTunerHostRequest.md b/docs/interfaces/generated_client.LiveTvApiDeleteTunerHostRequest.md
index cc2fdd80f..c8ac022a6 100644
--- a/docs/interfaces/generated_client.LiveTvApiDeleteTunerHostRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiDeleteTunerHostRequest.md
@@ -28,4 +28,4 @@ Tuner host id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3368](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3368)
+[generated-client/api/live-tv-api.ts:3368](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3368)
diff --git a/docs/interfaces/generated_client.LiveTvApiDiscoverTunersRequest.md b/docs/interfaces/generated_client.LiveTvApiDiscoverTunersRequest.md
index dcf521f5d..cad99e7ae 100644
--- a/docs/interfaces/generated_client.LiveTvApiDiscoverTunersRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiDiscoverTunersRequest.md
@@ -28,4 +28,4 @@ Only discover new tuners.
#### Defined in
-[generated-client/api/live-tv-api.ts:3382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3382)
+[generated-client/api/live-tv-api.ts:3382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3382)
diff --git a/docs/interfaces/generated_client.LiveTvApiDiscvoverTunersRequest.md b/docs/interfaces/generated_client.LiveTvApiDiscvoverTunersRequest.md
index 1f6c434cf..94e20d95f 100644
--- a/docs/interfaces/generated_client.LiveTvApiDiscvoverTunersRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiDiscvoverTunersRequest.md
@@ -28,4 +28,4 @@ Only discover new tuners.
#### Defined in
-[generated-client/api/live-tv-api.ts:3396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3396)
+[generated-client/api/live-tv-api.ts:3396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3396)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetChannelMappingOptionsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetChannelMappingOptionsRequest.md
index 67cac839f..c36e3796c 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetChannelMappingOptionsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetChannelMappingOptionsRequest.md
@@ -28,4 +28,4 @@ Provider id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3431)
+[generated-client/api/live-tv-api.ts:3431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3431)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetChannelRequest.md b/docs/interfaces/generated_client.LiveTvApiGetChannelRequest.md
index f99357e74..84c882e8b 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetChannelRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetChannelRequest.md
@@ -29,7 +29,7 @@ Channel id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3410)
+[generated-client/api/live-tv-api.ts:3410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3410)
___
@@ -43,4 +43,4 @@ Optional. Attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:3417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3417)
+[generated-client/api/live-tv-api.ts:3417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3417)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetDefaultTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiGetDefaultTimerRequest.md
index 133fd7bbf..b40048c37 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetDefaultTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetDefaultTimerRequest.md
@@ -28,4 +28,4 @@ Optional. To attach default values based on a program.
#### Defined in
-[generated-client/api/live-tv-api.ts:3445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3445)
+[generated-client/api/live-tv-api.ts:3445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3445)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetLineupsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetLineupsRequest.md
index f17b972f3..80b6acdee 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetLineupsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetLineupsRequest.md
@@ -31,7 +31,7 @@ Country.
#### Defined in
-[generated-client/api/live-tv-api.ts:3480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3480)
+[generated-client/api/live-tv-api.ts:3480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3480)
___
@@ -45,7 +45,7 @@ Provider id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3459)
+[generated-client/api/live-tv-api.ts:3459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3459)
___
@@ -59,7 +59,7 @@ Location.
#### Defined in
-[generated-client/api/live-tv-api.ts:3473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3473)
+[generated-client/api/live-tv-api.ts:3473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3473)
___
@@ -73,4 +73,4 @@ Provider type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3466)
+[generated-client/api/live-tv-api.ts:3466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3466)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetLiveRecordingFileRequest.md b/docs/interfaces/generated_client.LiveTvApiGetLiveRecordingFileRequest.md
index 935fcd6e2..5498c13a3 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetLiveRecordingFileRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetLiveRecordingFileRequest.md
@@ -28,4 +28,4 @@ Recording id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3494)
+[generated-client/api/live-tv-api.ts:3494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3494)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetLiveStreamFileRequest.md b/docs/interfaces/generated_client.LiveTvApiGetLiveStreamFileRequest.md
index abc96fc29..22e6003ab 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetLiveStreamFileRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetLiveStreamFileRequest.md
@@ -29,7 +29,7 @@ Container type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3515)
+[generated-client/api/live-tv-api.ts:3515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3515)
___
@@ -43,4 +43,4 @@ Stream id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3508)
+[generated-client/api/live-tv-api.ts:3508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3508)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetLiveTvChannelsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetLiveTvChannelsRequest.md
index a7bff5bf7..5f76dd758 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetLiveTvChannelsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetLiveTvChannelsRequest.md
@@ -48,7 +48,7 @@ Optional. Adds current program info to each channel.
#### Defined in
-[generated-client/api/live-tv-api.ts:3669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3669)
+[generated-client/api/live-tv-api.ts:3669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3669)
___
@@ -62,7 +62,7 @@ Optional. Incorporate favorite and like status into channel sorting.
#### Defined in
-[generated-client/api/live-tv-api.ts:3662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3662)
+[generated-client/api/live-tv-api.ts:3662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3662)
___
@@ -76,7 +76,7 @@ ___
#### Defined in
-[generated-client/api/live-tv-api.ts:3627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3627)
+[generated-client/api/live-tv-api.ts:3627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3627)
___
@@ -90,7 +90,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3613)
+[generated-client/api/live-tv-api.ts:3613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3613)
___
@@ -104,7 +104,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:3641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3641)
+[generated-client/api/live-tv-api.ts:3641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3641)
___
@@ -118,7 +118,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3634)
+[generated-client/api/live-tv-api.ts:3634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3634)
___
@@ -132,7 +132,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3620)
+[generated-client/api/live-tv-api.ts:3620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3620)
___
@@ -146,7 +146,7 @@ Optional. Filter by channels that are disliked, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3606)
+[generated-client/api/live-tv-api.ts:3606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3606)
___
@@ -160,7 +160,7 @@ Optional. Filter by channels that are favorites, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3592)
+[generated-client/api/live-tv-api.ts:3592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3592)
___
@@ -174,7 +174,7 @@ Optional. Filter for kids.
#### Defined in
-[generated-client/api/live-tv-api.ts:3571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3571)
+[generated-client/api/live-tv-api.ts:3571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3571)
___
@@ -188,7 +188,7 @@ Optional. Filter by channels that are liked, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3599)
+[generated-client/api/live-tv-api.ts:3599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3599)
___
@@ -202,7 +202,7 @@ Optional. Filter for movies.
#### Defined in
-[generated-client/api/live-tv-api.ts:3550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3550)
+[generated-client/api/live-tv-api.ts:3550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3550)
___
@@ -216,7 +216,7 @@ Optional. Filter for news.
#### Defined in
-[generated-client/api/live-tv-api.ts:3564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3564)
+[generated-client/api/live-tv-api.ts:3564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3564)
___
@@ -230,7 +230,7 @@ Optional. Filter for series.
#### Defined in
-[generated-client/api/live-tv-api.ts:3557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3557)
+[generated-client/api/live-tv-api.ts:3557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3557)
___
@@ -244,7 +244,7 @@ Optional. Filter for sports.
#### Defined in
-[generated-client/api/live-tv-api.ts:3578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3578)
+[generated-client/api/live-tv-api.ts:3578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3578)
___
@@ -258,7 +258,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/live-tv-api.ts:3585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3585)
+[generated-client/api/live-tv-api.ts:3585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3585)
___
@@ -272,7 +272,7 @@ Optional. Key to sort by.
#### Defined in
-[generated-client/api/live-tv-api.ts:3648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3648)
+[generated-client/api/live-tv-api.ts:3648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3648)
___
@@ -286,7 +286,7 @@ Optional. Sort order.
#### Defined in
-[generated-client/api/live-tv-api.ts:3655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3655)
+[generated-client/api/live-tv-api.ts:3655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3655)
___
@@ -300,7 +300,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/live-tv-api.ts:3543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3543)
+[generated-client/api/live-tv-api.ts:3543](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3543)
___
@@ -314,7 +314,7 @@ Optional. Filter by channel type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3529)
+[generated-client/api/live-tv-api.ts:3529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3529)
___
@@ -328,4 +328,4 @@ Optional. Filter by user and attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:3536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3536)
+[generated-client/api/live-tv-api.ts:3536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3536)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetLiveTvProgramsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetLiveTvProgramsRequest.md
index ade73827d..86fe89776 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetLiveTvProgramsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetLiveTvProgramsRequest.md
@@ -54,7 +54,7 @@ The channels to return guide information for.
#### Defined in
-[generated-client/api/live-tv-api.ts:3683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3683)
+[generated-client/api/live-tv-api.ts:3683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3683)
___
@@ -68,7 +68,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3830)
+[generated-client/api/live-tv-api.ts:3830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3830)
___
@@ -82,7 +82,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3816)
+[generated-client/api/live-tv-api.ts:3816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3816)
___
@@ -96,7 +96,7 @@ Retrieve total record count.
#### Defined in
-[generated-client/api/live-tv-api.ts:3865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3865)
+[generated-client/api/live-tv-api.ts:3865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3865)
___
@@ -110,7 +110,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:3837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3837)
+[generated-client/api/live-tv-api.ts:3837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3837)
___
@@ -124,7 +124,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3858)
+[generated-client/api/live-tv-api.ts:3858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3858)
___
@@ -138,7 +138,7 @@ The genre ids to return guide information for.
#### Defined in
-[generated-client/api/live-tv-api.ts:3809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3809)
+[generated-client/api/live-tv-api.ts:3809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3809)
___
@@ -152,7 +152,7 @@ The genres to return guide information for.
#### Defined in
-[generated-client/api/live-tv-api.ts:3802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3802)
+[generated-client/api/live-tv-api.ts:3802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3802)
___
@@ -166,7 +166,7 @@ Optional. Filter by programs that have completed airing, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3704)
+[generated-client/api/live-tv-api.ts:3704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3704)
___
@@ -180,7 +180,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3823)
+[generated-client/api/live-tv-api.ts:3823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3823)
___
@@ -194,7 +194,7 @@ Optional. Filter by programs that are currently airing, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3711)
+[generated-client/api/live-tv-api.ts:3711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3711)
___
@@ -208,7 +208,7 @@ Optional. Filter for kids.
#### Defined in
-[generated-client/api/live-tv-api.ts:3760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3760)
+[generated-client/api/live-tv-api.ts:3760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3760)
___
@@ -222,7 +222,7 @@ Optional. Filter for movies.
#### Defined in
-[generated-client/api/live-tv-api.ts:3739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3739)
+[generated-client/api/live-tv-api.ts:3739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3739)
___
@@ -236,7 +236,7 @@ Optional. Filter for news.
#### Defined in
-[generated-client/api/live-tv-api.ts:3753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3753)
+[generated-client/api/live-tv-api.ts:3753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3753)
___
@@ -250,7 +250,7 @@ Optional. Filter for series.
#### Defined in
-[generated-client/api/live-tv-api.ts:3746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3746)
+[generated-client/api/live-tv-api.ts:3746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3746)
___
@@ -264,7 +264,7 @@ Optional. Filter for sports.
#### Defined in
-[generated-client/api/live-tv-api.ts:3767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3767)
+[generated-client/api/live-tv-api.ts:3767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3767)
___
@@ -278,7 +278,7 @@ Optional. Filter by library series id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3851)
+[generated-client/api/live-tv-api.ts:3851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3851)
___
@@ -292,7 +292,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/live-tv-api.ts:3781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3781)
+[generated-client/api/live-tv-api.ts:3781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3781)
___
@@ -306,7 +306,7 @@ Optional. The maximum premiere end date.
#### Defined in
-[generated-client/api/live-tv-api.ts:3732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3732)
+[generated-client/api/live-tv-api.ts:3732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3732)
___
@@ -320,7 +320,7 @@ Optional. The maximum premiere start date.
#### Defined in
-[generated-client/api/live-tv-api.ts:3718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3718)
+[generated-client/api/live-tv-api.ts:3718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3718)
___
@@ -334,7 +334,7 @@ Optional. The minimum premiere end date.
#### Defined in
-[generated-client/api/live-tv-api.ts:3725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3725)
+[generated-client/api/live-tv-api.ts:3725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3725)
___
@@ -348,7 +348,7 @@ Optional. The minimum premiere start date.
#### Defined in
-[generated-client/api/live-tv-api.ts:3697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3697)
+[generated-client/api/live-tv-api.ts:3697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3697)
___
@@ -362,7 +362,7 @@ Optional. Filter by series timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3844)
+[generated-client/api/live-tv-api.ts:3844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3844)
___
@@ -376,7 +376,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Name, Start
#### Defined in
-[generated-client/api/live-tv-api.ts:3788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3788)
+[generated-client/api/live-tv-api.ts:3788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3788)
___
@@ -390,7 +390,7 @@ Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/live-tv-api.ts:3795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3795)
+[generated-client/api/live-tv-api.ts:3795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3795)
___
@@ -404,7 +404,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/live-tv-api.ts:3774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3774)
+[generated-client/api/live-tv-api.ts:3774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3774)
___
@@ -418,4 +418,4 @@ Optional. Filter by user id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3690)
+[generated-client/api/live-tv-api.ts:3690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3690)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetProgramRequest.md b/docs/interfaces/generated_client.LiveTvApiGetProgramRequest.md
index 8c47d0333..1eadca374 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetProgramRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetProgramRequest.md
@@ -29,7 +29,7 @@ Program id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3879)
+[generated-client/api/live-tv-api.ts:3879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3879)
___
@@ -43,4 +43,4 @@ Optional. Attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:3886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3886)
+[generated-client/api/live-tv-api.ts:3886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3886)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetProgramsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetProgramsRequest.md
index 3ff43bfa7..356b681ba 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetProgramsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetProgramsRequest.md
@@ -28,4 +28,4 @@ Request body.
#### Defined in
-[generated-client/api/live-tv-api.ts:3900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3900)
+[generated-client/api/live-tv-api.ts:3900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3900)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecommendedProgramsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecommendedProgramsRequest.md
index afe3ae3d0..2eca2aab4 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecommendedProgramsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecommendedProgramsRequest.md
@@ -43,7 +43,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3991](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3991)
+[generated-client/api/live-tv-api.ts:3991](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3991)
___
@@ -57,7 +57,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/live-tv-api.ts:3977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3977)
+[generated-client/api/live-tv-api.ts:3977](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3977)
___
@@ -71,7 +71,7 @@ Retrieve total record count.
#### Defined in
-[generated-client/api/live-tv-api.ts:4019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4019)
+[generated-client/api/live-tv-api.ts:4019](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4019)
___
@@ -85,7 +85,7 @@ Optional. include user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4012](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4012)
+[generated-client/api/live-tv-api.ts:4012](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4012)
___
@@ -99,7 +99,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4005](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4005)
+[generated-client/api/live-tv-api.ts:4005](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4005)
___
@@ -113,7 +113,7 @@ The genres to return guide information for.
#### Defined in
-[generated-client/api/live-tv-api.ts:3998](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3998)
+[generated-client/api/live-tv-api.ts:3998](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3998)
___
@@ -127,7 +127,7 @@ Optional. Filter by programs that have completed airing, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3935)
+[generated-client/api/live-tv-api.ts:3935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3935)
___
@@ -141,7 +141,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/live-tv-api.ts:3984](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3984)
+[generated-client/api/live-tv-api.ts:3984](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3984)
___
@@ -155,7 +155,7 @@ Optional. Filter by programs that are currently airing, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:3928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3928)
+[generated-client/api/live-tv-api.ts:3928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3928)
___
@@ -169,7 +169,7 @@ Optional. Filter for kids.
#### Defined in
-[generated-client/api/live-tv-api.ts:3963](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3963)
+[generated-client/api/live-tv-api.ts:3963](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3963)
___
@@ -183,7 +183,7 @@ Optional. Filter for movies.
#### Defined in
-[generated-client/api/live-tv-api.ts:3949](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3949)
+[generated-client/api/live-tv-api.ts:3949](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3949)
___
@@ -197,7 +197,7 @@ Optional. Filter for news.
#### Defined in
-[generated-client/api/live-tv-api.ts:3956](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3956)
+[generated-client/api/live-tv-api.ts:3956](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3956)
___
@@ -211,7 +211,7 @@ Optional. Filter for series.
#### Defined in
-[generated-client/api/live-tv-api.ts:3942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3942)
+[generated-client/api/live-tv-api.ts:3942](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3942)
___
@@ -225,7 +225,7 @@ Optional. Filter for sports.
#### Defined in
-[generated-client/api/live-tv-api.ts:3970](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3970)
+[generated-client/api/live-tv-api.ts:3970](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3970)
___
@@ -239,7 +239,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/live-tv-api.ts:3921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3921)
+[generated-client/api/live-tv-api.ts:3921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3921)
___
@@ -253,4 +253,4 @@ Optional. filter by user id.
#### Defined in
-[generated-client/api/live-tv-api.ts:3914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L3914)
+[generated-client/api/live-tv-api.ts:3914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L3914)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingFoldersRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingFoldersRequest.md
index bc9a9b037..650b17a8b 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingFoldersRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingFoldersRequest.md
@@ -28,4 +28,4 @@ Optional. Filter by user and attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4054](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4054)
+[generated-client/api/live-tv-api.ts:4054](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4054)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupRequest.md
index 9bdaec0c1..83d2eb1be 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupRequest.md
@@ -28,4 +28,4 @@ Group id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4068](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4068)
+[generated-client/api/live-tv-api.ts:4068](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4068)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupsRequest.md
index e7b6d3374..0546524a3 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingGroupsRequest.md
@@ -28,4 +28,4 @@ Optional. Filter by user and attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4082](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4082)
+[generated-client/api/live-tv-api.ts:4082](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4082)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingRequest.md
index 9420162da..d1ad9fd85 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingRequest.md
@@ -29,7 +29,7 @@ Recording id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4033)
+[generated-client/api/live-tv-api.ts:4033](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4033)
___
@@ -43,4 +43,4 @@ Optional. Attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4040](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4040)
+[generated-client/api/live-tv-api.ts:4040](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4040)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingsRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingsRequest.md
index 0cb00ca4c..980dc4245 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingsRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingsRequest.md
@@ -46,7 +46,7 @@ Optional. Filter by channel id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4096](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4096)
+[generated-client/api/live-tv-api.ts:4096](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4096)
___
@@ -60,7 +60,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4159](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4159)
+[generated-client/api/live-tv-api.ts:4159](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4159)
___
@@ -74,7 +74,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4145)
+[generated-client/api/live-tv-api.ts:4145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4145)
___
@@ -88,7 +88,7 @@ Optional. Return total record count.
#### Defined in
-[generated-client/api/live-tv-api.ts:4222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4222)
+[generated-client/api/live-tv-api.ts:4222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4222)
___
@@ -102,7 +102,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4173](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4173)
+[generated-client/api/live-tv-api.ts:4173](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4173)
___
@@ -116,7 +116,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4166)
+[generated-client/api/live-tv-api.ts:4166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4166)
___
@@ -130,7 +130,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/live-tv-api.ts:4152](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4152)
+[generated-client/api/live-tv-api.ts:4152](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4152)
___
@@ -144,7 +144,7 @@ Optional. Filter by recordings that are in progress, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:4131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4131)
+[generated-client/api/live-tv-api.ts:4131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4131)
___
@@ -158,7 +158,7 @@ Optional. Filter for kids.
#### Defined in
-[generated-client/api/live-tv-api.ts:4194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4194)
+[generated-client/api/live-tv-api.ts:4194](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4194)
___
@@ -172,7 +172,7 @@ Optional. Filter for is library item.
#### Defined in
-[generated-client/api/live-tv-api.ts:4215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4215)
+[generated-client/api/live-tv-api.ts:4215](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4215)
___
@@ -186,7 +186,7 @@ Optional. Filter for movies.
#### Defined in
-[generated-client/api/live-tv-api.ts:4180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4180)
+[generated-client/api/live-tv-api.ts:4180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4180)
___
@@ -200,7 +200,7 @@ Optional. Filter for news.
#### Defined in
-[generated-client/api/live-tv-api.ts:4208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4208)
+[generated-client/api/live-tv-api.ts:4208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4208)
___
@@ -214,7 +214,7 @@ Optional. Filter for series.
#### Defined in
-[generated-client/api/live-tv-api.ts:4187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4187)
+[generated-client/api/live-tv-api.ts:4187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4187)
___
@@ -228,7 +228,7 @@ Optional. Filter for sports.
#### Defined in
-[generated-client/api/live-tv-api.ts:4201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4201)
+[generated-client/api/live-tv-api.ts:4201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4201)
___
@@ -242,7 +242,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/live-tv-api.ts:4117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4117)
+[generated-client/api/live-tv-api.ts:4117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4117)
___
@@ -256,7 +256,7 @@ Optional. Filter by recordings belonging to a series timer.
#### Defined in
-[generated-client/api/live-tv-api.ts:4138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4138)
+[generated-client/api/live-tv-api.ts:4138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4138)
___
@@ -270,7 +270,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/live-tv-api.ts:4110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4110)
+[generated-client/api/live-tv-api.ts:4110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4110)
___
@@ -284,7 +284,7 @@ Optional. Filter by recording status.
#### Defined in
-[generated-client/api/live-tv-api.ts:4124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4124)
+[generated-client/api/live-tv-api.ts:4124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4124)
___
@@ -298,4 +298,4 @@ Optional. Filter by user and attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4103)
+[generated-client/api/live-tv-api.ts:4103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4103)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetRecordingsSeriesRequest.md b/docs/interfaces/generated_client.LiveTvApiGetRecordingsSeriesRequest.md
index 80e73c37d..d87840fe7 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetRecordingsSeriesRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetRecordingsSeriesRequest.md
@@ -41,7 +41,7 @@ Optional. Filter by channel id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4236)
+[generated-client/api/live-tv-api.ts:4236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4236)
___
@@ -55,7 +55,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4306)
+[generated-client/api/live-tv-api.ts:4306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4306)
___
@@ -69,7 +69,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4292)
+[generated-client/api/live-tv-api.ts:4292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4292)
___
@@ -83,7 +83,7 @@ Optional. Return total record count.
#### Defined in
-[generated-client/api/live-tv-api.ts:4327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4327)
+[generated-client/api/live-tv-api.ts:4327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4327)
___
@@ -97,7 +97,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4320)
+[generated-client/api/live-tv-api.ts:4320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4320)
___
@@ -111,7 +111,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/live-tv-api.ts:4313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4313)
+[generated-client/api/live-tv-api.ts:4313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4313)
___
@@ -125,7 +125,7 @@ Optional. Filter by recording group.
#### Defined in
-[generated-client/api/live-tv-api.ts:4250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4250)
+[generated-client/api/live-tv-api.ts:4250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4250)
___
@@ -139,7 +139,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/live-tv-api.ts:4299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4299)
+[generated-client/api/live-tv-api.ts:4299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4299)
___
@@ -153,7 +153,7 @@ Optional. Filter by recordings that are in progress, or not.
#### Defined in
-[generated-client/api/live-tv-api.ts:4278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4278)
+[generated-client/api/live-tv-api.ts:4278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4278)
___
@@ -167,7 +167,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/live-tv-api.ts:4264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4264)
+[generated-client/api/live-tv-api.ts:4264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4264)
___
@@ -181,7 +181,7 @@ Optional. Filter by recordings belonging to a series timer.
#### Defined in
-[generated-client/api/live-tv-api.ts:4285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4285)
+[generated-client/api/live-tv-api.ts:4285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4285)
___
@@ -195,7 +195,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/live-tv-api.ts:4257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4257)
+[generated-client/api/live-tv-api.ts:4257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4257)
___
@@ -209,7 +209,7 @@ Optional. Filter by recording status.
#### Defined in
-[generated-client/api/live-tv-api.ts:4271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4271)
+[generated-client/api/live-tv-api.ts:4271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4271)
___
@@ -223,4 +223,4 @@ Optional. Filter by user and attach user data.
#### Defined in
-[generated-client/api/live-tv-api.ts:4243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4243)
+[generated-client/api/live-tv-api.ts:4243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4243)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetSeriesTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiGetSeriesTimerRequest.md
index 173a7029b..0a17e873a 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetSeriesTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetSeriesTimerRequest.md
@@ -28,4 +28,4 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4341)
+[generated-client/api/live-tv-api.ts:4341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4341)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetSeriesTimersRequest.md b/docs/interfaces/generated_client.LiveTvApiGetSeriesTimersRequest.md
index e89d21c24..bd8987ebc 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetSeriesTimersRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetSeriesTimersRequest.md
@@ -29,7 +29,7 @@ Optional. Sort by SortName or Priority.
#### Defined in
-[generated-client/api/live-tv-api.ts:4355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4355)
+[generated-client/api/live-tv-api.ts:4355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4355)
___
@@ -43,4 +43,4 @@ Optional. Sort in Ascending or Descending order.
#### Defined in
-[generated-client/api/live-tv-api.ts:4362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4362)
+[generated-client/api/live-tv-api.ts:4362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4362)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiGetTimerRequest.md
index 835dff5a3..14e1539d4 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetTimerRequest.md
@@ -28,4 +28,4 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4376)
+[generated-client/api/live-tv-api.ts:4376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4376)
diff --git a/docs/interfaces/generated_client.LiveTvApiGetTimersRequest.md b/docs/interfaces/generated_client.LiveTvApiGetTimersRequest.md
index 2fcf033c5..14e7a1aa8 100644
--- a/docs/interfaces/generated_client.LiveTvApiGetTimersRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiGetTimersRequest.md
@@ -31,7 +31,7 @@ Optional. Filter by channel id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4390)
+[generated-client/api/live-tv-api.ts:4390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4390)
___
@@ -45,7 +45,7 @@ Optional. Filter by timers that are active.
#### Defined in
-[generated-client/api/live-tv-api.ts:4404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4404)
+[generated-client/api/live-tv-api.ts:4404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4404)
___
@@ -59,7 +59,7 @@ Optional. Filter by timers that are scheduled.
#### Defined in
-[generated-client/api/live-tv-api.ts:4411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4411)
+[generated-client/api/live-tv-api.ts:4411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4411)
___
@@ -73,4 +73,4 @@ Optional. Filter by timers belonging to a series timer.
#### Defined in
-[generated-client/api/live-tv-api.ts:4397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4397)
+[generated-client/api/live-tv-api.ts:4397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4397)
diff --git a/docs/interfaces/generated_client.LiveTvApiResetTunerRequest.md b/docs/interfaces/generated_client.LiveTvApiResetTunerRequest.md
index 0fd77fdbd..96e41e2ad 100644
--- a/docs/interfaces/generated_client.LiveTvApiResetTunerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiResetTunerRequest.md
@@ -28,4 +28,4 @@ Tuner id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4425)
+[generated-client/api/live-tv-api.ts:4425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4425)
diff --git a/docs/interfaces/generated_client.LiveTvApiSetChannelMappingRequest.md b/docs/interfaces/generated_client.LiveTvApiSetChannelMappingRequest.md
index 3f26a33ea..d968567d8 100644
--- a/docs/interfaces/generated_client.LiveTvApiSetChannelMappingRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiSetChannelMappingRequest.md
@@ -28,4 +28,4 @@ The set channel mapping dto.
#### Defined in
-[generated-client/api/live-tv-api.ts:4439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4439)
+[generated-client/api/live-tv-api.ts:4439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4439)
diff --git a/docs/interfaces/generated_client.LiveTvApiUpdateSeriesTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiUpdateSeriesTimerRequest.md
index 8bc77aec3..81847942f 100644
--- a/docs/interfaces/generated_client.LiveTvApiUpdateSeriesTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiUpdateSeriesTimerRequest.md
@@ -29,7 +29,7 @@ New series timer info.
#### Defined in
-[generated-client/api/live-tv-api.ts:4460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4460)
+[generated-client/api/live-tv-api.ts:4460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4460)
___
@@ -43,4 +43,4 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4453)
+[generated-client/api/live-tv-api.ts:4453](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4453)
diff --git a/docs/interfaces/generated_client.LiveTvApiUpdateTimerRequest.md b/docs/interfaces/generated_client.LiveTvApiUpdateTimerRequest.md
index 8411771b0..ac062147e 100644
--- a/docs/interfaces/generated_client.LiveTvApiUpdateTimerRequest.md
+++ b/docs/interfaces/generated_client.LiveTvApiUpdateTimerRequest.md
@@ -29,7 +29,7 @@ Timer id.
#### Defined in
-[generated-client/api/live-tv-api.ts:4474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4474)
+[generated-client/api/live-tv-api.ts:4474](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4474)
___
@@ -43,4 +43,4 @@ New timer info.
#### Defined in
-[generated-client/api/live-tv-api.ts:4481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L4481)
+[generated-client/api/live-tv-api.ts:4481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L4481)
diff --git a/docs/interfaces/generated_client.LiveTvInfo.md b/docs/interfaces/generated_client.LiveTvInfo.md
index e8d5ef57b..010a6752e 100644
--- a/docs/interfaces/generated_client.LiveTvInfo.md
+++ b/docs/interfaces/generated_client.LiveTvInfo.md
@@ -20,7 +20,7 @@
### EnabledUsers
-• `Optional` **EnabledUsers**: ``null`` \| `string`[]
+• `Optional` **EnabledUsers**: `string`[]
Gets or sets the enabled users.
@@ -28,7 +28,7 @@ Gets or sets the enabled users.
#### Defined in
-[generated-client/models/live-tv-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-info.ts#L41)
+[generated-client/models/live-tv-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-info.ts#L41)
___
@@ -42,13 +42,13 @@ Gets or sets a value indicating whether this instance is enabled.
#### Defined in
-[generated-client/models/live-tv-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-info.ts#L35)
+[generated-client/models/live-tv-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-info.ts#L35)
___
### Services
-• `Optional` **Services**: ``null`` \| [`LiveTvServiceInfo`](generated_client.LiveTvServiceInfo.md)[]
+• `Optional` **Services**: [`LiveTvServiceInfo`](generated_client.LiveTvServiceInfo.md)[]
Gets or sets the services.
@@ -56,4 +56,4 @@ Gets or sets the services.
#### Defined in
-[generated-client/models/live-tv-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-info.ts#L29)
+[generated-client/models/live-tv-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-info.ts#L29)
diff --git a/docs/interfaces/generated_client.LiveTvOptions.md b/docs/interfaces/generated_client.LiveTvOptions.md
new file mode 100644
index 000000000..d91fe3f1e
--- /dev/null
+++ b/docs/interfaces/generated_client.LiveTvOptions.md
@@ -0,0 +1,183 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / LiveTvOptions
+
+# Interface: LiveTvOptions
+
+[generated-client](../modules/generated_client.md).LiveTvOptions
+
+**`export`**
+
+**`interface`** LiveTvOptions
+
+## Table of contents
+
+### Properties
+
+- [EnableOriginalAudioWithEncodedRecordings](generated_client.LiveTvOptions.md#enableoriginalaudiowithencodedrecordings)
+- [EnableRecordingSubfolders](generated_client.LiveTvOptions.md#enablerecordingsubfolders)
+- [GuideDays](generated_client.LiveTvOptions.md#guidedays)
+- [ListingProviders](generated_client.LiveTvOptions.md#listingproviders)
+- [MediaLocationsCreated](generated_client.LiveTvOptions.md#medialocationscreated)
+- [MovieRecordingPath](generated_client.LiveTvOptions.md#movierecordingpath)
+- [PostPaddingSeconds](generated_client.LiveTvOptions.md#postpaddingseconds)
+- [PrePaddingSeconds](generated_client.LiveTvOptions.md#prepaddingseconds)
+- [RecordingPath](generated_client.LiveTvOptions.md#recordingpath)
+- [RecordingPostProcessor](generated_client.LiveTvOptions.md#recordingpostprocessor)
+- [RecordingPostProcessorArguments](generated_client.LiveTvOptions.md#recordingpostprocessorarguments)
+- [SeriesRecordingPath](generated_client.LiveTvOptions.md#seriesrecordingpath)
+- [TunerHosts](generated_client.LiveTvOptions.md#tunerhosts)
+
+## Properties
+
+### EnableOriginalAudioWithEncodedRecordings
+
+• `Optional` **EnableOriginalAudioWithEncodedRecordings**: `boolean`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L60)
+
+___
+
+### EnableRecordingSubfolders
+
+• `Optional` **EnableRecordingSubfolders**: `boolean`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L54)
+
+___
+
+### GuideDays
+
+• `Optional` **GuideDays**: ``null`` \| `number`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L30)
+
+___
+
+### ListingProviders
+
+• `Optional` **ListingProviders**: ``null`` \| [`ListingsProviderInfo`](generated_client.ListingsProviderInfo.md)[]
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L72)
+
+___
+
+### MediaLocationsCreated
+
+• `Optional` **MediaLocationsCreated**: ``null`` \| `string`[]
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L90)
+
+___
+
+### MovieRecordingPath
+
+• `Optional` **MovieRecordingPath**: ``null`` \| `string`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L42)
+
+___
+
+### PostPaddingSeconds
+
+• `Optional` **PostPaddingSeconds**: `number`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L84)
+
+___
+
+### PrePaddingSeconds
+
+• `Optional` **PrePaddingSeconds**: `number`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L78)
+
+___
+
+### RecordingPath
+
+• `Optional` **RecordingPath**: ``null`` \| `string`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L36)
+
+___
+
+### RecordingPostProcessor
+
+• `Optional` **RecordingPostProcessor**: ``null`` \| `string`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L96)
+
+___
+
+### RecordingPostProcessorArguments
+
+• `Optional` **RecordingPostProcessorArguments**: ``null`` \| `string`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L102)
+
+___
+
+### SeriesRecordingPath
+
+• `Optional` **SeriesRecordingPath**: ``null`` \| `string`
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L48)
+
+___
+
+### TunerHosts
+
+• `Optional` **TunerHosts**: ``null`` \| [`TunerHostInfo`](generated_client.TunerHostInfo.md)[]
+
+**`memberof`** LiveTvOptions
+
+#### Defined in
+
+[generated-client/models/live-tv-options.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-options.ts#L66)
diff --git a/docs/interfaces/generated_client.LiveTvServiceInfo.md b/docs/interfaces/generated_client.LiveTvServiceInfo.md
index f413024fb..12a740ed9 100644
--- a/docs/interfaces/generated_client.LiveTvServiceInfo.md
+++ b/docs/interfaces/generated_client.LiveTvServiceInfo.md
@@ -35,7 +35,7 @@ Gets or sets a value indicating whether this instance has update available.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L59)
+[generated-client/models/live-tv-service-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L59)
___
@@ -49,7 +49,7 @@ Gets or sets the home page URL.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L35)
+[generated-client/models/live-tv-service-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L35)
___
@@ -63,7 +63,7 @@ Gets or sets a value indicating whether this instance is visible.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L65)
+[generated-client/models/live-tv-service-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L65)
___
@@ -77,7 +77,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L29)
+[generated-client/models/live-tv-service-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L29)
___
@@ -89,7 +89,7 @@ ___
#### Defined in
-[generated-client/models/live-tv-service-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L41)
+[generated-client/models/live-tv-service-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L41)
___
@@ -103,7 +103,7 @@ Gets or sets the status message.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L47)
+[generated-client/models/live-tv-service-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L47)
___
@@ -115,7 +115,7 @@ ___
#### Defined in
-[generated-client/models/live-tv-service-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L71)
+[generated-client/models/live-tv-service-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L71)
___
@@ -129,4 +129,4 @@ Gets or sets the version.
#### Defined in
-[generated-client/models/live-tv-service-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/live-tv-service-info.ts#L53)
+[generated-client/models/live-tv-service-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/live-tv-service-info.ts#L53)
diff --git a/docs/interfaces/generated_client.LocalizationOption.md b/docs/interfaces/generated_client.LocalizationOption.md
index 15dc71070..afcdcf682 100644
--- a/docs/interfaces/generated_client.LocalizationOption.md
+++ b/docs/interfaces/generated_client.LocalizationOption.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/localization-option.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/localization-option.ts#L28)
+[generated-client/models/localization-option.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/localization-option.ts#L28)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/localization-option.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/localization-option.ts#L34)
+[generated-client/models/localization-option.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/localization-option.ts#L34)
diff --git a/docs/interfaces/generated_client.LogFile.md b/docs/interfaces/generated_client.LogFile.md
index 62a2511d4..d96e5e516 100644
--- a/docs/interfaces/generated_client.LogFile.md
+++ b/docs/interfaces/generated_client.LogFile.md
@@ -29,7 +29,7 @@ Gets or sets the date created.
#### Defined in
-[generated-client/models/log-file.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-file.ts#L28)
+[generated-client/models/log-file.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-file.ts#L28)
___
@@ -43,7 +43,7 @@ Gets or sets the date modified.
#### Defined in
-[generated-client/models/log-file.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-file.ts#L34)
+[generated-client/models/log-file.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-file.ts#L34)
___
@@ -57,7 +57,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/log-file.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-file.ts#L46)
+[generated-client/models/log-file.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-file.ts#L46)
___
@@ -71,4 +71,4 @@ Gets or sets the size.
#### Defined in
-[generated-client/models/log-file.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/log-file.ts#L40)
+[generated-client/models/log-file.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/log-file.ts#L40)
diff --git a/docs/interfaces/generated_client.MediaAttachment.md b/docs/interfaces/generated_client.MediaAttachment.md
index 94ce17bf4..300e1eb77 100644
--- a/docs/interfaces/generated_client.MediaAttachment.md
+++ b/docs/interfaces/generated_client.MediaAttachment.md
@@ -34,7 +34,7 @@ Gets or sets the codec.
#### Defined in
-[generated-client/models/media-attachment.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L28)
+[generated-client/models/media-attachment.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L28)
___
@@ -48,7 +48,7 @@ Gets or sets the codec tag.
#### Defined in
-[generated-client/models/media-attachment.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L34)
+[generated-client/models/media-attachment.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L34)
___
@@ -62,7 +62,7 @@ Gets or sets the comment.
#### Defined in
-[generated-client/models/media-attachment.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L40)
+[generated-client/models/media-attachment.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L40)
___
@@ -76,7 +76,7 @@ Gets or sets the delivery URL.
#### Defined in
-[generated-client/models/media-attachment.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L64)
+[generated-client/models/media-attachment.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L64)
___
@@ -90,7 +90,7 @@ Gets or sets the filename.
#### Defined in
-[generated-client/models/media-attachment.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L52)
+[generated-client/models/media-attachment.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L52)
___
@@ -104,7 +104,7 @@ Gets or sets the index.
#### Defined in
-[generated-client/models/media-attachment.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L46)
+[generated-client/models/media-attachment.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L46)
___
@@ -118,4 +118,4 @@ Gets or sets the MIME type.
#### Defined in
-[generated-client/models/media-attachment.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-attachment.ts#L58)
+[generated-client/models/media-attachment.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-attachment.ts#L58)
diff --git a/docs/interfaces/generated_client.MediaEncoderPathDto.md b/docs/interfaces/generated_client.MediaEncoderPathDto.md
index 04bfa5a6d..d26b0c6ef 100644
--- a/docs/interfaces/generated_client.MediaEncoderPathDto.md
+++ b/docs/interfaces/generated_client.MediaEncoderPathDto.md
@@ -21,7 +21,7 @@ Media Encoder Path Dto.
### Path
-• `Optional` **Path**: ``null`` \| `string`
+• `Optional` **Path**: `string`
Gets or sets media encoder path.
@@ -29,13 +29,13 @@ Gets or sets media encoder path.
#### Defined in
-[generated-client/models/media-encoder-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-encoder-path-dto.ts#L28)
+[generated-client/models/media-encoder-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-encoder-path-dto.ts#L28)
___
### PathType
-• `Optional` **PathType**: ``null`` \| `string`
+• `Optional` **PathType**: `string`
Gets or sets media encoder path type.
@@ -43,4 +43,4 @@ Gets or sets media encoder path type.
#### Defined in
-[generated-client/models/media-encoder-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-encoder-path-dto.ts#L34)
+[generated-client/models/media-encoder-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-encoder-path-dto.ts#L34)
diff --git a/docs/interfaces/generated_client.MediaInfoApiCloseLiveStreamRequest.md b/docs/interfaces/generated_client.MediaInfoApiCloseLiveStreamRequest.md
index 1cd745189..b24929ce2 100644
--- a/docs/interfaces/generated_client.MediaInfoApiCloseLiveStreamRequest.md
+++ b/docs/interfaces/generated_client.MediaInfoApiCloseLiveStreamRequest.md
@@ -28,4 +28,4 @@ The livestream id.
#### Defined in
-[generated-client/api/media-info-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L557)
+[generated-client/api/media-info-api.ts:555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L555)
diff --git a/docs/interfaces/generated_client.MediaInfoApiGetBitrateTestBytesRequest.md b/docs/interfaces/generated_client.MediaInfoApiGetBitrateTestBytesRequest.md
index 8756676fc..edcaa7e30 100644
--- a/docs/interfaces/generated_client.MediaInfoApiGetBitrateTestBytesRequest.md
+++ b/docs/interfaces/generated_client.MediaInfoApiGetBitrateTestBytesRequest.md
@@ -28,4 +28,4 @@ The bitrate. Defaults to 102400.
#### Defined in
-[generated-client/api/media-info-api.ts:571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L571)
+[generated-client/api/media-info-api.ts:569](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L569)
diff --git a/docs/interfaces/generated_client.MediaInfoApiGetPlaybackInfoRequest.md b/docs/interfaces/generated_client.MediaInfoApiGetPlaybackInfoRequest.md
index 6f0b8ace4..6dafd44da 100644
--- a/docs/interfaces/generated_client.MediaInfoApiGetPlaybackInfoRequest.md
+++ b/docs/interfaces/generated_client.MediaInfoApiGetPlaybackInfoRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/media-info-api.ts:585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L585)
+[generated-client/api/media-info-api.ts:583](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L583)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/media-info-api.ts:592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L592)
+[generated-client/api/media-info-api.ts:590](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L590)
diff --git a/docs/interfaces/generated_client.MediaInfoApiGetPostedPlaybackInfoRequest.md b/docs/interfaces/generated_client.MediaInfoApiGetPostedPlaybackInfoRequest.md
index 47107ec8c..e6146a280 100644
--- a/docs/interfaces/generated_client.MediaInfoApiGetPostedPlaybackInfoRequest.md
+++ b/docs/interfaces/generated_client.MediaInfoApiGetPostedPlaybackInfoRequest.md
@@ -43,7 +43,7 @@ Whether to allow to copy the audio stream. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:704](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L704)
+[generated-client/api/media-info-api.ts:702](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L702)
___
@@ -57,7 +57,7 @@ Whether to allow to copy the video stream. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L697)
+[generated-client/api/media-info-api.ts:695](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L695)
___
@@ -71,7 +71,7 @@ The audio stream index.
#### Defined in
-[generated-client/api/media-info-api.ts:634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L634)
+[generated-client/api/media-info-api.ts:632](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L632)
___
@@ -85,7 +85,7 @@ Whether to auto open the livestream.
#### Defined in
-[generated-client/api/media-info-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L669)
+[generated-client/api/media-info-api.ts:667](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L667)
___
@@ -99,7 +99,7 @@ Whether to enable direct play. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:676](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L676)
+[generated-client/api/media-info-api.ts:674](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L674)
___
@@ -113,7 +113,7 @@ Whether to enable direct stream. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L683)
+[generated-client/api/media-info-api.ts:681](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L681)
___
@@ -127,7 +127,7 @@ Whether to enable transcoding. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L690)
+[generated-client/api/media-info-api.ts:688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L688)
___
@@ -141,7 +141,7 @@ The item id.
#### Defined in
-[generated-client/api/media-info-api.ts:606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L606)
+[generated-client/api/media-info-api.ts:604](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L604)
___
@@ -155,7 +155,7 @@ The livestream id.
#### Defined in
-[generated-client/api/media-info-api.ts:662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L662)
+[generated-client/api/media-info-api.ts:660](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L660)
___
@@ -169,7 +169,7 @@ The maximum number of audio channels.
#### Defined in
-[generated-client/api/media-info-api.ts:648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L648)
+[generated-client/api/media-info-api.ts:646](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L646)
___
@@ -183,7 +183,7 @@ The maximum streaming bitrate.
#### Defined in
-[generated-client/api/media-info-api.ts:620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L620)
+[generated-client/api/media-info-api.ts:618](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L618)
___
@@ -197,7 +197,7 @@ The media source id.
#### Defined in
-[generated-client/api/media-info-api.ts:655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L655)
+[generated-client/api/media-info-api.ts:653](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L653)
___
@@ -211,7 +211,7 @@ The playback info.
#### Defined in
-[generated-client/api/media-info-api.ts:711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L711)
+[generated-client/api/media-info-api.ts:709](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L709)
___
@@ -225,7 +225,7 @@ The start time in ticks.
#### Defined in
-[generated-client/api/media-info-api.ts:627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L627)
+[generated-client/api/media-info-api.ts:625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L625)
___
@@ -239,7 +239,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/media-info-api.ts:641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L641)
+[generated-client/api/media-info-api.ts:639](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L639)
___
@@ -253,4 +253,4 @@ The user id.
#### Defined in
-[generated-client/api/media-info-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L613)
+[generated-client/api/media-info-api.ts:611](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L611)
diff --git a/docs/interfaces/generated_client.MediaInfoApiOpenLiveStreamRequest.md b/docs/interfaces/generated_client.MediaInfoApiOpenLiveStreamRequest.md
index f908811d9..5aff38013 100644
--- a/docs/interfaces/generated_client.MediaInfoApiOpenLiveStreamRequest.md
+++ b/docs/interfaces/generated_client.MediaInfoApiOpenLiveStreamRequest.md
@@ -39,7 +39,7 @@ The audio stream index.
#### Defined in
-[generated-client/api/media-info-api.ts:760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L760)
+[generated-client/api/media-info-api.ts:758](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L758)
___
@@ -53,7 +53,7 @@ Whether to enable direct play. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L788)
+[generated-client/api/media-info-api.ts:786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L786)
___
@@ -67,7 +67,7 @@ Whether to enable direct stream. Default: true.
#### Defined in
-[generated-client/api/media-info-api.ts:795](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L795)
+[generated-client/api/media-info-api.ts:793](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L793)
___
@@ -81,7 +81,7 @@ The item id.
#### Defined in
-[generated-client/api/media-info-api.ts:781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L781)
+[generated-client/api/media-info-api.ts:779](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L779)
___
@@ -95,7 +95,7 @@ The maximum number of audio channels.
#### Defined in
-[generated-client/api/media-info-api.ts:774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L774)
+[generated-client/api/media-info-api.ts:772](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L772)
___
@@ -109,7 +109,7 @@ The maximum streaming bitrate.
#### Defined in
-[generated-client/api/media-info-api.ts:746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L746)
+[generated-client/api/media-info-api.ts:744](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L744)
___
@@ -123,7 +123,7 @@ The open live stream dto.
#### Defined in
-[generated-client/api/media-info-api.ts:802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L802)
+[generated-client/api/media-info-api.ts:800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L800)
___
@@ -137,7 +137,7 @@ The open token.
#### Defined in
-[generated-client/api/media-info-api.ts:725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L725)
+[generated-client/api/media-info-api.ts:723](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L723)
___
@@ -151,7 +151,7 @@ The play session id.
#### Defined in
-[generated-client/api/media-info-api.ts:739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L739)
+[generated-client/api/media-info-api.ts:737](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L737)
___
@@ -165,7 +165,7 @@ The start time in ticks.
#### Defined in
-[generated-client/api/media-info-api.ts:753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L753)
+[generated-client/api/media-info-api.ts:751](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L751)
___
@@ -179,7 +179,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/media-info-api.ts:767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L767)
+[generated-client/api/media-info-api.ts:765](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L765)
___
@@ -193,4 +193,4 @@ The user id.
#### Defined in
-[generated-client/api/media-info-api.ts:732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L732)
+[generated-client/api/media-info-api.ts:730](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L730)
diff --git a/docs/interfaces/generated_client.MediaPathDto.md b/docs/interfaces/generated_client.MediaPathDto.md
index 3e0de7040..be277aa05 100644
--- a/docs/interfaces/generated_client.MediaPathDto.md
+++ b/docs/interfaces/generated_client.MediaPathDto.md
@@ -30,7 +30,7 @@ Gets or sets the name of the library.
#### Defined in
-[generated-client/models/media-path-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-path-dto.ts#L29)
+[generated-client/models/media-path-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-path-dto.ts#L29)
___
@@ -44,7 +44,7 @@ Gets or sets the path to add.
#### Defined in
-[generated-client/models/media-path-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-path-dto.ts#L35)
+[generated-client/models/media-path-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-path-dto.ts#L35)
___
@@ -56,4 +56,4 @@ ___
#### Defined in
-[generated-client/models/media-path-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-path-dto.ts#L41)
+[generated-client/models/media-path-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-path-dto.ts#L41)
diff --git a/docs/interfaces/generated_client.MediaPathInfo.md b/docs/interfaces/generated_client.MediaPathInfo.md
index 5862b3758..81d904646 100644
--- a/docs/interfaces/generated_client.MediaPathInfo.md
+++ b/docs/interfaces/generated_client.MediaPathInfo.md
@@ -25,16 +25,16 @@
#### Defined in
-[generated-client/models/media-path-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-path-info.ts#L34)
+[generated-client/models/media-path-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-path-info.ts#L34)
___
### Path
-• `Optional` **Path**: ``null`` \| `string`
+• `Optional` **Path**: `string`
**`memberof`** MediaPathInfo
#### Defined in
-[generated-client/models/media-path-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-path-info.ts#L28)
+[generated-client/models/media-path-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-path-info.ts#L28)
diff --git a/docs/interfaces/generated_client.MediaSourceInfo.md b/docs/interfaces/generated_client.MediaSourceInfo.md
index 791cd7b8d..c5b796a74 100644
--- a/docs/interfaces/generated_client.MediaSourceInfo.md
+++ b/docs/interfaces/generated_client.MediaSourceInfo.md
@@ -65,7 +65,7 @@
#### Defined in
-[generated-client/models/media-source-info.ts:270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L270)
+[generated-client/models/media-source-info.ts:270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L270)
___
@@ -77,7 +77,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L234)
+[generated-client/models/media-source-info.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L234)
___
@@ -89,7 +89,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L180)
+[generated-client/models/media-source-info.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L180)
___
@@ -101,7 +101,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L72)
+[generated-client/models/media-source-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L72)
___
@@ -113,7 +113,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L276)
+[generated-client/models/media-source-info.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L276)
___
@@ -125,7 +125,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L282)
+[generated-client/models/media-source-info.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L282)
___
@@ -137,7 +137,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L96)
+[generated-client/models/media-source-info.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L96)
___
@@ -149,7 +149,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L54)
+[generated-client/models/media-source-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L54)
___
@@ -161,7 +161,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L60)
+[generated-client/models/media-source-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L60)
___
@@ -173,7 +173,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L228)
+[generated-client/models/media-source-info.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L228)
___
@@ -185,7 +185,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L126)
+[generated-client/models/media-source-info.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L126)
___
@@ -197,7 +197,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L42)
+[generated-client/models/media-source-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L42)
___
@@ -209,7 +209,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L114)
+[generated-client/models/media-source-info.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L114)
___
@@ -221,7 +221,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L120)
+[generated-client/models/media-source-info.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L120)
___
@@ -233,7 +233,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L150)
+[generated-client/models/media-source-info.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L150)
___
@@ -241,13 +241,13 @@ ___
• `Optional` **IsRemote**: `boolean`
-Differentiate internet url vs local network.
+Gets or sets a value indicating whether the media is remote. Differentiate internet url vs local network.
**`memberof`** MediaSourceInfo
#### Defined in
-[generated-client/models/media-source-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L90)
+[generated-client/models/media-source-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L90)
___
@@ -259,7 +259,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L204)
+[generated-client/models/media-source-info.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L204)
___
@@ -271,7 +271,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L174)
+[generated-client/models/media-source-info.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L174)
___
@@ -283,7 +283,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L222)
+[generated-client/models/media-source-info.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L222)
___
@@ -295,7 +295,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L216)
+[generated-client/models/media-source-info.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L216)
___
@@ -307,7 +307,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L84)
+[generated-client/models/media-source-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L84)
___
@@ -319,7 +319,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L162)
+[generated-client/models/media-source-info.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L162)
___
@@ -331,7 +331,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L48)
+[generated-client/models/media-source-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L48)
___
@@ -343,7 +343,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L36)
+[generated-client/models/media-source-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L36)
___
@@ -355,7 +355,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L108)
+[generated-client/models/media-source-info.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L108)
___
@@ -367,7 +367,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L246)
+[generated-client/models/media-source-info.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L246)
___
@@ -379,7 +379,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L168)
+[generated-client/models/media-source-info.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L168)
___
@@ -391,7 +391,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L186)
+[generated-client/models/media-source-info.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L186)
___
@@ -403,7 +403,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L156)
+[generated-client/models/media-source-info.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L156)
___
@@ -415,7 +415,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L102)
+[generated-client/models/media-source-info.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L102)
___
@@ -427,7 +427,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L78)
+[generated-client/models/media-source-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L78)
___
@@ -439,7 +439,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L144)
+[generated-client/models/media-source-info.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L144)
___
@@ -451,7 +451,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L138)
+[generated-client/models/media-source-info.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L138)
___
@@ -463,7 +463,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L192)
+[generated-client/models/media-source-info.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L192)
___
@@ -475,7 +475,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L132)
+[generated-client/models/media-source-info.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L132)
___
@@ -487,7 +487,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L240)
+[generated-client/models/media-source-info.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L240)
___
@@ -499,7 +499,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L264)
+[generated-client/models/media-source-info.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L264)
___
@@ -511,7 +511,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L258)
+[generated-client/models/media-source-info.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L258)
___
@@ -523,7 +523,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L252)
+[generated-client/models/media-source-info.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L252)
___
@@ -535,7 +535,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L66)
+[generated-client/models/media-source-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L66)
___
@@ -547,7 +547,7 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L210)
+[generated-client/models/media-source-info.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L210)
___
@@ -559,4 +559,4 @@ ___
#### Defined in
-[generated-client/models/media-source-info.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-source-info.ts#L198)
+[generated-client/models/media-source-info.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-source-info.ts#L198)
diff --git a/docs/interfaces/generated_client.MediaStream.md b/docs/interfaces/generated_client.MediaStream.md
index c57652957..30bedd3c5 100644
--- a/docs/interfaces/generated_client.MediaStream.md
+++ b/docs/interfaces/generated_client.MediaStream.md
@@ -43,6 +43,10 @@ Class MediaStream.
- [IsTextSubtitleStream](generated_client.MediaStream.md#istextsubtitlestream)
- [Language](generated_client.MediaStream.md#language)
- [Level](generated_client.MediaStream.md#level)
+- [LocalizedDefault](generated_client.MediaStream.md#localizeddefault)
+- [LocalizedExternal](generated_client.MediaStream.md#localizedexternal)
+- [LocalizedForced](generated_client.MediaStream.md#localizedforced)
+- [LocalizedUndefined](generated_client.MediaStream.md#localizedundefined)
- [NalLengthSize](generated_client.MediaStream.md#nallengthsize)
- [PacketLength](generated_client.MediaStream.md#packetlength)
- [Path](generated_client.MediaStream.md#path)
@@ -58,9 +62,6 @@ Class MediaStream.
- [Type](generated_client.MediaStream.md#type)
- [VideoRange](generated_client.MediaStream.md#videorange)
- [Width](generated_client.MediaStream.md#width)
-- [localizedDefault](generated_client.MediaStream.md#localizeddefault)
-- [localizedForced](generated_client.MediaStream.md#localizedforced)
-- [localizedUndefined](generated_client.MediaStream.md#localizedundefined)
## Properties
@@ -74,7 +75,7 @@ Gets or sets the aspect ratio.
#### Defined in
-[generated-client/models/media-stream.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L234)
+[generated-client/models/media-stream.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L240)
___
@@ -88,7 +89,7 @@ Gets or sets the average frame rate.
#### Defined in
-[generated-client/models/media-stream.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L210)
+[generated-client/models/media-stream.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L216)
___
@@ -102,7 +103,7 @@ Gets or sets the bit depth.
#### Defined in
-[generated-client/models/media-stream.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L156)
+[generated-client/models/media-stream.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L162)
___
@@ -116,7 +117,7 @@ Gets or sets the bit rate.
#### Defined in
-[generated-client/models/media-stream.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L150)
+[generated-client/models/media-stream.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L156)
___
@@ -130,7 +131,7 @@ Gets or sets the channel layout.
#### Defined in
-[generated-client/models/media-stream.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L144)
+[generated-client/models/media-stream.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L150)
___
@@ -144,7 +145,7 @@ Gets or sets the channels.
#### Defined in
-[generated-client/models/media-stream.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L174)
+[generated-client/models/media-stream.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L180)
___
@@ -158,7 +159,7 @@ Gets or sets the codec.
#### Defined in
-[generated-client/models/media-stream.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L30)
+[generated-client/models/media-stream.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L30)
___
@@ -172,7 +173,7 @@ Gets or sets the codec tag.
#### Defined in
-[generated-client/models/media-stream.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L36)
+[generated-client/models/media-stream.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L36)
___
@@ -186,7 +187,7 @@ Gets or sets the codec time base.
#### Defined in
-[generated-client/models/media-stream.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L84)
+[generated-client/models/media-stream.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L84)
___
@@ -200,7 +201,7 @@ Gets or sets the color primaries.
#### Defined in
-[generated-client/models/media-stream.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L66)
+[generated-client/models/media-stream.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L66)
___
@@ -214,7 +215,7 @@ Gets or sets the color range.
#### Defined in
-[generated-client/models/media-stream.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L48)
+[generated-client/models/media-stream.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L48)
___
@@ -228,7 +229,7 @@ Gets or sets the color space.
#### Defined in
-[generated-client/models/media-stream.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L54)
+[generated-client/models/media-stream.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L54)
___
@@ -242,7 +243,7 @@ Gets or sets the color transfer.
#### Defined in
-[generated-client/models/media-stream.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L60)
+[generated-client/models/media-stream.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L60)
___
@@ -256,7 +257,7 @@ Gets or sets the comment.
#### Defined in
-[generated-client/models/media-stream.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L72)
+[generated-client/models/media-stream.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L72)
___
@@ -268,7 +269,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L258)
+[generated-client/models/media-stream.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L264)
___
@@ -282,7 +283,7 @@ Gets or sets the delivery URL.
#### Defined in
-[generated-client/models/media-stream.ts:264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L264)
+[generated-client/models/media-stream.ts:270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L270)
___
@@ -294,7 +295,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L120)
+[generated-client/models/media-stream.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L126)
___
@@ -308,7 +309,7 @@ Gets or sets the height.
#### Defined in
-[generated-client/models/media-stream.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L198)
+[generated-client/models/media-stream.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L204)
___
@@ -322,7 +323,7 @@ Gets or sets the index.
#### Defined in
-[generated-client/models/media-stream.ts:240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L240)
+[generated-client/models/media-stream.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L246)
___
@@ -334,7 +335,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L138)
+[generated-client/models/media-stream.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L144)
___
@@ -342,13 +343,13 @@ ___
• `Optional` **IsAnamorphic**: ``null`` \| `boolean`
-Gets a value indicating whether this instance is anamorphic.
+Gets or sets whether this instance is anamorphic.
**`memberof`** MediaStream
#### Defined in
-[generated-client/models/media-stream.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L306)
+[generated-client/models/media-stream.ts:312](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L312)
___
@@ -362,7 +363,7 @@ Gets or sets a value indicating whether this instance is default.
#### Defined in
-[generated-client/models/media-stream.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L186)
+[generated-client/models/media-stream.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L192)
___
@@ -376,7 +377,7 @@ Gets or sets a value indicating whether this instance is external.
#### Defined in
-[generated-client/models/media-stream.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L252)
+[generated-client/models/media-stream.ts:258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L258)
___
@@ -390,7 +391,7 @@ Gets or sets a value indicating whether this instance is external URL.
#### Defined in
-[generated-client/models/media-stream.ts:270](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L270)
+[generated-client/models/media-stream.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L276)
___
@@ -404,7 +405,7 @@ Gets or sets a value indicating whether this instance is forced.
#### Defined in
-[generated-client/models/media-stream.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L192)
+[generated-client/models/media-stream.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L198)
___
@@ -418,7 +419,7 @@ Gets or sets a value indicating whether this instance is interlaced.
#### Defined in
-[generated-client/models/media-stream.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L132)
+[generated-client/models/media-stream.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L138)
___
@@ -430,7 +431,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:276](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L276)
+[generated-client/models/media-stream.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L282)
___
@@ -444,7 +445,7 @@ Gets or sets the language.
#### Defined in
-[generated-client/models/media-stream.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L42)
+[generated-client/models/media-stream.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L42)
___
@@ -458,7 +459,55 @@ Gets or sets the level.
#### Defined in
-[generated-client/models/media-stream.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L300)
+[generated-client/models/media-stream.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L306)
+
+___
+
+### LocalizedDefault
+
+• `Optional` **LocalizedDefault**: ``null`` \| `string`
+
+**`memberof`** MediaStream
+
+#### Defined in
+
+[generated-client/models/media-stream.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L108)
+
+___
+
+### LocalizedExternal
+
+• `Optional` **LocalizedExternal**: ``null`` \| `string`
+
+**`memberof`** MediaStream
+
+#### Defined in
+
+[generated-client/models/media-stream.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L120)
+
+___
+
+### LocalizedForced
+
+• `Optional` **LocalizedForced**: ``null`` \| `string`
+
+**`memberof`** MediaStream
+
+#### Defined in
+
+[generated-client/models/media-stream.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L114)
+
+___
+
+### LocalizedUndefined
+
+• `Optional` **LocalizedUndefined**: ``null`` \| `string`
+
+**`memberof`** MediaStream
+
+#### Defined in
+
+[generated-client/models/media-stream.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L102)
___
@@ -470,7 +519,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L126)
+[generated-client/models/media-stream.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L132)
___
@@ -484,7 +533,7 @@ Gets or sets the length of the packet.
#### Defined in
-[generated-client/models/media-stream.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L168)
+[generated-client/models/media-stream.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L174)
___
@@ -498,7 +547,7 @@ Gets or sets the filename.
#### Defined in
-[generated-client/models/media-stream.ts:288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L288)
+[generated-client/models/media-stream.ts:294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L294)
___
@@ -512,7 +561,7 @@ Gets or sets the pixel format.
#### Defined in
-[generated-client/models/media-stream.ts:294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L294)
+[generated-client/models/media-stream.ts:300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L300)
___
@@ -526,7 +575,7 @@ Gets or sets the profile.
#### Defined in
-[generated-client/models/media-stream.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L222)
+[generated-client/models/media-stream.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L228)
___
@@ -540,7 +589,7 @@ Gets or sets the real frame rate.
#### Defined in
-[generated-client/models/media-stream.ts:216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L216)
+[generated-client/models/media-stream.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L222)
___
@@ -554,7 +603,7 @@ Gets or sets the reference frames.
#### Defined in
-[generated-client/models/media-stream.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L162)
+[generated-client/models/media-stream.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L168)
___
@@ -568,7 +617,7 @@ Gets or sets the sample rate.
#### Defined in
-[generated-client/models/media-stream.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L180)
+[generated-client/models/media-stream.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L186)
___
@@ -582,7 +631,7 @@ Gets or sets the score.
#### Defined in
-[generated-client/models/media-stream.ts:246](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L246)
+[generated-client/models/media-stream.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L252)
___
@@ -596,7 +645,7 @@ Gets or sets a value indicating whether [supports external stream].
#### Defined in
-[generated-client/models/media-stream.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L282)
+[generated-client/models/media-stream.ts:288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L288)
___
@@ -610,7 +659,7 @@ Gets or sets the time base.
#### Defined in
-[generated-client/models/media-stream.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L78)
+[generated-client/models/media-stream.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L78)
___
@@ -624,7 +673,7 @@ Gets or sets the title.
#### Defined in
-[generated-client/models/media-stream.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L90)
+[generated-client/models/media-stream.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L90)
___
@@ -636,7 +685,7 @@ ___
#### Defined in
-[generated-client/models/media-stream.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L228)
+[generated-client/models/media-stream.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L234)
___
@@ -644,13 +693,13 @@ ___
• `Optional` **VideoRange**: ``null`` \| `string`
-Gets or sets the video range.
+Gets the video range.
**`memberof`** MediaStream
#### Defined in
-[generated-client/models/media-stream.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L96)
+[generated-client/models/media-stream.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L96)
___
@@ -664,40 +713,4 @@ Gets or sets the width.
#### Defined in
-[generated-client/models/media-stream.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L204)
-
-___
-
-### localizedDefault
-
-• `Optional` **localizedDefault**: ``null`` \| `string`
-
-**`memberof`** MediaStream
-
-#### Defined in
-
-[generated-client/models/media-stream.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L108)
-
-___
-
-### localizedForced
-
-• `Optional` **localizedForced**: ``null`` \| `string`
-
-**`memberof`** MediaStream
-
-#### Defined in
-
-[generated-client/models/media-stream.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L114)
-
-___
-
-### localizedUndefined
-
-• `Optional` **localizedUndefined**: ``null`` \| `string`
-
-**`memberof`** MediaStream
-
-#### Defined in
-
-[generated-client/models/media-stream.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-stream.ts#L102)
+[generated-client/models/media-stream.ts:210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-stream.ts#L210)
diff --git a/docs/interfaces/generated_client.MediaUpdateInfoDto.md b/docs/interfaces/generated_client.MediaUpdateInfoDto.md
index 8f4764602..3ad336e4b 100644
--- a/docs/interfaces/generated_client.MediaUpdateInfoDto.md
+++ b/docs/interfaces/generated_client.MediaUpdateInfoDto.md
@@ -20,7 +20,7 @@ Media Update Info Dto.
### Updates
-• `Optional` **Updates**: ``null`` \| [`MediaUpdateInfoPathDto`](generated_client.MediaUpdateInfoPathDto.md)[]
+• `Optional` **Updates**: [`MediaUpdateInfoPathDto`](generated_client.MediaUpdateInfoPathDto.md)[]
Gets or sets the list of updates.
@@ -28,4 +28,4 @@ Gets or sets the list of updates.
#### Defined in
-[generated-client/models/media-update-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-update-info-dto.ts#L29)
+[generated-client/models/media-update-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-update-info-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.MediaUpdateInfoPathDto.md b/docs/interfaces/generated_client.MediaUpdateInfoPathDto.md
index 793f9d7b0..a83e55b7e 100644
--- a/docs/interfaces/generated_client.MediaUpdateInfoPathDto.md
+++ b/docs/interfaces/generated_client.MediaUpdateInfoPathDto.md
@@ -29,7 +29,7 @@ Gets or sets media path.
#### Defined in
-[generated-client/models/media-update-info-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-update-info-path-dto.ts#L28)
+[generated-client/models/media-update-info-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-update-info-path-dto.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets media update type. Created, Modified, Deleted.
#### Defined in
-[generated-client/models/media-update-info-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-update-info-path-dto.ts#L34)
+[generated-client/models/media-update-info-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-update-info-path-dto.ts#L34)
diff --git a/docs/interfaces/generated_client.MediaUrl.md b/docs/interfaces/generated_client.MediaUrl.md
index cdfce3127..c7cd4bfbe 100644
--- a/docs/interfaces/generated_client.MediaUrl.md
+++ b/docs/interfaces/generated_client.MediaUrl.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/media-url.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-url.ts#L34)
+[generated-client/models/media-url.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-url.ts#L34)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/media-url.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/media-url.ts#L28)
+[generated-client/models/media-url.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/media-url.ts#L28)
diff --git a/docs/interfaces/generated_client.MessageCommand.md b/docs/interfaces/generated_client.MessageCommand.md
index 7532a30bc..7f05003d2 100644
--- a/docs/interfaces/generated_client.MessageCommand.md
+++ b/docs/interfaces/generated_client.MessageCommand.md
@@ -26,7 +26,7 @@
#### Defined in
-[generated-client/models/message-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/message-command.ts#L28)
+[generated-client/models/message-command.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/message-command.ts#L28)
___
@@ -38,7 +38,7 @@ ___
#### Defined in
-[generated-client/models/message-command.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/message-command.ts#L34)
+[generated-client/models/message-command.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/message-command.ts#L34)
___
@@ -50,4 +50,4 @@ ___
#### Defined in
-[generated-client/models/message-command.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/message-command.ts#L40)
+[generated-client/models/message-command.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/message-command.ts#L40)
diff --git a/docs/interfaces/generated_client.MetadataConfiguration.md b/docs/interfaces/generated_client.MetadataConfiguration.md
new file mode 100644
index 000000000..8366c4b71
--- /dev/null
+++ b/docs/interfaces/generated_client.MetadataConfiguration.md
@@ -0,0 +1,27 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / MetadataConfiguration
+
+# Interface: MetadataConfiguration
+
+[generated-client](../modules/generated_client.md).MetadataConfiguration
+
+**`export`**
+
+**`interface`** MetadataConfiguration
+
+## Table of contents
+
+### Properties
+
+- [UseFileCreationTimeForDateAdded](generated_client.MetadataConfiguration.md#usefilecreationtimefordateadded)
+
+## Properties
+
+### UseFileCreationTimeForDateAdded
+
+• `Optional` **UseFileCreationTimeForDateAdded**: `boolean`
+
+**`memberof`** MetadataConfiguration
+
+#### Defined in
+
+[generated-client/models/metadata-configuration.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-configuration.ts#L28)
diff --git a/docs/interfaces/generated_client.MetadataEditorInfo.md b/docs/interfaces/generated_client.MetadataEditorInfo.md
index d388a3c71..5435aeb60 100644
--- a/docs/interfaces/generated_client.MetadataEditorInfo.md
+++ b/docs/interfaces/generated_client.MetadataEditorInfo.md
@@ -29,64 +29,64 @@
#### Defined in
-[generated-client/models/metadata-editor-info.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L57)
+[generated-client/models/metadata-editor-info.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L57)
___
### ContentTypeOptions
-• `Optional` **ContentTypeOptions**: ``null`` \| [`NameValuePair`](generated_client.NameValuePair.md)[]
+• `Optional` **ContentTypeOptions**: [`NameValuePair`](generated_client.NameValuePair.md)[]
**`memberof`** MetadataEditorInfo
#### Defined in
-[generated-client/models/metadata-editor-info.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L63)
+[generated-client/models/metadata-editor-info.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L63)
___
### Countries
-• `Optional` **Countries**: ``null`` \| [`CountryInfo`](generated_client.CountryInfo.md)[]
+• `Optional` **Countries**: [`CountryInfo`](generated_client.CountryInfo.md)[]
**`memberof`** MetadataEditorInfo
#### Defined in
-[generated-client/models/metadata-editor-info.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L39)
+[generated-client/models/metadata-editor-info.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L39)
___
### Cultures
-• `Optional` **Cultures**: ``null`` \| [`CultureDto`](generated_client.CultureDto.md)[]
+• `Optional` **Cultures**: [`CultureDto`](generated_client.CultureDto.md)[]
**`memberof`** MetadataEditorInfo
#### Defined in
-[generated-client/models/metadata-editor-info.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L45)
+[generated-client/models/metadata-editor-info.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L45)
___
### ExternalIdInfos
-• `Optional` **ExternalIdInfos**: ``null`` \| [`ExternalIdInfo`](generated_client.ExternalIdInfo.md)[]
+• `Optional` **ExternalIdInfos**: [`ExternalIdInfo`](generated_client.ExternalIdInfo.md)[]
**`memberof`** MetadataEditorInfo
#### Defined in
-[generated-client/models/metadata-editor-info.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L51)
+[generated-client/models/metadata-editor-info.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L51)
___
### ParentalRatingOptions
-• `Optional` **ParentalRatingOptions**: ``null`` \| [`ParentalRating`](generated_client.ParentalRating.md)[]
+• `Optional` **ParentalRatingOptions**: [`ParentalRating`](generated_client.ParentalRating.md)[]
**`memberof`** MetadataEditorInfo
#### Defined in
-[generated-client/models/metadata-editor-info.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-editor-info.ts#L33)
+[generated-client/models/metadata-editor-info.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-editor-info.ts#L33)
diff --git a/docs/interfaces/generated_client.MetadataOptions.md b/docs/interfaces/generated_client.MetadataOptions.md
index e5e8e44f8..39b0b757e 100644
--- a/docs/interfaces/generated_client.MetadataOptions.md
+++ b/docs/interfaces/generated_client.MetadataOptions.md
@@ -32,7 +32,7 @@ Class MetadataOptions.
#### Defined in
-[generated-client/models/metadata-options.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L58)
+[generated-client/models/metadata-options.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L58)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L46)
+[generated-client/models/metadata-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L46)
___
@@ -56,7 +56,7 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L34)
+[generated-client/models/metadata-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L34)
___
@@ -68,7 +68,7 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L64)
+[generated-client/models/metadata-options.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L64)
___
@@ -80,7 +80,7 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L28)
+[generated-client/models/metadata-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L28)
___
@@ -92,7 +92,7 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L40)
+[generated-client/models/metadata-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L40)
___
@@ -104,4 +104,4 @@ ___
#### Defined in
-[generated-client/models/metadata-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/metadata-options.ts#L52)
+[generated-client/models/metadata-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/metadata-options.ts#L52)
diff --git a/docs/interfaces/generated_client.MovePlaylistItemRequestDto.md b/docs/interfaces/generated_client.MovePlaylistItemRequestDto.md
index 965c558af..d642810c3 100644
--- a/docs/interfaces/generated_client.MovePlaylistItemRequestDto.md
+++ b/docs/interfaces/generated_client.MovePlaylistItemRequestDto.md
@@ -29,7 +29,7 @@ Gets or sets the new position.
#### Defined in
-[generated-client/models/move-playlist-item-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/move-playlist-item-request-dto.ts#L34)
+[generated-client/models/move-playlist-item-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/move-playlist-item-request-dto.ts#L34)
___
@@ -43,4 +43,4 @@ Gets or sets the playlist identifier of the item.
#### Defined in
-[generated-client/models/move-playlist-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/move-playlist-item-request-dto.ts#L28)
+[generated-client/models/move-playlist-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/move-playlist-item-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.MovieInfo.md b/docs/interfaces/generated_client.MovieInfo.md
index 043ea580c..88a54d1f2 100644
--- a/docs/interfaces/generated_client.MovieInfo.md
+++ b/docs/interfaces/generated_client.MovieInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.MovieInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.MovieInfo.md#metadatalanguage)
- [Name](generated_client.MovieInfo.md#name)
+- [OriginalTitle](generated_client.MovieInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.MovieInfo.md#parentindexnumber)
- [Path](generated_client.MovieInfo.md#path)
- [PremiereDate](generated_client.MovieInfo.md#premieredate)
@@ -33,7 +34,7 @@
#### Defined in
-[generated-client/models/movie-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L64)
+[generated-client/models/movie-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L70)
___
@@ -45,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/movie-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L82)
+[generated-client/models/movie-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L88)
___
@@ -59,7 +60,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/movie-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L46)
+[generated-client/models/movie-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L52)
___
@@ -73,7 +74,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/movie-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L40)
+[generated-client/models/movie-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L46)
___
@@ -87,7 +88,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/movie-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L28)
+[generated-client/models/movie-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** MovieInfo
+
+#### Defined in
+
+[generated-client/models/movie-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L34)
___
@@ -99,7 +114,7 @@ ___
#### Defined in
-[generated-client/models/movie-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L70)
+[generated-client/models/movie-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L76)
___
@@ -113,7 +128,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/movie-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L34)
+[generated-client/models/movie-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L40)
___
@@ -125,7 +140,7 @@ ___
#### Defined in
-[generated-client/models/movie-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L76)
+[generated-client/models/movie-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L82)
___
@@ -139,7 +154,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/movie-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L52)
+[generated-client/models/movie-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L58)
___
@@ -153,4 +168,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/movie-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info.ts#L58)
+[generated-client/models/movie-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info.ts#L64)
diff --git a/docs/interfaces/generated_client.MovieInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.MovieInfoRemoteSearchQuery.md
index 3e103f914..b82880aed 100644
--- a/docs/interfaces/generated_client.MovieInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.MovieInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/movie-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info-remote-search-query.ts#L47)
+[generated-client/models/movie-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/movie-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info-remote-search-query.ts#L35)
+[generated-client/models/movie-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/movie-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info-remote-search-query.ts#L29)
+[generated-client/models/movie-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** MovieInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/movie-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/movie-info-remote-search-query.ts#L41)
+[generated-client/models/movie-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/movie-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.MoviesApiGetMovieRecommendationsRequest.md b/docs/interfaces/generated_client.MoviesApiGetMovieRecommendationsRequest.md
index 40bdb2a81..cd263f1b1 100644
--- a/docs/interfaces/generated_client.MoviesApiGetMovieRecommendationsRequest.md
+++ b/docs/interfaces/generated_client.MoviesApiGetMovieRecommendationsRequest.md
@@ -32,7 +32,7 @@ The max number of categories to return.
#### Defined in
-[generated-client/api/movies-api.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L175)
+[generated-client/api/movies-api.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L175)
___
@@ -46,7 +46,7 @@ Optional. The fields to return.
#### Defined in
-[generated-client/api/movies-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L168)
+[generated-client/api/movies-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L168)
___
@@ -60,7 +60,7 @@ The max number of items to return per category.
#### Defined in
-[generated-client/api/movies-api.ts:182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L182)
+[generated-client/api/movies-api.ts:182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L182)
___
@@ -74,7 +74,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/movies-api.ts:161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L161)
+[generated-client/api/movies-api.ts:161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L161)
___
@@ -88,4 +88,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/movies-api.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L154)
+[generated-client/api/movies-api.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L154)
diff --git a/docs/interfaces/generated_client.MusicGenresApiGetMusicGenreRequest.md b/docs/interfaces/generated_client.MusicGenresApiGetMusicGenreRequest.md
index 92916813c..cb692298c 100644
--- a/docs/interfaces/generated_client.MusicGenresApiGetMusicGenreRequest.md
+++ b/docs/interfaces/generated_client.MusicGenresApiGetMusicGenreRequest.md
@@ -29,7 +29,7 @@ The genre name.
#### Defined in
-[generated-client/api/music-genres-api.ts:303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L303)
+[generated-client/api/music-genres-api.ts:321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L321)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/music-genres-api.ts:310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L310)
+[generated-client/api/music-genres-api.ts:328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L328)
diff --git a/docs/interfaces/generated_client.MusicGenresApiGetMusicGenresRequest.md b/docs/interfaces/generated_client.MusicGenresApiGetMusicGenresRequest.md
index 4a8146fd9..f35bb9117 100644
--- a/docs/interfaces/generated_client.MusicGenresApiGetMusicGenresRequest.md
+++ b/docs/interfaces/generated_client.MusicGenresApiGetMusicGenresRequest.md
@@ -28,6 +28,8 @@ Request parameters for getMusicGenres operation in MusicGenresApi.
- [nameStartsWithOrGreater](generated_client.MusicGenresApiGetMusicGenresRequest.md#namestartswithorgreater)
- [parentId](generated_client.MusicGenresApiGetMusicGenresRequest.md#parentid)
- [searchTerm](generated_client.MusicGenresApiGetMusicGenresRequest.md#searchterm)
+- [sortBy](generated_client.MusicGenresApiGetMusicGenresRequest.md#sortby)
+- [sortOrder](generated_client.MusicGenresApiGetMusicGenresRequest.md#sortorder)
- [startIndex](generated_client.MusicGenresApiGetMusicGenresRequest.md#startindex)
- [userId](generated_client.MusicGenresApiGetMusicGenresRequest.md#userid)
@@ -43,7 +45,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/music-genres-api.ts:387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L387)
+[generated-client/api/music-genres-api.ts:405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L405)
___
@@ -57,7 +59,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/music-genres-api.ts:422](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L422)
+[generated-client/api/music-genres-api.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L454)
___
@@ -71,13 +73,13 @@ Optional. Include total record count.
#### Defined in
-[generated-client/api/music-genres-api.ts:429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L429)
+[generated-client/api/music-genres-api.ts:461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L461)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
@@ -85,7 +87,7 @@ Optional. If specified, results will be filtered out based on item type. This al
#### Defined in
-[generated-client/api/music-genres-api.ts:359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L359)
+[generated-client/api/music-genres-api.ts:377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L377)
___
@@ -99,7 +101,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/music-genres-api.ts:352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L352)
+[generated-client/api/music-genres-api.ts:370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L370)
___
@@ -113,13 +115,13 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/music-genres-api.ts:380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L380)
+[generated-client/api/music-genres-api.ts:398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L398)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered in based on item type. This allows multiple, comma delimited.
@@ -127,7 +129,7 @@ Optional. If specified, results will be filtered in based on item type. This all
#### Defined in
-[generated-client/api/music-genres-api.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L366)
+[generated-client/api/music-genres-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L384)
___
@@ -141,7 +143,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/music-genres-api.ts:373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L373)
+[generated-client/api/music-genres-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L391)
___
@@ -155,7 +157,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/music-genres-api.ts:331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L331)
+[generated-client/api/music-genres-api.ts:349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L349)
___
@@ -169,7 +171,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/music-genres-api.ts:415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L415)
+[generated-client/api/music-genres-api.ts:433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L433)
___
@@ -183,7 +185,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/music-genres-api.ts:408](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L408)
+[generated-client/api/music-genres-api.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L426)
___
@@ -197,7 +199,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/music-genres-api.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L401)
+[generated-client/api/music-genres-api.ts:419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L419)
___
@@ -211,7 +213,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/music-genres-api.ts:345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L345)
+[generated-client/api/music-genres-api.ts:363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L363)
___
@@ -225,7 +227,35 @@ The search term.
#### Defined in
-[generated-client/api/music-genres-api.ts:338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L338)
+[generated-client/api/music-genres-api.ts:356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L356)
+
+___
+
+### sortBy
+
+• `Optional` `Readonly` **sortBy**: `string`[]
+
+Optional. Specify one or more sort orders, comma delimited.
+
+**`memberof`** MusicGenresApiGetMusicGenres
+
+#### Defined in
+
+[generated-client/api/music-genres-api.ts:440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L440)
+
+___
+
+### sortOrder
+
+• `Optional` `Readonly` **sortOrder**: [`SortOrder`](../enums/generated_client.SortOrder.md)[]
+
+Sort Order - Ascending,Descending.
+
+**`memberof`** MusicGenresApiGetMusicGenres
+
+#### Defined in
+
+[generated-client/api/music-genres-api.ts:447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L447)
___
@@ -239,7 +269,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/music-genres-api.ts:324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L324)
+[generated-client/api/music-genres-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L342)
___
@@ -253,4 +283,4 @@ User id.
#### Defined in
-[generated-client/api/music-genres-api.ts:394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L394)
+[generated-client/api/music-genres-api.ts:412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L412)
diff --git a/docs/interfaces/generated_client.MusicVideoInfo.md b/docs/interfaces/generated_client.MusicVideoInfo.md
index 0871c7df8..14f044e0c 100644
--- a/docs/interfaces/generated_client.MusicVideoInfo.md
+++ b/docs/interfaces/generated_client.MusicVideoInfo.md
@@ -18,6 +18,7 @@
- [MetadataCountryCode](generated_client.MusicVideoInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.MusicVideoInfo.md#metadatalanguage)
- [Name](generated_client.MusicVideoInfo.md#name)
+- [OriginalTitle](generated_client.MusicVideoInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.MusicVideoInfo.md#parentindexnumber)
- [Path](generated_client.MusicVideoInfo.md#path)
- [PremiereDate](generated_client.MusicVideoInfo.md#premieredate)
@@ -34,7 +35,7 @@
#### Defined in
-[generated-client/models/music-video-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L88)
+[generated-client/models/music-video-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L94)
___
@@ -46,7 +47,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L64)
+[generated-client/models/music-video-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L70)
___
@@ -58,7 +59,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L82)
+[generated-client/models/music-video-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L88)
___
@@ -72,7 +73,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/music-video-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L46)
+[generated-client/models/music-video-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L52)
___
@@ -86,7 +87,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/music-video-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L40)
+[generated-client/models/music-video-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L46)
___
@@ -100,7 +101,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/music-video-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L28)
+[generated-client/models/music-video-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** MusicVideoInfo
+
+#### Defined in
+
+[generated-client/models/music-video-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L34)
___
@@ -112,7 +127,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L70)
+[generated-client/models/music-video-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L76)
___
@@ -126,7 +141,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/music-video-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L34)
+[generated-client/models/music-video-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L40)
___
@@ -138,7 +153,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L76)
+[generated-client/models/music-video-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L82)
___
@@ -152,7 +167,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/music-video-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L52)
+[generated-client/models/music-video-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L58)
___
@@ -166,4 +181,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/music-video-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info.ts#L58)
+[generated-client/models/music-video-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info.ts#L64)
diff --git a/docs/interfaces/generated_client.MusicVideoInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.MusicVideoInfoRemoteSearchQuery.md
index b6624d842..d3353aa04 100644
--- a/docs/interfaces/generated_client.MusicVideoInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.MusicVideoInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/music-video-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info-remote-search-query.ts#L47)
+[generated-client/models/music-video-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info-remote-search-query.ts#L35)
+[generated-client/models/music-video-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/music-video-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info-remote-search-query.ts#L29)
+[generated-client/models/music-video-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** MusicVideoInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/music-video-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/music-video-info-remote-search-query.ts#L41)
+[generated-client/models/music-video-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/music-video-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.NameGuidPair.md b/docs/interfaces/generated_client.NameGuidPair.md
index 9586874d1..72d02feab 100644
--- a/docs/interfaces/generated_client.NameGuidPair.md
+++ b/docs/interfaces/generated_client.NameGuidPair.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/name-guid-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-guid-pair.ts#L34)
+[generated-client/models/name-guid-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-guid-pair.ts#L34)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/name-guid-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-guid-pair.ts#L28)
+[generated-client/models/name-guid-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-guid-pair.ts#L28)
diff --git a/docs/interfaces/generated_client.NameIdPair.md b/docs/interfaces/generated_client.NameIdPair.md
index 015eaff6f..82d3d3cae 100644
--- a/docs/interfaces/generated_client.NameIdPair.md
+++ b/docs/interfaces/generated_client.NameIdPair.md
@@ -27,7 +27,7 @@ Gets or sets the identifier.
#### Defined in
-[generated-client/models/name-id-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-id-pair.ts#L34)
+[generated-client/models/name-id-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-id-pair.ts#L34)
___
@@ -41,4 +41,4 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/name-id-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-id-pair.ts#L28)
+[generated-client/models/name-id-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-id-pair.ts#L28)
diff --git a/docs/interfaces/generated_client.NameValuePair.md b/docs/interfaces/generated_client.NameValuePair.md
index cc655c49e..d9ab71e85 100644
--- a/docs/interfaces/generated_client.NameValuePair.md
+++ b/docs/interfaces/generated_client.NameValuePair.md
@@ -27,7 +27,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/name-value-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-value-pair.ts#L28)
+[generated-client/models/name-value-pair.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-value-pair.ts#L28)
___
@@ -41,4 +41,4 @@ Gets or sets the value.
#### Defined in
-[generated-client/models/name-value-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/name-value-pair.ts#L34)
+[generated-client/models/name-value-pair.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/name-value-pair.ts#L34)
diff --git a/docs/interfaces/generated_client.NetworkConfiguration.md b/docs/interfaces/generated_client.NetworkConfiguration.md
new file mode 100644
index 000000000..14cc6b669
--- /dev/null
+++ b/docs/interfaces/generated_client.NetworkConfiguration.md
@@ -0,0 +1,526 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / NetworkConfiguration
+
+# Interface: NetworkConfiguration
+
+[generated-client](../modules/generated_client.md).NetworkConfiguration
+
+Defines the Jellyfin.Networking.Configuration.NetworkConfiguration.
+
+**`export`**
+
+**`interface`** NetworkConfiguration
+
+## Table of contents
+
+### Properties
+
+- [AutoDiscovery](generated_client.NetworkConfiguration.md#autodiscovery)
+- [AutoDiscoveryTracing](generated_client.NetworkConfiguration.md#autodiscoverytracing)
+- [BaseUrl](generated_client.NetworkConfiguration.md#baseurl)
+- [CertificatePassword](generated_client.NetworkConfiguration.md#certificatepassword)
+- [CertificatePath](generated_client.NetworkConfiguration.md#certificatepath)
+- [EnableHttps](generated_client.NetworkConfiguration.md#enablehttps)
+- [EnableIPV4](generated_client.NetworkConfiguration.md#enableipv4)
+- [EnableIPV6](generated_client.NetworkConfiguration.md#enableipv6)
+- [EnableMultiSocketBinding](generated_client.NetworkConfiguration.md#enablemultisocketbinding)
+- [EnablePublishedServerUriByRequest](generated_client.NetworkConfiguration.md#enablepublishedserveruribyrequest)
+- [EnableRemoteAccess](generated_client.NetworkConfiguration.md#enableremoteaccess)
+- [EnableSSDPTracing](generated_client.NetworkConfiguration.md#enablessdptracing)
+- [EnableUPnP](generated_client.NetworkConfiguration.md#enableupnp)
+- [GatewayMonitorPeriod](generated_client.NetworkConfiguration.md#gatewaymonitorperiod)
+- [HDHomerunPortRange](generated_client.NetworkConfiguration.md#hdhomerunportrange)
+- [HttpServerPortNumber](generated_client.NetworkConfiguration.md#httpserverportnumber)
+- [HttpsPortNumber](generated_client.NetworkConfiguration.md#httpsportnumber)
+- [IgnoreVirtualInterfaces](generated_client.NetworkConfiguration.md#ignorevirtualinterfaces)
+- [IsRemoteIPFilterBlacklist](generated_client.NetworkConfiguration.md#isremoteipfilterblacklist)
+- [KnownProxies](generated_client.NetworkConfiguration.md#knownproxies)
+- [LocalNetworkAddresses](generated_client.NetworkConfiguration.md#localnetworkaddresses)
+- [LocalNetworkSubnets](generated_client.NetworkConfiguration.md#localnetworksubnets)
+- [PublicHttpsPort](generated_client.NetworkConfiguration.md#publichttpsport)
+- [PublicPort](generated_client.NetworkConfiguration.md#publicport)
+- [PublishedServerUriBySubnet](generated_client.NetworkConfiguration.md#publishedserveruribysubnet)
+- [RemoteIPFilter](generated_client.NetworkConfiguration.md#remoteipfilter)
+- [RequireHttps](generated_client.NetworkConfiguration.md#requirehttps)
+- [SSDPTracingFilter](generated_client.NetworkConfiguration.md#ssdptracingfilter)
+- [TrustAllIP6Interfaces](generated_client.NetworkConfiguration.md#trustallip6interfaces)
+- [UDPPortRange](generated_client.NetworkConfiguration.md#udpportrange)
+- [UDPSendCount](generated_client.NetworkConfiguration.md#udpsendcount)
+- [UDPSendDelay](generated_client.NetworkConfiguration.md#udpsenddelay)
+- [UPnPCreateHttpPortMap](generated_client.NetworkConfiguration.md#upnpcreatehttpportmap)
+- [VirtualInterfaceNames](generated_client.NetworkConfiguration.md#virtualinterfacenames)
+
+## Properties
+
+### AutoDiscovery
+
+• `Optional` **AutoDiscovery**: `boolean`
+
+Gets or sets a value indicating whether Autodiscovery is enabled.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L178)
+
+___
+
+### AutoDiscoveryTracing
+
+• `Optional` **AutoDiscoveryTracing**: `boolean`
+
+Gets or sets a value indicating whether Autodiscovery tracing is enabled.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L172)
+
+___
+
+### BaseUrl
+
+• `Optional` **BaseUrl**: `string`
+
+Gets or sets a value used to specify the URL prefix that your Jellyfin instance can be accessed at.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L46)
+
+___
+
+### CertificatePassword
+
+• `Optional` **CertificatePassword**: `string`
+
+Gets or sets the password required to access the X.509 certificate data in the file specified by Jellyfin.Networking.Configuration.NetworkConfiguration.CertificatePath.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L40)
+
+___
+
+### CertificatePath
+
+• `Optional` **CertificatePath**: `string`
+
+Gets or sets the filesystem path of an X.509 certificate to use for SSL.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L34)
+
+___
+
+### EnableHttps
+
+• `Optional` **EnableHttps**: `boolean`
+
+Gets or sets a value indicating whether to use HTTPS.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L70)
+
+___
+
+### EnableIPV4
+
+• `Optional` **EnableIPV4**: `boolean`
+
+Gets or sets a value indicating whether gets or sets IPV4 capability.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L100)
+
+___
+
+### EnableIPV6
+
+• `Optional` **EnableIPV6**: `boolean`
+
+Gets or sets a value indicating whether gets or sets IPV6 capability.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L94)
+
+___
+
+### EnableMultiSocketBinding
+
+• `Optional` **EnableMultiSocketBinding**: `boolean`
+
+Gets a value indicating whether multi-socket binding is available.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L148)
+
+___
+
+### EnablePublishedServerUriByRequest
+
+• `Optional` **EnablePublishedServerUriByRequest**: `boolean`
+
+Gets or sets a value indicating whether the published server uri is based on information in HTTP requests.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L226)
+
+___
+
+### EnableRemoteAccess
+
+• `Optional` **EnableRemoteAccess**: `boolean`
+
+Gets or sets a value indicating whether access outside of the LAN is permitted.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L202)
+
+___
+
+### EnableSSDPTracing
+
+• `Optional` **EnableSSDPTracing**: `boolean`
+
+Gets or sets a value indicating whether detailed SSDP logs are sent to the console/log. \"Emby.Dlna\": \"Debug\" must be set in logging.default.json for this property to have any effect.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L106)
+
+___
+
+### EnableUPnP
+
+• `Optional` **EnableUPnP**: `boolean`
+
+Gets or sets a value indicating whether to enable automatic port forwarding.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L196)
+
+___
+
+### GatewayMonitorPeriod
+
+• `Optional` **GatewayMonitorPeriod**: `number`
+
+Gets or sets the time (in seconds) between the pings of SSDP gateway monitor.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L142)
+
+___
+
+### HDHomerunPortRange
+
+• `Optional` **HDHomerunPortRange**: `string`
+
+Gets or sets the ports that HDHomerun uses.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L160)
+
+___
+
+### HttpServerPortNumber
+
+• `Optional` **HttpServerPortNumber**: `number`
+
+Gets or sets the HTTP server port number.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L58)
+
+___
+
+### HttpsPortNumber
+
+• `Optional` **HttpsPortNumber**: `number`
+
+Gets or sets the HTTPS server port number.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L64)
+
+___
+
+### IgnoreVirtualInterfaces
+
+• `Optional` **IgnoreVirtualInterfaces**: `boolean`
+
+Gets or sets a value indicating whether address names that match Jellyfin.Networking.Configuration.NetworkConfiguration.VirtualInterfaceNames should be Ignore for the purposes of binding.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L130)
+
+___
+
+### IsRemoteIPFilterBlacklist
+
+• `Optional` **IsRemoteIPFilterBlacklist**: `boolean`
+
+Gets or sets a value indicating whether contains a blacklist or a whitelist. Default is a whitelist.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L190)
+
+___
+
+### KnownProxies
+
+• `Optional` **KnownProxies**: `string`[]
+
+Gets or sets the known proxies. If the proxy is a network, it\'s added to the KnownNetworks.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L220)
+
+___
+
+### LocalNetworkAddresses
+
+• `Optional` **LocalNetworkAddresses**: `string`[]
+
+Gets or sets the interface addresses which Jellyfin will bind to. If empty, all interfaces will be used.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L214)
+
+___
+
+### LocalNetworkSubnets
+
+• `Optional` **LocalNetworkSubnets**: `string`[]
+
+Gets or sets the subnets that are deemed to make up the LAN.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L208)
+
+___
+
+### PublicHttpsPort
+
+• `Optional` **PublicHttpsPort**: `number`
+
+Gets or sets the public HTTPS port.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L52)
+
+___
+
+### PublicPort
+
+• `Optional` **PublicPort**: `number`
+
+Gets or sets the public mapped port.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L76)
+
+___
+
+### PublishedServerUriBySubnet
+
+• `Optional` **PublishedServerUriBySubnet**: `string`[]
+
+Gets or sets the PublishedServerUriBySubnet Gets or sets PublishedServerUri to advertise for specific subnets.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L166)
+
+___
+
+### RemoteIPFilter
+
+• `Optional` **RemoteIPFilter**: `string`[]
+
+Gets or sets the filter for remote IP connectivity. Used in conjuntion with .
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L184)
+
+___
+
+### RequireHttps
+
+• `Optional` **RequireHttps**: `boolean`
+
+Gets or sets a value indicating whether the server should force connections over HTTPS.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L28)
+
+___
+
+### SSDPTracingFilter
+
+• `Optional` **SSDPTracingFilter**: `string`
+
+Gets or sets the SSDPTracingFilter Gets or sets a value indicating whether an IP address is to be used to filter the detailed ssdp logs that are being sent to the console/log. If the setting \"Emby.Dlna\": \"Debug\" msut be set in logging.default.json for this property to work.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L112)
+
+___
+
+### TrustAllIP6Interfaces
+
+• `Optional` **TrustAllIP6Interfaces**: `boolean`
+
+Gets or sets a value indicating whether all IPv6 interfaces should be treated as on the internal network. Depending on the address range implemented ULA ranges might not be used.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L154)
+
+___
+
+### UDPPortRange
+
+• `Optional` **UDPPortRange**: `string`
+
+Gets or sets the UDPPortRange.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L88)
+
+___
+
+### UDPSendCount
+
+• `Optional` **UDPSendCount**: `number`
+
+Gets or sets the number of times SSDP UDP messages are sent.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L118)
+
+___
+
+### UDPSendDelay
+
+• `Optional` **UDPSendDelay**: `number`
+
+Gets or sets the delay between each groups of SSDP messages (in ms).
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L124)
+
+___
+
+### UPnPCreateHttpPortMap
+
+• `Optional` **UPnPCreateHttpPortMap**: `boolean`
+
+Gets or sets a value indicating whether the http port should be mapped as part of UPnP automatic port forwarding.
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L82)
+
+___
+
+### VirtualInterfaceNames
+
+• `Optional` **VirtualInterfaceNames**: `string`
+
+Gets or sets a value indicating the interfaces that should be ignored. The list can be comma separated. .
+
+**`memberof`** NetworkConfiguration
+
+#### Defined in
+
+[generated-client/models/network-configuration.ts:136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/network-configuration.ts#L136)
diff --git a/docs/interfaces/generated_client.NewGroupRequestDto.md b/docs/interfaces/generated_client.NewGroupRequestDto.md
index 8de806633..acb9840ed 100644
--- a/docs/interfaces/generated_client.NewGroupRequestDto.md
+++ b/docs/interfaces/generated_client.NewGroupRequestDto.md
@@ -20,7 +20,7 @@ Class NewGroupRequestDto.
### GroupName
-• `Optional` **GroupName**: ``null`` \| `string`
+• `Optional` **GroupName**: `string`
Gets or sets the group name.
@@ -28,4 +28,4 @@ Gets or sets the group name.
#### Defined in
-[generated-client/models/new-group-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/new-group-request-dto.ts#L28)
+[generated-client/models/new-group-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/new-group-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.NextItemRequestDto.md b/docs/interfaces/generated_client.NextItemRequestDto.md
index 043f58667..7f0563170 100644
--- a/docs/interfaces/generated_client.NextItemRequestDto.md
+++ b/docs/interfaces/generated_client.NextItemRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the playing item identifier.
#### Defined in
-[generated-client/models/next-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/next-item-request-dto.ts#L28)
+[generated-client/models/next-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/next-item-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.NotificationDto.md b/docs/interfaces/generated_client.NotificationDto.md
index 8288043fa..9738188d3 100644
--- a/docs/interfaces/generated_client.NotificationDto.md
+++ b/docs/interfaces/generated_client.NotificationDto.md
@@ -35,13 +35,13 @@ Gets or sets the notification date.
#### Defined in
-[generated-client/models/notification-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L41)
+[generated-client/models/notification-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L41)
___
### Description
-• `Optional` **Description**: ``null`` \| `string`
+• `Optional` **Description**: `string`
Gets or sets the notification\'s description. Defaults to an empty string.
@@ -49,13 +49,13 @@ Gets or sets the notification\'s description. Defaults to an empty string.
#### Defined in
-[generated-client/models/notification-dto.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L59)
+[generated-client/models/notification-dto.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L59)
___
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
Gets or sets the notification ID. Defaults to an empty string.
@@ -63,7 +63,7 @@ Gets or sets the notification ID. Defaults to an empty string.
#### Defined in
-[generated-client/models/notification-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L29)
+[generated-client/models/notification-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L29)
___
@@ -77,7 +77,7 @@ Gets or sets a value indicating whether the notification has been read. Defaults
#### Defined in
-[generated-client/models/notification-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L47)
+[generated-client/models/notification-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L47)
___
@@ -89,13 +89,13 @@ ___
#### Defined in
-[generated-client/models/notification-dto.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L71)
+[generated-client/models/notification-dto.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L71)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the notification\'s name. Defaults to an empty string.
@@ -103,13 +103,13 @@ Gets or sets the notification\'s name. Defaults to an empty string.
#### Defined in
-[generated-client/models/notification-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L53)
+[generated-client/models/notification-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L53)
___
### Url
-• `Optional` **Url**: ``null`` \| `string`
+• `Optional` **Url**: `string`
Gets or sets the notification\'s URL. Defaults to an empty string.
@@ -117,13 +117,13 @@ Gets or sets the notification\'s URL. Defaults to an empty string.
#### Defined in
-[generated-client/models/notification-dto.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L65)
+[generated-client/models/notification-dto.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L65)
___
### UserId
-• `Optional` **UserId**: ``null`` \| `string`
+• `Optional` **UserId**: `string`
Gets or sets the notification\'s user ID. Defaults to an empty string.
@@ -131,4 +131,4 @@ Gets or sets the notification\'s user ID. Defaults to an empty string.
#### Defined in
-[generated-client/models/notification-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-dto.ts#L35)
+[generated-client/models/notification-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-dto.ts#L35)
diff --git a/docs/interfaces/generated_client.NotificationOption.md b/docs/interfaces/generated_client.NotificationOption.md
new file mode 100644
index 000000000..12920c1e6
--- /dev/null
+++ b/docs/interfaces/generated_client.NotificationOption.md
@@ -0,0 +1,100 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / NotificationOption
+
+# Interface: NotificationOption
+
+[generated-client](../modules/generated_client.md).NotificationOption
+
+**`export`**
+
+**`interface`** NotificationOption
+
+## Table of contents
+
+### Properties
+
+- [DisabledMonitorUsers](generated_client.NotificationOption.md#disabledmonitorusers)
+- [DisabledServices](generated_client.NotificationOption.md#disabledservices)
+- [Enabled](generated_client.NotificationOption.md#enabled)
+- [SendToUserMode](generated_client.NotificationOption.md#sendtousermode)
+- [SendToUsers](generated_client.NotificationOption.md#sendtousers)
+- [Type](generated_client.NotificationOption.md#type)
+
+## Properties
+
+### DisabledMonitorUsers
+
+• `Optional` **DisabledMonitorUsers**: `string`[]
+
+Gets or sets user Ids to not monitor (it\'s opt out).
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L35)
+
+___
+
+### DisabledServices
+
+• `Optional` **DisabledServices**: `string`[]
+
+Gets or sets the disabled services.
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L53)
+
+___
+
+### Enabled
+
+• `Optional` **Enabled**: `boolean`
+
+Gets or sets a value indicating whether this MediaBrowser.Model.Notifications.NotificationOption is enabled.
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L47)
+
+___
+
+### SendToUserMode
+
+• `Optional` **SendToUserMode**: [`SendToUserType`](../enums/generated_client.SendToUserType.md)
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L59)
+
+___
+
+### SendToUsers
+
+• `Optional` **SendToUsers**: `string`[]
+
+Gets or sets user Ids to send to (if SendToUserMode == Custom).
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L41)
+
+___
+
+### Type
+
+• `Optional` **Type**: ``null`` \| `string`
+
+**`memberof`** NotificationOption
+
+#### Defined in
+
+[generated-client/models/notification-option.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-option.ts#L29)
diff --git a/docs/interfaces/generated_client.NotificationOptions.md b/docs/interfaces/generated_client.NotificationOptions.md
new file mode 100644
index 000000000..84721c8cf
--- /dev/null
+++ b/docs/interfaces/generated_client.NotificationOptions.md
@@ -0,0 +1,27 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / NotificationOptions
+
+# Interface: NotificationOptions
+
+[generated-client](../modules/generated_client.md).NotificationOptions
+
+**`export`**
+
+**`interface`** NotificationOptions
+
+## Table of contents
+
+### Properties
+
+- [Options](generated_client.NotificationOptions.md#options)
+
+## Properties
+
+### Options
+
+• `Optional` **Options**: ``null`` \| [`NotificationOption`](generated_client.NotificationOption.md)[]
+
+**`memberof`** NotificationOptions
+
+#### Defined in
+
+[generated-client/models/notification-options.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-options.ts#L29)
diff --git a/docs/interfaces/generated_client.NotificationResultDto.md b/docs/interfaces/generated_client.NotificationResultDto.md
index d95ad96b8..d29527fdd 100644
--- a/docs/interfaces/generated_client.NotificationResultDto.md
+++ b/docs/interfaces/generated_client.NotificationResultDto.md
@@ -21,7 +21,7 @@ A list of notifications with the total record count for pagination.
### Notifications
-• `Optional` **Notifications**: ``null`` \| [`NotificationDto`](generated_client.NotificationDto.md)[]
+• `Optional` **Notifications**: [`NotificationDto`](generated_client.NotificationDto.md)[]
Gets or sets the current page of notifications.
@@ -29,7 +29,7 @@ Gets or sets the current page of notifications.
#### Defined in
-[generated-client/models/notification-result-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-result-dto.ts#L29)
+[generated-client/models/notification-result-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-result-dto.ts#L29)
___
@@ -43,4 +43,4 @@ Gets or sets the total number of notifications.
#### Defined in
-[generated-client/models/notification-result-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-result-dto.ts#L35)
+[generated-client/models/notification-result-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-result-dto.ts#L35)
diff --git a/docs/interfaces/generated_client.NotificationTypeInfo.md b/docs/interfaces/generated_client.NotificationTypeInfo.md
index 6cde31ad0..4eec3ff61 100644
--- a/docs/interfaces/generated_client.NotificationTypeInfo.md
+++ b/docs/interfaces/generated_client.NotificationTypeInfo.md
@@ -28,7 +28,7 @@
#### Defined in
-[generated-client/models/notification-type-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-type-info.ts#L46)
+[generated-client/models/notification-type-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-type-info.ts#L46)
___
@@ -40,7 +40,7 @@ ___
#### Defined in
-[generated-client/models/notification-type-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-type-info.ts#L40)
+[generated-client/models/notification-type-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-type-info.ts#L40)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[generated-client/models/notification-type-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-type-info.ts#L52)
+[generated-client/models/notification-type-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-type-info.ts#L52)
___
@@ -64,7 +64,7 @@ ___
#### Defined in
-[generated-client/models/notification-type-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-type-info.ts#L34)
+[generated-client/models/notification-type-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-type-info.ts#L34)
___
@@ -76,4 +76,4 @@ ___
#### Defined in
-[generated-client/models/notification-type-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notification-type-info.ts#L28)
+[generated-client/models/notification-type-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notification-type-info.ts#L28)
diff --git a/docs/interfaces/generated_client.NotificationsApiCreateAdminNotificationRequest.md b/docs/interfaces/generated_client.NotificationsApiCreateAdminNotificationRequest.md
index a9deb63e7..c0347763a 100644
--- a/docs/interfaces/generated_client.NotificationsApiCreateAdminNotificationRequest.md
+++ b/docs/interfaces/generated_client.NotificationsApiCreateAdminNotificationRequest.md
@@ -28,4 +28,4 @@ The notification request.
#### Defined in
-[generated-client/api/notifications-api.ts:469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L469)
+[generated-client/api/notifications-api.ts:469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L469)
diff --git a/docs/interfaces/generated_client.NotificationsApiGetNotificationsRequest.md b/docs/interfaces/generated_client.NotificationsApiGetNotificationsRequest.md
index e0f35d296..f71973dfe 100644
--- a/docs/interfaces/generated_client.NotificationsApiGetNotificationsRequest.md
+++ b/docs/interfaces/generated_client.NotificationsApiGetNotificationsRequest.md
@@ -26,4 +26,4 @@ Request parameters for getNotifications operation in NotificationsApi.
#### Defined in
-[generated-client/api/notifications-api.ts:483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L483)
+[generated-client/api/notifications-api.ts:483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L483)
diff --git a/docs/interfaces/generated_client.NotificationsApiGetNotificationsSummaryRequest.md b/docs/interfaces/generated_client.NotificationsApiGetNotificationsSummaryRequest.md
index b14a5c9e7..9c03607d0 100644
--- a/docs/interfaces/generated_client.NotificationsApiGetNotificationsSummaryRequest.md
+++ b/docs/interfaces/generated_client.NotificationsApiGetNotificationsSummaryRequest.md
@@ -26,4 +26,4 @@ Request parameters for getNotificationsSummary operation in NotificationsApi.
#### Defined in
-[generated-client/api/notifications-api.ts:497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L497)
+[generated-client/api/notifications-api.ts:497](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L497)
diff --git a/docs/interfaces/generated_client.NotificationsApiSetReadRequest.md b/docs/interfaces/generated_client.NotificationsApiSetReadRequest.md
index faa74ed1b..e0d2f1714 100644
--- a/docs/interfaces/generated_client.NotificationsApiSetReadRequest.md
+++ b/docs/interfaces/generated_client.NotificationsApiSetReadRequest.md
@@ -26,4 +26,4 @@ Request parameters for setRead operation in NotificationsApi.
#### Defined in
-[generated-client/api/notifications-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L511)
+[generated-client/api/notifications-api.ts:511](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L511)
diff --git a/docs/interfaces/generated_client.NotificationsApiSetUnreadRequest.md b/docs/interfaces/generated_client.NotificationsApiSetUnreadRequest.md
index 509c51b76..85356ccdb 100644
--- a/docs/interfaces/generated_client.NotificationsApiSetUnreadRequest.md
+++ b/docs/interfaces/generated_client.NotificationsApiSetUnreadRequest.md
@@ -26,4 +26,4 @@ Request parameters for setUnread operation in NotificationsApi.
#### Defined in
-[generated-client/api/notifications-api.ts:525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L525)
+[generated-client/api/notifications-api.ts:525](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L525)
diff --git a/docs/interfaces/generated_client.NotificationsSummaryDto.md b/docs/interfaces/generated_client.NotificationsSummaryDto.md
index 1adcc7272..d15d9ae6f 100644
--- a/docs/interfaces/generated_client.NotificationsSummaryDto.md
+++ b/docs/interfaces/generated_client.NotificationsSummaryDto.md
@@ -27,7 +27,7 @@ The notification summary DTO.
#### Defined in
-[generated-client/models/notifications-summary-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notifications-summary-dto.ts#L35)
+[generated-client/models/notifications-summary-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notifications-summary-dto.ts#L35)
___
@@ -41,4 +41,4 @@ Gets or sets the number of unread notifications.
#### Defined in
-[generated-client/models/notifications-summary-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/notifications-summary-dto.ts#L29)
+[generated-client/models/notifications-summary-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/notifications-summary-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.ObjectGroupUpdate.md b/docs/interfaces/generated_client.ObjectGroupUpdate.md
index e76ea465f..4c06a31d0 100644
--- a/docs/interfaces/generated_client.ObjectGroupUpdate.md
+++ b/docs/interfaces/generated_client.ObjectGroupUpdate.md
@@ -30,7 +30,7 @@ Gets the update data.
#### Defined in
-[generated-client/models/object-group-update.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/object-group-update.ts#L41)
+[generated-client/models/object-group-update.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/object-group-update.ts#L41)
___
@@ -44,7 +44,7 @@ Gets the group identifier.
#### Defined in
-[generated-client/models/object-group-update.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/object-group-update.ts#L29)
+[generated-client/models/object-group-update.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/object-group-update.ts#L29)
___
@@ -56,4 +56,4 @@ ___
#### Defined in
-[generated-client/models/object-group-update.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/object-group-update.ts#L35)
+[generated-client/models/object-group-update.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/object-group-update.ts#L35)
diff --git a/docs/interfaces/generated_client.OpenLiveStreamDto.md b/docs/interfaces/generated_client.OpenLiveStreamDto.md
index 3c5c08e1f..c51c0cf6d 100644
--- a/docs/interfaces/generated_client.OpenLiveStreamDto.md
+++ b/docs/interfaces/generated_client.OpenLiveStreamDto.md
@@ -40,7 +40,7 @@ Gets or sets the audio stream index.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L60)
+[generated-client/models/open-live-stream-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L60)
___
@@ -52,13 +52,13 @@ ___
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L96)
+[generated-client/models/open-live-stream-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L96)
___
### DirectPlayProtocols
-• `Optional` **DirectPlayProtocols**: ``null`` \| [`MediaProtocol`](../enums/generated_client.MediaProtocol.md)[]
+• `Optional` **DirectPlayProtocols**: [`MediaProtocol`](../enums/generated_client.MediaProtocol.md)[]
Gets or sets the device play protocols.
@@ -66,7 +66,7 @@ Gets or sets the device play protocols.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L102)
+[generated-client/models/open-live-stream-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L102)
___
@@ -80,7 +80,7 @@ Gets or sets a value indicating whether to enable direct play.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L84)
+[generated-client/models/open-live-stream-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L84)
___
@@ -94,7 +94,7 @@ Gets or sets a value indicating whether to enale direct stream.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L90)
+[generated-client/models/open-live-stream-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L90)
___
@@ -108,7 +108,7 @@ Gets or sets the item id.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L78)
+[generated-client/models/open-live-stream-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L78)
___
@@ -122,7 +122,7 @@ Gets or sets the max audio channels.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L72)
+[generated-client/models/open-live-stream-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L72)
___
@@ -136,7 +136,7 @@ Gets or sets the max streaming bitrate.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L48)
+[generated-client/models/open-live-stream-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L48)
___
@@ -150,7 +150,7 @@ Gets or sets the open token.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L30)
+[generated-client/models/open-live-stream-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L30)
___
@@ -164,7 +164,7 @@ Gets or sets the play session id.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L42)
+[generated-client/models/open-live-stream-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L42)
___
@@ -178,7 +178,7 @@ Gets or sets the start time in ticks.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L54)
+[generated-client/models/open-live-stream-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L54)
___
@@ -192,7 +192,7 @@ Gets or sets the subtitle stream index.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L66)
+[generated-client/models/open-live-stream-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L66)
___
@@ -206,4 +206,4 @@ Gets or sets the user id.
#### Defined in
-[generated-client/models/open-live-stream-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/open-live-stream-dto.ts#L36)
+[generated-client/models/open-live-stream-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/open-live-stream-dto.ts#L36)
diff --git a/docs/interfaces/generated_client.PackageApiCancelPackageInstallationRequest.md b/docs/interfaces/generated_client.PackageApiCancelPackageInstallationRequest.md
index 3f9e62127..6c42c03ff 100644
--- a/docs/interfaces/generated_client.PackageApiCancelPackageInstallationRequest.md
+++ b/docs/interfaces/generated_client.PackageApiCancelPackageInstallationRequest.md
@@ -28,4 +28,4 @@ Installation Id.
#### Defined in
-[generated-client/api/package-api.ts:435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L435)
+[generated-client/api/package-api.ts:435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L435)
diff --git a/docs/interfaces/generated_client.PackageApiGetPackageInfoRequest.md b/docs/interfaces/generated_client.PackageApiGetPackageInfoRequest.md
index 4c32ec62a..caa421be6 100644
--- a/docs/interfaces/generated_client.PackageApiGetPackageInfoRequest.md
+++ b/docs/interfaces/generated_client.PackageApiGetPackageInfoRequest.md
@@ -29,7 +29,7 @@ The GUID of the associated assembly.
#### Defined in
-[generated-client/api/package-api.ts:456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L456)
+[generated-client/api/package-api.ts:456](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L456)
___
@@ -43,4 +43,4 @@ The name of the package.
#### Defined in
-[generated-client/api/package-api.ts:449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L449)
+[generated-client/api/package-api.ts:449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L449)
diff --git a/docs/interfaces/generated_client.PackageApiInstallPackageRequest.md b/docs/interfaces/generated_client.PackageApiInstallPackageRequest.md
index 896b4a028..3e387b113 100644
--- a/docs/interfaces/generated_client.PackageApiInstallPackageRequest.md
+++ b/docs/interfaces/generated_client.PackageApiInstallPackageRequest.md
@@ -31,7 +31,7 @@ GUID of the associated assembly.
#### Defined in
-[generated-client/api/package-api.ts:477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L477)
+[generated-client/api/package-api.ts:477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L477)
___
@@ -45,7 +45,7 @@ Package name.
#### Defined in
-[generated-client/api/package-api.ts:470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L470)
+[generated-client/api/package-api.ts:470](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L470)
___
@@ -59,7 +59,7 @@ Optional. Specify the repository to install from.
#### Defined in
-[generated-client/api/package-api.ts:491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L491)
+[generated-client/api/package-api.ts:491](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L491)
___
@@ -73,4 +73,4 @@ Optional version. Defaults to latest version.
#### Defined in
-[generated-client/api/package-api.ts:484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L484)
+[generated-client/api/package-api.ts:484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L484)
diff --git a/docs/interfaces/generated_client.PackageApiSetRepositoriesRequest.md b/docs/interfaces/generated_client.PackageApiSetRepositoriesRequest.md
index 1a48d96ac..74d40dd40 100644
--- a/docs/interfaces/generated_client.PackageApiSetRepositoriesRequest.md
+++ b/docs/interfaces/generated_client.PackageApiSetRepositoriesRequest.md
@@ -28,4 +28,4 @@ The list of package repositories.
#### Defined in
-[generated-client/api/package-api.ts:505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L505)
+[generated-client/api/package-api.ts:505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L505)
diff --git a/docs/interfaces/generated_client.PackageInfo.md b/docs/interfaces/generated_client.PackageInfo.md
index b67968f20..0e7856f27 100644
--- a/docs/interfaces/generated_client.PackageInfo.md
+++ b/docs/interfaces/generated_client.PackageInfo.md
@@ -27,7 +27,7 @@ Class PackageInfo.
### category
-• `Optional` **category**: ``null`` \| `string`
+• `Optional` **category**: `string`
Gets or sets the category.
@@ -35,13 +35,13 @@ Gets or sets the category.
#### Defined in
-[generated-client/models/package-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L53)
+[generated-client/models/package-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L53)
___
### description
-• `Optional` **description**: ``null`` \| `string`
+• `Optional` **description**: `string`
Gets or sets a long description of the plugin containing features or helpful explanations.
@@ -49,13 +49,13 @@ Gets or sets a long description of the plugin containing features or helpful exp
#### Defined in
-[generated-client/models/package-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L35)
+[generated-client/models/package-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L35)
___
### guid
-• `Optional` **guid**: ``null`` \| `string`
+• `Optional` **guid**: `string`
Gets or sets the guid of the assembly associated with this plugin. This is used to identify the proper item for automatic updates.
@@ -63,7 +63,7 @@ Gets or sets the guid of the assembly associated with this plugin. This is used
#### Defined in
-[generated-client/models/package-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L59)
+[generated-client/models/package-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L59)
___
@@ -77,13 +77,13 @@ Gets or sets the image url for the package.
#### Defined in
-[generated-client/models/package-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L71)
+[generated-client/models/package-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L71)
___
### name
-• `Optional` **name**: ``null`` \| `string`
+• `Optional` **name**: `string`
Gets or sets the name.
@@ -91,13 +91,13 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/package-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L29)
+[generated-client/models/package-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L29)
___
### overview
-• `Optional` **overview**: ``null`` \| `string`
+• `Optional` **overview**: `string`
Gets or sets a short overview of what the plugin does.
@@ -105,13 +105,13 @@ Gets or sets a short overview of what the plugin does.
#### Defined in
-[generated-client/models/package-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L41)
+[generated-client/models/package-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L41)
___
### owner
-• `Optional` **owner**: ``null`` \| `string`
+• `Optional` **owner**: `string`
Gets or sets the owner.
@@ -119,13 +119,13 @@ Gets or sets the owner.
#### Defined in
-[generated-client/models/package-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L47)
+[generated-client/models/package-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L47)
___
### versions
-• `Optional` **versions**: ``null`` \| [`VersionInfo`](generated_client.VersionInfo.md)[]
+• `Optional` **versions**: [`VersionInfo`](generated_client.VersionInfo.md)[]
Gets or sets the versions.
@@ -133,4 +133,4 @@ Gets or sets the versions.
#### Defined in
-[generated-client/models/package-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/package-info.ts#L65)
+[generated-client/models/package-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/package-info.ts#L65)
diff --git a/docs/interfaces/generated_client.ParentalRating.md b/docs/interfaces/generated_client.ParentalRating.md
index 35bd7df6e..773571a89 100644
--- a/docs/interfaces/generated_client.ParentalRating.md
+++ b/docs/interfaces/generated_client.ParentalRating.md
@@ -29,7 +29,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/parental-rating.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/parental-rating.ts#L28)
+[generated-client/models/parental-rating.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/parental-rating.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the value.
#### Defined in
-[generated-client/models/parental-rating.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/parental-rating.ts#L34)
+[generated-client/models/parental-rating.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/parental-rating.ts#L34)
diff --git a/docs/interfaces/generated_client.PathSubstitution.md b/docs/interfaces/generated_client.PathSubstitution.md
index 2c1e96c34..55cc41b26 100644
--- a/docs/interfaces/generated_client.PathSubstitution.md
+++ b/docs/interfaces/generated_client.PathSubstitution.md
@@ -21,7 +21,7 @@ Defines the MediaBrowser.Model.Configuration.PathSubstitution.
### From
-• `Optional` **From**: ``null`` \| `string`
+• `Optional` **From**: `string`
Gets or sets the value to substitute.
@@ -29,13 +29,13 @@ Gets or sets the value to substitute.
#### Defined in
-[generated-client/models/path-substitution.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/path-substitution.ts#L28)
+[generated-client/models/path-substitution.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/path-substitution.ts#L28)
___
### To
-• `Optional` **To**: ``null`` \| `string`
+• `Optional` **To**: `string`
Gets or sets the value to substitution with.
@@ -43,4 +43,4 @@ Gets or sets the value to substitution with.
#### Defined in
-[generated-client/models/path-substitution.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/path-substitution.ts#L34)
+[generated-client/models/path-substitution.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/path-substitution.ts#L34)
diff --git a/docs/interfaces/generated_client.PersonLookupInfo.md b/docs/interfaces/generated_client.PersonLookupInfo.md
index 7f8ceb38e..b2e475ca2 100644
--- a/docs/interfaces/generated_client.PersonLookupInfo.md
+++ b/docs/interfaces/generated_client.PersonLookupInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.PersonLookupInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.PersonLookupInfo.md#metadatalanguage)
- [Name](generated_client.PersonLookupInfo.md#name)
+- [OriginalTitle](generated_client.PersonLookupInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.PersonLookupInfo.md#parentindexnumber)
- [Path](generated_client.PersonLookupInfo.md#path)
- [PremiereDate](generated_client.PersonLookupInfo.md#premieredate)
@@ -33,7 +34,7 @@
#### Defined in
-[generated-client/models/person-lookup-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L64)
+[generated-client/models/person-lookup-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L70)
___
@@ -45,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/person-lookup-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L82)
+[generated-client/models/person-lookup-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L88)
___
@@ -59,7 +60,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/person-lookup-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L46)
+[generated-client/models/person-lookup-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L52)
___
@@ -73,7 +74,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/person-lookup-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L40)
+[generated-client/models/person-lookup-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L46)
___
@@ -87,7 +88,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/person-lookup-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L28)
+[generated-client/models/person-lookup-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** PersonLookupInfo
+
+#### Defined in
+
+[generated-client/models/person-lookup-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L34)
___
@@ -99,7 +114,7 @@ ___
#### Defined in
-[generated-client/models/person-lookup-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L70)
+[generated-client/models/person-lookup-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L76)
___
@@ -113,7 +128,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/person-lookup-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L34)
+[generated-client/models/person-lookup-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L40)
___
@@ -125,7 +140,7 @@ ___
#### Defined in
-[generated-client/models/person-lookup-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L76)
+[generated-client/models/person-lookup-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L82)
___
@@ -139,7 +154,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/person-lookup-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L52)
+[generated-client/models/person-lookup-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L58)
___
@@ -153,4 +168,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/person-lookup-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info.ts#L58)
+[generated-client/models/person-lookup-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info.ts#L64)
diff --git a/docs/interfaces/generated_client.PersonLookupInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.PersonLookupInfoRemoteSearchQuery.md
index 21e8aa77e..5d78d9b8e 100644
--- a/docs/interfaces/generated_client.PersonLookupInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.PersonLookupInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/person-lookup-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info-remote-search-query.ts#L47)
+[generated-client/models/person-lookup-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/person-lookup-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info-remote-search-query.ts#L35)
+[generated-client/models/person-lookup-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/person-lookup-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info-remote-search-query.ts#L29)
+[generated-client/models/person-lookup-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** PersonLookupInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/person-lookup-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/person-lookup-info-remote-search-query.ts#L41)
+[generated-client/models/person-lookup-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/person-lookup-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.PersonsApiGetPersonRequest.md b/docs/interfaces/generated_client.PersonsApiGetPersonRequest.md
index 1ef08da63..8109a8338 100644
--- a/docs/interfaces/generated_client.PersonsApiGetPersonRequest.md
+++ b/docs/interfaces/generated_client.PersonsApiGetPersonRequest.md
@@ -29,7 +29,7 @@ Person name.
#### Defined in
-[generated-client/api/persons-api.ts:283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L283)
+[generated-client/api/persons-api.ts:283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L283)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/persons-api.ts:290](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L290)
+[generated-client/api/persons-api.ts:290](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L290)
diff --git a/docs/interfaces/generated_client.PersonsApiGetPersonsRequest.md b/docs/interfaces/generated_client.PersonsApiGetPersonsRequest.md
index fc127520a..9fa73d905 100644
--- a/docs/interfaces/generated_client.PersonsApiGetPersonsRequest.md
+++ b/docs/interfaces/generated_client.PersonsApiGetPersonsRequest.md
@@ -40,7 +40,7 @@ Optional. If specified, person results will be filtered on items related to said
#### Defined in
-[generated-client/api/persons-api.ts:374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L374)
+[generated-client/api/persons-api.ts:374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L374)
___
@@ -54,7 +54,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/persons-api.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L353)
+[generated-client/api/persons-api.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L353)
___
@@ -68,7 +68,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/persons-api.ts:388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L388)
+[generated-client/api/persons-api.ts:388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L388)
___
@@ -82,7 +82,7 @@ Optional, include user data.
#### Defined in
-[generated-client/api/persons-api.ts:339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L339)
+[generated-client/api/persons-api.ts:339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L339)
___
@@ -96,7 +96,7 @@ Optional. If specified results will be filtered to exclude those containing the
#### Defined in
-[generated-client/api/persons-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L360)
+[generated-client/api/persons-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L360)
___
@@ -110,7 +110,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/persons-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L318)
+[generated-client/api/persons-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L318)
___
@@ -124,7 +124,7 @@ Optional. Specify additional filters to apply.
#### Defined in
-[generated-client/api/persons-api.ts:325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L325)
+[generated-client/api/persons-api.ts:325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L325)
___
@@ -138,7 +138,7 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/persons-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L346)
+[generated-client/api/persons-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L346)
___
@@ -152,7 +152,7 @@ Optional filter by items that are marked as favorite, or not. userId is required
#### Defined in
-[generated-client/api/persons-api.ts:332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L332)
+[generated-client/api/persons-api.ts:332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L332)
___
@@ -166,7 +166,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/persons-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L304)
+[generated-client/api/persons-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L304)
___
@@ -180,7 +180,7 @@ Optional. If specified results will be filtered to include only those containing
#### Defined in
-[generated-client/api/persons-api.ts:367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L367)
+[generated-client/api/persons-api.ts:367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L367)
___
@@ -194,7 +194,7 @@ The search term.
#### Defined in
-[generated-client/api/persons-api.ts:311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L311)
+[generated-client/api/persons-api.ts:311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L311)
___
@@ -208,4 +208,4 @@ User id.
#### Defined in
-[generated-client/api/persons-api.ts:381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L381)
+[generated-client/api/persons-api.ts:381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L381)
diff --git a/docs/interfaces/generated_client.PinRedeemResult.md b/docs/interfaces/generated_client.PinRedeemResult.md
index e7d60948d..17fb19a34 100644
--- a/docs/interfaces/generated_client.PinRedeemResult.md
+++ b/docs/interfaces/generated_client.PinRedeemResult.md
@@ -27,13 +27,13 @@ Gets or sets a value indicating whether this MediaBrowser.Model.Users.PinRedeemR
#### Defined in
-[generated-client/models/pin-redeem-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/pin-redeem-result.ts#L28)
+[generated-client/models/pin-redeem-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/pin-redeem-result.ts#L28)
___
### UsersReset
-• `Optional` **UsersReset**: ``null`` \| `string`[]
+• `Optional` **UsersReset**: `string`[]
Gets or sets the users reset.
@@ -41,4 +41,4 @@ Gets or sets the users reset.
#### Defined in
-[generated-client/models/pin-redeem-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/pin-redeem-result.ts#L34)
+[generated-client/models/pin-redeem-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/pin-redeem-result.ts#L34)
diff --git a/docs/interfaces/generated_client.PingRequestDto.md b/docs/interfaces/generated_client.PingRequestDto.md
index cf893433e..585e2222d 100644
--- a/docs/interfaces/generated_client.PingRequestDto.md
+++ b/docs/interfaces/generated_client.PingRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the ping time.
#### Defined in
-[generated-client/models/ping-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ping-request-dto.ts#L28)
+[generated-client/models/ping-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ping-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.PlayRequest.md b/docs/interfaces/generated_client.PlayRequest.md
index 4ffc382f0..d054dd527 100644
--- a/docs/interfaces/generated_client.PlayRequest.md
+++ b/docs/interfaces/generated_client.PlayRequest.md
@@ -33,7 +33,7 @@ Class PlayRequest.
#### Defined in
-[generated-client/models/play-request.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L59)
+[generated-client/models/play-request.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L59)
___
@@ -47,7 +47,7 @@ Gets or sets the controlling user identifier.
#### Defined in
-[generated-client/models/play-request.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L47)
+[generated-client/models/play-request.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L47)
___
@@ -61,7 +61,7 @@ Gets or sets the item ids.
#### Defined in
-[generated-client/models/play-request.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L29)
+[generated-client/models/play-request.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L29)
___
@@ -73,7 +73,7 @@ ___
#### Defined in
-[generated-client/models/play-request.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L65)
+[generated-client/models/play-request.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L65)
___
@@ -85,7 +85,7 @@ ___
#### Defined in
-[generated-client/models/play-request.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L41)
+[generated-client/models/play-request.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L41)
___
@@ -97,7 +97,7 @@ ___
#### Defined in
-[generated-client/models/play-request.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L71)
+[generated-client/models/play-request.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L71)
___
@@ -111,7 +111,7 @@ Gets or sets the start position ticks that the first item should be played at.
#### Defined in
-[generated-client/models/play-request.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L35)
+[generated-client/models/play-request.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L35)
___
@@ -123,4 +123,4 @@ ___
#### Defined in
-[generated-client/models/play-request.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request.ts#L53)
+[generated-client/models/play-request.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request.ts#L53)
diff --git a/docs/interfaces/generated_client.PlayRequestDto.md b/docs/interfaces/generated_client.PlayRequestDto.md
index 7468fe3ad..e86bb7990 100644
--- a/docs/interfaces/generated_client.PlayRequestDto.md
+++ b/docs/interfaces/generated_client.PlayRequestDto.md
@@ -30,13 +30,13 @@ Gets or sets the position of the playing item in the queue.
#### Defined in
-[generated-client/models/play-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request-dto.ts#L34)
+[generated-client/models/play-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request-dto.ts#L34)
___
### PlayingQueue
-• `Optional` **PlayingQueue**: ``null`` \| `string`[]
+• `Optional` **PlayingQueue**: `string`[]
Gets or sets the playing queue.
@@ -44,7 +44,7 @@ Gets or sets the playing queue.
#### Defined in
-[generated-client/models/play-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request-dto.ts#L28)
+[generated-client/models/play-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request-dto.ts#L28)
___
@@ -58,4 +58,4 @@ Gets or sets the start position ticks.
#### Defined in
-[generated-client/models/play-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/play-request-dto.ts#L40)
+[generated-client/models/play-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/play-request-dto.ts#L40)
diff --git a/docs/interfaces/generated_client.PlaybackInfoDto.md b/docs/interfaces/generated_client.PlaybackInfoDto.md
index 0674c33f7..428911c96 100644
--- a/docs/interfaces/generated_client.PlaybackInfoDto.md
+++ b/docs/interfaces/generated_client.PlaybackInfoDto.md
@@ -42,7 +42,7 @@ Gets or sets a value indicating whether to allow audio stream copy.
#### Defined in
-[generated-client/models/playback-info-dto.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L107)
+[generated-client/models/playback-info-dto.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L107)
___
@@ -56,7 +56,7 @@ Gets or sets a value indicating whether to enable video stream copy.
#### Defined in
-[generated-client/models/playback-info-dto.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L101)
+[generated-client/models/playback-info-dto.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L101)
___
@@ -70,7 +70,7 @@ Gets or sets the audio stream index.
#### Defined in
-[generated-client/models/playback-info-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L47)
+[generated-client/models/playback-info-dto.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L47)
___
@@ -84,7 +84,7 @@ Gets or sets a value indicating whether to auto open the live stream.
#### Defined in
-[generated-client/models/playback-info-dto.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L113)
+[generated-client/models/playback-info-dto.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L113)
___
@@ -96,7 +96,7 @@ ___
#### Defined in
-[generated-client/models/playback-info-dto.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L77)
+[generated-client/models/playback-info-dto.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L77)
___
@@ -110,7 +110,7 @@ Gets or sets a value indicating whether to enable direct play.
#### Defined in
-[generated-client/models/playback-info-dto.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L83)
+[generated-client/models/playback-info-dto.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L83)
___
@@ -124,7 +124,7 @@ Gets or sets a value indicating whether to enable direct stream.
#### Defined in
-[generated-client/models/playback-info-dto.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L89)
+[generated-client/models/playback-info-dto.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L89)
___
@@ -138,7 +138,7 @@ Gets or sets a value indicating whether to enable transcoding.
#### Defined in
-[generated-client/models/playback-info-dto.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L95)
+[generated-client/models/playback-info-dto.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L95)
___
@@ -152,7 +152,7 @@ Gets or sets the live stream id.
#### Defined in
-[generated-client/models/playback-info-dto.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L71)
+[generated-client/models/playback-info-dto.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L71)
___
@@ -166,7 +166,7 @@ Gets or sets the max audio channels.
#### Defined in
-[generated-client/models/playback-info-dto.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L59)
+[generated-client/models/playback-info-dto.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L59)
___
@@ -180,7 +180,7 @@ Gets or sets the max streaming bitrate.
#### Defined in
-[generated-client/models/playback-info-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L35)
+[generated-client/models/playback-info-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L35)
___
@@ -194,7 +194,7 @@ Gets or sets the media source id.
#### Defined in
-[generated-client/models/playback-info-dto.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L65)
+[generated-client/models/playback-info-dto.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L65)
___
@@ -208,7 +208,7 @@ Gets or sets the start time in ticks.
#### Defined in
-[generated-client/models/playback-info-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L41)
+[generated-client/models/playback-info-dto.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L41)
___
@@ -222,7 +222,7 @@ Gets or sets the subtitle stream index.
#### Defined in
-[generated-client/models/playback-info-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L53)
+[generated-client/models/playback-info-dto.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L53)
___
@@ -236,4 +236,4 @@ Gets or sets the playback userId.
#### Defined in
-[generated-client/models/playback-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-dto.ts#L29)
+[generated-client/models/playback-info-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.PlaybackInfoResponse.md b/docs/interfaces/generated_client.PlaybackInfoResponse.md
index 1731f56b9..3b1e12093 100644
--- a/docs/interfaces/generated_client.PlaybackInfoResponse.md
+++ b/docs/interfaces/generated_client.PlaybackInfoResponse.md
@@ -28,13 +28,13 @@ Class PlaybackInfoResponse.
#### Defined in
-[generated-client/models/playback-info-response.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-response.ts#L42)
+[generated-client/models/playback-info-response.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-response.ts#L42)
___
### MediaSources
-• `Optional` **MediaSources**: ``null`` \| [`MediaSourceInfo`](generated_client.MediaSourceInfo.md)[]
+• `Optional` **MediaSources**: [`MediaSourceInfo`](generated_client.MediaSourceInfo.md)[]
Gets or sets the media sources.
@@ -42,7 +42,7 @@ Gets or sets the media sources.
#### Defined in
-[generated-client/models/playback-info-response.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-response.ts#L30)
+[generated-client/models/playback-info-response.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-response.ts#L30)
___
@@ -56,4 +56,4 @@ Gets or sets the play session identifier.
#### Defined in
-[generated-client/models/playback-info-response.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-info-response.ts#L36)
+[generated-client/models/playback-info-response.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-info-response.ts#L36)
diff --git a/docs/interfaces/generated_client.PlaybackProgressInfo.md b/docs/interfaces/generated_client.PlaybackProgressInfo.md
index 7f8c2d09e..2a353c386 100644
--- a/docs/interfaces/generated_client.PlaybackProgressInfo.md
+++ b/docs/interfaces/generated_client.PlaybackProgressInfo.md
@@ -45,7 +45,7 @@ Class PlaybackProgressInfo.
#### Defined in
-[generated-client/models/playback-progress-info.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L110)
+[generated-client/models/playback-progress-info.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L110)
___
@@ -59,7 +59,7 @@ Gets or sets the index of the audio stream.
#### Defined in
-[generated-client/models/playback-progress-info.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L62)
+[generated-client/models/playback-progress-info.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L62)
___
@@ -71,7 +71,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L104)
+[generated-client/models/playback-progress-info.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L104)
___
@@ -85,7 +85,7 @@ Gets or sets a value indicating whether this instance can seek.
#### Defined in
-[generated-client/models/playback-progress-info.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L32)
+[generated-client/models/playback-progress-info.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L32)
___
@@ -99,7 +99,7 @@ Gets or sets a value indicating whether this instance is muted.
#### Defined in
-[generated-client/models/playback-progress-info.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L80)
+[generated-client/models/playback-progress-info.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L80)
___
@@ -113,7 +113,7 @@ Gets or sets a value indicating whether this instance is paused.
#### Defined in
-[generated-client/models/playback-progress-info.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L74)
+[generated-client/models/playback-progress-info.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L74)
___
@@ -125,7 +125,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L38)
+[generated-client/models/playback-progress-info.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L38)
___
@@ -139,7 +139,7 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/playback-progress-info.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L44)
+[generated-client/models/playback-progress-info.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L44)
___
@@ -153,7 +153,7 @@ Gets or sets the live stream identifier.
#### Defined in
-[generated-client/models/playback-progress-info.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L122)
+[generated-client/models/playback-progress-info.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L122)
___
@@ -167,7 +167,7 @@ Gets or sets the media version identifier.
#### Defined in
-[generated-client/models/playback-progress-info.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L56)
+[generated-client/models/playback-progress-info.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L56)
___
@@ -179,7 +179,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L140)
+[generated-client/models/playback-progress-info.ts:140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L140)
___
@@ -191,7 +191,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L116)
+[generated-client/models/playback-progress-info.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L116)
___
@@ -205,7 +205,7 @@ Gets or sets the play session identifier.
#### Defined in
-[generated-client/models/playback-progress-info.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L128)
+[generated-client/models/playback-progress-info.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L128)
___
@@ -217,7 +217,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L92)
+[generated-client/models/playback-progress-info.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L92)
___
@@ -229,7 +229,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L146)
+[generated-client/models/playback-progress-info.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L146)
___
@@ -243,7 +243,7 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/playback-progress-info.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L86)
+[generated-client/models/playback-progress-info.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L86)
___
@@ -255,7 +255,7 @@ ___
#### Defined in
-[generated-client/models/playback-progress-info.ts:134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L134)
+[generated-client/models/playback-progress-info.ts:134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L134)
___
@@ -269,7 +269,7 @@ Gets or sets the session id.
#### Defined in
-[generated-client/models/playback-progress-info.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L50)
+[generated-client/models/playback-progress-info.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L50)
___
@@ -283,7 +283,7 @@ Gets or sets the index of the subtitle stream.
#### Defined in
-[generated-client/models/playback-progress-info.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L68)
+[generated-client/models/playback-progress-info.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L68)
___
@@ -297,4 +297,4 @@ Gets or sets the volume level.
#### Defined in
-[generated-client/models/playback-progress-info.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-progress-info.ts#L98)
+[generated-client/models/playback-progress-info.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-progress-info.ts#L98)
diff --git a/docs/interfaces/generated_client.PlaybackStartInfo.md b/docs/interfaces/generated_client.PlaybackStartInfo.md
index 46c363484..e7bffb5fa 100644
--- a/docs/interfaces/generated_client.PlaybackStartInfo.md
+++ b/docs/interfaces/generated_client.PlaybackStartInfo.md
@@ -45,7 +45,7 @@ Class PlaybackStartInfo.
#### Defined in
-[generated-client/models/playback-start-info.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L110)
+[generated-client/models/playback-start-info.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L110)
___
@@ -59,7 +59,7 @@ Gets or sets the index of the audio stream.
#### Defined in
-[generated-client/models/playback-start-info.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L62)
+[generated-client/models/playback-start-info.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L62)
___
@@ -71,7 +71,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L104)
+[generated-client/models/playback-start-info.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L104)
___
@@ -85,7 +85,7 @@ Gets or sets a value indicating whether this instance can seek.
#### Defined in
-[generated-client/models/playback-start-info.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L32)
+[generated-client/models/playback-start-info.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L32)
___
@@ -99,7 +99,7 @@ Gets or sets a value indicating whether this instance is muted.
#### Defined in
-[generated-client/models/playback-start-info.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L80)
+[generated-client/models/playback-start-info.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L80)
___
@@ -113,7 +113,7 @@ Gets or sets a value indicating whether this instance is paused.
#### Defined in
-[generated-client/models/playback-start-info.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L74)
+[generated-client/models/playback-start-info.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L74)
___
@@ -125,7 +125,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L38)
+[generated-client/models/playback-start-info.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L38)
___
@@ -139,7 +139,7 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/playback-start-info.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L44)
+[generated-client/models/playback-start-info.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L44)
___
@@ -153,7 +153,7 @@ Gets or sets the live stream identifier.
#### Defined in
-[generated-client/models/playback-start-info.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L122)
+[generated-client/models/playback-start-info.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L122)
___
@@ -167,7 +167,7 @@ Gets or sets the media version identifier.
#### Defined in
-[generated-client/models/playback-start-info.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L56)
+[generated-client/models/playback-start-info.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L56)
___
@@ -179,7 +179,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L140)
+[generated-client/models/playback-start-info.ts:140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L140)
___
@@ -191,7 +191,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L116)
+[generated-client/models/playback-start-info.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L116)
___
@@ -205,7 +205,7 @@ Gets or sets the play session identifier.
#### Defined in
-[generated-client/models/playback-start-info.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L128)
+[generated-client/models/playback-start-info.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L128)
___
@@ -217,7 +217,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L92)
+[generated-client/models/playback-start-info.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L92)
___
@@ -229,7 +229,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L146)
+[generated-client/models/playback-start-info.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L146)
___
@@ -243,7 +243,7 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/playback-start-info.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L86)
+[generated-client/models/playback-start-info.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L86)
___
@@ -255,7 +255,7 @@ ___
#### Defined in
-[generated-client/models/playback-start-info.ts:134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L134)
+[generated-client/models/playback-start-info.ts:134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L134)
___
@@ -269,7 +269,7 @@ Gets or sets the session id.
#### Defined in
-[generated-client/models/playback-start-info.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L50)
+[generated-client/models/playback-start-info.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L50)
___
@@ -283,7 +283,7 @@ Gets or sets the index of the subtitle stream.
#### Defined in
-[generated-client/models/playback-start-info.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L68)
+[generated-client/models/playback-start-info.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L68)
___
@@ -297,4 +297,4 @@ Gets or sets the volume level.
#### Defined in
-[generated-client/models/playback-start-info.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-start-info.ts#L98)
+[generated-client/models/playback-start-info.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-start-info.ts#L98)
diff --git a/docs/interfaces/generated_client.PlaybackStopInfo.md b/docs/interfaces/generated_client.PlaybackStopInfo.md
index 52ad38a03..10445b1e6 100644
--- a/docs/interfaces/generated_client.PlaybackStopInfo.md
+++ b/docs/interfaces/generated_client.PlaybackStopInfo.md
@@ -38,7 +38,7 @@ Gets or sets a value indicating whether this MediaBrowser.Model.Session.Playback
#### Defined in
-[generated-client/models/playback-stop-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L72)
+[generated-client/models/playback-stop-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L72)
___
@@ -50,7 +50,7 @@ ___
#### Defined in
-[generated-client/models/playback-stop-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L30)
+[generated-client/models/playback-stop-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L30)
___
@@ -64,7 +64,7 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/playback-stop-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L36)
+[generated-client/models/playback-stop-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L36)
___
@@ -78,7 +78,7 @@ Gets or sets the live stream identifier.
#### Defined in
-[generated-client/models/playback-stop-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L60)
+[generated-client/models/playback-stop-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L60)
___
@@ -92,7 +92,7 @@ Gets or sets the media version identifier.
#### Defined in
-[generated-client/models/playback-stop-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L48)
+[generated-client/models/playback-stop-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L48)
___
@@ -104,7 +104,7 @@ ___
#### Defined in
-[generated-client/models/playback-stop-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L78)
+[generated-client/models/playback-stop-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L78)
___
@@ -116,7 +116,7 @@ ___
#### Defined in
-[generated-client/models/playback-stop-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L90)
+[generated-client/models/playback-stop-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L90)
___
@@ -130,7 +130,7 @@ Gets or sets the play session identifier.
#### Defined in
-[generated-client/models/playback-stop-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L66)
+[generated-client/models/playback-stop-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L66)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/models/playback-stop-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L84)
+[generated-client/models/playback-stop-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L84)
___
@@ -156,7 +156,7 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/playback-stop-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L54)
+[generated-client/models/playback-stop-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L54)
___
@@ -170,4 +170,4 @@ Gets or sets the session id.
#### Defined in
-[generated-client/models/playback-stop-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playback-stop-info.ts#L42)
+[generated-client/models/playback-stop-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playback-stop-info.ts#L42)
diff --git a/docs/interfaces/generated_client.PlayerStateInfo.md b/docs/interfaces/generated_client.PlayerStateInfo.md
index 935e0d23a..678d37b7d 100644
--- a/docs/interfaces/generated_client.PlayerStateInfo.md
+++ b/docs/interfaces/generated_client.PlayerStateInfo.md
@@ -16,6 +16,7 @@
- [CanSeek](generated_client.PlayerStateInfo.md#canseek)
- [IsMuted](generated_client.PlayerStateInfo.md#ismuted)
- [IsPaused](generated_client.PlayerStateInfo.md#ispaused)
+- [LiveStreamId](generated_client.PlayerStateInfo.md#livestreamid)
- [MediaSourceId](generated_client.PlayerStateInfo.md#mediasourceid)
- [PlayMethod](generated_client.PlayerStateInfo.md#playmethod)
- [PositionTicks](generated_client.PlayerStateInfo.md#positionticks)
@@ -35,7 +36,7 @@ Gets or sets the index of the now playing audio stream.
#### Defined in
-[generated-client/models/player-state-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L60)
+[generated-client/models/player-state-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L60)
___
@@ -49,7 +50,7 @@ Gets or sets a value indicating whether this instance can seek.
#### Defined in
-[generated-client/models/player-state-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L36)
+[generated-client/models/player-state-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L36)
___
@@ -63,7 +64,7 @@ Gets or sets a value indicating whether this instance is muted.
#### Defined in
-[generated-client/models/player-state-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L48)
+[generated-client/models/player-state-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L48)
___
@@ -77,7 +78,21 @@ Gets or sets a value indicating whether this instance is paused.
#### Defined in
-[generated-client/models/player-state-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L42)
+[generated-client/models/player-state-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L42)
+
+___
+
+### LiveStreamId
+
+• `Optional` **LiveStreamId**: ``null`` \| `string`
+
+Gets or sets the now playing live stream identifier.
+
+**`memberof`** PlayerStateInfo
+
+#### Defined in
+
+[generated-client/models/player-state-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L90)
___
@@ -91,7 +106,7 @@ Gets or sets the now playing media version identifier.
#### Defined in
-[generated-client/models/player-state-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L72)
+[generated-client/models/player-state-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L72)
___
@@ -103,7 +118,7 @@ ___
#### Defined in
-[generated-client/models/player-state-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L78)
+[generated-client/models/player-state-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L78)
___
@@ -117,7 +132,7 @@ Gets or sets the now playing position ticks.
#### Defined in
-[generated-client/models/player-state-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L30)
+[generated-client/models/player-state-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L30)
___
@@ -129,7 +144,7 @@ ___
#### Defined in
-[generated-client/models/player-state-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L84)
+[generated-client/models/player-state-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L84)
___
@@ -143,7 +158,7 @@ Gets or sets the index of the now playing subtitle stream.
#### Defined in
-[generated-client/models/player-state-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L66)
+[generated-client/models/player-state-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L66)
___
@@ -157,4 +172,4 @@ Gets or sets the volume level.
#### Defined in
-[generated-client/models/player-state-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/player-state-info.ts#L54)
+[generated-client/models/player-state-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/player-state-info.ts#L54)
diff --git a/docs/interfaces/generated_client.PlaylistCreationResult.md b/docs/interfaces/generated_client.PlaylistCreationResult.md
index df3d540b4..ed1fe0ca9 100644
--- a/docs/interfaces/generated_client.PlaylistCreationResult.md
+++ b/docs/interfaces/generated_client.PlaylistCreationResult.md
@@ -18,10 +18,10 @@
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
**`memberof`** PlaylistCreationResult
#### Defined in
-[generated-client/models/playlist-creation-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playlist-creation-result.ts#L28)
+[generated-client/models/playlist-creation-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playlist-creation-result.ts#L28)
diff --git a/docs/interfaces/generated_client.PlaylistsApiAddToPlaylistRequest.md b/docs/interfaces/generated_client.PlaylistsApiAddToPlaylistRequest.md
index 627b8e6ac..e7371f94a 100644
--- a/docs/interfaces/generated_client.PlaylistsApiAddToPlaylistRequest.md
+++ b/docs/interfaces/generated_client.PlaylistsApiAddToPlaylistRequest.md
@@ -30,7 +30,7 @@ Item id, comma delimited.
#### Defined in
-[generated-client/api/playlists-api.ts:489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L489)
+[generated-client/api/playlists-api.ts:489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L489)
___
@@ -44,7 +44,7 @@ The playlist id.
#### Defined in
-[generated-client/api/playlists-api.ts:482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L482)
+[generated-client/api/playlists-api.ts:482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L482)
___
@@ -58,4 +58,4 @@ The userId.
#### Defined in
-[generated-client/api/playlists-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L496)
+[generated-client/api/playlists-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L496)
diff --git a/docs/interfaces/generated_client.PlaylistsApiCreatePlaylistRequest.md b/docs/interfaces/generated_client.PlaylistsApiCreatePlaylistRequest.md
index 89a28999c..d8e163aff 100644
--- a/docs/interfaces/generated_client.PlaylistsApiCreatePlaylistRequest.md
+++ b/docs/interfaces/generated_client.PlaylistsApiCreatePlaylistRequest.md
@@ -32,7 +32,7 @@ The create playlist payload.
#### Defined in
-[generated-client/api/playlists-api.ts:538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L538)
+[generated-client/api/playlists-api.ts:538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L538)
___
@@ -46,7 +46,7 @@ The item ids.
#### Defined in
-[generated-client/api/playlists-api.ts:517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L517)
+[generated-client/api/playlists-api.ts:517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L517)
___
@@ -60,7 +60,7 @@ The media type.
#### Defined in
-[generated-client/api/playlists-api.ts:531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L531)
+[generated-client/api/playlists-api.ts:531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L531)
___
@@ -74,7 +74,7 @@ The playlist name.
#### Defined in
-[generated-client/api/playlists-api.ts:510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L510)
+[generated-client/api/playlists-api.ts:510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L510)
___
@@ -88,4 +88,4 @@ The user id.
#### Defined in
-[generated-client/api/playlists-api.ts:524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L524)
+[generated-client/api/playlists-api.ts:524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L524)
diff --git a/docs/interfaces/generated_client.PlaylistsApiGetPlaylistItemsRequest.md b/docs/interfaces/generated_client.PlaylistsApiGetPlaylistItemsRequest.md
index d060b8afd..23a96d734 100644
--- a/docs/interfaces/generated_client.PlaylistsApiGetPlaylistItemsRequest.md
+++ b/docs/interfaces/generated_client.PlaylistsApiGetPlaylistItemsRequest.md
@@ -36,7 +36,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/playlists-api.ts:608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L608)
+[generated-client/api/playlists-api.ts:608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L608)
___
@@ -50,7 +50,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/playlists-api.ts:587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L587)
+[generated-client/api/playlists-api.ts:587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L587)
___
@@ -64,7 +64,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/playlists-api.ts:594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L594)
+[generated-client/api/playlists-api.ts:594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L594)
___
@@ -78,7 +78,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/playlists-api.ts:580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L580)
+[generated-client/api/playlists-api.ts:580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L580)
___
@@ -92,7 +92,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/playlists-api.ts:601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L601)
+[generated-client/api/playlists-api.ts:601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L601)
___
@@ -106,7 +106,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/playlists-api.ts:573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L573)
+[generated-client/api/playlists-api.ts:573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L573)
___
@@ -120,7 +120,7 @@ The playlist id.
#### Defined in
-[generated-client/api/playlists-api.ts:552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L552)
+[generated-client/api/playlists-api.ts:552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L552)
___
@@ -134,7 +134,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/playlists-api.ts:566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L566)
+[generated-client/api/playlists-api.ts:566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L566)
___
@@ -148,4 +148,4 @@ User id.
#### Defined in
-[generated-client/api/playlists-api.ts:559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L559)
+[generated-client/api/playlists-api.ts:559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L559)
diff --git a/docs/interfaces/generated_client.PlaylistsApiMoveItemRequest.md b/docs/interfaces/generated_client.PlaylistsApiMoveItemRequest.md
index b4e22895f..0b932530b 100644
--- a/docs/interfaces/generated_client.PlaylistsApiMoveItemRequest.md
+++ b/docs/interfaces/generated_client.PlaylistsApiMoveItemRequest.md
@@ -30,7 +30,7 @@ The item id.
#### Defined in
-[generated-client/api/playlists-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L629)
+[generated-client/api/playlists-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L629)
___
@@ -44,7 +44,7 @@ The new index.
#### Defined in
-[generated-client/api/playlists-api.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L636)
+[generated-client/api/playlists-api.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L636)
___
@@ -58,4 +58,4 @@ The playlist id.
#### Defined in
-[generated-client/api/playlists-api.ts:622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L622)
+[generated-client/api/playlists-api.ts:622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L622)
diff --git a/docs/interfaces/generated_client.PlaylistsApiRemoveFromPlaylistRequest.md b/docs/interfaces/generated_client.PlaylistsApiRemoveFromPlaylistRequest.md
index 73e76dc51..1378832d5 100644
--- a/docs/interfaces/generated_client.PlaylistsApiRemoveFromPlaylistRequest.md
+++ b/docs/interfaces/generated_client.PlaylistsApiRemoveFromPlaylistRequest.md
@@ -29,7 +29,7 @@ The item ids, comma delimited.
#### Defined in
-[generated-client/api/playlists-api.ts:657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L657)
+[generated-client/api/playlists-api.ts:657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L657)
___
@@ -43,4 +43,4 @@ The playlist id.
#### Defined in
-[generated-client/api/playlists-api.ts:650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L650)
+[generated-client/api/playlists-api.ts:650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L650)
diff --git a/docs/interfaces/generated_client.PlaystateApiMarkPlayedItemRequest.md b/docs/interfaces/generated_client.PlaystateApiMarkPlayedItemRequest.md
index a82951c9a..0ecea9577 100644
--- a/docs/interfaces/generated_client.PlaystateApiMarkPlayedItemRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiMarkPlayedItemRequest.md
@@ -30,7 +30,7 @@ Optional. The date the item was played.
#### Defined in
-[generated-client/api/playstate-api.ts:814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L814)
+[generated-client/api/playstate-api.ts:814](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L814)
___
@@ -44,7 +44,7 @@ Item id.
#### Defined in
-[generated-client/api/playstate-api.ts:807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L807)
+[generated-client/api/playstate-api.ts:807](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L807)
___
@@ -58,4 +58,4 @@ User id.
#### Defined in
-[generated-client/api/playstate-api.ts:800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L800)
+[generated-client/api/playstate-api.ts:800](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L800)
diff --git a/docs/interfaces/generated_client.PlaystateApiMarkUnplayedItemRequest.md b/docs/interfaces/generated_client.PlaystateApiMarkUnplayedItemRequest.md
index 2b34b8851..0e8fc6778 100644
--- a/docs/interfaces/generated_client.PlaystateApiMarkUnplayedItemRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiMarkUnplayedItemRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/playstate-api.ts:835](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L835)
+[generated-client/api/playstate-api.ts:835](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L835)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/playstate-api.ts:828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L828)
+[generated-client/api/playstate-api.ts:828](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L828)
diff --git a/docs/interfaces/generated_client.PlaystateApiOnPlaybackProgressRequest.md b/docs/interfaces/generated_client.PlaystateApiOnPlaybackProgressRequest.md
index 58e4df555..696dbf568 100644
--- a/docs/interfaces/generated_client.PlaystateApiOnPlaybackProgressRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiOnPlaybackProgressRequest.md
@@ -40,7 +40,7 @@ The audio stream index.
#### Defined in
-[generated-client/api/playstate-api.ts:877](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L877)
+[generated-client/api/playstate-api.ts:877](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L877)
___
@@ -54,7 +54,7 @@ Indicates if the player is muted.
#### Defined in
-[generated-client/api/playstate-api.ts:933](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L933)
+[generated-client/api/playstate-api.ts:933](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L933)
___
@@ -68,7 +68,7 @@ Indicates if the player is paused.
#### Defined in
-[generated-client/api/playstate-api.ts:926](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L926)
+[generated-client/api/playstate-api.ts:926](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L926)
___
@@ -82,7 +82,7 @@ Item id.
#### Defined in
-[generated-client/api/playstate-api.ts:856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L856)
+[generated-client/api/playstate-api.ts:856](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L856)
___
@@ -96,7 +96,7 @@ The live stream id.
#### Defined in
-[generated-client/api/playstate-api.ts:905](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L905)
+[generated-client/api/playstate-api.ts:905](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L905)
___
@@ -110,7 +110,7 @@ The id of the MediaSource.
#### Defined in
-[generated-client/api/playstate-api.ts:863](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L863)
+[generated-client/api/playstate-api.ts:863](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L863)
___
@@ -124,7 +124,7 @@ The play method.
#### Defined in
-[generated-client/api/playstate-api.ts:898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L898)
+[generated-client/api/playstate-api.ts:898](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L898)
___
@@ -138,7 +138,7 @@ The play session id.
#### Defined in
-[generated-client/api/playstate-api.ts:912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L912)
+[generated-client/api/playstate-api.ts:912](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L912)
___
@@ -152,7 +152,7 @@ Optional. The current position, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/playstate-api.ts:870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L870)
+[generated-client/api/playstate-api.ts:870](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L870)
___
@@ -166,7 +166,7 @@ The repeat mode.
#### Defined in
-[generated-client/api/playstate-api.ts:919](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L919)
+[generated-client/api/playstate-api.ts:919](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L919)
___
@@ -180,7 +180,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/playstate-api.ts:884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L884)
+[generated-client/api/playstate-api.ts:884](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L884)
___
@@ -194,7 +194,7 @@ User id.
#### Defined in
-[generated-client/api/playstate-api.ts:849](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L849)
+[generated-client/api/playstate-api.ts:849](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L849)
___
@@ -208,4 +208,4 @@ Scale of 0-100.
#### Defined in
-[generated-client/api/playstate-api.ts:891](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L891)
+[generated-client/api/playstate-api.ts:891](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L891)
diff --git a/docs/interfaces/generated_client.PlaystateApiOnPlaybackStartRequest.md b/docs/interfaces/generated_client.PlaystateApiOnPlaybackStartRequest.md
index 0193de379..def2f078b 100644
--- a/docs/interfaces/generated_client.PlaystateApiOnPlaybackStartRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiOnPlaybackStartRequest.md
@@ -36,7 +36,7 @@ The audio stream index.
#### Defined in
-[generated-client/api/playstate-api.ts:968](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L968)
+[generated-client/api/playstate-api.ts:968](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L968)
___
@@ -50,7 +50,7 @@ Indicates if the client can seek.
#### Defined in
-[generated-client/api/playstate-api.ts:1003](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1003)
+[generated-client/api/playstate-api.ts:1003](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1003)
___
@@ -64,7 +64,7 @@ Item id.
#### Defined in
-[generated-client/api/playstate-api.ts:954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L954)
+[generated-client/api/playstate-api.ts:954](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L954)
___
@@ -78,7 +78,7 @@ The live stream id.
#### Defined in
-[generated-client/api/playstate-api.ts:989](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L989)
+[generated-client/api/playstate-api.ts:989](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L989)
___
@@ -92,7 +92,7 @@ The id of the MediaSource.
#### Defined in
-[generated-client/api/playstate-api.ts:961](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L961)
+[generated-client/api/playstate-api.ts:961](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L961)
___
@@ -106,7 +106,7 @@ The play method.
#### Defined in
-[generated-client/api/playstate-api.ts:982](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L982)
+[generated-client/api/playstate-api.ts:982](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L982)
___
@@ -120,7 +120,7 @@ The play session id.
#### Defined in
-[generated-client/api/playstate-api.ts:996](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L996)
+[generated-client/api/playstate-api.ts:996](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L996)
___
@@ -134,7 +134,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/playstate-api.ts:975](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L975)
+[generated-client/api/playstate-api.ts:975](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L975)
___
@@ -148,4 +148,4 @@ User id.
#### Defined in
-[generated-client/api/playstate-api.ts:947](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L947)
+[generated-client/api/playstate-api.ts:947](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L947)
diff --git a/docs/interfaces/generated_client.PlaystateApiOnPlaybackStoppedRequest.md b/docs/interfaces/generated_client.PlaystateApiOnPlaybackStoppedRequest.md
index e335dc420..b26c93c54 100644
--- a/docs/interfaces/generated_client.PlaystateApiOnPlaybackStoppedRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiOnPlaybackStoppedRequest.md
@@ -34,7 +34,7 @@ Item id.
#### Defined in
-[generated-client/api/playstate-api.ts:1024](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1024)
+[generated-client/api/playstate-api.ts:1024](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1024)
___
@@ -48,7 +48,7 @@ The live stream id.
#### Defined in
-[generated-client/api/playstate-api.ts:1052](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1052)
+[generated-client/api/playstate-api.ts:1052](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1052)
___
@@ -62,7 +62,7 @@ The id of the MediaSource.
#### Defined in
-[generated-client/api/playstate-api.ts:1031](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1031)
+[generated-client/api/playstate-api.ts:1031](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1031)
___
@@ -76,7 +76,7 @@ The next media type that will play.
#### Defined in
-[generated-client/api/playstate-api.ts:1038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1038)
+[generated-client/api/playstate-api.ts:1038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1038)
___
@@ -90,7 +90,7 @@ The play session id.
#### Defined in
-[generated-client/api/playstate-api.ts:1059](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1059)
+[generated-client/api/playstate-api.ts:1059](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1059)
___
@@ -104,7 +104,7 @@ Optional. The position, in ticks, where playback stopped. 1 tick = 10000 ms
#### Defined in
-[generated-client/api/playstate-api.ts:1045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1045)
+[generated-client/api/playstate-api.ts:1045](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1045)
___
@@ -118,4 +118,4 @@ User id.
#### Defined in
-[generated-client/api/playstate-api.ts:1017](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1017)
+[generated-client/api/playstate-api.ts:1017](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1017)
diff --git a/docs/interfaces/generated_client.PlaystateApiPingPlaybackSessionRequest.md b/docs/interfaces/generated_client.PlaystateApiPingPlaybackSessionRequest.md
index a64d0b1c8..2c93a4a6a 100644
--- a/docs/interfaces/generated_client.PlaystateApiPingPlaybackSessionRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiPingPlaybackSessionRequest.md
@@ -28,4 +28,4 @@ Playback session id.
#### Defined in
-[generated-client/api/playstate-api.ts:1073](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1073)
+[generated-client/api/playstate-api.ts:1073](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1073)
diff --git a/docs/interfaces/generated_client.PlaystateApiReportPlaybackProgressRequest.md b/docs/interfaces/generated_client.PlaystateApiReportPlaybackProgressRequest.md
index e1d0a4a1e..16b457391 100644
--- a/docs/interfaces/generated_client.PlaystateApiReportPlaybackProgressRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiReportPlaybackProgressRequest.md
@@ -28,4 +28,4 @@ The playback progress info.
#### Defined in
-[generated-client/api/playstate-api.ts:1087](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1087)
+[generated-client/api/playstate-api.ts:1087](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1087)
diff --git a/docs/interfaces/generated_client.PlaystateApiReportPlaybackStartRequest.md b/docs/interfaces/generated_client.PlaystateApiReportPlaybackStartRequest.md
index 041cb2bc2..55999d19f 100644
--- a/docs/interfaces/generated_client.PlaystateApiReportPlaybackStartRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiReportPlaybackStartRequest.md
@@ -28,4 +28,4 @@ The playback start info.
#### Defined in
-[generated-client/api/playstate-api.ts:1101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1101)
+[generated-client/api/playstate-api.ts:1101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1101)
diff --git a/docs/interfaces/generated_client.PlaystateApiReportPlaybackStoppedRequest.md b/docs/interfaces/generated_client.PlaystateApiReportPlaybackStoppedRequest.md
index 64e14d510..dec51940c 100644
--- a/docs/interfaces/generated_client.PlaystateApiReportPlaybackStoppedRequest.md
+++ b/docs/interfaces/generated_client.PlaystateApiReportPlaybackStoppedRequest.md
@@ -28,4 +28,4 @@ The playback stop info.
#### Defined in
-[generated-client/api/playstate-api.ts:1115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L1115)
+[generated-client/api/playstate-api.ts:1115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L1115)
diff --git a/docs/interfaces/generated_client.PlaystateRequest.md b/docs/interfaces/generated_client.PlaystateRequest.md
index a9e2e6b22..4690cfa99 100644
--- a/docs/interfaces/generated_client.PlaystateRequest.md
+++ b/docs/interfaces/generated_client.PlaystateRequest.md
@@ -26,7 +26,7 @@
#### Defined in
-[generated-client/models/playstate-request.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-request.ts#L29)
+[generated-client/models/playstate-request.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-request.ts#L29)
___
@@ -40,7 +40,7 @@ Gets or sets the controlling user identifier.
#### Defined in
-[generated-client/models/playstate-request.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-request.ts#L41)
+[generated-client/models/playstate-request.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-request.ts#L41)
___
@@ -52,4 +52,4 @@ ___
#### Defined in
-[generated-client/models/playstate-request.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/playstate-request.ts#L35)
+[generated-client/models/playstate-request.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/playstate-request.ts#L35)
diff --git a/docs/interfaces/generated_client.PluginInfo.md b/docs/interfaces/generated_client.PluginInfo.md
index c6a7eb5be..b38f3c5eb 100644
--- a/docs/interfaces/generated_client.PluginInfo.md
+++ b/docs/interfaces/generated_client.PluginInfo.md
@@ -35,7 +35,7 @@ Gets or sets a value indicating whether the plugin can be uninstalled.
#### Defined in
-[generated-client/models/plugin-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L60)
+[generated-client/models/plugin-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L59)
___
@@ -49,13 +49,13 @@ Gets or sets the name of the configuration file.
#### Defined in
-[generated-client/models/plugin-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L42)
+[generated-client/models/plugin-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L41)
___
### Description
-• `Optional` **Description**: ``null`` \| `string`
+• `Optional` **Description**: `string`
Gets or sets the description.
@@ -63,7 +63,7 @@ Gets or sets the description.
#### Defined in
-[generated-client/models/plugin-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L48)
+[generated-client/models/plugin-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L47)
___
@@ -77,7 +77,7 @@ Gets or sets a value indicating whether this plugin has a valid image.
#### Defined in
-[generated-client/models/plugin-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L66)
+[generated-client/models/plugin-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L65)
___
@@ -91,13 +91,13 @@ Gets or sets the unique id.
#### Defined in
-[generated-client/models/plugin-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L54)
+[generated-client/models/plugin-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L53)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
Gets or sets the name.
@@ -105,7 +105,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/plugin-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L30)
+[generated-client/models/plugin-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L29)
___
@@ -117,16 +117,18 @@ ___
#### Defined in
-[generated-client/models/plugin-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L72)
+[generated-client/models/plugin-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L71)
___
### Version
-• `Optional` **Version**: [`Version`](generated_client.Version.md)
+• `Optional` **Version**: `string`
+
+Gets or sets the version.
**`memberof`** PluginInfo
#### Defined in
-[generated-client/models/plugin-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-info.ts#L36)
+[generated-client/models/plugin-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/plugin-info.ts#L35)
diff --git a/docs/interfaces/generated_client.PluginSecurityInfo.md b/docs/interfaces/generated_client.PluginSecurityInfo.md
deleted file mode 100644
index 4b7c143c6..000000000
--- a/docs/interfaces/generated_client.PluginSecurityInfo.md
+++ /dev/null
@@ -1,46 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / PluginSecurityInfo
-
-# Interface: PluginSecurityInfo
-
-[generated-client](../modules/generated_client.md).PluginSecurityInfo
-
-Plugin security info.
-
-**`export`**
-
-**`interface`** PluginSecurityInfo
-
-## Table of contents
-
-### Properties
-
-- [IsMbSupporter](generated_client.PluginSecurityInfo.md#ismbsupporter)
-- [SupporterKey](generated_client.PluginSecurityInfo.md#supporterkey)
-
-## Properties
-
-### IsMbSupporter
-
-• `Optional` **IsMbSupporter**: `boolean`
-
-Gets or sets a value indicating whether is mb supporter.
-
-**`memberof`** PluginSecurityInfo
-
-#### Defined in
-
-[generated-client/models/plugin-security-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-security-info.ts#L34)
-
-___
-
-### SupporterKey
-
-• `Optional` **SupporterKey**: ``null`` \| `string`
-
-Gets or sets the supporter key.
-
-**`memberof`** PluginSecurityInfo
-
-#### Defined in
-
-[generated-client/models/plugin-security-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/plugin-security-info.ts#L28)
diff --git a/docs/interfaces/generated_client.PluginsApiDisablePluginRequest.md b/docs/interfaces/generated_client.PluginsApiDisablePluginRequest.md
index 829210ea9..e0a5aad0f 100644
--- a/docs/interfaces/generated_client.PluginsApiDisablePluginRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiDisablePluginRequest.md
@@ -29,13 +29,13 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:677](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L677)
+[generated-client/api/plugins-api.ts:610](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L610)
___
### version
-• `Readonly` **version**: [`Version`](generated_client.Version.md)
+• `Readonly` **version**: `string`
Plugin version.
@@ -43,4 +43,4 @@ Plugin version.
#### Defined in
-[generated-client/api/plugins-api.ts:684](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L684)
+[generated-client/api/plugins-api.ts:617](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L617)
diff --git a/docs/interfaces/generated_client.PluginsApiEnablePluginRequest.md b/docs/interfaces/generated_client.PluginsApiEnablePluginRequest.md
index 9f4ec19e5..ce0374100 100644
--- a/docs/interfaces/generated_client.PluginsApiEnablePluginRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiEnablePluginRequest.md
@@ -29,13 +29,13 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L698)
+[generated-client/api/plugins-api.ts:631](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L631)
___
### version
-• `Readonly` **version**: [`Version`](generated_client.Version.md)
+• `Readonly` **version**: `string`
Plugin version.
@@ -43,4 +43,4 @@ Plugin version.
#### Defined in
-[generated-client/api/plugins-api.ts:705](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L705)
+[generated-client/api/plugins-api.ts:638](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L638)
diff --git a/docs/interfaces/generated_client.PluginsApiGetPluginConfigurationRequest.md b/docs/interfaces/generated_client.PluginsApiGetPluginConfigurationRequest.md
index 4d6efebe6..c06909068 100644
--- a/docs/interfaces/generated_client.PluginsApiGetPluginConfigurationRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiGetPluginConfigurationRequest.md
@@ -28,4 +28,4 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:719](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L719)
+[generated-client/api/plugins-api.ts:652](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L652)
diff --git a/docs/interfaces/generated_client.PluginsApiGetPluginImageRequest.md b/docs/interfaces/generated_client.PluginsApiGetPluginImageRequest.md
index 5d7271721..1e6bc1831 100644
--- a/docs/interfaces/generated_client.PluginsApiGetPluginImageRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiGetPluginImageRequest.md
@@ -29,13 +29,13 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:733](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L733)
+[generated-client/api/plugins-api.ts:666](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L666)
___
### version
-• `Readonly` **version**: [`Version`](generated_client.Version.md)
+• `Readonly` **version**: `string`
Plugin version.
@@ -43,4 +43,4 @@ Plugin version.
#### Defined in
-[generated-client/api/plugins-api.ts:740](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L740)
+[generated-client/api/plugins-api.ts:673](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L673)
diff --git a/docs/interfaces/generated_client.PluginsApiGetPluginManifestRequest.md b/docs/interfaces/generated_client.PluginsApiGetPluginManifestRequest.md
index 29ccf2d22..6402d88d0 100644
--- a/docs/interfaces/generated_client.PluginsApiGetPluginManifestRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiGetPluginManifestRequest.md
@@ -28,4 +28,4 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:754](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L754)
+[generated-client/api/plugins-api.ts:687](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L687)
diff --git a/docs/interfaces/generated_client.PluginsApiUninstallPluginByVersionRequest.md b/docs/interfaces/generated_client.PluginsApiUninstallPluginByVersionRequest.md
index 994a06471..f4c58b256 100644
--- a/docs/interfaces/generated_client.PluginsApiUninstallPluginByVersionRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiUninstallPluginByVersionRequest.md
@@ -29,13 +29,13 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:782](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L782)
+[generated-client/api/plugins-api.ts:715](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L715)
___
### version
-• `Readonly` **version**: [`Version`](generated_client.Version.md)
+• `Readonly` **version**: `string`
Plugin version.
@@ -43,4 +43,4 @@ Plugin version.
#### Defined in
-[generated-client/api/plugins-api.ts:789](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L789)
+[generated-client/api/plugins-api.ts:722](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L722)
diff --git a/docs/interfaces/generated_client.PluginsApiUninstallPluginRequest.md b/docs/interfaces/generated_client.PluginsApiUninstallPluginRequest.md
index b5931951d..bccd507ed 100644
--- a/docs/interfaces/generated_client.PluginsApiUninstallPluginRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiUninstallPluginRequest.md
@@ -28,4 +28,4 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:768](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L768)
+[generated-client/api/plugins-api.ts:701](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L701)
diff --git a/docs/interfaces/generated_client.PluginsApiUpdatePluginConfigurationRequest.md b/docs/interfaces/generated_client.PluginsApiUpdatePluginConfigurationRequest.md
index c4ef79473..a8f820a6d 100644
--- a/docs/interfaces/generated_client.PluginsApiUpdatePluginConfigurationRequest.md
+++ b/docs/interfaces/generated_client.PluginsApiUpdatePluginConfigurationRequest.md
@@ -28,4 +28,4 @@ Plugin id.
#### Defined in
-[generated-client/api/plugins-api.ts:803](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L803)
+[generated-client/api/plugins-api.ts:736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L736)
diff --git a/docs/interfaces/generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md b/docs/interfaces/generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md
deleted file mode 100644
index 344f4ad20..000000000
--- a/docs/interfaces/generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md
+++ /dev/null
@@ -1,31 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / PluginsApiUpdatePluginSecurityInfoRequest
-
-# Interface: PluginsApiUpdatePluginSecurityInfoRequest
-
-[generated-client](../modules/generated_client.md).PluginsApiUpdatePluginSecurityInfoRequest
-
-Request parameters for updatePluginSecurityInfo operation in PluginsApi.
-
-**`export`**
-
-**`interface`** PluginsApiUpdatePluginSecurityInfoRequest
-
-## Table of contents
-
-### Properties
-
-- [pluginSecurityInfo](generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md#pluginsecurityinfo)
-
-## Properties
-
-### pluginSecurityInfo
-
-• `Readonly` **pluginSecurityInfo**: [`PluginSecurityInfo`](generated_client.PluginSecurityInfo.md)
-
-Plugin security info.
-
-**`memberof`** PluginsApiUpdatePluginSecurityInfo
-
-#### Defined in
-
-[generated-client/api/plugins-api.ts:817](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L817)
diff --git a/docs/interfaces/generated_client.PreviousItemRequestDto.md b/docs/interfaces/generated_client.PreviousItemRequestDto.md
index 3004a7e6c..2f82f2aa8 100644
--- a/docs/interfaces/generated_client.PreviousItemRequestDto.md
+++ b/docs/interfaces/generated_client.PreviousItemRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the playing item identifier.
#### Defined in
-[generated-client/models/previous-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/previous-item-request-dto.ts#L28)
+[generated-client/models/previous-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/previous-item-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.ProblemDetails.md b/docs/interfaces/generated_client.ProblemDetails.md
index d297413c6..ee481c636 100644
--- a/docs/interfaces/generated_client.ProblemDetails.md
+++ b/docs/interfaces/generated_client.ProblemDetails.md
@@ -32,7 +32,7 @@
#### Defined in
-[generated-client/models/problem-details.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/problem-details.ts#L48)
+[generated-client/models/problem-details.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/problem-details.ts#L48)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[generated-client/models/problem-details.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/problem-details.ts#L54)
+[generated-client/models/problem-details.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/problem-details.ts#L54)
___
@@ -56,7 +56,7 @@ ___
#### Defined in
-[generated-client/models/problem-details.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/problem-details.ts#L42)
+[generated-client/models/problem-details.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/problem-details.ts#L42)
___
@@ -68,7 +68,7 @@ ___
#### Defined in
-[generated-client/models/problem-details.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/problem-details.ts#L36)
+[generated-client/models/problem-details.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/problem-details.ts#L36)
___
@@ -80,4 +80,4 @@ ___
#### Defined in
-[generated-client/models/problem-details.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/problem-details.ts#L30)
+[generated-client/models/problem-details.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/problem-details.ts#L30)
diff --git a/docs/interfaces/generated_client.ProfileCondition.md b/docs/interfaces/generated_client.ProfileCondition.md
index 239669b64..786d3f6e9 100644
--- a/docs/interfaces/generated_client.ProfileCondition.md
+++ b/docs/interfaces/generated_client.ProfileCondition.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/profile-condition.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition.ts#L30)
+[generated-client/models/profile-condition.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition.ts#L30)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/profile-condition.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition.ts#L48)
+[generated-client/models/profile-condition.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition.ts#L48)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/profile-condition.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition.ts#L36)
+[generated-client/models/profile-condition.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition.ts#L36)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/profile-condition.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/profile-condition.ts#L42)
+[generated-client/models/profile-condition.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/profile-condition.ts#L42)
diff --git a/docs/interfaces/generated_client.PublicSystemInfo.md b/docs/interfaces/generated_client.PublicSystemInfo.md
index e7b2c5d8c..05e70cd98 100644
--- a/docs/interfaces/generated_client.PublicSystemInfo.md
+++ b/docs/interfaces/generated_client.PublicSystemInfo.md
@@ -32,7 +32,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/public-system-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L58)
+[generated-client/models/public-system-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L58)
___
@@ -46,7 +46,7 @@ Gets or sets the local address.
#### Defined in
-[generated-client/models/public-system-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L28)
+[generated-client/models/public-system-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L28)
___
@@ -60,7 +60,7 @@ Gets or sets the operating system.
#### Defined in
-[generated-client/models/public-system-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L52)
+[generated-client/models/public-system-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L52)
___
@@ -74,7 +74,7 @@ Gets or sets the product name. This is the AssemblyProduct name.
#### Defined in
-[generated-client/models/public-system-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L46)
+[generated-client/models/public-system-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L46)
___
@@ -88,7 +88,7 @@ Gets or sets the name of the server.
#### Defined in
-[generated-client/models/public-system-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L34)
+[generated-client/models/public-system-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L34)
___
@@ -102,7 +102,7 @@ Gets or sets a value indicating whether the startup wizard is completed.
#### Defined in
-[generated-client/models/public-system-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L64)
+[generated-client/models/public-system-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L64)
___
@@ -116,4 +116,4 @@ Gets or sets the server version.
#### Defined in
-[generated-client/models/public-system-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/public-system-info.ts#L40)
+[generated-client/models/public-system-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/public-system-info.ts#L40)
diff --git a/docs/interfaces/generated_client.QueryFilters.md b/docs/interfaces/generated_client.QueryFilters.md
index 94012f374..9c1e4e94c 100644
--- a/docs/interfaces/generated_client.QueryFilters.md
+++ b/docs/interfaces/generated_client.QueryFilters.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/query-filters.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters.ts#L29)
+[generated-client/models/query-filters.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters.ts#L29)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/query-filters.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters.ts#L35)
+[generated-client/models/query-filters.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters.ts#L35)
diff --git a/docs/interfaces/generated_client.QueryFiltersLegacy.md b/docs/interfaces/generated_client.QueryFiltersLegacy.md
index 7bab39242..c4e32fc2e 100644
--- a/docs/interfaces/generated_client.QueryFiltersLegacy.md
+++ b/docs/interfaces/generated_client.QueryFiltersLegacy.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/query-filters-legacy.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters-legacy.ts#L28)
+[generated-client/models/query-filters-legacy.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters-legacy.ts#L28)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/query-filters-legacy.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters-legacy.ts#L40)
+[generated-client/models/query-filters-legacy.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters-legacy.ts#L40)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/query-filters-legacy.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters-legacy.ts#L34)
+[generated-client/models/query-filters-legacy.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters-legacy.ts#L34)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/query-filters-legacy.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/query-filters-legacy.ts#L46)
+[generated-client/models/query-filters-legacy.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/query-filters-legacy.ts#L46)
diff --git a/docs/interfaces/generated_client.QueueItem.md b/docs/interfaces/generated_client.QueueItem.md
index f72554f6d..9305ab5a0 100644
--- a/docs/interfaces/generated_client.QueueItem.md
+++ b/docs/interfaces/generated_client.QueueItem.md
@@ -25,7 +25,7 @@
#### Defined in
-[generated-client/models/queue-item.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/queue-item.ts#L28)
+[generated-client/models/queue-item.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/queue-item.ts#L28)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/queue-item.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/queue-item.ts#L34)
+[generated-client/models/queue-item.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/queue-item.ts#L34)
diff --git a/docs/interfaces/generated_client.QueueRequestDto.md b/docs/interfaces/generated_client.QueueRequestDto.md
index 382674dae..20d347207 100644
--- a/docs/interfaces/generated_client.QueueRequestDto.md
+++ b/docs/interfaces/generated_client.QueueRequestDto.md
@@ -21,7 +21,7 @@ Class QueueRequestDto.
### ItemIds
-• `Optional` **ItemIds**: ``null`` \| `string`[]
+• `Optional` **ItemIds**: `string`[]
Gets or sets the items to enqueue.
@@ -29,7 +29,7 @@ Gets or sets the items to enqueue.
#### Defined in
-[generated-client/models/queue-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/queue-request-dto.ts#L29)
+[generated-client/models/queue-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/queue-request-dto.ts#L29)
___
@@ -41,4 +41,4 @@ ___
#### Defined in
-[generated-client/models/queue-request-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/queue-request-dto.ts#L35)
+[generated-client/models/queue-request-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/queue-request-dto.ts#L35)
diff --git a/docs/interfaces/generated_client.QuickConnectApiAuthorizeRequest.md b/docs/interfaces/generated_client.QuickConnectApiAuthorizeRequest.md
index 8b134fbfb..ec129552b 100644
--- a/docs/interfaces/generated_client.QuickConnectApiAuthorizeRequest.md
+++ b/docs/interfaces/generated_client.QuickConnectApiAuthorizeRequest.md
@@ -28,4 +28,4 @@ Quick connect code to authorize.
#### Defined in
-[generated-client/api/quick-connect-api.ts:449](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L449)
+[generated-client/api/quick-connect-api.ts:284](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L284)
diff --git a/docs/interfaces/generated_client.QuickConnectApiAvailableRequest.md b/docs/interfaces/generated_client.QuickConnectApiAvailableRequest.md
deleted file mode 100644
index fda7d6c3f..000000000
--- a/docs/interfaces/generated_client.QuickConnectApiAvailableRequest.md
+++ /dev/null
@@ -1,31 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / QuickConnectApiAvailableRequest
-
-# Interface: QuickConnectApiAvailableRequest
-
-[generated-client](../modules/generated_client.md).QuickConnectApiAvailableRequest
-
-Request parameters for available operation in QuickConnectApi.
-
-**`export`**
-
-**`interface`** QuickConnectApiAvailableRequest
-
-## Table of contents
-
-### Properties
-
-- [status](generated_client.QuickConnectApiAvailableRequest.md#status)
-
-## Properties
-
-### status
-
-• `Optional` `Readonly` **status**: [`QuickConnectState`](../enums/generated_client.QuickConnectState.md)
-
-New MediaBrowser.Model.QuickConnect.QuickConnectState.
-
-**`memberof`** QuickConnectApiAvailable
-
-#### Defined in
-
-[generated-client/api/quick-connect-api.ts:463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L463)
diff --git a/docs/interfaces/generated_client.QuickConnectApiConnectRequest.md b/docs/interfaces/generated_client.QuickConnectApiConnectRequest.md
index 31576c7b4..3c37b910c 100644
--- a/docs/interfaces/generated_client.QuickConnectApiConnectRequest.md
+++ b/docs/interfaces/generated_client.QuickConnectApiConnectRequest.md
@@ -28,4 +28,4 @@ Secret previously returned from the Initiate endpoint.
#### Defined in
-[generated-client/api/quick-connect-api.ts:477](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L477)
+[generated-client/api/quick-connect-api.ts:298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L298)
diff --git a/docs/interfaces/generated_client.QuickConnectDto.md b/docs/interfaces/generated_client.QuickConnectDto.md
index 064cca7cf..13c798a25 100644
--- a/docs/interfaces/generated_client.QuickConnectDto.md
+++ b/docs/interfaces/generated_client.QuickConnectDto.md
@@ -14,18 +14,18 @@ The quick connect request body.
### Properties
-- [Token](generated_client.QuickConnectDto.md#token)
+- [Secret](generated_client.QuickConnectDto.md#secret)
## Properties
-### Token
+### Secret
-• **Token**: `string`
+• **Secret**: `string`
-Gets or sets the quick connect token.
+Gets or sets the quick connect secret.
**`memberof`** QuickConnectDto
#### Defined in
-[generated-client/models/quick-connect-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-dto.ts#L28)
+[generated-client/models/quick-connect-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.QuickConnectResult.md b/docs/interfaces/generated_client.QuickConnectResult.md
index 3c4309b87..4d4cb5cd6 100644
--- a/docs/interfaces/generated_client.QuickConnectResult.md
+++ b/docs/interfaces/generated_client.QuickConnectResult.md
@@ -4,7 +4,7 @@
[generated-client](../modules/generated_client.md).QuickConnectResult
-Stores the result of an incoming quick connect request.
+Stores the state of an quick connect request.
**`export`**
@@ -14,60 +14,76 @@ Stores the result of an incoming quick connect request.
### Properties
+- [AppName](generated_client.QuickConnectResult.md#appname)
+- [AppVersion](generated_client.QuickConnectResult.md#appversion)
- [Authenticated](generated_client.QuickConnectResult.md#authenticated)
-- [Authentication](generated_client.QuickConnectResult.md#authentication)
- [Code](generated_client.QuickConnectResult.md#code)
- [DateAdded](generated_client.QuickConnectResult.md#dateadded)
-- [Error](generated_client.QuickConnectResult.md#error)
+- [DeviceId](generated_client.QuickConnectResult.md#deviceid)
+- [DeviceName](generated_client.QuickConnectResult.md#devicename)
- [Secret](generated_client.QuickConnectResult.md#secret)
## Properties
-### Authenticated
+### AppName
-• `Optional` **Authenticated**: `boolean`
+• `Optional` **AppName**: `string`
+
+Gets the requesting app name.
+
+**`memberof`** QuickConnectResult
+
+#### Defined in
+
+[generated-client/models/quick-connect-result.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L58)
+
+___
+
+### AppVersion
+
+• `Optional` **AppVersion**: `string`
-Gets a value indicating whether this request is authorized.
+Gets the requesting app version.
**`memberof`** QuickConnectResult
#### Defined in
-[generated-client/models/quick-connect-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L28)
+[generated-client/models/quick-connect-result.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L64)
___
-### Authentication
+### Authenticated
-• `Optional` **Authentication**: ``null`` \| `string`
+• `Optional` **Authenticated**: `boolean`
-Gets or sets the private access token.
+Gets or sets a value indicating whether this request is authorized.
**`memberof`** QuickConnectResult
#### Defined in
-[generated-client/models/quick-connect-result.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L46)
+[generated-client/models/quick-connect-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L28)
___
### Code
-• `Optional` **Code**: ``null`` \| `string`
+• `Optional` **Code**: `string`
-Gets or sets the user facing code used so the user can quickly differentiate this request from others.
+Gets the user facing code used so the user can quickly differentiate this request from others.
**`memberof`** QuickConnectResult
#### Defined in
-[generated-client/models/quick-connect-result.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L40)
+[generated-client/models/quick-connect-result.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L40)
___
### DateAdded
-• `Optional` **DateAdded**: ``null`` \| `string`
+• `Optional` **DateAdded**: `string`
Gets or sets the DateTime that this request was created.
@@ -75,32 +91,46 @@ Gets or sets the DateTime that this request was created.
#### Defined in
-[generated-client/models/quick-connect-result.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L58)
+[generated-client/models/quick-connect-result.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L70)
+
+___
+
+### DeviceId
+
+• `Optional` **DeviceId**: `string`
+
+Gets the requesting device id.
+
+**`memberof`** QuickConnectResult
+
+#### Defined in
+
+[generated-client/models/quick-connect-result.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L46)
___
-### Error
+### DeviceName
-• `Optional` **Error**: ``null`` \| `string`
+• `Optional` **DeviceName**: `string`
-Gets or sets an error message.
+Gets the requesting device name.
**`memberof`** QuickConnectResult
#### Defined in
-[generated-client/models/quick-connect-result.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L52)
+[generated-client/models/quick-connect-result.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L52)
___
### Secret
-• `Optional` **Secret**: ``null`` \| `string`
+• `Optional` **Secret**: `string`
-Gets or sets the secret value used to uniquely identify this request. Can be used to retrieve authentication information.
+Gets the secret value used to uniquely identify this request. Can be used to retrieve authentication information.
**`memberof`** QuickConnectResult
#### Defined in
-[generated-client/models/quick-connect-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/quick-connect-result.ts#L34)
+[generated-client/models/quick-connect-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/quick-connect-result.ts#L34)
diff --git a/docs/interfaces/generated_client.ReadyRequestDto.md b/docs/interfaces/generated_client.ReadyRequestDto.md
index d64c4dff9..2edc346ec 100644
--- a/docs/interfaces/generated_client.ReadyRequestDto.md
+++ b/docs/interfaces/generated_client.ReadyRequestDto.md
@@ -31,7 +31,7 @@ Gets or sets a value indicating whether the client playback is unpaused.
#### Defined in
-[generated-client/models/ready-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ready-request-dto.ts#L40)
+[generated-client/models/ready-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ready-request-dto.ts#L40)
___
@@ -45,7 +45,7 @@ Gets or sets the playlist item identifier of the playing item.
#### Defined in
-[generated-client/models/ready-request-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ready-request-dto.ts#L46)
+[generated-client/models/ready-request-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ready-request-dto.ts#L46)
___
@@ -59,7 +59,7 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/ready-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ready-request-dto.ts#L34)
+[generated-client/models/ready-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ready-request-dto.ts#L34)
___
@@ -73,4 +73,4 @@ Gets or sets when the request has been made by the client.
#### Defined in
-[generated-client/models/ready-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/ready-request-dto.ts#L28)
+[generated-client/models/ready-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/ready-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.RecommendationDto.md b/docs/interfaces/generated_client.RecommendationDto.md
index 978ed4ba8..407b03bb3 100644
--- a/docs/interfaces/generated_client.RecommendationDto.md
+++ b/docs/interfaces/generated_client.RecommendationDto.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/recommendation-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-dto.ts#L42)
+[generated-client/models/recommendation-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-dto.ts#L42)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/recommendation-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-dto.ts#L48)
+[generated-client/models/recommendation-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-dto.ts#L48)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/recommendation-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-dto.ts#L30)
+[generated-client/models/recommendation-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-dto.ts#L30)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/recommendation-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/recommendation-dto.ts#L36)
+[generated-client/models/recommendation-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/recommendation-dto.ts#L36)
diff --git a/docs/interfaces/generated_client.RemoteImageApiDownloadRemoteImageRequest.md b/docs/interfaces/generated_client.RemoteImageApiDownloadRemoteImageRequest.md
index 9934ff297..550db8110 100644
--- a/docs/interfaces/generated_client.RemoteImageApiDownloadRemoteImageRequest.md
+++ b/docs/interfaces/generated_client.RemoteImageApiDownloadRemoteImageRequest.md
@@ -30,7 +30,7 @@ The image url.
#### Defined in
-[generated-client/api/remote-image-api.ts:310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L310)
+[generated-client/api/remote-image-api.ts:310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L310)
___
@@ -44,7 +44,7 @@ Item Id.
#### Defined in
-[generated-client/api/remote-image-api.ts:296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L296)
+[generated-client/api/remote-image-api.ts:296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L296)
___
@@ -58,4 +58,4 @@ The image type.
#### Defined in
-[generated-client/api/remote-image-api.ts:303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L303)
+[generated-client/api/remote-image-api.ts:303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L303)
diff --git a/docs/interfaces/generated_client.RemoteImageApiGetRemoteImageProvidersRequest.md b/docs/interfaces/generated_client.RemoteImageApiGetRemoteImageProvidersRequest.md
index f54a656f0..2cd474da0 100644
--- a/docs/interfaces/generated_client.RemoteImageApiGetRemoteImageProvidersRequest.md
+++ b/docs/interfaces/generated_client.RemoteImageApiGetRemoteImageProvidersRequest.md
@@ -28,4 +28,4 @@ Item Id.
#### Defined in
-[generated-client/api/remote-image-api.ts:324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L324)
+[generated-client/api/remote-image-api.ts:324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L324)
diff --git a/docs/interfaces/generated_client.RemoteImageApiGetRemoteImagesRequest.md b/docs/interfaces/generated_client.RemoteImageApiGetRemoteImagesRequest.md
index 26dad6f67..0b616210d 100644
--- a/docs/interfaces/generated_client.RemoteImageApiGetRemoteImagesRequest.md
+++ b/docs/interfaces/generated_client.RemoteImageApiGetRemoteImagesRequest.md
@@ -33,7 +33,7 @@ Optional. Include all languages.
#### Defined in
-[generated-client/api/remote-image-api.ts:373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L373)
+[generated-client/api/remote-image-api.ts:373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L373)
___
@@ -47,7 +47,7 @@ Item Id.
#### Defined in
-[generated-client/api/remote-image-api.ts:338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L338)
+[generated-client/api/remote-image-api.ts:338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L338)
___
@@ -61,7 +61,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/remote-image-api.ts:359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L359)
+[generated-client/api/remote-image-api.ts:359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L359)
___
@@ -75,7 +75,7 @@ Optional. The image provider to use.
#### Defined in
-[generated-client/api/remote-image-api.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L366)
+[generated-client/api/remote-image-api.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L366)
___
@@ -89,7 +89,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/remote-image-api.ts:352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L352)
+[generated-client/api/remote-image-api.ts:352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L352)
___
@@ -103,4 +103,4 @@ The image type.
#### Defined in
-[generated-client/api/remote-image-api.ts:345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L345)
+[generated-client/api/remote-image-api.ts:345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L345)
diff --git a/docs/interfaces/generated_client.RemoteImageInfo.md b/docs/interfaces/generated_client.RemoteImageInfo.md
index 3008cf857..458d58b25 100644
--- a/docs/interfaces/generated_client.RemoteImageInfo.md
+++ b/docs/interfaces/generated_client.RemoteImageInfo.md
@@ -37,7 +37,7 @@ Gets or sets the community rating.
#### Defined in
-[generated-client/models/remote-image-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L60)
+[generated-client/models/remote-image-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L60)
___
@@ -51,7 +51,7 @@ Gets or sets the height.
#### Defined in
-[generated-client/models/remote-image-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L48)
+[generated-client/models/remote-image-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L48)
___
@@ -65,7 +65,7 @@ Gets or sets the language.
#### Defined in
-[generated-client/models/remote-image-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L72)
+[generated-client/models/remote-image-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L72)
___
@@ -79,7 +79,7 @@ Gets or sets the name of the provider.
#### Defined in
-[generated-client/models/remote-image-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L30)
+[generated-client/models/remote-image-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L30)
___
@@ -91,7 +91,7 @@ ___
#### Defined in
-[generated-client/models/remote-image-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L84)
+[generated-client/models/remote-image-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L84)
___
@@ -99,13 +99,13 @@ ___
• `Optional` **ThumbnailUrl**: ``null`` \| `string`
-Gets a url used for previewing a smaller version.
+Gets or sets a url used for previewing a smaller version.
**`memberof`** RemoteImageInfo
#### Defined in
-[generated-client/models/remote-image-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L42)
+[generated-client/models/remote-image-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L42)
___
@@ -117,7 +117,7 @@ ___
#### Defined in
-[generated-client/models/remote-image-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L78)
+[generated-client/models/remote-image-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L78)
___
@@ -131,7 +131,7 @@ Gets or sets the URL.
#### Defined in
-[generated-client/models/remote-image-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L36)
+[generated-client/models/remote-image-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L36)
___
@@ -145,7 +145,7 @@ Gets or sets the vote count.
#### Defined in
-[generated-client/models/remote-image-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L66)
+[generated-client/models/remote-image-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L66)
___
@@ -159,4 +159,4 @@ Gets or sets the width.
#### Defined in
-[generated-client/models/remote-image-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-info.ts#L54)
+[generated-client/models/remote-image-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-info.ts#L54)
diff --git a/docs/interfaces/generated_client.RemoteImageResult.md b/docs/interfaces/generated_client.RemoteImageResult.md
index a4c7afd3a..aa18ce7b8 100644
--- a/docs/interfaces/generated_client.RemoteImageResult.md
+++ b/docs/interfaces/generated_client.RemoteImageResult.md
@@ -30,7 +30,7 @@ Gets or sets the images.
#### Defined in
-[generated-client/models/remote-image-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-result.ts#L29)
+[generated-client/models/remote-image-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-result.ts#L29)
___
@@ -44,7 +44,7 @@ Gets or sets the providers.
#### Defined in
-[generated-client/models/remote-image-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-result.ts#L41)
+[generated-client/models/remote-image-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-result.ts#L41)
___
@@ -58,4 +58,4 @@ Gets or sets the total record count.
#### Defined in
-[generated-client/models/remote-image-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-image-result.ts#L35)
+[generated-client/models/remote-image-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-image-result.ts#L35)
diff --git a/docs/interfaces/generated_client.RemoteSearchResult.md b/docs/interfaces/generated_client.RemoteSearchResult.md
index 4128a2b8f..d46efb131 100644
--- a/docs/interfaces/generated_client.RemoteSearchResult.md
+++ b/docs/interfaces/generated_client.RemoteSearchResult.md
@@ -35,7 +35,7 @@
#### Defined in
-[generated-client/models/remote-search-result.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L88)
+[generated-client/models/remote-search-result.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L88)
___
@@ -47,7 +47,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L94)
+[generated-client/models/remote-search-result.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L94)
___
@@ -59,7 +59,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L70)
+[generated-client/models/remote-search-result.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L70)
___
@@ -71,7 +71,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L46)
+[generated-client/models/remote-search-result.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L46)
___
@@ -83,7 +83,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L52)
+[generated-client/models/remote-search-result.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L52)
___
@@ -97,7 +97,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/remote-search-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L28)
+[generated-client/models/remote-search-result.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L28)
___
@@ -109,7 +109,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L82)
+[generated-client/models/remote-search-result.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L82)
___
@@ -121,7 +121,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L58)
+[generated-client/models/remote-search-result.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L58)
___
@@ -133,7 +133,7 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L64)
+[generated-client/models/remote-search-result.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L64)
___
@@ -147,7 +147,7 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/remote-search-result.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L40)
+[generated-client/models/remote-search-result.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L40)
___
@@ -161,7 +161,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/remote-search-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L34)
+[generated-client/models/remote-search-result.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L34)
___
@@ -173,4 +173,4 @@ ___
#### Defined in
-[generated-client/models/remote-search-result.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-search-result.ts#L76)
+[generated-client/models/remote-search-result.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-search-result.ts#L76)
diff --git a/docs/interfaces/generated_client.RemoteSubtitleInfo.md b/docs/interfaces/generated_client.RemoteSubtitleInfo.md
index 8d9b53e31..1d46faf87 100644
--- a/docs/interfaces/generated_client.RemoteSubtitleInfo.md
+++ b/docs/interfaces/generated_client.RemoteSubtitleInfo.md
@@ -34,7 +34,7 @@
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L58)
+[generated-client/models/remote-subtitle-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L58)
___
@@ -46,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L64)
+[generated-client/models/remote-subtitle-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L64)
___
@@ -58,7 +58,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L76)
+[generated-client/models/remote-subtitle-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L76)
___
@@ -70,7 +70,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L70)
+[generated-client/models/remote-subtitle-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L70)
___
@@ -82,7 +82,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L82)
+[generated-client/models/remote-subtitle-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L82)
___
@@ -94,7 +94,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L52)
+[generated-client/models/remote-subtitle-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L52)
___
@@ -106,7 +106,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L34)
+[generated-client/models/remote-subtitle-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L34)
___
@@ -118,7 +118,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L88)
+[generated-client/models/remote-subtitle-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L88)
___
@@ -130,7 +130,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L46)
+[generated-client/models/remote-subtitle-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L46)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L40)
+[generated-client/models/remote-subtitle-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L40)
___
@@ -154,4 +154,4 @@ ___
#### Defined in
-[generated-client/models/remote-subtitle-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remote-subtitle-info.ts#L28)
+[generated-client/models/remote-subtitle-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remote-subtitle-info.ts#L28)
diff --git a/docs/interfaces/generated_client.RemoveFromPlaylistRequestDto.md b/docs/interfaces/generated_client.RemoveFromPlaylistRequestDto.md
index 9080a7e1d..25067ec9f 100644
--- a/docs/interfaces/generated_client.RemoveFromPlaylistRequestDto.md
+++ b/docs/interfaces/generated_client.RemoveFromPlaylistRequestDto.md
@@ -14,18 +14,48 @@ Class RemoveFromPlaylistRequestDto.
### Properties
+- [ClearPlayingItem](generated_client.RemoveFromPlaylistRequestDto.md#clearplayingitem)
+- [ClearPlaylist](generated_client.RemoveFromPlaylistRequestDto.md#clearplaylist)
- [PlaylistItemIds](generated_client.RemoveFromPlaylistRequestDto.md#playlistitemids)
## Properties
+### ClearPlayingItem
+
+• `Optional` **ClearPlayingItem**: `boolean`
+
+Gets or sets a value indicating whether the playing item should be removed as well. Used only when clearing the playlist.
+
+**`memberof`** RemoveFromPlaylistRequestDto
+
+#### Defined in
+
+[generated-client/models/remove-from-playlist-request-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remove-from-playlist-request-dto.ts#L40)
+
+___
+
+### ClearPlaylist
+
+• `Optional` **ClearPlaylist**: `boolean`
+
+Gets or sets a value indicating whether the entire playlist should be cleared.
+
+**`memberof`** RemoveFromPlaylistRequestDto
+
+#### Defined in
+
+[generated-client/models/remove-from-playlist-request-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remove-from-playlist-request-dto.ts#L34)
+
+___
+
### PlaylistItemIds
-• `Optional` **PlaylistItemIds**: ``null`` \| `string`[]
+• `Optional` **PlaylistItemIds**: `string`[]
-Gets or sets the playlist identifiers ot the items.
+Gets or sets the playlist identifiers ot the items. Ignored when clearing the playlist.
**`memberof`** RemoveFromPlaylistRequestDto
#### Defined in
-[generated-client/models/remove-from-playlist-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/remove-from-playlist-request-dto.ts#L28)
+[generated-client/models/remove-from-playlist-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/remove-from-playlist-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.RepositoryInfo.md b/docs/interfaces/generated_client.RepositoryInfo.md
index 31f5a131d..2d977211f 100644
--- a/docs/interfaces/generated_client.RepositoryInfo.md
+++ b/docs/interfaces/generated_client.RepositoryInfo.md
@@ -30,7 +30,7 @@ Gets or sets a value indicating whether the repository is enabled.
#### Defined in
-[generated-client/models/repository-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repository-info.ts#L40)
+[generated-client/models/repository-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repository-info.ts#L40)
___
@@ -44,7 +44,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/repository-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repository-info.ts#L28)
+[generated-client/models/repository-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repository-info.ts#L28)
___
@@ -58,4 +58,4 @@ Gets or sets the URL.
#### Defined in
-[generated-client/models/repository-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/repository-info.ts#L34)
+[generated-client/models/repository-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/repository-info.ts#L34)
diff --git a/docs/interfaces/generated_client.ResponseProfile.md b/docs/interfaces/generated_client.ResponseProfile.md
index 92eb7d3df..98d15ed95 100644
--- a/docs/interfaces/generated_client.ResponseProfile.md
+++ b/docs/interfaces/generated_client.ResponseProfile.md
@@ -30,7 +30,7 @@
#### Defined in
-[generated-client/models/response-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L36)
+[generated-client/models/response-profile.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L36)
___
@@ -42,7 +42,7 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L66)
+[generated-client/models/response-profile.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L66)
___
@@ -54,7 +54,7 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L30)
+[generated-client/models/response-profile.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L30)
___
@@ -66,7 +66,7 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L60)
+[generated-client/models/response-profile.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L60)
___
@@ -78,7 +78,7 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L54)
+[generated-client/models/response-profile.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L54)
___
@@ -90,7 +90,7 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L48)
+[generated-client/models/response-profile.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L48)
___
@@ -102,4 +102,4 @@ ___
#### Defined in
-[generated-client/models/response-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/response-profile.ts#L42)
+[generated-client/models/response-profile.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/response-profile.ts#L42)
diff --git a/docs/interfaces/generated_client.ScheduledTasksApiGetTaskRequest.md b/docs/interfaces/generated_client.ScheduledTasksApiGetTaskRequest.md
index 18ad7a1f6..41cc55dec 100644
--- a/docs/interfaces/generated_client.ScheduledTasksApiGetTaskRequest.md
+++ b/docs/interfaces/generated_client.ScheduledTasksApiGetTaskRequest.md
@@ -28,4 +28,4 @@ Task Id.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L375)
+[generated-client/api/scheduled-tasks-api.ts:375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L375)
diff --git a/docs/interfaces/generated_client.ScheduledTasksApiGetTasksRequest.md b/docs/interfaces/generated_client.ScheduledTasksApiGetTasksRequest.md
index 58e951c75..fc58297b5 100644
--- a/docs/interfaces/generated_client.ScheduledTasksApiGetTasksRequest.md
+++ b/docs/interfaces/generated_client.ScheduledTasksApiGetTasksRequest.md
@@ -29,7 +29,7 @@ Optional filter tasks that are enabled, or not.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L396)
+[generated-client/api/scheduled-tasks-api.ts:396](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L396)
___
@@ -43,4 +43,4 @@ Optional filter tasks that are hidden, or not.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L389)
+[generated-client/api/scheduled-tasks-api.ts:389](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L389)
diff --git a/docs/interfaces/generated_client.ScheduledTasksApiStartTaskRequest.md b/docs/interfaces/generated_client.ScheduledTasksApiStartTaskRequest.md
index 18dad7732..e78ebedd0 100644
--- a/docs/interfaces/generated_client.ScheduledTasksApiStartTaskRequest.md
+++ b/docs/interfaces/generated_client.ScheduledTasksApiStartTaskRequest.md
@@ -28,4 +28,4 @@ Task Id.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L410)
+[generated-client/api/scheduled-tasks-api.ts:410](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L410)
diff --git a/docs/interfaces/generated_client.ScheduledTasksApiStopTaskRequest.md b/docs/interfaces/generated_client.ScheduledTasksApiStopTaskRequest.md
index 6b2ea575f..f36750ec1 100644
--- a/docs/interfaces/generated_client.ScheduledTasksApiStopTaskRequest.md
+++ b/docs/interfaces/generated_client.ScheduledTasksApiStopTaskRequest.md
@@ -28,4 +28,4 @@ Task Id.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L424)
+[generated-client/api/scheduled-tasks-api.ts:424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L424)
diff --git a/docs/interfaces/generated_client.ScheduledTasksApiUpdateTaskRequest.md b/docs/interfaces/generated_client.ScheduledTasksApiUpdateTaskRequest.md
index 3eca51419..1ff53004e 100644
--- a/docs/interfaces/generated_client.ScheduledTasksApiUpdateTaskRequest.md
+++ b/docs/interfaces/generated_client.ScheduledTasksApiUpdateTaskRequest.md
@@ -29,7 +29,7 @@ Task Id.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L438)
+[generated-client/api/scheduled-tasks-api.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L438)
___
@@ -43,4 +43,4 @@ Triggers.
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L445)
+[generated-client/api/scheduled-tasks-api.ts:445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L445)
diff --git a/docs/interfaces/generated_client.SearchApiGetRequest.md b/docs/interfaces/generated_client.SearchApiGetRequest.md
index edac1cb7d..cfe396141 100644
--- a/docs/interfaces/generated_client.SearchApiGetRequest.md
+++ b/docs/interfaces/generated_client.SearchApiGetRequest.md
@@ -37,7 +37,7 @@ Request parameters for get operation in SearchApi.
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
If specified, results with these item types are filtered out. This allows multiple, comma delimeted.
@@ -45,7 +45,7 @@ If specified, results with these item types are filtered out. This allows multip
#### Defined in
-[generated-client/api/search-api.ts:280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L280)
+[generated-client/api/search-api.ts:282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L282)
___
@@ -59,7 +59,7 @@ Optional filter whether to include artists.
#### Defined in
-[generated-client/api/search-api.ts:364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L364)
+[generated-client/api/search-api.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L366)
___
@@ -73,13 +73,13 @@ Optional filter whether to include genres.
#### Defined in
-[generated-client/api/search-api.ts:350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L350)
+[generated-client/api/search-api.ts:352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L352)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
If specified, only results with the specified item types are returned. This allows multiple, comma delimeted.
@@ -87,7 +87,7 @@ If specified, only results with the specified item types are returned. This allo
#### Defined in
-[generated-client/api/search-api.ts:273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L273)
+[generated-client/api/search-api.ts:275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L275)
___
@@ -101,7 +101,7 @@ Optional filter whether to include media.
#### Defined in
-[generated-client/api/search-api.ts:343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L343)
+[generated-client/api/search-api.ts:345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L345)
___
@@ -115,7 +115,7 @@ Optional filter whether to include people.
#### Defined in
-[generated-client/api/search-api.ts:336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L336)
+[generated-client/api/search-api.ts:338](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L338)
___
@@ -129,7 +129,7 @@ Optional filter whether to include studios.
#### Defined in
-[generated-client/api/search-api.ts:357](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L357)
+[generated-client/api/search-api.ts:359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L359)
___
@@ -143,7 +143,7 @@ Optional filter for kids.
#### Defined in
-[generated-client/api/search-api.ts:322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L322)
+[generated-client/api/search-api.ts:324](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L324)
___
@@ -157,7 +157,7 @@ Optional filter for movies.
#### Defined in
-[generated-client/api/search-api.ts:301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L301)
+[generated-client/api/search-api.ts:303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L303)
___
@@ -171,7 +171,7 @@ Optional filter for news.
#### Defined in
-[generated-client/api/search-api.ts:315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L315)
+[generated-client/api/search-api.ts:317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L317)
___
@@ -185,7 +185,7 @@ Optional filter for series.
#### Defined in
-[generated-client/api/search-api.ts:308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L308)
+[generated-client/api/search-api.ts:310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L310)
___
@@ -199,7 +199,7 @@ Optional filter for sports.
#### Defined in
-[generated-client/api/search-api.ts:329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L329)
+[generated-client/api/search-api.ts:331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L331)
___
@@ -213,7 +213,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/search-api.ts:259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L259)
+[generated-client/api/search-api.ts:261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L261)
___
@@ -227,7 +227,7 @@ If specified, only results with the specified media types are returned. This all
#### Defined in
-[generated-client/api/search-api.ts:287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L287)
+[generated-client/api/search-api.ts:289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L289)
___
@@ -241,7 +241,7 @@ If specified, only children of the parent are returned.
#### Defined in
-[generated-client/api/search-api.ts:294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L294)
+[generated-client/api/search-api.ts:296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L296)
___
@@ -255,7 +255,7 @@ The search term to filter on.
#### Defined in
-[generated-client/api/search-api.ts:245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L245)
+[generated-client/api/search-api.ts:247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L247)
___
@@ -269,7 +269,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/search-api.ts:252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L252)
+[generated-client/api/search-api.ts:254](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L254)
___
@@ -283,4 +283,4 @@ Optional. Supply a user id to search within a user\'s library or omit to sea
#### Defined in
-[generated-client/api/search-api.ts:266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L266)
+[generated-client/api/search-api.ts:268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L268)
diff --git a/docs/interfaces/generated_client.SearchHint.md b/docs/interfaces/generated_client.SearchHint.md
index 8c77c8935..1f4149a83 100644
--- a/docs/interfaces/generated_client.SearchHint.md
+++ b/docs/interfaces/generated_client.SearchHint.md
@@ -56,7 +56,7 @@ Gets or sets the album.
#### Defined in
-[generated-client/models/search-hint.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L148)
+[generated-client/models/search-hint.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L148)
___
@@ -70,7 +70,7 @@ Gets or sets the album artist.
#### Defined in
-[generated-client/models/search-hint.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L160)
+[generated-client/models/search-hint.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L160)
___
@@ -82,7 +82,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L154)
+[generated-client/models/search-hint.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L154)
___
@@ -96,7 +96,7 @@ Gets or sets the artists.
#### Defined in
-[generated-client/models/search-hint.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L166)
+[generated-client/models/search-hint.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L166)
___
@@ -110,7 +110,7 @@ Gets or sets the backdrop image item identifier.
#### Defined in
-[generated-client/models/search-hint.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L94)
+[generated-client/models/search-hint.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L94)
___
@@ -124,7 +124,7 @@ Gets or sets the backdrop image tag.
#### Defined in
-[generated-client/models/search-hint.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L88)
+[generated-client/models/search-hint.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L88)
___
@@ -138,7 +138,7 @@ Gets or sets the channel identifier.
#### Defined in
-[generated-client/models/search-hint.ts:184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L184)
+[generated-client/models/search-hint.ts:184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L184)
___
@@ -152,7 +152,7 @@ Gets or sets the name of the channel.
#### Defined in
-[generated-client/models/search-hint.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L190)
+[generated-client/models/search-hint.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L190)
___
@@ -164,7 +164,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L130)
+[generated-client/models/search-hint.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L130)
___
@@ -178,7 +178,7 @@ Gets or sets the episode count.
#### Defined in
-[generated-client/models/search-hint.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L178)
+[generated-client/models/search-hint.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L178)
___
@@ -190,7 +190,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L34)
+[generated-client/models/search-hint.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L34)
___
@@ -204,7 +204,7 @@ Gets or sets the index number.
#### Defined in
-[generated-client/models/search-hint.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L52)
+[generated-client/models/search-hint.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L52)
___
@@ -216,7 +216,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L106)
+[generated-client/models/search-hint.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L106)
___
@@ -230,7 +230,7 @@ Gets or sets the item id.
#### Defined in
-[generated-client/models/search-hint.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L28)
+[generated-client/models/search-hint.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L28)
___
@@ -244,7 +244,7 @@ Gets or sets the matched term.
#### Defined in
-[generated-client/models/search-hint.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L46)
+[generated-client/models/search-hint.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L46)
___
@@ -258,7 +258,7 @@ Gets or sets the type of the media.
#### Defined in
-[generated-client/models/search-hint.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L118)
+[generated-client/models/search-hint.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L118)
___
@@ -272,7 +272,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/search-hint.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L40)
+[generated-client/models/search-hint.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L40)
___
@@ -286,7 +286,7 @@ Gets or sets the parent index number.
#### Defined in
-[generated-client/models/search-hint.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L64)
+[generated-client/models/search-hint.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L64)
___
@@ -300,7 +300,7 @@ Gets or sets the primary image aspect ratio.
#### Defined in
-[generated-client/models/search-hint.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L196)
+[generated-client/models/search-hint.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L196)
___
@@ -314,7 +314,7 @@ Gets or sets the image tag.
#### Defined in
-[generated-client/models/search-hint.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L70)
+[generated-client/models/search-hint.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L70)
___
@@ -328,7 +328,7 @@ Gets or sets the production year.
#### Defined in
-[generated-client/models/search-hint.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L58)
+[generated-client/models/search-hint.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L58)
___
@@ -342,7 +342,7 @@ Gets or sets the run time ticks.
#### Defined in
-[generated-client/models/search-hint.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L112)
+[generated-client/models/search-hint.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L112)
___
@@ -356,7 +356,7 @@ Gets or sets the series.
#### Defined in
-[generated-client/models/search-hint.ts:136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L136)
+[generated-client/models/search-hint.ts:136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L136)
___
@@ -370,7 +370,7 @@ Gets or sets the song count.
#### Defined in
-[generated-client/models/search-hint.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L172)
+[generated-client/models/search-hint.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L172)
___
@@ -382,7 +382,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L124)
+[generated-client/models/search-hint.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L124)
___
@@ -394,7 +394,7 @@ ___
#### Defined in
-[generated-client/models/search-hint.ts:142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L142)
+[generated-client/models/search-hint.ts:142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L142)
___
@@ -408,7 +408,7 @@ Gets or sets the thumb image item identifier.
#### Defined in
-[generated-client/models/search-hint.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L82)
+[generated-client/models/search-hint.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L82)
___
@@ -422,7 +422,7 @@ Gets or sets the thumb image tag.
#### Defined in
-[generated-client/models/search-hint.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L76)
+[generated-client/models/search-hint.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L76)
___
@@ -436,4 +436,4 @@ Gets or sets the type.
#### Defined in
-[generated-client/models/search-hint.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint.ts#L100)
+[generated-client/models/search-hint.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint.ts#L100)
diff --git a/docs/interfaces/generated_client.SearchHintResult.md b/docs/interfaces/generated_client.SearchHintResult.md
index 27083172e..dbde2daed 100644
--- a/docs/interfaces/generated_client.SearchHintResult.md
+++ b/docs/interfaces/generated_client.SearchHintResult.md
@@ -21,15 +21,15 @@ Class SearchHintResult.
### SearchHints
-• `Optional` **SearchHints**: ``null`` \| [`SearchHint`](generated_client.SearchHint.md)[]
+• `Optional` **SearchHints**: [`SearchHint`](generated_client.SearchHint.md)[]
-Gets or sets the search hints.
+Gets the search hints.
**`memberof`** SearchHintResult
#### Defined in
-[generated-client/models/search-hint-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint-result.ts#L29)
+[generated-client/models/search-hint-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint-result.ts#L29)
___
@@ -37,10 +37,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-Gets or sets the total record count.
+Gets the total record count.
**`memberof`** SearchHintResult
#### Defined in
-[generated-client/models/search-hint-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/search-hint-result.ts#L35)
+[generated-client/models/search-hint-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/search-hint-result.ts#L35)
diff --git a/docs/interfaces/generated_client.SeekRequestDto.md b/docs/interfaces/generated_client.SeekRequestDto.md
index df8b9f8b7..238e8b617 100644
--- a/docs/interfaces/generated_client.SeekRequestDto.md
+++ b/docs/interfaces/generated_client.SeekRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the position ticks.
#### Defined in
-[generated-client/models/seek-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/seek-request-dto.ts#L28)
+[generated-client/models/seek-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/seek-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.SendCommand.md b/docs/interfaces/generated_client.SendCommand.md
index 10ecf8bca..8612d180f 100644
--- a/docs/interfaces/generated_client.SendCommand.md
+++ b/docs/interfaces/generated_client.SendCommand.md
@@ -31,7 +31,7 @@ Class SendCommand.
#### Defined in
-[generated-client/models/send-command.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L53)
+[generated-client/models/send-command.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L53)
___
@@ -45,7 +45,7 @@ Gets the UTC time when this command has been emitted.
#### Defined in
-[generated-client/models/send-command.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L59)
+[generated-client/models/send-command.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L59)
___
@@ -59,7 +59,7 @@ Gets the group identifier.
#### Defined in
-[generated-client/models/send-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L29)
+[generated-client/models/send-command.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L29)
___
@@ -73,7 +73,7 @@ Gets the playlist identifier of the playing item.
#### Defined in
-[generated-client/models/send-command.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L35)
+[generated-client/models/send-command.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L35)
___
@@ -87,7 +87,7 @@ Gets the position ticks.
#### Defined in
-[generated-client/models/send-command.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L47)
+[generated-client/models/send-command.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L47)
___
@@ -101,4 +101,4 @@ Gets or sets the UTC time when to execute the command.
#### Defined in
-[generated-client/models/send-command.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/send-command.ts#L41)
+[generated-client/models/send-command.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/send-command.ts#L41)
diff --git a/docs/interfaces/generated_client.SeriesInfo.md b/docs/interfaces/generated_client.SeriesInfo.md
index f3eb31137..4f5df82b4 100644
--- a/docs/interfaces/generated_client.SeriesInfo.md
+++ b/docs/interfaces/generated_client.SeriesInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.SeriesInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.SeriesInfo.md#metadatalanguage)
- [Name](generated_client.SeriesInfo.md#name)
+- [OriginalTitle](generated_client.SeriesInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.SeriesInfo.md#parentindexnumber)
- [Path](generated_client.SeriesInfo.md#path)
- [PremiereDate](generated_client.SeriesInfo.md#premieredate)
@@ -33,7 +34,7 @@
#### Defined in
-[generated-client/models/series-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L64)
+[generated-client/models/series-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L70)
___
@@ -45,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/series-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L82)
+[generated-client/models/series-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L88)
___
@@ -59,7 +60,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/series-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L46)
+[generated-client/models/series-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L52)
___
@@ -73,7 +74,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/series-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L40)
+[generated-client/models/series-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L46)
___
@@ -87,7 +88,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/series-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L28)
+[generated-client/models/series-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** SeriesInfo
+
+#### Defined in
+
+[generated-client/models/series-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L34)
___
@@ -99,7 +114,7 @@ ___
#### Defined in
-[generated-client/models/series-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L70)
+[generated-client/models/series-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L76)
___
@@ -113,7 +128,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/series-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L34)
+[generated-client/models/series-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L40)
___
@@ -125,7 +140,7 @@ ___
#### Defined in
-[generated-client/models/series-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L76)
+[generated-client/models/series-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L82)
___
@@ -139,7 +154,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/series-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L52)
+[generated-client/models/series-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L58)
___
@@ -153,4 +168,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/series-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info.ts#L58)
+[generated-client/models/series-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info.ts#L64)
diff --git a/docs/interfaces/generated_client.SeriesInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.SeriesInfoRemoteSearchQuery.md
index 82c49231d..52de4a2c4 100644
--- a/docs/interfaces/generated_client.SeriesInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.SeriesInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/series-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info-remote-search-query.ts#L47)
+[generated-client/models/series-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/series-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info-remote-search-query.ts#L35)
+[generated-client/models/series-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/series-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info-remote-search-query.ts#L29)
+[generated-client/models/series-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** SeriesInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/series-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-info-remote-search-query.ts#L41)
+[generated-client/models/series-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.SeriesTimerInfoDto.md b/docs/interfaces/generated_client.SeriesTimerInfoDto.md
index 71f259bd9..7c17b35ff 100644
--- a/docs/interfaces/generated_client.SeriesTimerInfoDto.md
+++ b/docs/interfaces/generated_client.SeriesTimerInfoDto.md
@@ -56,13 +56,13 @@ Class SeriesTimerInfoDto.
• `Optional` **ChannelId**: `string`
-ChannelId of the recording.
+Gets or sets the channel id of the recording.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L55)
+[generated-client/models/series-timer-info-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L55)
___
@@ -70,13 +70,13 @@ ___
• `Optional` **ChannelName**: ``null`` \| `string`
-ChannelName of the recording.
+Gets or sets the channel name of the recording.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L67)
+[generated-client/models/series-timer-info-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L67)
___
@@ -88,7 +88,7 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L73)
+[generated-client/models/series-timer-info-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L73)
___
@@ -100,7 +100,7 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L205)
+[generated-client/models/series-timer-info-dto.ts:205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L205)
___
@@ -114,7 +114,7 @@ Gets or sets the days.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L199)
+[generated-client/models/series-timer-info-dto.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L199)
___
@@ -122,13 +122,13 @@ ___
• `Optional` **EndDate**: `string`
-The end date of the recording, in UTC.
+Gets or sets the end date of the recording, in UTC.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L109)
+[generated-client/models/series-timer-info-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L109)
___
@@ -142,7 +142,7 @@ Gets or sets the external channel identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L61)
+[generated-client/models/series-timer-info-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L61)
___
@@ -156,7 +156,7 @@ Gets or sets the external identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L49)
+[generated-client/models/series-timer-info-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L49)
___
@@ -170,7 +170,7 @@ Gets or sets the external program identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L85)
+[generated-client/models/series-timer-info-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L85)
___
@@ -178,13 +178,13 @@ ___
• `Optional` **Id**: ``null`` \| `string`
-Id of the recording.
+Gets or sets the Id of the recording.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L31)
+[generated-client/models/series-timer-info-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L31)
___
@@ -198,7 +198,7 @@ Gets or sets the image tags.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L211)
+[generated-client/models/series-timer-info-dto.ts:211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L211)
___
@@ -212,7 +212,7 @@ Gets or sets a value indicating whether this instance is post padding required.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L157)
+[generated-client/models/series-timer-info-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L157)
___
@@ -226,7 +226,7 @@ Gets or sets a value indicating whether this instance is pre padding required.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L139)
+[generated-client/models/series-timer-info-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L139)
___
@@ -238,7 +238,7 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L163)
+[generated-client/models/series-timer-info-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L163)
___
@@ -250,7 +250,7 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L187)
+[generated-client/models/series-timer-info-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L187)
___
@@ -258,13 +258,13 @@ ___
• `Optional` **Name**: ``null`` \| `string`
-Name of the recording.
+Gets or sets the name of the recording.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L91)
+[generated-client/models/series-timer-info-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L91)
___
@@ -272,13 +272,13 @@ ___
• `Optional` **Overview**: ``null`` \| `string`
-Description of the recording.
+Gets or sets the description of the recording.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L97)
+[generated-client/models/series-timer-info-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L97)
___
@@ -292,7 +292,7 @@ Gets or sets the parent backdrop image tags.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L151)
+[generated-client/models/series-timer-info-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L151)
___
@@ -300,13 +300,13 @@ ___
• `Optional` **ParentBackdropItemId**: ``null`` \| `string`
-If the item does not have any backdrops, this will hold the Id of the Parent that has one.
+Gets or sets the Id of the Parent that has a backdrop if the item does not have one.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L145)
+[generated-client/models/series-timer-info-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L145)
___
@@ -320,7 +320,7 @@ Gets or sets the parent primary image item identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L229)
+[generated-client/models/series-timer-info-dto.ts:229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L229)
___
@@ -334,7 +334,7 @@ Gets or sets the parent primary image tag.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L235)
+[generated-client/models/series-timer-info-dto.ts:235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L235)
___
@@ -348,7 +348,7 @@ Gets or sets the parent thumb image tag.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L223)
+[generated-client/models/series-timer-info-dto.ts:223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L223)
___
@@ -362,7 +362,7 @@ Gets or sets the parent thumb item id.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L217)
+[generated-client/models/series-timer-info-dto.ts:217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L217)
___
@@ -376,7 +376,7 @@ Gets or sets the post padding seconds.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L133)
+[generated-client/models/series-timer-info-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L133)
___
@@ -390,7 +390,7 @@ Gets or sets the pre padding seconds.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L127)
+[generated-client/models/series-timer-info-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L127)
___
@@ -404,7 +404,7 @@ Gets or sets the priority.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L121)
+[generated-client/models/series-timer-info-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L121)
___
@@ -418,7 +418,7 @@ Gets or sets the program identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L79)
+[generated-client/models/series-timer-info-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L79)
___
@@ -432,7 +432,7 @@ Gets or sets a value indicating whether [record any channel].
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L181)
+[generated-client/models/series-timer-info-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L181)
___
@@ -446,7 +446,7 @@ Gets or sets a value indicating whether [record any time].
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L169)
+[generated-client/models/series-timer-info-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L169)
___
@@ -460,7 +460,7 @@ Gets or sets a value indicating whether [record new only].
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L193)
+[generated-client/models/series-timer-info-dto.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L193)
___
@@ -474,7 +474,7 @@ Gets or sets the server identifier.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L43)
+[generated-client/models/series-timer-info-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L43)
___
@@ -488,7 +488,7 @@ Gets or sets the name of the service.
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L115)
+[generated-client/models/series-timer-info-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L115)
___
@@ -500,7 +500,7 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L175)
+[generated-client/models/series-timer-info-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L175)
___
@@ -508,13 +508,13 @@ ___
• `Optional` **StartDate**: `string`
-The start date of the recording, in UTC.
+Gets or sets the start date of the recording, in UTC.
**`memberof`** SeriesTimerInfoDto
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L103)
+[generated-client/models/series-timer-info-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L103)
___
@@ -526,4 +526,4 @@ ___
#### Defined in
-[generated-client/models/series-timer-info-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto.ts#L37)
+[generated-client/models/series-timer-info-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto.ts#L37)
diff --git a/docs/interfaces/generated_client.SeriesTimerInfoDtoQueryResult.md b/docs/interfaces/generated_client.SeriesTimerInfoDtoQueryResult.md
index 74fd2c270..3f48751e0 100644
--- a/docs/interfaces/generated_client.SeriesTimerInfoDtoQueryResult.md
+++ b/docs/interfaces/generated_client.SeriesTimerInfoDtoQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/series-timer-info-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto-query-result.ts#L29)
+[generated-client/models/series-timer-info-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** SeriesTimerInfoDtoQueryResult
#### Defined in
-[generated-client/models/series-timer-info-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto-query-result.ts#L41)
+[generated-client/models/series-timer-info-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** SeriesTimerInfoDtoQueryResult
#### Defined in
-[generated-client/models/series-timer-info-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/series-timer-info-dto-query-result.ts#L35)
+[generated-client/models/series-timer-info-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/series-timer-info-dto-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.ServerConfiguration.md b/docs/interfaces/generated_client.ServerConfiguration.md
index edd1653ca..ea0466272 100644
--- a/docs/interfaces/generated_client.ServerConfiguration.md
+++ b/docs/interfaces/generated_client.ServerConfiguration.md
@@ -15,49 +15,27 @@ Represents the server configuration.
### Properties
- [ActivityLogRetentionDays](generated_client.ServerConfiguration.md#activitylogretentiondays)
-- [AutoDiscovery](generated_client.ServerConfiguration.md#autodiscovery)
-- [AutoDiscoveryTracing](generated_client.ServerConfiguration.md#autodiscoverytracing)
-- [BaseUrl](generated_client.ServerConfiguration.md#baseurl)
+- [AllowClientLogUpload](generated_client.ServerConfiguration.md#allowclientlogupload)
- [CachePath](generated_client.ServerConfiguration.md#cachepath)
-- [CertificatePassword](generated_client.ServerConfiguration.md#certificatepassword)
-- [CertificatePath](generated_client.ServerConfiguration.md#certificatepath)
- [CodecsUsed](generated_client.ServerConfiguration.md#codecsused)
- [ContentTypes](generated_client.ServerConfiguration.md#contenttypes)
- [CorsHosts](generated_client.ServerConfiguration.md#corshosts)
- [DisableLiveTvChannelUserDataName](generated_client.ServerConfiguration.md#disablelivetvchanneluserdataname)
- [DisplaySpecialsWithinSeasons](generated_client.ServerConfiguration.md#displayspecialswithinseasons)
- [EnableCaseSensitiveItemIds](generated_client.ServerConfiguration.md#enablecasesensitiveitemids)
-- [EnableDashboardResponseCaching](generated_client.ServerConfiguration.md#enabledashboardresponsecaching)
- [EnableExternalContentInSuggestions](generated_client.ServerConfiguration.md#enableexternalcontentinsuggestions)
- [EnableFolderView](generated_client.ServerConfiguration.md#enablefolderview)
- [EnableGroupingIntoCollections](generated_client.ServerConfiguration.md#enablegroupingintocollections)
-- [EnableHttps](generated_client.ServerConfiguration.md#enablehttps)
-- [EnableIPV4](generated_client.ServerConfiguration.md#enableipv4)
-- [EnableIPV6](generated_client.ServerConfiguration.md#enableipv6)
- [EnableMetrics](generated_client.ServerConfiguration.md#enablemetrics)
-- [EnableMultiSocketBinding](generated_client.ServerConfiguration.md#enablemultisocketbinding)
-- [EnableNewOmdbSupport](generated_client.ServerConfiguration.md#enablenewomdbsupport)
- [EnableNormalizedItemByNameIds](generated_client.ServerConfiguration.md#enablenormalizeditembynameids)
-- [EnableRemoteAccess](generated_client.ServerConfiguration.md#enableremoteaccess)
-- [EnableSSDPTracing](generated_client.ServerConfiguration.md#enablessdptracing)
- [EnableSlowResponseWarning](generated_client.ServerConfiguration.md#enableslowresponsewarning)
-- [EnableUPnP](generated_client.ServerConfiguration.md#enableupnp)
-- [GatewayMonitorPeriod](generated_client.ServerConfiguration.md#gatewaymonitorperiod)
-- [HDHomerunPortRange](generated_client.ServerConfiguration.md#hdhomerunportrange)
-- [HttpServerPortNumber](generated_client.ServerConfiguration.md#httpserverportnumber)
-- [HttpsPortNumber](generated_client.ServerConfiguration.md#httpsportnumber)
-- [IgnoreVirtualInterfaces](generated_client.ServerConfiguration.md#ignorevirtualinterfaces)
- [ImageExtractionTimeoutMs](generated_client.ServerConfiguration.md#imageextractiontimeoutms)
- [ImageSavingConvention](generated_client.ServerConfiguration.md#imagesavingconvention)
- [IsPortAuthorized](generated_client.ServerConfiguration.md#isportauthorized)
-- [IsRemoteIPFilterBlacklist](generated_client.ServerConfiguration.md#isremoteipfilterblacklist)
- [IsStartupWizardCompleted](generated_client.ServerConfiguration.md#isstartupwizardcompleted)
-- [KnownProxies](generated_client.ServerConfiguration.md#knownproxies)
- [LibraryMetadataRefreshConcurrency](generated_client.ServerConfiguration.md#librarymetadatarefreshconcurrency)
- [LibraryMonitorDelay](generated_client.ServerConfiguration.md#librarymonitordelay)
- [LibraryScanFanoutConcurrency](generated_client.ServerConfiguration.md#libraryscanfanoutconcurrency)
-- [LocalNetworkAddresses](generated_client.ServerConfiguration.md#localnetworkaddresses)
-- [LocalNetworkSubnets](generated_client.ServerConfiguration.md#localnetworksubnets)
- [LogFileRetentionDays](generated_client.ServerConfiguration.md#logfileretentiondays)
- [MaxAudiobookResume](generated_client.ServerConfiguration.md#maxaudiobookresume)
- [MaxResumePct](generated_client.ServerConfiguration.md#maxresumepct)
@@ -73,15 +51,9 @@ Represents the server configuration.
- [PreferredMetadataLanguage](generated_client.ServerConfiguration.md#preferredmetadatalanguage)
- [PreviousVersion](generated_client.ServerConfiguration.md#previousversion)
- [PreviousVersionStr](generated_client.ServerConfiguration.md#previousversionstr)
-- [PublicHttpsPort](generated_client.ServerConfiguration.md#publichttpsport)
-- [PublicPort](generated_client.ServerConfiguration.md#publicport)
-- [PublishedServerUriBySubnet](generated_client.ServerConfiguration.md#publishedserveruribysubnet)
- [QuickConnectAvailable](generated_client.ServerConfiguration.md#quickconnectavailable)
- [RemoteClientBitrateLimit](generated_client.ServerConfiguration.md#remoteclientbitratelimit)
-- [RemoteIPFilter](generated_client.ServerConfiguration.md#remoteipfilter)
- [RemoveOldPlugins](generated_client.ServerConfiguration.md#removeoldplugins)
-- [RequireHttps](generated_client.ServerConfiguration.md#requirehttps)
-- [SSDPTracingFilter](generated_client.ServerConfiguration.md#ssdptracingfilter)
- [SaveMetadataHidden](generated_client.ServerConfiguration.md#savemetadatahidden)
- [ServerName](generated_client.ServerConfiguration.md#servername)
- [SkipDeserializationForBasicTypes](generated_client.ServerConfiguration.md#skipdeserializationforbasictypes)
@@ -89,14 +61,7 @@ Represents the server configuration.
- [SortRemoveCharacters](generated_client.ServerConfiguration.md#sortremovecharacters)
- [SortRemoveWords](generated_client.ServerConfiguration.md#sortremovewords)
- [SortReplaceCharacters](generated_client.ServerConfiguration.md#sortreplacecharacters)
-- [TrustAllIP6Interfaces](generated_client.ServerConfiguration.md#trustallip6interfaces)
-- [UDPPortRange](generated_client.ServerConfiguration.md#udpportrange)
-- [UDPSendCount](generated_client.ServerConfiguration.md#udpsendcount)
-- [UDPSendDelay](generated_client.ServerConfiguration.md#udpsenddelay)
- [UICulture](generated_client.ServerConfiguration.md#uiculture)
-- [UPnPCreateHttpPortMap](generated_client.ServerConfiguration.md#upnpcreatehttpportmap)
-- [UninstalledPlugins](generated_client.ServerConfiguration.md#uninstalledplugins)
-- [VirtualInterfaceNames](generated_client.ServerConfiguration.md#virtualinterfacenames)
## Properties
@@ -110,47 +75,21 @@ Gets or sets the number of days we should retain activity logs.
#### Defined in
-[generated-client/models/server-configuration.ts:508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L508)
+[generated-client/models/server-configuration.ts:291](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L291)
___
-### AutoDiscovery
+### AllowClientLogUpload
-• `Optional` **AutoDiscovery**: `boolean`
+• `Optional` **AllowClientLogUpload**: `boolean`
-Gets or sets a value indicating whether Autodiscovery is enabled.
+Gets or sets a value indicating whether clients should be allowed to upload logs.
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L178)
-
-___
-
-### AutoDiscoveryTracing
-
-• `Optional` **AutoDiscoveryTracing**: `boolean`
-
-Gets or sets a value indicating whether Autodiscovery tracing is enabled.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L172)
-
-___
-
-### BaseUrl
-
-• `Optional` **BaseUrl**: ``null`` \| `string`
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L364)
+[generated-client/models/server-configuration.ts:315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L315)
___
@@ -164,65 +103,37 @@ Gets or sets the cache path.
#### Defined in
-[generated-client/models/server-configuration.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L46)
-
-___
-
-### CertificatePassword
-
-• `Optional` **CertificatePassword**: ``null`` \| `string`
-
-Gets or sets the password required to access the X.509 certificate data in the file specified by MediaBrowser.Model.Configuration.ServerConfiguration.CertificatePath.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L220)
-
-___
-
-### CertificatePath
-
-• `Optional` **CertificatePath**: ``null`` \| `string`
-
-Gets or sets the filesystem path of an X.509 certificate to use for SSL.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L214)
+[generated-client/models/server-configuration.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L45)
___
### CodecsUsed
-• `Optional` **CodecsUsed**: ``null`` \| `string`[]
+• `Optional` **CodecsUsed**: `string`[]
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L424)
+[generated-client/models/server-configuration.ts:243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L243)
___
### ContentTypes
-• `Optional` **ContentTypes**: ``null`` \| [`NameValuePair`](generated_client.NameValuePair.md)[]
+• `Optional` **ContentTypes**: [`NameValuePair`](generated_client.NameValuePair.md)[]
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:382](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L382)
+[generated-client/models/server-configuration.ts:213](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L213)
___
### CorsHosts
-• `Optional` **CorsHosts**: ``null`` \| `string`[]
+• `Optional` **CorsHosts**: `string`[]
Gets or sets the cors hosts.
@@ -230,7 +141,7 @@ Gets or sets the cors hosts.
#### Defined in
-[generated-client/models/server-configuration.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L496)
+[generated-client/models/server-configuration.ts:285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L285)
___
@@ -242,7 +153,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:250](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L250)
+[generated-client/models/server-configuration.ts:93](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L93)
___
@@ -254,7 +165,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:406](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L406)
+[generated-client/models/server-configuration.ts:237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L237)
___
@@ -268,21 +179,7 @@ Gets or sets a value indicating whether [enable case sensitive item ids].
#### Defined in
-[generated-client/models/server-configuration.ts:244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L244)
-
-___
-
-### EnableDashboardResponseCaching
-
-• `Optional` **EnableDashboardResponseCaching**: `boolean`
-
-Gets or sets a value indicating whether [enable dashboard response caching]. Allows potential contributors without visual studio to modify production dashboard code and test changes.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L334)
+[generated-client/models/server-configuration.ts:87](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L87)
___
@@ -294,7 +191,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:436](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L436)
+[generated-client/models/server-configuration.ts:255](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L255)
___
@@ -306,7 +203,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:394](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L394)
+[generated-client/models/server-configuration.ts:225](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L225)
___
@@ -318,49 +215,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:400](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L400)
-
-___
-
-### EnableHttps
-
-• `Optional` **EnableHttps**: `boolean`
-
-Gets or sets a value indicating whether to use HTTPS.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L202)
-
-___
-
-### EnableIPV4
-
-• `Optional` **EnableIPV4**: `boolean`
-
-Gets or sets a value indicating whether IPV4 capability is enabled.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L100)
-
-___
-
-### EnableIPV6
-
-• `Optional` **EnableIPV6**: `boolean`
-
-Gets or sets a value indicating whether IPV6 capability is enabled.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L94)
+[generated-client/models/server-configuration.ts:231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L231)
___
@@ -374,33 +229,7 @@ Gets or sets a value indicating whether to enable prometheus metrics exporting.
#### Defined in
-[generated-client/models/server-configuration.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L70)
-
-___
-
-### EnableMultiSocketBinding
-
-• `Optional` **EnableMultiSocketBinding**: `boolean`
-
-Gets a value indicating whether multi-socket binding is available.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L148)
-
-___
-
-### EnableNewOmdbSupport
-
-• `Optional` **EnableNewOmdbSupport**: `boolean`
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:448](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L448)
+[generated-client/models/server-configuration.ts:63](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L63)
___
@@ -412,35 +241,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L208)
-
-___
-
-### EnableRemoteAccess
-
-• `Optional` **EnableRemoteAccess**: `boolean`
-
-Gets or sets a value indicating whether access outside of the LAN is permitted.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L238)
-
-___
-
-### EnableSSDPTracing
-
-• `Optional` **EnableSSDPTracing**: `boolean`
-
-Gets or sets a value indicating whether detailed ssdp logs are sent to the console/log. \"Emby.Dlna\": \"Debug\" must be set in logging.default.json for this property to work.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L106)
+[generated-client/models/server-configuration.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L69)
___
@@ -454,91 +255,7 @@ Gets or sets a value indicating whether slow server responses should be logged a
#### Defined in
-[generated-client/models/server-configuration.ts:484](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L484)
-
-___
-
-### EnableUPnP
-
-• `Optional` **EnableUPnP**: `boolean`
-
-Gets or sets a value indicating whether to enable automatic port forwarding.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L64)
-
-___
-
-### GatewayMonitorPeriod
-
-• `Optional` **GatewayMonitorPeriod**: `number`
-
-Gets or sets the time (in seconds) between the pings of SSDP gateway monitor.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L142)
-
-___
-
-### HDHomerunPortRange
-
-• `Optional` **HDHomerunPortRange**: ``null`` \| `string`
-
-Gets or sets the ports that HDHomerun uses.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L160)
-
-___
-
-### HttpServerPortNumber
-
-• `Optional` **HttpServerPortNumber**: `number`
-
-Gets or sets the HTTP server port number.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L190)
-
-___
-
-### HttpsPortNumber
-
-• `Optional` **HttpsPortNumber**: `number`
-
-Gets or sets the HTTPS server port number.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L196)
-
-___
-
-### IgnoreVirtualInterfaces
-
-• `Optional` **IgnoreVirtualInterfaces**: `boolean`
-
-Gets or sets a value indicating whether address names that match MediaBrowser.Model.Configuration.ServerConfiguration.VirtualInterfaceNames should be Ignore for the purposes of binding.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:130](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L130)
+[generated-client/models/server-configuration.ts:273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L273)
___
@@ -550,7 +267,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L466)
+[generated-client/models/server-configuration.ts:261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L261)
___
@@ -562,7 +279,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:340](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L340)
+[generated-client/models/server-configuration.ts:177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L177)
___
@@ -576,21 +293,7 @@ Gets or sets a value indicating whether this instance is port authorized.
#### Defined in
-[generated-client/models/server-configuration.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L226)
-
-___
-
-### IsRemoteIPFilterBlacklist
-
-• `Optional` **IsRemoteIPFilterBlacklist**: `boolean`
-
-Gets or sets a value indicating whether contains a blacklist or a whitelist. Default is a whitelist.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L460)
+[generated-client/models/server-configuration.ts:75](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L75)
___
@@ -604,21 +307,7 @@ Gets or sets a value indicating whether this instance is first run.
#### Defined in
-[generated-client/models/server-configuration.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L40)
-
-___
-
-### KnownProxies
-
-• `Optional` **KnownProxies**: ``null`` \| `string`[]
-
-Gets or sets the known proxies.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:502](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L502)
+[generated-client/models/server-configuration.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L39)
___
@@ -632,7 +321,7 @@ Gets or sets the how many metadata refreshes can run concurrently.
#### Defined in
-[generated-client/models/server-configuration.ts:520](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L520)
+[generated-client/models/server-configuration.ts:303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L303)
___
@@ -646,7 +335,7 @@ Gets or sets the delay in seconds that we will wait after a file system change t
#### Defined in
-[generated-client/models/server-configuration.ts:328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L328)
+[generated-client/models/server-configuration.ts:171](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L171)
___
@@ -660,35 +349,7 @@ Gets or sets the how the library scan fans out.
#### Defined in
-[generated-client/models/server-configuration.ts:514](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L514)
-
-___
-
-### LocalNetworkAddresses
-
-• `Optional` **LocalNetworkAddresses**: ``null`` \| `string`[]
-
-Gets or sets the interface addresses which Jellyfin will bind to. If empty, all interfaces will be used.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L418)
-
-___
-
-### LocalNetworkSubnets
-
-• `Optional` **LocalNetworkSubnets**: ``null`` \| `string`[]
-
-Gets or sets the subnets that are deemed to make up the LAN.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L412)
+[generated-client/models/server-configuration.ts:297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L297)
___
@@ -702,7 +363,7 @@ Gets or sets the number of days we should retain log files.
#### Defined in
-[generated-client/models/server-configuration.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L34)
+[generated-client/models/server-configuration.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L33)
___
@@ -716,7 +377,7 @@ Gets or sets the remaining minutes of a book that can be played while still savi
#### Defined in
-[generated-client/models/server-configuration.ts:322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L322)
+[generated-client/models/server-configuration.ts:165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L165)
___
@@ -730,13 +391,13 @@ Gets or sets the maximum percentage of an item that can be played while still sa
#### Defined in
-[generated-client/models/server-configuration.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L304)
+[generated-client/models/server-configuration.ts:147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L147)
___
### MetadataCountryCode
-• `Optional` **MetadataCountryCode**: ``null`` \| `string`
+• `Optional` **MetadataCountryCode**: `string`
Gets or sets the metadata country code.
@@ -744,37 +405,37 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/server-configuration.ts:274](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L274)
+[generated-client/models/server-configuration.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L117)
___
### MetadataNetworkPath
-• `Optional` **MetadataNetworkPath**: ``null`` \| `string`
+• `Optional` **MetadataNetworkPath**: `string`
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:262](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L262)
+[generated-client/models/server-configuration.ts:105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L105)
___
### MetadataOptions
-• `Optional` **MetadataOptions**: ``null`` \| [`MetadataOptions`](generated_client.MetadataOptions.md)[]
+• `Optional` **MetadataOptions**: [`MetadataOptions`](generated_client.MetadataOptions.md)[]
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L346)
+[generated-client/models/server-configuration.ts:183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L183)
___
### MetadataPath
-• `Optional` **MetadataPath**: ``null`` \| `string`
+• `Optional` **MetadataPath**: `string`
Gets or sets the metadata path.
@@ -782,7 +443,7 @@ Gets or sets the metadata path.
#### Defined in
-[generated-client/models/server-configuration.ts:256](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L256)
+[generated-client/models/server-configuration.ts:99](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L99)
___
@@ -796,7 +457,7 @@ Gets or sets the minimum minutes of a book that must be played in order for play
#### Defined in
-[generated-client/models/server-configuration.ts:316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L316)
+[generated-client/models/server-configuration.ts:159](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L159)
___
@@ -810,7 +471,7 @@ Gets or sets the minimum duration that an item must have in order to be eligible
#### Defined in
-[generated-client/models/server-configuration.ts:310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L310)
+[generated-client/models/server-configuration.ts:153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L153)
___
@@ -824,37 +485,37 @@ Gets or sets the minimum percentage of an item that must be played in order for
#### Defined in
-[generated-client/models/server-configuration.ts:298](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L298)
+[generated-client/models/server-configuration.ts:141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L141)
___
### PathSubstitutions
-• `Optional` **PathSubstitutions**: ``null`` \| [`PathSubstitution`](generated_client.PathSubstitution.md)[]
+• `Optional` **PathSubstitutions**: [`PathSubstitution`](generated_client.PathSubstitution.md)[]
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:472](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L472)
+[generated-client/models/server-configuration.ts:267](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L267)
___
### PluginRepositories
-• `Optional` **PluginRepositories**: ``null`` \| [`RepositoryInfo`](generated_client.RepositoryInfo.md)[]
+• `Optional` **PluginRepositories**: [`RepositoryInfo`](generated_client.RepositoryInfo.md)[]
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L430)
+[generated-client/models/server-configuration.ts:249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L249)
___
### PreferredMetadataLanguage
-• `Optional` **PreferredMetadataLanguage**: ``null`` \| `string`
+• `Optional` **PreferredMetadataLanguage**: `string`
Gets or sets the preferred metadata language.
@@ -862,19 +523,21 @@ Gets or sets the preferred metadata language.
#### Defined in
-[generated-client/models/server-configuration.ts:268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L268)
+[generated-client/models/server-configuration.ts:111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L111)
___
### PreviousVersion
-• `Optional` **PreviousVersion**: [`Version`](generated_client.Version.md)
+• `Optional` **PreviousVersion**: ``null`` \| `string`
+
+Gets or sets the last known version that was ran using the configuration.
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L52)
+[generated-client/models/server-configuration.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L51)
___
@@ -888,49 +551,7 @@ Gets or sets the stringified PreviousVersion to be stored/loaded, because Syste
#### Defined in
-[generated-client/models/server-configuration.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L58)
-
-___
-
-### PublicHttpsPort
-
-• `Optional` **PublicHttpsPort**: `number`
-
-Gets or sets the public HTTPS port.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L184)
-
-___
-
-### PublicPort
-
-• `Optional` **PublicPort**: `number`
-
-Gets or sets the public mapped port.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L76)
-
-___
-
-### PublishedServerUriBySubnet
-
-• `Optional` **PublishedServerUriBySubnet**: ``null`` \| `string`[]
-
-Gets or sets PublishedServerUri to advertise for specific subnets.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L166)
+[generated-client/models/server-configuration.ts:57](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L57)
___
@@ -944,7 +565,7 @@ Gets or sets a value indicating whether quick connect is available for use on th
#### Defined in
-[generated-client/models/server-configuration.ts:232](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L232)
+[generated-client/models/server-configuration.ts:81](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L81)
___
@@ -956,21 +577,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L388)
-
-___
-
-### RemoteIPFilter
-
-• `Optional` **RemoteIPFilter**: ``null`` \| `string`[]
-
-Gets or sets the filter for remote IP connectivity. Used in conjuntion with .
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L454)
+[generated-client/models/server-configuration.ts:219](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L219)
___
@@ -984,35 +591,7 @@ Gets or sets a value indicating whether older plugins should automatically be de
#### Defined in
-[generated-client/models/server-configuration.ts:526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L526)
-
-___
-
-### RequireHttps
-
-• `Optional` **RequireHttps**: `boolean`
-
-Gets or sets a value indicating whether the server should force connections over HTTPS.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L442)
-
-___
-
-### SSDPTracingFilter
-
-• `Optional` **SSDPTracingFilter**: ``null`` \| `string`
-
-Gets or sets a value indicating whether an IP address is to be used to filter the detailed ssdp logs that are being sent to the console/log. If the setting \"Emby.Dlna\": \"Debug\" msut be set in logging.default.json for this property to work.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L112)
+[generated-client/models/server-configuration.ts:309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L309)
___
@@ -1024,19 +603,19 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L376)
+[generated-client/models/server-configuration.ts:207](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L207)
___
### ServerName
-• `Optional` **ServerName**: ``null`` \| `string`
+• `Optional` **ServerName**: `string`
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:358](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L358)
+[generated-client/models/server-configuration.ts:195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L195)
___
@@ -1048,7 +627,7 @@ ___
#### Defined in
-[generated-client/models/server-configuration.ts:352](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L352)
+[generated-client/models/server-configuration.ts:189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L189)
___
@@ -1062,13 +641,13 @@ Gets or sets the threshold for the slow response time warning in ms.
#### Defined in
-[generated-client/models/server-configuration.ts:490](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L490)
+[generated-client/models/server-configuration.ts:279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L279)
___
### SortRemoveCharacters
-• `Optional` **SortRemoveCharacters**: ``null`` \| `string`[]
+• `Optional` **SortRemoveCharacters**: `string`[]
Gets or sets characters to be removed from strings to create a sort name.
@@ -1076,13 +655,13 @@ Gets or sets characters to be removed from strings to create a sort name.
#### Defined in
-[generated-client/models/server-configuration.ts:286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L286)
+[generated-client/models/server-configuration.ts:129](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L129)
___
### SortRemoveWords
-• `Optional` **SortRemoveWords**: ``null`` \| `string`[]
+• `Optional` **SortRemoveWords**: `string`[]
Gets or sets words to be removed from strings to create a sort name.
@@ -1090,13 +669,13 @@ Gets or sets words to be removed from strings to create a sort name.
#### Defined in
-[generated-client/models/server-configuration.ts:292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L292)
+[generated-client/models/server-configuration.ts:135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L135)
___
### SortReplaceCharacters
-• `Optional` **SortReplaceCharacters**: ``null`` \| `string`[]
+• `Optional` **SortReplaceCharacters**: `string`[]
Gets or sets characters to be replaced with a \' \' in strings to create a sort name.
@@ -1104,112 +683,16 @@ Gets or sets characters to be replaced with a \' \' in strings to create a sort
#### Defined in
-[generated-client/models/server-configuration.ts:280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L280)
-
-___
-
-### TrustAllIP6Interfaces
-
-• `Optional` **TrustAllIP6Interfaces**: `boolean`
-
-Gets or sets a value indicating whether all IPv6 interfaces should be treated as on the internal network. Depending on the address range implemented ULA ranges might not be used.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L154)
-
-___
-
-### UDPPortRange
-
-• `Optional` **UDPPortRange**: ``null`` \| `string`
-
-Gets or sets client udp port range.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L88)
-
-___
-
-### UDPSendCount
-
-• `Optional` **UDPSendCount**: `number`
-
-Gets or sets the number of times SSDP UDP messages are sent.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L118)
-
-___
-
-### UDPSendDelay
-
-• `Optional` **UDPSendDelay**: `number`
-
-Gets or sets the delay between each groups of SSDP messages (in ms).
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:124](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L124)
+[generated-client/models/server-configuration.ts:123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L123)
___
### UICulture
-• `Optional` **UICulture**: ``null`` \| `string`
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L370)
-
-___
-
-### UPnPCreateHttpPortMap
-
-• `Optional` **UPnPCreateHttpPortMap**: `boolean`
-
-Gets or sets a value indicating whether the http port should be mapped as part of UPnP automatic port forwarding.
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L82)
-
-___
-
-### UninstalledPlugins
-
-• `Optional` **UninstalledPlugins**: ``null`` \| `string`[]
-
-**`memberof`** ServerConfiguration
-
-#### Defined in
-
-[generated-client/models/server-configuration.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L478)
-
-___
-
-### VirtualInterfaceNames
-
-• `Optional` **VirtualInterfaceNames**: ``null`` \| `string`
-
-Gets or sets a value indicating the interfaces that should be ignored. The list can be comma separated. .
+• `Optional` **UICulture**: `string`
**`memberof`** ServerConfiguration
#### Defined in
-[generated-client/models/server-configuration.ts:136](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-configuration.ts#L136)
+[generated-client/models/server-configuration.ts:201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-configuration.ts#L201)
diff --git a/docs/interfaces/generated_client.ServerDiscoveryInfo.md b/docs/interfaces/generated_client.ServerDiscoveryInfo.md
index 679db87ec..984fc3bbf 100644
--- a/docs/interfaces/generated_client.ServerDiscoveryInfo.md
+++ b/docs/interfaces/generated_client.ServerDiscoveryInfo.md
@@ -4,6 +4,8 @@
[generated-client](../modules/generated_client.md).ServerDiscoveryInfo
+The server discovery info model.
+
**`export`**
**`interface`** ServerDiscoveryInfo
@@ -21,15 +23,15 @@
### Address
-• `Optional` **Address**: ``null`` \| `string`
+• `Optional` **Address**: `string`
-Gets or sets the address.
+Gets the address.
**`memberof`** ServerDiscoveryInfo
#### Defined in
-[generated-client/models/server-discovery-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-discovery-info.ts#L28)
+[generated-client/models/server-discovery-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-discovery-info.ts#L28)
___
@@ -37,38 +39,38 @@ ___
• `Optional` **EndpointAddress**: ``null`` \| `string`
-Gets or sets the endpoint address.
+Gets the endpoint address.
**`memberof`** ServerDiscoveryInfo
#### Defined in
-[generated-client/models/server-discovery-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-discovery-info.ts#L46)
+[generated-client/models/server-discovery-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-discovery-info.ts#L46)
___
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
-Gets or sets the server identifier.
+Gets the server identifier.
**`memberof`** ServerDiscoveryInfo
#### Defined in
-[generated-client/models/server-discovery-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-discovery-info.ts#L34)
+[generated-client/models/server-discovery-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-discovery-info.ts#L34)
___
### Name
-• `Optional` **Name**: ``null`` \| `string`
+• `Optional` **Name**: `string`
-Gets or sets the name.
+Gets the name.
**`memberof`** ServerDiscoveryInfo
#### Defined in
-[generated-client/models/server-discovery-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/server-discovery-info.ts#L40)
+[generated-client/models/server-discovery-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/server-discovery-info.ts#L40)
diff --git a/docs/interfaces/generated_client.SessionApiAddUserToSessionRequest.md b/docs/interfaces/generated_client.SessionApiAddUserToSessionRequest.md
index c8fde776a..8dc561c39 100644
--- a/docs/interfaces/generated_client.SessionApiAddUserToSessionRequest.md
+++ b/docs/interfaces/generated_client.SessionApiAddUserToSessionRequest.md
@@ -29,7 +29,7 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1199)
+[generated-client/api/session-api.ts:1201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1201)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/session-api.ts:1206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1206)
+[generated-client/api/session-api.ts:1208](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1208)
diff --git a/docs/interfaces/generated_client.SessionApiDisplayContentRequest.md b/docs/interfaces/generated_client.SessionApiDisplayContentRequest.md
index 5a2f578c8..367a6499b 100644
--- a/docs/interfaces/generated_client.SessionApiDisplayContentRequest.md
+++ b/docs/interfaces/generated_client.SessionApiDisplayContentRequest.md
@@ -31,7 +31,7 @@ The Id of the item.
#### Defined in
-[generated-client/api/session-api.ts:1234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1234)
+[generated-client/api/session-api.ts:1236](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1236)
___
@@ -45,13 +45,13 @@ The name of the item.
#### Defined in
-[generated-client/api/session-api.ts:1241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1241)
+[generated-client/api/session-api.ts:1243](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1243)
___
### itemType
-• `Readonly` **itemType**: `string`
+• `Readonly` **itemType**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)
The type of item to browse to.
@@ -59,7 +59,7 @@ The type of item to browse to.
#### Defined in
-[generated-client/api/session-api.ts:1227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1227)
+[generated-client/api/session-api.ts:1229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1229)
___
@@ -73,4 +73,4 @@ The session Id.
#### Defined in
-[generated-client/api/session-api.ts:1220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1220)
+[generated-client/api/session-api.ts:1222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1222)
diff --git a/docs/interfaces/generated_client.SessionApiGetSessionsRequest.md b/docs/interfaces/generated_client.SessionApiGetSessionsRequest.md
index bcb66863a..1a838fb80 100644
--- a/docs/interfaces/generated_client.SessionApiGetSessionsRequest.md
+++ b/docs/interfaces/generated_client.SessionApiGetSessionsRequest.md
@@ -30,7 +30,7 @@ Optional. Filter by sessions that were active in the last n seconds.
#### Defined in
-[generated-client/api/session-api.ts:1269](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1269)
+[generated-client/api/session-api.ts:1271](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1271)
___
@@ -44,7 +44,7 @@ Filter by sessions that a given user is allowed to remote control.
#### Defined in
-[generated-client/api/session-api.ts:1255](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1255)
+[generated-client/api/session-api.ts:1257](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1257)
___
@@ -58,4 +58,4 @@ Filter by device Id.
#### Defined in
-[generated-client/api/session-api.ts:1262](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1262)
+[generated-client/api/session-api.ts:1264](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1264)
diff --git a/docs/interfaces/generated_client.SessionApiPlayRequest.md b/docs/interfaces/generated_client.SessionApiPlayRequest.md
index 1a5b59b4b..20fb0a8d0 100644
--- a/docs/interfaces/generated_client.SessionApiPlayRequest.md
+++ b/docs/interfaces/generated_client.SessionApiPlayRequest.md
@@ -35,7 +35,7 @@ Optional. The index of the audio stream to play.
#### Defined in
-[generated-client/api/session-api.ts:1318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1318)
+[generated-client/api/session-api.ts:1320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1320)
___
@@ -49,7 +49,7 @@ The ids of the items to play, comma delimited.
#### Defined in
-[generated-client/api/session-api.ts:1297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1297)
+[generated-client/api/session-api.ts:1299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1299)
___
@@ -63,7 +63,7 @@ Optional. The media source id.
#### Defined in
-[generated-client/api/session-api.ts:1311](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1311)
+[generated-client/api/session-api.ts:1313](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1313)
___
@@ -77,7 +77,7 @@ The type of play command to issue (PlayNow, PlayNext, PlayLast). Clients who hav
#### Defined in
-[generated-client/api/session-api.ts:1290](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1290)
+[generated-client/api/session-api.ts:1292](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1292)
___
@@ -91,7 +91,7 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1283)
+[generated-client/api/session-api.ts:1285](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1285)
___
@@ -105,7 +105,7 @@ Optional. The start index.
#### Defined in
-[generated-client/api/session-api.ts:1332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1332)
+[generated-client/api/session-api.ts:1334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1334)
___
@@ -119,7 +119,7 @@ The starting position of the first item.
#### Defined in
-[generated-client/api/session-api.ts:1304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1304)
+[generated-client/api/session-api.ts:1306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1306)
___
@@ -133,4 +133,4 @@ Optional. The index of the subtitle stream to play.
#### Defined in
-[generated-client/api/session-api.ts:1325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1325)
+[generated-client/api/session-api.ts:1327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1327)
diff --git a/docs/interfaces/generated_client.SessionApiPostCapabilitiesRequest.md b/docs/interfaces/generated_client.SessionApiPostCapabilitiesRequest.md
index 63587e42b..1ba224294 100644
--- a/docs/interfaces/generated_client.SessionApiPostCapabilitiesRequest.md
+++ b/docs/interfaces/generated_client.SessionApiPostCapabilitiesRequest.md
@@ -33,7 +33,7 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1346)
+[generated-client/api/session-api.ts:1348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1348)
___
@@ -47,7 +47,7 @@ A list of playable media types, comma delimited. Audio, Video, Book, Photo.
#### Defined in
-[generated-client/api/session-api.ts:1353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1353)
+[generated-client/api/session-api.ts:1355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1355)
___
@@ -61,7 +61,7 @@ A list of supported remote control commands, comma delimited.
#### Defined in
-[generated-client/api/session-api.ts:1360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1360)
+[generated-client/api/session-api.ts:1362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1362)
___
@@ -75,7 +75,7 @@ Determines whether media can be played remotely..
#### Defined in
-[generated-client/api/session-api.ts:1367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1367)
+[generated-client/api/session-api.ts:1369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1369)
___
@@ -89,7 +89,7 @@ Determines whether the device supports a unique identifier.
#### Defined in
-[generated-client/api/session-api.ts:1381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1381)
+[generated-client/api/session-api.ts:1383](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1383)
___
@@ -103,4 +103,4 @@ Determines whether sync is supported.
#### Defined in
-[generated-client/api/session-api.ts:1374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1374)
+[generated-client/api/session-api.ts:1376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1376)
diff --git a/docs/interfaces/generated_client.SessionApiPostFullCapabilitiesRequest.md b/docs/interfaces/generated_client.SessionApiPostFullCapabilitiesRequest.md
index 392e06fba..548c1f11a 100644
--- a/docs/interfaces/generated_client.SessionApiPostFullCapabilitiesRequest.md
+++ b/docs/interfaces/generated_client.SessionApiPostFullCapabilitiesRequest.md
@@ -29,7 +29,7 @@ The MediaBrowser.Model.Session.ClientCapabilities.
#### Defined in
-[generated-client/api/session-api.ts:1395](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1395)
+[generated-client/api/session-api.ts:1397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1397)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1402)
+[generated-client/api/session-api.ts:1404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1404)
diff --git a/docs/interfaces/generated_client.SessionApiRemoveUserFromSessionRequest.md b/docs/interfaces/generated_client.SessionApiRemoveUserFromSessionRequest.md
index 9ceee345a..af65e30fd 100644
--- a/docs/interfaces/generated_client.SessionApiRemoveUserFromSessionRequest.md
+++ b/docs/interfaces/generated_client.SessionApiRemoveUserFromSessionRequest.md
@@ -29,7 +29,7 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1416](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1416)
+[generated-client/api/session-api.ts:1418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1418)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/session-api.ts:1423](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1423)
+[generated-client/api/session-api.ts:1425](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1425)
diff --git a/docs/interfaces/generated_client.SessionApiReportViewingRequest.md b/docs/interfaces/generated_client.SessionApiReportViewingRequest.md
index ddfb2e5fa..8adfb3ee8 100644
--- a/docs/interfaces/generated_client.SessionApiReportViewingRequest.md
+++ b/docs/interfaces/generated_client.SessionApiReportViewingRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/session-api.ts:1437](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1437)
+[generated-client/api/session-api.ts:1439](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1439)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1444](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1444)
+[generated-client/api/session-api.ts:1446](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1446)
diff --git a/docs/interfaces/generated_client.SessionApiSendFullGeneralCommandRequest.md b/docs/interfaces/generated_client.SessionApiSendFullGeneralCommandRequest.md
index 379ba3c77..5bc2d0e67 100644
--- a/docs/interfaces/generated_client.SessionApiSendFullGeneralCommandRequest.md
+++ b/docs/interfaces/generated_client.SessionApiSendFullGeneralCommandRequest.md
@@ -29,7 +29,7 @@ The MediaBrowser.Model.Session.GeneralCommand.
#### Defined in
-[generated-client/api/session-api.ts:1465](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1465)
+[generated-client/api/session-api.ts:1467](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1467)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1458](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1458)
+[generated-client/api/session-api.ts:1460](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1460)
diff --git a/docs/interfaces/generated_client.SessionApiSendGeneralCommandRequest.md b/docs/interfaces/generated_client.SessionApiSendGeneralCommandRequest.md
index 585e519a8..2cbdc2d0a 100644
--- a/docs/interfaces/generated_client.SessionApiSendGeneralCommandRequest.md
+++ b/docs/interfaces/generated_client.SessionApiSendGeneralCommandRequest.md
@@ -29,7 +29,7 @@ The command to send.
#### Defined in
-[generated-client/api/session-api.ts:1486](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1486)
+[generated-client/api/session-api.ts:1488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1488)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1479](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1479)
+[generated-client/api/session-api.ts:1481](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1481)
diff --git a/docs/interfaces/generated_client.SessionApiSendMessageCommandRequest.md b/docs/interfaces/generated_client.SessionApiSendMessageCommandRequest.md
index 0532d1676..9ed860024 100644
--- a/docs/interfaces/generated_client.SessionApiSendMessageCommandRequest.md
+++ b/docs/interfaces/generated_client.SessionApiSendMessageCommandRequest.md
@@ -29,7 +29,7 @@ The MediaBrowser.Model.Session.MessageCommand object containing Header, Message
#### Defined in
-[generated-client/api/session-api.ts:1507](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1507)
+[generated-client/api/session-api.ts:1509](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1509)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1500](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1500)
+[generated-client/api/session-api.ts:1502](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1502)
diff --git a/docs/interfaces/generated_client.SessionApiSendPlaystateCommandRequest.md b/docs/interfaces/generated_client.SessionApiSendPlaystateCommandRequest.md
index 8a1662b70..69dc185d9 100644
--- a/docs/interfaces/generated_client.SessionApiSendPlaystateCommandRequest.md
+++ b/docs/interfaces/generated_client.SessionApiSendPlaystateCommandRequest.md
@@ -31,7 +31,7 @@ The MediaBrowser.Model.Session.PlaystateCommand.
#### Defined in
-[generated-client/api/session-api.ts:1528](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1528)
+[generated-client/api/session-api.ts:1530](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1530)
___
@@ -45,7 +45,7 @@ The optional controlling user id.
#### Defined in
-[generated-client/api/session-api.ts:1542](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1542)
+[generated-client/api/session-api.ts:1544](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1544)
___
@@ -59,7 +59,7 @@ The optional position ticks.
#### Defined in
-[generated-client/api/session-api.ts:1535](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1535)
+[generated-client/api/session-api.ts:1537](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1537)
___
@@ -73,4 +73,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1521](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1521)
+[generated-client/api/session-api.ts:1523](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1523)
diff --git a/docs/interfaces/generated_client.SessionApiSendSystemCommandRequest.md b/docs/interfaces/generated_client.SessionApiSendSystemCommandRequest.md
index 140ad15be..044c78a1f 100644
--- a/docs/interfaces/generated_client.SessionApiSendSystemCommandRequest.md
+++ b/docs/interfaces/generated_client.SessionApiSendSystemCommandRequest.md
@@ -29,7 +29,7 @@ The command to send.
#### Defined in
-[generated-client/api/session-api.ts:1563](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1563)
+[generated-client/api/session-api.ts:1565](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1565)
___
@@ -43,4 +43,4 @@ The session id.
#### Defined in
-[generated-client/api/session-api.ts:1556](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L1556)
+[generated-client/api/session-api.ts:1558](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L1558)
diff --git a/docs/interfaces/generated_client.SessionInfo.md b/docs/interfaces/generated_client.SessionInfo.md
index 924a1c6fe..228fd03b2 100644
--- a/docs/interfaces/generated_client.SessionInfo.md
+++ b/docs/interfaces/generated_client.SessionInfo.md
@@ -29,6 +29,7 @@ Class SessionInfo.
- [LastPlaybackCheckIn](generated_client.SessionInfo.md#lastplaybackcheckin)
- [NowPlayingItem](generated_client.SessionInfo.md#nowplayingitem)
- [NowPlayingQueue](generated_client.SessionInfo.md#nowplayingqueue)
+- [NowPlayingQueueFullItems](generated_client.SessionInfo.md#nowplayingqueuefullitems)
- [NowViewingItem](generated_client.SessionInfo.md#nowviewingitem)
- [PlayState](generated_client.SessionInfo.md#playstate)
- [PlayableMediaTypes](generated_client.SessionInfo.md#playablemediatypes)
@@ -53,7 +54,7 @@ Class SessionInfo.
#### Defined in
-[generated-client/models/session-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L42)
+[generated-client/models/session-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L42)
___
@@ -67,7 +68,7 @@ Gets or sets the application version.
#### Defined in
-[generated-client/models/session-info.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L138)
+[generated-client/models/session-info.ts:138](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L138)
___
@@ -79,7 +80,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L48)
+[generated-client/models/session-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L48)
___
@@ -93,7 +94,7 @@ Gets or sets the type of the client.
#### Defined in
-[generated-client/models/session-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L84)
+[generated-client/models/session-info.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L84)
___
@@ -107,7 +108,7 @@ Gets or sets the device id.
#### Defined in
-[generated-client/models/session-info.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L132)
+[generated-client/models/session-info.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L132)
___
@@ -121,7 +122,7 @@ Gets or sets the name of the device.
#### Defined in
-[generated-client/models/session-info.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L102)
+[generated-client/models/session-info.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L102)
___
@@ -135,7 +136,7 @@ Gets or sets the type of the device.
#### Defined in
-[generated-client/models/session-info.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L108)
+[generated-client/models/session-info.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L108)
___
@@ -147,7 +148,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L120)
+[generated-client/models/session-info.ts:120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L120)
___
@@ -159,7 +160,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L174)
+[generated-client/models/session-info.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L180)
___
@@ -173,7 +174,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/session-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L66)
+[generated-client/models/session-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L66)
___
@@ -187,7 +188,7 @@ Gets a value indicating whether this instance is active.
#### Defined in
-[generated-client/models/session-info.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L150)
+[generated-client/models/session-info.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L150)
___
@@ -201,7 +202,7 @@ Gets or sets the last activity date.
#### Defined in
-[generated-client/models/session-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L90)
+[generated-client/models/session-info.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L90)
___
@@ -215,7 +216,7 @@ Gets or sets the last playback check in.
#### Defined in
-[generated-client/models/session-info.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L96)
+[generated-client/models/session-info.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L96)
___
@@ -227,7 +228,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L114)
+[generated-client/models/session-info.ts:114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L114)
___
@@ -239,7 +240,19 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L168)
+[generated-client/models/session-info.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L168)
+
+___
+
+### NowPlayingQueueFullItems
+
+• `Optional` **NowPlayingQueueFullItems**: ``null`` \| [`BaseItemDto`](generated_client.BaseItemDto.md)[]
+
+**`memberof`** SessionInfo
+
+#### Defined in
+
+[generated-client/models/session-info.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L174)
___
@@ -251,7 +264,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L126)
+[generated-client/models/session-info.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L126)
___
@@ -263,7 +276,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L36)
+[generated-client/models/session-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L36)
___
@@ -271,13 +284,13 @@ ___
• `Optional` **PlayableMediaTypes**: ``null`` \| `string`[]
-Gets or sets the playable media types.
+Gets the playable media types.
**`memberof`** SessionInfo
#### Defined in
-[generated-client/models/session-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L60)
+[generated-client/models/session-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L60)
___
@@ -289,7 +302,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:180](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L180)
+[generated-client/models/session-info.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L186)
___
@@ -303,7 +316,7 @@ Gets or sets the remote end point.
#### Defined in
-[generated-client/models/session-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L54)
+[generated-client/models/session-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L54)
___
@@ -315,7 +328,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L186)
+[generated-client/models/session-info.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L192)
___
@@ -323,13 +336,13 @@ ___
• `Optional` **SupportedCommands**: ``null`` \| [`GeneralCommandType`](../enums/generated_client.GeneralCommandType.md)[]
-Gets or sets the supported commands.
+Gets the supported commands.
**`memberof`** SessionInfo
#### Defined in
-[generated-client/models/session-info.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L198)
+[generated-client/models/session-info.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L204)
___
@@ -341,7 +354,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L156)
+[generated-client/models/session-info.ts:156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L156)
___
@@ -353,7 +366,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L162)
+[generated-client/models/session-info.ts:162](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L162)
___
@@ -365,7 +378,7 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L144)
+[generated-client/models/session-info.ts:144](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L144)
___
@@ -379,7 +392,7 @@ Gets or sets the user id.
#### Defined in
-[generated-client/models/session-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L72)
+[generated-client/models/session-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L72)
___
@@ -393,7 +406,7 @@ Gets or sets the username.
#### Defined in
-[generated-client/models/session-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L78)
+[generated-client/models/session-info.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L78)
___
@@ -405,4 +418,4 @@ ___
#### Defined in
-[generated-client/models/session-info.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-info.ts#L192)
+[generated-client/models/session-info.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-info.ts#L198)
diff --git a/docs/interfaces/generated_client.SessionUserInfo.md b/docs/interfaces/generated_client.SessionUserInfo.md
index 807d267c6..311149657 100644
--- a/docs/interfaces/generated_client.SessionUserInfo.md
+++ b/docs/interfaces/generated_client.SessionUserInfo.md
@@ -29,7 +29,7 @@ Gets or sets the user identifier.
#### Defined in
-[generated-client/models/session-user-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-user-info.ts#L28)
+[generated-client/models/session-user-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-user-info.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the name of the user.
#### Defined in
-[generated-client/models/session-user-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/session-user-info.ts#L34)
+[generated-client/models/session-user-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/session-user-info.ts#L34)
diff --git a/docs/interfaces/generated_client.SetChannelMappingDto.md b/docs/interfaces/generated_client.SetChannelMappingDto.md
index eae6226e0..d26d667ca 100644
--- a/docs/interfaces/generated_client.SetChannelMappingDto.md
+++ b/docs/interfaces/generated_client.SetChannelMappingDto.md
@@ -30,7 +30,7 @@ Gets or sets the provider channel id.
#### Defined in
-[generated-client/models/set-channel-mapping-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-channel-mapping-dto.ts#L40)
+[generated-client/models/set-channel-mapping-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-channel-mapping-dto.ts#L40)
___
@@ -44,7 +44,7 @@ Gets or sets the provider id.
#### Defined in
-[generated-client/models/set-channel-mapping-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-channel-mapping-dto.ts#L28)
+[generated-client/models/set-channel-mapping-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-channel-mapping-dto.ts#L28)
___
@@ -58,4 +58,4 @@ Gets or sets the tuner channel id.
#### Defined in
-[generated-client/models/set-channel-mapping-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-channel-mapping-dto.ts#L34)
+[generated-client/models/set-channel-mapping-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-channel-mapping-dto.ts#L34)
diff --git a/docs/interfaces/generated_client.SetPlaylistItemRequestDto.md b/docs/interfaces/generated_client.SetPlaylistItemRequestDto.md
index 3c31ef727..45914f7ec 100644
--- a/docs/interfaces/generated_client.SetPlaylistItemRequestDto.md
+++ b/docs/interfaces/generated_client.SetPlaylistItemRequestDto.md
@@ -28,4 +28,4 @@ Gets or sets the playlist identifier of the playing item.
#### Defined in
-[generated-client/models/set-playlist-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-playlist-item-request-dto.ts#L28)
+[generated-client/models/set-playlist-item-request-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-playlist-item-request-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.SetRepeatModeRequestDto.md b/docs/interfaces/generated_client.SetRepeatModeRequestDto.md
index 10fdcbbfb..094a862a0 100644
--- a/docs/interfaces/generated_client.SetRepeatModeRequestDto.md
+++ b/docs/interfaces/generated_client.SetRepeatModeRequestDto.md
@@ -26,4 +26,4 @@ Class SetRepeatModeRequestDto.
#### Defined in
-[generated-client/models/set-repeat-mode-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-repeat-mode-request-dto.ts#L29)
+[generated-client/models/set-repeat-mode-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-repeat-mode-request-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.SetShuffleModeRequestDto.md b/docs/interfaces/generated_client.SetShuffleModeRequestDto.md
index 48679d13e..f6c2e0aaf 100644
--- a/docs/interfaces/generated_client.SetShuffleModeRequestDto.md
+++ b/docs/interfaces/generated_client.SetShuffleModeRequestDto.md
@@ -26,4 +26,4 @@ Class SetShuffleModeRequestDto.
#### Defined in
-[generated-client/models/set-shuffle-mode-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/set-shuffle-mode-request-dto.ts#L29)
+[generated-client/models/set-shuffle-mode-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/set-shuffle-mode-request-dto.ts#L29)
diff --git a/docs/interfaces/generated_client.SongInfo.md b/docs/interfaces/generated_client.SongInfo.md
index 288c03714..845acb88f 100644
--- a/docs/interfaces/generated_client.SongInfo.md
+++ b/docs/interfaces/generated_client.SongInfo.md
@@ -20,6 +20,7 @@
- [MetadataCountryCode](generated_client.SongInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.SongInfo.md#metadatalanguage)
- [Name](generated_client.SongInfo.md#name)
+- [OriginalTitle](generated_client.SongInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.SongInfo.md#parentindexnumber)
- [Path](generated_client.SongInfo.md#path)
- [PremiereDate](generated_client.SongInfo.md#premieredate)
@@ -36,7 +37,7 @@
#### Defined in
-[generated-client/models/song-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L94)
+[generated-client/models/song-info.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L100)
___
@@ -48,7 +49,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L88)
+[generated-client/models/song-info.ts:94](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L94)
___
@@ -60,7 +61,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L100)
+[generated-client/models/song-info.ts:106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L106)
___
@@ -72,7 +73,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L64)
+[generated-client/models/song-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L70)
___
@@ -84,7 +85,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L82)
+[generated-client/models/song-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L88)
___
@@ -98,7 +99,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/song-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L46)
+[generated-client/models/song-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L52)
___
@@ -112,7 +113,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/song-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L40)
+[generated-client/models/song-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L46)
___
@@ -126,7 +127,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/song-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L28)
+[generated-client/models/song-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** SongInfo
+
+#### Defined in
+
+[generated-client/models/song-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L34)
___
@@ -138,7 +153,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L70)
+[generated-client/models/song-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L76)
___
@@ -152,7 +167,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/song-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L34)
+[generated-client/models/song-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L40)
___
@@ -164,7 +179,7 @@ ___
#### Defined in
-[generated-client/models/song-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L76)
+[generated-client/models/song-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L82)
___
@@ -178,7 +193,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/song-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L52)
+[generated-client/models/song-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L58)
___
@@ -192,4 +207,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/song-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/song-info.ts#L58)
+[generated-client/models/song-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/song-info.ts#L64)
diff --git a/docs/interfaces/generated_client.SpecialViewOptionDto.md b/docs/interfaces/generated_client.SpecialViewOptionDto.md
index a93ece7f4..5c6876d51 100644
--- a/docs/interfaces/generated_client.SpecialViewOptionDto.md
+++ b/docs/interfaces/generated_client.SpecialViewOptionDto.md
@@ -29,7 +29,7 @@ Gets or sets view option id.
#### Defined in
-[generated-client/models/special-view-option-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/special-view-option-dto.ts#L34)
+[generated-client/models/special-view-option-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/special-view-option-dto.ts#L34)
___
@@ -43,4 +43,4 @@ Gets or sets view option name.
#### Defined in
-[generated-client/models/special-view-option-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/special-view-option-dto.ts#L28)
+[generated-client/models/special-view-option-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/special-view-option-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.StartupApiSetRemoteAccessRequest.md b/docs/interfaces/generated_client.StartupApiSetRemoteAccessRequest.md
index c35736243..d5096c5e3 100644
--- a/docs/interfaces/generated_client.StartupApiSetRemoteAccessRequest.md
+++ b/docs/interfaces/generated_client.StartupApiSetRemoteAccessRequest.md
@@ -28,4 +28,4 @@ The startup remote access dto.
#### Defined in
-[generated-client/api/startup-api.ts:455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L455)
+[generated-client/api/startup-api.ts:455](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L455)
diff --git a/docs/interfaces/generated_client.StartupApiUpdateInitialConfigurationRequest.md b/docs/interfaces/generated_client.StartupApiUpdateInitialConfigurationRequest.md
index d1869b547..2e3c5a440 100644
--- a/docs/interfaces/generated_client.StartupApiUpdateInitialConfigurationRequest.md
+++ b/docs/interfaces/generated_client.StartupApiUpdateInitialConfigurationRequest.md
@@ -28,4 +28,4 @@ The updated startup configuration.
#### Defined in
-[generated-client/api/startup-api.ts:469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L469)
+[generated-client/api/startup-api.ts:469](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L469)
diff --git a/docs/interfaces/generated_client.StartupApiUpdateStartupUserRequest.md b/docs/interfaces/generated_client.StartupApiUpdateStartupUserRequest.md
index 2dc0a21c5..df69b9f64 100644
--- a/docs/interfaces/generated_client.StartupApiUpdateStartupUserRequest.md
+++ b/docs/interfaces/generated_client.StartupApiUpdateStartupUserRequest.md
@@ -28,4 +28,4 @@ The DTO containing username and password.
#### Defined in
-[generated-client/api/startup-api.ts:483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L483)
+[generated-client/api/startup-api.ts:483](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L483)
diff --git a/docs/interfaces/generated_client.StartupConfigurationDto.md b/docs/interfaces/generated_client.StartupConfigurationDto.md
index 3828a5db8..2e8f2b0b6 100644
--- a/docs/interfaces/generated_client.StartupConfigurationDto.md
+++ b/docs/interfaces/generated_client.StartupConfigurationDto.md
@@ -30,7 +30,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/startup-configuration-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-configuration-dto.ts#L34)
+[generated-client/models/startup-configuration-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-configuration-dto.ts#L34)
___
@@ -44,7 +44,7 @@ Gets or sets the preferred language for the metadata.
#### Defined in
-[generated-client/models/startup-configuration-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-configuration-dto.ts#L40)
+[generated-client/models/startup-configuration-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-configuration-dto.ts#L40)
___
@@ -58,4 +58,4 @@ Gets or sets UI language culture.
#### Defined in
-[generated-client/models/startup-configuration-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-configuration-dto.ts#L28)
+[generated-client/models/startup-configuration-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-configuration-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.StartupRemoteAccessDto.md b/docs/interfaces/generated_client.StartupRemoteAccessDto.md
index eeae59134..bb79f4e91 100644
--- a/docs/interfaces/generated_client.StartupRemoteAccessDto.md
+++ b/docs/interfaces/generated_client.StartupRemoteAccessDto.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether enable automatic port mapping.
#### Defined in
-[generated-client/models/startup-remote-access-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-remote-access-dto.ts#L34)
+[generated-client/models/startup-remote-access-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-remote-access-dto.ts#L34)
___
@@ -43,4 +43,4 @@ Gets or sets a value indicating whether enable remote access.
#### Defined in
-[generated-client/models/startup-remote-access-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-remote-access-dto.ts#L28)
+[generated-client/models/startup-remote-access-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-remote-access-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.StartupUserDto.md b/docs/interfaces/generated_client.StartupUserDto.md
index 989736da4..8ad105ccc 100644
--- a/docs/interfaces/generated_client.StartupUserDto.md
+++ b/docs/interfaces/generated_client.StartupUserDto.md
@@ -29,7 +29,7 @@ Gets or sets the username.
#### Defined in
-[generated-client/models/startup-user-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-user-dto.ts#L28)
+[generated-client/models/startup-user-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-user-dto.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the user\'s password.
#### Defined in
-[generated-client/models/startup-user-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/startup-user-dto.ts#L34)
+[generated-client/models/startup-user-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/startup-user-dto.ts#L34)
diff --git a/docs/interfaces/generated_client.StudiosApiGetStudioRequest.md b/docs/interfaces/generated_client.StudiosApiGetStudioRequest.md
index 17c88e00b..9da1dc27c 100644
--- a/docs/interfaces/generated_client.StudiosApiGetStudioRequest.md
+++ b/docs/interfaces/generated_client.StudiosApiGetStudioRequest.md
@@ -29,7 +29,7 @@ Studio name.
#### Defined in
-[generated-client/api/studios-api.ts:307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L307)
+[generated-client/api/studios-api.ts:309](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L309)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/studios-api.ts:314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L314)
+[generated-client/api/studios-api.ts:316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L316)
diff --git a/docs/interfaces/generated_client.StudiosApiGetStudiosRequest.md b/docs/interfaces/generated_client.StudiosApiGetStudiosRequest.md
index 8223309fc..0e66ef7c7 100644
--- a/docs/interfaces/generated_client.StudiosApiGetStudiosRequest.md
+++ b/docs/interfaces/generated_client.StudiosApiGetStudiosRequest.md
@@ -44,7 +44,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/studios-api.ts:398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L398)
+[generated-client/api/studios-api.ts:400](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L400)
___
@@ -58,7 +58,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/studios-api.ts:433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L433)
+[generated-client/api/studios-api.ts:435](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L435)
___
@@ -72,7 +72,7 @@ Total record count.
#### Defined in
-[generated-client/api/studios-api.ts:440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L440)
+[generated-client/api/studios-api.ts:442](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L442)
___
@@ -86,13 +86,13 @@ Optional, include user data.
#### Defined in
-[generated-client/api/studios-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L384)
+[generated-client/api/studios-api.ts:386](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L386)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
@@ -100,7 +100,7 @@ Optional. If specified, results will be filtered out based on item type. This al
#### Defined in
-[generated-client/api/studios-api.ts:363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L363)
+[generated-client/api/studios-api.ts:365](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L365)
___
@@ -114,7 +114,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/studios-api.ts:356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L356)
+[generated-client/api/studios-api.ts:358](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L358)
___
@@ -128,13 +128,13 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/studios-api.ts:391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L391)
+[generated-client/api/studios-api.ts:393](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L393)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -142,7 +142,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/studios-api.ts:370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L370)
+[generated-client/api/studios-api.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L372)
___
@@ -156,7 +156,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/studios-api.ts:377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L377)
+[generated-client/api/studios-api.ts:379](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L379)
___
@@ -170,7 +170,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/studios-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L335)
+[generated-client/api/studios-api.ts:337](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L337)
___
@@ -184,7 +184,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/studios-api.ts:426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L426)
+[generated-client/api/studios-api.ts:428](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L428)
___
@@ -198,7 +198,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/studios-api.ts:419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L419)
+[generated-client/api/studios-api.ts:421](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L421)
___
@@ -212,7 +212,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/studios-api.ts:412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L412)
+[generated-client/api/studios-api.ts:414](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L414)
___
@@ -226,7 +226,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/studios-api.ts:349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L349)
+[generated-client/api/studios-api.ts:351](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L351)
___
@@ -240,7 +240,7 @@ Optional. Search term.
#### Defined in
-[generated-client/api/studios-api.ts:342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L342)
+[generated-client/api/studios-api.ts:344](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L344)
___
@@ -254,7 +254,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/studios-api.ts:328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L328)
+[generated-client/api/studios-api.ts:330](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L330)
___
@@ -268,4 +268,4 @@ User id.
#### Defined in
-[generated-client/api/studios-api.ts:405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L405)
+[generated-client/api/studios-api.ts:407](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L407)
diff --git a/docs/interfaces/generated_client.SubtitleApiDeleteSubtitleRequest.md b/docs/interfaces/generated_client.SubtitleApiDeleteSubtitleRequest.md
index 7d00fa924..af5200e1c 100644
--- a/docs/interfaces/generated_client.SubtitleApiDeleteSubtitleRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiDeleteSubtitleRequest.md
@@ -29,7 +29,7 @@ The index of the subtitle file.
#### Defined in
-[generated-client/api/subtitle-api.ts:854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L854)
+[generated-client/api/subtitle-api.ts:854](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L854)
___
@@ -43,4 +43,4 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L847)
+[generated-client/api/subtitle-api.ts:847](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L847)
diff --git a/docs/interfaces/generated_client.SubtitleApiDownloadRemoteSubtitlesRequest.md b/docs/interfaces/generated_client.SubtitleApiDownloadRemoteSubtitlesRequest.md
index 38aa3d1be..abad305d4 100644
--- a/docs/interfaces/generated_client.SubtitleApiDownloadRemoteSubtitlesRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiDownloadRemoteSubtitlesRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L868)
+[generated-client/api/subtitle-api.ts:868](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L868)
___
@@ -43,4 +43,4 @@ The subtitle id.
#### Defined in
-[generated-client/api/subtitle-api.ts:875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L875)
+[generated-client/api/subtitle-api.ts:875](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L875)
diff --git a/docs/interfaces/generated_client.SubtitleApiGetFallbackFontRequest.md b/docs/interfaces/generated_client.SubtitleApiGetFallbackFontRequest.md
index efff22768..b6b12ff70 100644
--- a/docs/interfaces/generated_client.SubtitleApiGetFallbackFontRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiGetFallbackFontRequest.md
@@ -28,4 +28,4 @@ The name of the fallback font file to get.
#### Defined in
-[generated-client/api/subtitle-api.ts:889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L889)
+[generated-client/api/subtitle-api.ts:889](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L889)
diff --git a/docs/interfaces/generated_client.SubtitleApiGetRemoteSubtitlesRequest.md b/docs/interfaces/generated_client.SubtitleApiGetRemoteSubtitlesRequest.md
index 8d83ec182..fef0292a2 100644
--- a/docs/interfaces/generated_client.SubtitleApiGetRemoteSubtitlesRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiGetRemoteSubtitlesRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L903)
+[generated-client/api/subtitle-api.ts:903](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L903)
diff --git a/docs/interfaces/generated_client.SubtitleApiGetSubtitlePlaylistRequest.md b/docs/interfaces/generated_client.SubtitleApiGetSubtitlePlaylistRequest.md
index 7ffd26a7f..bc548d5d4 100644
--- a/docs/interfaces/generated_client.SubtitleApiGetSubtitlePlaylistRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiGetSubtitlePlaylistRequest.md
@@ -31,7 +31,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/subtitle-api.ts:1015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1015)
+[generated-client/api/subtitle-api.ts:1015](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1015)
___
@@ -45,7 +45,7 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1008)
+[generated-client/api/subtitle-api.ts:1008](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1008)
___
@@ -59,7 +59,7 @@ The media source id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1022)
+[generated-client/api/subtitle-api.ts:1022](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1022)
___
@@ -73,4 +73,4 @@ The subtitle segment length.
#### Defined in
-[generated-client/api/subtitle-api.ts:1029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1029)
+[generated-client/api/subtitle-api.ts:1029](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1029)
diff --git a/docs/interfaces/generated_client.SubtitleApiGetSubtitleRequest.md b/docs/interfaces/generated_client.SubtitleApiGetSubtitleRequest.md
index 7c5ac1424..b3d629ec1 100644
--- a/docs/interfaces/generated_client.SubtitleApiGetSubtitleRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiGetSubtitleRequest.md
@@ -39,7 +39,7 @@ Optional. Whether to add a VTT time map.
#### Defined in
-[generated-client/api/subtitle-api.ts:987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L987)
+[generated-client/api/subtitle-api.ts:987](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L987)
___
@@ -53,7 +53,7 @@ Optional. Whether to copy the timestamps.
#### Defined in
-[generated-client/api/subtitle-api.ts:980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L980)
+[generated-client/api/subtitle-api.ts:980](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L980)
___
@@ -67,7 +67,7 @@ Optional. The end position of the subtitle in ticks.
#### Defined in
-[generated-client/api/subtitle-api.ts:973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L973)
+[generated-client/api/subtitle-api.ts:973](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L973)
___
@@ -81,7 +81,7 @@ The format of the returned subtitle.
#### Defined in
-[generated-client/api/subtitle-api.ts:966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L966)
+[generated-client/api/subtitle-api.ts:966](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L966)
___
@@ -95,7 +95,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/subtitle-api.ts:959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L959)
+[generated-client/api/subtitle-api.ts:959](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L959)
___
@@ -109,7 +109,7 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L945)
+[generated-client/api/subtitle-api.ts:945](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L945)
___
@@ -123,7 +123,7 @@ The media source id.
#### Defined in
-[generated-client/api/subtitle-api.ts:952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L952)
+[generated-client/api/subtitle-api.ts:952](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L952)
___
@@ -137,7 +137,7 @@ The (route) format of the returned subtitle.
#### Defined in
-[generated-client/api/subtitle-api.ts:938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L938)
+[generated-client/api/subtitle-api.ts:938](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L938)
___
@@ -151,7 +151,7 @@ The (route) subtitle stream index.
#### Defined in
-[generated-client/api/subtitle-api.ts:931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L931)
+[generated-client/api/subtitle-api.ts:931](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L931)
___
@@ -165,7 +165,7 @@ The (route) item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L917)
+[generated-client/api/subtitle-api.ts:917](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L917)
___
@@ -179,7 +179,7 @@ The (route) media source id.
#### Defined in
-[generated-client/api/subtitle-api.ts:924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L924)
+[generated-client/api/subtitle-api.ts:924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L924)
___
@@ -193,4 +193,4 @@ The start position of the subtitle in ticks.
#### Defined in
-[generated-client/api/subtitle-api.ts:994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L994)
+[generated-client/api/subtitle-api.ts:994](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L994)
diff --git a/docs/interfaces/generated_client.SubtitleApiGetSubtitleWithTicksRequest.md b/docs/interfaces/generated_client.SubtitleApiGetSubtitleWithTicksRequest.md
index 1dc8dd299..b859f87d7 100644
--- a/docs/interfaces/generated_client.SubtitleApiGetSubtitleWithTicksRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiGetSubtitleWithTicksRequest.md
@@ -40,7 +40,7 @@ Optional. Whether to add a VTT time map.
#### Defined in
-[generated-client/api/subtitle-api.ts:1127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1127)
+[generated-client/api/subtitle-api.ts:1127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1127)
___
@@ -54,7 +54,7 @@ Optional. Whether to copy the timestamps.
#### Defined in
-[generated-client/api/subtitle-api.ts:1120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1120)
+[generated-client/api/subtitle-api.ts:1120](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1120)
___
@@ -68,7 +68,7 @@ Optional. The end position of the subtitle in ticks.
#### Defined in
-[generated-client/api/subtitle-api.ts:1113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1113)
+[generated-client/api/subtitle-api.ts:1113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1113)
___
@@ -82,7 +82,7 @@ The format of the returned subtitle.
#### Defined in
-[generated-client/api/subtitle-api.ts:1106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1106)
+[generated-client/api/subtitle-api.ts:1106](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1106)
___
@@ -96,7 +96,7 @@ The subtitle stream index.
#### Defined in
-[generated-client/api/subtitle-api.ts:1092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1092)
+[generated-client/api/subtitle-api.ts:1092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1092)
___
@@ -110,7 +110,7 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1078)
+[generated-client/api/subtitle-api.ts:1078](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1078)
___
@@ -124,7 +124,7 @@ The media source id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1085](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1085)
+[generated-client/api/subtitle-api.ts:1085](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1085)
___
@@ -138,7 +138,7 @@ The (route) format of the returned subtitle.
#### Defined in
-[generated-client/api/subtitle-api.ts:1071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1071)
+[generated-client/api/subtitle-api.ts:1071](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1071)
___
@@ -152,7 +152,7 @@ The (route) subtitle stream index.
#### Defined in
-[generated-client/api/subtitle-api.ts:1057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1057)
+[generated-client/api/subtitle-api.ts:1057](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1057)
___
@@ -166,7 +166,7 @@ The (route) item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1043)
+[generated-client/api/subtitle-api.ts:1043](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1043)
___
@@ -180,7 +180,7 @@ The (route) media source id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1050)
+[generated-client/api/subtitle-api.ts:1050](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1050)
___
@@ -194,7 +194,7 @@ The (route) start position of the subtitle in ticks.
#### Defined in
-[generated-client/api/subtitle-api.ts:1064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1064)
+[generated-client/api/subtitle-api.ts:1064](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1064)
___
@@ -208,4 +208,4 @@ The start position of the subtitle in ticks.
#### Defined in
-[generated-client/api/subtitle-api.ts:1099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1099)
+[generated-client/api/subtitle-api.ts:1099](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1099)
diff --git a/docs/interfaces/generated_client.SubtitleApiSearchRemoteSubtitlesRequest.md b/docs/interfaces/generated_client.SubtitleApiSearchRemoteSubtitlesRequest.md
index d8b3ad701..dc538d1dd 100644
--- a/docs/interfaces/generated_client.SubtitleApiSearchRemoteSubtitlesRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiSearchRemoteSubtitlesRequest.md
@@ -30,7 +30,7 @@ Optional. Only show subtitles which are a perfect match.
#### Defined in
-[generated-client/api/subtitle-api.ts:1155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1155)
+[generated-client/api/subtitle-api.ts:1155](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1155)
___
@@ -44,7 +44,7 @@ The item id.
#### Defined in
-[generated-client/api/subtitle-api.ts:1141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1141)
+[generated-client/api/subtitle-api.ts:1141](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1141)
___
@@ -58,4 +58,4 @@ The language of the subtitles.
#### Defined in
-[generated-client/api/subtitle-api.ts:1148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1148)
+[generated-client/api/subtitle-api.ts:1148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1148)
diff --git a/docs/interfaces/generated_client.SubtitleApiUploadSubtitleRequest.md b/docs/interfaces/generated_client.SubtitleApiUploadSubtitleRequest.md
index 7a9b17bef..b59efb56d 100644
--- a/docs/interfaces/generated_client.SubtitleApiUploadSubtitleRequest.md
+++ b/docs/interfaces/generated_client.SubtitleApiUploadSubtitleRequest.md
@@ -29,7 +29,7 @@ The item the subtitle belongs to.
#### Defined in
-[generated-client/api/subtitle-api.ts:1169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1169)
+[generated-client/api/subtitle-api.ts:1169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1169)
___
@@ -43,4 +43,4 @@ The request body.
#### Defined in
-[generated-client/api/subtitle-api.ts:1176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L1176)
+[generated-client/api/subtitle-api.ts:1176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L1176)
diff --git a/docs/interfaces/generated_client.SubtitleOptions.md b/docs/interfaces/generated_client.SubtitleOptions.md
new file mode 100644
index 000000000..5077d5af1
--- /dev/null
+++ b/docs/interfaces/generated_client.SubtitleOptions.md
@@ -0,0 +1,131 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / SubtitleOptions
+
+# Interface: SubtitleOptions
+
+[generated-client](../modules/generated_client.md).SubtitleOptions
+
+**`export`**
+
+**`interface`** SubtitleOptions
+
+## Table of contents
+
+### Properties
+
+- [DownloadEpisodeSubtitles](generated_client.SubtitleOptions.md#downloadepisodesubtitles)
+- [DownloadLanguages](generated_client.SubtitleOptions.md#downloadlanguages)
+- [DownloadMovieSubtitles](generated_client.SubtitleOptions.md#downloadmoviesubtitles)
+- [IsOpenSubtitleVipAccount](generated_client.SubtitleOptions.md#isopensubtitlevipaccount)
+- [OpenSubtitlesPasswordHash](generated_client.SubtitleOptions.md#opensubtitlespasswordhash)
+- [OpenSubtitlesUsername](generated_client.SubtitleOptions.md#opensubtitlesusername)
+- [RequirePerfectMatch](generated_client.SubtitleOptions.md#requireperfectmatch)
+- [SkipIfAudioTrackMatches](generated_client.SubtitleOptions.md#skipifaudiotrackmatches)
+- [SkipIfEmbeddedSubtitlesPresent](generated_client.SubtitleOptions.md#skipifembeddedsubtitlespresent)
+
+## Properties
+
+### DownloadEpisodeSubtitles
+
+• `Optional` **DownloadEpisodeSubtitles**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L52)
+
+___
+
+### DownloadLanguages
+
+• `Optional` **DownloadLanguages**: ``null`` \| `string`[]
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L40)
+
+___
+
+### DownloadMovieSubtitles
+
+• `Optional` **DownloadMovieSubtitles**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L46)
+
+___
+
+### IsOpenSubtitleVipAccount
+
+• `Optional` **IsOpenSubtitleVipAccount**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L70)
+
+___
+
+### OpenSubtitlesPasswordHash
+
+• `Optional` **OpenSubtitlesPasswordHash**: ``null`` \| `string`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L64)
+
+___
+
+### OpenSubtitlesUsername
+
+• `Optional` **OpenSubtitlesUsername**: ``null`` \| `string`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L58)
+
+___
+
+### RequirePerfectMatch
+
+• `Optional` **RequirePerfectMatch**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L76)
+
+___
+
+### SkipIfAudioTrackMatches
+
+• `Optional` **SkipIfAudioTrackMatches**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L34)
+
+___
+
+### SkipIfEmbeddedSubtitlesPresent
+
+• `Optional` **SkipIfEmbeddedSubtitlesPresent**: `boolean`
+
+**`memberof`** SubtitleOptions
+
+#### Defined in
+
+[generated-client/models/subtitle-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-options.ts#L28)
diff --git a/docs/interfaces/generated_client.SubtitleProfile.md b/docs/interfaces/generated_client.SubtitleProfile.md
index e0f0a33de..2919f3630 100644
--- a/docs/interfaces/generated_client.SubtitleProfile.md
+++ b/docs/interfaces/generated_client.SubtitleProfile.md
@@ -28,7 +28,7 @@
#### Defined in
-[generated-client/models/subtitle-profile.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-profile.ts#L53)
+[generated-client/models/subtitle-profile.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-profile.ts#L53)
___
@@ -40,7 +40,7 @@ ___
#### Defined in
-[generated-client/models/subtitle-profile.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-profile.ts#L41)
+[generated-client/models/subtitle-profile.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-profile.ts#L41)
___
@@ -52,7 +52,7 @@ ___
#### Defined in
-[generated-client/models/subtitle-profile.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-profile.ts#L29)
+[generated-client/models/subtitle-profile.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-profile.ts#L29)
___
@@ -64,7 +64,7 @@ ___
#### Defined in
-[generated-client/models/subtitle-profile.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-profile.ts#L47)
+[generated-client/models/subtitle-profile.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-profile.ts#L47)
___
@@ -76,4 +76,4 @@ ___
#### Defined in
-[generated-client/models/subtitle-profile.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/subtitle-profile.ts#L35)
+[generated-client/models/subtitle-profile.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/subtitle-profile.ts#L35)
diff --git a/docs/interfaces/generated_client.SuggestionsApiGetSuggestionsRequest.md b/docs/interfaces/generated_client.SuggestionsApiGetSuggestionsRequest.md
index 7cd9b7e7c..37981e749 100644
--- a/docs/interfaces/generated_client.SuggestionsApiGetSuggestionsRequest.md
+++ b/docs/interfaces/generated_client.SuggestionsApiGetSuggestionsRequest.md
@@ -33,7 +33,7 @@ Whether to enable the total record count.
#### Defined in
-[generated-client/api/suggestions-api.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L193)
+[generated-client/api/suggestions-api.ts:195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L195)
___
@@ -47,7 +47,7 @@ Optional. The limit.
#### Defined in
-[generated-client/api/suggestions-api.ts:186](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L186)
+[generated-client/api/suggestions-api.ts:188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L188)
___
@@ -61,7 +61,7 @@ The media types.
#### Defined in
-[generated-client/api/suggestions-api.ts:165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L165)
+[generated-client/api/suggestions-api.ts:167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L167)
___
@@ -75,13 +75,13 @@ Optional. The start index.
#### Defined in
-[generated-client/api/suggestions-api.ts:179](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L179)
+[generated-client/api/suggestions-api.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L181)
___
### type
-• `Optional` `Readonly` **type**: `string`[]
+• `Optional` `Readonly` **type**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
The type.
@@ -89,7 +89,7 @@ The type.
#### Defined in
-[generated-client/api/suggestions-api.ts:172](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L172)
+[generated-client/api/suggestions-api.ts:174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L174)
___
@@ -103,4 +103,4 @@ The user id.
#### Defined in
-[generated-client/api/suggestions-api.ts:158](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L158)
+[generated-client/api/suggestions-api.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L160)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayBufferingRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayBufferingRequest.md
index 4cbb601c1..1bdc6ac01 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayBufferingRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayBufferingRequest.md
@@ -28,4 +28,4 @@ The player status.
#### Defined in
-[generated-client/api/sync-play-api.ts:1317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1317)
+[generated-client/api/sync-play-api.ts:1317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1317)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayCreateGroupRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayCreateGroupRequest.md
index 1c5a26269..7667be077 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayCreateGroupRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayCreateGroupRequest.md
@@ -28,4 +28,4 @@ The settings of the new group.
#### Defined in
-[generated-client/api/sync-play-api.ts:1331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1331)
+[generated-client/api/sync-play-api.ts:1331](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1331)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayJoinGroupRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayJoinGroupRequest.md
index 515226c99..27aee57aa 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayJoinGroupRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayJoinGroupRequest.md
@@ -28,4 +28,4 @@ The group to join.
#### Defined in
-[generated-client/api/sync-play-api.ts:1345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1345)
+[generated-client/api/sync-play-api.ts:1345](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1345)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayMovePlaylistItemRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayMovePlaylistItemRequest.md
index 31f260077..a6729fb67 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayMovePlaylistItemRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayMovePlaylistItemRequest.md
@@ -28,4 +28,4 @@ The new position for the item.
#### Defined in
-[generated-client/api/sync-play-api.ts:1359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1359)
+[generated-client/api/sync-play-api.ts:1359](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1359)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayNextItemRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayNextItemRequest.md
index e4ffc912c..fb5ae3a2b 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayNextItemRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayNextItemRequest.md
@@ -28,4 +28,4 @@ The current item information.
#### Defined in
-[generated-client/api/sync-play-api.ts:1373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1373)
+[generated-client/api/sync-play-api.ts:1373](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1373)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayPingRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayPingRequest.md
index 33f1a934a..c2eca0f16 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayPingRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayPingRequest.md
@@ -28,4 +28,4 @@ The new ping.
#### Defined in
-[generated-client/api/sync-play-api.ts:1387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1387)
+[generated-client/api/sync-play-api.ts:1387](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1387)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayPreviousItemRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayPreviousItemRequest.md
index 493ffd48d..7d9efb3fd 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayPreviousItemRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayPreviousItemRequest.md
@@ -28,4 +28,4 @@ The current item information.
#### Defined in
-[generated-client/api/sync-play-api.ts:1401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1401)
+[generated-client/api/sync-play-api.ts:1401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1401)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayQueueRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayQueueRequest.md
index cd24494da..ef2e9987d 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayQueueRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayQueueRequest.md
@@ -28,4 +28,4 @@ The items to add.
#### Defined in
-[generated-client/api/sync-play-api.ts:1415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1415)
+[generated-client/api/sync-play-api.ts:1415](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1415)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayReadyRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayReadyRequest.md
index 5ba0a5ac5..30164d733 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayReadyRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayReadyRequest.md
@@ -28,4 +28,4 @@ The player status.
#### Defined in
-[generated-client/api/sync-play-api.ts:1429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1429)
+[generated-client/api/sync-play-api.ts:1429](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1429)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlayRemoveFromPlaylistRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlayRemoveFromPlaylistRequest.md
index 6738db0e5..55cd98602 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlayRemoveFromPlaylistRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlayRemoveFromPlaylistRequest.md
@@ -28,4 +28,4 @@ The items to remove.
#### Defined in
-[generated-client/api/sync-play-api.ts:1443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1443)
+[generated-client/api/sync-play-api.ts:1443](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1443)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySeekRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySeekRequest.md
index 8e7d3dade..a9477b901 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySeekRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySeekRequest.md
@@ -28,4 +28,4 @@ The new playback position.
#### Defined in
-[generated-client/api/sync-play-api.ts:1457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1457)
+[generated-client/api/sync-play-api.ts:1457](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1457)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetIgnoreWaitRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetIgnoreWaitRequest.md
index b98fe9450..16ed22a4c 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetIgnoreWaitRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetIgnoreWaitRequest.md
@@ -28,4 +28,4 @@ The settings to set.
#### Defined in
-[generated-client/api/sync-play-api.ts:1471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1471)
+[generated-client/api/sync-play-api.ts:1471](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1471)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetNewQueueRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetNewQueueRequest.md
index 39ec73b1f..20af2f523 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetNewQueueRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetNewQueueRequest.md
@@ -28,4 +28,4 @@ The new playlist to play in the group.
#### Defined in
-[generated-client/api/sync-play-api.ts:1485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1485)
+[generated-client/api/sync-play-api.ts:1485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1485)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetPlaylistItemRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetPlaylistItemRequest.md
index 9b06c163c..67adfdea2 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetPlaylistItemRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetPlaylistItemRequest.md
@@ -28,4 +28,4 @@ The new item to play.
#### Defined in
-[generated-client/api/sync-play-api.ts:1499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1499)
+[generated-client/api/sync-play-api.ts:1499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1499)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetRepeatModeRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetRepeatModeRequest.md
index 6c4b54ddb..f29bcaef8 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetRepeatModeRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetRepeatModeRequest.md
@@ -28,4 +28,4 @@ The new repeat mode.
#### Defined in
-[generated-client/api/sync-play-api.ts:1513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1513)
+[generated-client/api/sync-play-api.ts:1513](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1513)
diff --git a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetShuffleModeRequest.md b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetShuffleModeRequest.md
index 702e7990d..9a56501f9 100644
--- a/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetShuffleModeRequest.md
+++ b/docs/interfaces/generated_client.SyncPlayApiSyncPlaySetShuffleModeRequest.md
@@ -28,4 +28,4 @@ The new shuffle mode.
#### Defined in
-[generated-client/api/sync-play-api.ts:1527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1527)
+[generated-client/api/sync-play-api.ts:1527](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1527)
diff --git a/docs/interfaces/generated_client.SystemApiGetLogFileRequest.md b/docs/interfaces/generated_client.SystemApiGetLogFileRequest.md
index 23000d71f..878b56730 100644
--- a/docs/interfaces/generated_client.SystemApiGetLogFileRequest.md
+++ b/docs/interfaces/generated_client.SystemApiGetLogFileRequest.md
@@ -28,4 +28,4 @@ The name of the log file to get.
#### Defined in
-[generated-client/api/system-api.ts:593](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L593)
+[generated-client/api/system-api.ts:596](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L596)
diff --git a/docs/interfaces/generated_client.SystemInfo.md b/docs/interfaces/generated_client.SystemInfo.md
index 519afcaf1..30453b2fe 100644
--- a/docs/interfaces/generated_client.SystemInfo.md
+++ b/docs/interfaces/generated_client.SystemInfo.md
@@ -53,7 +53,7 @@ Gets or sets the cache path.
#### Defined in
-[generated-client/models/system-info.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L145)
+[generated-client/models/system-info.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L145)
___
@@ -65,7 +65,7 @@ ___
#### Defined in
-[generated-client/models/system-info.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L121)
+[generated-client/models/system-info.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L121)
___
@@ -79,7 +79,7 @@ Gets or sets a value indicating whether this instance can self restart.
#### Defined in
-[generated-client/models/system-info.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L115)
+[generated-client/models/system-info.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L115)
___
@@ -93,7 +93,7 @@ Gets or sets the completed installations.
#### Defined in
-[generated-client/models/system-info.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L109)
+[generated-client/models/system-info.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L109)
___
@@ -105,7 +105,7 @@ ___
#### Defined in
-[generated-client/models/system-info.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L175)
+[generated-client/models/system-info.ts:176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L176)
___
@@ -119,7 +119,7 @@ Gets or sets a value indicating whether this instance has pending restart.
#### Defined in
-[generated-client/models/system-info.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L85)
+[generated-client/models/system-info.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L85)
___
@@ -131,9 +131,11 @@ Gets or sets a value indicating whether this instance has update available.
**`memberof`** SystemInfo
+**`deprecated`**
+
#### Defined in
-[generated-client/models/system-info.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L169)
+[generated-client/models/system-info.ts:170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L170)
___
@@ -147,7 +149,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/system-info.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L61)
+[generated-client/models/system-info.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L61)
___
@@ -161,7 +163,7 @@ Gets or sets the internal metadata path.
#### Defined in
-[generated-client/models/system-info.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L157)
+[generated-client/models/system-info.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L157)
___
@@ -173,7 +175,7 @@ ___
#### Defined in
-[generated-client/models/system-info.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L91)
+[generated-client/models/system-info.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L91)
___
@@ -187,7 +189,7 @@ Gets or sets the items by name path.
#### Defined in
-[generated-client/models/system-info.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L139)
+[generated-client/models/system-info.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L139)
___
@@ -201,7 +203,7 @@ Gets or sets the local address.
#### Defined in
-[generated-client/models/system-info.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L31)
+[generated-client/models/system-info.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L31)
___
@@ -215,7 +217,7 @@ Gets or sets the log path.
#### Defined in
-[generated-client/models/system-info.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L151)
+[generated-client/models/system-info.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L151)
___
@@ -229,7 +231,7 @@ Gets or sets the operating system.
#### Defined in
-[generated-client/models/system-info.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L55)
+[generated-client/models/system-info.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L55)
___
@@ -243,7 +245,7 @@ Gets or sets the display name of the operating system.
#### Defined in
-[generated-client/models/system-info.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L73)
+[generated-client/models/system-info.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L73)
___
@@ -251,13 +253,13 @@ ___
• `Optional` **PackageName**: ``null`` \| `string`
-Get or sets the package name.
+Gets or sets the package name.
**`memberof`** SystemInfo
#### Defined in
-[generated-client/models/system-info.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L79)
+[generated-client/models/system-info.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L79)
___
@@ -271,7 +273,7 @@ Gets or sets the product name. This is the AssemblyProduct name.
#### Defined in
-[generated-client/models/system-info.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L49)
+[generated-client/models/system-info.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L49)
___
@@ -285,7 +287,7 @@ Gets or sets the program data path.
#### Defined in
-[generated-client/models/system-info.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L127)
+[generated-client/models/system-info.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L127)
___
@@ -299,7 +301,7 @@ Gets or sets the name of the server.
#### Defined in
-[generated-client/models/system-info.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L37)
+[generated-client/models/system-info.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L37)
___
@@ -313,7 +315,7 @@ Gets or sets a value indicating whether the startup wizard is completed.
#### Defined in
-[generated-client/models/system-info.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L67)
+[generated-client/models/system-info.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L67)
___
@@ -327,7 +329,7 @@ Gets or sets a value indicating whether [supports library monitor].
#### Defined in
-[generated-client/models/system-info.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L97)
+[generated-client/models/system-info.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L97)
___
@@ -339,7 +341,7 @@ ___
#### Defined in
-[generated-client/models/system-info.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L181)
+[generated-client/models/system-info.ts:182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L182)
___
@@ -353,7 +355,7 @@ Gets or sets the transcode path.
#### Defined in
-[generated-client/models/system-info.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L163)
+[generated-client/models/system-info.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L163)
___
@@ -367,7 +369,7 @@ Gets or sets the server version.
#### Defined in
-[generated-client/models/system-info.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L43)
+[generated-client/models/system-info.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L43)
___
@@ -381,7 +383,7 @@ Gets or sets the web UI resources path.
#### Defined in
-[generated-client/models/system-info.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L133)
+[generated-client/models/system-info.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L133)
___
@@ -395,4 +397,4 @@ Gets or sets the web socket port number.
#### Defined in
-[generated-client/models/system-info.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/system-info.ts#L103)
+[generated-client/models/system-info.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/system-info.ts#L103)
diff --git a/docs/interfaces/generated_client.TaskInfo.md b/docs/interfaces/generated_client.TaskInfo.md
index c478abe95..3582a1422 100644
--- a/docs/interfaces/generated_client.TaskInfo.md
+++ b/docs/interfaces/generated_client.TaskInfo.md
@@ -37,7 +37,7 @@ Gets or sets the category.
#### Defined in
-[generated-client/models/task-info.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L73)
+[generated-client/models/task-info.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L73)
___
@@ -51,7 +51,7 @@ Gets or sets the progress.
#### Defined in
-[generated-client/models/task-info.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L43)
+[generated-client/models/task-info.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L43)
___
@@ -65,7 +65,7 @@ Gets or sets the description.
#### Defined in
-[generated-client/models/task-info.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L67)
+[generated-client/models/task-info.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L67)
___
@@ -79,7 +79,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/task-info.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L49)
+[generated-client/models/task-info.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L49)
___
@@ -93,7 +93,7 @@ Gets or sets a value indicating whether this instance is hidden.
#### Defined in
-[generated-client/models/task-info.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L79)
+[generated-client/models/task-info.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L79)
___
@@ -107,7 +107,7 @@ Gets or sets the key.
#### Defined in
-[generated-client/models/task-info.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L85)
+[generated-client/models/task-info.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L85)
___
@@ -119,7 +119,7 @@ ___
#### Defined in
-[generated-client/models/task-info.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L55)
+[generated-client/models/task-info.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L55)
___
@@ -133,7 +133,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/task-info.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L31)
+[generated-client/models/task-info.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L31)
___
@@ -145,7 +145,7 @@ ___
#### Defined in
-[generated-client/models/task-info.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L37)
+[generated-client/models/task-info.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L37)
___
@@ -159,4 +159,4 @@ Gets or sets the triggers.
#### Defined in
-[generated-client/models/task-info.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-info.ts#L61)
+[generated-client/models/task-info.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-info.ts#L61)
diff --git a/docs/interfaces/generated_client.TaskResult.md b/docs/interfaces/generated_client.TaskResult.md
index 02ac7cc97..ceb55d9ce 100644
--- a/docs/interfaces/generated_client.TaskResult.md
+++ b/docs/interfaces/generated_client.TaskResult.md
@@ -35,7 +35,7 @@ Gets or sets the end time UTC.
#### Defined in
-[generated-client/models/task-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L35)
+[generated-client/models/task-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L35)
___
@@ -49,7 +49,7 @@ Gets or sets the error message.
#### Defined in
-[generated-client/models/task-result.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L65)
+[generated-client/models/task-result.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L65)
___
@@ -63,7 +63,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/task-result.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L59)
+[generated-client/models/task-result.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L59)
___
@@ -77,7 +77,7 @@ Gets or sets the key.
#### Defined in
-[generated-client/models/task-result.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L53)
+[generated-client/models/task-result.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L53)
___
@@ -91,7 +91,7 @@ Gets or sets the long error message.
#### Defined in
-[generated-client/models/task-result.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L71)
+[generated-client/models/task-result.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L71)
___
@@ -105,7 +105,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/task-result.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L47)
+[generated-client/models/task-result.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L47)
___
@@ -119,7 +119,7 @@ Gets or sets the start time UTC.
#### Defined in
-[generated-client/models/task-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L29)
+[generated-client/models/task-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L29)
___
@@ -131,4 +131,4 @@ ___
#### Defined in
-[generated-client/models/task-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-result.ts#L41)
+[generated-client/models/task-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-result.ts#L41)
diff --git a/docs/interfaces/generated_client.TaskTriggerInfo.md b/docs/interfaces/generated_client.TaskTriggerInfo.md
index 2d13012e0..a7c40145a 100644
--- a/docs/interfaces/generated_client.TaskTriggerInfo.md
+++ b/docs/interfaces/generated_client.TaskTriggerInfo.md
@@ -30,7 +30,7 @@ Class TaskTriggerInfo.
#### Defined in
-[generated-client/models/task-trigger-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-trigger-info.ts#L47)
+[generated-client/models/task-trigger-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-trigger-info.ts#L47)
___
@@ -44,7 +44,7 @@ Gets or sets the interval.
#### Defined in
-[generated-client/models/task-trigger-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-trigger-info.ts#L41)
+[generated-client/models/task-trigger-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-trigger-info.ts#L41)
___
@@ -58,7 +58,7 @@ Gets or sets the maximum runtime ticks.
#### Defined in
-[generated-client/models/task-trigger-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-trigger-info.ts#L53)
+[generated-client/models/task-trigger-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-trigger-info.ts#L53)
___
@@ -72,7 +72,7 @@ Gets or sets the time of day.
#### Defined in
-[generated-client/models/task-trigger-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-trigger-info.ts#L35)
+[generated-client/models/task-trigger-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-trigger-info.ts#L35)
___
@@ -86,4 +86,4 @@ Gets or sets the type.
#### Defined in
-[generated-client/models/task-trigger-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/task-trigger-info.ts#L29)
+[generated-client/models/task-trigger-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/task-trigger-info.ts#L29)
diff --git a/docs/interfaces/generated_client.ThemeMediaResult.md b/docs/interfaces/generated_client.ThemeMediaResult.md
index 3733900f8..438a7c664 100644
--- a/docs/interfaces/generated_client.ThemeMediaResult.md
+++ b/docs/interfaces/generated_client.ThemeMediaResult.md
@@ -31,7 +31,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/theme-media-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/theme-media-result.ts#L29)
+[generated-client/models/theme-media-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/theme-media-result.ts#L29)
___
@@ -45,7 +45,7 @@ Gets or sets the owner id.
#### Defined in
-[generated-client/models/theme-media-result.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/theme-media-result.ts#L47)
+[generated-client/models/theme-media-result.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/theme-media-result.ts#L47)
___
@@ -53,13 +53,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** ThemeMediaResult
#### Defined in
-[generated-client/models/theme-media-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/theme-media-result.ts#L41)
+[generated-client/models/theme-media-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/theme-media-result.ts#L41)
___
@@ -67,10 +67,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** ThemeMediaResult
#### Defined in
-[generated-client/models/theme-media-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/theme-media-result.ts#L35)
+[generated-client/models/theme-media-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/theme-media-result.ts#L35)
diff --git a/docs/interfaces/generated_client.TimerEventInfo.md b/docs/interfaces/generated_client.TimerEventInfo.md
index d0cbb5ecb..9e02e1856 100644
--- a/docs/interfaces/generated_client.TimerEventInfo.md
+++ b/docs/interfaces/generated_client.TimerEventInfo.md
@@ -19,13 +19,13 @@
### Id
-• `Optional` **Id**: ``null`` \| `string`
+• `Optional` **Id**: `string`
**`memberof`** TimerEventInfo
#### Defined in
-[generated-client/models/timer-event-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-event-info.ts#L28)
+[generated-client/models/timer-event-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-event-info.ts#L28)
___
@@ -37,4 +37,4 @@ ___
#### Defined in
-[generated-client/models/timer-event-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-event-info.ts#L34)
+[generated-client/models/timer-event-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-event-info.ts#L34)
diff --git a/docs/interfaces/generated_client.TimerInfoDto.md b/docs/interfaces/generated_client.TimerInfoDto.md
index 43f0c89bd..8bb5f59f8 100644
--- a/docs/interfaces/generated_client.TimerInfoDto.md
+++ b/docs/interfaces/generated_client.TimerInfoDto.md
@@ -47,13 +47,13 @@
• `Optional` **ChannelId**: `string`
-ChannelId of the recording.
+Gets or sets the channel id of the recording.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L55)
+[generated-client/models/timer-info-dto.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L55)
___
@@ -61,13 +61,13 @@ ___
• `Optional` **ChannelName**: ``null`` \| `string`
-ChannelName of the recording.
+Gets or sets the channel name of the recording.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L67)
+[generated-client/models/timer-info-dto.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L67)
___
@@ -79,7 +79,7 @@ ___
#### Defined in
-[generated-client/models/timer-info-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L73)
+[generated-client/models/timer-info-dto.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L73)
___
@@ -87,13 +87,13 @@ ___
• `Optional` **EndDate**: `string`
-The end date of the recording, in UTC.
+Gets or sets the end date of the recording, in UTC.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L109)
+[generated-client/models/timer-info-dto.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L109)
___
@@ -107,7 +107,7 @@ Gets or sets the external channel identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L61)
+[generated-client/models/timer-info-dto.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L61)
___
@@ -121,7 +121,7 @@ Gets or sets the external identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L49)
+[generated-client/models/timer-info-dto.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L49)
___
@@ -135,7 +135,7 @@ Gets or sets the external program identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L85)
+[generated-client/models/timer-info-dto.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L85)
___
@@ -149,7 +149,7 @@ Gets or sets the external series timer identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L181)
+[generated-client/models/timer-info-dto.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L181)
___
@@ -157,13 +157,13 @@ ___
• `Optional` **Id**: ``null`` \| `string`
-Id of the recording.
+Gets or sets the Id of the recording.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L31)
+[generated-client/models/timer-info-dto.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L31)
___
@@ -177,7 +177,7 @@ Gets or sets a value indicating whether this instance is post padding required.
#### Defined in
-[generated-client/models/timer-info-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L157)
+[generated-client/models/timer-info-dto.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L157)
___
@@ -191,7 +191,7 @@ Gets or sets a value indicating whether this instance is pre padding required.
#### Defined in
-[generated-client/models/timer-info-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L139)
+[generated-client/models/timer-info-dto.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L139)
___
@@ -203,7 +203,7 @@ ___
#### Defined in
-[generated-client/models/timer-info-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L163)
+[generated-client/models/timer-info-dto.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L163)
___
@@ -211,13 +211,13 @@ ___
• `Optional` **Name**: ``null`` \| `string`
-Name of the recording.
+Gets or sets the name of the recording.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L91)
+[generated-client/models/timer-info-dto.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L91)
___
@@ -225,13 +225,13 @@ ___
• `Optional` **Overview**: ``null`` \| `string`
-Description of the recording.
+Gets or sets the description of the recording.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L97)
+[generated-client/models/timer-info-dto.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L97)
___
@@ -245,7 +245,7 @@ Gets or sets the parent backdrop image tags.
#### Defined in
-[generated-client/models/timer-info-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L151)
+[generated-client/models/timer-info-dto.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L151)
___
@@ -253,13 +253,13 @@ ___
• `Optional` **ParentBackdropItemId**: ``null`` \| `string`
-If the item does not have any backdrops, this will hold the Id of the Parent that has one.
+Gets or sets the Id of the Parent that has a backdrop if the item does not have one.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L145)
+[generated-client/models/timer-info-dto.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L145)
___
@@ -273,7 +273,7 @@ Gets or sets the post padding seconds.
#### Defined in
-[generated-client/models/timer-info-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L133)
+[generated-client/models/timer-info-dto.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L133)
___
@@ -287,7 +287,7 @@ Gets or sets the pre padding seconds.
#### Defined in
-[generated-client/models/timer-info-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L127)
+[generated-client/models/timer-info-dto.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L127)
___
@@ -301,7 +301,7 @@ Gets or sets the priority.
#### Defined in
-[generated-client/models/timer-info-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L121)
+[generated-client/models/timer-info-dto.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L121)
___
@@ -315,7 +315,7 @@ Gets or sets the program identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L79)
+[generated-client/models/timer-info-dto.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L79)
___
@@ -327,7 +327,7 @@ ___
#### Defined in
-[generated-client/models/timer-info-dto.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L193)
+[generated-client/models/timer-info-dto.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L193)
___
@@ -341,7 +341,7 @@ Gets or sets the run time ticks.
#### Defined in
-[generated-client/models/timer-info-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L187)
+[generated-client/models/timer-info-dto.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L187)
___
@@ -355,7 +355,7 @@ Gets or sets the series timer identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L175)
+[generated-client/models/timer-info-dto.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L175)
___
@@ -369,7 +369,7 @@ Gets or sets the server identifier.
#### Defined in
-[generated-client/models/timer-info-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L43)
+[generated-client/models/timer-info-dto.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L43)
___
@@ -383,7 +383,7 @@ Gets or sets the name of the service.
#### Defined in
-[generated-client/models/timer-info-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L115)
+[generated-client/models/timer-info-dto.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L115)
___
@@ -391,13 +391,13 @@ ___
• `Optional` **StartDate**: `string`
-The start date of the recording, in UTC.
+Gets or sets the start date of the recording, in UTC.
**`memberof`** TimerInfoDto
#### Defined in
-[generated-client/models/timer-info-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L103)
+[generated-client/models/timer-info-dto.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L103)
___
@@ -409,7 +409,7 @@ ___
#### Defined in
-[generated-client/models/timer-info-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L169)
+[generated-client/models/timer-info-dto.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L169)
___
@@ -421,4 +421,4 @@ ___
#### Defined in
-[generated-client/models/timer-info-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto.ts#L37)
+[generated-client/models/timer-info-dto.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto.ts#L37)
diff --git a/docs/interfaces/generated_client.TimerInfoDtoQueryResult.md b/docs/interfaces/generated_client.TimerInfoDtoQueryResult.md
index 4117103da..80b7c2eb4 100644
--- a/docs/interfaces/generated_client.TimerInfoDtoQueryResult.md
+++ b/docs/interfaces/generated_client.TimerInfoDtoQueryResult.md
@@ -28,7 +28,7 @@ Gets or sets the items.
#### Defined in
-[generated-client/models/timer-info-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto-query-result.ts#L29)
+[generated-client/models/timer-info-dto-query-result.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto-query-result.ts#L29)
___
@@ -36,13 +36,13 @@ ___
• `Optional` **StartIndex**: `number`
-The index of the first record in Items.
+Gets or sets the index of the first record in Items.
**`memberof`** TimerInfoDtoQueryResult
#### Defined in
-[generated-client/models/timer-info-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto-query-result.ts#L41)
+[generated-client/models/timer-info-dto-query-result.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto-query-result.ts#L41)
___
@@ -50,10 +50,10 @@ ___
• `Optional` **TotalRecordCount**: `number`
-The total number of records available.
+Gets or sets the total number of records available.
**`memberof`** TimerInfoDtoQueryResult
#### Defined in
-[generated-client/models/timer-info-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/timer-info-dto-query-result.ts#L35)
+[generated-client/models/timer-info-dto-query-result.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/timer-info-dto-query-result.ts#L35)
diff --git a/docs/interfaces/generated_client.TrailerInfo.md b/docs/interfaces/generated_client.TrailerInfo.md
index 60807456f..178ab3090 100644
--- a/docs/interfaces/generated_client.TrailerInfo.md
+++ b/docs/interfaces/generated_client.TrailerInfo.md
@@ -17,6 +17,7 @@
- [MetadataCountryCode](generated_client.TrailerInfo.md#metadatacountrycode)
- [MetadataLanguage](generated_client.TrailerInfo.md#metadatalanguage)
- [Name](generated_client.TrailerInfo.md#name)
+- [OriginalTitle](generated_client.TrailerInfo.md#originaltitle)
- [ParentIndexNumber](generated_client.TrailerInfo.md#parentindexnumber)
- [Path](generated_client.TrailerInfo.md#path)
- [PremiereDate](generated_client.TrailerInfo.md#premieredate)
@@ -33,7 +34,7 @@
#### Defined in
-[generated-client/models/trailer-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L64)
+[generated-client/models/trailer-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L70)
___
@@ -45,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/trailer-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L82)
+[generated-client/models/trailer-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L88)
___
@@ -59,7 +60,7 @@ Gets or sets the metadata country code.
#### Defined in
-[generated-client/models/trailer-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L46)
+[generated-client/models/trailer-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L52)
___
@@ -73,7 +74,7 @@ Gets or sets the metadata language.
#### Defined in
-[generated-client/models/trailer-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L40)
+[generated-client/models/trailer-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L46)
___
@@ -87,7 +88,21 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/trailer-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L28)
+[generated-client/models/trailer-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L28)
+
+___
+
+### OriginalTitle
+
+• `Optional` **OriginalTitle**: ``null`` \| `string`
+
+Gets or sets the original title.
+
+**`memberof`** TrailerInfo
+
+#### Defined in
+
+[generated-client/models/trailer-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L34)
___
@@ -99,7 +114,7 @@ ___
#### Defined in
-[generated-client/models/trailer-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L70)
+[generated-client/models/trailer-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L76)
___
@@ -113,7 +128,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/trailer-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L34)
+[generated-client/models/trailer-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L40)
___
@@ -125,7 +140,7 @@ ___
#### Defined in
-[generated-client/models/trailer-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L76)
+[generated-client/models/trailer-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L82)
___
@@ -139,7 +154,7 @@ Gets or sets the provider ids.
#### Defined in
-[generated-client/models/trailer-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L52)
+[generated-client/models/trailer-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L58)
___
@@ -153,4 +168,4 @@ Gets or sets the year.
#### Defined in
-[generated-client/models/trailer-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info.ts#L58)
+[generated-client/models/trailer-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info.ts#L64)
diff --git a/docs/interfaces/generated_client.TrailerInfoRemoteSearchQuery.md b/docs/interfaces/generated_client.TrailerInfoRemoteSearchQuery.md
index f2b6e1118..02c8ceb42 100644
--- a/docs/interfaces/generated_client.TrailerInfoRemoteSearchQuery.md
+++ b/docs/interfaces/generated_client.TrailerInfoRemoteSearchQuery.md
@@ -29,7 +29,7 @@ Gets or sets a value indicating whether disabled providers should be included.
#### Defined in
-[generated-client/models/trailer-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info-remote-search-query.ts#L47)
+[generated-client/models/trailer-info-remote-search-query.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info-remote-search-query.ts#L47)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/trailer-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info-remote-search-query.ts#L35)
+[generated-client/models/trailer-info-remote-search-query.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info-remote-search-query.ts#L35)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/trailer-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info-remote-search-query.ts#L29)
+[generated-client/models/trailer-info-remote-search-query.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info-remote-search-query.ts#L29)
___
@@ -61,10 +61,10 @@ ___
• `Optional` **SearchProviderName**: ``null`` \| `string`
-Will only search within the given provider when set.
+Gets or sets the provider name to search within if set.
**`memberof`** TrailerInfoRemoteSearchQuery
#### Defined in
-[generated-client/models/trailer-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/trailer-info-remote-search-query.ts#L41)
+[generated-client/models/trailer-info-remote-search-query.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/trailer-info-remote-search-query.ts#L41)
diff --git a/docs/interfaces/generated_client.TrailersApiGetTrailersRequest.md b/docs/interfaces/generated_client.TrailersApiGetTrailersRequest.md
index bf3c4b9b5..454e2c599 100644
--- a/docs/interfaces/generated_client.TrailersApiGetTrailersRequest.md
+++ b/docs/interfaces/generated_client.TrailersApiGetTrailersRequest.md
@@ -52,10 +52,15 @@ Request parameters for getTrailers operation in TrailersApi.
- [is4K](generated_client.TrailersApiGetTrailersRequest.md#is4k)
- [isFavorite](generated_client.TrailersApiGetTrailersRequest.md#isfavorite)
- [isHd](generated_client.TrailersApiGetTrailersRequest.md#ishd)
+- [isKids](generated_client.TrailersApiGetTrailersRequest.md#iskids)
- [isLocked](generated_client.TrailersApiGetTrailersRequest.md#islocked)
- [isMissing](generated_client.TrailersApiGetTrailersRequest.md#ismissing)
+- [isMovie](generated_client.TrailersApiGetTrailersRequest.md#ismovie)
+- [isNews](generated_client.TrailersApiGetTrailersRequest.md#isnews)
- [isPlaceHolder](generated_client.TrailersApiGetTrailersRequest.md#isplaceholder)
- [isPlayed](generated_client.TrailersApiGetTrailersRequest.md#isplayed)
+- [isSeries](generated_client.TrailersApiGetTrailersRequest.md#isseries)
+- [isSports](generated_client.TrailersApiGetTrailersRequest.md#issports)
- [isUnaired](generated_client.TrailersApiGetTrailersRequest.md#isunaired)
- [limit](generated_client.TrailersApiGetTrailersRequest.md#limit)
- [locationTypes](generated_client.TrailersApiGetTrailersRequest.md#locationtypes)
@@ -106,7 +111,7 @@ Optional. Return items that are siblings of a supplied item.
#### Defined in
-[generated-client/api/trailers-api.ts:741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L741)
+[generated-client/api/trailers-api.ts:778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L778)
___
@@ -120,7 +125,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/trailers-api.ts:1077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1077)
+[generated-client/api/trailers-api.ts:1149](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1149)
___
@@ -134,7 +139,7 @@ Optional. If specified, results will be filtered based on album id. This allows
#### Defined in
-[generated-client/api/trailers-api.ts:1098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1098)
+[generated-client/api/trailers-api.ts:1170](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1170)
___
@@ -148,7 +153,7 @@ Optional. If specified, results will be filtered based on album. This allows mul
#### Defined in
-[generated-client/api/trailers-api.ts:1091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1091)
+[generated-client/api/trailers-api.ts:1163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1163)
___
@@ -162,7 +167,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/trailers-api.ts:1070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1070)
+[generated-client/api/trailers-api.ts:1142](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1142)
___
@@ -176,7 +181,7 @@ Optional. If specified, results will be filtered based on artists. This allows m
#### Defined in
-[generated-client/api/trailers-api.ts:1056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1056)
+[generated-client/api/trailers-api.ts:1128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1128)
___
@@ -190,7 +195,7 @@ Whether or not to hide items behind their boxsets.
#### Defined in
-[generated-client/api/trailers-api.ts:1147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1147)
+[generated-client/api/trailers-api.ts:1219](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1219)
___
@@ -204,7 +209,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/trailers-api.ts:1084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1084)
+[generated-client/api/trailers-api.ts:1156](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1156)
___
@@ -218,7 +223,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/trailers-api.ts:1021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1021)
+[generated-client/api/trailers-api.ts:1093](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1093)
___
@@ -232,7 +237,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/trailers-api.ts:1238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1238)
+[generated-client/api/trailers-api.ts:1310](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1310)
___
@@ -246,7 +251,7 @@ Optional. Enable the total record count.
#### Defined in
-[generated-client/api/trailers-api.ts:1231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1231)
+[generated-client/api/trailers-api.ts:1303](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1303)
___
@@ -260,7 +265,7 @@ Optional, include user data.
#### Defined in
-[generated-client/api/trailers-api.ts:1007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1007)
+[generated-client/api/trailers-api.ts:1079](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1079)
___
@@ -274,7 +279,7 @@ Optional. If specified, results will be filtered based on artist id. This allows
#### Defined in
-[generated-client/api/trailers-api.ts:1063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1063)
+[generated-client/api/trailers-api.ts:1135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1135)
___
@@ -288,13 +293,13 @@ Optional. If specified, results will be filtered by excluding item ids. This all
#### Defined in
-[generated-client/api/trailers-api.ts:874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L874)
+[generated-client/api/trailers-api.ts:946](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L946)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -302,7 +307,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/trailers-api.ts:930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L930)
+[generated-client/api/trailers-api.ts:1002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1002)
___
@@ -316,7 +321,7 @@ Optional. If specified, results will be filtered based on the LocationType. This
#### Defined in
-[generated-client/api/trailers-api.ts:783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L783)
+[generated-client/api/trailers-api.ts:820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L820)
___
@@ -330,7 +335,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/trailers-api.ts:923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L923)
+[generated-client/api/trailers-api.ts:995](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L995)
___
@@ -344,7 +349,7 @@ Optional. Specify additional filters to apply. This allows multiple, comma delim
#### Defined in
-[generated-client/api/trailers-api.ts:937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L937)
+[generated-client/api/trailers-api.ts:1009](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1009)
___
@@ -358,7 +363,7 @@ Optional. If specified, results will be filtered based on genre id. This allows
#### Defined in
-[generated-client/api/trailers-api.ts:1224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1224)
+[generated-client/api/trailers-api.ts:1296](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1296)
___
@@ -372,7 +377,7 @@ Optional. If specified, results will be filtered based on genre. This allows mul
#### Defined in
-[generated-client/api/trailers-api.ts:979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L979)
+[generated-client/api/trailers-api.ts:1051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1051)
___
@@ -386,7 +391,7 @@ Optional filter by items that have an imdb id or not.
#### Defined in
-[generated-client/api/trailers-api.ts:853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L853)
+[generated-client/api/trailers-api.ts:890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L890)
___
@@ -400,7 +405,7 @@ Optional filter by items that have official ratings.
#### Defined in
-[generated-client/api/trailers-api.ts:1140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1140)
+[generated-client/api/trailers-api.ts:1212](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1212)
___
@@ -414,7 +419,7 @@ Optional filter by items that have an overview or not.
#### Defined in
-[generated-client/api/trailers-api.ts:846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L846)
+[generated-client/api/trailers-api.ts:883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L883)
___
@@ -428,7 +433,7 @@ Optional filter by items that have or do not have a parental rating.
#### Defined in
-[generated-client/api/trailers-api.ts:755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L755)
+[generated-client/api/trailers-api.ts:792](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L792)
___
@@ -442,7 +447,7 @@ Optional filter by items with special features.
#### Defined in
-[generated-client/api/trailers-api.ts:727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L727)
+[generated-client/api/trailers-api.ts:764](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L764)
___
@@ -456,7 +461,7 @@ Optional filter by items with subtitles.
#### Defined in
-[generated-client/api/trailers-api.ts:720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L720)
+[generated-client/api/trailers-api.ts:757](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L757)
___
@@ -470,7 +475,7 @@ Optional filter by items with theme songs.
#### Defined in
-[generated-client/api/trailers-api.ts:706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L706)
+[generated-client/api/trailers-api.ts:743](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L743)
___
@@ -484,7 +489,7 @@ Optional filter by items with theme videos.
#### Defined in
-[generated-client/api/trailers-api.ts:713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L713)
+[generated-client/api/trailers-api.ts:750](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L750)
___
@@ -498,7 +503,7 @@ Optional filter by items that have a tmdb id or not.
#### Defined in
-[generated-client/api/trailers-api.ts:860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L860)
+[generated-client/api/trailers-api.ts:897](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L897)
___
@@ -512,7 +517,7 @@ Optional filter by items with trailers.
#### Defined in
-[generated-client/api/trailers-api.ts:734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L734)
+[generated-client/api/trailers-api.ts:771](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L771)
___
@@ -526,7 +531,7 @@ Optional filter by items that have a tvdb id or not.
#### Defined in
-[generated-client/api/trailers-api.ts:867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L867)
+[generated-client/api/trailers-api.ts:904](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L904)
___
@@ -540,7 +545,7 @@ Optional. If specific items are needed, specify a list of item id\'s to retr
#### Defined in
-[generated-client/api/trailers-api.ts:1105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1105)
+[generated-client/api/trailers-api.ts:1177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1177)
___
@@ -554,7 +559,7 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/trailers-api.ts:1014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1014)
+[generated-client/api/trailers-api.ts:1086](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1086)
___
@@ -568,7 +573,7 @@ Optional. If specified, results will be filtered based on those containing image
#### Defined in
-[generated-client/api/trailers-api.ts:958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L958)
+[generated-client/api/trailers-api.ts:1030](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1030)
___
@@ -582,7 +587,7 @@ Optional filter by items that are 3D, or not.
#### Defined in
-[generated-client/api/trailers-api.ts:1182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1182)
+[generated-client/api/trailers-api.ts:1254](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1254)
___
@@ -596,7 +601,7 @@ Optional filter by items that are 4K or not.
#### Defined in
-[generated-client/api/trailers-api.ts:769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L769)
+[generated-client/api/trailers-api.ts:806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L806)
___
@@ -610,7 +615,7 @@ Optional filter by items that are marked as favorite, or not.
#### Defined in
-[generated-client/api/trailers-api.ts:944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L944)
+[generated-client/api/trailers-api.ts:1016](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1016)
___
@@ -624,7 +629,21 @@ Optional filter by items that are HD or not.
#### Defined in
-[generated-client/api/trailers-api.ts:762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L762)
+[generated-client/api/trailers-api.ts:799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L799)
+
+___
+
+### isKids
+
+• `Optional` `Readonly` **isKids**: `boolean`
+
+Optional filter for live tv kids.
+
+**`memberof`** TrailersApiGetTrailers
+
+#### Defined in
+
+[generated-client/api/trailers-api.ts:932](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L932)
___
@@ -638,7 +657,7 @@ Optional filter by items that are locked.
#### Defined in
-[generated-client/api/trailers-api.ts:1126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1126)
+[generated-client/api/trailers-api.ts:1198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1198)
___
@@ -652,7 +671,35 @@ Optional filter by items that are missing episodes or not.
#### Defined in
-[generated-client/api/trailers-api.ts:790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L790)
+[generated-client/api/trailers-api.ts:827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L827)
+
+___
+
+### isMovie
+
+• `Optional` `Readonly` **isMovie**: `boolean`
+
+Optional filter for live tv movies.
+
+**`memberof`** TrailersApiGetTrailers
+
+#### Defined in
+
+[generated-client/api/trailers-api.ts:911](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L911)
+
+___
+
+### isNews
+
+• `Optional` `Readonly` **isNews**: `boolean`
+
+Optional filter for live tv news.
+
+**`memberof`** TrailersApiGetTrailers
+
+#### Defined in
+
+[generated-client/api/trailers-api.ts:925](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L925)
___
@@ -666,7 +713,7 @@ Optional filter by items that are placeholders.
#### Defined in
-[generated-client/api/trailers-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1133)
+[generated-client/api/trailers-api.ts:1205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1205)
___
@@ -680,7 +727,35 @@ Optional filter by items that are played, or not.
#### Defined in
-[generated-client/api/trailers-api.ts:972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L972)
+[generated-client/api/trailers-api.ts:1044](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1044)
+
+___
+
+### isSeries
+
+• `Optional` `Readonly` **isSeries**: `boolean`
+
+Optional filter for live tv series.
+
+**`memberof`** TrailersApiGetTrailers
+
+#### Defined in
+
+[generated-client/api/trailers-api.ts:918](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L918)
+
+___
+
+### isSports
+
+• `Optional` `Readonly` **isSports**: `boolean`
+
+Optional filter for live tv sports.
+
+**`memberof`** TrailersApiGetTrailers
+
+#### Defined in
+
+[generated-client/api/trailers-api.ts:939](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L939)
___
@@ -694,7 +769,7 @@ Optional filter by items that are unaired episodes or not.
#### Defined in
-[generated-client/api/trailers-api.ts:797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L797)
+[generated-client/api/trailers-api.ts:834](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L834)
___
@@ -708,7 +783,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/trailers-api.ts:888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L888)
+[generated-client/api/trailers-api.ts:960](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L960)
___
@@ -722,7 +797,7 @@ Optional. If specified, results will be filtered based on LocationType. This all
#### Defined in
-[generated-client/api/trailers-api.ts:776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L776)
+[generated-client/api/trailers-api.ts:813](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L813)
___
@@ -736,7 +811,7 @@ Optional. Filter by the maximum height of the item.
#### Defined in
-[generated-client/api/trailers-api.ts:1175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1175)
+[generated-client/api/trailers-api.ts:1247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1247)
___
@@ -750,7 +825,7 @@ Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/trailers-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L699)
+[generated-client/api/trailers-api.ts:736](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L736)
___
@@ -764,7 +839,7 @@ Optional. The maximum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/trailers-api.ts:839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L839)
+[generated-client/api/trailers-api.ts:876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L876)
___
@@ -778,7 +853,7 @@ Optional. Filter by the maximum width of the item.
#### Defined in
-[generated-client/api/trailers-api.ts:1168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1168)
+[generated-client/api/trailers-api.ts:1240](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1240)
___
@@ -792,7 +867,7 @@ Optional filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/trailers-api.ts:951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L951)
+[generated-client/api/trailers-api.ts:1023](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1023)
___
@@ -806,7 +881,7 @@ Optional filter by minimum community rating.
#### Defined in
-[generated-client/api/trailers-api.ts:804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L804)
+[generated-client/api/trailers-api.ts:841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L841)
___
@@ -820,7 +895,7 @@ Optional filter by minimum critic rating.
#### Defined in
-[generated-client/api/trailers-api.ts:811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L811)
+[generated-client/api/trailers-api.ts:848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L848)
___
@@ -834,7 +909,7 @@ Optional. The minimum last saved date. Format = ISO.
#### Defined in
-[generated-client/api/trailers-api.ts:825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L825)
+[generated-client/api/trailers-api.ts:862](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L862)
___
@@ -848,7 +923,7 @@ Optional. The minimum last saved date for the current user. Format = ISO.
#### Defined in
-[generated-client/api/trailers-api.ts:832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L832)
+[generated-client/api/trailers-api.ts:869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L869)
___
@@ -862,7 +937,7 @@ Optional. Filter by the minimum height of the item.
#### Defined in
-[generated-client/api/trailers-api.ts:1161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1161)
+[generated-client/api/trailers-api.ts:1233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1233)
___
@@ -876,7 +951,7 @@ Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
#### Defined in
-[generated-client/api/trailers-api.ts:1119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1119)
+[generated-client/api/trailers-api.ts:1191](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1191)
___
@@ -890,7 +965,7 @@ Optional. The minimum premiere date. Format = ISO.
#### Defined in
-[generated-client/api/trailers-api.ts:818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L818)
+[generated-client/api/trailers-api.ts:855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L855)
___
@@ -904,7 +979,7 @@ Optional. Filter by the minimum width of the item.
#### Defined in
-[generated-client/api/trailers-api.ts:1154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1154)
+[generated-client/api/trailers-api.ts:1226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1226)
___
@@ -918,7 +993,7 @@ Optional filter by items whose name is equally or lesser than a given input stri
#### Defined in
-[generated-client/api/trailers-api.ts:1210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1210)
+[generated-client/api/trailers-api.ts:1282](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1282)
___
@@ -932,7 +1007,7 @@ Optional filter by items whose name is sorted equally than a given input string.
#### Defined in
-[generated-client/api/trailers-api.ts:1203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1203)
+[generated-client/api/trailers-api.ts:1275](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1275)
___
@@ -946,7 +1021,7 @@ Optional filter by items whose name is sorted equally or greater than a given in
#### Defined in
-[generated-client/api/trailers-api.ts:1196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1196)
+[generated-client/api/trailers-api.ts:1268](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1268)
___
@@ -960,7 +1035,7 @@ Optional. If specified, results will be filtered based on OfficialRating. This a
#### Defined in
-[generated-client/api/trailers-api.ts:986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L986)
+[generated-client/api/trailers-api.ts:1058](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1058)
___
@@ -974,7 +1049,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/trailers-api.ts:916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L916)
+[generated-client/api/trailers-api.ts:988](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L988)
___
@@ -988,7 +1063,7 @@ Optional filter by parent index number.
#### Defined in
-[generated-client/api/trailers-api.ts:748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L748)
+[generated-client/api/trailers-api.ts:785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L785)
___
@@ -1002,7 +1077,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/trailers-api.ts:1028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1028)
+[generated-client/api/trailers-api.ts:1100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1100)
___
@@ -1016,7 +1091,7 @@ Optional. If specified, results will be filtered to include only those containin
#### Defined in
-[generated-client/api/trailers-api.ts:1035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1035)
+[generated-client/api/trailers-api.ts:1107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1107)
___
@@ -1030,7 +1105,7 @@ Optional. If specified, along with Person, results will be filtered to include o
#### Defined in
-[generated-client/api/trailers-api.ts:1042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1042)
+[generated-client/api/trailers-api.ts:1114](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1114)
___
@@ -1044,7 +1119,7 @@ When searching within folders, this determines whether or not the search will be
#### Defined in
-[generated-client/api/trailers-api.ts:895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L895)
+[generated-client/api/trailers-api.ts:967](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L967)
___
@@ -1058,7 +1133,7 @@ Optional. Filter based on a search term.
#### Defined in
-[generated-client/api/trailers-api.ts:902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L902)
+[generated-client/api/trailers-api.ts:974](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L974)
___
@@ -1072,7 +1147,7 @@ Optional filter by Series Status. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/trailers-api.ts:1189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1189)
+[generated-client/api/trailers-api.ts:1261](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1261)
___
@@ -1086,7 +1161,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Album, Albu
#### Defined in
-[generated-client/api/trailers-api.ts:965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L965)
+[generated-client/api/trailers-api.ts:1037](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1037)
___
@@ -1100,7 +1175,7 @@ Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/trailers-api.ts:909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L909)
+[generated-client/api/trailers-api.ts:981](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L981)
___
@@ -1114,7 +1189,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/trailers-api.ts:881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L881)
+[generated-client/api/trailers-api.ts:953](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L953)
___
@@ -1128,7 +1203,7 @@ Optional. If specified, results will be filtered based on studio id. This allows
#### Defined in
-[generated-client/api/trailers-api.ts:1217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1217)
+[generated-client/api/trailers-api.ts:1289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1289)
___
@@ -1142,7 +1217,7 @@ Optional. If specified, results will be filtered based on studio. This allows mu
#### Defined in
-[generated-client/api/trailers-api.ts:1049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1049)
+[generated-client/api/trailers-api.ts:1121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1121)
___
@@ -1156,7 +1231,7 @@ Optional. If specified, results will be filtered based on tag. This allows multi
#### Defined in
-[generated-client/api/trailers-api.ts:993](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L993)
+[generated-client/api/trailers-api.ts:1065](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1065)
___
@@ -1170,7 +1245,7 @@ The user id.
#### Defined in
-[generated-client/api/trailers-api.ts:692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L692)
+[generated-client/api/trailers-api.ts:729](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L729)
___
@@ -1184,7 +1259,7 @@ Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, com
#### Defined in
-[generated-client/api/trailers-api.ts:1112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1112)
+[generated-client/api/trailers-api.ts:1184](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1184)
___
@@ -1198,4 +1273,4 @@ Optional. If specified, results will be filtered based on production year. This
#### Defined in
-[generated-client/api/trailers-api.ts:1000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L1000)
+[generated-client/api/trailers-api.ts:1072](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L1072)
diff --git a/docs/interfaces/generated_client.TranscodingInfo.md b/docs/interfaces/generated_client.TranscodingInfo.md
index 0442e93fc..b93d24fca 100644
--- a/docs/interfaces/generated_client.TranscodingInfo.md
+++ b/docs/interfaces/generated_client.TranscodingInfo.md
@@ -18,6 +18,7 @@
- [CompletionPercentage](generated_client.TranscodingInfo.md#completionpercentage)
- [Container](generated_client.TranscodingInfo.md#container)
- [Framerate](generated_client.TranscodingInfo.md#framerate)
+- [HardwareAccelerationType](generated_client.TranscodingInfo.md#hardwareaccelerationtype)
- [Height](generated_client.TranscodingInfo.md#height)
- [IsAudioDirect](generated_client.TranscodingInfo.md#isaudiodirect)
- [IsVideoDirect](generated_client.TranscodingInfo.md#isvideodirect)
@@ -35,7 +36,7 @@
#### Defined in
-[generated-client/models/transcoding-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L89)
+[generated-client/models/transcoding-info.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L89)
___
@@ -47,7 +48,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L29)
+[generated-client/models/transcoding-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L29)
___
@@ -59,7 +60,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L59)
+[generated-client/models/transcoding-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L59)
___
@@ -71,7 +72,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L71)
+[generated-client/models/transcoding-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L71)
___
@@ -83,7 +84,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L41)
+[generated-client/models/transcoding-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L41)
___
@@ -95,7 +96,19 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L65)
+[generated-client/models/transcoding-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L65)
+
+___
+
+### HardwareAccelerationType
+
+• `Optional` **HardwareAccelerationType**: [`HardwareEncodingType`](../enums/generated_client.HardwareEncodingType.md)
+
+**`memberof`** TranscodingInfo
+
+#### Defined in
+
+[generated-client/models/transcoding-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L95)
___
@@ -107,7 +120,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L83)
+[generated-client/models/transcoding-info.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L83)
___
@@ -119,7 +132,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L53)
+[generated-client/models/transcoding-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L53)
___
@@ -131,19 +144,19 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L47)
+[generated-client/models/transcoding-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L47)
___
### TranscodeReasons
-• `Optional` **TranscodeReasons**: ``null`` \| [`TranscodeReason`](../enums/generated_client.TranscodeReason.md)[]
+• `Optional` **TranscodeReasons**: [`TranscodingInfoTranscodeReasonsEnum`](../enums/generated_client.TranscodingInfoTranscodeReasonsEnum.md)
**`memberof`** TranscodingInfo
#### Defined in
-[generated-client/models/transcoding-info.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L95)
+[generated-client/models/transcoding-info.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L101)
___
@@ -155,7 +168,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L35)
+[generated-client/models/transcoding-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L35)
___
@@ -167,4 +180,4 @@ ___
#### Defined in
-[generated-client/models/transcoding-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-info.ts#L77)
+[generated-client/models/transcoding-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-info.ts#L77)
diff --git a/docs/interfaces/generated_client.TranscodingProfile.md b/docs/interfaces/generated_client.TranscodingProfile.md
index db3b88b25..35872ff3d 100644
--- a/docs/interfaces/generated_client.TranscodingProfile.md
+++ b/docs/interfaces/generated_client.TranscodingProfile.md
@@ -14,6 +14,7 @@
- [AudioCodec](generated_client.TranscodingProfile.md#audiocodec)
- [BreakOnNonKeyFrames](generated_client.TranscodingProfile.md#breakonnonkeyframes)
+- [Conditions](generated_client.TranscodingProfile.md#conditions)
- [Container](generated_client.TranscodingProfile.md#container)
- [Context](generated_client.TranscodingProfile.md#context)
- [CopyTimestamps](generated_client.TranscodingProfile.md#copytimestamps)
@@ -32,13 +33,13 @@
### AudioCodec
-• `Optional` **AudioCodec**: ``null`` \| `string`
+• `Optional` **AudioCodec**: `string`
**`memberof`** TranscodingProfile
#### Defined in
-[generated-client/models/transcoding-profile.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L49)
+[generated-client/models/transcoding-profile.ts:50](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L50)
___
@@ -50,19 +51,31 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L115)
+[generated-client/models/transcoding-profile.ts:116](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L116)
+
+___
+
+### Conditions
+
+• `Optional` **Conditions**: [`ProfileCondition`](generated_client.ProfileCondition.md)[]
+
+**`memberof`** TranscodingProfile
+
+#### Defined in
+
+[generated-client/models/transcoding-profile.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L122)
___
### Container
-• `Optional` **Container**: ``null`` \| `string`
+• `Optional` **Container**: `string`
**`memberof`** TranscodingProfile
#### Defined in
-[generated-client/models/transcoding-profile.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L31)
+[generated-client/models/transcoding-profile.ts:32](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L32)
___
@@ -74,7 +87,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L85)
+[generated-client/models/transcoding-profile.ts:86](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L86)
___
@@ -86,7 +99,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L79)
+[generated-client/models/transcoding-profile.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L80)
___
@@ -98,7 +111,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L67)
+[generated-client/models/transcoding-profile.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L68)
___
@@ -110,7 +123,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L91)
+[generated-client/models/transcoding-profile.ts:92](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L92)
___
@@ -122,7 +135,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L61)
+[generated-client/models/transcoding-profile.ts:62](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L62)
___
@@ -134,7 +147,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L97)
+[generated-client/models/transcoding-profile.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L98)
___
@@ -146,19 +159,19 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L103)
+[generated-client/models/transcoding-profile.ts:104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L104)
___
### Protocol
-• `Optional` **Protocol**: ``null`` \| `string`
+• `Optional` **Protocol**: `string`
**`memberof`** TranscodingProfile
#### Defined in
-[generated-client/models/transcoding-profile.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L55)
+[generated-client/models/transcoding-profile.ts:56](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L56)
___
@@ -170,7 +183,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L109)
+[generated-client/models/transcoding-profile.ts:110](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L110)
___
@@ -182,7 +195,7 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L73)
+[generated-client/models/transcoding-profile.ts:74](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L74)
___
@@ -194,16 +207,16 @@ ___
#### Defined in
-[generated-client/models/transcoding-profile.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L37)
+[generated-client/models/transcoding-profile.ts:38](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L38)
___
### VideoCodec
-• `Optional` **VideoCodec**: ``null`` \| `string`
+• `Optional` **VideoCodec**: `string`
**`memberof`** TranscodingProfile
#### Defined in
-[generated-client/models/transcoding-profile.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/transcoding-profile.ts#L43)
+[generated-client/models/transcoding-profile.ts:44](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/transcoding-profile.ts#L44)
diff --git a/docs/interfaces/generated_client.TunerChannelMapping.md b/docs/interfaces/generated_client.TunerChannelMapping.md
index 51c48ef49..9b8bcd5e8 100644
--- a/docs/interfaces/generated_client.TunerChannelMapping.md
+++ b/docs/interfaces/generated_client.TunerChannelMapping.md
@@ -27,7 +27,7 @@
#### Defined in
-[generated-client/models/tuner-channel-mapping.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-channel-mapping.ts#L46)
+[generated-client/models/tuner-channel-mapping.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-channel-mapping.ts#L46)
___
@@ -39,7 +39,7 @@ ___
#### Defined in
-[generated-client/models/tuner-channel-mapping.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-channel-mapping.ts#L28)
+[generated-client/models/tuner-channel-mapping.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-channel-mapping.ts#L28)
___
@@ -51,7 +51,7 @@ ___
#### Defined in
-[generated-client/models/tuner-channel-mapping.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-channel-mapping.ts#L40)
+[generated-client/models/tuner-channel-mapping.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-channel-mapping.ts#L40)
___
@@ -63,4 +63,4 @@ ___
#### Defined in
-[generated-client/models/tuner-channel-mapping.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-channel-mapping.ts#L34)
+[generated-client/models/tuner-channel-mapping.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-channel-mapping.ts#L34)
diff --git a/docs/interfaces/generated_client.TunerHostInfo.md b/docs/interfaces/generated_client.TunerHostInfo.md
index 3b0ac76d9..57c42ee68 100644
--- a/docs/interfaces/generated_client.TunerHostInfo.md
+++ b/docs/interfaces/generated_client.TunerHostInfo.md
@@ -34,7 +34,7 @@
#### Defined in
-[generated-client/models/tuner-host-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L64)
+[generated-client/models/tuner-host-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L64)
___
@@ -46,7 +46,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L46)
+[generated-client/models/tuner-host-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L46)
___
@@ -58,7 +58,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L70)
+[generated-client/models/tuner-host-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L70)
___
@@ -70,7 +70,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L52)
+[generated-client/models/tuner-host-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L52)
___
@@ -82,7 +82,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L28)
+[generated-client/models/tuner-host-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L28)
___
@@ -94,7 +94,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L58)
+[generated-client/models/tuner-host-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L58)
___
@@ -106,7 +106,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L76)
+[generated-client/models/tuner-host-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L76)
___
@@ -118,7 +118,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L82)
+[generated-client/models/tuner-host-info.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L82)
___
@@ -130,7 +130,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L40)
+[generated-client/models/tuner-host-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L40)
___
@@ -142,7 +142,7 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L34)
+[generated-client/models/tuner-host-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L34)
___
@@ -154,4 +154,4 @@ ___
#### Defined in
-[generated-client/models/tuner-host-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/tuner-host-info.ts#L88)
+[generated-client/models/tuner-host-info.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/tuner-host-info.ts#L88)
diff --git a/docs/interfaces/generated_client.TvShowsApiGetEpisodesRequest.md b/docs/interfaces/generated_client.TvShowsApiGetEpisodesRequest.md
index d1b718b1e..f8302006d 100644
--- a/docs/interfaces/generated_client.TvShowsApiGetEpisodesRequest.md
+++ b/docs/interfaces/generated_client.TvShowsApiGetEpisodesRequest.md
@@ -42,7 +42,7 @@ Optional. Return items that are siblings of a supplied item.
#### Defined in
-[generated-client/api/tv-shows-api.ts:641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L641)
+[generated-client/api/tv-shows-api.ts:657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L657)
___
@@ -56,7 +56,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:683](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L683)
+[generated-client/api/tv-shows-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L699)
___
@@ -70,7 +70,7 @@ Optional, include image information in output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L669)
+[generated-client/api/tv-shows-api.ts:685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L685)
___
@@ -84,7 +84,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/tv-shows-api.ts:690](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L690)
+[generated-client/api/tv-shows-api.ts:706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L706)
___
@@ -98,7 +98,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/tv-shows-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L613)
+[generated-client/api/tv-shows-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L629)
___
@@ -112,7 +112,7 @@ Optional, the max number of images to return, per image type.
#### Defined in
-[generated-client/api/tv-shows-api.ts:676](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L676)
+[generated-client/api/tv-shows-api.ts:692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L692)
___
@@ -126,7 +126,7 @@ Optional. Filter by items that are missing episodes or not.
#### Defined in
-[generated-client/api/tv-shows-api.ts:634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L634)
+[generated-client/api/tv-shows-api.ts:650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L650)
___
@@ -140,7 +140,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/tv-shows-api.ts:662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L662)
+[generated-client/api/tv-shows-api.ts:678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L678)
___
@@ -154,7 +154,7 @@ Optional filter by season number.
#### Defined in
-[generated-client/api/tv-shows-api.ts:620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L620)
+[generated-client/api/tv-shows-api.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L636)
___
@@ -168,7 +168,7 @@ Optional. Filter by season id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L627)
+[generated-client/api/tv-shows-api.ts:643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L643)
___
@@ -182,7 +182,7 @@ The series id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L599)
+[generated-client/api/tv-shows-api.ts:615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L615)
___
@@ -196,7 +196,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Album, Albu
#### Defined in
-[generated-client/api/tv-shows-api.ts:697](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L697)
+[generated-client/api/tv-shows-api.ts:713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L713)
___
@@ -210,7 +210,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/tv-shows-api.ts:655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L655)
+[generated-client/api/tv-shows-api.ts:671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L671)
___
@@ -224,7 +224,7 @@ Optional. Skip through the list until a given item is found.
#### Defined in
-[generated-client/api/tv-shows-api.ts:648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L648)
+[generated-client/api/tv-shows-api.ts:664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L664)
___
@@ -238,4 +238,4 @@ The user id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L606)
+[generated-client/api/tv-shows-api.ts:622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L622)
diff --git a/docs/interfaces/generated_client.TvShowsApiGetNextUpRequest.md b/docs/interfaces/generated_client.TvShowsApiGetNextUpRequest.md
index 2ae4fc498..96b769149 100644
--- a/docs/interfaces/generated_client.TvShowsApiGetNextUpRequest.md
+++ b/docs/interfaces/generated_client.TvShowsApiGetNextUpRequest.md
@@ -16,12 +16,14 @@ Request parameters for getNextUp operation in TvShowsApi.
- [disableFirstEpisode](generated_client.TvShowsApiGetNextUpRequest.md#disablefirstepisode)
- [enableImageTypes](generated_client.TvShowsApiGetNextUpRequest.md#enableimagetypes)
-- [enableImges](generated_client.TvShowsApiGetNextUpRequest.md#enableimges)
+- [enableImages](generated_client.TvShowsApiGetNextUpRequest.md#enableimages)
+- [enableRewatching](generated_client.TvShowsApiGetNextUpRequest.md#enablerewatching)
- [enableTotalRecordCount](generated_client.TvShowsApiGetNextUpRequest.md#enabletotalrecordcount)
- [enableUserData](generated_client.TvShowsApiGetNextUpRequest.md#enableuserdata)
- [fields](generated_client.TvShowsApiGetNextUpRequest.md#fields)
- [imageTypeLimit](generated_client.TvShowsApiGetNextUpRequest.md#imagetypelimit)
- [limit](generated_client.TvShowsApiGetNextUpRequest.md#limit)
+- [nextUpDateCutoff](generated_client.TvShowsApiGetNextUpRequest.md#nextupdatecutoff)
- [parentId](generated_client.TvShowsApiGetNextUpRequest.md#parentid)
- [seriesId](generated_client.TvShowsApiGetNextUpRequest.md#seriesid)
- [startIndex](generated_client.TvShowsApiGetNextUpRequest.md#startindex)
@@ -39,7 +41,7 @@ Whether to disable sending the first episode in a series as next up.
#### Defined in
-[generated-client/api/tv-shows-api.ts:788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L788)
+[generated-client/api/tv-shows-api.ts:811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L811)
___
@@ -53,13 +55,13 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:767](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L767)
+[generated-client/api/tv-shows-api.ts:783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L783)
___
-### enableImges
+### enableImages
-• `Optional` `Readonly` **enableImges**: `boolean`
+• `Optional` `Readonly` **enableImages**: `boolean`
Optional. Include image information in output.
@@ -67,7 +69,21 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:753](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L753)
+[generated-client/api/tv-shows-api.ts:769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L769)
+
+___
+
+### enableRewatching
+
+• `Optional` `Readonly` **enableRewatching**: `boolean`
+
+Whether to include watched episode in next up results.
+
+**`memberof`** TvShowsApiGetNextUp
+
+#### Defined in
+
+[generated-client/api/tv-shows-api.ts:818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L818)
___
@@ -81,7 +97,7 @@ Whether to enable the total records count. Defaults to true.
#### Defined in
-[generated-client/api/tv-shows-api.ts:781](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L781)
+[generated-client/api/tv-shows-api.ts:804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L804)
___
@@ -95,7 +111,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/tv-shows-api.ts:774](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L774)
+[generated-client/api/tv-shows-api.ts:790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L790)
___
@@ -109,7 +125,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:732](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L732)
+[generated-client/api/tv-shows-api.ts:748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L748)
___
@@ -123,7 +139,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/tv-shows-api.ts:760](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L760)
+[generated-client/api/tv-shows-api.ts:776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L776)
___
@@ -137,7 +153,21 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/tv-shows-api.ts:725](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L725)
+[generated-client/api/tv-shows-api.ts:741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L741)
+
+___
+
+### nextUpDateCutoff
+
+• `Optional` `Readonly` **nextUpDateCutoff**: `string`
+
+Optional. Starting date of shows to show in Next Up section.
+
+**`memberof`** TvShowsApiGetNextUp
+
+#### Defined in
+
+[generated-client/api/tv-shows-api.ts:797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L797)
___
@@ -151,7 +181,7 @@ Optional. Specify this to localize the search to a specific item or folder. Omit
#### Defined in
-[generated-client/api/tv-shows-api.ts:746](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L746)
+[generated-client/api/tv-shows-api.ts:762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L762)
___
@@ -165,7 +195,7 @@ Optional. Filter by series id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:739](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L739)
+[generated-client/api/tv-shows-api.ts:755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L755)
___
@@ -179,7 +209,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/tv-shows-api.ts:718](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L718)
+[generated-client/api/tv-shows-api.ts:734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L734)
___
@@ -193,4 +223,4 @@ The user id of the user to get the next up episodes for.
#### Defined in
-[generated-client/api/tv-shows-api.ts:711](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L711)
+[generated-client/api/tv-shows-api.ts:727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L727)
diff --git a/docs/interfaces/generated_client.TvShowsApiGetSeasonsRequest.md b/docs/interfaces/generated_client.TvShowsApiGetSeasonsRequest.md
index a264c6caf..22112d3ed 100644
--- a/docs/interfaces/generated_client.TvShowsApiGetSeasonsRequest.md
+++ b/docs/interfaces/generated_client.TvShowsApiGetSeasonsRequest.md
@@ -37,7 +37,7 @@ Optional. Return items that are siblings of a supplied item.
#### Defined in
-[generated-client/api/tv-shows-api.ts:837](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L837)
+[generated-client/api/tv-shows-api.ts:867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L867)
___
@@ -51,7 +51,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:858](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L858)
+[generated-client/api/tv-shows-api.ts:888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L888)
___
@@ -65,7 +65,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:844](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L844)
+[generated-client/api/tv-shows-api.ts:874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L874)
___
@@ -79,7 +79,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/tv-shows-api.ts:865](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L865)
+[generated-client/api/tv-shows-api.ts:895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L895)
___
@@ -93,7 +93,7 @@ Optional. Specify additional fields of information to return in the output. This
#### Defined in
-[generated-client/api/tv-shows-api.ts:816](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L816)
+[generated-client/api/tv-shows-api.ts:846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L846)
___
@@ -107,7 +107,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/tv-shows-api.ts:851](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L851)
+[generated-client/api/tv-shows-api.ts:881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L881)
___
@@ -121,7 +121,7 @@ Optional. Filter by items that are missing episodes or not.
#### Defined in
-[generated-client/api/tv-shows-api.ts:830](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L830)
+[generated-client/api/tv-shows-api.ts:860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L860)
___
@@ -135,7 +135,7 @@ Optional. Filter by special season.
#### Defined in
-[generated-client/api/tv-shows-api.ts:823](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L823)
+[generated-client/api/tv-shows-api.ts:853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L853)
___
@@ -149,7 +149,7 @@ The series id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:802](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L802)
+[generated-client/api/tv-shows-api.ts:832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L832)
___
@@ -163,4 +163,4 @@ The user id.
#### Defined in
-[generated-client/api/tv-shows-api.ts:809](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L809)
+[generated-client/api/tv-shows-api.ts:839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L839)
diff --git a/docs/interfaces/generated_client.TvShowsApiGetUpcomingEpisodesRequest.md b/docs/interfaces/generated_client.TvShowsApiGetUpcomingEpisodesRequest.md
index ba7f891b2..467336420 100644
--- a/docs/interfaces/generated_client.TvShowsApiGetUpcomingEpisodesRequest.md
+++ b/docs/interfaces/generated_client.TvShowsApiGetUpcomingEpisodesRequest.md
@@ -15,7 +15,7 @@ Request parameters for getUpcomingEpisodes operation in TvShowsApi.
### Properties
- [enableImageTypes](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#enableimagetypes)
-- [enableImges](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#enableimges)
+- [enableImages](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#enableimages)
- [enableUserData](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#enableuserdata)
- [fields](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#fields)
- [imageTypeLimit](generated_client.TvShowsApiGetUpcomingEpisodesRequest.md#imagetypelimit)
@@ -36,13 +36,13 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:928](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L928)
+[generated-client/api/tv-shows-api.ts:958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L958)
___
-### enableImges
+### enableImages
-• `Optional` `Readonly` **enableImges**: `boolean`
+• `Optional` `Readonly` **enableImages**: `boolean`
Optional. Include image information in output.
@@ -50,7 +50,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:914](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L914)
+[generated-client/api/tv-shows-api.ts:944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L944)
___
@@ -64,7 +64,7 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/tv-shows-api.ts:935](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L935)
+[generated-client/api/tv-shows-api.ts:965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L965)
___
@@ -78,7 +78,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/tv-shows-api.ts:900](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L900)
+[generated-client/api/tv-shows-api.ts:930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L930)
___
@@ -92,7 +92,7 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/tv-shows-api.ts:921](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L921)
+[generated-client/api/tv-shows-api.ts:951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L951)
___
@@ -106,7 +106,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/tv-shows-api.ts:893](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L893)
+[generated-client/api/tv-shows-api.ts:923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L923)
___
@@ -120,7 +120,7 @@ Optional. Specify this to localize the search to a specific item or folder. Omit
#### Defined in
-[generated-client/api/tv-shows-api.ts:907](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L907)
+[generated-client/api/tv-shows-api.ts:937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L937)
___
@@ -134,7 +134,7 @@ Optional. The record index to start at. All items with a lower index will be dro
#### Defined in
-[generated-client/api/tv-shows-api.ts:886](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L886)
+[generated-client/api/tv-shows-api.ts:916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L916)
___
@@ -148,4 +148,4 @@ The user id of the user to get the upcoming episodes for.
#### Defined in
-[generated-client/api/tv-shows-api.ts:879](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L879)
+[generated-client/api/tv-shows-api.ts:909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L909)
diff --git a/docs/interfaces/generated_client.TypeOptions.md b/docs/interfaces/generated_client.TypeOptions.md
index f8ff39544..e47f2ee2a 100644
--- a/docs/interfaces/generated_client.TypeOptions.md
+++ b/docs/interfaces/generated_client.TypeOptions.md
@@ -29,7 +29,7 @@
#### Defined in
-[generated-client/models/type-options.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L53)
+[generated-client/models/type-options.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L53)
___
@@ -41,7 +41,7 @@ ___
#### Defined in
-[generated-client/models/type-options.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L47)
+[generated-client/models/type-options.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L47)
___
@@ -53,7 +53,7 @@ ___
#### Defined in
-[generated-client/models/type-options.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L59)
+[generated-client/models/type-options.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L59)
___
@@ -65,7 +65,7 @@ ___
#### Defined in
-[generated-client/models/type-options.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L41)
+[generated-client/models/type-options.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L41)
___
@@ -77,7 +77,7 @@ ___
#### Defined in
-[generated-client/models/type-options.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L35)
+[generated-client/models/type-options.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L35)
___
@@ -89,4 +89,4 @@ ___
#### Defined in
-[generated-client/models/type-options.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/type-options.ts#L29)
+[generated-client/models/type-options.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/type-options.ts#L29)
diff --git a/docs/interfaces/generated_client.UniversalAudioApiGetUniversalAudioStreamRequest.md b/docs/interfaces/generated_client.UniversalAudioApiGetUniversalAudioStreamRequest.md
index 2915345c8..46265ec36 100644
--- a/docs/interfaces/generated_client.UniversalAudioApiGetUniversalAudioStreamRequest.md
+++ b/docs/interfaces/generated_client.UniversalAudioApiGetUniversalAudioStreamRequest.md
@@ -45,7 +45,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/universal-audio-api.ts:480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L480)
+[generated-client/api/universal-audio-api.ts:480](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L480)
___
@@ -59,7 +59,7 @@ Optional. The audio codec to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:452](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L452)
+[generated-client/api/universal-audio-api.ts:452](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L452)
___
@@ -73,7 +73,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/universal-audio-api.ts:529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L529)
+[generated-client/api/universal-audio-api.ts:529](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L529)
___
@@ -87,7 +87,7 @@ Optional. The audio container.
#### Defined in
-[generated-client/api/universal-audio-api.ts:424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L424)
+[generated-client/api/universal-audio-api.ts:424](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L424)
___
@@ -101,7 +101,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/universal-audio-api.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L438)
+[generated-client/api/universal-audio-api.ts:438](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L438)
___
@@ -115,7 +115,7 @@ Whether to enable redirection. Defaults to true.
#### Defined in
-[generated-client/api/universal-audio-api.ts:536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L536)
+[generated-client/api/universal-audio-api.ts:536](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L536)
___
@@ -129,7 +129,7 @@ Optional. Whether to enable remote media.
#### Defined in
-[generated-client/api/universal-audio-api.ts:522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L522)
+[generated-client/api/universal-audio-api.ts:522](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L522)
___
@@ -143,7 +143,7 @@ The item id.
#### Defined in
-[generated-client/api/universal-audio-api.ts:417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L417)
+[generated-client/api/universal-audio-api.ts:417](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L417)
___
@@ -157,7 +157,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/universal-audio-api.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L515)
+[generated-client/api/universal-audio-api.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L515)
___
@@ -171,7 +171,7 @@ Optional. The maximum number of audio channels.
#### Defined in
-[generated-client/api/universal-audio-api.ts:459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L459)
+[generated-client/api/universal-audio-api.ts:459](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L459)
___
@@ -185,7 +185,7 @@ Optional. The maximum audio sample rate.
#### Defined in
-[generated-client/api/universal-audio-api.ts:508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L508)
+[generated-client/api/universal-audio-api.ts:508](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L508)
___
@@ -199,7 +199,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/universal-audio-api.ts:473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L473)
+[generated-client/api/universal-audio-api.ts:473](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L473)
___
@@ -213,7 +213,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/universal-audio-api.ts:431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L431)
+[generated-client/api/universal-audio-api.ts:431](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L431)
___
@@ -227,7 +227,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/universal-audio-api.ts:487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L487)
+[generated-client/api/universal-audio-api.ts:487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L487)
___
@@ -241,7 +241,7 @@ Optional. The number of how many audio channels to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L466)
+[generated-client/api/universal-audio-api.ts:466](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L466)
___
@@ -255,7 +255,7 @@ Optional. The container to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L494)
+[generated-client/api/universal-audio-api.ts:494](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L494)
___
@@ -269,7 +269,7 @@ Optional. The transcoding protocol.
#### Defined in
-[generated-client/api/universal-audio-api.ts:501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L501)
+[generated-client/api/universal-audio-api.ts:501](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L501)
___
@@ -283,4 +283,4 @@ Optional. The user id.
#### Defined in
-[generated-client/api/universal-audio-api.ts:445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L445)
+[generated-client/api/universal-audio-api.ts:445](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L445)
diff --git a/docs/interfaces/generated_client.UniversalAudioApiHeadUniversalAudioStreamRequest.md b/docs/interfaces/generated_client.UniversalAudioApiHeadUniversalAudioStreamRequest.md
index 1958cf6b7..df1ae4997 100644
--- a/docs/interfaces/generated_client.UniversalAudioApiHeadUniversalAudioStreamRequest.md
+++ b/docs/interfaces/generated_client.UniversalAudioApiHeadUniversalAudioStreamRequest.md
@@ -45,7 +45,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/universal-audio-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L613)
+[generated-client/api/universal-audio-api.ts:613](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L613)
___
@@ -59,7 +59,7 @@ Optional. The audio codec to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L585)
+[generated-client/api/universal-audio-api.ts:585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L585)
___
@@ -73,7 +73,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/universal-audio-api.ts:662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L662)
+[generated-client/api/universal-audio-api.ts:662](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L662)
___
@@ -87,7 +87,7 @@ Optional. The audio container.
#### Defined in
-[generated-client/api/universal-audio-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L557)
+[generated-client/api/universal-audio-api.ts:557](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L557)
___
@@ -101,7 +101,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/universal-audio-api.ts:571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L571)
+[generated-client/api/universal-audio-api.ts:571](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L571)
___
@@ -115,7 +115,7 @@ Whether to enable redirection. Defaults to true.
#### Defined in
-[generated-client/api/universal-audio-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L669)
+[generated-client/api/universal-audio-api.ts:669](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L669)
___
@@ -129,7 +129,7 @@ Optional. Whether to enable remote media.
#### Defined in
-[generated-client/api/universal-audio-api.ts:655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L655)
+[generated-client/api/universal-audio-api.ts:655](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L655)
___
@@ -143,7 +143,7 @@ The item id.
#### Defined in
-[generated-client/api/universal-audio-api.ts:550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L550)
+[generated-client/api/universal-audio-api.ts:550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L550)
___
@@ -157,7 +157,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/universal-audio-api.ts:648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L648)
+[generated-client/api/universal-audio-api.ts:648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L648)
___
@@ -171,7 +171,7 @@ Optional. The maximum number of audio channels.
#### Defined in
-[generated-client/api/universal-audio-api.ts:592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L592)
+[generated-client/api/universal-audio-api.ts:592](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L592)
___
@@ -185,7 +185,7 @@ Optional. The maximum audio sample rate.
#### Defined in
-[generated-client/api/universal-audio-api.ts:641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L641)
+[generated-client/api/universal-audio-api.ts:641](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L641)
___
@@ -199,7 +199,7 @@ Optional. The maximum streaming bitrate.
#### Defined in
-[generated-client/api/universal-audio-api.ts:606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L606)
+[generated-client/api/universal-audio-api.ts:606](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L606)
___
@@ -213,7 +213,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/universal-audio-api.ts:564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L564)
+[generated-client/api/universal-audio-api.ts:564](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L564)
___
@@ -227,7 +227,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/universal-audio-api.ts:620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L620)
+[generated-client/api/universal-audio-api.ts:620](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L620)
___
@@ -241,7 +241,7 @@ Optional. The number of how many audio channels to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L599)
+[generated-client/api/universal-audio-api.ts:599](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L599)
___
@@ -255,7 +255,7 @@ Optional. The container to transcode to.
#### Defined in
-[generated-client/api/universal-audio-api.ts:627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L627)
+[generated-client/api/universal-audio-api.ts:627](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L627)
___
@@ -269,7 +269,7 @@ Optional. The transcoding protocol.
#### Defined in
-[generated-client/api/universal-audio-api.ts:634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L634)
+[generated-client/api/universal-audio-api.ts:634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L634)
___
@@ -283,4 +283,4 @@ Optional. The user id.
#### Defined in
-[generated-client/api/universal-audio-api.ts:578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L578)
+[generated-client/api/universal-audio-api.ts:578](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L578)
diff --git a/docs/interfaces/generated_client.UpdateLibraryOptionsDto.md b/docs/interfaces/generated_client.UpdateLibraryOptionsDto.md
index 0342262f4..bda624aa5 100644
--- a/docs/interfaces/generated_client.UpdateLibraryOptionsDto.md
+++ b/docs/interfaces/generated_client.UpdateLibraryOptionsDto.md
@@ -29,7 +29,7 @@ Gets or sets the library item id.
#### Defined in
-[generated-client/models/update-library-options-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-library-options-dto.ts#L29)
+[generated-client/models/update-library-options-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-library-options-dto.ts#L29)
___
@@ -41,4 +41,4 @@ ___
#### Defined in
-[generated-client/models/update-library-options-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-library-options-dto.ts#L35)
+[generated-client/models/update-library-options-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-library-options-dto.ts#L35)
diff --git a/docs/interfaces/generated_client.UpdateMediaPathRequestDto.md b/docs/interfaces/generated_client.UpdateMediaPathRequestDto.md
index bcaf2f65e..cb4e9fba1 100644
--- a/docs/interfaces/generated_client.UpdateMediaPathRequestDto.md
+++ b/docs/interfaces/generated_client.UpdateMediaPathRequestDto.md
@@ -29,7 +29,7 @@ Gets or sets the library name.
#### Defined in
-[generated-client/models/update-media-path-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-media-path-request-dto.ts#L29)
+[generated-client/models/update-media-path-request-dto.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-media-path-request-dto.ts#L29)
___
@@ -41,4 +41,4 @@ ___
#### Defined in
-[generated-client/models/update-media-path-request-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-media-path-request-dto.ts#L35)
+[generated-client/models/update-media-path-request-dto.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-media-path-request-dto.ts#L35)
diff --git a/docs/interfaces/generated_client.UpdateUserEasyPassword.md b/docs/interfaces/generated_client.UpdateUserEasyPassword.md
index 23b64b49b..dc1ad2c36 100644
--- a/docs/interfaces/generated_client.UpdateUserEasyPassword.md
+++ b/docs/interfaces/generated_client.UpdateUserEasyPassword.md
@@ -30,7 +30,7 @@ Gets or sets the new sha1-hashed password.
#### Defined in
-[generated-client/models/update-user-easy-password.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-easy-password.ts#L28)
+[generated-client/models/update-user-easy-password.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-easy-password.ts#L28)
___
@@ -44,7 +44,7 @@ Gets or sets the new password.
#### Defined in
-[generated-client/models/update-user-easy-password.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-easy-password.ts#L34)
+[generated-client/models/update-user-easy-password.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-easy-password.ts#L34)
___
@@ -58,4 +58,4 @@ Gets or sets a value indicating whether to reset the password.
#### Defined in
-[generated-client/models/update-user-easy-password.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-easy-password.ts#L40)
+[generated-client/models/update-user-easy-password.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-easy-password.ts#L40)
diff --git a/docs/interfaces/generated_client.UpdateUserPassword.md b/docs/interfaces/generated_client.UpdateUserPassword.md
index 26a09d0f5..94088672a 100644
--- a/docs/interfaces/generated_client.UpdateUserPassword.md
+++ b/docs/interfaces/generated_client.UpdateUserPassword.md
@@ -31,7 +31,7 @@ Gets or sets the current sha1-hashed password.
#### Defined in
-[generated-client/models/update-user-password.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-password.ts#L28)
+[generated-client/models/update-user-password.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-password.ts#L28)
___
@@ -45,7 +45,7 @@ Gets or sets the current plain text password.
#### Defined in
-[generated-client/models/update-user-password.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-password.ts#L34)
+[generated-client/models/update-user-password.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-password.ts#L34)
___
@@ -59,7 +59,7 @@ Gets or sets the new plain text password.
#### Defined in
-[generated-client/models/update-user-password.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-password.ts#L40)
+[generated-client/models/update-user-password.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-password.ts#L40)
___
@@ -73,4 +73,4 @@ Gets or sets a value indicating whether to reset the password.
#### Defined in
-[generated-client/models/update-user-password.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/update-user-password.ts#L46)
+[generated-client/models/update-user-password.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/update-user-password.ts#L46)
diff --git a/docs/interfaces/generated_client.UploadSubtitleDto.md b/docs/interfaces/generated_client.UploadSubtitleDto.md
index 0f4e7d284..83c33a502 100644
--- a/docs/interfaces/generated_client.UploadSubtitleDto.md
+++ b/docs/interfaces/generated_client.UploadSubtitleDto.md
@@ -31,7 +31,7 @@ Gets or sets the subtitle data.
#### Defined in
-[generated-client/models/upload-subtitle-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/upload-subtitle-dto.ts#L46)
+[generated-client/models/upload-subtitle-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/upload-subtitle-dto.ts#L46)
___
@@ -45,7 +45,7 @@ Gets or sets the subtitle format.
#### Defined in
-[generated-client/models/upload-subtitle-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/upload-subtitle-dto.ts#L34)
+[generated-client/models/upload-subtitle-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/upload-subtitle-dto.ts#L34)
___
@@ -59,7 +59,7 @@ Gets or sets a value indicating whether the subtitle is forced.
#### Defined in
-[generated-client/models/upload-subtitle-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/upload-subtitle-dto.ts#L40)
+[generated-client/models/upload-subtitle-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/upload-subtitle-dto.ts#L40)
___
@@ -73,4 +73,4 @@ Gets or sets the subtitle language.
#### Defined in
-[generated-client/models/upload-subtitle-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/upload-subtitle-dto.ts#L28)
+[generated-client/models/upload-subtitle-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/upload-subtitle-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.UserApiAuthenticateUserByNameRequest.md b/docs/interfaces/generated_client.UserApiAuthenticateUserByNameRequest.md
index c425cb93f..6c6577b4e 100644
--- a/docs/interfaces/generated_client.UserApiAuthenticateUserByNameRequest.md
+++ b/docs/interfaces/generated_client.UserApiAuthenticateUserByNameRequest.md
@@ -28,4 +28,4 @@ The M:Jellyfin.Api.Controllers.UserController.AuthenticateUserByName(Jellyfin.Ap
#### Defined in
-[generated-client/api/user-api.ts:1091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1091)
+[generated-client/api/user-api.ts:1091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1091)
diff --git a/docs/interfaces/generated_client.UserApiAuthenticateUserRequest.md b/docs/interfaces/generated_client.UserApiAuthenticateUserRequest.md
index b34504f45..b73b3a02d 100644
--- a/docs/interfaces/generated_client.UserApiAuthenticateUserRequest.md
+++ b/docs/interfaces/generated_client.UserApiAuthenticateUserRequest.md
@@ -30,7 +30,7 @@ The password sha1-hash.
#### Defined in
-[generated-client/api/user-api.ts:1077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1077)
+[generated-client/api/user-api.ts:1077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1077)
___
@@ -44,7 +44,7 @@ The password as plain text.
#### Defined in
-[generated-client/api/user-api.ts:1070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1070)
+[generated-client/api/user-api.ts:1070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1070)
___
@@ -58,4 +58,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1063)
+[generated-client/api/user-api.ts:1063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1063)
diff --git a/docs/interfaces/generated_client.UserApiAuthenticateWithQuickConnectRequest.md b/docs/interfaces/generated_client.UserApiAuthenticateWithQuickConnectRequest.md
index 87442640c..9a528ef9e 100644
--- a/docs/interfaces/generated_client.UserApiAuthenticateWithQuickConnectRequest.md
+++ b/docs/interfaces/generated_client.UserApiAuthenticateWithQuickConnectRequest.md
@@ -28,4 +28,4 @@ The Jellyfin.Api.Models.UserDtos.QuickConnectDto request.
#### Defined in
-[generated-client/api/user-api.ts:1105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1105)
+[generated-client/api/user-api.ts:1105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1105)
diff --git a/docs/interfaces/generated_client.UserApiCreateUserByNameRequest.md b/docs/interfaces/generated_client.UserApiCreateUserByNameRequest.md
index 3a435dde5..6a6b71b7f 100644
--- a/docs/interfaces/generated_client.UserApiCreateUserByNameRequest.md
+++ b/docs/interfaces/generated_client.UserApiCreateUserByNameRequest.md
@@ -28,4 +28,4 @@ The create user by name request body.
#### Defined in
-[generated-client/api/user-api.ts:1119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1119)
+[generated-client/api/user-api.ts:1119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1119)
diff --git a/docs/interfaces/generated_client.UserApiDeleteUserRequest.md b/docs/interfaces/generated_client.UserApiDeleteUserRequest.md
index f4791aa23..14b618981 100644
--- a/docs/interfaces/generated_client.UserApiDeleteUserRequest.md
+++ b/docs/interfaces/generated_client.UserApiDeleteUserRequest.md
@@ -28,4 +28,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1133)
+[generated-client/api/user-api.ts:1133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1133)
diff --git a/docs/interfaces/generated_client.UserApiForgotPasswordPinRequest.md b/docs/interfaces/generated_client.UserApiForgotPasswordPinRequest.md
index 9e1d229d2..d20458da3 100644
--- a/docs/interfaces/generated_client.UserApiForgotPasswordPinRequest.md
+++ b/docs/interfaces/generated_client.UserApiForgotPasswordPinRequest.md
@@ -28,4 +28,4 @@ The forgot password pin request containing the entered pin.
#### Defined in
-[generated-client/api/user-api.ts:1161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1161)
+[generated-client/api/user-api.ts:1161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1161)
diff --git a/docs/interfaces/generated_client.UserApiForgotPasswordRequest.md b/docs/interfaces/generated_client.UserApiForgotPasswordRequest.md
index 0bbe0cb79..aed6315aa 100644
--- a/docs/interfaces/generated_client.UserApiForgotPasswordRequest.md
+++ b/docs/interfaces/generated_client.UserApiForgotPasswordRequest.md
@@ -28,4 +28,4 @@ The forgot password request containing the entered username.
#### Defined in
-[generated-client/api/user-api.ts:1147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1147)
+[generated-client/api/user-api.ts:1147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1147)
diff --git a/docs/interfaces/generated_client.UserApiGetUserByIdRequest.md b/docs/interfaces/generated_client.UserApiGetUserByIdRequest.md
index 35fce6240..4b36dc2d0 100644
--- a/docs/interfaces/generated_client.UserApiGetUserByIdRequest.md
+++ b/docs/interfaces/generated_client.UserApiGetUserByIdRequest.md
@@ -28,4 +28,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1175)
+[generated-client/api/user-api.ts:1175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1175)
diff --git a/docs/interfaces/generated_client.UserApiGetUsersRequest.md b/docs/interfaces/generated_client.UserApiGetUsersRequest.md
index f79cf89cb..d03e77ed8 100644
--- a/docs/interfaces/generated_client.UserApiGetUsersRequest.md
+++ b/docs/interfaces/generated_client.UserApiGetUsersRequest.md
@@ -29,7 +29,7 @@ Optional filter by IsDisabled=true or false.
#### Defined in
-[generated-client/api/user-api.ts:1196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1196)
+[generated-client/api/user-api.ts:1196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1196)
___
@@ -43,4 +43,4 @@ Optional filter by IsHidden=true or false.
#### Defined in
-[generated-client/api/user-api.ts:1189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1189)
+[generated-client/api/user-api.ts:1189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1189)
diff --git a/docs/interfaces/generated_client.UserApiUpdateUserConfigurationRequest.md b/docs/interfaces/generated_client.UserApiUpdateUserConfigurationRequest.md
index 466362937..0ea7b8f17 100644
--- a/docs/interfaces/generated_client.UserApiUpdateUserConfigurationRequest.md
+++ b/docs/interfaces/generated_client.UserApiUpdateUserConfigurationRequest.md
@@ -29,7 +29,7 @@ The new user configuration.
#### Defined in
-[generated-client/api/user-api.ts:1238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1238)
+[generated-client/api/user-api.ts:1238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1238)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1231)
+[generated-client/api/user-api.ts:1231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1231)
diff --git a/docs/interfaces/generated_client.UserApiUpdateUserEasyPasswordRequest.md b/docs/interfaces/generated_client.UserApiUpdateUserEasyPasswordRequest.md
index cc974b9ed..884bbc63e 100644
--- a/docs/interfaces/generated_client.UserApiUpdateUserEasyPasswordRequest.md
+++ b/docs/interfaces/generated_client.UserApiUpdateUserEasyPasswordRequest.md
@@ -29,7 +29,7 @@ The M:Jellyfin.Api.Controllers.UserController.UpdateUserEasyPassword(System.Guid
#### Defined in
-[generated-client/api/user-api.ts:1259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1259)
+[generated-client/api/user-api.ts:1259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1259)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1252)
+[generated-client/api/user-api.ts:1252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1252)
diff --git a/docs/interfaces/generated_client.UserApiUpdateUserPasswordRequest.md b/docs/interfaces/generated_client.UserApiUpdateUserPasswordRequest.md
index 63035d714..190ff1eab 100644
--- a/docs/interfaces/generated_client.UserApiUpdateUserPasswordRequest.md
+++ b/docs/interfaces/generated_client.UserApiUpdateUserPasswordRequest.md
@@ -29,7 +29,7 @@ The M:Jellyfin.Api.Controllers.UserController.UpdateUserPassword(System.Guid,Jel
#### Defined in
-[generated-client/api/user-api.ts:1280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1280)
+[generated-client/api/user-api.ts:1280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1280)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1273)
+[generated-client/api/user-api.ts:1273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1273)
diff --git a/docs/interfaces/generated_client.UserApiUpdateUserPolicyRequest.md b/docs/interfaces/generated_client.UserApiUpdateUserPolicyRequest.md
index 3d2ca1f53..f2e6a6a60 100644
--- a/docs/interfaces/generated_client.UserApiUpdateUserPolicyRequest.md
+++ b/docs/interfaces/generated_client.UserApiUpdateUserPolicyRequest.md
@@ -29,7 +29,7 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1294)
+[generated-client/api/user-api.ts:1294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1294)
___
@@ -43,4 +43,4 @@ The new user policy.
#### Defined in
-[generated-client/api/user-api.ts:1301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1301)
+[generated-client/api/user-api.ts:1301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1301)
diff --git a/docs/interfaces/generated_client.UserApiUpdateUserRequest.md b/docs/interfaces/generated_client.UserApiUpdateUserRequest.md
index f56061d13..fbc64eca7 100644
--- a/docs/interfaces/generated_client.UserApiUpdateUserRequest.md
+++ b/docs/interfaces/generated_client.UserApiUpdateUserRequest.md
@@ -29,7 +29,7 @@ The updated user model.
#### Defined in
-[generated-client/api/user-api.ts:1217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1217)
+[generated-client/api/user-api.ts:1217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1217)
___
@@ -43,4 +43,4 @@ The user id.
#### Defined in
-[generated-client/api/user-api.ts:1210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L1210)
+[generated-client/api/user-api.ts:1210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L1210)
diff --git a/docs/interfaces/generated_client.UserConfiguration.md b/docs/interfaces/generated_client.UserConfiguration.md
index eaf382858..a8eda009f 100644
--- a/docs/interfaces/generated_client.UserConfiguration.md
+++ b/docs/interfaces/generated_client.UserConfiguration.md
@@ -42,7 +42,7 @@ Gets or sets the audio language preference.
#### Defined in
-[generated-client/models/user-configuration.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L29)
+[generated-client/models/user-configuration.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L29)
___
@@ -54,7 +54,7 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L65)
+[generated-client/models/user-configuration.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L65)
___
@@ -66,7 +66,7 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L47)
+[generated-client/models/user-configuration.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L47)
___
@@ -78,7 +78,7 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L71)
+[generated-client/models/user-configuration.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L71)
___
@@ -90,19 +90,19 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L113)
+[generated-client/models/user-configuration.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L113)
___
### GroupedFolders
-• `Optional` **GroupedFolders**: ``null`` \| `string`[]
+• `Optional` **GroupedFolders**: `string`[]
**`memberof`** UserConfiguration
#### Defined in
-[generated-client/models/user-configuration.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L53)
+[generated-client/models/user-configuration.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L53)
___
@@ -114,43 +114,43 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L95)
+[generated-client/models/user-configuration.ts:95](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L95)
___
### LatestItemsExcludes
-• `Optional` **LatestItemsExcludes**: ``null`` \| `string`[]
+• `Optional` **LatestItemsExcludes**: `string`[]
**`memberof`** UserConfiguration
#### Defined in
-[generated-client/models/user-configuration.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L83)
+[generated-client/models/user-configuration.ts:83](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L83)
___
### MyMediaExcludes
-• `Optional` **MyMediaExcludes**: ``null`` \| `string`[]
+• `Optional` **MyMediaExcludes**: `string`[]
**`memberof`** UserConfiguration
#### Defined in
-[generated-client/models/user-configuration.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L89)
+[generated-client/models/user-configuration.ts:89](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L89)
___
### OrderedViews
-• `Optional` **OrderedViews**: ``null`` \| `string`[]
+• `Optional` **OrderedViews**: `string`[]
**`memberof`** UserConfiguration
#### Defined in
-[generated-client/models/user-configuration.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L77)
+[generated-client/models/user-configuration.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L77)
___
@@ -164,7 +164,7 @@ Gets or sets a value indicating whether [play default audio track].
#### Defined in
-[generated-client/models/user-configuration.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L35)
+[generated-client/models/user-configuration.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L35)
___
@@ -176,7 +176,7 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L101)
+[generated-client/models/user-configuration.ts:101](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L101)
___
@@ -188,7 +188,7 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L107)
+[generated-client/models/user-configuration.ts:107](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L107)
___
@@ -202,7 +202,7 @@ Gets or sets the subtitle language preference.
#### Defined in
-[generated-client/models/user-configuration.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L41)
+[generated-client/models/user-configuration.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L41)
___
@@ -214,4 +214,4 @@ ___
#### Defined in
-[generated-client/models/user-configuration.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-configuration.ts#L59)
+[generated-client/models/user-configuration.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-configuration.ts#L59)
diff --git a/docs/interfaces/generated_client.UserDto.md b/docs/interfaces/generated_client.UserDto.md
index e96c369f7..5180be13c 100644
--- a/docs/interfaces/generated_client.UserDto.md
+++ b/docs/interfaces/generated_client.UserDto.md
@@ -39,7 +39,7 @@ Class UserDto.
#### Defined in
-[generated-client/models/user-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L96)
+[generated-client/models/user-dto.ts:96](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L96)
___
@@ -53,7 +53,7 @@ Gets or sets whether async login is enabled or not.
#### Defined in
-[generated-client/models/user-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L78)
+[generated-client/models/user-dto.ts:78](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L78)
___
@@ -67,7 +67,7 @@ Gets or sets a value indicating whether this instance has configured easy passwo
#### Defined in
-[generated-client/models/user-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L72)
+[generated-client/models/user-dto.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L72)
___
@@ -81,7 +81,7 @@ Gets or sets a value indicating whether this instance has configured password.
#### Defined in
-[generated-client/models/user-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L66)
+[generated-client/models/user-dto.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L66)
___
@@ -95,7 +95,7 @@ Gets or sets a value indicating whether this instance has password.
#### Defined in
-[generated-client/models/user-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L60)
+[generated-client/models/user-dto.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L60)
___
@@ -109,7 +109,7 @@ Gets or sets the id.
#### Defined in
-[generated-client/models/user-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L48)
+[generated-client/models/user-dto.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L48)
___
@@ -123,7 +123,7 @@ Gets or sets the last activity date.
#### Defined in
-[generated-client/models/user-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L90)
+[generated-client/models/user-dto.ts:90](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L90)
___
@@ -137,7 +137,7 @@ Gets or sets the last login date.
#### Defined in
-[generated-client/models/user-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L84)
+[generated-client/models/user-dto.ts:84](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L84)
___
@@ -151,7 +151,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/user-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L30)
+[generated-client/models/user-dto.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L30)
___
@@ -163,7 +163,7 @@ ___
#### Defined in
-[generated-client/models/user-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L102)
+[generated-client/models/user-dto.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L102)
___
@@ -177,7 +177,7 @@ Gets or sets the primary image aspect ratio.
#### Defined in
-[generated-client/models/user-dto.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L108)
+[generated-client/models/user-dto.ts:108](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L108)
___
@@ -191,7 +191,7 @@ Gets or sets the primary image tag.
#### Defined in
-[generated-client/models/user-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L54)
+[generated-client/models/user-dto.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L54)
___
@@ -205,7 +205,7 @@ Gets or sets the server identifier.
#### Defined in
-[generated-client/models/user-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L36)
+[generated-client/models/user-dto.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L36)
___
@@ -219,4 +219,4 @@ Gets or sets the name of the server. This is not used by the server and is for
#### Defined in
-[generated-client/models/user-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-dto.ts#L42)
+[generated-client/models/user-dto.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-dto.ts#L42)
diff --git a/docs/interfaces/generated_client.UserItemDataDto.md b/docs/interfaces/generated_client.UserItemDataDto.md
index d0713ba33..82c623688 100644
--- a/docs/interfaces/generated_client.UserItemDataDto.md
+++ b/docs/interfaces/generated_client.UserItemDataDto.md
@@ -38,7 +38,7 @@ Gets or sets a value indicating whether this instance is favorite.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L58)
+[generated-client/models/user-item-data-dto.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L58)
___
@@ -52,7 +52,7 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L88)
+[generated-client/models/user-item-data-dto.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L88)
___
@@ -66,7 +66,7 @@ Gets or sets the key.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L82)
+[generated-client/models/user-item-data-dto.ts:82](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L82)
___
@@ -80,7 +80,7 @@ Gets or sets the last played date.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L70)
+[generated-client/models/user-item-data-dto.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L70)
___
@@ -94,7 +94,7 @@ Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemData
#### Defined in
-[generated-client/models/user-item-data-dto.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L64)
+[generated-client/models/user-item-data-dto.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L64)
___
@@ -108,7 +108,7 @@ Gets or sets the play count.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L52)
+[generated-client/models/user-item-data-dto.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L52)
___
@@ -122,7 +122,7 @@ Gets or sets the playback position ticks.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L46)
+[generated-client/models/user-item-data-dto.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L46)
___
@@ -136,7 +136,7 @@ Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemData
#### Defined in
-[generated-client/models/user-item-data-dto.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L76)
+[generated-client/models/user-item-data-dto.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L76)
___
@@ -150,7 +150,7 @@ Gets or sets the played percentage.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L34)
+[generated-client/models/user-item-data-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L34)
___
@@ -164,7 +164,7 @@ Gets or sets the rating.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L28)
+[generated-client/models/user-item-data-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L28)
___
@@ -178,4 +178,4 @@ Gets or sets the unplayed item count.
#### Defined in
-[generated-client/models/user-item-data-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-item-data-dto.ts#L40)
+[generated-client/models/user-item-data-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-item-data-dto.ts#L40)
diff --git a/docs/interfaces/generated_client.UserLibraryApiDeleteUserItemRatingRequest.md b/docs/interfaces/generated_client.UserLibraryApiDeleteUserItemRatingRequest.md
index 4fc09dc38..a949322c4 100644
--- a/docs/interfaces/generated_client.UserLibraryApiDeleteUserItemRatingRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiDeleteUserItemRatingRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:785](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L785)
+[generated-client/api/user-library-api.ts:787](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L787)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:778](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L778)
+[generated-client/api/user-library-api.ts:780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L780)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetIntrosRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetIntrosRequest.md
index 097e20190..a1d3f5616 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetIntrosRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetIntrosRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:806](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L806)
+[generated-client/api/user-library-api.ts:808](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L808)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:799](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L799)
+[generated-client/api/user-library-api.ts:801](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L801)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetItemRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetItemRequest.md
index a0c55e8eb..b973ce87d 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetItemRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetItemRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:827](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L827)
+[generated-client/api/user-library-api.ts:829](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L829)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:820](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L820)
+[generated-client/api/user-library-api.ts:822](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L822)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetLatestMediaRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetLatestMediaRequest.md
index 54f5cad06..54b87d95f 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetLatestMediaRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetLatestMediaRequest.md
@@ -38,7 +38,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/user-library-api.ts:890](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L890)
+[generated-client/api/user-library-api.ts:892](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L892)
___
@@ -52,7 +52,7 @@ Optional. include image information in output.
#### Defined in
-[generated-client/api/user-library-api.ts:876](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L876)
+[generated-client/api/user-library-api.ts:878](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L878)
___
@@ -66,7 +66,7 @@ Optional. include user data.
#### Defined in
-[generated-client/api/user-library-api.ts:897](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L897)
+[generated-client/api/user-library-api.ts:899](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L899)
___
@@ -80,7 +80,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/user-library-api.ts:855](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L855)
+[generated-client/api/user-library-api.ts:857](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L857)
___
@@ -94,7 +94,7 @@ Whether or not to group items into a parent container.
#### Defined in
-[generated-client/api/user-library-api.ts:911](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L911)
+[generated-client/api/user-library-api.ts:913](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L913)
___
@@ -108,13 +108,13 @@ Optional. the max number of images to return, per image type.
#### Defined in
-[generated-client/api/user-library-api.ts:883](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L883)
+[generated-client/api/user-library-api.ts:885](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L885)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
@@ -122,7 +122,7 @@ Optional. If specified, results will be filtered based on item type. This allows
#### Defined in
-[generated-client/api/user-library-api.ts:862](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L862)
+[generated-client/api/user-library-api.ts:864](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L864)
___
@@ -136,7 +136,7 @@ Filter by items that are played, or not.
#### Defined in
-[generated-client/api/user-library-api.ts:869](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L869)
+[generated-client/api/user-library-api.ts:871](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L871)
___
@@ -150,7 +150,7 @@ Return item limit.
#### Defined in
-[generated-client/api/user-library-api.ts:904](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L904)
+[generated-client/api/user-library-api.ts:906](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L906)
___
@@ -164,7 +164,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/user-library-api.ts:848](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L848)
+[generated-client/api/user-library-api.ts:850](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L850)
___
@@ -178,4 +178,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:841](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L841)
+[generated-client/api/user-library-api.ts:843](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L843)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetLocalTrailersRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetLocalTrailersRequest.md
index aaab89be7..cef57bcb1 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetLocalTrailersRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetLocalTrailersRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:932](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L932)
+[generated-client/api/user-library-api.ts:934](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L934)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:925](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L925)
+[generated-client/api/user-library-api.ts:927](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L927)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetRootFolderRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetRootFolderRequest.md
index 8ef16f5e0..7f3521599 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetRootFolderRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetRootFolderRequest.md
@@ -28,4 +28,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:946](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L946)
+[generated-client/api/user-library-api.ts:948](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L948)
diff --git a/docs/interfaces/generated_client.UserLibraryApiGetSpecialFeaturesRequest.md b/docs/interfaces/generated_client.UserLibraryApiGetSpecialFeaturesRequest.md
index 39843b053..544cc07c7 100644
--- a/docs/interfaces/generated_client.UserLibraryApiGetSpecialFeaturesRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiGetSpecialFeaturesRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:967](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L967)
+[generated-client/api/user-library-api.ts:969](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L969)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:960](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L960)
+[generated-client/api/user-library-api.ts:962](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L962)
diff --git a/docs/interfaces/generated_client.UserLibraryApiMarkFavoriteItemRequest.md b/docs/interfaces/generated_client.UserLibraryApiMarkFavoriteItemRequest.md
index c7bb34b05..a86b23fcf 100644
--- a/docs/interfaces/generated_client.UserLibraryApiMarkFavoriteItemRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiMarkFavoriteItemRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:988](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L988)
+[generated-client/api/user-library-api.ts:990](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L990)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:981](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L981)
+[generated-client/api/user-library-api.ts:983](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L983)
diff --git a/docs/interfaces/generated_client.UserLibraryApiUnmarkFavoriteItemRequest.md b/docs/interfaces/generated_client.UserLibraryApiUnmarkFavoriteItemRequest.md
index 4892f50f2..9f0a4eca3 100644
--- a/docs/interfaces/generated_client.UserLibraryApiUnmarkFavoriteItemRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiUnmarkFavoriteItemRequest.md
@@ -29,7 +29,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:1009](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1009)
+[generated-client/api/user-library-api.ts:1011](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1011)
___
@@ -43,4 +43,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:1002](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1002)
+[generated-client/api/user-library-api.ts:1004](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1004)
diff --git a/docs/interfaces/generated_client.UserLibraryApiUpdateUserItemRatingRequest.md b/docs/interfaces/generated_client.UserLibraryApiUpdateUserItemRatingRequest.md
index a370ed4db..4da1eb648 100644
--- a/docs/interfaces/generated_client.UserLibraryApiUpdateUserItemRatingRequest.md
+++ b/docs/interfaces/generated_client.UserLibraryApiUpdateUserItemRatingRequest.md
@@ -30,7 +30,7 @@ Item id.
#### Defined in
-[generated-client/api/user-library-api.ts:1030](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1030)
+[generated-client/api/user-library-api.ts:1032](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1032)
___
@@ -44,7 +44,7 @@ Whether this M:Jellyfin.Api.Controllers.UserLibraryController.UpdateUserItemRati
#### Defined in
-[generated-client/api/user-library-api.ts:1037](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1037)
+[generated-client/api/user-library-api.ts:1039](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1039)
___
@@ -58,4 +58,4 @@ User id.
#### Defined in
-[generated-client/api/user-library-api.ts:1023](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L1023)
+[generated-client/api/user-library-api.ts:1025](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L1025)
diff --git a/docs/interfaces/generated_client.UserPolicy.md b/docs/interfaces/generated_client.UserPolicy.md
index bb512931f..f4ec915bb 100644
--- a/docs/interfaces/generated_client.UserPolicy.md
+++ b/docs/interfaces/generated_client.UserPolicy.md
@@ -62,7 +62,7 @@
#### Defined in
-[generated-client/models/user-policy.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L67)
+[generated-client/models/user-policy.ts:67](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L67)
___
@@ -74,7 +74,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L247)
+[generated-client/models/user-policy.ts:247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L247)
___
@@ -86,7 +86,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L73)
+[generated-client/models/user-policy.ts:73](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L73)
___
@@ -98,7 +98,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L235)
+[generated-client/models/user-policy.ts:235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L235)
___
@@ -110,7 +110,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L229)
+[generated-client/models/user-policy.ts:229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L229)
___
@@ -122,7 +122,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L55)
+[generated-client/models/user-policy.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L55)
___
@@ -134,7 +134,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L187)
+[generated-client/models/user-policy.ts:187](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L187)
___
@@ -146,7 +146,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L175)
+[generated-client/models/user-policy.ts:175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L175)
___
@@ -158,7 +158,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L199)
+[generated-client/models/user-policy.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L199)
___
@@ -170,7 +170,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L115)
+[generated-client/models/user-policy.ts:115](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L115)
___
@@ -182,7 +182,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L139)
+[generated-client/models/user-policy.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L139)
___
@@ -194,7 +194,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L145)
+[generated-client/models/user-policy.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L145)
___
@@ -206,7 +206,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L151)
+[generated-client/models/user-policy.ts:151](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L151)
___
@@ -218,7 +218,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L103)
+[generated-client/models/user-policy.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L103)
___
@@ -230,7 +230,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L97)
+[generated-client/models/user-policy.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L97)
___
@@ -242,7 +242,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L163)
+[generated-client/models/user-policy.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L163)
___
@@ -254,7 +254,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L109)
+[generated-client/models/user-policy.ts:109](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L109)
___
@@ -266,7 +266,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L127)
+[generated-client/models/user-policy.ts:127](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L127)
___
@@ -278,7 +278,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L223)
+[generated-client/models/user-policy.ts:223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L223)
___
@@ -290,7 +290,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L91)
+[generated-client/models/user-policy.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L91)
___
@@ -302,7 +302,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L79)
+[generated-client/models/user-policy.ts:79](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L79)
___
@@ -314,7 +314,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L85)
+[generated-client/models/user-policy.ts:85](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L85)
___
@@ -328,7 +328,7 @@ Gets or sets a value indicating whether [enable synchronize].
#### Defined in
-[generated-client/models/user-policy.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L157)
+[generated-client/models/user-policy.ts:157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L157)
___
@@ -340,7 +340,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L61)
+[generated-client/models/user-policy.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L61)
___
@@ -352,7 +352,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L121)
+[generated-client/models/user-policy.ts:121](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L121)
___
@@ -364,7 +364,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L181)
+[generated-client/models/user-policy.ts:181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L181)
___
@@ -376,7 +376,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L169)
+[generated-client/models/user-policy.ts:169](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L169)
___
@@ -388,7 +388,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L193)
+[generated-client/models/user-policy.ts:193](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L193)
___
@@ -400,7 +400,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L133)
+[generated-client/models/user-policy.ts:133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L133)
___
@@ -412,7 +412,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L205)
+[generated-client/models/user-policy.ts:205](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L205)
___
@@ -426,7 +426,7 @@ Gets or sets a value indicating whether this instance is administrator.
#### Defined in
-[generated-client/models/user-policy.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L31)
+[generated-client/models/user-policy.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L31)
___
@@ -440,7 +440,7 @@ Gets or sets a value indicating whether this instance is disabled.
#### Defined in
-[generated-client/models/user-policy.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L43)
+[generated-client/models/user-policy.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L43)
___
@@ -454,7 +454,7 @@ Gets or sets a value indicating whether this instance is hidden.
#### Defined in
-[generated-client/models/user-policy.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L37)
+[generated-client/models/user-policy.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L37)
___
@@ -466,7 +466,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L211)
+[generated-client/models/user-policy.ts:211](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L211)
___
@@ -478,7 +478,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L217)
+[generated-client/models/user-policy.ts:217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L217)
___
@@ -492,7 +492,7 @@ Gets or sets the max parental rating.
#### Defined in
-[generated-client/models/user-policy.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L49)
+[generated-client/models/user-policy.ts:49](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L49)
___
@@ -504,7 +504,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L253)
+[generated-client/models/user-policy.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L253)
___
@@ -516,7 +516,7 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L241)
+[generated-client/models/user-policy.ts:241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L241)
___
@@ -528,4 +528,4 @@ ___
#### Defined in
-[generated-client/models/user-policy.ts:259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/user-policy.ts#L259)
+[generated-client/models/user-policy.ts:259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/user-policy.ts#L259)
diff --git a/docs/interfaces/generated_client.UserViewsApiGetGroupingOptionsRequest.md b/docs/interfaces/generated_client.UserViewsApiGetGroupingOptionsRequest.md
index 180d9efbf..8400d4d85 100644
--- a/docs/interfaces/generated_client.UserViewsApiGetGroupingOptionsRequest.md
+++ b/docs/interfaces/generated_client.UserViewsApiGetGroupingOptionsRequest.md
@@ -28,4 +28,4 @@ User id.
#### Defined in
-[generated-client/api/user-views-api.ts:200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L200)
+[generated-client/api/user-views-api.ts:206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L206)
diff --git a/docs/interfaces/generated_client.UserViewsApiGetUserViewsRequest.md b/docs/interfaces/generated_client.UserViewsApiGetUserViewsRequest.md
index 27e9c8f26..4a4cb1734 100644
--- a/docs/interfaces/generated_client.UserViewsApiGetUserViewsRequest.md
+++ b/docs/interfaces/generated_client.UserViewsApiGetUserViewsRequest.md
@@ -31,7 +31,7 @@ Whether or not to include external views such as channels or live tv.
#### Defined in
-[generated-client/api/user-views-api.ts:221](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L221)
+[generated-client/api/user-views-api.ts:227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L227)
___
@@ -45,7 +45,7 @@ Whether or not to include hidden content.
#### Defined in
-[generated-client/api/user-views-api.ts:235](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L235)
+[generated-client/api/user-views-api.ts:241](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L241)
___
@@ -59,7 +59,7 @@ Preset views.
#### Defined in
-[generated-client/api/user-views-api.ts:228](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L228)
+[generated-client/api/user-views-api.ts:234](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L234)
___
@@ -73,4 +73,4 @@ User id.
#### Defined in
-[generated-client/api/user-views-api.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L214)
+[generated-client/api/user-views-api.ts:220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L220)
diff --git a/docs/interfaces/generated_client.UtcTimeResponse.md b/docs/interfaces/generated_client.UtcTimeResponse.md
index 682cddc3b..1841264a1 100644
--- a/docs/interfaces/generated_client.UtcTimeResponse.md
+++ b/docs/interfaces/generated_client.UtcTimeResponse.md
@@ -29,7 +29,7 @@ Gets the UTC time when request has been received.
#### Defined in
-[generated-client/models/utc-time-response.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/utc-time-response.ts#L28)
+[generated-client/models/utc-time-response.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/utc-time-response.ts#L28)
___
@@ -43,4 +43,4 @@ Gets the UTC time when response has been sent.
#### Defined in
-[generated-client/models/utc-time-response.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/utc-time-response.ts#L34)
+[generated-client/models/utc-time-response.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/utc-time-response.ts#L34)
diff --git a/docs/interfaces/generated_client.ValidatePathDto.md b/docs/interfaces/generated_client.ValidatePathDto.md
index 1229956dd..183b8b340 100644
--- a/docs/interfaces/generated_client.ValidatePathDto.md
+++ b/docs/interfaces/generated_client.ValidatePathDto.md
@@ -30,7 +30,7 @@ Gets or sets is path file.
#### Defined in
-[generated-client/models/validate-path-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/validate-path-dto.ts#L40)
+[generated-client/models/validate-path-dto.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/validate-path-dto.ts#L40)
___
@@ -44,7 +44,7 @@ Gets or sets the path.
#### Defined in
-[generated-client/models/validate-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/validate-path-dto.ts#L34)
+[generated-client/models/validate-path-dto.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/validate-path-dto.ts#L34)
___
@@ -58,4 +58,4 @@ Gets or sets a value indicating whether validate if path is writable.
#### Defined in
-[generated-client/models/validate-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/validate-path-dto.ts#L28)
+[generated-client/models/validate-path-dto.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/validate-path-dto.ts#L28)
diff --git a/docs/interfaces/generated_client.Version.md b/docs/interfaces/generated_client.Version.md
deleted file mode 100644
index d2a28a667..000000000
--- a/docs/interfaces/generated_client.Version.md
+++ /dev/null
@@ -1,92 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / Version
-
-# Interface: Version
-
-[generated-client](../modules/generated_client.md).Version
-
-**`export`**
-
-**`interface`** Version
-
-## Table of contents
-
-### Properties
-
-- [Build](generated_client.Version.md#build)
-- [Major](generated_client.Version.md#major)
-- [MajorRevision](generated_client.Version.md#majorrevision)
-- [Minor](generated_client.Version.md#minor)
-- [MinorRevision](generated_client.Version.md#minorrevision)
-- [Revision](generated_client.Version.md#revision)
-
-## Properties
-
-### Build
-
-• `Optional` **Build**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L40)
-
-___
-
-### Major
-
-• `Optional` **Major**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L28)
-
-___
-
-### MajorRevision
-
-• `Optional` **MajorRevision**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L52)
-
-___
-
-### Minor
-
-• `Optional` **Minor**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L34)
-
-___
-
-### MinorRevision
-
-• `Optional` **MinorRevision**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L58)
-
-___
-
-### Revision
-
-• `Optional` **Revision**: `number`
-
-**`memberof`** Version
-
-#### Defined in
-
-[generated-client/models/version.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version.ts#L46)
diff --git a/docs/interfaces/generated_client.VersionInfo.md b/docs/interfaces/generated_client.VersionInfo.md
index 04dff2cae..966d396b6 100644
--- a/docs/interfaces/generated_client.VersionInfo.md
+++ b/docs/interfaces/generated_client.VersionInfo.md
@@ -28,13 +28,15 @@ Defines the MediaBrowser.Model.Updates.VersionInfo class.
### VersionNumber
-• `Optional` **VersionNumber**: [`Version`](generated_client.Version.md)
+• `Optional` **VersionNumber**: `string`
+
+Gets the version as a System.Version.
**`memberof`** VersionInfo
#### Defined in
-[generated-client/models/version-info.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L35)
+[generated-client/models/version-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L34)
___
@@ -48,7 +50,7 @@ Gets or sets the changelog for this version.
#### Defined in
-[generated-client/models/version-info.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L41)
+[generated-client/models/version-info.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L40)
___
@@ -62,13 +64,13 @@ Gets or sets a checksum for the binary.
#### Defined in
-[generated-client/models/version-info.ts:59](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L59)
+[generated-client/models/version-info.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L58)
___
### repositoryName
-• `Optional` **repositoryName**: ``null`` \| `string`
+• `Optional` **repositoryName**: `string`
Gets or sets the repository name.
@@ -76,13 +78,13 @@ Gets or sets the repository name.
#### Defined in
-[generated-client/models/version-info.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L71)
+[generated-client/models/version-info.ts:70](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L70)
___
### repositoryUrl
-• `Optional` **repositoryUrl**: ``null`` \| `string`
+• `Optional` **repositoryUrl**: `string`
Gets or sets the repository url.
@@ -90,7 +92,7 @@ Gets or sets the repository url.
#### Defined in
-[generated-client/models/version-info.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L77)
+[generated-client/models/version-info.ts:76](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L76)
___
@@ -104,7 +106,7 @@ Gets or sets the source URL.
#### Defined in
-[generated-client/models/version-info.ts:53](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L53)
+[generated-client/models/version-info.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L52)
___
@@ -118,7 +120,7 @@ Gets or sets the ABI that this version was built against.
#### Defined in
-[generated-client/models/version-info.ts:47](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L47)
+[generated-client/models/version-info.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L46)
___
@@ -132,13 +134,13 @@ Gets or sets a timestamp of when the binary was built.
#### Defined in
-[generated-client/models/version-info.ts:65](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L65)
+[generated-client/models/version-info.ts:64](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L64)
___
### version
-• `Optional` **version**: ``null`` \| `string`
+• `Optional` **version**: `string`
Gets or sets the version.
@@ -146,4 +148,4 @@ Gets or sets the version.
#### Defined in
-[generated-client/models/version-info.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/version-info.ts#L29)
+[generated-client/models/version-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/version-info.ts#L28)
diff --git a/docs/interfaces/generated_client.VideoAttachmentsApiGetAttachmentRequest.md b/docs/interfaces/generated_client.VideoAttachmentsApiGetAttachmentRequest.md
index dfa69b233..6855e8d2c 100644
--- a/docs/interfaces/generated_client.VideoAttachmentsApiGetAttachmentRequest.md
+++ b/docs/interfaces/generated_client.VideoAttachmentsApiGetAttachmentRequest.md
@@ -30,7 +30,7 @@ Attachment Index.
#### Defined in
-[generated-client/api/video-attachments-api.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L146)
+[generated-client/api/video-attachments-api.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L146)
___
@@ -44,7 +44,7 @@ Media Source ID.
#### Defined in
-[generated-client/api/video-attachments-api.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L139)
+[generated-client/api/video-attachments-api.ts:139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L139)
___
@@ -58,4 +58,4 @@ Video ID.
#### Defined in
-[generated-client/api/video-attachments-api.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L132)
+[generated-client/api/video-attachments-api.ts:132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L132)
diff --git a/docs/interfaces/generated_client.VideoHlsApiGetLiveHlsStreamRequest.md b/docs/interfaces/generated_client.VideoHlsApiGetLiveHlsStreamRequest.md
deleted file mode 100644
index 59725a5f3..000000000
--- a/docs/interfaces/generated_client.VideoHlsApiGetLiveHlsStreamRequest.md
+++ /dev/null
@@ -1,800 +0,0 @@
-[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / VideoHlsApiGetLiveHlsStreamRequest
-
-# Interface: VideoHlsApiGetLiveHlsStreamRequest
-
-[generated-client](../modules/generated_client.md).VideoHlsApiGetLiveHlsStreamRequest
-
-Request parameters for getLiveHlsStream operation in VideoHlsApi.
-
-**`export`**
-
-**`interface`** VideoHlsApiGetLiveHlsStreamRequest
-
-## Table of contents
-
-### Properties
-
-- [\_static](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#_static)
-- [allowAudioStreamCopy](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#allowaudiostreamcopy)
-- [allowVideoStreamCopy](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#allowvideostreamcopy)
-- [audioBitRate](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#audiobitrate)
-- [audioChannels](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#audiochannels)
-- [audioCodec](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#audiocodec)
-- [audioSampleRate](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#audiosamplerate)
-- [audioStreamIndex](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#audiostreamindex)
-- [breakOnNonKeyFrames](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#breakonnonkeyframes)
-- [container](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#container)
-- [context](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#context)
-- [copyTimestamps](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#copytimestamps)
-- [cpuCoreLimit](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#cpucorelimit)
-- [deInterlace](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#deinterlace)
-- [deviceId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#deviceid)
-- [deviceProfileId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#deviceprofileid)
-- [enableAutoStreamCopy](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#enableautostreamcopy)
-- [enableMpegtsM2TsMode](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#enablempegtsm2tsmode)
-- [enableSubtitlesInManifest](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#enablesubtitlesinmanifest)
-- [framerate](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#framerate)
-- [height](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#height)
-- [itemId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#itemid)
-- [level](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#level)
-- [liveStreamId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#livestreamid)
-- [maxAudioBitDepth](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxaudiobitdepth)
-- [maxAudioChannels](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxaudiochannels)
-- [maxFramerate](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxframerate)
-- [maxHeight](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxheight)
-- [maxRefFrames](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxrefframes)
-- [maxVideoBitDepth](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxvideobitdepth)
-- [maxWidth](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#maxwidth)
-- [mediaSourceId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#mediasourceid)
-- [minSegments](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#minsegments)
-- [params](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#params)
-- [playSessionId](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#playsessionid)
-- [profile](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#profile)
-- [requireAvc](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#requireavc)
-- [requireNonAnamorphic](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#requirenonanamorphic)
-- [segmentContainer](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#segmentcontainer)
-- [segmentLength](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#segmentlength)
-- [startTimeTicks](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#starttimeticks)
-- [streamOptions](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#streamoptions)
-- [subtitleCodec](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#subtitlecodec)
-- [subtitleMethod](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#subtitlemethod)
-- [subtitleStreamIndex](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#subtitlestreamindex)
-- [tag](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#tag)
-- [transcodeReasons](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#transcodereasons)
-- [transcodingMaxAudioChannels](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#transcodingmaxaudiochannels)
-- [videoBitRate](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#videobitrate)
-- [videoCodec](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#videocodec)
-- [videoStreamIndex](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#videostreamindex)
-- [width](generated_client.VideoHlsApiGetLiveHlsStreamRequest.md#width)
-
-## Properties
-
-### \_static
-
-• `Optional` `Readonly` **\_static**: `boolean`
-
-Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L496)
-
-___
-
-### allowAudioStreamCopy
-
-• `Optional` `Readonly` **allowAudioStreamCopy**: `boolean`
-
-Whether or not to allow copying of the audio stream url.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L587)
-
-___
-
-### allowVideoStreamCopy
-
-• `Optional` `Readonly` **allowVideoStreamCopy**: `boolean`
-
-Whether or not to allow copying of the video stream url.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L580)
-
-___
-
-### audioBitRate
-
-• `Optional` `Readonly` **audioBitRate**: `number`
-
-Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L615)
-
-___
-
-### audioChannels
-
-• `Optional` `Readonly` **audioChannels**: `number`
-
-Optional. Specify a specific number of audio channels to encode to, e.g. 2.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L622)
-
-___
-
-### audioCodec
-
-• `Optional` `Readonly` **audioCodec**: `string`
-
-Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url\'s extension. Options: aac, mp3, vorbis, wma.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L566)
-
-___
-
-### audioSampleRate
-
-• `Optional` `Readonly` **audioSampleRate**: `number`
-
-Optional. Specify a specific audio sample rate, e.g. 44100.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L601)
-
-___
-
-### audioStreamIndex
-
-• `Optional` `Readonly` **audioStreamIndex**: `number`
-
-Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L797)
-
-___
-
-### breakOnNonKeyFrames
-
-• `Optional` `Readonly` **breakOnNonKeyFrames**: `boolean`
-
-Optional. Whether to break on non key frames.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L594)
-
-___
-
-### container
-
-• `Optional` `Readonly` **container**: `string`
-
-The audio container.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L489)
-
-___
-
-### context
-
-• `Optional` `Readonly` **context**: [`EncodingContext`](../enums/generated_client.EncodingContext.md)
-
-Optional. The MediaBrowser.Model.Dlna.EncodingContext.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L811)
-
-___
-
-### copyTimestamps
-
-• `Optional` `Readonly` **copyTimestamps**: `boolean`
-
-Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L664)
-
-___
-
-### cpuCoreLimit
-
-• `Optional` `Readonly` **cpuCoreLimit**: `number`
-
-Optional. The limit of how many cpu cores to use.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L755)
-
-___
-
-### deInterlace
-
-• `Optional` `Readonly` **deInterlace**: `boolean`
-
-Optional. Whether to deinterlace the video.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L734)
-
-___
-
-### deviceId
-
-• `Optional` `Readonly` **deviceId**: `string`
-
-The device id of the client requesting. Used to stop encoding processes when needed.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L559)
-
-___
-
-### deviceProfileId
-
-• `Optional` `Readonly` **deviceProfileId**: `string`
-
-Optional. The dlna device profile id to utilize.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L517)
-
-___
-
-### enableAutoStreamCopy
-
-• `Optional` `Readonly` **enableAutoStreamCopy**: `boolean`
-
-Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L573)
-
-___
-
-### enableMpegtsM2TsMode
-
-• `Optional` `Readonly` **enableMpegtsM2TsMode**: `boolean`
-
-Optional. Whether to enable the MpegtsM2Ts mode.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L769)
-
-___
-
-### enableSubtitlesInManifest
-
-• `Optional` `Readonly` **enableSubtitlesInManifest**: `boolean`
-
-Optional. Whether to enable subtitles in the manifest.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L839)
-
-___
-
-### framerate
-
-• `Optional` `Readonly` **framerate**: `number`
-
-Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L650)
-
-___
-
-### height
-
-• `Optional` `Readonly` **height**: `number`
-
-Optional. The fixed vertical resolution of the encoded video.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L685)
-
-___
-
-### itemId
-
-• `Readonly` **itemId**: `string`
-
-The item id.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L482)
-
-___
-
-### level
-
-• `Optional` `Readonly` **level**: `string`
-
-Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L643)
-
-___
-
-### liveStreamId
-
-• `Optional` `Readonly` **liveStreamId**: `string`
-
-The live stream id.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L762)
-
-___
-
-### maxAudioBitDepth
-
-• `Optional` `Readonly` **maxAudioBitDepth**: `number`
-
-Optional. The maximum audio bit depth.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L608)
-
-___
-
-### maxAudioChannels
-
-• `Optional` `Readonly` **maxAudioChannels**: `number`
-
-Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L629)
-
-___
-
-### maxFramerate
-
-• `Optional` `Readonly` **maxFramerate**: `number`
-
-Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L657)
-
-___
-
-### maxHeight
-
-• `Optional` `Readonly` **maxHeight**: `number`
-
-Optional. The max height.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L832)
-
-___
-
-### maxRefFrames
-
-• `Optional` `Readonly` **maxRefFrames**: `number`
-
-Optional.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L713)
-
-___
-
-### maxVideoBitDepth
-
-• `Optional` `Readonly` **maxVideoBitDepth**: `number`
-
-Optional. The maximum video bit depth.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L720)
-
-___
-
-### maxWidth
-
-• `Optional` `Readonly` **maxWidth**: `number`
-
-Optional. The max width.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L825)
-
-___
-
-### mediaSourceId
-
-• `Optional` `Readonly` **mediaSourceId**: `string`
-
-The media version id, if playing an alternate version.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L552)
-
-___
-
-### minSegments
-
-• `Optional` `Readonly` **minSegments**: `number`
-
-The minimum number of segments.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L545)
-
-___
-
-### params
-
-• `Optional` `Readonly` **params**: `string`
-
-The streaming parameters.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L503)
-
-___
-
-### playSessionId
-
-• `Optional` `Readonly` **playSessionId**: `string`
-
-The play session id.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L524)
-
-___
-
-### profile
-
-• `Optional` `Readonly` **profile**: `string`
-
-Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L636)
-
-___
-
-### requireAvc
-
-• `Optional` `Readonly` **requireAvc**: `boolean`
-
-Optional. Whether to require avc.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L727)
-
-___
-
-### requireNonAnamorphic
-
-• `Optional` `Readonly` **requireNonAnamorphic**: `boolean`
-
-Optional. Whether to require a non anamorphic stream.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L741)
-
-___
-
-### segmentContainer
-
-• `Optional` `Readonly` **segmentContainer**: `string`
-
-The segment container.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L531)
-
-___
-
-### segmentLength
-
-• `Optional` `Readonly` **segmentLength**: `number`
-
-The segment lenght.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L538)
-
-___
-
-### startTimeTicks
-
-• `Optional` `Readonly` **startTimeTicks**: `number`
-
-Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L671)
-
-___
-
-### streamOptions
-
-• `Optional` `Readonly` **streamOptions**: `Object`
-
-Optional. The streaming options.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Index signature
-
-▪ [key: `string`]: `string`
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L818)
-
-___
-
-### subtitleCodec
-
-• `Optional` `Readonly` **subtitleCodec**: `string`
-
-Optional. Specify a subtitle codec to encode to.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L783)
-
-___
-
-### subtitleMethod
-
-• `Optional` `Readonly` **subtitleMethod**: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md)
-
-Optional. Specify the subtitle delivery method.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L706)
-
-___
-
-### subtitleStreamIndex
-
-• `Optional` `Readonly` **subtitleStreamIndex**: `number`
-
-Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L699)
-
-___
-
-### tag
-
-• `Optional` `Readonly` **tag**: `string`
-
-The tag.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L510)
-
-___
-
-### transcodeReasons
-
-• `Optional` `Readonly` **transcodeReasons**: `string`
-
-Optional. The transcoding reason.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L790)
-
-___
-
-### transcodingMaxAudioChannels
-
-• `Optional` `Readonly` **transcodingMaxAudioChannels**: `number`
-
-Optional. The maximum number of audio channels to transcode.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L748)
-
-___
-
-### videoBitRate
-
-• `Optional` `Readonly` **videoBitRate**: `number`
-
-Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L692)
-
-___
-
-### videoCodec
-
-• `Optional` `Readonly` **videoCodec**: `string`
-
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L776)
-
-___
-
-### videoStreamIndex
-
-• `Optional` `Readonly` **videoStreamIndex**: `number`
-
-Optional. The index of the video stream to use. If omitted the first video stream will be used.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L804)
-
-___
-
-### width
-
-• `Optional` `Readonly` **width**: `number`
-
-Optional. The fixed horizontal resolution of the encoded video.
-
-**`memberof`** VideoHlsApiGetLiveHlsStream
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L678)
diff --git a/docs/interfaces/generated_client.VideosApiDeleteAlternateSourcesRequest.md b/docs/interfaces/generated_client.VideosApiDeleteAlternateSourcesRequest.md
index b738fbd7a..2dc17807c 100644
--- a/docs/interfaces/generated_client.VideosApiDeleteAlternateSourcesRequest.md
+++ b/docs/interfaces/generated_client.VideosApiDeleteAlternateSourcesRequest.md
@@ -28,4 +28,4 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:1873](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1873)
+[generated-client/api/videos-api.ts:1873](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1873)
diff --git a/docs/interfaces/generated_client.VideosApiGetAdditionalPartRequest.md b/docs/interfaces/generated_client.VideosApiGetAdditionalPartRequest.md
index 03018870e..2cc41be9e 100644
--- a/docs/interfaces/generated_client.VideosApiGetAdditionalPartRequest.md
+++ b/docs/interfaces/generated_client.VideosApiGetAdditionalPartRequest.md
@@ -29,7 +29,7 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:1887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1887)
+[generated-client/api/videos-api.ts:1887](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1887)
___
@@ -43,4 +43,4 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/videos-api.ts:1894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1894)
+[generated-client/api/videos-api.ts:1894](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1894)
diff --git a/docs/interfaces/generated_client.VideosApiGetVideoStreamByContainerRequest.md b/docs/interfaces/generated_client.VideosApiGetVideoStreamByContainerRequest.md
index 23e86a41f..2a2b43473 100644
--- a/docs/interfaces/generated_client.VideosApiGetVideoStreamByContainerRequest.md
+++ b/docs/interfaces/generated_client.VideosApiGetVideoStreamByContainerRequest.md
@@ -78,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/videos-api.ts:2286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2286)
+[generated-client/api/videos-api.ts:2286](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2286)
___
@@ -92,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2377)
+[generated-client/api/videos-api.ts:2377](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2377)
___
@@ -106,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2370)
+[generated-client/api/videos-api.ts:2370](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2370)
___
@@ -120,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/videos-api.ts:2405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2405)
+[generated-client/api/videos-api.ts:2405](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2405)
___
@@ -134,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2412)
+[generated-client/api/videos-api.ts:2412](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2412)
___
@@ -148,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/videos-api.ts:2356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2356)
+[generated-client/api/videos-api.ts:2356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2356)
___
@@ -162,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/videos-api.ts:2391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2391)
+[generated-client/api/videos-api.ts:2391](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2391)
___
@@ -176,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/videos-api.ts:2601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2601)
+[generated-client/api/videos-api.ts:2601](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2601)
___
@@ -190,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/videos-api.ts:2384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2384)
+[generated-client/api/videos-api.ts:2384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2384)
___
@@ -204,7 +204,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/videos-api.ts:2279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2279)
+[generated-client/api/videos-api.ts:2279](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2279)
___
@@ -218,7 +218,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/videos-api.ts:2615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2615)
+[generated-client/api/videos-api.ts:2615](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2615)
___
@@ -232,7 +232,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/videos-api.ts:2454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2454)
+[generated-client/api/videos-api.ts:2454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2454)
___
@@ -246,7 +246,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/videos-api.ts:2559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2559)
+[generated-client/api/videos-api.ts:2559](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2559)
___
@@ -260,7 +260,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/videos-api.ts:2538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2538)
+[generated-client/api/videos-api.ts:2538](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2538)
___
@@ -274,7 +274,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/videos-api.ts:2349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2349)
+[generated-client/api/videos-api.ts:2349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2349)
___
@@ -288,7 +288,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/videos-api.ts:2307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2307)
+[generated-client/api/videos-api.ts:2307](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2307)
___
@@ -302,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/videos-api.ts:2363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2363)
+[generated-client/api/videos-api.ts:2363](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2363)
___
@@ -316,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/videos-api.ts:2573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2573)
+[generated-client/api/videos-api.ts:2573](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2573)
___
@@ -330,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/videos-api.ts:2440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2440)
+[generated-client/api/videos-api.ts:2440](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2440)
___
@@ -344,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2475)
+[generated-client/api/videos-api.ts:2475](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2475)
___
@@ -358,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:2272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2272)
+[generated-client/api/videos-api.ts:2272](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2272)
___
@@ -372,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/videos-api.ts:2433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2433)
+[generated-client/api/videos-api.ts:2433](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2433)
___
@@ -386,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/videos-api.ts:2566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2566)
+[generated-client/api/videos-api.ts:2566](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2566)
___
@@ -400,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2398)
+[generated-client/api/videos-api.ts:2398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2398)
___
@@ -414,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2419)
+[generated-client/api/videos-api.ts:2419](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2419)
___
@@ -428,7 +428,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/videos-api.ts:2447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2447)
+[generated-client/api/videos-api.ts:2447](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2447)
___
@@ -442,7 +442,7 @@ Optional. The maximum vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2489)
+[generated-client/api/videos-api.ts:2489](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2489)
___
@@ -456,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/videos-api.ts:2517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2517)
+[generated-client/api/videos-api.ts:2517](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2517)
___
@@ -470,7 +470,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2524)
+[generated-client/api/videos-api.ts:2524](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2524)
___
@@ -484,7 +484,7 @@ Optional. The maximum horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2482)
+[generated-client/api/videos-api.ts:2482](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2482)
___
@@ -498,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/videos-api.ts:2342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2342)
+[generated-client/api/videos-api.ts:2342](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2342)
___
@@ -512,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/videos-api.ts:2335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2335)
+[generated-client/api/videos-api.ts:2335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2335)
___
@@ -526,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/videos-api.ts:2293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2293)
+[generated-client/api/videos-api.ts:2293](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2293)
___
@@ -540,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/videos-api.ts:2314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2314)
+[generated-client/api/videos-api.ts:2314](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2314)
___
@@ -554,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/videos-api.ts:2426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2426)
+[generated-client/api/videos-api.ts:2426](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2426)
___
@@ -568,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/videos-api.ts:2531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2531)
+[generated-client/api/videos-api.ts:2531](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2531)
___
@@ -582,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/videos-api.ts:2545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2545)
+[generated-client/api/videos-api.ts:2545](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2545)
___
@@ -596,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/videos-api.ts:2321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2321)
+[generated-client/api/videos-api.ts:2321](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2321)
___
@@ -610,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/videos-api.ts:2328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2328)
+[generated-client/api/videos-api.ts:2328](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2328)
___
@@ -624,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/videos-api.ts:2461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2461)
+[generated-client/api/videos-api.ts:2461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2461)
___
@@ -642,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/videos-api.ts:2622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2622)
+[generated-client/api/videos-api.ts:2622](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2622)
___
@@ -656,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/videos-api.ts:2587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2587)
+[generated-client/api/videos-api.ts:2587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2587)
___
@@ -670,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/videos-api.ts:2510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2510)
+[generated-client/api/videos-api.ts:2510](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2510)
___
@@ -684,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/videos-api.ts:2503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2503)
+[generated-client/api/videos-api.ts:2503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2503)
___
@@ -698,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/videos-api.ts:2300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2300)
+[generated-client/api/videos-api.ts:2300](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2300)
___
@@ -712,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/videos-api.ts:2594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2594)
+[generated-client/api/videos-api.ts:2594](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2594)
___
@@ -726,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/videos-api.ts:2552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2552)
+[generated-client/api/videos-api.ts:2552](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2552)
___
@@ -740,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/videos-api.ts:2496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2496)
+[generated-client/api/videos-api.ts:2496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2496)
___
@@ -748,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** VideosApiGetVideoStreamByContainer
#### Defined in
-[generated-client/api/videos-api.ts:2580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2580)
+[generated-client/api/videos-api.ts:2580](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2580)
___
@@ -768,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/videos-api.ts:2608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2608)
+[generated-client/api/videos-api.ts:2608](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2608)
___
@@ -782,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2468)
+[generated-client/api/videos-api.ts:2468](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2468)
diff --git a/docs/interfaces/generated_client.VideosApiGetVideoStreamRequest.md b/docs/interfaces/generated_client.VideosApiGetVideoStreamRequest.md
index 6455fc01f..7297f1a97 100644
--- a/docs/interfaces/generated_client.VideosApiGetVideoStreamRequest.md
+++ b/docs/interfaces/generated_client.VideosApiGetVideoStreamRequest.md
@@ -78,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/videos-api.ts:1922](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1922)
+[generated-client/api/videos-api.ts:1922](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1922)
___
@@ -92,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2013)
+[generated-client/api/videos-api.ts:2013](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2013)
___
@@ -106,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2006)
+[generated-client/api/videos-api.ts:2006](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2006)
___
@@ -120,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/videos-api.ts:2041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2041)
+[generated-client/api/videos-api.ts:2041](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2041)
___
@@ -134,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2048](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2048)
+[generated-client/api/videos-api.ts:2048](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2048)
___
@@ -148,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/videos-api.ts:1992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1992)
+[generated-client/api/videos-api.ts:1992](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1992)
___
@@ -162,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/videos-api.ts:2027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2027)
+[generated-client/api/videos-api.ts:2027](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2027)
___
@@ -176,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/videos-api.ts:2237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2237)
+[generated-client/api/videos-api.ts:2237](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2237)
___
@@ -190,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/videos-api.ts:2020](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2020)
+[generated-client/api/videos-api.ts:2020](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2020)
___
@@ -204,7 +204,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/videos-api.ts:1915](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1915)
+[generated-client/api/videos-api.ts:1915](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1915)
___
@@ -218,7 +218,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/videos-api.ts:2251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2251)
+[generated-client/api/videos-api.ts:2251](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2251)
___
@@ -232,7 +232,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/videos-api.ts:2090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2090)
+[generated-client/api/videos-api.ts:2090](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2090)
___
@@ -246,7 +246,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/videos-api.ts:2195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2195)
+[generated-client/api/videos-api.ts:2195](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2195)
___
@@ -260,7 +260,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/videos-api.ts:2174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2174)
+[generated-client/api/videos-api.ts:2174](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2174)
___
@@ -274,7 +274,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/videos-api.ts:1985](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1985)
+[generated-client/api/videos-api.ts:1985](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1985)
___
@@ -288,7 +288,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/videos-api.ts:1943](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1943)
+[generated-client/api/videos-api.ts:1943](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1943)
___
@@ -302,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/videos-api.ts:1999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1999)
+[generated-client/api/videos-api.ts:1999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1999)
___
@@ -316,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/videos-api.ts:2209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2209)
+[generated-client/api/videos-api.ts:2209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2209)
___
@@ -330,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/videos-api.ts:2076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2076)
+[generated-client/api/videos-api.ts:2076](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2076)
___
@@ -344,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2111)
+[generated-client/api/videos-api.ts:2111](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2111)
___
@@ -358,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:1908](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1908)
+[generated-client/api/videos-api.ts:1908](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1908)
___
@@ -372,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/videos-api.ts:2069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2069)
+[generated-client/api/videos-api.ts:2069](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2069)
___
@@ -386,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/videos-api.ts:2202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2202)
+[generated-client/api/videos-api.ts:2202](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2202)
___
@@ -400,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2034)
+[generated-client/api/videos-api.ts:2034](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2034)
___
@@ -414,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2055)
+[generated-client/api/videos-api.ts:2055](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2055)
___
@@ -428,7 +428,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/videos-api.ts:2083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2083)
+[generated-client/api/videos-api.ts:2083](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2083)
___
@@ -442,7 +442,7 @@ Optional. The maximum vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2125)
+[generated-client/api/videos-api.ts:2125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2125)
___
@@ -456,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/videos-api.ts:2153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2153)
+[generated-client/api/videos-api.ts:2153](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2153)
___
@@ -470,7 +470,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2160)
+[generated-client/api/videos-api.ts:2160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2160)
___
@@ -484,7 +484,7 @@ Optional. The maximum horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2118)
+[generated-client/api/videos-api.ts:2118](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2118)
___
@@ -498,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/videos-api.ts:1978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1978)
+[generated-client/api/videos-api.ts:1978](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1978)
___
@@ -512,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/videos-api.ts:1971](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1971)
+[generated-client/api/videos-api.ts:1971](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1971)
___
@@ -526,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/videos-api.ts:1929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1929)
+[generated-client/api/videos-api.ts:1929](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1929)
___
@@ -540,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/videos-api.ts:1950](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1950)
+[generated-client/api/videos-api.ts:1950](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1950)
___
@@ -554,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/videos-api.ts:2062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2062)
+[generated-client/api/videos-api.ts:2062](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2062)
___
@@ -568,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/videos-api.ts:2167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2167)
+[generated-client/api/videos-api.ts:2167](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2167)
___
@@ -582,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/videos-api.ts:2181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2181)
+[generated-client/api/videos-api.ts:2181](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2181)
___
@@ -596,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/videos-api.ts:1957](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1957)
+[generated-client/api/videos-api.ts:1957](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1957)
___
@@ -610,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/videos-api.ts:1964](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1964)
+[generated-client/api/videos-api.ts:1964](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1964)
___
@@ -624,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/videos-api.ts:2097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2097)
+[generated-client/api/videos-api.ts:2097](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2097)
___
@@ -642,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/videos-api.ts:2258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2258)
+[generated-client/api/videos-api.ts:2258](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2258)
___
@@ -656,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/videos-api.ts:2223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2223)
+[generated-client/api/videos-api.ts:2223](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2223)
___
@@ -670,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/videos-api.ts:2146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2146)
+[generated-client/api/videos-api.ts:2146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2146)
___
@@ -684,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/videos-api.ts:2139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2139)
+[generated-client/api/videos-api.ts:2139](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2139)
___
@@ -698,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/videos-api.ts:1936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1936)
+[generated-client/api/videos-api.ts:1936](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1936)
___
@@ -712,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/videos-api.ts:2230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2230)
+[generated-client/api/videos-api.ts:2230](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2230)
___
@@ -726,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/videos-api.ts:2188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2188)
+[generated-client/api/videos-api.ts:2188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2188)
___
@@ -740,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/videos-api.ts:2132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2132)
+[generated-client/api/videos-api.ts:2132](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2132)
___
@@ -748,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** VideosApiGetVideoStream
#### Defined in
-[generated-client/api/videos-api.ts:2216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2216)
+[generated-client/api/videos-api.ts:2216](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2216)
___
@@ -768,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/videos-api.ts:2244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2244)
+[generated-client/api/videos-api.ts:2244](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2244)
___
@@ -782,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2104)
+[generated-client/api/videos-api.ts:2104](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2104)
diff --git a/docs/interfaces/generated_client.VideosApiHeadVideoStreamByContainerRequest.md b/docs/interfaces/generated_client.VideosApiHeadVideoStreamByContainerRequest.md
index 37a7402bc..01b44f8ea 100644
--- a/docs/interfaces/generated_client.VideosApiHeadVideoStreamByContainerRequest.md
+++ b/docs/interfaces/generated_client.VideosApiHeadVideoStreamByContainerRequest.md
@@ -78,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/videos-api.ts:3014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3014)
+[generated-client/api/videos-api.ts:3014](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3014)
___
@@ -92,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/videos-api.ts:3105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3105)
+[generated-client/api/videos-api.ts:3105](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3105)
___
@@ -106,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/videos-api.ts:3098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3098)
+[generated-client/api/videos-api.ts:3098](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3098)
___
@@ -120,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/videos-api.ts:3133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3133)
+[generated-client/api/videos-api.ts:3133](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3133)
___
@@ -134,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:3140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3140)
+[generated-client/api/videos-api.ts:3140](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3140)
___
@@ -148,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/videos-api.ts:3084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3084)
+[generated-client/api/videos-api.ts:3084](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3084)
___
@@ -162,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/videos-api.ts:3119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3119)
+[generated-client/api/videos-api.ts:3119](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3119)
___
@@ -176,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/videos-api.ts:3329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3329)
+[generated-client/api/videos-api.ts:3329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3329)
___
@@ -190,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/videos-api.ts:3112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3112)
+[generated-client/api/videos-api.ts:3112](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3112)
___
@@ -204,7 +204,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/videos-api.ts:3007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3007)
+[generated-client/api/videos-api.ts:3007](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3007)
___
@@ -218,7 +218,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/videos-api.ts:3343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3343)
+[generated-client/api/videos-api.ts:3343](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3343)
___
@@ -232,7 +232,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/videos-api.ts:3182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3182)
+[generated-client/api/videos-api.ts:3182](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3182)
___
@@ -246,7 +246,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/videos-api.ts:3287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3287)
+[generated-client/api/videos-api.ts:3287](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3287)
___
@@ -260,7 +260,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/videos-api.ts:3266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3266)
+[generated-client/api/videos-api.ts:3266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3266)
___
@@ -274,7 +274,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/videos-api.ts:3077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3077)
+[generated-client/api/videos-api.ts:3077](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3077)
___
@@ -288,7 +288,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/videos-api.ts:3035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3035)
+[generated-client/api/videos-api.ts:3035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3035)
___
@@ -302,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/videos-api.ts:3091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3091)
+[generated-client/api/videos-api.ts:3091](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3091)
___
@@ -316,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/videos-api.ts:3301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3301)
+[generated-client/api/videos-api.ts:3301](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3301)
___
@@ -330,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/videos-api.ts:3168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3168)
+[generated-client/api/videos-api.ts:3168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3168)
___
@@ -344,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:3203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3203)
+[generated-client/api/videos-api.ts:3203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3203)
___
@@ -358,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:3000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3000)
+[generated-client/api/videos-api.ts:3000](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3000)
___
@@ -372,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/videos-api.ts:3161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3161)
+[generated-client/api/videos-api.ts:3161](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3161)
___
@@ -386,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/videos-api.ts:3294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3294)
+[generated-client/api/videos-api.ts:3294](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3294)
___
@@ -400,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:3126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3126)
+[generated-client/api/videos-api.ts:3126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3126)
___
@@ -414,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:3147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3147)
+[generated-client/api/videos-api.ts:3147](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3147)
___
@@ -428,7 +428,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/videos-api.ts:3175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3175)
+[generated-client/api/videos-api.ts:3175](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3175)
___
@@ -442,7 +442,7 @@ Optional. The maximum vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:3217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3217)
+[generated-client/api/videos-api.ts:3217](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3217)
___
@@ -456,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/videos-api.ts:3245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3245)
+[generated-client/api/videos-api.ts:3245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3245)
___
@@ -470,7 +470,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:3252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3252)
+[generated-client/api/videos-api.ts:3252](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3252)
___
@@ -484,7 +484,7 @@ Optional. The maximum horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:3210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3210)
+[generated-client/api/videos-api.ts:3210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3210)
___
@@ -498,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/videos-api.ts:3070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3070)
+[generated-client/api/videos-api.ts:3070](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3070)
___
@@ -512,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/videos-api.ts:3063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3063)
+[generated-client/api/videos-api.ts:3063](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3063)
___
@@ -526,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/videos-api.ts:3021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3021)
+[generated-client/api/videos-api.ts:3021](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3021)
___
@@ -540,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/videos-api.ts:3042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3042)
+[generated-client/api/videos-api.ts:3042](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3042)
___
@@ -554,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/videos-api.ts:3154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3154)
+[generated-client/api/videos-api.ts:3154](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3154)
___
@@ -568,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/videos-api.ts:3259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3259)
+[generated-client/api/videos-api.ts:3259](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3259)
___
@@ -582,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/videos-api.ts:3273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3273)
+[generated-client/api/videos-api.ts:3273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3273)
___
@@ -596,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/videos-api.ts:3049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3049)
+[generated-client/api/videos-api.ts:3049](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3049)
___
@@ -610,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/videos-api.ts:3056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3056)
+[generated-client/api/videos-api.ts:3056](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3056)
___
@@ -624,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/videos-api.ts:3189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3189)
+[generated-client/api/videos-api.ts:3189](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3189)
___
@@ -642,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/videos-api.ts:3350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3350)
+[generated-client/api/videos-api.ts:3350](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3350)
___
@@ -656,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/videos-api.ts:3315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3315)
+[generated-client/api/videos-api.ts:3315](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3315)
___
@@ -670,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/videos-api.ts:3238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3238)
+[generated-client/api/videos-api.ts:3238](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3238)
___
@@ -684,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/videos-api.ts:3231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3231)
+[generated-client/api/videos-api.ts:3231](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3231)
___
@@ -698,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/videos-api.ts:3028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3028)
+[generated-client/api/videos-api.ts:3028](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3028)
___
@@ -712,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/videos-api.ts:3322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3322)
+[generated-client/api/videos-api.ts:3322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3322)
___
@@ -726,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/videos-api.ts:3280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3280)
+[generated-client/api/videos-api.ts:3280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3280)
___
@@ -740,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/videos-api.ts:3224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3224)
+[generated-client/api/videos-api.ts:3224](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3224)
___
@@ -748,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** VideosApiHeadVideoStreamByContainer
#### Defined in
-[generated-client/api/videos-api.ts:3308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3308)
+[generated-client/api/videos-api.ts:3308](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3308)
___
@@ -768,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/videos-api.ts:3336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3336)
+[generated-client/api/videos-api.ts:3336](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3336)
___
@@ -782,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:3196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3196)
+[generated-client/api/videos-api.ts:3196](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3196)
diff --git a/docs/interfaces/generated_client.VideosApiHeadVideoStreamRequest.md b/docs/interfaces/generated_client.VideosApiHeadVideoStreamRequest.md
index ef3cd65c5..f18195aab 100644
--- a/docs/interfaces/generated_client.VideosApiHeadVideoStreamRequest.md
+++ b/docs/interfaces/generated_client.VideosApiHeadVideoStreamRequest.md
@@ -78,7 +78,7 @@ Optional. If true, the original file will be streamed statically without any enc
#### Defined in
-[generated-client/api/videos-api.ts:2650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2650)
+[generated-client/api/videos-api.ts:2650](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2650)
___
@@ -92,7 +92,7 @@ Whether or not to allow copying of the audio stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2741)
+[generated-client/api/videos-api.ts:2741](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2741)
___
@@ -106,7 +106,7 @@ Whether or not to allow copying of the video stream url.
#### Defined in
-[generated-client/api/videos-api.ts:2734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2734)
+[generated-client/api/videos-api.ts:2734](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2734)
___
@@ -120,7 +120,7 @@ Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this wi
#### Defined in
-[generated-client/api/videos-api.ts:2769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2769)
+[generated-client/api/videos-api.ts:2769](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2769)
___
@@ -134,7 +134,7 @@ Optional. Specify a specific number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2776)
+[generated-client/api/videos-api.ts:2776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2776)
___
@@ -148,7 +148,7 @@ Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server wi
#### Defined in
-[generated-client/api/videos-api.ts:2720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2720)
+[generated-client/api/videos-api.ts:2720](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2720)
___
@@ -162,7 +162,7 @@ Optional. Specify a specific audio sample rate, e.g. 44100.
#### Defined in
-[generated-client/api/videos-api.ts:2755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2755)
+[generated-client/api/videos-api.ts:2755](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2755)
___
@@ -176,7 +176,7 @@ Optional. The index of the audio stream to use. If omitted the first audio strea
#### Defined in
-[generated-client/api/videos-api.ts:2965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2965)
+[generated-client/api/videos-api.ts:2965](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2965)
___
@@ -190,7 +190,7 @@ Optional. Whether to break on non key frames.
#### Defined in
-[generated-client/api/videos-api.ts:2748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2748)
+[generated-client/api/videos-api.ts:2748](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2748)
___
@@ -204,7 +204,7 @@ The video container. Possible values are: ts, webm, asf, wmv, ogv, mp4, m4v, mkv
#### Defined in
-[generated-client/api/videos-api.ts:2643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2643)
+[generated-client/api/videos-api.ts:2643](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2643)
___
@@ -218,7 +218,7 @@ Optional. The MediaBrowser.Model.Dlna.EncodingContext.
#### Defined in
-[generated-client/api/videos-api.ts:2979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2979)
+[generated-client/api/videos-api.ts:2979](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2979)
___
@@ -232,7 +232,7 @@ Whether or not to copy timestamps when transcoding with an offset. Defaults to f
#### Defined in
-[generated-client/api/videos-api.ts:2818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2818)
+[generated-client/api/videos-api.ts:2818](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2818)
___
@@ -246,7 +246,7 @@ Optional. The limit of how many cpu cores to use.
#### Defined in
-[generated-client/api/videos-api.ts:2923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2923)
+[generated-client/api/videos-api.ts:2923](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2923)
___
@@ -260,7 +260,7 @@ Optional. Whether to deinterlace the video.
#### Defined in
-[generated-client/api/videos-api.ts:2902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2902)
+[generated-client/api/videos-api.ts:2902](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2902)
___
@@ -274,7 +274,7 @@ The device id of the client requesting. Used to stop encoding processes when nee
#### Defined in
-[generated-client/api/videos-api.ts:2713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2713)
+[generated-client/api/videos-api.ts:2713](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2713)
___
@@ -288,7 +288,7 @@ Optional. The dlna device profile id to utilize.
#### Defined in
-[generated-client/api/videos-api.ts:2671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2671)
+[generated-client/api/videos-api.ts:2671](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2671)
___
@@ -302,7 +302,7 @@ Whether or not to allow automatic stream copy if requested values match the orig
#### Defined in
-[generated-client/api/videos-api.ts:2727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2727)
+[generated-client/api/videos-api.ts:2727](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2727)
___
@@ -316,7 +316,7 @@ Optional. Whether to enable the MpegtsM2Ts mode.
#### Defined in
-[generated-client/api/videos-api.ts:2937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2937)
+[generated-client/api/videos-api.ts:2937](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2937)
___
@@ -330,7 +330,7 @@ Optional. A specific video framerate to encode to, e.g. 23.976. Generally this s
#### Defined in
-[generated-client/api/videos-api.ts:2804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2804)
+[generated-client/api/videos-api.ts:2804](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2804)
___
@@ -344,7 +344,7 @@ Optional. The fixed vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2839)
+[generated-client/api/videos-api.ts:2839](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2839)
___
@@ -358,7 +358,7 @@ The item id.
#### Defined in
-[generated-client/api/videos-api.ts:2636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2636)
+[generated-client/api/videos-api.ts:2636](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2636)
___
@@ -372,7 +372,7 @@ Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3
#### Defined in
-[generated-client/api/videos-api.ts:2797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2797)
+[generated-client/api/videos-api.ts:2797](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2797)
___
@@ -386,7 +386,7 @@ The live stream id.
#### Defined in
-[generated-client/api/videos-api.ts:2930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2930)
+[generated-client/api/videos-api.ts:2930](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2930)
___
@@ -400,7 +400,7 @@ Optional. The maximum audio bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2762)
+[generated-client/api/videos-api.ts:2762](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2762)
___
@@ -414,7 +414,7 @@ Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
#### Defined in
-[generated-client/api/videos-api.ts:2783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2783)
+[generated-client/api/videos-api.ts:2783](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2783)
___
@@ -428,7 +428,7 @@ Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generall
#### Defined in
-[generated-client/api/videos-api.ts:2811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2811)
+[generated-client/api/videos-api.ts:2811](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2811)
___
@@ -442,7 +442,7 @@ Optional. The maximum vertical resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2853)
+[generated-client/api/videos-api.ts:2853](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2853)
___
@@ -456,7 +456,7 @@ Optional.
#### Defined in
-[generated-client/api/videos-api.ts:2881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2881)
+[generated-client/api/videos-api.ts:2881](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2881)
___
@@ -470,7 +470,7 @@ Optional. The maximum video bit depth.
#### Defined in
-[generated-client/api/videos-api.ts:2888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2888)
+[generated-client/api/videos-api.ts:2888](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2888)
___
@@ -484,7 +484,7 @@ Optional. The maximum horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2846)
+[generated-client/api/videos-api.ts:2846](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2846)
___
@@ -498,7 +498,7 @@ The media version id, if playing an alternate version.
#### Defined in
-[generated-client/api/videos-api.ts:2706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2706)
+[generated-client/api/videos-api.ts:2706](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2706)
___
@@ -512,7 +512,7 @@ The minimum number of segments.
#### Defined in
-[generated-client/api/videos-api.ts:2699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2699)
+[generated-client/api/videos-api.ts:2699](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2699)
___
@@ -526,7 +526,7 @@ The streaming parameters.
#### Defined in
-[generated-client/api/videos-api.ts:2657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2657)
+[generated-client/api/videos-api.ts:2657](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2657)
___
@@ -540,7 +540,7 @@ The play session id.
#### Defined in
-[generated-client/api/videos-api.ts:2678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2678)
+[generated-client/api/videos-api.ts:2678](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2678)
___
@@ -554,7 +554,7 @@ Optional. Specify a specific an encoder profile (varies by encoder), e.g. main,
#### Defined in
-[generated-client/api/videos-api.ts:2790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2790)
+[generated-client/api/videos-api.ts:2790](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2790)
___
@@ -568,7 +568,7 @@ Optional. Whether to require avc.
#### Defined in
-[generated-client/api/videos-api.ts:2895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2895)
+[generated-client/api/videos-api.ts:2895](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2895)
___
@@ -582,7 +582,7 @@ Optional. Whether to require a non anamorphic stream.
#### Defined in
-[generated-client/api/videos-api.ts:2909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2909)
+[generated-client/api/videos-api.ts:2909](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2909)
___
@@ -596,7 +596,7 @@ The segment container.
#### Defined in
-[generated-client/api/videos-api.ts:2685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2685)
+[generated-client/api/videos-api.ts:2685](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2685)
___
@@ -610,7 +610,7 @@ The segment length.
#### Defined in
-[generated-client/api/videos-api.ts:2692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2692)
+[generated-client/api/videos-api.ts:2692](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2692)
___
@@ -624,7 +624,7 @@ Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
#### Defined in
-[generated-client/api/videos-api.ts:2825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2825)
+[generated-client/api/videos-api.ts:2825](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2825)
___
@@ -642,7 +642,7 @@ Optional. The streaming options.
#### Defined in
-[generated-client/api/videos-api.ts:2986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2986)
+[generated-client/api/videos-api.ts:2986](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2986)
___
@@ -656,7 +656,7 @@ Optional. Specify a subtitle codec to encode to.
#### Defined in
-[generated-client/api/videos-api.ts:2951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2951)
+[generated-client/api/videos-api.ts:2951](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2951)
___
@@ -670,7 +670,7 @@ Optional. Specify the subtitle delivery method.
#### Defined in
-[generated-client/api/videos-api.ts:2874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2874)
+[generated-client/api/videos-api.ts:2874](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2874)
___
@@ -684,7 +684,7 @@ Optional. The index of the subtitle stream to use. If omitted no subtitles will
#### Defined in
-[generated-client/api/videos-api.ts:2867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2867)
+[generated-client/api/videos-api.ts:2867](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2867)
___
@@ -698,7 +698,7 @@ The tag.
#### Defined in
-[generated-client/api/videos-api.ts:2664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2664)
+[generated-client/api/videos-api.ts:2664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2664)
___
@@ -712,7 +712,7 @@ Optional. The transcoding reason.
#### Defined in
-[generated-client/api/videos-api.ts:2958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2958)
+[generated-client/api/videos-api.ts:2958](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2958)
___
@@ -726,7 +726,7 @@ Optional. The maximum number of audio channels to transcode.
#### Defined in
-[generated-client/api/videos-api.ts:2916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2916)
+[generated-client/api/videos-api.ts:2916](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2916)
___
@@ -740,7 +740,7 @@ Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this wil
#### Defined in
-[generated-client/api/videos-api.ts:2860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2860)
+[generated-client/api/videos-api.ts:2860](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2860)
___
@@ -748,13 +748,13 @@ ___
• `Optional` `Readonly` **videoCodec**: `string`
-Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
+Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url\'s extension. Options: h265, h264, mpeg4, theora, vp8, vp9, vpx (deprecated), wmv.
**`memberof`** VideosApiHeadVideoStream
#### Defined in
-[generated-client/api/videos-api.ts:2944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2944)
+[generated-client/api/videos-api.ts:2944](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2944)
___
@@ -768,7 +768,7 @@ Optional. The index of the video stream to use. If omitted the first video strea
#### Defined in
-[generated-client/api/videos-api.ts:2972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2972)
+[generated-client/api/videos-api.ts:2972](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2972)
___
@@ -782,4 +782,4 @@ Optional. The fixed horizontal resolution of the encoded video.
#### Defined in
-[generated-client/api/videos-api.ts:2832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L2832)
+[generated-client/api/videos-api.ts:2832](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L2832)
diff --git a/docs/interfaces/generated_client.VideosApiMergeVersionsRequest.md b/docs/interfaces/generated_client.VideosApiMergeVersionsRequest.md
index 5f32facfb..ca42e0d49 100644
--- a/docs/interfaces/generated_client.VideosApiMergeVersionsRequest.md
+++ b/docs/interfaces/generated_client.VideosApiMergeVersionsRequest.md
@@ -28,4 +28,4 @@ Item id list. This allows multiple, comma delimited.
#### Defined in
-[generated-client/api/videos-api.ts:3364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L3364)
+[generated-client/api/videos-api.ts:3364](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L3364)
diff --git a/docs/interfaces/generated_client.VirtualFolderInfo.md b/docs/interfaces/generated_client.VirtualFolderInfo.md
index 75012c2fc..493bf631e 100644
--- a/docs/interfaces/generated_client.VirtualFolderInfo.md
+++ b/docs/interfaces/generated_client.VirtualFolderInfo.md
@@ -33,7 +33,7 @@ Used to hold information about a user\'s list of configured virtual folders.
#### Defined in
-[generated-client/models/virtual-folder-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L42)
+[generated-client/models/virtual-folder-info.ts:42](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L42)
___
@@ -47,7 +47,7 @@ Gets or sets the item identifier.
#### Defined in
-[generated-client/models/virtual-folder-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L54)
+[generated-client/models/virtual-folder-info.ts:54](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L54)
___
@@ -59,7 +59,7 @@ ___
#### Defined in
-[generated-client/models/virtual-folder-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L48)
+[generated-client/models/virtual-folder-info.ts:48](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L48)
___
@@ -73,7 +73,7 @@ Gets or sets the locations.
#### Defined in
-[generated-client/models/virtual-folder-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L36)
+[generated-client/models/virtual-folder-info.ts:36](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L36)
___
@@ -87,7 +87,7 @@ Gets or sets the name.
#### Defined in
-[generated-client/models/virtual-folder-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L30)
+[generated-client/models/virtual-folder-info.ts:30](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L30)
___
@@ -101,7 +101,7 @@ Gets or sets the primary image item identifier.
#### Defined in
-[generated-client/models/virtual-folder-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L60)
+[generated-client/models/virtual-folder-info.ts:60](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L60)
___
@@ -113,7 +113,7 @@ ___
#### Defined in
-[generated-client/models/virtual-folder-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L66)
+[generated-client/models/virtual-folder-info.ts:66](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L66)
___
@@ -125,4 +125,4 @@ ___
#### Defined in
-[generated-client/models/virtual-folder-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/virtual-folder-info.ts#L72)
+[generated-client/models/virtual-folder-info.ts:72](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/virtual-folder-info.ts#L72)
diff --git a/docs/interfaces/generated_client.WakeOnLanInfo.md b/docs/interfaces/generated_client.WakeOnLanInfo.md
index c1fab5c82..7298b6076 100644
--- a/docs/interfaces/generated_client.WakeOnLanInfo.md
+++ b/docs/interfaces/generated_client.WakeOnLanInfo.md
@@ -29,7 +29,7 @@ Gets the MAC address of the device.
#### Defined in
-[generated-client/models/wake-on-lan-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/wake-on-lan-info.ts#L28)
+[generated-client/models/wake-on-lan-info.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/wake-on-lan-info.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the wake-on-LAN port.
#### Defined in
-[generated-client/models/wake-on-lan-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/wake-on-lan-info.ts#L34)
+[generated-client/models/wake-on-lan-info.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/wake-on-lan-info.ts#L34)
diff --git a/docs/interfaces/generated_client.XbmcMetadataOptions.md b/docs/interfaces/generated_client.XbmcMetadataOptions.md
new file mode 100644
index 000000000..c6033613e
--- /dev/null
+++ b/docs/interfaces/generated_client.XbmcMetadataOptions.md
@@ -0,0 +1,79 @@
+[@thornbill/jellyfin-sdk](../README.md) / [Modules](../modules.md) / [generated-client](../modules/generated_client.md) / XbmcMetadataOptions
+
+# Interface: XbmcMetadataOptions
+
+[generated-client](../modules/generated_client.md).XbmcMetadataOptions
+
+**`export`**
+
+**`interface`** XbmcMetadataOptions
+
+## Table of contents
+
+### Properties
+
+- [EnableExtraThumbsDuplication](generated_client.XbmcMetadataOptions.md#enableextrathumbsduplication)
+- [EnablePathSubstitution](generated_client.XbmcMetadataOptions.md#enablepathsubstitution)
+- [ReleaseDateFormat](generated_client.XbmcMetadataOptions.md#releasedateformat)
+- [SaveImagePathsInNfo](generated_client.XbmcMetadataOptions.md#saveimagepathsinnfo)
+- [UserId](generated_client.XbmcMetadataOptions.md#userid)
+
+## Properties
+
+### EnableExtraThumbsDuplication
+
+• `Optional` **EnableExtraThumbsDuplication**: `boolean`
+
+**`memberof`** XbmcMetadataOptions
+
+#### Defined in
+
+[generated-client/models/xbmc-metadata-options.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xbmc-metadata-options.ts#L52)
+
+___
+
+### EnablePathSubstitution
+
+• `Optional` **EnablePathSubstitution**: `boolean`
+
+**`memberof`** XbmcMetadataOptions
+
+#### Defined in
+
+[generated-client/models/xbmc-metadata-options.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xbmc-metadata-options.ts#L46)
+
+___
+
+### ReleaseDateFormat
+
+• `Optional` **ReleaseDateFormat**: `string`
+
+**`memberof`** XbmcMetadataOptions
+
+#### Defined in
+
+[generated-client/models/xbmc-metadata-options.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xbmc-metadata-options.ts#L34)
+
+___
+
+### SaveImagePathsInNfo
+
+• `Optional` **SaveImagePathsInNfo**: `boolean`
+
+**`memberof`** XbmcMetadataOptions
+
+#### Defined in
+
+[generated-client/models/xbmc-metadata-options.ts:40](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xbmc-metadata-options.ts#L40)
+
+___
+
+### UserId
+
+• `Optional` **UserId**: ``null`` \| `string`
+
+**`memberof`** XbmcMetadataOptions
+
+#### Defined in
+
+[generated-client/models/xbmc-metadata-options.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xbmc-metadata-options.ts#L28)
diff --git a/docs/interfaces/generated_client.XmlAttribute.md b/docs/interfaces/generated_client.XmlAttribute.md
index d0ee20dad..dfff4530b 100644
--- a/docs/interfaces/generated_client.XmlAttribute.md
+++ b/docs/interfaces/generated_client.XmlAttribute.md
@@ -29,7 +29,7 @@ Gets or sets the name of the attribute.
#### Defined in
-[generated-client/models/xml-attribute.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/xml-attribute.ts#L28)
+[generated-client/models/xml-attribute.ts:28](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xml-attribute.ts#L28)
___
@@ -43,4 +43,4 @@ Gets or sets the value of the attribute.
#### Defined in
-[generated-client/models/xml-attribute.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/models/xml-attribute.ts#L34)
+[generated-client/models/xml-attribute.ts:34](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/models/xml-attribute.ts#L34)
diff --git a/docs/interfaces/generated_client.YearsApiGetYearRequest.md b/docs/interfaces/generated_client.YearsApiGetYearRequest.md
index d41a28f29..9d01300f7 100644
--- a/docs/interfaces/generated_client.YearsApiGetYearRequest.md
+++ b/docs/interfaces/generated_client.YearsApiGetYearRequest.md
@@ -29,7 +29,7 @@ Optional. Filter by user id, and attach user data.
#### Defined in
-[generated-client/api/years-api.ts:304](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L304)
+[generated-client/api/years-api.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L306)
___
@@ -43,4 +43,4 @@ The year.
#### Defined in
-[generated-client/api/years-api.ts:297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L297)
+[generated-client/api/years-api.ts:299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L299)
diff --git a/docs/interfaces/generated_client.YearsApiGetYearsRequest.md b/docs/interfaces/generated_client.YearsApiGetYearsRequest.md
index 4c911e24a..da200e301 100644
--- a/docs/interfaces/generated_client.YearsApiGetYearsRequest.md
+++ b/docs/interfaces/generated_client.YearsApiGetYearsRequest.md
@@ -42,7 +42,7 @@ Optional. The image types to include in the output.
#### Defined in
-[generated-client/api/years-api.ts:395](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L395)
+[generated-client/api/years-api.ts:397](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L397)
___
@@ -56,7 +56,7 @@ Optional. Include image information in output.
#### Defined in
-[generated-client/api/years-api.ts:416](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L416)
+[generated-client/api/years-api.ts:418](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L418)
___
@@ -70,13 +70,13 @@ Optional. Include user data.
#### Defined in
-[generated-client/api/years-api.ts:381](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L381)
+[generated-client/api/years-api.ts:383](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L383)
___
### excludeItemTypes
-• `Optional` `Readonly` **excludeItemTypes**: `string`[]
+• `Optional` `Readonly` **excludeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be excluded based on item type. This allows multiple, comma delimited.
@@ -84,7 +84,7 @@ Optional. If specified, results will be excluded based on item type. This allows
#### Defined in
-[generated-client/api/years-api.ts:353](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L353)
+[generated-client/api/years-api.ts:355](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L355)
___
@@ -98,7 +98,7 @@ Optional. Specify additional fields of information to return in the output.
#### Defined in
-[generated-client/api/years-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L346)
+[generated-client/api/years-api.ts:348](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L348)
___
@@ -112,13 +112,13 @@ Optional. The max number of images to return, per image type.
#### Defined in
-[generated-client/api/years-api.ts:388](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L388)
+[generated-client/api/years-api.ts:390](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L390)
___
### includeItemTypes
-• `Optional` `Readonly` **includeItemTypes**: `string`[]
+• `Optional` `Readonly` **includeItemTypes**: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[]
Optional. If specified, results will be included based on item type. This allows multiple, comma delimited.
@@ -126,7 +126,7 @@ Optional. If specified, results will be included based on item type. This allows
#### Defined in
-[generated-client/api/years-api.ts:360](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L360)
+[generated-client/api/years-api.ts:362](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L362)
___
@@ -140,7 +140,7 @@ Optional. The maximum number of records to return.
#### Defined in
-[generated-client/api/years-api.ts:325](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L325)
+[generated-client/api/years-api.ts:327](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L327)
___
@@ -154,7 +154,7 @@ Optional. Filter by MediaType. Allows multiple, comma delimited.
#### Defined in
-[generated-client/api/years-api.ts:367](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L367)
+[generated-client/api/years-api.ts:369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L369)
___
@@ -168,7 +168,7 @@ Specify this to localize the search to a specific item or folder. Omit to use th
#### Defined in
-[generated-client/api/years-api.ts:339](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L339)
+[generated-client/api/years-api.ts:341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L341)
___
@@ -182,7 +182,7 @@ Search recursively.
#### Defined in
-[generated-client/api/years-api.ts:409](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L409)
+[generated-client/api/years-api.ts:411](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L411)
___
@@ -196,7 +196,7 @@ Optional. Specify one or more sort orders, comma delimited. Options: Album, Albu
#### Defined in
-[generated-client/api/years-api.ts:374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L374)
+[generated-client/api/years-api.ts:376](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L376)
___
@@ -210,7 +210,7 @@ Sort Order - Ascending,Descending.
#### Defined in
-[generated-client/api/years-api.ts:332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L332)
+[generated-client/api/years-api.ts:334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L334)
___
@@ -224,7 +224,7 @@ Skips over a given number of items within the results. Use for paging.
#### Defined in
-[generated-client/api/years-api.ts:318](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L318)
+[generated-client/api/years-api.ts:320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L320)
___
@@ -238,4 +238,4 @@ User Id.
#### Defined in
-[generated-client/api/years-api.ts:402](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L402)
+[generated-client/api/years-api.ts:404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L404)
diff --git a/docs/interfaces/index.ClientInfo.md b/docs/interfaces/index.ClientInfo.md
index 71439b2bf..58470dbd0 100644
--- a/docs/interfaces/index.ClientInfo.md
+++ b/docs/interfaces/index.ClientInfo.md
@@ -21,7 +21,7 @@ An interface representing a client application.
#### Defined in
-[models/client-info.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/client-info.ts#L11)
+[models/client-info.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/client-info.ts#L11)
___
@@ -31,4 +31,4 @@ ___
#### Defined in
-[models/client-info.ts:12](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/client-info.ts#L12)
+[models/client-info.ts:12](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/client-info.ts#L12)
diff --git a/docs/interfaces/index.DeviceInfo.md b/docs/interfaces/index.DeviceInfo.md
index 9c822162b..a4a73da2e 100644
--- a/docs/interfaces/index.DeviceInfo.md
+++ b/docs/interfaces/index.DeviceInfo.md
@@ -21,7 +21,7 @@ An interface representing a client device.
#### Defined in
-[models/device-info.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/device-info.ts#L11)
+[models/device-info.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/device-info.ts#L11)
___
@@ -31,4 +31,4 @@ ___
#### Defined in
-[models/device-info.ts:12](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/device-info.ts#L12)
+[models/device-info.ts:12](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/device-info.ts#L12)
diff --git a/docs/interfaces/index.JellyfinParameters.md b/docs/interfaces/index.JellyfinParameters.md
index 275e39e47..64a797f5d 100644
--- a/docs/interfaces/index.JellyfinParameters.md
+++ b/docs/interfaces/index.JellyfinParameters.md
@@ -21,7 +21,7 @@ Parameters to create a Jellyfin SDK instance.
#### Defined in
-[jellyfin.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L15)
+[jellyfin.ts:15](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L15)
___
@@ -31,4 +31,4 @@ ___
#### Defined in
-[jellyfin.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L16)
+[jellyfin.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L16)
diff --git a/docs/interfaces/index.RecommendedServerInfo.md b/docs/interfaces/index.RecommendedServerInfo.md
index b19efabe9..22041e332 100644
--- a/docs/interfaces/index.RecommendedServerInfo.md
+++ b/docs/interfaces/index.RecommendedServerInfo.md
@@ -24,7 +24,7 @@ Information about a recommended server.
#### Defined in
-[models/recommended-server-info.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L21)
+[models/recommended-server-info.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L21)
___
@@ -34,7 +34,7 @@ ___
#### Defined in
-[models/recommended-server-info.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L24)
+[models/recommended-server-info.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L24)
___
@@ -44,7 +44,7 @@ ___
#### Defined in
-[models/recommended-server-info.ts:22](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L22)
+[models/recommended-server-info.ts:22](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L22)
___
@@ -54,7 +54,7 @@ ___
#### Defined in
-[models/recommended-server-info.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L23)
+[models/recommended-server-info.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L23)
___
@@ -64,4 +64,4 @@ ___
#### Defined in
-[models/recommended-server-info.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/models/recommended-server-info.ts#L25)
+[models/recommended-server-info.ts:25](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/models/recommended-server-info.ts#L25)
diff --git a/docs/interfaces/index.utils.DeviceProfileGeneratorOptions.md b/docs/interfaces/index.utils.DeviceProfileGeneratorOptions.md
index 5bc01513b..03a8c4eb2 100644
--- a/docs/interfaces/index.utils.DeviceProfileGeneratorOptions.md
+++ b/docs/interfaces/index.utils.DeviceProfileGeneratorOptions.md
@@ -26,4 +26,4 @@ Deliver SSA subtitles externally instead of requiring a burn in
#### Defined in
-[utils/browser-profiles.ts:20](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/browser-profiles.ts#L20)
+[utils/browser-profiles.ts:20](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/browser-profiles.ts#L20)
diff --git a/docs/modules/generated_client.md b/docs/modules/generated_client.md
index 39aedf7fe..0087dca52 100644
--- a/docs/modules/generated_client.md
+++ b/docs/modules/generated_client.md
@@ -7,18 +7,19 @@
### Enumerations
- [Architecture](../enums/generated_client.Architecture.md)
+- [BaseItemKind](../enums/generated_client.BaseItemKind.md)
- [ChannelItemSortField](../enums/generated_client.ChannelItemSortField.md)
- [ChannelMediaContentType](../enums/generated_client.ChannelMediaContentType.md)
- [ChannelMediaType](../enums/generated_client.ChannelMediaType.md)
- [ChannelType](../enums/generated_client.ChannelType.md)
- [CodecType](../enums/generated_client.CodecType.md)
- [CollectionTypeOptions](../enums/generated_client.CollectionTypeOptions.md)
-- [ConfigurationPageType](../enums/generated_client.ConfigurationPageType.md)
- [DayOfWeek](../enums/generated_client.DayOfWeek.md)
- [DayPattern](../enums/generated_client.DayPattern.md)
- [DeviceProfileType](../enums/generated_client.DeviceProfileType.md)
- [DlnaProfileType](../enums/generated_client.DlnaProfileType.md)
- [DynamicDayOfWeek](../enums/generated_client.DynamicDayOfWeek.md)
+- [EmbeddedSubtitleOptions](../enums/generated_client.EmbeddedSubtitleOptions.md)
- [EncodingContext](../enums/generated_client.EncodingContext.md)
- [ExternalIdMediaType](../enums/generated_client.ExternalIdMediaType.md)
- [FFmpegLocation](../enums/generated_client.FFmpegLocation.md)
@@ -30,6 +31,7 @@
- [GroupShuffleMode](../enums/generated_client.GroupShuffleMode.md)
- [GroupStateType](../enums/generated_client.GroupStateType.md)
- [GroupUpdateType](../enums/generated_client.GroupUpdateType.md)
+- [HardwareEncodingType](../enums/generated_client.HardwareEncodingType.md)
- [HeaderMatchType](../enums/generated_client.HeaderMatchType.md)
- [ImageFormat](../enums/generated_client.ImageFormat.md)
- [ImageOrientation](../enums/generated_client.ImageOrientation.md)
@@ -57,13 +59,13 @@
- [ProfileConditionType](../enums/generated_client.ProfileConditionType.md)
- [ProfileConditionValue](../enums/generated_client.ProfileConditionValue.md)
- [ProgramAudio](../enums/generated_client.ProgramAudio.md)
-- [QuickConnectState](../enums/generated_client.QuickConnectState.md)
- [RatingType](../enums/generated_client.RatingType.md)
- [RecommendationType](../enums/generated_client.RecommendationType.md)
- [RecordingStatus](../enums/generated_client.RecordingStatus.md)
- [RepeatMode](../enums/generated_client.RepeatMode.md)
- [ScrollDirection](../enums/generated_client.ScrollDirection.md)
- [SendCommandType](../enums/generated_client.SendCommandType.md)
+- [SendToUserType](../enums/generated_client.SendToUserType.md)
- [SeriesStatus](../enums/generated_client.SeriesStatus.md)
- [SessionMessageType](../enums/generated_client.SessionMessageType.md)
- [SortOrder](../enums/generated_client.SortOrder.md)
@@ -72,8 +74,8 @@
- [SyncPlayUserAccessType](../enums/generated_client.SyncPlayUserAccessType.md)
- [TaskCompletionStatus](../enums/generated_client.TaskCompletionStatus.md)
- [TaskState](../enums/generated_client.TaskState.md)
-- [TranscodeReason](../enums/generated_client.TranscodeReason.md)
- [TranscodeSeekInfo](../enums/generated_client.TranscodeSeekInfo.md)
+- [TranscodingInfoTranscodeReasonsEnum](../enums/generated_client.TranscodingInfoTranscodeReasonsEnum.md)
- [TransportStreamTimestamp](../enums/generated_client.TransportStreamTimestamp.md)
- [UnratedItem](../enums/generated_client.UnratedItem.md)
- [Video3DFormat](../enums/generated_client.Video3DFormat.md)
@@ -87,6 +89,7 @@
- [AudioApi](../classes/generated_client.AudioApi.md)
- [BrandingApi](../classes/generated_client.BrandingApi.md)
- [ChannelsApi](../classes/generated_client.ChannelsApi.md)
+- [ClientLogApi](../classes/generated_client.ClientLogApi.md)
- [CollectionApi](../classes/generated_client.CollectionApi.md)
- [Configuration](../classes/generated_client.Configuration.md)
- [ConfigurationApi](../classes/generated_client.ConfigurationApi.md)
@@ -132,6 +135,7 @@
- [SyncPlayApi](../classes/generated_client.SyncPlayApi.md)
- [SystemApi](../classes/generated_client.SystemApi.md)
- [TimeSyncApi](../classes/generated_client.TimeSyncApi.md)
+- [TmdbApi](../classes/generated_client.TmdbApi.md)
- [TrailersApi](../classes/generated_client.TrailersApi.md)
- [TvShowsApi](../classes/generated_client.TvShowsApi.md)
- [UniversalAudioApi](../classes/generated_client.UniversalAudioApi.md)
@@ -139,7 +143,6 @@
- [UserLibraryApi](../classes/generated_client.UserLibraryApi.md)
- [UserViewsApi](../classes/generated_client.UserViewsApi.md)
- [VideoAttachmentsApi](../classes/generated_client.VideoAttachmentsApi.md)
-- [VideoHlsApi](../classes/generated_client.VideoHlsApi.md)
- [VideosApi](../classes/generated_client.VideosApi.md)
- [YearsApi](../classes/generated_client.YearsApi.md)
@@ -190,11 +193,14 @@
- [ChapterInfo](../interfaces/generated_client.ChapterInfo.md)
- [ClientCapabilities](../interfaces/generated_client.ClientCapabilities.md)
- [ClientCapabilitiesDto](../interfaces/generated_client.ClientCapabilitiesDto.md)
+- [ClientLogApiLogFileRequest](../interfaces/generated_client.ClientLogApiLogFileRequest.md)
+- [ClientLogDocumentResponseDto](../interfaces/generated_client.ClientLogDocumentResponseDto.md)
- [CodecProfile](../interfaces/generated_client.CodecProfile.md)
- [CollectionApiAddToCollectionRequest](../interfaces/generated_client.CollectionApiAddToCollectionRequest.md)
- [CollectionApiCreateCollectionRequest](../interfaces/generated_client.CollectionApiCreateCollectionRequest.md)
- [CollectionApiRemoveFromCollectionRequest](../interfaces/generated_client.CollectionApiRemoveFromCollectionRequest.md)
- [CollectionCreationResult](../interfaces/generated_client.CollectionCreationResult.md)
+- [ConfigImageTypes](../interfaces/generated_client.ConfigImageTypes.md)
- [ConfigurationApiGetNamedConfigurationRequest](../interfaces/generated_client.ConfigurationApiGetNamedConfigurationRequest.md)
- [ConfigurationApiUpdateConfigurationRequest](../interfaces/generated_client.ConfigurationApiUpdateConfigurationRequest.md)
- [ConfigurationApiUpdateMediaEncoderPathRequest](../interfaces/generated_client.ConfigurationApiUpdateMediaEncoderPathRequest.md)
@@ -214,6 +220,7 @@
- [DeviceInfo](../interfaces/generated_client.DeviceInfo.md)
- [DeviceInfoQueryResult](../interfaces/generated_client.DeviceInfoQueryResult.md)
- [DeviceOptions](../interfaces/generated_client.DeviceOptions.md)
+- [DeviceOptionsDto](../interfaces/generated_client.DeviceOptionsDto.md)
- [DeviceProfile](../interfaces/generated_client.DeviceProfile.md)
- [DeviceProfileInfo](../interfaces/generated_client.DeviceProfileInfo.md)
- [DevicesApiDeleteDeviceRequest](../interfaces/generated_client.DevicesApiDeleteDeviceRequest.md)
@@ -229,6 +236,7 @@
- [DlnaApiDeleteProfileRequest](../interfaces/generated_client.DlnaApiDeleteProfileRequest.md)
- [DlnaApiGetProfileRequest](../interfaces/generated_client.DlnaApiGetProfileRequest.md)
- [DlnaApiUpdateProfileRequest](../interfaces/generated_client.DlnaApiUpdateProfileRequest.md)
+- [DlnaOptions](../interfaces/generated_client.DlnaOptions.md)
- [DlnaServerApiGetConnectionManager2Request](../interfaces/generated_client.DlnaServerApiGetConnectionManager2Request.md)
- [DlnaServerApiGetConnectionManager3Request](../interfaces/generated_client.DlnaServerApiGetConnectionManager3Request.md)
- [DlnaServerApiGetConnectionManagerRequest](../interfaces/generated_client.DlnaServerApiGetConnectionManagerRequest.md)
@@ -247,12 +255,14 @@
- [DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest](../interfaces/generated_client.DlnaServerApiProcessMediaReceiverRegistrarControlRequestRequest.md)
- [DynamicHlsApiGetHlsAudioSegmentRequest](../interfaces/generated_client.DynamicHlsApiGetHlsAudioSegmentRequest.md)
- [DynamicHlsApiGetHlsVideoSegmentRequest](../interfaces/generated_client.DynamicHlsApiGetHlsVideoSegmentRequest.md)
+- [DynamicHlsApiGetLiveHlsStreamRequest](../interfaces/generated_client.DynamicHlsApiGetLiveHlsStreamRequest.md)
- [DynamicHlsApiGetMasterHlsAudioPlaylistRequest](../interfaces/generated_client.DynamicHlsApiGetMasterHlsAudioPlaylistRequest.md)
- [DynamicHlsApiGetMasterHlsVideoPlaylistRequest](../interfaces/generated_client.DynamicHlsApiGetMasterHlsVideoPlaylistRequest.md)
- [DynamicHlsApiGetVariantHlsAudioPlaylistRequest](../interfaces/generated_client.DynamicHlsApiGetVariantHlsAudioPlaylistRequest.md)
- [DynamicHlsApiGetVariantHlsVideoPlaylistRequest](../interfaces/generated_client.DynamicHlsApiGetVariantHlsVideoPlaylistRequest.md)
- [DynamicHlsApiHeadMasterHlsAudioPlaylistRequest](../interfaces/generated_client.DynamicHlsApiHeadMasterHlsAudioPlaylistRequest.md)
- [DynamicHlsApiHeadMasterHlsVideoPlaylistRequest](../interfaces/generated_client.DynamicHlsApiHeadMasterHlsVideoPlaylistRequest.md)
+- [EncodingOptions](../interfaces/generated_client.EncodingOptions.md)
- [EndPointInfo](../interfaces/generated_client.EndPointInfo.md)
- [EnvironmentApiGetDirectoryContentsRequest](../interfaces/generated_client.EnvironmentApiGetDirectoryContentsRequest.md)
- [EnvironmentApiGetParentPathRequest](../interfaces/generated_client.EnvironmentApiGetParentPathRequest.md)
@@ -295,6 +305,7 @@
- [ImageApiGetMusicGenreImageRequest](../interfaces/generated_client.ImageApiGetMusicGenreImageRequest.md)
- [ImageApiGetPersonImageByIndexRequest](../interfaces/generated_client.ImageApiGetPersonImageByIndexRequest.md)
- [ImageApiGetPersonImageRequest](../interfaces/generated_client.ImageApiGetPersonImageRequest.md)
+- [ImageApiGetSplashscreenRequest](../interfaces/generated_client.ImageApiGetSplashscreenRequest.md)
- [ImageApiGetStudioImageByIndexRequest](../interfaces/generated_client.ImageApiGetStudioImageByIndexRequest.md)
- [ImageApiGetStudioImageRequest](../interfaces/generated_client.ImageApiGetStudioImageRequest.md)
- [ImageApiGetUserImageByIndexRequest](../interfaces/generated_client.ImageApiGetUserImageByIndexRequest.md)
@@ -318,6 +329,7 @@
- [ImageApiSetItemImageByIndexRequest](../interfaces/generated_client.ImageApiSetItemImageByIndexRequest.md)
- [ImageApiSetItemImageRequest](../interfaces/generated_client.ImageApiSetItemImageRequest.md)
- [ImageApiUpdateItemImageIndexRequest](../interfaces/generated_client.ImageApiUpdateItemImageIndexRequest.md)
+- [ImageApiUploadCustomSplashscreenRequest](../interfaces/generated_client.ImageApiUploadCustomSplashscreenRequest.md)
- [ImageByNameApiGetGeneralImageRequest](../interfaces/generated_client.ImageByNameApiGetGeneralImageRequest.md)
- [ImageByNameApiGetMediaInfoImageRequest](../interfaces/generated_client.ImageByNameApiGetMediaInfoImageRequest.md)
- [ImageByNameApiGetRatingImageRequest](../interfaces/generated_client.ImageByNameApiGetRatingImageRequest.md)
@@ -330,7 +342,6 @@
- [InstantMixApiGetInstantMixFromArtists2Request](../interfaces/generated_client.InstantMixApiGetInstantMixFromArtists2Request.md)
- [InstantMixApiGetInstantMixFromArtistsRequest](../interfaces/generated_client.InstantMixApiGetInstantMixFromArtistsRequest.md)
- [InstantMixApiGetInstantMixFromItemRequest](../interfaces/generated_client.InstantMixApiGetInstantMixFromItemRequest.md)
-- [InstantMixApiGetInstantMixFromMusicGenreById2Request](../interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreById2Request.md)
- [InstantMixApiGetInstantMixFromMusicGenreByIdRequest](../interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByIdRequest.md)
- [InstantMixApiGetInstantMixFromMusicGenreByNameRequest](../interfaces/generated_client.InstantMixApiGetInstantMixFromMusicGenreByNameRequest.md)
- [InstantMixApiGetInstantMixFromPlaylistRequest](../interfaces/generated_client.InstantMixApiGetInstantMixFromPlaylistRequest.md)
@@ -347,7 +358,7 @@
- [ItemLookupApiGetPersonRemoteSearchResultsRequest](../interfaces/generated_client.ItemLookupApiGetPersonRemoteSearchResultsRequest.md)
- [ItemLookupApiGetSeriesRemoteSearchResultsRequest](../interfaces/generated_client.ItemLookupApiGetSeriesRemoteSearchResultsRequest.md)
- [ItemLookupApiGetTrailerRemoteSearchResultsRequest](../interfaces/generated_client.ItemLookupApiGetTrailerRemoteSearchResultsRequest.md)
-- [ItemRefreshApiPostRequest](../interfaces/generated_client.ItemRefreshApiPostRequest.md)
+- [ItemRefreshApiRefreshItemRequest](../interfaces/generated_client.ItemRefreshApiRefreshItemRequest.md)
- [ItemUpdateApiGetMetadataEditorInfoRequest](../interfaces/generated_client.ItemUpdateApiGetMetadataEditorInfoRequest.md)
- [ItemUpdateApiUpdateItemContentTypeRequest](../interfaces/generated_client.ItemUpdateApiUpdateItemContentTypeRequest.md)
- [ItemUpdateApiUpdateItemRequest](../interfaces/generated_client.ItemUpdateApiUpdateItemRequest.md)
@@ -429,6 +440,7 @@
- [LiveTvApiUpdateSeriesTimerRequest](../interfaces/generated_client.LiveTvApiUpdateSeriesTimerRequest.md)
- [LiveTvApiUpdateTimerRequest](../interfaces/generated_client.LiveTvApiUpdateTimerRequest.md)
- [LiveTvInfo](../interfaces/generated_client.LiveTvInfo.md)
+- [LiveTvOptions](../interfaces/generated_client.LiveTvOptions.md)
- [LiveTvServiceInfo](../interfaces/generated_client.LiveTvServiceInfo.md)
- [LocalizationOption](../interfaces/generated_client.LocalizationOption.md)
- [LogFile](../interfaces/generated_client.LogFile.md)
@@ -447,6 +459,7 @@
- [MediaUpdateInfoPathDto](../interfaces/generated_client.MediaUpdateInfoPathDto.md)
- [MediaUrl](../interfaces/generated_client.MediaUrl.md)
- [MessageCommand](../interfaces/generated_client.MessageCommand.md)
+- [MetadataConfiguration](../interfaces/generated_client.MetadataConfiguration.md)
- [MetadataEditorInfo](../interfaces/generated_client.MetadataEditorInfo.md)
- [MetadataOptions](../interfaces/generated_client.MetadataOptions.md)
- [MovePlaylistItemRequestDto](../interfaces/generated_client.MovePlaylistItemRequestDto.md)
@@ -460,9 +473,12 @@
- [NameGuidPair](../interfaces/generated_client.NameGuidPair.md)
- [NameIdPair](../interfaces/generated_client.NameIdPair.md)
- [NameValuePair](../interfaces/generated_client.NameValuePair.md)
+- [NetworkConfiguration](../interfaces/generated_client.NetworkConfiguration.md)
- [NewGroupRequestDto](../interfaces/generated_client.NewGroupRequestDto.md)
- [NextItemRequestDto](../interfaces/generated_client.NextItemRequestDto.md)
- [NotificationDto](../interfaces/generated_client.NotificationDto.md)
+- [NotificationOption](../interfaces/generated_client.NotificationOption.md)
+- [NotificationOptions](../interfaces/generated_client.NotificationOptions.md)
- [NotificationResultDto](../interfaces/generated_client.NotificationResultDto.md)
- [NotificationTypeInfo](../interfaces/generated_client.NotificationTypeInfo.md)
- [NotificationsApiCreateAdminNotificationRequest](../interfaces/generated_client.NotificationsApiCreateAdminNotificationRequest.md)
@@ -511,7 +527,6 @@
- [PlaystateApiReportPlaybackStoppedRequest](../interfaces/generated_client.PlaystateApiReportPlaybackStoppedRequest.md)
- [PlaystateRequest](../interfaces/generated_client.PlaystateRequest.md)
- [PluginInfo](../interfaces/generated_client.PluginInfo.md)
-- [PluginSecurityInfo](../interfaces/generated_client.PluginSecurityInfo.md)
- [PluginsApiDisablePluginRequest](../interfaces/generated_client.PluginsApiDisablePluginRequest.md)
- [PluginsApiEnablePluginRequest](../interfaces/generated_client.PluginsApiEnablePluginRequest.md)
- [PluginsApiGetPluginConfigurationRequest](../interfaces/generated_client.PluginsApiGetPluginConfigurationRequest.md)
@@ -520,7 +535,6 @@
- [PluginsApiUninstallPluginByVersionRequest](../interfaces/generated_client.PluginsApiUninstallPluginByVersionRequest.md)
- [PluginsApiUninstallPluginRequest](../interfaces/generated_client.PluginsApiUninstallPluginRequest.md)
- [PluginsApiUpdatePluginConfigurationRequest](../interfaces/generated_client.PluginsApiUpdatePluginConfigurationRequest.md)
-- [PluginsApiUpdatePluginSecurityInfoRequest](../interfaces/generated_client.PluginsApiUpdatePluginSecurityInfoRequest.md)
- [PreviousItemRequestDto](../interfaces/generated_client.PreviousItemRequestDto.md)
- [ProblemDetails](../interfaces/generated_client.ProblemDetails.md)
- [ProfileCondition](../interfaces/generated_client.ProfileCondition.md)
@@ -530,7 +544,6 @@
- [QueueItem](../interfaces/generated_client.QueueItem.md)
- [QueueRequestDto](../interfaces/generated_client.QueueRequestDto.md)
- [QuickConnectApiAuthorizeRequest](../interfaces/generated_client.QuickConnectApiAuthorizeRequest.md)
-- [QuickConnectApiAvailableRequest](../interfaces/generated_client.QuickConnectApiAvailableRequest.md)
- [QuickConnectApiConnectRequest](../interfaces/generated_client.QuickConnectApiConnectRequest.md)
- [QuickConnectDto](../interfaces/generated_client.QuickConnectDto.md)
- [QuickConnectResult](../interfaces/generated_client.QuickConnectResult.md)
@@ -600,6 +613,7 @@
- [SubtitleApiGetSubtitleWithTicksRequest](../interfaces/generated_client.SubtitleApiGetSubtitleWithTicksRequest.md)
- [SubtitleApiSearchRemoteSubtitlesRequest](../interfaces/generated_client.SubtitleApiSearchRemoteSubtitlesRequest.md)
- [SubtitleApiUploadSubtitleRequest](../interfaces/generated_client.SubtitleApiUploadSubtitleRequest.md)
+- [SubtitleOptions](../interfaces/generated_client.SubtitleOptions.md)
- [SubtitleProfile](../interfaces/generated_client.SubtitleProfile.md)
- [SuggestionsApiGetSuggestionsRequest](../interfaces/generated_client.SuggestionsApiGetSuggestionsRequest.md)
- [SyncPlayApiSyncPlayBufferingRequest](../interfaces/generated_client.SyncPlayApiSyncPlayBufferingRequest.md)
@@ -678,10 +692,8 @@
- [UserViewsApiGetUserViewsRequest](../interfaces/generated_client.UserViewsApiGetUserViewsRequest.md)
- [UtcTimeResponse](../interfaces/generated_client.UtcTimeResponse.md)
- [ValidatePathDto](../interfaces/generated_client.ValidatePathDto.md)
-- [Version](../interfaces/generated_client.Version.md)
- [VersionInfo](../interfaces/generated_client.VersionInfo.md)
- [VideoAttachmentsApiGetAttachmentRequest](../interfaces/generated_client.VideoAttachmentsApiGetAttachmentRequest.md)
-- [VideoHlsApiGetLiveHlsStreamRequest](../interfaces/generated_client.VideoHlsApiGetLiveHlsStreamRequest.md)
- [VideosApiDeleteAlternateSourcesRequest](../interfaces/generated_client.VideosApiDeleteAlternateSourcesRequest.md)
- [VideosApiGetAdditionalPartRequest](../interfaces/generated_client.VideosApiGetAdditionalPartRequest.md)
- [VideosApiGetVideoStreamByContainerRequest](../interfaces/generated_client.VideosApiGetVideoStreamByContainerRequest.md)
@@ -691,6 +703,7 @@
- [VideosApiMergeVersionsRequest](../interfaces/generated_client.VideosApiMergeVersionsRequest.md)
- [VirtualFolderInfo](../interfaces/generated_client.VirtualFolderInfo.md)
- [WakeOnLanInfo](../interfaces/generated_client.WakeOnLanInfo.md)
+- [XbmcMetadataOptions](../interfaces/generated_client.XbmcMetadataOptions.md)
- [XmlAttribute](../interfaces/generated_client.XmlAttribute.md)
- [YearsApiGetYearRequest](../interfaces/generated_client.YearsApiGetYearRequest.md)
- [YearsApiGetYearsRequest](../interfaces/generated_client.YearsApiGetYearsRequest.md)
@@ -715,6 +728,9 @@
- [ChannelsApiAxiosParamCreator](generated_client.md#channelsapiaxiosparamcreator)
- [ChannelsApiFactory](generated_client.md#channelsapifactory)
- [ChannelsApiFp](generated_client.md#channelsapifp)
+- [ClientLogApiAxiosParamCreator](generated_client.md#clientlogapiaxiosparamcreator)
+- [ClientLogApiFactory](generated_client.md#clientlogapifactory)
+- [ClientLogApiFp](generated_client.md#clientlogapifp)
- [CollectionApiAxiosParamCreator](generated_client.md#collectionapiaxiosparamcreator)
- [CollectionApiFactory](generated_client.md#collectionapifactory)
- [CollectionApiFp](generated_client.md#collectionapifp)
@@ -847,6 +863,9 @@
- [TimeSyncApiAxiosParamCreator](generated_client.md#timesyncapiaxiosparamcreator)
- [TimeSyncApiFactory](generated_client.md#timesyncapifactory)
- [TimeSyncApiFp](generated_client.md#timesyncapifp)
+- [TmdbApiAxiosParamCreator](generated_client.md#tmdbapiaxiosparamcreator)
+- [TmdbApiFactory](generated_client.md#tmdbapifactory)
+- [TmdbApiFp](generated_client.md#tmdbapifp)
- [TrailersApiAxiosParamCreator](generated_client.md#trailersapiaxiosparamcreator)
- [TrailersApiFactory](generated_client.md#trailersapifactory)
- [TrailersApiFp](generated_client.md#trailersapifp)
@@ -868,9 +887,6 @@
- [VideoAttachmentsApiAxiosParamCreator](generated_client.md#videoattachmentsapiaxiosparamcreator)
- [VideoAttachmentsApiFactory](generated_client.md#videoattachmentsapifactory)
- [VideoAttachmentsApiFp](generated_client.md#videoattachmentsapifp)
-- [VideoHlsApiAxiosParamCreator](generated_client.md#videohlsapiaxiosparamcreator)
-- [VideoHlsApiFactory](generated_client.md#videohlsapifactory)
-- [VideoHlsApiFp](generated_client.md#videohlsapifp)
- [VideosApiAxiosParamCreator](generated_client.md#videosapiaxiosparamcreator)
- [VideosApiFactory](generated_client.md#videosapifactory)
- [VideosApiFp](generated_client.md#videosapifp)
@@ -904,7 +920,7 @@ ActivityLogApi - axios parameter creator
#### Defined in
-[generated-client/api/activity-log-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L29)
+[generated-client/api/activity-log-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L29)
___
@@ -934,7 +950,7 @@ ActivityLogApi - factory interface
#### Defined in
-[generated-client/api/activity-log-api.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L117)
+[generated-client/api/activity-log-api.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L117)
___
@@ -962,7 +978,7 @@ ActivityLogApi - functional programming interface
#### Defined in
-[generated-client/api/activity-log-api.ts:93](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/activity-log-api.ts#L93)
+[generated-client/api/activity-log-api.ts:93](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/activity-log-api.ts#L93)
___
@@ -992,7 +1008,7 @@ ApiKeyApi - axios parameter creator
#### Defined in
-[generated-client/api/api-key-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L29)
+[generated-client/api/api-key-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L29)
___
@@ -1024,7 +1040,7 @@ ApiKeyApi - factory interface
#### Defined in
-[generated-client/api/api-key-api.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L190)
+[generated-client/api/api-key-api.ts:190](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L190)
___
@@ -1054,7 +1070,7 @@ ApiKeyApi - functional programming interface
#### Defined in
-[generated-client/api/api-key-api.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/api-key-api.ts#L148)
+[generated-client/api/api-key-api.ts:148](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/api-key-api.ts#L148)
___
@@ -1078,13 +1094,13 @@ ArtistsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getArtistByName` | (`name`: `string`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/artists-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L37)
+[generated-client/api/artists-api.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L41)
___
@@ -1110,13 +1126,13 @@ ArtistsApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getArtistByName` | (`name`: `string`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/artists-api.ts:556](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L556)
+[generated-client/api/artists-api.ts:584](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L584)
___
@@ -1140,13 +1156,13 @@ ArtistsApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getAlbumArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getArtistByName` | (`name`: `string`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getArtists` | (`minCommunityRating?`: `number`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `genres?`: `string`[], `genreIds?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `studioIds?`: `string`[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/artists-api.ts:454](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/artists-api.ts#L454)
+[generated-client/api/artists-api.ts:478](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/artists-api.ts#L478)
___
@@ -1177,7 +1193,7 @@ AudioApi - axios parameter creator
#### Defined in
-[generated-client/api/audio-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L31)
+[generated-client/api/audio-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L31)
___
@@ -1210,7 +1226,7 @@ AudioApi - factory interface
#### Defined in
-[generated-client/api/audio-api.ts:1380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1380)
+[generated-client/api/audio-api.ts:1380](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1380)
___
@@ -1241,7 +1257,7 @@ AudioApi - functional programming interface
#### Defined in
-[generated-client/api/audio-api.ts:1134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/audio-api.ts#L1134)
+[generated-client/api/audio-api.ts:1134](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/audio-api.ts#L1134)
___
@@ -1271,7 +1287,7 @@ BrandingApi - axios parameter creator
#### Defined in
-[generated-client/api/branding-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L29)
+[generated-client/api/branding-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L29)
___
@@ -1303,7 +1319,7 @@ BrandingApi - factory interface
#### Defined in
-[generated-client/api/branding-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L168)
+[generated-client/api/branding-api.ts:168](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L168)
___
@@ -1333,7 +1349,7 @@ BrandingApi - functional programming interface
#### Defined in
-[generated-client/api/branding-api.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/branding-api.ts#L128)
+[generated-client/api/branding-api.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/branding-api.ts#L128)
___
@@ -1365,7 +1381,7 @@ ChannelsApi - axios parameter creator
#### Defined in
-[generated-client/api/channels-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L37)
+[generated-client/api/channels-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L37)
___
@@ -1399,7 +1415,7 @@ ChannelsApi - factory interface
#### Defined in
-[generated-client/api/channels-api.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L401)
+[generated-client/api/channels-api.ts:401](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L401)
___
@@ -1431,7 +1447,93 @@ ChannelsApi - functional programming interface
#### Defined in
-[generated-client/api/channels-api.ts:319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/channels-api.ts#L319)
+[generated-client/api/channels-api.ts:319](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/channels-api.ts#L319)
+
+___
+
+### ClientLogApiAxiosParamCreator
+
+▸ **ClientLogApiAxiosParamCreator**(`configuration?`): `Object`
+
+ClientLogApi - axios parameter creator
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `logFile` | (`body?`: `any`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+
+#### Defined in
+
+[generated-client/api/client-log-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/client-log-api.ts#L31)
+
+___
+
+### ClientLogApiFactory
+
+▸ **ClientLogApiFactory**(`configuration?`, `basePath?`, `axios?`): `Object`
+
+ClientLogApi - factory interface
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+| `basePath?` | `string` |
+| `axios?` | `AxiosInstance` |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `logFile` | (`body?`: `any`, `options?`: `any`) => `AxiosPromise`<[`ClientLogDocumentResponseDto`](../interfaces/generated_client.ClientLogDocumentResponseDto.md)\> |
+
+#### Defined in
+
+[generated-client/api/client-log-api.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/client-log-api.ts#L98)
+
+___
+
+### ClientLogApiFp
+
+▸ **ClientLogApiFp**(`configuration?`): `Object`
+
+ClientLogApi - functional programming interface
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `logFile` | (`body?`: `any`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`ClientLogDocumentResponseDto`](../interfaces/generated_client.ClientLogDocumentResponseDto.md)\>\> |
+
+#### Defined in
+
+[generated-client/api/client-log-api.ts:77](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/client-log-api.ts#L77)
___
@@ -1461,7 +1563,7 @@ CollectionApi - axios parameter creator
#### Defined in
-[generated-client/api/collection-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L29)
+[generated-client/api/collection-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L29)
___
@@ -1493,7 +1595,7 @@ CollectionApi - factory interface
#### Defined in
-[generated-client/api/collection-api.ts:227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L227)
+[generated-client/api/collection-api.ts:227](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L227)
___
@@ -1523,7 +1625,7 @@ CollectionApi - functional programming interface
#### Defined in
-[generated-client/api/collection-api.ts:179](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/collection-api.ts#L179)
+[generated-client/api/collection-api.ts:179](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/collection-api.ts#L179)
___
@@ -1552,11 +1654,11 @@ ConfigurationApi - axios parameter creator
| `getNamedConfiguration` | (`key`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `updateConfiguration` | (`serverConfiguration`: [`ServerConfiguration`](../interfaces/generated_client.ServerConfiguration.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
| `updateMediaEncoderPath` | (`mediaEncoderPathDto`: [`MediaEncoderPathDto`](../interfaces/generated_client.MediaEncoderPathDto.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `updateNamedConfiguration` | (`key`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `updateNamedConfiguration` | (`key`: `string`, `body`: `any`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/configuration-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L33)
+[generated-client/api/configuration-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L33)
___
@@ -1587,11 +1689,11 @@ ConfigurationApi - factory interface
| `getNamedConfiguration` | (`key`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `updateConfiguration` | (`serverConfiguration`: [`ServerConfiguration`](../interfaces/generated_client.ServerConfiguration.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
| `updateMediaEncoderPath` | (`mediaEncoderPathDto`: [`MediaEncoderPathDto`](../interfaces/generated_client.MediaEncoderPathDto.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
-| `updateNamedConfiguration` | (`key`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `updateNamedConfiguration` | (`key`: `string`, `body`: `any`, `options?`: `any`) => `AxiosPromise`<`void`\> |
#### Defined in
-[generated-client/api/configuration-api.ts:334](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L334)
+[generated-client/api/configuration-api.ts:341](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L341)
___
@@ -1620,11 +1722,11 @@ ConfigurationApi - functional programming interface
| `getNamedConfiguration` | (`key`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `updateConfiguration` | (`serverConfiguration`: [`ServerConfiguration`](../interfaces/generated_client.ServerConfiguration.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `updateMediaEncoderPath` | (`mediaEncoderPathDto`: [`MediaEncoderPathDto`](../interfaces/generated_client.MediaEncoderPathDto.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
-| `updateNamedConfiguration` | (`key`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `updateNamedConfiguration` | (`key`: `string`, `body`: `any`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
#### Defined in
-[generated-client/api/configuration-api.ts:260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/configuration-api.ts#L260)
+[generated-client/api/configuration-api.ts:266](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/configuration-api.ts#L266)
___
@@ -1648,12 +1750,12 @@ DashboardApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `pageType?`: [`ConfigurationPageType`](../enums/generated_client.ConfigurationPageType.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getDashboardConfigurationPage` | (`name?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/dashboard-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L33)
+[generated-client/api/dashboard-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L31)
___
@@ -1679,12 +1781,12 @@ DashboardApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `pageType?`: [`ConfigurationPageType`](../enums/generated_client.ConfigurationPageType.md), `options?`: `any`) => `AxiosPromise`<[`ConfigurationPageInfo`](../interfaces/generated_client.ConfigurationPageInfo.md)[]\> |
+| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`ConfigurationPageInfo`](../interfaces/generated_client.ConfigurationPageInfo.md)[]\> |
| `getDashboardConfigurationPage` | (`name?`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
#### Defined in
-[generated-client/api/dashboard-api.ts:150](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L150)
+[generated-client/api/dashboard-api.ts:145](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L145)
___
@@ -1708,12 +1810,12 @@ DashboardApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `pageType?`: [`ConfigurationPageType`](../enums/generated_client.ConfigurationPageType.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`ConfigurationPageInfo`](../interfaces/generated_client.ConfigurationPageInfo.md)[]\>\> |
+| `getConfigurationPages` | (`enableInMainMenu?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`ConfigurationPageInfo`](../interfaces/generated_client.ConfigurationPageInfo.md)[]\>\> |
| `getDashboardConfigurationPage` | (`name?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
#### Defined in
-[generated-client/api/dashboard-api.ts:117](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dashboard-api.ts#L117)
+[generated-client/api/dashboard-api.ts:113](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dashboard-api.ts#L113)
___
@@ -1741,11 +1843,11 @@ DevicesApi - axios parameter creator
| `getDeviceInfo` | (`id`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getDeviceOptions` | (`id`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getDevices` | (`supportsSync?`: `boolean`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `updateDeviceOptions` | (`id`: `string`, `deviceOptions`: [`DeviceOptions`](../interfaces/generated_client.DeviceOptions.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `updateDeviceOptions` | (`id`: `string`, `deviceOptionsDto`: [`DeviceOptionsDto`](../interfaces/generated_client.DeviceOptionsDto.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/devices-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L35)
+[generated-client/api/devices-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L37)
___
@@ -1775,11 +1877,11 @@ DevicesApi - factory interface
| `getDeviceInfo` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`<[`DeviceInfo`](../interfaces/generated_client.DeviceInfo.md)\> |
| `getDeviceOptions` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`<[`DeviceOptions`](../interfaces/generated_client.DeviceOptions.md)\> |
| `getDevices` | (`supportsSync?`: `boolean`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`DeviceInfoQueryResult`](../interfaces/generated_client.DeviceInfoQueryResult.md)\> |
-| `updateDeviceOptions` | (`id`: `string`, `deviceOptions`: [`DeviceOptions`](../interfaces/generated_client.DeviceOptions.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `updateDeviceOptions` | (`id`: `string`, `deviceOptionsDto`: [`DeviceOptionsDto`](../interfaces/generated_client.DeviceOptionsDto.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
#### Defined in
-[generated-client/api/devices-api.ts:320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L320)
+[generated-client/api/devices-api.ts:322](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L322)
___
@@ -1807,11 +1909,11 @@ DevicesApi - functional programming interface
| `getDeviceInfo` | (`id`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`DeviceInfo`](../interfaces/generated_client.DeviceInfo.md)\>\> |
| `getDeviceOptions` | (`id`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`DeviceOptions`](../interfaces/generated_client.DeviceOptions.md)\>\> |
| `getDevices` | (`supportsSync?`: `boolean`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`DeviceInfoQueryResult`](../interfaces/generated_client.DeviceInfoQueryResult.md)\>\> |
-| `updateDeviceOptions` | (`id`: `string`, `deviceOptions`: [`DeviceOptions`](../interfaces/generated_client.DeviceOptions.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `updateDeviceOptions` | (`id`: `string`, `deviceOptionsDto`: [`DeviceOptionsDto`](../interfaces/generated_client.DeviceOptionsDto.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
#### Defined in
-[generated-client/api/devices-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/devices-api.ts#L253)
+[generated-client/api/devices-api.ts:255](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/devices-api.ts#L255)
___
@@ -1840,7 +1942,7 @@ DisplayPreferencesApi - axios parameter creator
#### Defined in
-[generated-client/api/display-preferences-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L29)
+[generated-client/api/display-preferences-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L29)
___
@@ -1871,7 +1973,7 @@ DisplayPreferencesApi - factory interface
#### Defined in
-[generated-client/api/display-preferences-api.ts:183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L183)
+[generated-client/api/display-preferences-api.ts:183](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L183)
___
@@ -1900,7 +2002,7 @@ DisplayPreferencesApi - functional programming interface
#### Defined in
-[generated-client/api/display-preferences-api.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/display-preferences-api.ts#L146)
+[generated-client/api/display-preferences-api.ts:146](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/display-preferences-api.ts#L146)
___
@@ -1933,7 +2035,7 @@ DlnaApi - axios parameter creator
#### Defined in
-[generated-client/api/dlna-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L33)
+[generated-client/api/dlna-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L33)
___
@@ -1968,7 +2070,7 @@ DlnaApi - factory interface
#### Defined in
-[generated-client/api/dlna-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L335)
+[generated-client/api/dlna-api.ts:335](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L335)
___
@@ -2001,7 +2103,7 @@ DlnaApi - functional programming interface
#### Defined in
-[generated-client/api/dlna-api.ts:260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-api.ts#L260)
+[generated-client/api/dlna-api.ts:260](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-api.ts#L260)
___
@@ -2044,7 +2146,7 @@ DlnaServerApi - axios parameter creator
#### Defined in
-[generated-client/api/dlna-server-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L29)
+[generated-client/api/dlna-server-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L29)
___
@@ -2089,7 +2191,7 @@ DlnaServerApi - factory interface
#### Defined in
-[generated-client/api/dlna-server-api.ts:773](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L773)
+[generated-client/api/dlna-server-api.ts:821](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L821)
___
@@ -2132,7 +2234,7 @@ DlnaServerApi - functional programming interface
#### Defined in
-[generated-client/api/dlna-server-api.ts:586](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dlna-server-api.ts#L586)
+[generated-client/api/dlna-server-api.ts:634](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dlna-server-api.ts#L634)
___
@@ -2156,18 +2258,19 @@ DynamicHlsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getVariantHlsAudioPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `headMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L31)
+[generated-client/api/dynamic-hls-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L31)
___
@@ -2193,18 +2296,19 @@ DynamicHlsApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
-| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
-| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getVariantHlsAudioPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
-| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `headMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
-| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:2776](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L2776)
+[generated-client/api/dynamic-hls-api.ts:3210](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L3210)
___
@@ -2228,18 +2332,19 @@ DynamicHlsApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
-| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getHlsAudioSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getHlsVideoSegment` | (`itemId`: `string`, `playlistId`: `string`, `segmentId`: `number`, `container`: `string`, `runtimeTicks`: `number`, `actualSegmentLengthTicks`: `number`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
-| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getVariantHlsAudioPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
-| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getVariantHlsVideoPlaylist` | (`itemId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `headMasterHlsAudioPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `maxStreamingBitrate?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
-| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `headMasterHlsVideoPlaylist` | (`itemId`: `string`, `mediaSourceId`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `enableAdaptiveBitrateStreaming?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
#### Defined in
-[generated-client/api/dynamic-hls-api.ts:2288](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/dynamic-hls-api.ts#L2288)
+[generated-client/api/dynamic-hls-api.ts:2648](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/dynamic-hls-api.ts#L2648)
___
@@ -2272,7 +2377,7 @@ EnvironmentApi - axios parameter creator
#### Defined in
-[generated-client/api/environment-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L35)
+[generated-client/api/environment-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L35)
___
@@ -2307,7 +2412,7 @@ EnvironmentApi - factory interface
#### Defined in
-[generated-client/api/environment-api.ts:349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L349)
+[generated-client/api/environment-api.ts:349](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L349)
___
@@ -2340,7 +2445,7 @@ EnvironmentApi - functional programming interface
#### Defined in
-[generated-client/api/environment-api.ts:273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/environment-api.ts#L273)
+[generated-client/api/environment-api.ts:273](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/environment-api.ts#L273)
___
@@ -2364,12 +2469,12 @@ FilterApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/filter-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L31)
+[generated-client/api/filter-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L33)
___
@@ -2395,12 +2500,12 @@ FilterApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`QueryFilters`](../interfaces/generated_client.QueryFilters.md)\> |
-| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `options?`: `any`) => `AxiosPromise`<[`QueryFiltersLegacy`](../interfaces/generated_client.QueryFiltersLegacy.md)\> |
+| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`QueryFilters`](../interfaces/generated_client.QueryFilters.md)\> |
+| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `options?`: `any`) => `AxiosPromise`<[`QueryFiltersLegacy`](../interfaces/generated_client.QueryFiltersLegacy.md)\> |
#### Defined in
-[generated-client/api/filter-api.ts:220](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L220)
+[generated-client/api/filter-api.ts:222](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L222)
___
@@ -2424,12 +2529,12 @@ FilterApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QueryFilters`](../interfaces/generated_client.QueryFilters.md)\>\> |
-| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QueryFiltersLegacy`](../interfaces/generated_client.QueryFiltersLegacy.md)\>\> |
+| `getQueryFilters` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isAiring?`: `boolean`, `isMovie?`: `boolean`, `isSports?`: `boolean`, `isKids?`: `boolean`, `isNews?`: `boolean`, `isSeries?`: `boolean`, `recursive?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QueryFilters`](../interfaces/generated_client.QueryFilters.md)\>\> |
+| `getQueryFiltersLegacy` | (`userId?`: `string`, `parentId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QueryFiltersLegacy`](../interfaces/generated_client.QueryFiltersLegacy.md)\>\> |
#### Defined in
-[generated-client/api/filter-api.ts:176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/filter-api.ts#L176)
+[generated-client/api/filter-api.ts:178](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/filter-api.ts#L178)
___
@@ -2454,11 +2559,11 @@ GenresApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `getGenre` | (`genreName`: `string`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/genres-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L35)
+[generated-client/api/genres-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L39)
___
@@ -2485,11 +2590,11 @@ GenresApi - factory interface
| Name | Type |
| :------ | :------ |
| `getGenre` | (`genreName`: `string`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/genres-api.ts:247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L247)
+[generated-client/api/genres-api.ts:263](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L263)
___
@@ -2514,11 +2619,11 @@ GenresApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `getGenre` | (`genreName`: `string`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/genres-api.ts:199](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/genres-api.ts#L199)
+[generated-client/api/genres-api.ts:213](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/genres-api.ts#L213)
___
@@ -2550,7 +2655,7 @@ HlsSegmentApi - axios parameter creator
#### Defined in
-[generated-client/api/hls-segment-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L29)
+[generated-client/api/hls-segment-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L29)
___
@@ -2584,7 +2689,7 @@ HlsSegmentApi - factory interface
#### Defined in
-[generated-client/api/hls-segment-api.ts:320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L320)
+[generated-client/api/hls-segment-api.ts:320](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L320)
___
@@ -2616,7 +2721,7 @@ HlsSegmentApi - functional programming interface
#### Defined in
-[generated-client/api/hls-segment-api.ts:248](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/hls-segment-api.ts#L248)
+[generated-client/api/hls-segment-api.ts:248](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/hls-segment-api.ts#L248)
___
@@ -2655,6 +2760,7 @@ ImageApi - axios parameter creator
| `getMusicGenreImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPersonImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPersonImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getSplashscreen` | (`tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `width?`: `number`, `height?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `quality?`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getStudioImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getStudioImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getUserImage` | (`userId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
@@ -2678,10 +2784,11 @@ ImageApi - axios parameter creator
| `setItemImage` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `body?`: `any`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `setItemImageByIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `body?`: `any`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `updateItemImageIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `newIndex`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `uploadCustomSplashscreen` | (`body?`: `any`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/image-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L35)
+[generated-client/api/image-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L35)
___
@@ -2722,6 +2829,7 @@ ImageApi - factory interface
| `getMusicGenreImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getPersonImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getPersonImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getSplashscreen` | (`tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `width?`: `number`, `height?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `quality?`: `number`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getStudioImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getStudioImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getUserImage` | (`userId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `AxiosPromise`<`any`\> |
@@ -2745,10 +2853,11 @@ ImageApi - factory interface
| `setItemImage` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `body?`: `any`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `setItemImageByIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `body?`: `any`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `updateItemImageIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `newIndex`: `number`, `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `uploadCustomSplashscreen` | (`body?`: `any`, `options?`: `any`) => `AxiosPromise`<`void`\> |
#### Defined in
-[generated-client/api/image-api.ts:4878](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L4878)
+[generated-client/api/image-api.ts:5038](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L5038)
___
@@ -2787,6 +2896,7 @@ ImageApi - functional programming interface
| `getMusicGenreImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getPersonImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getPersonImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getSplashscreen` | (`tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `width?`: `number`, `height?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `quality?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getStudioImage` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getStudioImageByIndex` | (`name`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getUserImage` | (`userId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `tag?`: `string`, `format?`: [`ImageFormat`](../enums/generated_client.ImageFormat.md), `maxWidth?`: `number`, `maxHeight?`: `number`, `percentPlayed?`: `number`, `unplayedCount?`: `number`, `width?`: `number`, `height?`: `number`, `quality?`: `number`, `fillWidth?`: `number`, `fillHeight?`: `number`, `cropWhitespace?`: `boolean`, `addPlayedIndicator?`: `boolean`, `blur?`: `number`, `backgroundColor?`: `string`, `foregroundLayer?`: `string`, `imageIndex?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
@@ -2810,10 +2920,11 @@ ImageApi - functional programming interface
| `setItemImage` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `body?`: `any`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `setItemImageByIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `body?`: `any`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `updateItemImageIndex` | (`itemId`: `string`, `imageType`: [`ImageType`](../enums/generated_client.ImageType.md), `imageIndex`: `number`, `newIndex`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `uploadCustomSplashscreen` | (`body?`: `any`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
#### Defined in
-[generated-client/api/image-api.ts:3924](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-api.ts#L3924)
+[generated-client/api/image-api.ts:4051](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-api.ts#L4051)
___
@@ -2846,7 +2957,7 @@ ImageByNameApi - axios parameter creator
#### Defined in
-[generated-client/api/image-by-name-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L31)
+[generated-client/api/image-by-name-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L31)
___
@@ -2881,7 +2992,7 @@ ImageByNameApi - factory interface
#### Defined in
-[generated-client/api/image-by-name-api.ts:329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L329)
+[generated-client/api/image-by-name-api.ts:329](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L329)
___
@@ -2914,7 +3025,7 @@ ImageByNameApi - functional programming interface
#### Defined in
-[generated-client/api/image-by-name-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/image-by-name-api.ts#L253)
+[generated-client/api/image-by-name-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/image-by-name-api.ts#L253)
___
@@ -2943,14 +3054,13 @@ InstantMixApi - axios parameter creator
| `getInstantMixFromArtists2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getInstantMixFromItem` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getInstantMixFromMusicGenreById` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getInstantMixFromMusicGenreById2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getInstantMixFromMusicGenreByName` | (`name`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getInstantMixFromPlaylist` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getInstantMixFromSong` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/instant-mix-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L33)
+[generated-client/api/instant-mix-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L33)
___
@@ -2981,14 +3091,13 @@ InstantMixApi - factory interface
| `getInstantMixFromArtists2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getInstantMixFromItem` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getInstantMixFromMusicGenreById` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
-| `getInstantMixFromMusicGenreById2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getInstantMixFromMusicGenreByName` | (`name`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getInstantMixFromPlaylist` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getInstantMixFromSong` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/instant-mix-api.ts:872](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L872)
+[generated-client/api/instant-mix-api.ts:780](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L780)
___
@@ -3017,14 +3126,13 @@ InstantMixApi - functional programming interface
| `getInstantMixFromArtists2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getInstantMixFromItem` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getInstantMixFromMusicGenreById` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
-| `getInstantMixFromMusicGenreById2` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getInstantMixFromMusicGenreByName` | (`name`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getInstantMixFromPlaylist` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getInstantMixFromSong` | (`id`: `string`, `userId?`: `string`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `enableImages?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/instant-mix-api.ts:698](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/instant-mix-api.ts#L698)
+[generated-client/api/instant-mix-api.ts:625](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/instant-mix-api.ts#L625)
___
@@ -3062,7 +3170,7 @@ ItemLookupApi - axios parameter creator
#### Defined in
-[generated-client/api/item-lookup-api.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L51)
+[generated-client/api/item-lookup-api.ts:51](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L51)
___
@@ -3102,7 +3210,7 @@ ItemLookupApi - factory interface
#### Defined in
-[generated-client/api/item-lookup-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L629)
+[generated-client/api/item-lookup-api.ts:629](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L629)
___
@@ -3140,7 +3248,7 @@ ItemLookupApi - functional programming interface
#### Defined in
-[generated-client/api/item-lookup-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-lookup-api.ts#L496)
+[generated-client/api/item-lookup-api.ts:496](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-lookup-api.ts#L496)
___
@@ -3164,11 +3272,11 @@ ItemRefreshApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `post` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `refreshItem` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/item-refresh-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L31)
+[generated-client/api/item-refresh-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L31)
___
@@ -3194,11 +3302,11 @@ ItemRefreshApi - factory interface
| Name | Type |
| :------ | :------ |
-| `post` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `refreshItem` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`void`\> |
#### Defined in
-[generated-client/api/item-refresh-api.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L122)
+[generated-client/api/item-refresh-api.ts:122](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L122)
___
@@ -3222,11 +3330,11 @@ ItemRefreshApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `post` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `refreshItem` | (`itemId`: `string`, `metadataRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `imageRefreshMode?`: [`MetadataRefreshMode`](../enums/generated_client.MetadataRefreshMode.md), `replaceAllMetadata?`: `boolean`, `replaceAllImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
#### Defined in
-[generated-client/api/item-refresh-api.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-refresh-api.ts#L97)
+[generated-client/api/item-refresh-api.ts:97](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-refresh-api.ts#L97)
___
@@ -3256,7 +3364,7 @@ ItemUpdateApi - axios parameter creator
#### Defined in
-[generated-client/api/item-update-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L33)
+[generated-client/api/item-update-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L33)
___
@@ -3288,7 +3396,7 @@ ItemUpdateApi - factory interface
#### Defined in
-[generated-client/api/item-update-api.ts:209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L209)
+[generated-client/api/item-update-api.ts:209](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L209)
___
@@ -3318,7 +3426,7 @@ ItemUpdateApi - functional programming interface
#### Defined in
-[generated-client/api/item-update-api.ts:164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/item-update-api.ts#L164)
+[generated-client/api/item-update-api.ts:164](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/item-update-api.ts#L164)
___
@@ -3342,13 +3450,13 @@ ItemsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `excludeActiveSessions?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/items-api.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L43)
+[generated-client/api/items-api.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L45)
___
@@ -3374,13 +3482,13 @@ ItemsApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
-| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
-| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `excludeActiveSessions?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/items-api.ts:1249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1249)
+[generated-client/api/items-api.ts:1317](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1317)
___
@@ -3404,13 +3512,13 @@ ItemsApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
-| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
-| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getItems` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getItemsByUserId` | (`userId`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getResumeItems` | (`userId`: `string`, `startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `mediaTypes?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `excludeActiveSessions?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/items-api.ts:1035](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/items-api.ts#L1035)
+[generated-client/api/items-api.ts:1092](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/items-api.ts#L1092)
___
@@ -3462,7 +3570,7 @@ LibraryApi - axios parameter creator
#### Defined in
-[generated-client/api/library-api.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L45)
+[generated-client/api/library-api.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L45)
___
@@ -3516,7 +3624,7 @@ LibraryApi - factory interface
#### Defined in
-[generated-client/api/library-api.ts:1476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1476)
+[generated-client/api/library-api.ts:1476](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1476)
___
@@ -3568,7 +3676,7 @@ LibraryApi - functional programming interface
#### Defined in
-[generated-client/api/library-api.ts:1157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-api.ts#L1157)
+[generated-client/api/library-api.ts:1157](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-api.ts#L1157)
___
@@ -3603,7 +3711,7 @@ LibraryStructureApi - axios parameter creator
#### Defined in
-[generated-client/api/library-structure-api.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L41)
+[generated-client/api/library-structure-api.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L41)
___
@@ -3640,7 +3748,7 @@ LibraryStructureApi - factory interface
#### Defined in
-[generated-client/api/library-structure-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L506)
+[generated-client/api/library-structure-api.ts:506](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L506)
___
@@ -3675,7 +3783,7 @@ LibraryStructureApi - functional programming interface
#### Defined in
-[generated-client/api/library-structure-api.ts:399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/library-structure-api.ts#L399)
+[generated-client/api/library-structure-api.ts:399](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/library-structure-api.ts#L399)
___
@@ -3743,7 +3851,7 @@ LiveTvApi - axios parameter creator
#### Defined in
-[generated-client/api/live-tv-api.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L69)
+[generated-client/api/live-tv-api.ts:69](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L69)
___
@@ -3813,7 +3921,7 @@ LiveTvApi - factory interface
#### Defined in
-[generated-client/api/live-tv-api.ts:2702](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L2702)
+[generated-client/api/live-tv-api.ts:2702](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L2702)
___
@@ -3881,7 +3989,7 @@ LiveTvApi - functional programming interface
#### Defined in
-[generated-client/api/live-tv-api.ts:2135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/live-tv-api.ts#L2135)
+[generated-client/api/live-tv-api.ts:2135](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/live-tv-api.ts#L2135)
___
@@ -3912,7 +4020,7 @@ LocalizationApi - axios parameter creator
#### Defined in
-[generated-client/api/localization-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L35)
+[generated-client/api/localization-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L35)
___
@@ -3945,7 +4053,7 @@ LocalizationApi - factory interface
#### Defined in
-[generated-client/api/localization-api.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L226)
+[generated-client/api/localization-api.ts:226](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L226)
___
@@ -3976,7 +4084,7 @@ LocalizationApi - functional programming interface
#### Defined in
-[generated-client/api/localization-api.ts:176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/localization-api.ts#L176)
+[generated-client/api/localization-api.ts:176](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/localization-api.ts#L176)
___
@@ -4008,7 +4116,7 @@ MediaInfoApi - axios parameter creator
#### Defined in
-[generated-client/api/media-info-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L37)
+[generated-client/api/media-info-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L35)
___
@@ -4042,7 +4150,7 @@ MediaInfoApi - factory interface
#### Defined in
-[generated-client/api/media-info-api.ts:463](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L463)
+[generated-client/api/media-info-api.ts:461](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L461)
___
@@ -4074,7 +4182,7 @@ MediaInfoApi - functional programming interface
#### Defined in
-[generated-client/api/media-info-api.ts:371](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/media-info-api.ts#L371)
+[generated-client/api/media-info-api.ts:369](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/media-info-api.ts#L369)
___
@@ -4102,7 +4210,7 @@ MoviesApi - axios parameter creator
#### Defined in
-[generated-client/api/movies-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L31)
+[generated-client/api/movies-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L31)
___
@@ -4132,7 +4240,7 @@ MoviesApi - factory interface
#### Defined in
-[generated-client/api/movies-api.ts:123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L123)
+[generated-client/api/movies-api.ts:123](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L123)
___
@@ -4160,7 +4268,7 @@ MoviesApi - functional programming interface
#### Defined in
-[generated-client/api/movies-api.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/movies-api.ts#L98)
+[generated-client/api/movies-api.ts:98](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/movies-api.ts#L98)
___
@@ -4185,11 +4293,11 @@ MusicGenresApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `getMusicGenre` | (`genreName`: `string`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/music-genres-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L35)
+[generated-client/api/music-genres-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L39)
___
@@ -4216,11 +4324,11 @@ MusicGenresApi - factory interface
| Name | Type |
| :------ | :------ |
| `getMusicGenre` | (`genreName`: `string`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/music-genres-api.ts:249](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L249)
+[generated-client/api/music-genres-api.ts:265](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L265)
___
@@ -4245,11 +4353,11 @@ MusicGenresApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `getMusicGenre` | (`genreName`: `string`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getMusicGenres` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `sortBy?`: `string`[], `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/music-genres-api.ts:200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/music-genres-api.ts#L200)
+[generated-client/api/music-genres-api.ts:214](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/music-genres-api.ts#L214)
___
@@ -4283,7 +4391,7 @@ NotificationsApi - axios parameter creator
#### Defined in
-[generated-client/api/notifications-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L37)
+[generated-client/api/notifications-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L37)
___
@@ -4319,7 +4427,7 @@ NotificationsApi - factory interface
#### Defined in
-[generated-client/api/notifications-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L384)
+[generated-client/api/notifications-api.ts:384](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L384)
___
@@ -4353,7 +4461,7 @@ NotificationsApi - functional programming interface
#### Defined in
-[generated-client/api/notifications-api.ts:299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/notifications-api.ts#L299)
+[generated-client/api/notifications-api.ts:299](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/notifications-api.ts#L299)
___
@@ -4386,7 +4494,7 @@ PackageApi - axios parameter creator
#### Defined in
-[generated-client/api/package-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L33)
+[generated-client/api/package-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L33)
___
@@ -4421,7 +4529,7 @@ PackageApi - factory interface
#### Defined in
-[generated-client/api/package-api.ts:356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L356)
+[generated-client/api/package-api.ts:356](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L356)
___
@@ -4454,7 +4562,7 @@ PackageApi - functional programming interface
#### Defined in
-[generated-client/api/package-api.ts:278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/package-api.ts#L278)
+[generated-client/api/package-api.ts:278](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/package-api.ts#L278)
___
@@ -4483,7 +4591,7 @@ PersonsApi - axios parameter creator
#### Defined in
-[generated-client/api/persons-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L39)
+[generated-client/api/persons-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L39)
___
@@ -4514,7 +4622,7 @@ PersonsApi - factory interface
#### Defined in
-[generated-client/api/persons-api.ts:233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L233)
+[generated-client/api/persons-api.ts:233](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L233)
___
@@ -4543,7 +4651,7 @@ PersonsApi - functional programming interface
#### Defined in
-[generated-client/api/persons-api.ts:188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/persons-api.ts#L188)
+[generated-client/api/persons-api.ts:188](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/persons-api.ts#L188)
___
@@ -4575,7 +4683,7 @@ PlaylistsApi - axios parameter creator
#### Defined in
-[generated-client/api/playlists-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L37)
+[generated-client/api/playlists-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L37)
___
@@ -4609,7 +4717,7 @@ PlaylistsApi - factory interface
#### Defined in
-[generated-client/api/playlists-api.ts:398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L398)
+[generated-client/api/playlists-api.ts:398](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L398)
___
@@ -4641,7 +4749,7 @@ PlaylistsApi - functional programming interface
#### Defined in
-[generated-client/api/playlists-api.ts:316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playlists-api.ts#L316)
+[generated-client/api/playlists-api.ts:316](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playlists-api.ts#L316)
___
@@ -4677,7 +4785,7 @@ PlaystateApi - axios parameter creator
#### Defined in
-[generated-client/api/playstate-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L39)
+[generated-client/api/playstate-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L39)
___
@@ -4715,7 +4823,7 @@ PlaystateApi - factory interface
#### Defined in
-[generated-client/api/playstate-api.ts:664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L664)
+[generated-client/api/playstate-api.ts:664](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L664)
___
@@ -4751,7 +4859,7 @@ PlaystateApi - functional programming interface
#### Defined in
-[generated-client/api/playstate-api.ts:526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/playstate-api.ts#L526)
+[generated-client/api/playstate-api.ts:526](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/playstate-api.ts#L526)
___
@@ -4775,20 +4883,19 @@ PluginsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `disablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `enablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `disablePlugin` | (`pluginId`: `string`, `version`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `enablePlugin` | (`pluginId`: `string`, `version`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPluginConfiguration` | (`pluginId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getPluginImage` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getPluginImage` | (`pluginId`: `string`, `version`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPluginManifest` | (`pluginId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPlugins` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
| `uninstallPlugin` | (`pluginId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `updatePluginConfiguration` | (`pluginId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `updatePluginSecurityInfo` | (`pluginSecurityInfo`: [`PluginSecurityInfo`](../interfaces/generated_client.PluginSecurityInfo.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/plugins-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L35)
+[generated-client/api/plugins-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L31)
___
@@ -4814,20 +4921,19 @@ PluginsApi - factory interface
| Name | Type |
| :------ | :------ |
-| `disablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
-| `enablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `disablePlugin` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `enablePlugin` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `getPluginConfiguration` | (`pluginId`: `string`, `options?`: `any`) => `AxiosPromise`<`object`\> |
-| `getPluginImage` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `AxiosPromise`<`any`\> |
+| `getPluginImage` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `AxiosPromise`<`any`\> |
| `getPluginManifest` | (`pluginId`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `getPlugins` | (`options?`: `any`) => `AxiosPromise`<[`PluginInfo`](../interfaces/generated_client.PluginInfo.md)[]\> |
| `uninstallPlugin` | (`pluginId`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
-| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `updatePluginConfiguration` | (`pluginId`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
-| `updatePluginSecurityInfo` | (`pluginSecurityInfo`: [`PluginSecurityInfo`](../interfaces/generated_client.PluginSecurityInfo.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
#### Defined in
-[generated-client/api/plugins-api.ts:555](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L555)
+[generated-client/api/plugins-api.ts:499](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L499)
___
@@ -4851,20 +4957,19 @@ PluginsApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `disablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
-| `enablePlugin` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `disablePlugin` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `enablePlugin` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `getPluginConfiguration` | (`pluginId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`object`\>\> |
-| `getPluginImage` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
+| `getPluginImage` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
| `getPluginManifest` | (`pluginId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `getPlugins` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`PluginInfo`](../interfaces/generated_client.PluginInfo.md)[]\>\> |
| `uninstallPlugin` | (`pluginId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
-| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: [`Version`](../interfaces/generated_client.Version.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `uninstallPluginByVersion` | (`pluginId`: `string`, `version`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `updatePluginConfiguration` | (`pluginId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
-| `updatePluginSecurityInfo` | (`pluginSecurityInfo`: [`PluginSecurityInfo`](../interfaces/generated_client.PluginSecurityInfo.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
#### Defined in
-[generated-client/api/plugins-api.ts:430](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/plugins-api.ts#L430)
+[generated-client/api/plugins-api.ts:386](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/plugins-api.ts#L386)
___
@@ -4888,17 +4993,14 @@ QuickConnectApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `activate` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
| `authorize` | (`code`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `available` | (`status?`: [`QuickConnectState`](../enums/generated_client.QuickConnectState.md), `options`: `any`) => `Promise`<`RequestArgs`\> |
| `connect` | (`secret`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `deauthorize` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getStatus` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getEnabled` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
| `initiate` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/quick-connect-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L33)
+[generated-client/api/quick-connect-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L31)
___
@@ -4924,17 +5026,14 @@ QuickConnectApi - factory interface
| Name | Type |
| :------ | :------ |
-| `activate` | (`options?`: `any`) => `AxiosPromise`<`void`\> |
| `authorize` | (`code`: `string`, `options?`: `any`) => `AxiosPromise`<`boolean`\> |
-| `available` | (`status?`: [`QuickConnectState`](../enums/generated_client.QuickConnectState.md), `options?`: `any`) => `AxiosPromise`<`void`\> |
| `connect` | (`secret`: `string`, `options?`: `any`) => `AxiosPromise`<[`QuickConnectResult`](../interfaces/generated_client.QuickConnectResult.md)\> |
-| `deauthorize` | (`options?`: `any`) => `AxiosPromise`<`number`\> |
-| `getStatus` | (`options?`: `any`) => `AxiosPromise`<[`QuickConnectState`](../enums/generated_client.QuickConnectState.md)\> |
+| `getEnabled` | (`options?`: `any`) => `AxiosPromise`<`boolean`\> |
| `initiate` | (`options?`: `any`) => `AxiosPromise`<[`QuickConnectResult`](../interfaces/generated_client.QuickConnectResult.md)\> |
#### Defined in
-[generated-client/api/quick-connect-api.ts:366](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L366)
+[generated-client/api/quick-connect-api.ts:229](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L229)
___
@@ -4958,17 +5057,14 @@ QuickConnectApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `activate` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `authorize` | (`code`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`boolean`\>\> |
-| `available` | (`status?`: [`QuickConnectState`](../enums/generated_client.QuickConnectState.md), `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `connect` | (`secret`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QuickConnectResult`](../interfaces/generated_client.QuickConnectResult.md)\>\> |
-| `deauthorize` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`number`\>\> |
-| `getStatus` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QuickConnectState`](../enums/generated_client.QuickConnectState.md)\>\> |
+| `getEnabled` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`boolean`\>\> |
| `initiate` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`QuickConnectResult`](../interfaces/generated_client.QuickConnectResult.md)\>\> |
#### Defined in
-[generated-client/api/quick-connect-api.ts:283](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/quick-connect-api.ts#L283)
+[generated-client/api/quick-connect-api.ts:177](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/quick-connect-api.ts#L177)
___
@@ -4998,7 +5094,7 @@ RemoteImageApi - axios parameter creator
#### Defined in
-[generated-client/api/remote-image-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L35)
+[generated-client/api/remote-image-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L35)
___
@@ -5030,7 +5126,7 @@ RemoteImageApi - factory interface
#### Defined in
-[generated-client/api/remote-image-api.ts:242](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L242)
+[generated-client/api/remote-image-api.ts:242](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L242)
___
@@ -5060,7 +5156,7 @@ RemoteImageApi - functional programming interface
#### Defined in
-[generated-client/api/remote-image-api.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/remote-image-api.ts#L192)
+[generated-client/api/remote-image-api.ts:192](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/remote-image-api.ts#L192)
___
@@ -5092,7 +5188,7 @@ ScheduledTasksApi - axios parameter creator
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L33)
+[generated-client/api/scheduled-tasks-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L33)
___
@@ -5126,7 +5222,7 @@ ScheduledTasksApi - factory interface
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L306)
+[generated-client/api/scheduled-tasks-api.ts:306](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L306)
___
@@ -5158,7 +5254,7 @@ ScheduledTasksApi - functional programming interface
#### Defined in
-[generated-client/api/scheduled-tasks-api.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/scheduled-tasks-api.ts#L239)
+[generated-client/api/scheduled-tasks-api.ts:239](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/scheduled-tasks-api.ts#L239)
___
@@ -5182,11 +5278,11 @@ SearchApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: `string`[], `excludeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/search-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L29)
+[generated-client/api/search-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L31)
___
@@ -5212,11 +5308,11 @@ SearchApi - factory interface
| Name | Type |
| :------ | :------ |
-| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: `string`[], `excludeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`SearchHintResult`](../interfaces/generated_client.SearchHintResult.md)\> |
+| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`SearchHintResult`](../interfaces/generated_client.SearchHintResult.md)\> |
#### Defined in
-[generated-client/api/search-api.ts:201](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L201)
+[generated-client/api/search-api.ts:203](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L203)
___
@@ -5240,11 +5336,11 @@ SearchApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: `string`[], `excludeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`SearchHintResult`](../interfaces/generated_client.SearchHintResult.md)\>\> |
+| `get` | (`searchTerm`: `string`, `startIndex?`: `number`, `limit?`: `number`, `userId?`: `string`, `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `parentId?`: `string`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `includePeople?`: `boolean`, `includeMedia?`: `boolean`, `includeGenres?`: `boolean`, `includeStudios?`: `boolean`, `includeArtists?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`SearchHintResult`](../interfaces/generated_client.SearchHintResult.md)\>\> |
#### Defined in
-[generated-client/api/search-api.ts:163](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/search-api.ts#L163)
+[generated-client/api/search-api.ts:165](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/search-api.ts#L165)
___
@@ -5269,7 +5365,7 @@ SessionApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `addUserToSession` | (`sessionId`: `string`, `userId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `displayContent` | (`sessionId`: `string`, `itemType`: `string`, `itemId`: `string`, `itemName`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `displayContent` | (`sessionId`: `string`, `itemType`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md), `itemId`: `string`, `itemName`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getAuthProviders` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
| `getPasswordResetProviders` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
| `getSessions` | (`controllableByUserId?`: `string`, `deviceId?`: `string`, `activeWithinSeconds?`: `number`, `options`: `any`) => `Promise`<`RequestArgs`\> |
@@ -5287,7 +5383,7 @@ SessionApi - axios parameter creator
#### Defined in
-[generated-client/api/session-api.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L43)
+[generated-client/api/session-api.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L45)
___
@@ -5314,7 +5410,7 @@ SessionApi - factory interface
| Name | Type |
| :------ | :------ |
| `addUserToSession` | (`sessionId`: `string`, `userId`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
-| `displayContent` | (`sessionId`: `string`, `itemType`: `string`, `itemId`: `string`, `itemName`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
+| `displayContent` | (`sessionId`: `string`, `itemType`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md), `itemId`: `string`, `itemName`: `string`, `options?`: `any`) => `AxiosPromise`<`void`\> |
| `getAuthProviders` | (`options?`: `any`) => `AxiosPromise`<[`NameIdPair`](../interfaces/generated_client.NameIdPair.md)[]\> |
| `getPasswordResetProviders` | (`options?`: `any`) => `AxiosPromise`<[`NameIdPair`](../interfaces/generated_client.NameIdPair.md)[]\> |
| `getSessions` | (`controllableByUserId?`: `string`, `deviceId?`: `string`, `activeWithinSeconds?`: `number`, `options?`: `any`) => `AxiosPromise`<[`SessionInfo`](../interfaces/generated_client.SessionInfo.md)[]\> |
@@ -5332,7 +5428,7 @@ SessionApi - factory interface
#### Defined in
-[generated-client/api/session-api.ts:997](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L997)
+[generated-client/api/session-api.ts:999](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L999)
___
@@ -5357,7 +5453,7 @@ SessionApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `addUserToSession` | (`sessionId`: `string`, `userId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
-| `displayContent` | (`sessionId`: `string`, `itemType`: `string`, `itemId`: `string`, `itemName`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
+| `displayContent` | (`sessionId`: `string`, `itemType`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md), `itemId`: `string`, `itemName`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`void`\>\> |
| `getAuthProviders` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`NameIdPair`](../interfaces/generated_client.NameIdPair.md)[]\>\> |
| `getPasswordResetProviders` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`NameIdPair`](../interfaces/generated_client.NameIdPair.md)[]\>\> |
| `getSessions` | (`controllableByUserId?`: `string`, `deviceId?`: `string`, `activeWithinSeconds?`: `number`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`SessionInfo`](../interfaces/generated_client.SessionInfo.md)[]\>\> |
@@ -5375,7 +5471,7 @@ SessionApi - functional programming interface
#### Defined in
-[generated-client/api/session-api.ts:786](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/session-api.ts#L786)
+[generated-client/api/session-api.ts:788](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/session-api.ts#L788)
___
@@ -5409,7 +5505,7 @@ StartupApi - axios parameter creator
#### Defined in
-[generated-client/api/startup-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L33)
+[generated-client/api/startup-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L33)
___
@@ -5445,7 +5541,7 @@ StartupApi - factory interface
#### Defined in
-[generated-client/api/startup-api.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L372)
+[generated-client/api/startup-api.ts:372](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L372)
___
@@ -5479,7 +5575,7 @@ StartupApi - functional programming interface
#### Defined in
-[generated-client/api/startup-api.ts:289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/startup-api.ts#L289)
+[generated-client/api/startup-api.ts:289](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/startup-api.ts#L289)
___
@@ -5504,11 +5600,11 @@ StudiosApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `getStudio` | (`name`: `string`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/studios-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L35)
+[generated-client/api/studios-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L37)
___
@@ -5535,11 +5631,11 @@ StudiosApi - factory interface
| Name | Type |
| :------ | :------ |
| `getStudio` | (`name`: `string`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/studios-api.ts:253](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L253)
+[generated-client/api/studios-api.ts:255](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L255)
___
@@ -5564,11 +5660,11 @@ StudiosApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `getStudio` | (`name`: `string`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getStudios` | (`startIndex?`: `number`, `limit?`: `number`, `searchTerm?`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isFavorite?`: `boolean`, `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `enableImages?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/studios-api.ts:204](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/studios-api.ts#L204)
+[generated-client/api/studios-api.ts:206](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/studios-api.ts#L206)
___
@@ -5605,7 +5701,7 @@ SubtitleApi - axios parameter creator
#### Defined in
-[generated-client/api/subtitle-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L35)
+[generated-client/api/subtitle-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L35)
___
@@ -5644,7 +5740,7 @@ SubtitleApi - factory interface
#### Defined in
-[generated-client/api/subtitle-api.ts:700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L700)
+[generated-client/api/subtitle-api.ts:700](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L700)
___
@@ -5681,7 +5777,7 @@ SubtitleApi - functional programming interface
#### Defined in
-[generated-client/api/subtitle-api.ts:550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/subtitle-api.ts#L550)
+[generated-client/api/subtitle-api.ts:550](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/subtitle-api.ts#L550)
___
@@ -5705,11 +5801,11 @@ SuggestionsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/suggestions-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L29)
+[generated-client/api/suggestions-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L31)
___
@@ -5735,11 +5831,11 @@ SuggestionsApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/suggestions-api.ts:126](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L126)
+[generated-client/api/suggestions-api.ts:128](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L128)
___
@@ -5763,11 +5859,11 @@ SuggestionsApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getSuggestions` | (`userId`: `string`, `mediaType?`: `string`[], `type?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `startIndex?`: `number`, `limit?`: `number`, `enableTotalRecordCount?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/suggestions-api.ts:100](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/suggestions-api.ts#L100)
+[generated-client/api/suggestions-api.ts:102](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/suggestions-api.ts#L102)
___
@@ -5815,7 +5911,7 @@ SyncPlayApi - axios parameter creator
#### Defined in
-[generated-client/api/sync-play-api.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L61)
+[generated-client/api/sync-play-api.ts:61](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L61)
___
@@ -5865,7 +5961,7 @@ SyncPlayApi - factory interface
#### Defined in
-[generated-client/api/sync-play-api.ts:1095](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L1095)
+[generated-client/api/sync-play-api.ts:1095](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L1095)
___
@@ -5913,7 +6009,7 @@ SyncPlayApi - functional programming interface
#### Defined in
-[generated-client/api/sync-play-api.ts:859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/sync-play-api.ts#L859)
+[generated-client/api/sync-play-api.ts:859](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/sync-play-api.ts#L859)
___
@@ -5950,7 +6046,7 @@ SystemApi - axios parameter creator
#### Defined in
-[generated-client/api/system-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L37)
+[generated-client/api/system-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L37)
___
@@ -5989,7 +6085,7 @@ SystemApi - factory interface
#### Defined in
-[generated-client/api/system-api.ts:485](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L485)
+[generated-client/api/system-api.ts:487](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L487)
___
@@ -6026,7 +6122,7 @@ SystemApi - functional programming interface
#### Defined in
-[generated-client/api/system-api.ts:374](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/system-api.ts#L374)
+[generated-client/api/system-api.ts:375](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/system-api.ts#L375)
___
@@ -6054,7 +6150,7 @@ TimeSyncApi - axios parameter creator
#### Defined in
-[generated-client/api/time-sync-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/time-sync-api.ts#L29)
+[generated-client/api/time-sync-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/time-sync-api.ts#L29)
___
@@ -6084,7 +6180,7 @@ TimeSyncApi - factory interface
#### Defined in
-[generated-client/api/time-sync-api.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/time-sync-api.ts#L88)
+[generated-client/api/time-sync-api.ts:88](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/time-sync-api.ts#L88)
___
@@ -6112,7 +6208,93 @@ TimeSyncApi - functional programming interface
#### Defined in
-[generated-client/api/time-sync-api.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/time-sync-api.ts#L68)
+[generated-client/api/time-sync-api.ts:68](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/time-sync-api.ts#L68)
+
+___
+
+### TmdbApiAxiosParamCreator
+
+▸ **TmdbApiAxiosParamCreator**(`configuration?`): `Object`
+
+TmdbApi - axios parameter creator
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `tmdbClientConfiguration` | (`options`: `any`) => `Promise`<`RequestArgs`\> |
+
+#### Defined in
+
+[generated-client/api/tmdb-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tmdb-api.ts#L29)
+
+___
+
+### TmdbApiFactory
+
+▸ **TmdbApiFactory**(`configuration?`, `basePath?`, `axios?`): `Object`
+
+TmdbApi - factory interface
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+| `basePath?` | `string` |
+| `axios?` | `AxiosInstance` |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `tmdbClientConfiguration` | (`options?`: `any`) => `AxiosPromise`<[`ConfigImageTypes`](../interfaces/generated_client.ConfigImageTypes.md)\> |
+
+#### Defined in
+
+[generated-client/api/tmdb-api.ts:91](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tmdb-api.ts#L91)
+
+___
+
+### TmdbApiFp
+
+▸ **TmdbApiFp**(`configuration?`): `Object`
+
+TmdbApi - functional programming interface
+
+**`export`**
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `tmdbClientConfiguration` | (`options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`ConfigImageTypes`](../interfaces/generated_client.ConfigImageTypes.md)\>\> |
+
+#### Defined in
+
+[generated-client/api/tmdb-api.ts:71](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tmdb-api.ts#L71)
___
@@ -6136,11 +6318,11 @@ TrailersApi - axios parameter creator
| Name | Type |
| :------ | :------ |
-| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/trailers-api.ts:43](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L43)
+[generated-client/api/trailers-api.ts:45](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L45)
___
@@ -6166,11 +6348,11 @@ TrailersApi - factory interface
| Name | Type |
| :------ | :------ |
-| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/trailers-api.ts:587](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L587)
+[generated-client/api/trailers-api.ts:619](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L619)
___
@@ -6194,11 +6376,11 @@ TrailersApi - functional programming interface
| Name | Type |
| :------ | :------ |
-| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getTrailers` | (`userId?`: `string`, `maxOfficialRating?`: `string`, `hasThemeSong?`: `boolean`, `hasThemeVideo?`: `boolean`, `hasSubtitles?`: `boolean`, `hasSpecialFeature?`: `boolean`, `hasTrailer?`: `boolean`, `adjacentTo?`: `string`, `parentIndexNumber?`: `number`, `hasParentalRating?`: `boolean`, `isHd?`: `boolean`, `is4K?`: `boolean`, `locationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `excludeLocationTypes?`: [`LocationType`](../enums/generated_client.LocationType.md)[], `isMissing?`: `boolean`, `isUnaired?`: `boolean`, `minCommunityRating?`: `number`, `minCriticRating?`: `number`, `minPremiereDate?`: `string`, `minDateLastSaved?`: `string`, `minDateLastSavedForUser?`: `string`, `maxPremiereDate?`: `string`, `hasOverview?`: `boolean`, `hasImdbId?`: `boolean`, `hasTmdbId?`: `boolean`, `hasTvdbId?`: `boolean`, `isMovie?`: `boolean`, `isSeries?`: `boolean`, `isNews?`: `boolean`, `isKids?`: `boolean`, `isSports?`: `boolean`, `excludeItemIds?`: `string`[], `startIndex?`: `number`, `limit?`: `number`, `recursive?`: `boolean`, `searchTerm?`: `string`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `filters?`: [`ItemFilter`](../enums/generated_client.ItemFilter.md)[], `isFavorite?`: `boolean`, `mediaTypes?`: `string`[], `imageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `sortBy?`: `string`[], `isPlayed?`: `boolean`, `genres?`: `string`[], `officialRatings?`: `string`[], `tags?`: `string`[], `years?`: `number`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `person?`: `string`, `personIds?`: `string`[], `personTypes?`: `string`[], `studios?`: `string`[], `artists?`: `string`[], `excludeArtistIds?`: `string`[], `artistIds?`: `string`[], `albumArtistIds?`: `string`[], `contributingArtistIds?`: `string`[], `albums?`: `string`[], `albumIds?`: `string`[], `ids?`: `string`[], `videoTypes?`: [`VideoType`](../enums/generated_client.VideoType.md)[], `minOfficialRating?`: `string`, `isLocked?`: `boolean`, `isPlaceHolder?`: `boolean`, `hasOfficialRating?`: `boolean`, `collapseBoxSetItems?`: `boolean`, `minWidth?`: `number`, `minHeight?`: `number`, `maxWidth?`: `number`, `maxHeight?`: `number`, `is3D?`: `boolean`, `seriesStatus?`: [`SeriesStatus`](../enums/generated_client.SeriesStatus.md)[], `nameStartsWithOrGreater?`: `string`, `nameStartsWith?`: `string`, `nameLessThan?`: `string`, `studioIds?`: `string`[], `genreIds?`: `string`[], `enableTotalRecordCount?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/trailers-api.ts:488](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/trailers-api.ts#L488)
+[generated-client/api/trailers-api.ts:515](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/trailers-api.ts#L515)
___
@@ -6223,13 +6405,13 @@ TvShowsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `getEpisodes` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `season?`: `number`, `seasonId?`: `string`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `startItemId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `sortBy?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `nextUpDateCutoff?`: `string`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `enableRewatching?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getSeasons` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `isSpecialSeason?`: `boolean`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/tv-shows-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L35)
+[generated-client/api/tv-shows-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L35)
___
@@ -6256,13 +6438,13 @@ TvShowsApi - factory interface
| Name | Type |
| :------ | :------ |
| `getEpisodes` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `season?`: `number`, `seasonId?`: `string`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `startItemId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `sortBy?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
-| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `nextUpDateCutoff?`: `string`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `enableRewatching?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getSeasons` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `isSpecialSeason?`: `boolean`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
-| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/tv-shows-api.ts:500](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L500)
+[generated-client/api/tv-shows-api.ts:514](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L514)
___
@@ -6287,13 +6469,13 @@ TvShowsApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `getEpisodes` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `season?`: `number`, `seasonId?`: `string`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `startItemId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `sortBy?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
-| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getNextUp` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `seriesId?`: `string`, `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `nextUpDateCutoff?`: `string`, `enableTotalRecordCount?`: `boolean`, `disableFirstEpisode?`: `boolean`, `enableRewatching?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getSeasons` | (`seriesId`: `string`, `userId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `isSpecialSeason?`: `boolean`, `isMissing?`: `boolean`, `adjacentTo?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
-| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImges?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getUpcomingEpisodes` | (`userId?`: `string`, `startIndex?`: `number`, `limit?`: `number`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `parentId?`: `string`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/tv-shows-api.ts:404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/tv-shows-api.ts#L404)
+[generated-client/api/tv-shows-api.ts:416](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/tv-shows-api.ts#L416)
___
@@ -6322,7 +6504,7 @@ UniversalAudioApi - axios parameter creator
#### Defined in
-[generated-client/api/universal-audio-api.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L27)
+[generated-client/api/universal-audio-api.ts:27](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L27)
___
@@ -6353,7 +6535,7 @@ UniversalAudioApi - factory interface
#### Defined in
-[generated-client/api/universal-audio-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L346)
+[generated-client/api/universal-audio-api.ts:346](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L346)
___
@@ -6382,7 +6564,7 @@ UniversalAudioApi - functional programming interface
#### Defined in
-[generated-client/api/universal-audio-api.ts:280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/universal-audio-api.ts#L280)
+[generated-client/api/universal-audio-api.ts:280](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/universal-audio-api.ts#L280)
___
@@ -6425,7 +6607,7 @@ UserApi - axios parameter creator
#### Defined in
-[generated-client/api/user-api.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L55)
+[generated-client/api/user-api.ts:55](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L55)
___
@@ -6470,7 +6652,7 @@ UserApi - factory interface
#### Defined in
-[generated-client/api/user-api.ts:880](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L880)
+[generated-client/api/user-api.ts:880](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L880)
___
@@ -6513,7 +6695,7 @@ UserApi - functional programming interface
#### Defined in
-[generated-client/api/user-api.ts:688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-api.ts#L688)
+[generated-client/api/user-api.ts:688](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-api.ts#L688)
___
@@ -6540,7 +6722,7 @@ UserLibraryApi - axios parameter creator
| `deleteUserItemRating` | (`userId`: `string`, `itemId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getIntros` | (`userId`: `string`, `itemId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getItem` | (`userId`: `string`, `itemId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: `string`[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getLocalTrailers` | (`userId`: `string`, `itemId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getRootFolder` | (`userId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
| `getSpecialFeatures` | (`userId`: `string`, `itemId`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
@@ -6550,7 +6732,7 @@ UserLibraryApi - axios parameter creator
#### Defined in
-[generated-client/api/user-library-api.ts:37](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L37)
+[generated-client/api/user-library-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L39)
___
@@ -6579,7 +6761,7 @@ UserLibraryApi - factory interface
| `deleteUserItemRating` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `AxiosPromise`<[`UserItemDataDto`](../interfaces/generated_client.UserItemDataDto.md)\> |
| `getIntros` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
| `getItem` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: `string`[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\> |
+| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\> |
| `getLocalTrailers` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\> |
| `getRootFolder` | (`userId`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
| `getSpecialFeatures` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\> |
@@ -6589,7 +6771,7 @@ UserLibraryApi - factory interface
#### Defined in
-[generated-client/api/user-library-api.ts:642](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L642)
+[generated-client/api/user-library-api.ts:644](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L644)
___
@@ -6616,7 +6798,7 @@ UserLibraryApi - functional programming interface
| `deleteUserItemRating` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`UserItemDataDto`](../interfaces/generated_client.UserItemDataDto.md)\>\> |
| `getIntros` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
| `getItem` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: `string`[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\>\> |
+| `getLatestMedia` | (`userId`: `string`, `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `isPlayed?`: `boolean`, `enableImages?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `enableUserData?`: `boolean`, `limit?`: `number`, `groupItems?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\>\> |
| `getLocalTrailers` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\>\> |
| `getRootFolder` | (`userId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
| `getSpecialFeatures` | (`userId`: `string`, `itemId`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)[]\>\> |
@@ -6626,7 +6808,7 @@ UserLibraryApi - functional programming interface
#### Defined in
-[generated-client/api/user-library-api.ts:503](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-library-api.ts#L503)
+[generated-client/api/user-library-api.ts:505](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-library-api.ts#L505)
___
@@ -6655,7 +6837,7 @@ UserViewsApi - axios parameter creator
#### Defined in
-[generated-client/api/user-views-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L33)
+[generated-client/api/user-views-api.ts:33](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L33)
___
@@ -6686,7 +6868,7 @@ UserViewsApi - factory interface
#### Defined in
-[generated-client/api/user-views-api.ts:160](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L160)
+[generated-client/api/user-views-api.ts:166](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L166)
___
@@ -6715,7 +6897,7 @@ UserViewsApi - functional programming interface
#### Defined in
-[generated-client/api/user-views-api.ts:125](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/user-views-api.ts#L125)
+[generated-client/api/user-views-api.ts:131](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/user-views-api.ts#L131)
___
@@ -6743,7 +6925,7 @@ VideoAttachmentsApi - axios parameter creator
#### Defined in
-[generated-client/api/video-attachments-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L29)
+[generated-client/api/video-attachments-api.ts:29](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L29)
___
@@ -6773,7 +6955,7 @@ VideoAttachmentsApi - factory interface
#### Defined in
-[generated-client/api/video-attachments-api.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L103)
+[generated-client/api/video-attachments-api.ts:103](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L103)
___
@@ -6801,93 +6983,7 @@ VideoAttachmentsApi - functional programming interface
#### Defined in
-[generated-client/api/video-attachments-api.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-attachments-api.ts#L80)
-
-___
-
-### VideoHlsApiAxiosParamCreator
-
-▸ **VideoHlsApiAxiosParamCreator**(`configuration?`): `Object`
-
-VideoHlsApi - axios parameter creator
-
-**`export`**
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:31](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L31)
-
-___
-
-### VideoHlsApiFactory
-
-▸ **VideoHlsApiFactory**(`configuration?`, `basePath?`, `axios?`): `Object`
-
-VideoHlsApi - factory interface
-
-**`export`**
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
-| `basePath?` | `string` |
-| `axios?` | `AxiosInstance` |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options?`: `any`) => `AxiosPromise`<`any`\> |
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:404](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L404)
-
-___
-
-### VideoHlsApiFp
-
-▸ **VideoHlsApiFp**(`configuration?`): `Object`
-
-VideoHlsApi - functional programming interface
-
-**`export`**
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `configuration?` | [`Configuration`](../classes/generated_client.Configuration.md) |
-
-#### Returns
-
-`Object`
-
-| Name | Type |
-| :------ | :------ |
-| `getLiveHlsStream` | (`itemId`: `string`, `container?`: `string`, `_static?`: `boolean`, `params?`: `string`, `tag?`: `string`, `deviceProfileId?`: `string`, `playSessionId?`: `string`, `segmentContainer?`: `string`, `segmentLength?`: `number`, `minSegments?`: `number`, `mediaSourceId?`: `string`, `deviceId?`: `string`, `audioCodec?`: `string`, `enableAutoStreamCopy?`: `boolean`, `allowVideoStreamCopy?`: `boolean`, `allowAudioStreamCopy?`: `boolean`, `breakOnNonKeyFrames?`: `boolean`, `audioSampleRate?`: `number`, `maxAudioBitDepth?`: `number`, `audioBitRate?`: `number`, `audioChannels?`: `number`, `maxAudioChannels?`: `number`, `profile?`: `string`, `level?`: `string`, `framerate?`: `number`, `maxFramerate?`: `number`, `copyTimestamps?`: `boolean`, `startTimeTicks?`: `number`, `width?`: `number`, `height?`: `number`, `videoBitRate?`: `number`, `subtitleStreamIndex?`: `number`, `subtitleMethod?`: [`SubtitleDeliveryMethod`](../enums/generated_client.SubtitleDeliveryMethod.md), `maxRefFrames?`: `number`, `maxVideoBitDepth?`: `number`, `requireAvc?`: `boolean`, `deInterlace?`: `boolean`, `requireNonAnamorphic?`: `boolean`, `transcodingMaxAudioChannels?`: `number`, `cpuCoreLimit?`: `number`, `liveStreamId?`: `string`, `enableMpegtsM2TsMode?`: `boolean`, `videoCodec?`: `string`, `subtitleCodec?`: `string`, `transcodeReasons?`: `string`, `audioStreamIndex?`: `number`, `videoStreamIndex?`: `number`, `context?`: [`EncodingContext`](../enums/generated_client.EncodingContext.md), `streamOptions?`: { `[key: string]`: `string`; }, `maxWidth?`: `number`, `maxHeight?`: `number`, `enableSubtitlesInManifest?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<`any`\>\> |
-
-#### Defined in
-
-[generated-client/api/video-hls-api.ts:332](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/video-hls-api.ts#L332)
+[generated-client/api/video-attachments-api.ts:80](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/video-attachments-api.ts#L80)
___
@@ -6921,7 +7017,7 @@ VideosApi - axios parameter creator
#### Defined in
-[generated-client/api/videos-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L35)
+[generated-client/api/videos-api.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L35)
___
@@ -6957,7 +7053,7 @@ VideosApi - factory interface
#### Defined in
-[generated-client/api/videos-api.ts:1585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1585)
+[generated-client/api/videos-api.ts:1585](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1585)
___
@@ -6991,7 +7087,7 @@ VideosApi - functional programming interface
#### Defined in
-[generated-client/api/videos-api.ts:1297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/videos-api.ts#L1297)
+[generated-client/api/videos-api.ts:1297](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/videos-api.ts#L1297)
___
@@ -7016,11 +7112,11 @@ YearsApi - axios parameter creator
| Name | Type |
| :------ | :------ |
| `getYear` | (`year`: `number`, `userId?`: `string`, `options`: `any`) => `Promise`<`RequestArgs`\> |
-| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
+| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options`: `any`) => `Promise`<`RequestArgs`\> |
#### Defined in
-[generated-client/api/years-api.ts:39](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L39)
+[generated-client/api/years-api.ts:41](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L41)
___
@@ -7047,11 +7143,11 @@ YearsApi - factory interface
| Name | Type |
| :------ | :------ |
| `getYear` | (`year`: `number`, `userId?`: `string`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\> |
-| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
+| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\> |
#### Defined in
-[generated-client/api/years-api.ts:245](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L245)
+[generated-client/api/years-api.ts:247](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L247)
___
@@ -7076,8 +7172,8 @@ YearsApi - functional programming interface
| Name | Type |
| :------ | :------ |
| `getYear` | (`year`: `number`, `userId?`: `string`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDto`](../interfaces/generated_client.BaseItemDto.md)\>\> |
-| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: `string`[], `includeItemTypes?`: `string`[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
+| `getYears` | (`startIndex?`: `number`, `limit?`: `number`, `sortOrder?`: [`SortOrder`](../enums/generated_client.SortOrder.md)[], `parentId?`: `string`, `fields?`: [`ItemFields`](../enums/generated_client.ItemFields.md)[], `excludeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `includeItemTypes?`: [`BaseItemKind`](../enums/generated_client.BaseItemKind.md)[], `mediaTypes?`: `string`[], `sortBy?`: `string`[], `enableUserData?`: `boolean`, `imageTypeLimit?`: `number`, `enableImageTypes?`: [`ImageType`](../enums/generated_client.ImageType.md)[], `userId?`: `string`, `recursive?`: `boolean`, `enableImages?`: `boolean`, `options?`: `any`) => `Promise`<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`<[`BaseItemDtoQueryResult`](../interfaces/generated_client.BaseItemDtoQueryResult.md)\>\> |
#### Defined in
-[generated-client/api/years-api.ts:198](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/generated-client/api/years-api.ts#L198)
+[generated-client/api/years-api.ts:200](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/generated-client/api/years-api.ts#L200)
diff --git a/docs/modules/index.md b/docs/modules/index.md
index 46836b008..01172a738 100644
--- a/docs/modules/index.md
+++ b/docs/modules/index.md
@@ -42,34 +42,34 @@
### API\_VERSION
-• `Const` **API\_VERSION**: ``"10.7.7"``
+• `Const` **API\_VERSION**: ``"10.8.0"``
The current API version of the generated client.
#### Defined in
-[jellyfin.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L21)
+[jellyfin.ts:21](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L21)
___
### AUTHORIZATION\_HEADER
-• `Const` **AUTHORIZATION\_HEADER**: ``"X-Emby-Authorization"``
+• `Const` **AUTHORIZATION\_HEADER**: ``"Authorization"``
The authorization header field name.
#### Defined in
-[api.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/api.ts#L23)
+[api.ts:23](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/api.ts#L23)
___
### MINIMUM\_VERSION
-• `Const` **MINIMUM\_VERSION**: ``"10.7.0"``
+• `Const` **MINIMUM\_VERSION**: ``"10.8.0"``
The minimum supported server version.
#### Defined in
-[jellyfin.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/jellyfin.ts#L24)
+[jellyfin.ts:24](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/jellyfin.ts#L24)
diff --git a/docs/modules/index.utils.md b/docs/modules/index.utils.md
index 74d722458..9aa8368df 100644
--- a/docs/modules/index.utils.md
+++ b/docs/modules/index.utils.md
@@ -38,7 +38,7 @@ The default port for the https protocol.
#### Defined in
-[utils/url.ts:19](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L19)
+[utils/url.ts:19](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L19)
___
@@ -50,7 +50,7 @@ The https protocol string.
#### Defined in
-[utils/url.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L13)
+[utils/url.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L13)
___
@@ -62,7 +62,7 @@ The default port for the http protocol.
#### Defined in
-[utils/url.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L16)
+[utils/url.ts:16](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L16)
___
@@ -74,7 +74,7 @@ The http protocol string.
#### Defined in
-[utils/url.ts:10](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L10)
+[utils/url.ts:10](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L10)
___
@@ -86,7 +86,7 @@ The default https port for Jellyfin servers.
#### Defined in
-[utils/address-candidates.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/address-candidates.ts#L13)
+[utils/address-candidates.ts:13](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/address-candidates.ts#L13)
___
@@ -98,7 +98,7 @@ The default http port for Jellyfin servers.
#### Defined in
-[utils/address-candidates.ts:10](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/address-candidates.ts#L10)
+[utils/address-candidates.ts:10](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/address-candidates.ts#L10)
## Functions
@@ -122,7 +122,7 @@ A copy of the original URL.
#### Defined in
-[utils/url.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L26)
+[utils/url.ts:26](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L26)
___
@@ -147,7 +147,7 @@ A list of potential server addresses.
#### Defined in
-[utils/address-candidates.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/address-candidates.ts#L52)
+[utils/address-candidates.ts:52](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/address-candidates.ts#L52)
___
@@ -171,7 +171,7 @@ Returns a valid authorization header string.
#### Defined in
-[utils/authentication.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/authentication.ts#L11)
+[utils/authentication.ts:11](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/authentication.ts#L11)
___
@@ -198,7 +198,7 @@ A detected device profile
#### Defined in
-[utils/browser-profiles.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/browser-profiles.ts#L58)
+[utils/browser-profiles.ts:58](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/browser-profiles.ts#L58)
___
@@ -222,7 +222,7 @@ The default port number of the protocol.
#### Defined in
-[utils/url.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L35)
+[utils/url.ts:35](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L35)
___
@@ -246,4 +246,4 @@ The Url object.
#### Defined in
-[utils/url.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/03092f3/src/utils/url.ts#L46)
+[utils/url.ts:46](https://github.com/thornbill/jellyfin-sdk-typescript/blob/3ae780a/src/utils/url.ts#L46)
diff --git a/openapi.json b/openapi.json
index bbf5b8823..13120d67d 100644
--- a/openapi.json
+++ b/openapi.json
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:74790b1f8abf7fc066969a016c1ba25a1080cfdd73c30c8c0f18dbb76d44c558
-size 1037733
+oid sha256:efb11ad0bacaab72b4c415d6c5645983f7fb847282f1ff344f10e8b6a680f957
+size 848081
diff --git a/src/__helpers__/it-if.ts b/src/__helpers__/it-if.ts
new file mode 100644
index 000000000..16cfd8ff0
--- /dev/null
+++ b/src/__helpers__/it-if.ts
@@ -0,0 +1,9 @@
+/**
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+export function itIf(condition: boolean, ...args: [string, jest.ProvidesCallback?, number?]): void {
+ return condition ? test(...args) : test.skip(...args);
+}
diff --git a/src/api.ts b/src/api.ts
index 24d4ff74f..6ac959c4f 100644
--- a/src/api.ts
+++ b/src/api.ts
@@ -20,7 +20,7 @@ type BuildFullPathFunction = (baseURL?: string, requestedURL?: string) => string
const buildFullPath: BuildFullPathFunction = require('axios/lib/core/buildFullPath');
/** The authorization header field name. */
-export const AUTHORIZATION_HEADER = 'X-Emby-Authorization';
+export const AUTHORIZATION_HEADER = 'Authorization';
/** Class representing the Jellyfin API. */
export class Api {
diff --git a/src/discovery/__tests__/recommended-server-discovery.test.ts b/src/discovery/__tests__/recommended-server-discovery.test.ts
index 529a8876a..b7f3864c4 100644
--- a/src/discovery/__tests__/recommended-server-discovery.test.ts
+++ b/src/discovery/__tests__/recommended-server-discovery.test.ts
@@ -10,6 +10,7 @@ import { mocked } from 'ts-jest/utils';
import { RecommendedServerDiscovery } from '..';
import { API_VERSION, Jellyfin, MINIMUM_VERSION, ProductNameIssue, RecommendedServerInfoScore, SlowResponseIssue, SystemInfoIssue, VersionMissingIssue, VersionOutdatedIssue, VersionUnsupportedIssue } from '../..';
import { TEST_CLIENT, TEST_DEVICE } from '../../__helpers__/common';
+import { itIf } from '../../__helpers__/it-if';
jest.mock('axios');
const mockAxios = mocked(axios, true);
@@ -64,7 +65,9 @@ describe('RecommendedServerDiscovery', () => {
expect(info.systemInfo).toBe(systemInfo);
});
- it('should return an issue for outdated versions', async () => {
+ /* eslint-disable jest/no-standalone-expect */
+ // NOTE: This test will only work if API_VERSION and MINIMUM_VERSION are not the same!
+ itIf(API_VERSION !== MINIMUM_VERSION, 'should return an issue for outdated versions', async () => {
const serverDiscovery = new RecommendedServerDiscovery(SDK_INSTANCE);
const systemInfo = {
Version: MINIMUM_VERSION,
@@ -81,6 +84,7 @@ describe('RecommendedServerDiscovery', () => {
expect(info.score).toBe(RecommendedServerInfoScore.GOOD);
expect(info.systemInfo).toBe(systemInfo);
});
+ /* eslint-enable jest/no-standalone-expect */
it('should return an issue for slow responses', async () => {
const serverDiscovery = new RecommendedServerDiscovery(SDK_INSTANCE);
diff --git a/src/generated-client/.openapi-generator/FILES b/src/generated-client/.openapi-generator/FILES
index 6aa819298..d3d71b769 100644
--- a/src/generated-client/.openapi-generator/FILES
+++ b/src/generated-client/.openapi-generator/FILES
@@ -1,5 +1,6 @@
.gitignore
.npmignore
+.openapi-generator-ignore
api.ts
api/activity-log-api.ts
api/api-key-api.ts
@@ -7,6 +8,7 @@ api/artists-api.ts
api/audio-api.ts
api/branding-api.ts
api/channels-api.ts
+api/client-log-api.ts
api/collection-api.ts
api/configuration-api.ts
api/dashboard-api.ts
@@ -51,6 +53,7 @@ api/suggestions-api.ts
api/sync-play-api.ts
api/system-api.ts
api/time-sync-api.ts
+api/tmdb-api.ts
api/trailers-api.ts
api/tv-shows-api.ts
api/universal-audio-api.ts
@@ -58,7 +61,6 @@ api/user-api.ts
api/user-library-api.ts
api/user-views-api.ts
api/video-attachments-api.ts
-api/video-hls-api.ts
api/videos-api.ts
api/years-api.ts
base.ts
@@ -84,6 +86,7 @@ models/authentication-result.ts
models/base-item-dto-image-blur-hashes.ts
models/base-item-dto-query-result.ts
models/base-item-dto.ts
+models/base-item-kind.ts
models/base-item-person-image-blur-hashes.ts
models/base-item-person.ts
models/base-item.ts
@@ -102,12 +105,13 @@ models/channel-type.ts
models/chapter-info.ts
models/client-capabilities-dto.ts
models/client-capabilities.ts
+models/client-log-document-response-dto.ts
models/codec-profile.ts
models/codec-type.ts
models/collection-creation-result.ts
models/collection-type-options.ts
+models/config-image-types.ts
models/configuration-page-info.ts
-models/configuration-page-type.ts
models/container-profile.ts
models/control-response.ts
models/country-info.ts
@@ -120,15 +124,19 @@ models/default-directory-browser-info-dto.ts
models/device-identification.ts
models/device-info-query-result.ts
models/device-info.ts
+models/device-options-dto.ts
models/device-options.ts
models/device-profile-info.ts
models/device-profile-type.ts
models/device-profile.ts
models/direct-play-profile.ts
models/display-preferences-dto.ts
+models/dlna-options.ts
models/dlna-profile-type.ts
models/dynamic-day-of-week.ts
+models/embedded-subtitle-options.ts
models/encoding-context.ts
+models/encoding-options.ts
models/end-point-info.ts
models/external-id-info.ts
models/external-id-media-type.ts
@@ -151,6 +159,7 @@ models/group-shuffle-mode.ts
models/group-state-type.ts
models/group-update-type.ts
models/guide-info.ts
+models/hardware-encoding-type.ts
models/header-match-type.ts
models/http-header-info.ts
models/ignore-wait-request-dto.ts
@@ -179,6 +188,7 @@ models/library-update-info.ts
models/listings-provider-info.ts
models/live-stream-response.ts
models/live-tv-info.ts
+models/live-tv-options.ts
models/live-tv-service-info.ts
models/live-tv-service-status.ts
models/localization-option.ts
@@ -198,6 +208,7 @@ models/media-update-info-dto.ts
models/media-update-info-path-dto.ts
models/media-url.ts
models/message-command.ts
+models/metadata-configuration.ts
models/metadata-editor-info.ts
models/metadata-field.ts
models/metadata-options.ts
@@ -210,10 +221,13 @@ models/music-video-info.ts
models/name-guid-pair.ts
models/name-id-pair.ts
models/name-value-pair.ts
+models/network-configuration.ts
models/new-group-request-dto.ts
models/next-item-request-dto.ts
models/notification-dto.ts
models/notification-level.ts
+models/notification-option.ts
+models/notification-options.ts
models/notification-result-dto.ts
models/notification-type-info.ts
models/notifications-summary-dto.ts
@@ -242,7 +256,6 @@ models/playlist-creation-result.ts
models/playstate-command.ts
models/playstate-request.ts
models/plugin-info.ts
-models/plugin-security-info.ts
models/plugin-status.ts
models/previous-item-request-dto.ts
models/problem-details.ts
@@ -257,7 +270,6 @@ models/queue-item.ts
models/queue-request-dto.ts
models/quick-connect-dto.ts
models/quick-connect-result.ts
-models/quick-connect-state.ts
models/rating-type.ts
models/ready-request-dto.ts
models/recommendation-dto.ts
@@ -277,6 +289,7 @@ models/search-hint.ts
models/seek-request-dto.ts
models/send-command-type.ts
models/send-command.ts
+models/send-to-user-type.ts
models/series-info-remote-search-query.ts
models/series-info.ts
models/series-status.ts
@@ -298,6 +311,7 @@ models/startup-configuration-dto.ts
models/startup-remote-access-dto.ts
models/startup-user-dto.ts
models/subtitle-delivery-method.ts
+models/subtitle-options.ts
models/subtitle-playback-mode.ts
models/subtitle-profile.ts
models/sync-play-user-access-type.ts
@@ -313,7 +327,6 @@ models/timer-info-dto-query-result.ts
models/timer-info-dto.ts
models/trailer-info-remote-search-query.ts
models/trailer-info.ts
-models/transcode-reason.ts
models/transcode-seek-info.ts
models/transcoding-info.ts
models/transcoding-profile.ts
@@ -334,9 +347,9 @@ models/user-policy.ts
models/utc-time-response.ts
models/validate-path-dto.ts
models/version-info.ts
-models/version.ts
models/video-type.ts
models/video3-dformat.ts
models/virtual-folder-info.ts
models/wake-on-lan-info.ts
+models/xbmc-metadata-options.ts
models/xml-attribute.ts
diff --git a/src/generated-client/api.ts b/src/generated-client/api.ts
index a35d1cfd2..5322954b5 100644
--- a/src/generated-client/api.ts
+++ b/src/generated-client/api.ts
@@ -4,7 +4,7 @@
* Jellyfin API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
- * The version of the OpenAPI document: 10.7.7
+ * The version of the OpenAPI document: 10.8.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,6 +20,7 @@ export * from './api/artists-api';
export * from './api/audio-api';
export * from './api/branding-api';
export * from './api/channels-api';
+export * from './api/client-log-api';
export * from './api/collection-api';
export * from './api/configuration-api';
export * from './api/dashboard-api';
@@ -64,6 +65,7 @@ export * from './api/suggestions-api';
export * from './api/sync-play-api';
export * from './api/system-api';
export * from './api/time-sync-api';
+export * from './api/tmdb-api';
export * from './api/trailers-api';
export * from './api/tv-shows-api';
export * from './api/universal-audio-api';
@@ -71,7 +73,6 @@ export * from './api/user-api';
export * from './api/user-library-api';
export * from './api/user-views-api';
export * from './api/video-attachments-api';
-export * from './api/video-hls-api';
export * from './api/videos-api';
export * from './api/years-api';
diff --git a/src/generated-client/api/activity-log-api.ts b/src/generated-client/api/activity-log-api.ts
index df24ffe46..2eb76e3b3 100644
--- a/src/generated-client/api/activity-log-api.ts
+++ b/src/generated-client/api/activity-log-api.ts
@@ -4,7 +4,7 @@
* Jellyfin API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
- * The version of the OpenAPI document: 10.7.7
+ * The version of the OpenAPI document: 10.8.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@ export const ActivityLogApiAxiosParamCreator = function (configuration?: Configu
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
if (startIndex !== undefined) {
localVarQueryParameter['startIndex'] = startIndex;
diff --git a/src/generated-client/api/api-key-api.ts b/src/generated-client/api/api-key-api.ts
index 4eced5bb6..50437d4c0 100644
--- a/src/generated-client/api/api-key-api.ts
+++ b/src/generated-client/api/api-key-api.ts
@@ -4,7 +4,7 @@
* Jellyfin API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
- * The version of the OpenAPI document: 10.7.7
+ * The version of the OpenAPI document: 10.8.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@ export const ApiKeyApiAxiosParamCreator = function (configuration?: Configuratio
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
if (app !== undefined) {
localVarQueryParameter['app'] = app;
@@ -88,7 +88,7 @@ export const ApiKeyApiAxiosParamCreator = function (configuration?: Configuratio
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
@@ -125,7 +125,7 @@ export const ApiKeyApiAxiosParamCreator = function (configuration?: Configuratio
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
diff --git a/src/generated-client/api/artists-api.ts b/src/generated-client/api/artists-api.ts
index 5f504a4dd..df0cf89b6 100644
--- a/src/generated-client/api/artists-api.ts
+++ b/src/generated-client/api/artists-api.ts
@@ -4,7 +4,7 @@
* Jellyfin API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
- * The version of the OpenAPI document: 10.7.7
+ * The version of the OpenAPI document: 10.8.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -25,11 +25,15 @@ import { BaseItemDto } from '../models';
// @ts-ignore
import { BaseItemDtoQueryResult } from '../models';
// @ts-ignore
+import { BaseItemKind } from '../models';
+// @ts-ignore
import { ImageType } from '../models';
// @ts-ignore
import { ItemFields } from '../models';
// @ts-ignore
import { ItemFilter } from '../models';
+// @ts-ignore
+import { SortOrder } from '../models';
/**
* ArtistsApi - axios parameter creator
* @export
@@ -45,8 +49,8 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -67,12 +71,14 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- getAlbumArtists: async (minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options: any = {}): Promise => {
+ getAlbumArtists: async (minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, sortBy?: Array, sortOrder?: Array, enableImages?: boolean, enableTotalRecordCount?: boolean, options: any = {}): Promise => {
const localVarPath = `/Artists/AlbumArtists`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -86,7 +92,7 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
if (minCommunityRating !== undefined) {
localVarQueryParameter['minCommunityRating'] = minCommunityRating;
@@ -200,6 +206,14 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
localVarQueryParameter['nameLessThan'] = nameLessThan;
}
+ if (sortBy) {
+ localVarQueryParameter['sortBy'] = sortBy;
+ }
+
+ if (sortOrder) {
+ localVarQueryParameter['sortOrder'] = sortOrder;
+ }
+
if (enableImages !== undefined) {
localVarQueryParameter['enableImages'] = enableImages;
}
@@ -244,7 +258,7 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
if (userId !== undefined) {
localVarQueryParameter['userId'] = userId;
@@ -270,8 +284,8 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -292,12 +306,14 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- getArtists: async (minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options: any = {}): Promise => {
+ getArtists: async (minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, sortBy?: Array, sortOrder?: Array, enableImages?: boolean, enableTotalRecordCount?: boolean, options: any = {}): Promise => {
const localVarPath = `/Artists`;
// use dummy base URL string because the URL constructor only accepts absolute URLs.
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -311,7 +327,7 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
const localVarQueryParameter = {} as any;
// authentication CustomAuthentication required
- await setApiKeyToObject(localVarHeaderParameter, "X-Emby-Authorization", configuration)
+ await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
if (minCommunityRating !== undefined) {
localVarQueryParameter['minCommunityRating'] = minCommunityRating;
@@ -425,6 +441,14 @@ export const ArtistsApiAxiosParamCreator = function (configuration?: Configurati
localVarQueryParameter['nameLessThan'] = nameLessThan;
}
+ if (sortBy) {
+ localVarQueryParameter['sortBy'] = sortBy;
+ }
+
+ if (sortOrder) {
+ localVarQueryParameter['sortOrder'] = sortOrder;
+ }
+
if (enableImages !== undefined) {
localVarQueryParameter['enableImages'] = enableImages;
}
@@ -463,8 +487,8 @@ export const ArtistsApiFp = function(configuration?: Configuration) {
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -485,13 +509,15 @@ export const ArtistsApiFp = function(configuration?: Configuration) {
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- async getAlbumArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> {
- const localVarAxiosArgs = await localVarAxiosParamCreator.getAlbumArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, enableImages, enableTotalRecordCount, options);
+ async getAlbumArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, sortBy?: Array, sortOrder?: Array, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> {
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getAlbumArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, sortBy, sortOrder, enableImages, enableTotalRecordCount, options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
/**
@@ -515,8 +541,8 @@ export const ArtistsApiFp = function(configuration?: Configuration) {
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -537,13 +563,15 @@ export const ArtistsApiFp = function(configuration?: Configuration) {
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- async getArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> {
- const localVarAxiosArgs = await localVarAxiosParamCreator.getArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, enableImages, enableTotalRecordCount, options);
+ async getArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, sortBy?: Array, sortOrder?: Array, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> {
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, sortBy, sortOrder, enableImages, enableTotalRecordCount, options);
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
}
@@ -565,8 +593,8 @@ export const ArtistsApiFactory = function (configuration?: Configuration, basePa
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -587,13 +615,15 @@ export const ArtistsApiFactory = function (configuration?: Configuration, basePa
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- getAlbumArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): AxiosPromise {
- return localVarFp.getAlbumArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, enableImages, enableTotalRecordCount, options).then((request) => request(axios, basePath));
+ getAlbumArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, sortBy?: Array, sortOrder?: Array, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): AxiosPromise {
+ return localVarFp.getAlbumArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, sortBy, sortOrder, enableImages, enableTotalRecordCount, options).then((request) => request(axios, basePath));
},
/**
*
@@ -615,8 +645,8 @@ export const ArtistsApiFactory = function (configuration?: Configuration, basePa
* @param {string} [searchTerm] Optional. Search term.
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
* @param {Array} [fields] Optional. Specify additional fields of information to return in the output.
- * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
- * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
+ * @param {Array} [excludeItemTypes] Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
+ * @param {Array} [includeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
* @param {Array} [filters] Optional. Specify additional filters to apply.
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
* @param {Array} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
@@ -637,13 +667,15 @@ export const ArtistsApiFactory = function (configuration?: Configuration, basePa
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
+ * @param {Array} [sortBy] Optional. Specify one or more sort orders, comma delimited.
+ * @param {Array} [sortOrder] Sort Order - Ascending,Descending.
* @param {boolean} [enableImages] Optional, include image information in output.
* @param {boolean} [enableTotalRecordCount] Total record count.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
- getArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array, userId?: string, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, enableImages?: boolean, enableTotalRecordCount?: boolean, options?: any): AxiosPromise {
- return localVarFp.getArtists(minCommunityRating, startIndex, limit, searchTerm, parentId, fields, excludeItemTypes, includeItemTypes, filters, isFavorite, mediaTypes, genres, genreIds, officialRatings, tags, years, enableUserData, imageTypeLimit, enableImageTypes, person, personIds, personTypes, studios, studioIds, userId, nameStartsWithOrGreater, nameStartsWith, nameLessThan, enableImages, enableTotalRecordCount, options).then((request) => request(axios, basePath));
+ getArtists(minCommunityRating?: number, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array, excludeItemTypes?: Array, includeItemTypes?: Array, filters?: Array, isFavorite?: boolean, mediaTypes?: Array, genres?: Array, genreIds?: Array, officialRatings?: Array, tags?: Array, years?: Array, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array, person?: string, personIds?: Array, personTypes?: Array, studios?: Array, studioIds?: Array