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

This commit is contained in:
GitHub Action Bot
2023-04-12 18:01:00 +00:00
parent a9c96763c0
commit 8af9e78276
3 changed files with 44 additions and 55 deletions

View File

@@ -313,8 +313,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
return __awaiter(_this, void 0, void 0, function () {
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
// verify required parameter 'xPlexClientIdentifier' is not null or undefined
(0, common_1.assertParamExists)('getPin', 'xPlexClientIdentifier', xPlexClientIdentifier);
localVarPath = "/pins";
@@ -325,11 +323,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
localVarHeaderParameter = {};
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) {
localVarQueryParameter['strong'] = strong;
}
@@ -364,7 +357,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
url: (0, common_1.toPathString)(localVarUrlObj),
axiosOptions: localVarRequestOptions,
}];
}
});
});
},

File diff suppressed because one or more lines are too long

View File

@@ -773,9 +773,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
// authentication PlexToken required
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Token", configuration)
if (strong !== undefined) {
localVarQueryParameter['strong'] = strong;
}