mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.277.8
This commit is contained in:
@@ -116,6 +116,7 @@ export class Log extends ClientSDK {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
StatusCode: response.status,
|
||||
RawResponse: response,
|
||||
Headers: {},
|
||||
};
|
||||
|
||||
if (this.matchStatusCode(response, 200)) {
|
||||
@@ -231,6 +232,7 @@ export class Log extends ClientSDK {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
StatusCode: response.status,
|
||||
RawResponse: response,
|
||||
Headers: {},
|
||||
};
|
||||
|
||||
if (this.matchStatusCode(response, 200)) {
|
||||
@@ -314,6 +316,7 @@ export class Log extends ClientSDK {
|
||||
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
|
||||
StatusCode: response.status,
|
||||
RawResponse: response,
|
||||
Headers: {},
|
||||
};
|
||||
|
||||
if (this.matchStatusCode(response, 200)) {
|
||||
|
||||
Reference in New Issue
Block a user