mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
Automated build 'Merge branch 'main' of https://github.com/LukeHagar/plex-api-spec' typescript-axios sdk: 4681161204
This commit is contained in:
24
dist/sdk-output/api.d.ts
vendored
24
dist/sdk-output/api.d.ts
vendored
@@ -651,8 +651,8 @@ export declare const AuthenticationApiAxiosParamCreator: (configuration?: Config
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get a Pin
|
||||
* @param {any} strong Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client
|
||||
* @param {any} [strong] Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
||||
* @param {any} [xPlexDevice] The type of device your application is running on Device name and or model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
|
||||
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
|
||||
@@ -663,7 +663,7 @@ export declare const AuthenticationApiAxiosParamCreator: (configuration?: Config
|
||||
* @param {*} [axiosOptions] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
getPin: (strong: any, xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
|
||||
getPin: (xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig) => Promise<RequestArgs>;
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get Access Token
|
||||
@@ -689,8 +689,8 @@ export declare const AuthenticationApiFp: (configuration?: Configuration) => {
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get a Pin
|
||||
* @param {any} strong Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client
|
||||
* @param {any} [strong] Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
||||
* @param {any} [xPlexDevice] The type of device your application is running on Device name and or model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
|
||||
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
|
||||
@@ -701,7 +701,7 @@ export declare const AuthenticationApiFp: (configuration?: Configuration) => {
|
||||
* @param {*} [axiosOptions] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
getPin(strong: any, xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPin200Response>>;
|
||||
getPin(xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPin200Response>>;
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get Access Token
|
||||
@@ -727,8 +727,8 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get a Pin
|
||||
* @param {any} strong Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} xPlexClientIdentifier Unique Id, UUID, serial number, or other number unique per device that identifies your client
|
||||
* @param {any} [strong] Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @param {any} [xPlexDeviceName] Primary name for the device eg. `Plex Web (Chrome)`
|
||||
* @param {any} [xPlexDevice] The type of device your application is running on Device name and or model number, eg `iPhone3,2`, `Motorola XOOM™`, `LG5200TV`
|
||||
* @param {any} [xPlexPlatformVersion] Operating system version, eg `4.3.1`, `10.6.7`, `3.2`
|
||||
@@ -739,7 +739,7 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b
|
||||
* @param {*} [axiosOptions] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
getPin(strong: any, xPlexClientIdentifier: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetPin200Response>;
|
||||
getPin(xPlexClientIdentifier: any, strong?: any, xPlexDeviceName?: any, xPlexDevice?: any, xPlexPlatformVersion?: any, xPlexPlatform?: any, xPlexProduct?: any, xPlexProvides?: any, xPlexVersion?: any, axiosOptions?: any): AxiosPromise<GetPin200Response>;
|
||||
/**
|
||||
* Retrieve a Pin from Plex.tv for authentication flows
|
||||
* @summary Get Access Token
|
||||
@@ -763,18 +763,18 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b
|
||||
* @interface AuthenticationApiGetPinRequest
|
||||
*/
|
||||
export interface AuthenticationApiGetPinRequest {
|
||||
/**
|
||||
* Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @type {any}
|
||||
* @memberof AuthenticationApiGetPin
|
||||
*/
|
||||
readonly strong: any;
|
||||
/**
|
||||
* Unique Id, UUID, serial number, or other number unique per device that identifies your client
|
||||
* @type {any}
|
||||
* @memberof AuthenticationApiGetPin
|
||||
*/
|
||||
readonly xPlexClientIdentifier: any;
|
||||
/**
|
||||
* Determines the kind of code returned by the API call Strong codes are used for Pin authentication flows Non-Strong codes are used for `Plex.tv/link`
|
||||
* @type {any}
|
||||
* @memberof AuthenticationApiGetPin
|
||||
*/
|
||||
readonly strong?: any;
|
||||
/**
|
||||
* Primary name for the device eg. `Plex Web (Chrome)`
|
||||
* @type {any}
|
||||
|
||||
Reference in New Issue
Block a user