@@ -32,9 +32,9 @@ const sdk = new Speakeasy({
3232});
3333
3434sdk .apiEndpoints .deleteApiEndpoint ({
35- apiEndpointID: " delectus " ,
36- apiID: " tempora " ,
37- versionID: " suscipit " ,
35+ apiEndpointID: " distinctio " ,
36+ apiID: " quibusdam " ,
37+ versionID: " unde " ,
3838}).then ((res : DeleteApiEndpointResponse ) => {
3939 if (res .statusCode == 200 ) {
4040 // handle response
@@ -73,9 +73,9 @@ const sdk = new Speakeasy({
7373});
7474
7575sdk .apiEndpoints .findApiEndpoint ({
76- apiID: " molestiae " ,
77- displayName: " minus " ,
78- versionID: " placeat " ,
76+ apiID: " nulla " ,
77+ displayName: " corrupti " ,
78+ versionID: " illum " ,
7979}).then ((res : FindApiEndpointResponse ) => {
8080 if (res .statusCode == 200 ) {
8181 // handle response
@@ -114,9 +114,9 @@ const sdk = new Speakeasy({
114114});
115115
116116sdk .apiEndpoints .generateOpenApiSpecForApiEndpoint ({
117- apiEndpointID: " voluptatum " ,
118- apiID: " iusto " ,
119- versionID: " excepturi " ,
117+ apiEndpointID: " vel " ,
118+ apiID: " error " ,
119+ versionID: " deserunt " ,
120120}).then ((res : GenerateOpenApiSpecForApiEndpointResponse ) => {
121121 if (res .statusCode == 200 ) {
122122 // handle response
@@ -154,9 +154,9 @@ const sdk = new Speakeasy({
154154});
155155
156156sdk .apiEndpoints .generatePostmanCollectionForApiEndpoint ({
157- apiEndpointID: " nisi " ,
158- apiID: " recusandae " ,
159- versionID: " temporibus " ,
157+ apiEndpointID: " suscipit " ,
158+ apiID: " iure " ,
159+ versionID: " magnam " ,
160160}).then ((res : GeneratePostmanCollectionForApiEndpointResponse ) => {
161161 if (res .statusCode == 200 ) {
162162 // handle response
@@ -194,7 +194,7 @@ const sdk = new Speakeasy({
194194});
195195
196196sdk .apiEndpoints .getAllApiEndpoints ({
197- apiID: " ab " ,
197+ apiID: " debitis " ,
198198}).then ((res : GetAllApiEndpointsResponse ) => {
199199 if (res .statusCode == 200 ) {
200200 // handle response
@@ -232,8 +232,8 @@ const sdk = new Speakeasy({
232232});
233233
234234sdk .apiEndpoints .getAllForVersionApiEndpoints ({
235- apiID: " quis " ,
236- versionID: " veritatis " ,
235+ apiID: " ipsa " ,
236+ versionID: " delectus " ,
237237}).then ((res : GetAllForVersionApiEndpointsResponse ) => {
238238 if (res .statusCode == 200 ) {
239239 // handle response
@@ -271,9 +271,9 @@ const sdk = new Speakeasy({
271271});
272272
273273sdk .apiEndpoints .getApiEndpoint ({
274- apiEndpointID: " deserunt " ,
275- apiID: " perferendis " ,
276- versionID: " ipsam " ,
274+ apiEndpointID: " tempora " ,
275+ apiID: " suscipit " ,
276+ versionID: " molestiae " ,
277277}).then ((res : GetApiEndpointResponse ) => {
278278 if (res .statusCode == 200 ) {
279279 // handle response
@@ -312,16 +312,16 @@ const sdk = new Speakeasy({
312312
313313sdk .apiEndpoints .upsertApiEndpoint ({
314314 apiEndpointInput: {
315- apiEndpointId: " repellendus " ,
316- description: " sapiente " ,
317- displayName: " quo " ,
318- method: " odit " ,
319- path: " at " ,
320- versionId: " at " ,
315+ apiEndpointId: " minus " ,
316+ description: " placeat " ,
317+ displayName: " voluptatum " ,
318+ method: " iusto " ,
319+ path: " excepturi " ,
320+ versionId: " nisi " ,
321321 },
322- apiEndpointID: " maiores " ,
323- apiID: " molestiae " ,
324- versionID: " quod " ,
322+ apiEndpointID: " recusandae " ,
323+ apiID: " temporibus " ,
324+ versionID: " ab " ,
325325}).then ((res : UpsertApiEndpointResponse ) => {
326326 if (res .statusCode == 200 ) {
327327 // handle response
0 commit comments