mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Automated build 'Merge branch 'main' of https://github.com/LukeHagar/plex-api-spec' typescript-axios sdk: 4681414548
This commit is contained in:
8
dist/sdk-output/api.js
vendored
8
dist/sdk-output/api.js
vendored
@@ -313,8 +313,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|||||||
return __awaiter(_this, void 0, void 0, function () {
|
return __awaiter(_this, void 0, void 0, function () {
|
||||||
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
||||||
return __generator(this, function (_a) {
|
return __generator(this, function (_a) {
|
||||||
switch (_a.label) {
|
|
||||||
case 0:
|
|
||||||
// verify required parameter 'xPlexClientIdentifier' is not null or undefined
|
// verify required parameter 'xPlexClientIdentifier' is not null or undefined
|
||||||
(0, common_1.assertParamExists)('getPin', 'xPlexClientIdentifier', xPlexClientIdentifier);
|
(0, common_1.assertParamExists)('getPin', 'xPlexClientIdentifier', xPlexClientIdentifier);
|
||||||
localVarPath = "/pins";
|
localVarPath = "/pins";
|
||||||
@@ -325,11 +323,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|||||||
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
||||||
localVarHeaderParameter = {};
|
localVarHeaderParameter = {};
|
||||||
localVarQueryParameter = {};
|
localVarQueryParameter = {};
|
||||||
// authentication PlexToken required
|
|
||||||
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Plex-Token", configuration)];
|
|
||||||
case 1:
|
|
||||||
// authentication PlexToken required
|
|
||||||
_a.sent();
|
|
||||||
if (strong !== undefined) {
|
if (strong !== undefined) {
|
||||||
localVarQueryParameter['strong'] = strong;
|
localVarQueryParameter['strong'] = strong;
|
||||||
}
|
}
|
||||||
@@ -364,7 +357,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|||||||
url: (0, common_1.toPathString)(localVarUrlObj),
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
||||||
axiosOptions: localVarRequestOptions,
|
axiosOptions: localVarRequestOptions,
|
||||||
}];
|
}];
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
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
@@ -773,9 +773,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
|
|||||||
const localVarHeaderParameter = {} as any;
|
const localVarHeaderParameter = {} as any;
|
||||||
const localVarQueryParameter = {} as any;
|
const localVarQueryParameter = {} as any;
|
||||||
|
|
||||||
// authentication PlexToken required
|
|
||||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Token", configuration)
|
|
||||||
|
|
||||||
if (strong !== undefined) {
|
if (strong !== undefined) {
|
||||||
localVarQueryParameter['strong'] = strong;
|
localVarQueryParameter['strong'] = strong;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user