@paysponge/sdk 0.1.90 → 0.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/generated/openapi/apis/default-api.d.ts +0 -416
- package/dist/api/generated/openapi/apis/default-api.d.ts.map +1 -1
- package/dist/api/generated/openapi/apis/default-api.js +0 -416
- package/dist/api/generated/openapi/apis/default-api.js.map +1 -1
- package/dist/api/generated/openapi/runtime.d.ts.map +1 -1
- package/dist/api/generated/openapi/runtime.js +1 -1
- package/dist/api/generated/openapi/runtime.js.map +1 -1
- package/dist/client.d.ts +4 -3
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +4 -3
- package/dist/client.js.map +1 -1
- package/dist/mcp/config.d.ts +1 -1
- package/dist/mcp/config.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -17,422 +17,6 @@ import { PostApiAgentKeysRequestToJSON, PostApiAgentsByIdAmazonAccountsCopyReque
|
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export class DefaultApi extends runtime.BaseAPI {
|
|
20
|
-
/**
|
|
21
|
-
* Creates request options for allMcp without sending the request
|
|
22
|
-
*/
|
|
23
|
-
async allMcpRequestOpts() {
|
|
24
|
-
const queryParameters = {};
|
|
25
|
-
const headerParameters = {};
|
|
26
|
-
let urlPath = `/mcp/*`;
|
|
27
|
-
return {
|
|
28
|
-
path: urlPath,
|
|
29
|
-
method: 'GET',
|
|
30
|
-
headers: headerParameters,
|
|
31
|
-
query: queryParameters,
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
*/
|
|
36
|
-
async allMcpRaw(initOverrides) {
|
|
37
|
-
const requestOptions = await this.allMcpRequestOpts();
|
|
38
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
39
|
-
return new runtime.VoidApiResponse(response);
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
*/
|
|
43
|
-
async allMcp(initOverrides) {
|
|
44
|
-
await this.allMcpRaw(initOverrides);
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Creates request options for allMcp_1 without sending the request
|
|
48
|
-
*/
|
|
49
|
-
async allMcp_1RequestOpts() {
|
|
50
|
-
const queryParameters = {};
|
|
51
|
-
const headerParameters = {};
|
|
52
|
-
let urlPath = `/mcp/*`;
|
|
53
|
-
return {
|
|
54
|
-
path: urlPath,
|
|
55
|
-
method: 'HEAD',
|
|
56
|
-
headers: headerParameters,
|
|
57
|
-
query: queryParameters,
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
*/
|
|
62
|
-
async allMcp_1Raw(initOverrides) {
|
|
63
|
-
const requestOptions = await this.allMcp_1RequestOpts();
|
|
64
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
65
|
-
return new runtime.VoidApiResponse(response);
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
*/
|
|
69
|
-
async allMcp_1(initOverrides) {
|
|
70
|
-
await this.allMcp_1Raw(initOverrides);
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Creates request options for allMcp_2 without sending the request
|
|
74
|
-
*/
|
|
75
|
-
async allMcp_2RequestOpts() {
|
|
76
|
-
const queryParameters = {};
|
|
77
|
-
const headerParameters = {};
|
|
78
|
-
let urlPath = `/mcp/*`;
|
|
79
|
-
return {
|
|
80
|
-
path: urlPath,
|
|
81
|
-
method: 'PUT',
|
|
82
|
-
headers: headerParameters,
|
|
83
|
-
query: queryParameters,
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
*/
|
|
88
|
-
async allMcp_2Raw(initOverrides) {
|
|
89
|
-
const requestOptions = await this.allMcp_2RequestOpts();
|
|
90
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
91
|
-
return new runtime.VoidApiResponse(response);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
*/
|
|
95
|
-
async allMcp_2(initOverrides) {
|
|
96
|
-
await this.allMcp_2Raw(initOverrides);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Creates request options for allMcp_3 without sending the request
|
|
100
|
-
*/
|
|
101
|
-
async allMcp_3RequestOpts() {
|
|
102
|
-
const queryParameters = {};
|
|
103
|
-
const headerParameters = {};
|
|
104
|
-
let urlPath = `/mcp`;
|
|
105
|
-
return {
|
|
106
|
-
path: urlPath,
|
|
107
|
-
method: 'POST',
|
|
108
|
-
headers: headerParameters,
|
|
109
|
-
query: queryParameters,
|
|
110
|
-
};
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
*/
|
|
114
|
-
async allMcp_3Raw(initOverrides) {
|
|
115
|
-
const requestOptions = await this.allMcp_3RequestOpts();
|
|
116
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
117
|
-
return new runtime.VoidApiResponse(response);
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
*/
|
|
121
|
-
async allMcp_3(initOverrides) {
|
|
122
|
-
await this.allMcp_3Raw(initOverrides);
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* Creates request options for allMcp_4 without sending the request
|
|
126
|
-
*/
|
|
127
|
-
async allMcp_4RequestOpts() {
|
|
128
|
-
const queryParameters = {};
|
|
129
|
-
const headerParameters = {};
|
|
130
|
-
let urlPath = `/mcp`;
|
|
131
|
-
return {
|
|
132
|
-
path: urlPath,
|
|
133
|
-
method: 'DELETE',
|
|
134
|
-
headers: headerParameters,
|
|
135
|
-
query: queryParameters,
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
*/
|
|
140
|
-
async allMcp_4Raw(initOverrides) {
|
|
141
|
-
const requestOptions = await this.allMcp_4RequestOpts();
|
|
142
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
143
|
-
return new runtime.VoidApiResponse(response);
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
*/
|
|
147
|
-
async allMcp_4(initOverrides) {
|
|
148
|
-
await this.allMcp_4Raw(initOverrides);
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Creates request options for allMcp_5 without sending the request
|
|
152
|
-
*/
|
|
153
|
-
async allMcp_5RequestOpts() {
|
|
154
|
-
const queryParameters = {};
|
|
155
|
-
const headerParameters = {};
|
|
156
|
-
let urlPath = `/mcp`;
|
|
157
|
-
return {
|
|
158
|
-
path: urlPath,
|
|
159
|
-
method: 'PATCH',
|
|
160
|
-
headers: headerParameters,
|
|
161
|
-
query: queryParameters,
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
*/
|
|
166
|
-
async allMcp_5Raw(initOverrides) {
|
|
167
|
-
const requestOptions = await this.allMcp_5RequestOpts();
|
|
168
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
169
|
-
return new runtime.VoidApiResponse(response);
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
*/
|
|
173
|
-
async allMcp_5(initOverrides) {
|
|
174
|
-
await this.allMcp_5Raw(initOverrides);
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* Creates request options for allMcp_6 without sending the request
|
|
178
|
-
*/
|
|
179
|
-
async allMcp_6RequestOpts() {
|
|
180
|
-
const queryParameters = {};
|
|
181
|
-
const headerParameters = {};
|
|
182
|
-
let urlPath = `/mcp`;
|
|
183
|
-
return {
|
|
184
|
-
path: urlPath,
|
|
185
|
-
method: 'OPTIONS',
|
|
186
|
-
headers: headerParameters,
|
|
187
|
-
query: queryParameters,
|
|
188
|
-
};
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
*/
|
|
192
|
-
async allMcp_6Raw(initOverrides) {
|
|
193
|
-
const requestOptions = await this.allMcp_6RequestOpts();
|
|
194
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
195
|
-
return new runtime.VoidApiResponse(response);
|
|
196
|
-
}
|
|
197
|
-
/**
|
|
198
|
-
*/
|
|
199
|
-
async allMcp_6(initOverrides) {
|
|
200
|
-
await this.allMcp_6Raw(initOverrides);
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* Creates request options for allMcp_7 without sending the request
|
|
204
|
-
*/
|
|
205
|
-
async allMcp_7RequestOpts() {
|
|
206
|
-
const queryParameters = {};
|
|
207
|
-
const headerParameters = {};
|
|
208
|
-
let urlPath = `/mcp`;
|
|
209
|
-
return {
|
|
210
|
-
path: urlPath,
|
|
211
|
-
method: 'TRACE',
|
|
212
|
-
headers: headerParameters,
|
|
213
|
-
query: queryParameters,
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
*/
|
|
218
|
-
async allMcp_7Raw(initOverrides) {
|
|
219
|
-
const requestOptions = await this.allMcp_7RequestOpts();
|
|
220
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
221
|
-
return new runtime.VoidApiResponse(response);
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
*/
|
|
225
|
-
async allMcp_7(initOverrides) {
|
|
226
|
-
await this.allMcp_7Raw(initOverrides);
|
|
227
|
-
}
|
|
228
|
-
/**
|
|
229
|
-
* Creates request options for allMcp_8 without sending the request
|
|
230
|
-
*/
|
|
231
|
-
async allMcp_8RequestOpts() {
|
|
232
|
-
const queryParameters = {};
|
|
233
|
-
const headerParameters = {};
|
|
234
|
-
let urlPath = `/mcp/*`;
|
|
235
|
-
return {
|
|
236
|
-
path: urlPath,
|
|
237
|
-
method: 'POST',
|
|
238
|
-
headers: headerParameters,
|
|
239
|
-
query: queryParameters,
|
|
240
|
-
};
|
|
241
|
-
}
|
|
242
|
-
/**
|
|
243
|
-
*/
|
|
244
|
-
async allMcp_8Raw(initOverrides) {
|
|
245
|
-
const requestOptions = await this.allMcp_8RequestOpts();
|
|
246
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
247
|
-
return new runtime.VoidApiResponse(response);
|
|
248
|
-
}
|
|
249
|
-
/**
|
|
250
|
-
*/
|
|
251
|
-
async allMcp_8(initOverrides) {
|
|
252
|
-
await this.allMcp_8Raw(initOverrides);
|
|
253
|
-
}
|
|
254
|
-
/**
|
|
255
|
-
* Creates request options for allMcp_9 without sending the request
|
|
256
|
-
*/
|
|
257
|
-
async allMcp_9RequestOpts() {
|
|
258
|
-
const queryParameters = {};
|
|
259
|
-
const headerParameters = {};
|
|
260
|
-
let urlPath = `/mcp/*`;
|
|
261
|
-
return {
|
|
262
|
-
path: urlPath,
|
|
263
|
-
method: 'DELETE',
|
|
264
|
-
headers: headerParameters,
|
|
265
|
-
query: queryParameters,
|
|
266
|
-
};
|
|
267
|
-
}
|
|
268
|
-
/**
|
|
269
|
-
*/
|
|
270
|
-
async allMcp_9Raw(initOverrides) {
|
|
271
|
-
const requestOptions = await this.allMcp_9RequestOpts();
|
|
272
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
273
|
-
return new runtime.VoidApiResponse(response);
|
|
274
|
-
}
|
|
275
|
-
/**
|
|
276
|
-
*/
|
|
277
|
-
async allMcp_9(initOverrides) {
|
|
278
|
-
await this.allMcp_9Raw(initOverrides);
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* Creates request options for allMcp_10 without sending the request
|
|
282
|
-
*/
|
|
283
|
-
async allMcp_10RequestOpts() {
|
|
284
|
-
const queryParameters = {};
|
|
285
|
-
const headerParameters = {};
|
|
286
|
-
let urlPath = `/mcp/*`;
|
|
287
|
-
return {
|
|
288
|
-
path: urlPath,
|
|
289
|
-
method: 'PATCH',
|
|
290
|
-
headers: headerParameters,
|
|
291
|
-
query: queryParameters,
|
|
292
|
-
};
|
|
293
|
-
}
|
|
294
|
-
/**
|
|
295
|
-
*/
|
|
296
|
-
async allMcp_10Raw(initOverrides) {
|
|
297
|
-
const requestOptions = await this.allMcp_10RequestOpts();
|
|
298
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
299
|
-
return new runtime.VoidApiResponse(response);
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
*/
|
|
303
|
-
async allMcp_10(initOverrides) {
|
|
304
|
-
await this.allMcp_10Raw(initOverrides);
|
|
305
|
-
}
|
|
306
|
-
/**
|
|
307
|
-
* Creates request options for allMcp_11 without sending the request
|
|
308
|
-
*/
|
|
309
|
-
async allMcp_11RequestOpts() {
|
|
310
|
-
const queryParameters = {};
|
|
311
|
-
const headerParameters = {};
|
|
312
|
-
let urlPath = `/mcp/*`;
|
|
313
|
-
return {
|
|
314
|
-
path: urlPath,
|
|
315
|
-
method: 'OPTIONS',
|
|
316
|
-
headers: headerParameters,
|
|
317
|
-
query: queryParameters,
|
|
318
|
-
};
|
|
319
|
-
}
|
|
320
|
-
/**
|
|
321
|
-
*/
|
|
322
|
-
async allMcp_11Raw(initOverrides) {
|
|
323
|
-
const requestOptions = await this.allMcp_11RequestOpts();
|
|
324
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
325
|
-
return new runtime.VoidApiResponse(response);
|
|
326
|
-
}
|
|
327
|
-
/**
|
|
328
|
-
*/
|
|
329
|
-
async allMcp_11(initOverrides) {
|
|
330
|
-
await this.allMcp_11Raw(initOverrides);
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* Creates request options for allMcp_12 without sending the request
|
|
334
|
-
*/
|
|
335
|
-
async allMcp_12RequestOpts() {
|
|
336
|
-
const queryParameters = {};
|
|
337
|
-
const headerParameters = {};
|
|
338
|
-
let urlPath = `/mcp/*`;
|
|
339
|
-
return {
|
|
340
|
-
path: urlPath,
|
|
341
|
-
method: 'TRACE',
|
|
342
|
-
headers: headerParameters,
|
|
343
|
-
query: queryParameters,
|
|
344
|
-
};
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
*/
|
|
348
|
-
async allMcp_12Raw(initOverrides) {
|
|
349
|
-
const requestOptions = await this.allMcp_12RequestOpts();
|
|
350
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
351
|
-
return new runtime.VoidApiResponse(response);
|
|
352
|
-
}
|
|
353
|
-
/**
|
|
354
|
-
*/
|
|
355
|
-
async allMcp_12(initOverrides) {
|
|
356
|
-
await this.allMcp_12Raw(initOverrides);
|
|
357
|
-
}
|
|
358
|
-
/**
|
|
359
|
-
* Creates request options for allMcp_13 without sending the request
|
|
360
|
-
*/
|
|
361
|
-
async allMcp_13RequestOpts() {
|
|
362
|
-
const queryParameters = {};
|
|
363
|
-
const headerParameters = {};
|
|
364
|
-
let urlPath = `/mcp`;
|
|
365
|
-
return {
|
|
366
|
-
path: urlPath,
|
|
367
|
-
method: 'GET',
|
|
368
|
-
headers: headerParameters,
|
|
369
|
-
query: queryParameters,
|
|
370
|
-
};
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
*/
|
|
374
|
-
async allMcp_13Raw(initOverrides) {
|
|
375
|
-
const requestOptions = await this.allMcp_13RequestOpts();
|
|
376
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
377
|
-
return new runtime.VoidApiResponse(response);
|
|
378
|
-
}
|
|
379
|
-
/**
|
|
380
|
-
*/
|
|
381
|
-
async allMcp_13(initOverrides) {
|
|
382
|
-
await this.allMcp_13Raw(initOverrides);
|
|
383
|
-
}
|
|
384
|
-
/**
|
|
385
|
-
* Creates request options for allMcp_14 without sending the request
|
|
386
|
-
*/
|
|
387
|
-
async allMcp_14RequestOpts() {
|
|
388
|
-
const queryParameters = {};
|
|
389
|
-
const headerParameters = {};
|
|
390
|
-
let urlPath = `/mcp`;
|
|
391
|
-
return {
|
|
392
|
-
path: urlPath,
|
|
393
|
-
method: 'HEAD',
|
|
394
|
-
headers: headerParameters,
|
|
395
|
-
query: queryParameters,
|
|
396
|
-
};
|
|
397
|
-
}
|
|
398
|
-
/**
|
|
399
|
-
*/
|
|
400
|
-
async allMcp_14Raw(initOverrides) {
|
|
401
|
-
const requestOptions = await this.allMcp_14RequestOpts();
|
|
402
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
403
|
-
return new runtime.VoidApiResponse(response);
|
|
404
|
-
}
|
|
405
|
-
/**
|
|
406
|
-
*/
|
|
407
|
-
async allMcp_14(initOverrides) {
|
|
408
|
-
await this.allMcp_14Raw(initOverrides);
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* Creates request options for allMcp_15 without sending the request
|
|
412
|
-
*/
|
|
413
|
-
async allMcp_15RequestOpts() {
|
|
414
|
-
const queryParameters = {};
|
|
415
|
-
const headerParameters = {};
|
|
416
|
-
let urlPath = `/mcp`;
|
|
417
|
-
return {
|
|
418
|
-
path: urlPath,
|
|
419
|
-
method: 'PUT',
|
|
420
|
-
headers: headerParameters,
|
|
421
|
-
query: queryParameters,
|
|
422
|
-
};
|
|
423
|
-
}
|
|
424
|
-
/**
|
|
425
|
-
*/
|
|
426
|
-
async allMcp_15Raw(initOverrides) {
|
|
427
|
-
const requestOptions = await this.allMcp_15RequestOpts();
|
|
428
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
429
|
-
return new runtime.VoidApiResponse(response);
|
|
430
|
-
}
|
|
431
|
-
/**
|
|
432
|
-
*/
|
|
433
|
-
async allMcp_15(initOverrides) {
|
|
434
|
-
await this.allMcp_15Raw(initOverrides);
|
|
435
|
-
}
|
|
436
20
|
/**
|
|
437
21
|
* Creates request options for deleteApiAgentKeys without sending the request
|
|
438
22
|
*/
|