@@ -33,9 +33,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
3333 });
3434
3535 const res = await sdk .apiEndpoints .deleteApiEndpoint ({
36- apiEndpointID: " blue " ,
37- apiID: " Gasoline " ,
38- versionID: " Southwest " ,
36+ apiEndpointID: " string " ,
37+ apiID: " string " ,
38+ versionID: " string " ,
3939 });
4040
4141 if (res .statusCode == 200 ) {
@@ -75,9 +75,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
7575 });
7676
7777 const res = await sdk .apiEndpoints .findApiEndpoint ({
78- apiID: " Cotton " ,
79- displayName: " Chief " ,
80- versionID: " Wooden " ,
78+ apiID: " string " ,
79+ displayName: " string " ,
80+ versionID: " string " ,
8181 });
8282
8383 if (res .statusCode == 200 ) {
@@ -117,9 +117,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
117117 });
118118
119119 const res = await sdk .apiEndpoints .generateOpenApiSpecForApiEndpoint ({
120- apiEndpointID: " Mazda " ,
121- apiID: " web " ,
122- versionID: " explicabo " ,
120+ apiEndpointID: " string " ,
121+ apiID: " string " ,
122+ versionID: " string " ,
123123 });
124124
125125 if (res .statusCode == 200 ) {
@@ -158,9 +158,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
158158 });
159159
160160 const res = await sdk .apiEndpoints .generatePostmanCollectionForApiEndpoint ({
161- apiEndpointID: " indigo " ,
162- apiID: " barring " ,
163- versionID: " Senior " ,
161+ apiEndpointID: " string " ,
162+ apiID: " string " ,
163+ versionID: " string " ,
164164 });
165165
166166 if (res .statusCode == 200 ) {
@@ -199,7 +199,7 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
199199 });
200200
201201 const res = await sdk .apiEndpoints .getAllApiEndpoints ({
202- apiID: " unless " ,
202+ apiID: " string " ,
203203 });
204204
205205 if (res .statusCode == 200 ) {
@@ -238,8 +238,8 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
238238 });
239239
240240 const res = await sdk .apiEndpoints .getAllForVersionApiEndpoints ({
241- apiID: " now " ,
242- versionID: " Diesel " ,
241+ apiID: " string " ,
242+ versionID: " string " ,
243243 });
244244
245245 if (res .statusCode == 200 ) {
@@ -278,9 +278,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
278278 });
279279
280280 const res = await sdk .apiEndpoints .getApiEndpoint ({
281- apiEndpointID: " flog " ,
282- apiID: " synthesize " ,
283- versionID: " Barium " ,
281+ apiEndpointID: " string " ,
282+ apiID: " string " ,
283+ versionID: " string " ,
284284 });
285285
286286 if (res .statusCode == 200 ) {
@@ -320,16 +320,16 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
320320
321321 const res = await sdk .apiEndpoints .upsertApiEndpoint ({
322322 apiEndpointInput: {
323- apiEndpointId: " Facilitator " ,
324- description: " Cross-group bottom-line productivity " ,
325- displayName: " nor " ,
326- method: " Northwest " ,
327- path: " /private " ,
328- versionId: " what " ,
323+ apiEndpointId: " string " ,
324+ description: " Public-key systematic attitude " ,
325+ displayName: " string " ,
326+ method: " string " ,
327+ path: " /etc/periodic " ,
328+ versionId: " string " ,
329329 },
330- apiEndpointID: " Trans " ,
331- apiID: " Kia " ,
332- versionID: " Electronic " ,
330+ apiEndpointID: " string " ,
331+ apiID: " string " ,
332+ versionID: " string " ,
333333 });
334334
335335 if (res .statusCode == 200 ) {
0 commit comments