ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.134.0

This commit is contained in:
speakeasybot
2024-01-09 00:29:03 +00:00
parent f306faa1ff
commit b9629abe33
21 changed files with 103 additions and 73 deletions

View File

@@ -47,7 +47,7 @@ export class Activities extends ClientSDK {
const securitySettings$ = this.resolveGlobalSecurity(security$);
const response = await this.fetch$(
{ security: securitySettings$, method: "get", path: path$, headers: headers$ },
{ security: securitySettings$, method: "GET", path: path$, headers: headers$ },
options
);
@@ -119,7 +119,7 @@ export class Activities extends ClientSDK {
const response = await this.fetch$(
{
security: securitySettings$,
method: "delete",
method: "DELETE",
path: path$,
headers: headers$,
body: body$,