mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
||||
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
|
||||
@@ -57,157 +25,6 @@ export interface GetAvailableClients401Response {
|
||||
*/
|
||||
'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
|
||||
@@ -855,7 +672,7 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
|
||||
* @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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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
|
||||
@@ -870,7 +687,7 @@ export declare const DevicesApiAxiosParamCreator: (configuration?: Configuration
|
||||
* @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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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
|
||||
@@ -891,14 +708,14 @@ export declare const DevicesApiFp: (configuration?: Configuration) => {
|
||||
* @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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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}
|
||||
*/
|
||||
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
|
||||
* @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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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}
|
||||
*/
|
||||
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
|
||||
@@ -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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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}
|
||||
*/
|
||||
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
|
||||
* @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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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}
|
||||
*/
|
||||
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.
|
||||
@@ -982,7 +799,7 @@ export interface DevicesApiGetAvailableClientsRequest {
|
||||
*/
|
||||
readonly xPlexPlatformVersion?: any;
|
||||
/**
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @type {any}
|
||||
* @memberof DevicesApiGetAvailableClients
|
||||
*/
|
||||
@@ -1037,7 +854,7 @@ export interface DevicesApiGetDevicesRequest {
|
||||
*/
|
||||
readonly xPlexPlatformVersion?: any;
|
||||
/**
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @type {any}
|
||||
* @memberof DevicesApiGetDevices
|
||||
*/
|
||||
@@ -1076,7 +893,7 @@ export declare class DevicesApi extends BaseAPI {
|
||||
* @throws {RequiredError}
|
||||
* @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
|
||||
* @summary Get Devices
|
||||
@@ -1085,7 +902,7 @@ export declare class DevicesApi extends BaseAPI {
|
||||
* @throws {RequiredError}
|
||||
* @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
|
||||
@@ -2976,7 +2793,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
||||
* @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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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
|
||||
@@ -2997,7 +2814,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
||||
* @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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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
|
||||
@@ -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} [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} [xPlexPlatform] Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @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
|
||||
@@ -3058,7 +2875,7 @@ export interface UserApiGetCurrentUserDetailsRequest {
|
||||
*/
|
||||
readonly xPlexPlatformVersion?: any;
|
||||
/**
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`, etc
|
||||
* Platform name, eg `iOS`, `MacOSX`, `Android`, `LG`
|
||||
* @type {any}
|
||||
* @memberof UserApiGetCurrentUserDetails
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user