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

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