mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-11 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.285.0
This commit is contained in:
@@ -69,7 +69,7 @@ export class Updater extends ClientSDK {
|
||||
const securitySettings$ = this.resolveGlobalSecurity(security$);
|
||||
|
||||
const doOptions = { context, errorCodes: ["400", "401", "4XX", "5XX"] };
|
||||
const request = this.createRequest$(
|
||||
const request$ = this.createRequest$(
|
||||
context,
|
||||
{
|
||||
security: securitySettings$,
|
||||
@@ -81,7 +81,7 @@ export class Updater extends ClientSDK {
|
||||
options
|
||||
);
|
||||
|
||||
const response = await this.do$(request, doOptions);
|
||||
const response = await this.do$(request$, doOptions);
|
||||
|
||||
const responseFields$ = {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
@@ -177,7 +177,7 @@ export class Updater extends ClientSDK {
|
||||
const securitySettings$ = this.resolveGlobalSecurity(security$);
|
||||
|
||||
const doOptions = { context, errorCodes: ["400", "401", "4XX", "5XX"] };
|
||||
const request = this.createRequest$(
|
||||
const request$ = this.createRequest$(
|
||||
context,
|
||||
{
|
||||
security: securitySettings$,
|
||||
@@ -190,7 +190,7 @@ export class Updater extends ClientSDK {
|
||||
options
|
||||
);
|
||||
|
||||
const response = await this.do$(request, doOptions);
|
||||
const response = await this.do$(request$, doOptions);
|
||||
|
||||
const responseFields$ = {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
@@ -285,7 +285,7 @@ export class Updater extends ClientSDK {
|
||||
const securitySettings$ = this.resolveGlobalSecurity(security$);
|
||||
|
||||
const doOptions = { context, errorCodes: ["400", "401", "4XX", "500", "5XX"] };
|
||||
const request = this.createRequest$(
|
||||
const request$ = this.createRequest$(
|
||||
context,
|
||||
{
|
||||
security: securitySettings$,
|
||||
@@ -298,7 +298,7 @@ export class Updater extends ClientSDK {
|
||||
options
|
||||
);
|
||||
|
||||
const response = await this.do$(request, doOptions);
|
||||
const response = await this.do$(request$, doOptions);
|
||||
|
||||
const responseFields$ = {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
|
||||
Reference in New Issue
Block a user