ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.277.8

This commit is contained in:
speakeasybot
2024-05-03 00:29:29 +00:00
parent 182d88f7f1
commit bc1fa68557
25 changed files with 605 additions and 525 deletions

View File

@@ -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)) {