mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
Automated build 'Merge branch 'main' of https://github.com/LukeHagar/plex-api-spec' typescript-axios sdk: 4679704586
This commit is contained in:
219
dist/sdk-output/api.d.ts
vendored
219
dist/sdk-output/api.d.ts
vendored
@@ -12,38 +12,6 @@
|
|||||||
import { Configuration } from './configuration';
|
import { Configuration } from './configuration';
|
||||||
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
||||||
import { RequestArgs, BaseAPI } from './base';
|
import { RequestArgs, BaseAPI } from './base';
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetAvailableClients200Response
|
|
||||||
*/
|
|
||||||
export interface GetAvailableClients200Response {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {GetAvailableClients200ResponseMediaContainer}
|
|
||||||
* @memberof GetAvailableClients200Response
|
|
||||||
*/
|
|
||||||
'MediaContainer'?: GetAvailableClients200ResponseMediaContainer;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
export interface GetAvailableClients200ResponseMediaContainer {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
'size'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
'Server'?: any;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
@@ -57,157 +25,6 @@ export interface GetAvailableClients401Response {
|
|||||||
*/
|
*/
|
||||||
'errors'?: any;
|
'errors'?: any;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetDevices200Response
|
|
||||||
*/
|
|
||||||
export interface GetDevices200Response {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'name'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'product'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'productVersion'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'platform'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'platformVersion'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'device'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'clientIdentifier'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'createdAt'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'lastSeenAt'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'provides'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'ownerId'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'sourceTitle'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'publicAddress'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'accessToken'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'owned'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'home'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'synced'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'relay'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'presence'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'httpsRequired'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'publicAddressMatches'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'dnsRebindingProtection'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'natLoopbackSupported'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'connections'?: any;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
@@ -855,7 +672,7 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -870,7 +687,7 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -891,14 +708,14 @@ export declare const DevicesApiFp: (configuration?: Configuration) => {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAvailableClients200Response>>;
|
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
||||||
/**
|
/**
|
||||||
* Get Devices
|
* Get Devices
|
||||||
* @summary Get Devices
|
* @summary Get Devices
|
||||||
@@ -906,14 +723,14 @@ export declare const DevicesApiFp: (configuration?: Configuration) => {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDevices200Response>>;
|
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* DevicesApi - factory interface
|
* DevicesApi - factory interface
|
||||||
@@ -927,14 +744,14 @@ export declare const DevicesApiFactory: (configuration?: Configuration, basePath
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetAvailableClients200Response>;
|
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<any>;
|
||||||
/**
|
/**
|
||||||
* Get Devices
|
* Get Devices
|
||||||
* @summary Get Devices
|
* @summary Get Devices
|
||||||
@@ -942,14 +759,14 @@ export declare const DevicesApiFactory: (configuration?: Configuration, basePath
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetDevices200Response>;
|
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<any>;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Request parameters for getAvailableClients operation in DevicesApi.
|
* Request parameters for getAvailableClients operation in DevicesApi.
|
||||||
@@ -982,7 +799,7 @@ export interface DevicesApiGetAvailableClientsRequest {
|
|||||||
*/
|
*/
|
||||||
readonly xPlexPlatformVersion?: any;
|
readonly xPlexPlatformVersion?: any;
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof DevicesApiGetAvailableClients
|
* @memberof DevicesApiGetAvailableClients
|
||||||
*/
|
*/
|
||||||
@@ -1037,7 +854,7 @@ export interface DevicesApiGetDevicesRequest {
|
|||||||
*/
|
*/
|
||||||
readonly xPlexPlatformVersion?: any;
|
readonly xPlexPlatformVersion?: any;
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof DevicesApiGetDevices
|
* @memberof DevicesApiGetDevices
|
||||||
*/
|
*/
|
||||||
@@ -1076,7 +893,7 @@ export declare class DevicesApi extends BaseAPI {
|
|||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
* @memberof DevicesApi
|
* @memberof DevicesApi
|
||||||
*/
|
*/
|
||||||
getAvailableClients(requestParameters: DevicesApiGetAvailableClientsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAvailableClients200Response, any>>;
|
getAvailableClients(requestParameters: DevicesApiGetAvailableClientsRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
||||||
/**
|
/**
|
||||||
* Get Devices
|
* Get Devices
|
||||||
* @summary Get Devices
|
* @summary Get Devices
|
||||||
@@ -1085,7 +902,7 @@ export declare class DevicesApi extends BaseAPI {
|
|||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
* @memberof DevicesApi
|
* @memberof DevicesApi
|
||||||
*/
|
*/
|
||||||
getDevices(requestParameters: DevicesApiGetDevicesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDevices200Response, any>>;
|
getDevices(requestParameters: DevicesApiGetDevicesRequest, axiosOptions?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* HashesApi - axios parameter creator
|
* HashesApi - axios parameter creator
|
||||||
@@ -2976,7 +2793,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -2997,7 +2814,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -3018,7 +2835,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -3058,7 +2875,7 @@ export interface UserApiGetCurrentUserDetailsRequest {
|
|||||||
*/
|
*/
|
||||||
readonly xPlexPlatformVersion?: any;
|
readonly xPlexPlatformVersion?: any;
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof UserApiGetCurrentUserDetails
|
* @memberof UserApiGetCurrentUserDetails
|
||||||
*/
|
*/
|
||||||
|
|||||||
18
dist/sdk-output/api.js
vendored
18
dist/sdk-output/api.js
vendored
@@ -662,7 +662,7 @@ var DevicesApiAxiosParamCreator = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -733,7 +733,7 @@ var DevicesApiAxiosParamCreator = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -814,7 +814,7 @@ var DevicesApiFp = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -841,7 +841,7 @@ var DevicesApiFp = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -878,7 +878,7 @@ var DevicesApiFactory = function (configuration, basePath, axios) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -895,7 +895,7 @@ var DevicesApiFactory = function (configuration, basePath, axios) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -4284,7 +4284,7 @@ var UserApiAxiosParamCreator = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -4365,7 +4365,7 @@ var UserApiFp = function (configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -4402,7 +4402,7 @@ var UserApiFactory = function (configuration, basePath, axios) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
|
|||||||
2
dist/sdk-output/api.js.map
vendored
2
dist/sdk-output/api.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -21,38 +21,6 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
|
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetAvailableClients200Response
|
|
||||||
*/
|
|
||||||
export interface GetAvailableClients200Response {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {GetAvailableClients200ResponseMediaContainer}
|
|
||||||
* @memberof GetAvailableClients200Response
|
|
||||||
*/
|
|
||||||
'MediaContainer'?: GetAvailableClients200ResponseMediaContainer;
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
export interface GetAvailableClients200ResponseMediaContainer {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
'size'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetAvailableClients200ResponseMediaContainer
|
|
||||||
*/
|
|
||||||
'Server'?: any;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
@@ -66,157 +34,6 @@ export interface GetAvailableClients401Response {
|
|||||||
*/
|
*/
|
||||||
'errors'?: any;
|
'errors'?: any;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @export
|
|
||||||
* @interface GetDevices200Response
|
|
||||||
*/
|
|
||||||
export interface GetDevices200Response {
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'name'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'product'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'productVersion'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'platform'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'platformVersion'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'device'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'clientIdentifier'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'createdAt'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'lastSeenAt'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'provides'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'ownerId'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'sourceTitle'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'publicAddress'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'accessToken'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'owned'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'home'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'synced'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'relay'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'presence'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'httpsRequired'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'publicAddressMatches'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'dnsRebindingProtection'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'natLoopbackSupported'?: any;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @type {any}
|
|
||||||
* @memberof GetDevices200Response
|
|
||||||
*/
|
|
||||||
'connections'?: any;
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
@@ -1106,7 +923,7 @@ export const DevicesApiAxiosParamCreator = function (configuration?: Configurati
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -1181,7 +998,7 @@ export const DevicesApiAxiosParamCreator = function (configuration?: Configurati
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -1266,14 +1083,14 @@ export const DevicesApiFp = function(configuration?: Configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
async getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAvailableClients200Response>> {
|
async getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
||||||
const localVarAxiosArgs = await localVarAxiosParamCreator.getAvailableClients(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions);
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getAvailableClients(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions);
|
||||||
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
||||||
},
|
},
|
||||||
@@ -1284,14 +1101,14 @@ export const DevicesApiFp = function(configuration?: Configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
async getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDevices200Response>> {
|
async getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>> {
|
||||||
const localVarAxiosArgs = await localVarAxiosParamCreator.getDevices(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions);
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDevices(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions);
|
||||||
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
||||||
},
|
},
|
||||||
@@ -1312,14 +1129,14 @@ export const DevicesApiFactory = function (configuration?: Configuration, basePa
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetAvailableClients200Response> {
|
getAvailableClients(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<any> {
|
||||||
return localVarFp.getAvailableClients(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then((request) => request(axios, basePath));
|
return localVarFp.getAvailableClients(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then((request) => request(axios, basePath));
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
@@ -1329,14 +1146,14 @@ export const DevicesApiFactory = function (configuration?: Configuration, basePa
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
* @param {*} [axiosOptions] Override http request option.
|
* @param {*} [axiosOptions] Override http request option.
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
*/
|
*/
|
||||||
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetDevices200Response> {
|
getDevices(xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<any> {
|
||||||
return localVarFp.getDevices(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then((request) => request(axios, basePath));
|
return localVarFp.getDevices(xPlexClientIdentifier, xPlexDeviceName, xPlexDevice, xPlexPlatformVersion, xPlexPlatform, xPlexProduct, xPlexProvides, xPlexVersion, axiosOptions).then((request) => request(axios, basePath));
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -1377,7 +1194,7 @@ export interface DevicesApiGetAvailableClientsRequest {
|
|||||||
readonly xPlexPlatformVersion?: any
|
readonly xPlexPlatformVersion?: any
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof DevicesApiGetAvailableClients
|
* @memberof DevicesApiGetAvailableClients
|
||||||
*/
|
*/
|
||||||
@@ -1440,7 +1257,7 @@ export interface DevicesApiGetDevicesRequest {
|
|||||||
readonly xPlexPlatformVersion?: any
|
readonly xPlexPlatformVersion?: any
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof DevicesApiGetDevices
|
* @memberof DevicesApiGetDevices
|
||||||
*/
|
*/
|
||||||
@@ -4916,7 +4733,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -5001,7 +4818,7 @@ export const UserApiFp = function(configuration?: Configuration) {
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -5029,7 +4846,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
|
|||||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
* @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} [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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @param {any} [xPlexProduct] Plex application name, eg `Laika`, `Plex Media Server`, `Media Link`
|
* @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} [xPlexProvides] One or more of `[player, controller, server]`
|
||||||
* @param {any} [xPlexVersion] Plex application version number
|
* @param {any} [xPlexVersion] Plex application version number
|
||||||
@@ -5077,7 +4894,7 @@ export interface UserApiGetCurrentUserDetailsRequest {
|
|||||||
readonly xPlexPlatformVersion?: any
|
readonly xPlexPlatformVersion?: any
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||||
* @type {any}
|
* @type {any}
|
||||||
* @memberof UserApiGetCurrentUserDetails
|
* @memberof UserApiGetCurrentUserDetails
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user