Automated build 'Merge branch 'main' of https://github.com/LukeHagar/plex-api-spec' typescript-axios sdk: 4679428838

This commit is contained in:
GitHub Action Bot
2023-04-12 14:24:01 +00:00
parent 632f8d111f
commit 644d4d0e4a
3 changed files with 165 additions and 165 deletions

View File

@@ -853,11 +853,11 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -868,11 +868,11 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -889,11 +889,11 @@ export declare const DevicesApiFp: (configuration?: Configuration) => {
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -904,11 +904,11 @@ export declare const DevicesApiFp: (configuration?: Configuration) => {
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -925,11 +925,11 @@ export declare const DevicesApiFactory: (configuration?: Configuration, basePath
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -940,11 +940,11 @@ export declare const DevicesApiFactory: (configuration?: Configuration, basePath
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -970,31 +970,31 @@ export interface DevicesApiGetAvailableClientsRequest {
*/
readonly xPlexDeviceName?: any;
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexDevice?: any;
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexPlatformVersion?: any;
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexPlatform?: any;
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexProduct?: any;
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
@@ -1025,31 +1025,31 @@ export interface DevicesApiGetDevicesRequest {
*/
readonly xPlexDeviceName?: any;
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexDevice?: any;
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexPlatformVersion?: any;
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexPlatform?: any;
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexProduct?: any;
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof DevicesApiGetDevices
*/
@@ -2974,11 +2974,11 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -2995,11 +2995,11 @@ export declare const UserApiFp: (configuration?: Configuration) => {
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -3016,11 +3016,11 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -3046,31 +3046,31 @@ export interface UserApiGetCurrentUserDetailsRequest {
*/
readonly xPlexDeviceName?: any;
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexDevice?: any;
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexPlatformVersion?: any;
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexPlatform?: any;
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexProduct?: any;
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/

View File

@@ -660,11 +660,11 @@ var DevicesApiAxiosParamCreator = function (configuration) {
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -731,11 +731,11 @@ var DevicesApiAxiosParamCreator = function (configuration) {
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -812,11 +812,11 @@ var DevicesApiFp = function (configuration) {
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -839,11 +839,11 @@ var DevicesApiFp = function (configuration) {
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -876,11 +876,11 @@ var DevicesApiFactory = function (configuration, basePath, axios) {
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -893,11 +893,11 @@ var DevicesApiFactory = function (configuration, basePath, axios) {
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -4282,11 +4282,11 @@ var UserApiAxiosParamCreator = function (configuration) {
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -4363,11 +4363,11 @@ var UserApiFp = function (configuration) {
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -4400,11 +4400,11 @@ var UserApiFactory = function (configuration, basePath, axios) {
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}

View File

@@ -1104,11 +1104,11 @@ export const DevicesApiAxiosParamCreator = function (configuration?: Configurati
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1179,11 +1179,11 @@ export const DevicesApiAxiosParamCreator = function (configuration?: Configurati
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1264,11 +1264,11 @@ export const DevicesApiFp = function(configuration?: Configuration) {
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1282,11 +1282,11 @@ export const DevicesApiFp = function(configuration?: Configuration) {
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1310,11 +1310,11 @@ export const DevicesApiFactory = function (configuration?: Configuration, basePa
* @summary Get Available Clients
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1327,11 +1327,11 @@ export const DevicesApiFactory = function (configuration?: Configuration, basePa
* @summary Get Devices
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -1363,35 +1363,35 @@ export interface DevicesApiGetAvailableClientsRequest {
readonly xPlexDeviceName?: any
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexDevice?: any
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexPlatformVersion?: any
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexPlatform?: any
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
readonly xPlexProduct?: any
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof DevicesApiGetAvailableClients
*/
@@ -1426,35 +1426,35 @@ export interface DevicesApiGetDevicesRequest {
readonly xPlexDeviceName?: any
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexDevice?: any
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexPlatformVersion?: any
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexPlatform?: any
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof DevicesApiGetDevices
*/
readonly xPlexProduct?: any
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof DevicesApiGetDevices
*/
@@ -4914,11 +4914,11 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -4999,11 +4999,11 @@ export const UserApiFp = function(configuration?: Configuration) {
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -5027,11 +5027,11 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
* @summary Get Logged in User
* @param {any} xPlexClientIdentifier UUID, serial number, or other number unique per device
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
* @param {any} [xPlexDevice] Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* @param {any} [xPlexPlatformVersion] Operating system version, eg 4.3.1, 10.6.7, 3.2
* @param {any} [xPlexPlatform] Platform name, eg iOS, MacOSX, Android, LG, etc
* @param {any} [xPlexProduct] Plex application name, eg Laika, Plex Media Server, Media Link
* @param {any} [xPlexProvides] One or more of [player, controller, server]
* @param {any} [xPlexDevice] Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @param {any} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @param {any} [xPlexProvides] One or more of `[player, controller, server]`
* @param {any} [xPlexVersion] Plex application version number
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
@@ -5063,35 +5063,35 @@ export interface UserApiGetCurrentUserDetailsRequest {
readonly xPlexDeviceName?: any
/**
* Device name and model number, eg iPhone3,2, Motorola XOOM™, LG5200TV
* Device name and model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexDevice?: any
/**
* Operating system version, eg 4.3.1, 10.6.7, 3.2
* Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexPlatformVersion?: any
/**
* Platform name, eg iOS, MacOSX, Android, LG, etc
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexPlatform?: any
/**
* Plex application name, eg Laika, Plex Media Server, Media Link
* Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/
readonly xPlexProduct?: any
/**
* One or more of [player, controller, server]
* One or more of `[player, controller, server]`
* @type {any}
* @memberof UserApiGetCurrentUserDetails
*/