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

@@ -87,6 +87,7 @@ export class Updater extends ClientSDK {
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
StatusCode: response.status,
RawResponse: response,
Headers: {},
};
if (this.matchResponse(response, 200, "application/json")) {
@@ -195,6 +196,7 @@ export class Updater extends ClientSDK {
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
StatusCode: response.status,
RawResponse: response,
Headers: {},
};
if (this.matchStatusCode(response, 200)) {
@@ -302,6 +304,7 @@ export class Updater extends ClientSDK {
ContentType: response.headers.get("content-type") ?? "application/octet-stream",
StatusCode: response.status,
RawResponse: response,
Headers: {},
};
if (this.matchStatusCode(response, 200)) {