@botpress/api 1.51.0 → 1.52.1
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/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +3412 -189
- package/dist/src/gen/admin/state.d.ts +1155 -69
- package/dist/src/gen/files/state.d.ts +584 -3
- package/dist/src/gen/runtime/state.d.ts +876 -14
- package/dist/src/gen/tables/state.d.ts +654 -2
- package/dist/src/index.d.ts +6 -80
- package/package.json +2 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1114 -26
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +588 -5
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +880 -16
- package/src/gen/state.ts +1 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +658 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as opapi from '@bpinternal/opapi';
|
|
2
|
-
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version',
|
|
2
|
+
export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version', 'x-workspace-id' | 'x-multiple-integrations', 'bot' | 'integration' | 'interface' | 'plugin' | 'hub' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity'>;
|
|
3
3
|
export declare const state: {
|
|
4
4
|
operations: {
|
|
5
5
|
runVrl: {
|
|
@@ -44,7 +44,20 @@ export declare const state: {
|
|
|
44
44
|
additionalProperties: false;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
|
-
parameters: {
|
|
47
|
+
parameters: {
|
|
48
|
+
"x-workspace-id": {
|
|
49
|
+
in: "header";
|
|
50
|
+
type: "string";
|
|
51
|
+
description: string;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
"x-multiple-integrations": {
|
|
55
|
+
in: "header";
|
|
56
|
+
type: "string";
|
|
57
|
+
description: string;
|
|
58
|
+
required: false;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
48
61
|
};
|
|
49
62
|
getAccount: {
|
|
50
63
|
name: string;
|
|
@@ -53,7 +66,7 @@ export declare const state: {
|
|
|
53
66
|
path: string;
|
|
54
67
|
section: "account";
|
|
55
68
|
disableDefaultParameters: {
|
|
56
|
-
"x-workspace-id":
|
|
69
|
+
"x-workspace-id": true;
|
|
57
70
|
};
|
|
58
71
|
response: {
|
|
59
72
|
description: string;
|
|
@@ -95,7 +108,14 @@ export declare const state: {
|
|
|
95
108
|
};
|
|
96
109
|
};
|
|
97
110
|
tags: string[];
|
|
98
|
-
parameters: {
|
|
111
|
+
parameters: {
|
|
112
|
+
"x-multiple-integrations": {
|
|
113
|
+
in: "header";
|
|
114
|
+
type: "string";
|
|
115
|
+
description: string;
|
|
116
|
+
required: false;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
99
119
|
};
|
|
100
120
|
updateAccount: {
|
|
101
121
|
name: string;
|
|
@@ -104,7 +124,7 @@ export declare const state: {
|
|
|
104
124
|
path: string;
|
|
105
125
|
section: "account";
|
|
106
126
|
disableDefaultParameters: {
|
|
107
|
-
"x-workspace-id":
|
|
127
|
+
"x-workspace-id": true;
|
|
108
128
|
};
|
|
109
129
|
requestBody: {
|
|
110
130
|
description: string;
|
|
@@ -166,7 +186,14 @@ export declare const state: {
|
|
|
166
186
|
};
|
|
167
187
|
};
|
|
168
188
|
tags: string[];
|
|
169
|
-
parameters: {
|
|
189
|
+
parameters: {
|
|
190
|
+
"x-multiple-integrations": {
|
|
191
|
+
in: "header";
|
|
192
|
+
type: "string";
|
|
193
|
+
description: string;
|
|
194
|
+
required: false;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
170
197
|
};
|
|
171
198
|
deleteAccount: {
|
|
172
199
|
name: string;
|
|
@@ -175,7 +202,7 @@ export declare const state: {
|
|
|
175
202
|
path: string;
|
|
176
203
|
section: "account";
|
|
177
204
|
disableDefaultParameters: {
|
|
178
|
-
"x-workspace-id":
|
|
205
|
+
"x-workspace-id": true;
|
|
179
206
|
};
|
|
180
207
|
requestBody: {
|
|
181
208
|
description: string;
|
|
@@ -193,7 +220,14 @@ export declare const state: {
|
|
|
193
220
|
additionalProperties: false;
|
|
194
221
|
};
|
|
195
222
|
};
|
|
196
|
-
parameters: {
|
|
223
|
+
parameters: {
|
|
224
|
+
"x-multiple-integrations": {
|
|
225
|
+
in: "header";
|
|
226
|
+
type: "string";
|
|
227
|
+
description: string;
|
|
228
|
+
required: false;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
197
231
|
};
|
|
198
232
|
listPersonalAccessTokens: {
|
|
199
233
|
name: string;
|
|
@@ -202,7 +236,7 @@ export declare const state: {
|
|
|
202
236
|
path: string;
|
|
203
237
|
section: "account";
|
|
204
238
|
disableDefaultParameters: {
|
|
205
|
-
"x-workspace-id":
|
|
239
|
+
"x-workspace-id": true;
|
|
206
240
|
};
|
|
207
241
|
response: {
|
|
208
242
|
description: string;
|
|
@@ -234,7 +268,14 @@ export declare const state: {
|
|
|
234
268
|
additionalProperties: false;
|
|
235
269
|
};
|
|
236
270
|
};
|
|
237
|
-
parameters: {
|
|
271
|
+
parameters: {
|
|
272
|
+
"x-multiple-integrations": {
|
|
273
|
+
in: "header";
|
|
274
|
+
type: "string";
|
|
275
|
+
description: string;
|
|
276
|
+
required: false;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
238
279
|
};
|
|
239
280
|
createPersonalAccessToken: {
|
|
240
281
|
name: string;
|
|
@@ -243,7 +284,7 @@ export declare const state: {
|
|
|
243
284
|
path: string;
|
|
244
285
|
section: "account";
|
|
245
286
|
disableDefaultParameters: {
|
|
246
|
-
"x-workspace-id":
|
|
287
|
+
"x-workspace-id": true;
|
|
247
288
|
};
|
|
248
289
|
requestBody: {
|
|
249
290
|
description: string;
|
|
@@ -292,7 +333,14 @@ export declare const state: {
|
|
|
292
333
|
additionalProperties: false;
|
|
293
334
|
};
|
|
294
335
|
};
|
|
295
|
-
parameters: {
|
|
336
|
+
parameters: {
|
|
337
|
+
"x-multiple-integrations": {
|
|
338
|
+
in: "header";
|
|
339
|
+
type: "string";
|
|
340
|
+
description: string;
|
|
341
|
+
required: false;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
296
344
|
};
|
|
297
345
|
deletePersonalAccessToken: {
|
|
298
346
|
name: string;
|
|
@@ -301,7 +349,7 @@ export declare const state: {
|
|
|
301
349
|
path: string;
|
|
302
350
|
section: "account";
|
|
303
351
|
disableDefaultParameters: {
|
|
304
|
-
"x-workspace-id":
|
|
352
|
+
"x-workspace-id": true;
|
|
305
353
|
};
|
|
306
354
|
parameters: {
|
|
307
355
|
id: {
|
|
@@ -309,6 +357,12 @@ export declare const state: {
|
|
|
309
357
|
description: string;
|
|
310
358
|
in: "path";
|
|
311
359
|
};
|
|
360
|
+
"x-multiple-integrations": {
|
|
361
|
+
in: "header";
|
|
362
|
+
type: "string";
|
|
363
|
+
description: string;
|
|
364
|
+
required: false;
|
|
365
|
+
};
|
|
312
366
|
};
|
|
313
367
|
response: {
|
|
314
368
|
description: string;
|
|
@@ -326,7 +380,7 @@ export declare const state: {
|
|
|
326
380
|
path: string;
|
|
327
381
|
section: "account";
|
|
328
382
|
disableDefaultParameters: {
|
|
329
|
-
"x-workspace-id":
|
|
383
|
+
"x-workspace-id": true;
|
|
330
384
|
};
|
|
331
385
|
parameters: {
|
|
332
386
|
key: {
|
|
@@ -334,6 +388,12 @@ export declare const state: {
|
|
|
334
388
|
description: string;
|
|
335
389
|
in: "path";
|
|
336
390
|
};
|
|
391
|
+
"x-multiple-integrations": {
|
|
392
|
+
in: "header";
|
|
393
|
+
type: "string";
|
|
394
|
+
description: string;
|
|
395
|
+
required: false;
|
|
396
|
+
};
|
|
337
397
|
};
|
|
338
398
|
requestBody: {
|
|
339
399
|
description: string;
|
|
@@ -362,7 +422,7 @@ export declare const state: {
|
|
|
362
422
|
path: string;
|
|
363
423
|
section: "account";
|
|
364
424
|
disableDefaultParameters: {
|
|
365
|
-
"x-workspace-id":
|
|
425
|
+
"x-workspace-id": true;
|
|
366
426
|
};
|
|
367
427
|
parameters: {
|
|
368
428
|
key: {
|
|
@@ -370,6 +430,12 @@ export declare const state: {
|
|
|
370
430
|
description: string;
|
|
371
431
|
in: "path";
|
|
372
432
|
};
|
|
433
|
+
"x-multiple-integrations": {
|
|
434
|
+
in: "header";
|
|
435
|
+
type: "string";
|
|
436
|
+
description: string;
|
|
437
|
+
required: false;
|
|
438
|
+
};
|
|
373
439
|
};
|
|
374
440
|
response: {
|
|
375
441
|
description: string;
|
|
@@ -392,7 +458,7 @@ export declare const state: {
|
|
|
392
458
|
section: "hub";
|
|
393
459
|
path: string;
|
|
394
460
|
disableDefaultParameters: {
|
|
395
|
-
"x-workspace-id":
|
|
461
|
+
"x-workspace-id": true;
|
|
396
462
|
};
|
|
397
463
|
parameters: {
|
|
398
464
|
nextToken: {
|
|
@@ -455,6 +521,12 @@ export declare const state: {
|
|
|
455
521
|
in: "query";
|
|
456
522
|
enum: string[];
|
|
457
523
|
};
|
|
524
|
+
"x-multiple-integrations": {
|
|
525
|
+
in: "header";
|
|
526
|
+
type: "string";
|
|
527
|
+
description: string;
|
|
528
|
+
required: false;
|
|
529
|
+
};
|
|
458
530
|
};
|
|
459
531
|
response: {
|
|
460
532
|
description: string;
|
|
@@ -611,7 +683,7 @@ export declare const state: {
|
|
|
611
683
|
section: "hub";
|
|
612
684
|
path: string;
|
|
613
685
|
disableDefaultParameters: {
|
|
614
|
-
"x-workspace-id":
|
|
686
|
+
"x-workspace-id": true;
|
|
615
687
|
};
|
|
616
688
|
parameters: {
|
|
617
689
|
id: {
|
|
@@ -619,6 +691,12 @@ export declare const state: {
|
|
|
619
691
|
description: string;
|
|
620
692
|
in: "path";
|
|
621
693
|
};
|
|
694
|
+
"x-multiple-integrations": {
|
|
695
|
+
in: "header";
|
|
696
|
+
type: "string";
|
|
697
|
+
description: string;
|
|
698
|
+
required: false;
|
|
699
|
+
};
|
|
622
700
|
};
|
|
623
701
|
response: {
|
|
624
702
|
description: string;
|
|
@@ -1253,7 +1331,7 @@ export declare const state: {
|
|
|
1253
1331
|
section: "hub";
|
|
1254
1332
|
path: string;
|
|
1255
1333
|
disableDefaultParameters: {
|
|
1256
|
-
"x-workspace-id":
|
|
1334
|
+
"x-workspace-id": true;
|
|
1257
1335
|
};
|
|
1258
1336
|
parameters: {
|
|
1259
1337
|
name: {
|
|
@@ -1266,6 +1344,12 @@ export declare const state: {
|
|
|
1266
1344
|
description: string;
|
|
1267
1345
|
in: "path";
|
|
1268
1346
|
};
|
|
1347
|
+
"x-multiple-integrations": {
|
|
1348
|
+
in: "header";
|
|
1349
|
+
type: "string";
|
|
1350
|
+
description: string;
|
|
1351
|
+
required: false;
|
|
1352
|
+
};
|
|
1269
1353
|
};
|
|
1270
1354
|
response: {
|
|
1271
1355
|
description: string;
|
|
@@ -1900,7 +1984,7 @@ export declare const state: {
|
|
|
1900
1984
|
section: "hub";
|
|
1901
1985
|
path: string;
|
|
1902
1986
|
disableDefaultParameters: {
|
|
1903
|
-
"x-workspace-id":
|
|
1987
|
+
"x-workspace-id": true;
|
|
1904
1988
|
};
|
|
1905
1989
|
parameters: {
|
|
1906
1990
|
nextToken: {
|
|
@@ -1918,6 +2002,12 @@ export declare const state: {
|
|
|
1918
2002
|
type: "string";
|
|
1919
2003
|
description: string;
|
|
1920
2004
|
};
|
|
2005
|
+
"x-multiple-integrations": {
|
|
2006
|
+
in: "header";
|
|
2007
|
+
type: "string";
|
|
2008
|
+
description: string;
|
|
2009
|
+
required: false;
|
|
2010
|
+
};
|
|
1921
2011
|
};
|
|
1922
2012
|
response: {
|
|
1923
2013
|
description: string;
|
|
@@ -2006,7 +2096,7 @@ export declare const state: {
|
|
|
2006
2096
|
section: "hub";
|
|
2007
2097
|
path: string;
|
|
2008
2098
|
disableDefaultParameters: {
|
|
2009
|
-
"x-workspace-id":
|
|
2099
|
+
"x-workspace-id": true;
|
|
2010
2100
|
};
|
|
2011
2101
|
parameters: {
|
|
2012
2102
|
id: {
|
|
@@ -2014,6 +2104,12 @@ export declare const state: {
|
|
|
2014
2104
|
description: string;
|
|
2015
2105
|
in: "path";
|
|
2016
2106
|
};
|
|
2107
|
+
"x-multiple-integrations": {
|
|
2108
|
+
in: "header";
|
|
2109
|
+
type: "string";
|
|
2110
|
+
description: string;
|
|
2111
|
+
required: false;
|
|
2112
|
+
};
|
|
2017
2113
|
};
|
|
2018
2114
|
response: {
|
|
2019
2115
|
description: string;
|
|
@@ -2345,7 +2441,7 @@ export declare const state: {
|
|
|
2345
2441
|
section: "hub";
|
|
2346
2442
|
path: string;
|
|
2347
2443
|
disableDefaultParameters: {
|
|
2348
|
-
"x-workspace-id":
|
|
2444
|
+
"x-workspace-id": true;
|
|
2349
2445
|
};
|
|
2350
2446
|
parameters: {
|
|
2351
2447
|
id: {
|
|
@@ -2367,6 +2463,12 @@ export declare const state: {
|
|
|
2367
2463
|
description: string;
|
|
2368
2464
|
required: true;
|
|
2369
2465
|
};
|
|
2466
|
+
"x-multiple-integrations": {
|
|
2467
|
+
in: "header";
|
|
2468
|
+
type: "string";
|
|
2469
|
+
description: string;
|
|
2470
|
+
required: false;
|
|
2471
|
+
};
|
|
2370
2472
|
};
|
|
2371
2473
|
response: {
|
|
2372
2474
|
description: string;
|
|
@@ -2698,7 +2800,7 @@ export declare const state: {
|
|
|
2698
2800
|
section: "hub";
|
|
2699
2801
|
path: string;
|
|
2700
2802
|
disableDefaultParameters: {
|
|
2701
|
-
"x-workspace-id":
|
|
2803
|
+
"x-workspace-id": true;
|
|
2702
2804
|
};
|
|
2703
2805
|
parameters: {
|
|
2704
2806
|
name: {
|
|
@@ -2711,6 +2813,12 @@ export declare const state: {
|
|
|
2711
2813
|
description: string;
|
|
2712
2814
|
in: "path";
|
|
2713
2815
|
};
|
|
2816
|
+
"x-multiple-integrations": {
|
|
2817
|
+
in: "header";
|
|
2818
|
+
type: "string";
|
|
2819
|
+
description: string;
|
|
2820
|
+
required: false;
|
|
2821
|
+
};
|
|
2714
2822
|
};
|
|
2715
2823
|
response: {
|
|
2716
2824
|
description: string;
|
|
@@ -3041,7 +3149,7 @@ export declare const state: {
|
|
|
3041
3149
|
method: "get";
|
|
3042
3150
|
path: string;
|
|
3043
3151
|
disableDefaultParameters: {
|
|
3044
|
-
"x-workspace-id":
|
|
3152
|
+
"x-workspace-id": true;
|
|
3045
3153
|
};
|
|
3046
3154
|
section: "hub";
|
|
3047
3155
|
parameters: {
|
|
@@ -3056,6 +3164,12 @@ export declare const state: {
|
|
|
3056
3164
|
enum: string[];
|
|
3057
3165
|
description: string;
|
|
3058
3166
|
};
|
|
3167
|
+
"x-multiple-integrations": {
|
|
3168
|
+
in: "header";
|
|
3169
|
+
type: "string";
|
|
3170
|
+
description: string;
|
|
3171
|
+
required: false;
|
|
3172
|
+
};
|
|
3059
3173
|
};
|
|
3060
3174
|
response: {
|
|
3061
3175
|
description: string;
|
|
@@ -3079,7 +3193,7 @@ export declare const state: {
|
|
|
3079
3193
|
section: "hub";
|
|
3080
3194
|
path: string;
|
|
3081
3195
|
disableDefaultParameters: {
|
|
3082
|
-
"x-workspace-id":
|
|
3196
|
+
"x-workspace-id": true;
|
|
3083
3197
|
};
|
|
3084
3198
|
parameters: {
|
|
3085
3199
|
nextToken: {
|
|
@@ -3097,6 +3211,12 @@ export declare const state: {
|
|
|
3097
3211
|
type: "string";
|
|
3098
3212
|
description: string;
|
|
3099
3213
|
};
|
|
3214
|
+
"x-multiple-integrations": {
|
|
3215
|
+
in: "header";
|
|
3216
|
+
type: "string";
|
|
3217
|
+
description: string;
|
|
3218
|
+
required: false;
|
|
3219
|
+
};
|
|
3100
3220
|
};
|
|
3101
3221
|
response: {
|
|
3102
3222
|
description: string;
|
|
@@ -3185,7 +3305,7 @@ export declare const state: {
|
|
|
3185
3305
|
section: "hub";
|
|
3186
3306
|
path: string;
|
|
3187
3307
|
disableDefaultParameters: {
|
|
3188
|
-
"x-workspace-id":
|
|
3308
|
+
"x-workspace-id": true;
|
|
3189
3309
|
};
|
|
3190
3310
|
parameters: {
|
|
3191
3311
|
id: {
|
|
@@ -3193,6 +3313,12 @@ export declare const state: {
|
|
|
3193
3313
|
description: string;
|
|
3194
3314
|
in: "path";
|
|
3195
3315
|
};
|
|
3316
|
+
"x-multiple-integrations": {
|
|
3317
|
+
in: "header";
|
|
3318
|
+
type: "string";
|
|
3319
|
+
description: string;
|
|
3320
|
+
required: false;
|
|
3321
|
+
};
|
|
3196
3322
|
};
|
|
3197
3323
|
response: {
|
|
3198
3324
|
description: string;
|
|
@@ -3443,7 +3569,7 @@ export declare const state: {
|
|
|
3443
3569
|
section: "hub";
|
|
3444
3570
|
path: string;
|
|
3445
3571
|
disableDefaultParameters: {
|
|
3446
|
-
"x-workspace-id":
|
|
3572
|
+
"x-workspace-id": true;
|
|
3447
3573
|
};
|
|
3448
3574
|
parameters: {
|
|
3449
3575
|
name: {
|
|
@@ -3456,6 +3582,12 @@ export declare const state: {
|
|
|
3456
3582
|
description: string;
|
|
3457
3583
|
in: "path";
|
|
3458
3584
|
};
|
|
3585
|
+
"x-multiple-integrations": {
|
|
3586
|
+
in: "header";
|
|
3587
|
+
type: "string";
|
|
3588
|
+
description: string;
|
|
3589
|
+
required: false;
|
|
3590
|
+
};
|
|
3459
3591
|
};
|
|
3460
3592
|
response: {
|
|
3461
3593
|
description: string;
|
|
@@ -4029,7 +4161,20 @@ export declare const state: {
|
|
|
4029
4161
|
};
|
|
4030
4162
|
};
|
|
4031
4163
|
tags: string[];
|
|
4032
|
-
parameters: {
|
|
4164
|
+
parameters: {
|
|
4165
|
+
"x-workspace-id": {
|
|
4166
|
+
in: "header";
|
|
4167
|
+
type: "string";
|
|
4168
|
+
description: string;
|
|
4169
|
+
required: true;
|
|
4170
|
+
};
|
|
4171
|
+
"x-multiple-integrations": {
|
|
4172
|
+
in: "header";
|
|
4173
|
+
type: "string";
|
|
4174
|
+
description: string;
|
|
4175
|
+
required: false;
|
|
4176
|
+
};
|
|
4177
|
+
};
|
|
4033
4178
|
};
|
|
4034
4179
|
updateBot: {
|
|
4035
4180
|
name: string;
|
|
@@ -4043,6 +4188,18 @@ export declare const state: {
|
|
|
4043
4188
|
description: string;
|
|
4044
4189
|
in: "path";
|
|
4045
4190
|
};
|
|
4191
|
+
"x-workspace-id": {
|
|
4192
|
+
in: "header";
|
|
4193
|
+
type: "string";
|
|
4194
|
+
description: string;
|
|
4195
|
+
required: true;
|
|
4196
|
+
};
|
|
4197
|
+
"x-multiple-integrations": {
|
|
4198
|
+
in: "header";
|
|
4199
|
+
type: "string";
|
|
4200
|
+
description: string;
|
|
4201
|
+
required: false;
|
|
4202
|
+
};
|
|
4046
4203
|
};
|
|
4047
4204
|
requestBody: {
|
|
4048
4205
|
description: string;
|
|
@@ -4501,6 +4658,18 @@ export declare const state: {
|
|
|
4501
4658
|
description: string;
|
|
4502
4659
|
in: "path";
|
|
4503
4660
|
};
|
|
4661
|
+
"x-workspace-id": {
|
|
4662
|
+
in: "header";
|
|
4663
|
+
type: "string";
|
|
4664
|
+
description: string;
|
|
4665
|
+
required: true;
|
|
4666
|
+
};
|
|
4667
|
+
"x-multiple-integrations": {
|
|
4668
|
+
in: "header";
|
|
4669
|
+
type: "string";
|
|
4670
|
+
description: string;
|
|
4671
|
+
required: false;
|
|
4672
|
+
};
|
|
4504
4673
|
};
|
|
4505
4674
|
requestBody: {
|
|
4506
4675
|
description: string;
|
|
@@ -4567,6 +4736,18 @@ export declare const state: {
|
|
|
4567
4736
|
type: "string";
|
|
4568
4737
|
enum: string[];
|
|
4569
4738
|
};
|
|
4739
|
+
"x-workspace-id": {
|
|
4740
|
+
in: "header";
|
|
4741
|
+
type: "string";
|
|
4742
|
+
description: string;
|
|
4743
|
+
required: true;
|
|
4744
|
+
};
|
|
4745
|
+
"x-multiple-integrations": {
|
|
4746
|
+
in: "header";
|
|
4747
|
+
type: "string";
|
|
4748
|
+
description: string;
|
|
4749
|
+
required: false;
|
|
4750
|
+
};
|
|
4570
4751
|
};
|
|
4571
4752
|
section: "bot";
|
|
4572
4753
|
response: {
|
|
@@ -4649,6 +4830,18 @@ export declare const state: {
|
|
|
4649
4830
|
required: false;
|
|
4650
4831
|
description: string;
|
|
4651
4832
|
};
|
|
4833
|
+
"x-workspace-id": {
|
|
4834
|
+
in: "header";
|
|
4835
|
+
type: "string";
|
|
4836
|
+
description: string;
|
|
4837
|
+
required: true;
|
|
4838
|
+
};
|
|
4839
|
+
"x-multiple-integrations": {
|
|
4840
|
+
in: "header";
|
|
4841
|
+
type: "string";
|
|
4842
|
+
description: string;
|
|
4843
|
+
required: false;
|
|
4844
|
+
};
|
|
4652
4845
|
};
|
|
4653
4846
|
response: {
|
|
4654
4847
|
description: string;
|
|
@@ -4678,6 +4871,18 @@ export declare const state: {
|
|
|
4678
4871
|
description: string;
|
|
4679
4872
|
in: "path";
|
|
4680
4873
|
};
|
|
4874
|
+
"x-workspace-id": {
|
|
4875
|
+
in: "header";
|
|
4876
|
+
type: "string";
|
|
4877
|
+
description: string;
|
|
4878
|
+
required: true;
|
|
4879
|
+
};
|
|
4880
|
+
"x-multiple-integrations": {
|
|
4881
|
+
in: "header";
|
|
4882
|
+
type: "string";
|
|
4883
|
+
description: string;
|
|
4884
|
+
required: false;
|
|
4885
|
+
};
|
|
4681
4886
|
};
|
|
4682
4887
|
response: {
|
|
4683
4888
|
description: string;
|
|
@@ -4749,6 +4954,18 @@ export declare const state: {
|
|
|
4749
4954
|
type: "string";
|
|
4750
4955
|
required: false;
|
|
4751
4956
|
};
|
|
4957
|
+
"x-workspace-id": {
|
|
4958
|
+
in: "header";
|
|
4959
|
+
type: "string";
|
|
4960
|
+
description: string;
|
|
4961
|
+
required: true;
|
|
4962
|
+
};
|
|
4963
|
+
"x-multiple-integrations": {
|
|
4964
|
+
in: "header";
|
|
4965
|
+
type: "string";
|
|
4966
|
+
description: string;
|
|
4967
|
+
required: false;
|
|
4968
|
+
};
|
|
4752
4969
|
};
|
|
4753
4970
|
response: {
|
|
4754
4971
|
description: string;
|
|
@@ -4812,6 +5029,18 @@ export declare const state: {
|
|
|
4812
5029
|
required: true;
|
|
4813
5030
|
enum: string[];
|
|
4814
5031
|
};
|
|
5032
|
+
"x-workspace-id": {
|
|
5033
|
+
in: "header";
|
|
5034
|
+
type: "string";
|
|
5035
|
+
description: string;
|
|
5036
|
+
required: true;
|
|
5037
|
+
};
|
|
5038
|
+
"x-multiple-integrations": {
|
|
5039
|
+
in: "header";
|
|
5040
|
+
type: "string";
|
|
5041
|
+
description: string;
|
|
5042
|
+
required: false;
|
|
5043
|
+
};
|
|
4815
5044
|
};
|
|
4816
5045
|
response: {
|
|
4817
5046
|
description: string;
|
|
@@ -4852,6 +5081,18 @@ export declare const state: {
|
|
|
4852
5081
|
type: "string";
|
|
4853
5082
|
required: true;
|
|
4854
5083
|
};
|
|
5084
|
+
"x-workspace-id": {
|
|
5085
|
+
in: "header";
|
|
5086
|
+
type: "string";
|
|
5087
|
+
description: string;
|
|
5088
|
+
required: true;
|
|
5089
|
+
};
|
|
5090
|
+
"x-multiple-integrations": {
|
|
5091
|
+
in: "header";
|
|
5092
|
+
type: "string";
|
|
5093
|
+
description: string;
|
|
5094
|
+
required: false;
|
|
5095
|
+
};
|
|
4855
5096
|
};
|
|
4856
5097
|
response: {
|
|
4857
5098
|
description: string;
|
|
@@ -5028,6 +5269,18 @@ export declare const state: {
|
|
|
5028
5269
|
description: string;
|
|
5029
5270
|
type: "string";
|
|
5030
5271
|
};
|
|
5272
|
+
"x-workspace-id": {
|
|
5273
|
+
in: "header";
|
|
5274
|
+
type: "string";
|
|
5275
|
+
description: string;
|
|
5276
|
+
required: true;
|
|
5277
|
+
};
|
|
5278
|
+
"x-multiple-integrations": {
|
|
5279
|
+
in: "header";
|
|
5280
|
+
type: "string";
|
|
5281
|
+
description: string;
|
|
5282
|
+
required: false;
|
|
5283
|
+
};
|
|
5031
5284
|
};
|
|
5032
5285
|
response: {
|
|
5033
5286
|
description: string;
|
|
@@ -5113,6 +5366,18 @@ export declare const state: {
|
|
|
5113
5366
|
description: string;
|
|
5114
5367
|
type: "string";
|
|
5115
5368
|
};
|
|
5369
|
+
"x-workspace-id": {
|
|
5370
|
+
in: "header";
|
|
5371
|
+
type: "string";
|
|
5372
|
+
description: string;
|
|
5373
|
+
required: true;
|
|
5374
|
+
};
|
|
5375
|
+
"x-multiple-integrations": {
|
|
5376
|
+
in: "header";
|
|
5377
|
+
type: "string";
|
|
5378
|
+
description: string;
|
|
5379
|
+
required: false;
|
|
5380
|
+
};
|
|
5116
5381
|
};
|
|
5117
5382
|
response: {
|
|
5118
5383
|
description: string;
|
|
@@ -5198,6 +5463,18 @@ export declare const state: {
|
|
|
5198
5463
|
description: string;
|
|
5199
5464
|
type: "string";
|
|
5200
5465
|
};
|
|
5466
|
+
"x-workspace-id": {
|
|
5467
|
+
in: "header";
|
|
5468
|
+
type: "string";
|
|
5469
|
+
description: string;
|
|
5470
|
+
required: true;
|
|
5471
|
+
};
|
|
5472
|
+
"x-multiple-integrations": {
|
|
5473
|
+
in: "header";
|
|
5474
|
+
type: "string";
|
|
5475
|
+
description: string;
|
|
5476
|
+
required: false;
|
|
5477
|
+
};
|
|
5201
5478
|
};
|
|
5202
5479
|
response: {
|
|
5203
5480
|
description: string;
|
|
@@ -5294,6 +5571,18 @@ export declare const state: {
|
|
|
5294
5571
|
description: string;
|
|
5295
5572
|
type: "string";
|
|
5296
5573
|
};
|
|
5574
|
+
"x-workspace-id": {
|
|
5575
|
+
in: "header";
|
|
5576
|
+
type: "string";
|
|
5577
|
+
description: string;
|
|
5578
|
+
required: true;
|
|
5579
|
+
};
|
|
5580
|
+
"x-multiple-integrations": {
|
|
5581
|
+
in: "header";
|
|
5582
|
+
type: "string";
|
|
5583
|
+
description: string;
|
|
5584
|
+
required: false;
|
|
5585
|
+
};
|
|
5297
5586
|
};
|
|
5298
5587
|
response: {
|
|
5299
5588
|
description: string;
|
|
@@ -5322,6 +5611,18 @@ export declare const state: {
|
|
|
5322
5611
|
description: string;
|
|
5323
5612
|
type: "string";
|
|
5324
5613
|
};
|
|
5614
|
+
"x-workspace-id": {
|
|
5615
|
+
in: "header";
|
|
5616
|
+
type: "string";
|
|
5617
|
+
description: string;
|
|
5618
|
+
required: true;
|
|
5619
|
+
};
|
|
5620
|
+
"x-multiple-integrations": {
|
|
5621
|
+
in: "header";
|
|
5622
|
+
type: "string";
|
|
5623
|
+
description: string;
|
|
5624
|
+
required: false;
|
|
5625
|
+
};
|
|
5325
5626
|
};
|
|
5326
5627
|
response: {
|
|
5327
5628
|
description: string;
|
|
@@ -5379,6 +5680,18 @@ export declare const state: {
|
|
|
5379
5680
|
description: string;
|
|
5380
5681
|
in: "path";
|
|
5381
5682
|
};
|
|
5683
|
+
"x-workspace-id": {
|
|
5684
|
+
in: "header";
|
|
5685
|
+
type: "string";
|
|
5686
|
+
description: string;
|
|
5687
|
+
required: true;
|
|
5688
|
+
};
|
|
5689
|
+
"x-multiple-integrations": {
|
|
5690
|
+
in: "header";
|
|
5691
|
+
type: "string";
|
|
5692
|
+
description: string;
|
|
5693
|
+
required: false;
|
|
5694
|
+
};
|
|
5382
5695
|
};
|
|
5383
5696
|
response: {
|
|
5384
5697
|
description: string;
|
|
@@ -5427,6 +5740,18 @@ export declare const state: {
|
|
|
5427
5740
|
description: string;
|
|
5428
5741
|
in: "path";
|
|
5429
5742
|
};
|
|
5743
|
+
"x-workspace-id": {
|
|
5744
|
+
in: "header";
|
|
5745
|
+
type: "string";
|
|
5746
|
+
description: string;
|
|
5747
|
+
required: true;
|
|
5748
|
+
};
|
|
5749
|
+
"x-multiple-integrations": {
|
|
5750
|
+
in: "header";
|
|
5751
|
+
type: "string";
|
|
5752
|
+
description: string;
|
|
5753
|
+
required: false;
|
|
5754
|
+
};
|
|
5430
5755
|
};
|
|
5431
5756
|
response: {
|
|
5432
5757
|
description: string;
|
|
@@ -5456,6 +5781,18 @@ export declare const state: {
|
|
|
5456
5781
|
description: string;
|
|
5457
5782
|
in: "path";
|
|
5458
5783
|
};
|
|
5784
|
+
"x-workspace-id": {
|
|
5785
|
+
in: "header";
|
|
5786
|
+
type: "string";
|
|
5787
|
+
description: string;
|
|
5788
|
+
required: true;
|
|
5789
|
+
};
|
|
5790
|
+
"x-multiple-integrations": {
|
|
5791
|
+
in: "header";
|
|
5792
|
+
type: "string";
|
|
5793
|
+
description: string;
|
|
5794
|
+
required: false;
|
|
5795
|
+
};
|
|
5459
5796
|
};
|
|
5460
5797
|
response: {
|
|
5461
5798
|
description: string;
|
|
@@ -5478,6 +5815,18 @@ export declare const state: {
|
|
|
5478
5815
|
description: string;
|
|
5479
5816
|
in: "path";
|
|
5480
5817
|
};
|
|
5818
|
+
"x-workspace-id": {
|
|
5819
|
+
in: "header";
|
|
5820
|
+
type: "string";
|
|
5821
|
+
description: string;
|
|
5822
|
+
required: true;
|
|
5823
|
+
};
|
|
5824
|
+
"x-multiple-integrations": {
|
|
5825
|
+
in: "header";
|
|
5826
|
+
type: "string";
|
|
5827
|
+
description: string;
|
|
5828
|
+
required: false;
|
|
5829
|
+
};
|
|
5481
5830
|
};
|
|
5482
5831
|
requestBody: {
|
|
5483
5832
|
description: string;
|
|
@@ -5515,6 +5864,18 @@ export declare const state: {
|
|
|
5515
5864
|
description: string;
|
|
5516
5865
|
in: "path";
|
|
5517
5866
|
};
|
|
5867
|
+
"x-workspace-id": {
|
|
5868
|
+
in: "header";
|
|
5869
|
+
type: "string";
|
|
5870
|
+
description: string;
|
|
5871
|
+
required: true;
|
|
5872
|
+
};
|
|
5873
|
+
"x-multiple-integrations": {
|
|
5874
|
+
in: "header";
|
|
5875
|
+
type: "string";
|
|
5876
|
+
description: string;
|
|
5877
|
+
required: false;
|
|
5878
|
+
};
|
|
5518
5879
|
};
|
|
5519
5880
|
requestBody: {
|
|
5520
5881
|
description: string;
|
|
@@ -5573,12 +5934,24 @@ export declare const state: {
|
|
|
5573
5934
|
description: string;
|
|
5574
5935
|
in: "path";
|
|
5575
5936
|
};
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5937
|
+
"x-workspace-id": {
|
|
5938
|
+
in: "header";
|
|
5939
|
+
type: "string";
|
|
5940
|
+
description: string;
|
|
5941
|
+
required: true;
|
|
5942
|
+
};
|
|
5943
|
+
"x-multiple-integrations": {
|
|
5944
|
+
in: "header";
|
|
5945
|
+
type: "string";
|
|
5946
|
+
description: string;
|
|
5947
|
+
required: false;
|
|
5948
|
+
};
|
|
5949
|
+
};
|
|
5950
|
+
requestBody: {
|
|
5951
|
+
description: string;
|
|
5952
|
+
schema: {
|
|
5953
|
+
type: "object";
|
|
5954
|
+
properties: {
|
|
5582
5955
|
versionId: {
|
|
5583
5956
|
type: "string";
|
|
5584
5957
|
};
|
|
@@ -5619,6 +5992,18 @@ export declare const state: {
|
|
|
5619
5992
|
type: "string";
|
|
5620
5993
|
description: string;
|
|
5621
5994
|
};
|
|
5995
|
+
"x-workspace-id": {
|
|
5996
|
+
in: "header";
|
|
5997
|
+
type: "string";
|
|
5998
|
+
description: string;
|
|
5999
|
+
required: true;
|
|
6000
|
+
};
|
|
6001
|
+
"x-multiple-integrations": {
|
|
6002
|
+
in: "header";
|
|
6003
|
+
type: "string";
|
|
6004
|
+
description: string;
|
|
6005
|
+
required: false;
|
|
6006
|
+
};
|
|
5622
6007
|
};
|
|
5623
6008
|
requestBody: {
|
|
5624
6009
|
description: string;
|
|
@@ -5666,6 +6051,18 @@ export declare const state: {
|
|
|
5666
6051
|
type: "string";
|
|
5667
6052
|
description: string;
|
|
5668
6053
|
};
|
|
6054
|
+
"x-workspace-id": {
|
|
6055
|
+
in: "header";
|
|
6056
|
+
type: "string";
|
|
6057
|
+
description: string;
|
|
6058
|
+
required: true;
|
|
6059
|
+
};
|
|
6060
|
+
"x-multiple-integrations": {
|
|
6061
|
+
in: "header";
|
|
6062
|
+
type: "string";
|
|
6063
|
+
description: string;
|
|
6064
|
+
required: false;
|
|
6065
|
+
};
|
|
5669
6066
|
};
|
|
5670
6067
|
response: {
|
|
5671
6068
|
description: string;
|
|
@@ -5699,6 +6096,18 @@ export declare const state: {
|
|
|
5699
6096
|
type: "string";
|
|
5700
6097
|
description: string;
|
|
5701
6098
|
};
|
|
6099
|
+
"x-workspace-id": {
|
|
6100
|
+
in: "header";
|
|
6101
|
+
type: "string";
|
|
6102
|
+
description: string;
|
|
6103
|
+
required: true;
|
|
6104
|
+
};
|
|
6105
|
+
"x-multiple-integrations": {
|
|
6106
|
+
in: "header";
|
|
6107
|
+
type: "string";
|
|
6108
|
+
description: string;
|
|
6109
|
+
required: false;
|
|
6110
|
+
};
|
|
5702
6111
|
};
|
|
5703
6112
|
response: {
|
|
5704
6113
|
description: string;
|
|
@@ -5741,6 +6150,18 @@ export declare const state: {
|
|
|
5741
6150
|
type: "string";
|
|
5742
6151
|
description: string;
|
|
5743
6152
|
};
|
|
6153
|
+
"x-workspace-id": {
|
|
6154
|
+
in: "header";
|
|
6155
|
+
type: "string";
|
|
6156
|
+
description: string;
|
|
6157
|
+
required: true;
|
|
6158
|
+
};
|
|
6159
|
+
"x-multiple-integrations": {
|
|
6160
|
+
in: "header";
|
|
6161
|
+
type: "string";
|
|
6162
|
+
description: string;
|
|
6163
|
+
required: false;
|
|
6164
|
+
};
|
|
5744
6165
|
};
|
|
5745
6166
|
response: {
|
|
5746
6167
|
description: string;
|
|
@@ -5765,6 +6186,18 @@ export declare const state: {
|
|
|
5765
6186
|
type: "string";
|
|
5766
6187
|
required: true;
|
|
5767
6188
|
};
|
|
6189
|
+
"x-workspace-id": {
|
|
6190
|
+
in: "header";
|
|
6191
|
+
type: "string";
|
|
6192
|
+
description: string;
|
|
6193
|
+
required: true;
|
|
6194
|
+
};
|
|
6195
|
+
"x-multiple-integrations": {
|
|
6196
|
+
in: "header";
|
|
6197
|
+
type: "string";
|
|
6198
|
+
description: string;
|
|
6199
|
+
required: false;
|
|
6200
|
+
};
|
|
5768
6201
|
};
|
|
5769
6202
|
response: {
|
|
5770
6203
|
description: string;
|
|
@@ -5845,7 +6278,20 @@ export declare const state: {
|
|
|
5845
6278
|
additionalProperties: false;
|
|
5846
6279
|
};
|
|
5847
6280
|
};
|
|
5848
|
-
parameters: {
|
|
6281
|
+
parameters: {
|
|
6282
|
+
"x-workspace-id": {
|
|
6283
|
+
in: "header";
|
|
6284
|
+
type: "string";
|
|
6285
|
+
description: string;
|
|
6286
|
+
required: true;
|
|
6287
|
+
};
|
|
6288
|
+
"x-multiple-integrations": {
|
|
6289
|
+
in: "header";
|
|
6290
|
+
type: "string";
|
|
6291
|
+
description: string;
|
|
6292
|
+
required: false;
|
|
6293
|
+
};
|
|
6294
|
+
};
|
|
5849
6295
|
};
|
|
5850
6296
|
deleteBotApiKey: {
|
|
5851
6297
|
name: string;
|
|
@@ -5859,6 +6305,18 @@ export declare const state: {
|
|
|
5859
6305
|
description: string;
|
|
5860
6306
|
in: "path";
|
|
5861
6307
|
};
|
|
6308
|
+
"x-workspace-id": {
|
|
6309
|
+
in: "header";
|
|
6310
|
+
type: "string";
|
|
6311
|
+
description: string;
|
|
6312
|
+
required: true;
|
|
6313
|
+
};
|
|
6314
|
+
"x-multiple-integrations": {
|
|
6315
|
+
in: "header";
|
|
6316
|
+
type: "string";
|
|
6317
|
+
description: string;
|
|
6318
|
+
required: false;
|
|
6319
|
+
};
|
|
5862
6320
|
};
|
|
5863
6321
|
response: {
|
|
5864
6322
|
description: string;
|
|
@@ -5881,6 +6339,18 @@ export declare const state: {
|
|
|
5881
6339
|
description: string;
|
|
5882
6340
|
in: "path";
|
|
5883
6341
|
};
|
|
6342
|
+
"x-workspace-id": {
|
|
6343
|
+
in: "header";
|
|
6344
|
+
type: "string";
|
|
6345
|
+
description: string;
|
|
6346
|
+
required: true;
|
|
6347
|
+
};
|
|
6348
|
+
"x-multiple-integrations": {
|
|
6349
|
+
in: "header";
|
|
6350
|
+
type: "string";
|
|
6351
|
+
description: string;
|
|
6352
|
+
required: false;
|
|
6353
|
+
};
|
|
5884
6354
|
};
|
|
5885
6355
|
response: {
|
|
5886
6356
|
description: string;
|
|
@@ -5923,6 +6393,18 @@ export declare const state: {
|
|
|
5923
6393
|
description: string;
|
|
5924
6394
|
in: "path";
|
|
5925
6395
|
};
|
|
6396
|
+
"x-workspace-id": {
|
|
6397
|
+
in: "header";
|
|
6398
|
+
type: "string";
|
|
6399
|
+
description: string;
|
|
6400
|
+
required: true;
|
|
6401
|
+
};
|
|
6402
|
+
"x-multiple-integrations": {
|
|
6403
|
+
in: "header";
|
|
6404
|
+
type: "string";
|
|
6405
|
+
description: string;
|
|
6406
|
+
required: false;
|
|
6407
|
+
};
|
|
5926
6408
|
};
|
|
5927
6409
|
requestBody: {
|
|
5928
6410
|
description: string;
|
|
@@ -5961,7 +6443,7 @@ export declare const state: {
|
|
|
5961
6443
|
method: "get";
|
|
5962
6444
|
path: string;
|
|
5963
6445
|
disableDefaultParameters: {
|
|
5964
|
-
"x-workspace-id":
|
|
6446
|
+
"x-workspace-id": true;
|
|
5965
6447
|
};
|
|
5966
6448
|
parameters: {
|
|
5967
6449
|
id: {
|
|
@@ -5969,6 +6451,12 @@ export declare const state: {
|
|
|
5969
6451
|
description: string;
|
|
5970
6452
|
in: "path";
|
|
5971
6453
|
};
|
|
6454
|
+
"x-multiple-integrations": {
|
|
6455
|
+
in: "header";
|
|
6456
|
+
type: "string";
|
|
6457
|
+
description: string;
|
|
6458
|
+
required: false;
|
|
6459
|
+
};
|
|
5972
6460
|
};
|
|
5973
6461
|
section: "workspace";
|
|
5974
6462
|
response: {
|
|
@@ -6052,7 +6540,7 @@ export declare const state: {
|
|
|
6052
6540
|
method: "get";
|
|
6053
6541
|
path: string;
|
|
6054
6542
|
disableDefaultParameters: {
|
|
6055
|
-
"x-workspace-id":
|
|
6543
|
+
"x-workspace-id": true;
|
|
6056
6544
|
};
|
|
6057
6545
|
parameters: {
|
|
6058
6546
|
id: {
|
|
@@ -6060,6 +6548,12 @@ export declare const state: {
|
|
|
6060
6548
|
description: string;
|
|
6061
6549
|
in: "path";
|
|
6062
6550
|
};
|
|
6551
|
+
"x-multiple-integrations": {
|
|
6552
|
+
in: "header";
|
|
6553
|
+
type: "string";
|
|
6554
|
+
description: string;
|
|
6555
|
+
required: false;
|
|
6556
|
+
};
|
|
6063
6557
|
};
|
|
6064
6558
|
section: "workspace";
|
|
6065
6559
|
response: {
|
|
@@ -6137,7 +6631,7 @@ export declare const state: {
|
|
|
6137
6631
|
method: "post";
|
|
6138
6632
|
path: string;
|
|
6139
6633
|
disableDefaultParameters: {
|
|
6140
|
-
"x-workspace-id":
|
|
6634
|
+
"x-workspace-id": true;
|
|
6141
6635
|
};
|
|
6142
6636
|
parameters: {
|
|
6143
6637
|
id: {
|
|
@@ -6145,6 +6639,12 @@ export declare const state: {
|
|
|
6145
6639
|
description: string;
|
|
6146
6640
|
in: "path";
|
|
6147
6641
|
};
|
|
6642
|
+
"x-multiple-integrations": {
|
|
6643
|
+
in: "header";
|
|
6644
|
+
type: "string";
|
|
6645
|
+
description: string;
|
|
6646
|
+
required: false;
|
|
6647
|
+
};
|
|
6148
6648
|
};
|
|
6149
6649
|
section: "workspace";
|
|
6150
6650
|
requestBody: {
|
|
@@ -6218,7 +6718,7 @@ export declare const state: {
|
|
|
6218
6718
|
method: "post";
|
|
6219
6719
|
path: string;
|
|
6220
6720
|
disableDefaultParameters: {
|
|
6221
|
-
"x-workspace-id":
|
|
6721
|
+
"x-workspace-id": true;
|
|
6222
6722
|
};
|
|
6223
6723
|
requestBody: {
|
|
6224
6724
|
description: string;
|
|
@@ -6311,7 +6811,14 @@ export declare const state: {
|
|
|
6311
6811
|
};
|
|
6312
6812
|
};
|
|
6313
6813
|
tags: string[];
|
|
6314
|
-
parameters: {
|
|
6814
|
+
parameters: {
|
|
6815
|
+
"x-multiple-integrations": {
|
|
6816
|
+
in: "header";
|
|
6817
|
+
type: "string";
|
|
6818
|
+
description: string;
|
|
6819
|
+
required: false;
|
|
6820
|
+
};
|
|
6821
|
+
};
|
|
6315
6822
|
};
|
|
6316
6823
|
getPublicWorkspace: {
|
|
6317
6824
|
name: string;
|
|
@@ -6320,7 +6827,7 @@ export declare const state: {
|
|
|
6320
6827
|
method: "get";
|
|
6321
6828
|
path: string;
|
|
6322
6829
|
disableDefaultParameters: {
|
|
6323
|
-
"x-workspace-id":
|
|
6830
|
+
"x-workspace-id": true;
|
|
6324
6831
|
};
|
|
6325
6832
|
parameters: {
|
|
6326
6833
|
id: {
|
|
@@ -6328,6 +6835,12 @@ export declare const state: {
|
|
|
6328
6835
|
description: string;
|
|
6329
6836
|
in: "path";
|
|
6330
6837
|
};
|
|
6838
|
+
"x-multiple-integrations": {
|
|
6839
|
+
in: "header";
|
|
6840
|
+
type: "string";
|
|
6841
|
+
description: string;
|
|
6842
|
+
required: false;
|
|
6843
|
+
};
|
|
6331
6844
|
};
|
|
6332
6845
|
response: {
|
|
6333
6846
|
description: string;
|
|
@@ -6388,7 +6901,7 @@ export declare const state: {
|
|
|
6388
6901
|
method: "get";
|
|
6389
6902
|
path: string;
|
|
6390
6903
|
disableDefaultParameters: {
|
|
6391
|
-
"x-workspace-id":
|
|
6904
|
+
"x-workspace-id": true;
|
|
6392
6905
|
};
|
|
6393
6906
|
parameters: {
|
|
6394
6907
|
id: {
|
|
@@ -6396,6 +6909,12 @@ export declare const state: {
|
|
|
6396
6909
|
description: string;
|
|
6397
6910
|
in: "path";
|
|
6398
6911
|
};
|
|
6912
|
+
"x-multiple-integrations": {
|
|
6913
|
+
in: "header";
|
|
6914
|
+
type: "string";
|
|
6915
|
+
description: string;
|
|
6916
|
+
required: false;
|
|
6917
|
+
};
|
|
6399
6918
|
};
|
|
6400
6919
|
response: {
|
|
6401
6920
|
description: string;
|
|
@@ -6482,7 +7001,7 @@ export declare const state: {
|
|
|
6482
7001
|
method: "get";
|
|
6483
7002
|
path: string;
|
|
6484
7003
|
disableDefaultParameters: {
|
|
6485
|
-
"x-workspace-id":
|
|
7004
|
+
"x-workspace-id": true;
|
|
6486
7005
|
};
|
|
6487
7006
|
parameters: {
|
|
6488
7007
|
id: {
|
|
@@ -6503,6 +7022,12 @@ export declare const state: {
|
|
|
6503
7022
|
type: "string";
|
|
6504
7023
|
required: false;
|
|
6505
7024
|
};
|
|
7025
|
+
"x-multiple-integrations": {
|
|
7026
|
+
in: "header";
|
|
7027
|
+
type: "string";
|
|
7028
|
+
description: string;
|
|
7029
|
+
required: false;
|
|
7030
|
+
};
|
|
6506
7031
|
};
|
|
6507
7032
|
response: {
|
|
6508
7033
|
description: string;
|
|
@@ -6529,7 +7054,7 @@ export declare const state: {
|
|
|
6529
7054
|
method: "get";
|
|
6530
7055
|
path: string;
|
|
6531
7056
|
disableDefaultParameters: {
|
|
6532
|
-
"x-workspace-id":
|
|
7057
|
+
"x-workspace-id": true;
|
|
6533
7058
|
};
|
|
6534
7059
|
parameters: {
|
|
6535
7060
|
id: {
|
|
@@ -6550,6 +7075,12 @@ export declare const state: {
|
|
|
6550
7075
|
type: "string";
|
|
6551
7076
|
required: false;
|
|
6552
7077
|
};
|
|
7078
|
+
"x-multiple-integrations": {
|
|
7079
|
+
in: "header";
|
|
7080
|
+
type: "string";
|
|
7081
|
+
description: string;
|
|
7082
|
+
required: false;
|
|
7083
|
+
};
|
|
6553
7084
|
};
|
|
6554
7085
|
response: {
|
|
6555
7086
|
description: string;
|
|
@@ -6585,7 +7116,7 @@ export declare const state: {
|
|
|
6585
7116
|
method: "get";
|
|
6586
7117
|
path: string;
|
|
6587
7118
|
disableDefaultParameters: {
|
|
6588
|
-
"x-workspace-id":
|
|
7119
|
+
"x-workspace-id": true;
|
|
6589
7120
|
};
|
|
6590
7121
|
response: {
|
|
6591
7122
|
description: string;
|
|
@@ -6608,7 +7139,14 @@ export declare const state: {
|
|
|
6608
7139
|
title: string;
|
|
6609
7140
|
};
|
|
6610
7141
|
};
|
|
6611
|
-
parameters: {
|
|
7142
|
+
parameters: {
|
|
7143
|
+
"x-multiple-integrations": {
|
|
7144
|
+
in: "header";
|
|
7145
|
+
type: "string";
|
|
7146
|
+
description: string;
|
|
7147
|
+
required: false;
|
|
7148
|
+
};
|
|
7149
|
+
};
|
|
6612
7150
|
};
|
|
6613
7151
|
getWorkspaceQuota: {
|
|
6614
7152
|
name: string;
|
|
@@ -6617,7 +7155,7 @@ export declare const state: {
|
|
|
6617
7155
|
method: "get";
|
|
6618
7156
|
path: string;
|
|
6619
7157
|
disableDefaultParameters: {
|
|
6620
|
-
"x-workspace-id":
|
|
7158
|
+
"x-workspace-id": true;
|
|
6621
7159
|
};
|
|
6622
7160
|
parameters: {
|
|
6623
7161
|
id: {
|
|
@@ -6638,6 +7176,12 @@ export declare const state: {
|
|
|
6638
7176
|
type: "string";
|
|
6639
7177
|
required: false;
|
|
6640
7178
|
};
|
|
7179
|
+
"x-multiple-integrations": {
|
|
7180
|
+
in: "header";
|
|
7181
|
+
type: "string";
|
|
7182
|
+
description: string;
|
|
7183
|
+
required: false;
|
|
7184
|
+
};
|
|
6641
7185
|
};
|
|
6642
7186
|
response: {
|
|
6643
7187
|
description: string;
|
|
@@ -6678,7 +7222,7 @@ export declare const state: {
|
|
|
6678
7222
|
method: "get";
|
|
6679
7223
|
path: string;
|
|
6680
7224
|
disableDefaultParameters: {
|
|
6681
|
-
"x-workspace-id":
|
|
7225
|
+
"x-workspace-id": true;
|
|
6682
7226
|
};
|
|
6683
7227
|
parameters: {
|
|
6684
7228
|
id: {
|
|
@@ -6692,6 +7236,12 @@ export declare const state: {
|
|
|
6692
7236
|
type: "string";
|
|
6693
7237
|
required: false;
|
|
6694
7238
|
};
|
|
7239
|
+
"x-multiple-integrations": {
|
|
7240
|
+
in: "header";
|
|
7241
|
+
type: "string";
|
|
7242
|
+
description: string;
|
|
7243
|
+
required: false;
|
|
7244
|
+
};
|
|
6695
7245
|
};
|
|
6696
7246
|
response: {
|
|
6697
7247
|
description: string;
|
|
@@ -6734,7 +7284,7 @@ export declare const state: {
|
|
|
6734
7284
|
method: "put";
|
|
6735
7285
|
path: string;
|
|
6736
7286
|
disableDefaultParameters: {
|
|
6737
|
-
"x-workspace-id":
|
|
7287
|
+
"x-workspace-id": true;
|
|
6738
7288
|
};
|
|
6739
7289
|
parameters: {
|
|
6740
7290
|
id: {
|
|
@@ -6742,6 +7292,12 @@ export declare const state: {
|
|
|
6742
7292
|
description: string;
|
|
6743
7293
|
in: "path";
|
|
6744
7294
|
};
|
|
7295
|
+
"x-multiple-integrations": {
|
|
7296
|
+
in: "header";
|
|
7297
|
+
type: "string";
|
|
7298
|
+
description: string;
|
|
7299
|
+
required: false;
|
|
7300
|
+
};
|
|
6745
7301
|
};
|
|
6746
7302
|
requestBody: {
|
|
6747
7303
|
description: string;
|
|
@@ -6875,7 +7431,7 @@ export declare const state: {
|
|
|
6875
7431
|
section: "workspace";
|
|
6876
7432
|
method: "put";
|
|
6877
7433
|
disableDefaultParameters: {
|
|
6878
|
-
"x-workspace-id":
|
|
7434
|
+
"x-workspace-id": true;
|
|
6879
7435
|
};
|
|
6880
7436
|
path: string;
|
|
6881
7437
|
requestBody: {
|
|
@@ -6918,7 +7474,14 @@ export declare const state: {
|
|
|
6918
7474
|
additionalProperties: false;
|
|
6919
7475
|
};
|
|
6920
7476
|
};
|
|
6921
|
-
parameters: {
|
|
7477
|
+
parameters: {
|
|
7478
|
+
"x-multiple-integrations": {
|
|
7479
|
+
in: "header";
|
|
7480
|
+
type: "string";
|
|
7481
|
+
description: string;
|
|
7482
|
+
required: false;
|
|
7483
|
+
};
|
|
7484
|
+
};
|
|
6922
7485
|
};
|
|
6923
7486
|
listWorkspaces: {
|
|
6924
7487
|
name: string;
|
|
@@ -6927,7 +7490,7 @@ export declare const state: {
|
|
|
6927
7490
|
method: "get";
|
|
6928
7491
|
path: string;
|
|
6929
7492
|
disableDefaultParameters: {
|
|
6930
|
-
"x-workspace-id":
|
|
7493
|
+
"x-workspace-id": true;
|
|
6931
7494
|
};
|
|
6932
7495
|
parameters: {
|
|
6933
7496
|
nextToken: {
|
|
@@ -6941,6 +7504,12 @@ export declare const state: {
|
|
|
6941
7504
|
type: "string";
|
|
6942
7505
|
required: false;
|
|
6943
7506
|
};
|
|
7507
|
+
"x-multiple-integrations": {
|
|
7508
|
+
in: "header";
|
|
7509
|
+
type: "string";
|
|
7510
|
+
description: string;
|
|
7511
|
+
required: false;
|
|
7512
|
+
};
|
|
6944
7513
|
};
|
|
6945
7514
|
response: {
|
|
6946
7515
|
description: string;
|
|
@@ -7047,7 +7616,7 @@ export declare const state: {
|
|
|
7047
7616
|
method: "get";
|
|
7048
7617
|
path: string;
|
|
7049
7618
|
disableDefaultParameters: {
|
|
7050
|
-
"x-workspace-id":
|
|
7619
|
+
"x-workspace-id": true;
|
|
7051
7620
|
};
|
|
7052
7621
|
parameters: {
|
|
7053
7622
|
nextToken: {
|
|
@@ -7067,6 +7636,12 @@ export declare const state: {
|
|
|
7067
7636
|
type: "string";
|
|
7068
7637
|
required: false;
|
|
7069
7638
|
};
|
|
7639
|
+
"x-multiple-integrations": {
|
|
7640
|
+
in: "header";
|
|
7641
|
+
type: "string";
|
|
7642
|
+
description: string;
|
|
7643
|
+
required: false;
|
|
7644
|
+
};
|
|
7070
7645
|
};
|
|
7071
7646
|
response: {
|
|
7072
7647
|
description: string;
|
|
@@ -7147,7 +7722,7 @@ export declare const state: {
|
|
|
7147
7722
|
method: "delete";
|
|
7148
7723
|
path: string;
|
|
7149
7724
|
disableDefaultParameters: {
|
|
7150
|
-
"x-workspace-id":
|
|
7725
|
+
"x-workspace-id": true;
|
|
7151
7726
|
};
|
|
7152
7727
|
parameters: {
|
|
7153
7728
|
id: {
|
|
@@ -7155,6 +7730,12 @@ export declare const state: {
|
|
|
7155
7730
|
description: string;
|
|
7156
7731
|
in: "path";
|
|
7157
7732
|
};
|
|
7733
|
+
"x-multiple-integrations": {
|
|
7734
|
+
in: "header";
|
|
7735
|
+
type: "string";
|
|
7736
|
+
description: string;
|
|
7737
|
+
required: false;
|
|
7738
|
+
};
|
|
7158
7739
|
};
|
|
7159
7740
|
response: {
|
|
7160
7741
|
description: string;
|
|
@@ -7183,9 +7764,15 @@ export declare const state: {
|
|
|
7183
7764
|
description: string;
|
|
7184
7765
|
in: "path";
|
|
7185
7766
|
};
|
|
7767
|
+
"x-multiple-integrations": {
|
|
7768
|
+
in: "header";
|
|
7769
|
+
type: "string";
|
|
7770
|
+
description: string;
|
|
7771
|
+
required: false;
|
|
7772
|
+
};
|
|
7186
7773
|
};
|
|
7187
7774
|
disableDefaultParameters: {
|
|
7188
|
-
"x-workspace-id":
|
|
7775
|
+
"x-workspace-id": true;
|
|
7189
7776
|
};
|
|
7190
7777
|
response: {
|
|
7191
7778
|
description: string;
|
|
@@ -7258,7 +7845,7 @@ export declare const state: {
|
|
|
7258
7845
|
path: string;
|
|
7259
7846
|
section: "workspace";
|
|
7260
7847
|
disableDefaultParameters: {
|
|
7261
|
-
"x-workspace-id":
|
|
7848
|
+
"x-workspace-id": true;
|
|
7262
7849
|
};
|
|
7263
7850
|
parameters: {
|
|
7264
7851
|
key: {
|
|
@@ -7266,6 +7853,12 @@ export declare const state: {
|
|
|
7266
7853
|
description: string;
|
|
7267
7854
|
in: "path";
|
|
7268
7855
|
};
|
|
7856
|
+
"x-multiple-integrations": {
|
|
7857
|
+
in: "header";
|
|
7858
|
+
type: "string";
|
|
7859
|
+
description: string;
|
|
7860
|
+
required: false;
|
|
7861
|
+
};
|
|
7269
7862
|
};
|
|
7270
7863
|
requestBody: {
|
|
7271
7864
|
description: string;
|
|
@@ -7294,7 +7887,7 @@ export declare const state: {
|
|
|
7294
7887
|
path: string;
|
|
7295
7888
|
section: "workspace";
|
|
7296
7889
|
disableDefaultParameters: {
|
|
7297
|
-
"x-workspace-id":
|
|
7890
|
+
"x-workspace-id": true;
|
|
7298
7891
|
};
|
|
7299
7892
|
parameters: {
|
|
7300
7893
|
key: {
|
|
@@ -7302,6 +7895,12 @@ export declare const state: {
|
|
|
7302
7895
|
description: string;
|
|
7303
7896
|
in: "path";
|
|
7304
7897
|
};
|
|
7898
|
+
"x-multiple-integrations": {
|
|
7899
|
+
in: "header";
|
|
7900
|
+
type: "string";
|
|
7901
|
+
description: string;
|
|
7902
|
+
required: false;
|
|
7903
|
+
};
|
|
7305
7904
|
};
|
|
7306
7905
|
response: {
|
|
7307
7906
|
description: string;
|
|
@@ -7329,6 +7928,18 @@ export declare const state: {
|
|
|
7329
7928
|
description: string;
|
|
7330
7929
|
type: "string";
|
|
7331
7930
|
};
|
|
7931
|
+
"x-workspace-id": {
|
|
7932
|
+
in: "header";
|
|
7933
|
+
type: "string";
|
|
7934
|
+
description: string;
|
|
7935
|
+
required: true;
|
|
7936
|
+
};
|
|
7937
|
+
"x-multiple-integrations": {
|
|
7938
|
+
in: "header";
|
|
7939
|
+
type: "string";
|
|
7940
|
+
description: string;
|
|
7941
|
+
required: false;
|
|
7942
|
+
};
|
|
7332
7943
|
};
|
|
7333
7944
|
response: {
|
|
7334
7945
|
description: string;
|
|
@@ -7428,7 +8039,20 @@ export declare const state: {
|
|
|
7428
8039
|
};
|
|
7429
8040
|
};
|
|
7430
8041
|
tags: string[];
|
|
7431
|
-
parameters: {
|
|
8042
|
+
parameters: {
|
|
8043
|
+
"x-workspace-id": {
|
|
8044
|
+
in: "header";
|
|
8045
|
+
type: "string";
|
|
8046
|
+
description: string;
|
|
8047
|
+
required: true;
|
|
8048
|
+
};
|
|
8049
|
+
"x-multiple-integrations": {
|
|
8050
|
+
in: "header";
|
|
8051
|
+
type: "string";
|
|
8052
|
+
description: string;
|
|
8053
|
+
required: false;
|
|
8054
|
+
};
|
|
8055
|
+
};
|
|
7432
8056
|
};
|
|
7433
8057
|
deleteWorkspaceMember: {
|
|
7434
8058
|
name: string;
|
|
@@ -7442,6 +8066,18 @@ export declare const state: {
|
|
|
7442
8066
|
description: string;
|
|
7443
8067
|
in: "path";
|
|
7444
8068
|
};
|
|
8069
|
+
"x-workspace-id": {
|
|
8070
|
+
in: "header";
|
|
8071
|
+
type: "string";
|
|
8072
|
+
description: string;
|
|
8073
|
+
required: true;
|
|
8074
|
+
};
|
|
8075
|
+
"x-multiple-integrations": {
|
|
8076
|
+
in: "header";
|
|
8077
|
+
type: "string";
|
|
8078
|
+
description: string;
|
|
8079
|
+
required: false;
|
|
8080
|
+
};
|
|
7445
8081
|
};
|
|
7446
8082
|
response: {
|
|
7447
8083
|
description: string;
|
|
@@ -7514,7 +8150,20 @@ export declare const state: {
|
|
|
7514
8150
|
};
|
|
7515
8151
|
};
|
|
7516
8152
|
tags: string[];
|
|
7517
|
-
parameters: {
|
|
8153
|
+
parameters: {
|
|
8154
|
+
"x-workspace-id": {
|
|
8155
|
+
in: "header";
|
|
8156
|
+
type: "string";
|
|
8157
|
+
description: string;
|
|
8158
|
+
required: true;
|
|
8159
|
+
};
|
|
8160
|
+
"x-multiple-integrations": {
|
|
8161
|
+
in: "header";
|
|
8162
|
+
type: "string";
|
|
8163
|
+
description: string;
|
|
8164
|
+
required: false;
|
|
8165
|
+
};
|
|
8166
|
+
};
|
|
7518
8167
|
};
|
|
7519
8168
|
updateWorkspaceMember: {
|
|
7520
8169
|
name: string;
|
|
@@ -7528,6 +8177,18 @@ export declare const state: {
|
|
|
7528
8177
|
description: string;
|
|
7529
8178
|
in: "path";
|
|
7530
8179
|
};
|
|
8180
|
+
"x-workspace-id": {
|
|
8181
|
+
in: "header";
|
|
8182
|
+
type: "string";
|
|
8183
|
+
description: string;
|
|
8184
|
+
required: true;
|
|
8185
|
+
};
|
|
8186
|
+
"x-multiple-integrations": {
|
|
8187
|
+
in: "header";
|
|
8188
|
+
type: "string";
|
|
8189
|
+
description: string;
|
|
8190
|
+
required: false;
|
|
8191
|
+
};
|
|
7531
8192
|
};
|
|
7532
8193
|
requestBody: {
|
|
7533
8194
|
description: string;
|
|
@@ -7593,6 +8254,18 @@ export declare const state: {
|
|
|
7593
8254
|
type: "string";
|
|
7594
8255
|
required: true;
|
|
7595
8256
|
};
|
|
8257
|
+
"x-workspace-id": {
|
|
8258
|
+
in: "header";
|
|
8259
|
+
type: "string";
|
|
8260
|
+
description: string;
|
|
8261
|
+
required: true;
|
|
8262
|
+
};
|
|
8263
|
+
"x-multiple-integrations": {
|
|
8264
|
+
in: "header";
|
|
8265
|
+
type: "string";
|
|
8266
|
+
description: string;
|
|
8267
|
+
required: false;
|
|
8268
|
+
};
|
|
7596
8269
|
};
|
|
7597
8270
|
response: {
|
|
7598
8271
|
description: string;
|
|
@@ -7673,7 +8346,20 @@ export declare const state: {
|
|
|
7673
8346
|
additionalProperties: false;
|
|
7674
8347
|
};
|
|
7675
8348
|
};
|
|
7676
|
-
parameters: {
|
|
8349
|
+
parameters: {
|
|
8350
|
+
"x-workspace-id": {
|
|
8351
|
+
in: "header";
|
|
8352
|
+
type: "string";
|
|
8353
|
+
description: string;
|
|
8354
|
+
required: true;
|
|
8355
|
+
};
|
|
8356
|
+
"x-multiple-integrations": {
|
|
8357
|
+
in: "header";
|
|
8358
|
+
type: "string";
|
|
8359
|
+
description: string;
|
|
8360
|
+
required: false;
|
|
8361
|
+
};
|
|
8362
|
+
};
|
|
7677
8363
|
};
|
|
7678
8364
|
deleteIntegrationApiKey: {
|
|
7679
8365
|
name: string;
|
|
@@ -7687,6 +8373,18 @@ export declare const state: {
|
|
|
7687
8373
|
description: string;
|
|
7688
8374
|
in: "path";
|
|
7689
8375
|
};
|
|
8376
|
+
"x-workspace-id": {
|
|
8377
|
+
in: "header";
|
|
8378
|
+
type: "string";
|
|
8379
|
+
description: string;
|
|
8380
|
+
required: true;
|
|
8381
|
+
};
|
|
8382
|
+
"x-multiple-integrations": {
|
|
8383
|
+
in: "header";
|
|
8384
|
+
type: "string";
|
|
8385
|
+
description: string;
|
|
8386
|
+
required: false;
|
|
8387
|
+
};
|
|
7690
8388
|
};
|
|
7691
8389
|
response: {
|
|
7692
8390
|
description: string;
|
|
@@ -8263,7 +8961,20 @@ export declare const state: {
|
|
|
8263
8961
|
};
|
|
8264
8962
|
};
|
|
8265
8963
|
tags: string[];
|
|
8266
|
-
parameters: {
|
|
8964
|
+
parameters: {
|
|
8965
|
+
"x-workspace-id": {
|
|
8966
|
+
in: "header";
|
|
8967
|
+
type: "string";
|
|
8968
|
+
description: string;
|
|
8969
|
+
required: true;
|
|
8970
|
+
};
|
|
8971
|
+
"x-multiple-integrations": {
|
|
8972
|
+
in: "header";
|
|
8973
|
+
type: "string";
|
|
8974
|
+
description: string;
|
|
8975
|
+
required: false;
|
|
8976
|
+
};
|
|
8977
|
+
};
|
|
8267
8978
|
};
|
|
8268
8979
|
validateIntegrationCreation: {
|
|
8269
8980
|
name: string;
|
|
@@ -8825,7 +9536,20 @@ export declare const state: {
|
|
|
8825
9536
|
};
|
|
8826
9537
|
};
|
|
8827
9538
|
tags: string[];
|
|
8828
|
-
parameters: {
|
|
9539
|
+
parameters: {
|
|
9540
|
+
"x-workspace-id": {
|
|
9541
|
+
in: "header";
|
|
9542
|
+
type: "string";
|
|
9543
|
+
description: string;
|
|
9544
|
+
required: true;
|
|
9545
|
+
};
|
|
9546
|
+
"x-multiple-integrations": {
|
|
9547
|
+
in: "header";
|
|
9548
|
+
type: "string";
|
|
9549
|
+
description: string;
|
|
9550
|
+
required: false;
|
|
9551
|
+
};
|
|
9552
|
+
};
|
|
8829
9553
|
};
|
|
8830
9554
|
updateIntegration: {
|
|
8831
9555
|
name: string;
|
|
@@ -8839,6 +9563,18 @@ export declare const state: {
|
|
|
8839
9563
|
description: string;
|
|
8840
9564
|
in: "path";
|
|
8841
9565
|
};
|
|
9566
|
+
"x-workspace-id": {
|
|
9567
|
+
in: "header";
|
|
9568
|
+
type: "string";
|
|
9569
|
+
description: string;
|
|
9570
|
+
required: true;
|
|
9571
|
+
};
|
|
9572
|
+
"x-multiple-integrations": {
|
|
9573
|
+
in: "header";
|
|
9574
|
+
type: "string";
|
|
9575
|
+
description: string;
|
|
9576
|
+
required: false;
|
|
9577
|
+
};
|
|
8842
9578
|
};
|
|
8843
9579
|
requestBody: {
|
|
8844
9580
|
description: string;
|
|
@@ -9418,6 +10154,18 @@ export declare const state: {
|
|
|
9418
10154
|
description: string;
|
|
9419
10155
|
in: "path";
|
|
9420
10156
|
};
|
|
10157
|
+
"x-workspace-id": {
|
|
10158
|
+
in: "header";
|
|
10159
|
+
type: "string";
|
|
10160
|
+
description: string;
|
|
10161
|
+
required: true;
|
|
10162
|
+
};
|
|
10163
|
+
"x-multiple-integrations": {
|
|
10164
|
+
in: "header";
|
|
10165
|
+
type: "string";
|
|
10166
|
+
description: string;
|
|
10167
|
+
required: false;
|
|
10168
|
+
};
|
|
9421
10169
|
};
|
|
9422
10170
|
requestBody: {
|
|
9423
10171
|
description: string;
|
|
@@ -10058,6 +10806,18 @@ export declare const state: {
|
|
|
10058
10806
|
type: "boolean";
|
|
10059
10807
|
required: false;
|
|
10060
10808
|
};
|
|
10809
|
+
"x-workspace-id": {
|
|
10810
|
+
in: "header";
|
|
10811
|
+
type: "string";
|
|
10812
|
+
description: string;
|
|
10813
|
+
required: true;
|
|
10814
|
+
};
|
|
10815
|
+
"x-multiple-integrations": {
|
|
10816
|
+
in: "header";
|
|
10817
|
+
type: "string";
|
|
10818
|
+
description: string;
|
|
10819
|
+
required: false;
|
|
10820
|
+
};
|
|
10061
10821
|
};
|
|
10062
10822
|
response: {
|
|
10063
10823
|
description: string;
|
|
@@ -10207,6 +10967,18 @@ export declare const state: {
|
|
|
10207
10967
|
description: string;
|
|
10208
10968
|
in: "path";
|
|
10209
10969
|
};
|
|
10970
|
+
"x-workspace-id": {
|
|
10971
|
+
in: "header";
|
|
10972
|
+
type: "string";
|
|
10973
|
+
description: string;
|
|
10974
|
+
required: true;
|
|
10975
|
+
};
|
|
10976
|
+
"x-multiple-integrations": {
|
|
10977
|
+
in: "header";
|
|
10978
|
+
type: "string";
|
|
10979
|
+
description: string;
|
|
10980
|
+
required: false;
|
|
10981
|
+
};
|
|
10210
10982
|
};
|
|
10211
10983
|
response: {
|
|
10212
10984
|
description: string;
|
|
@@ -10278,6 +11050,18 @@ export declare const state: {
|
|
|
10278
11050
|
type: "string";
|
|
10279
11051
|
required: false;
|
|
10280
11052
|
};
|
|
11053
|
+
"x-workspace-id": {
|
|
11054
|
+
in: "header";
|
|
11055
|
+
type: "string";
|
|
11056
|
+
description: string;
|
|
11057
|
+
required: true;
|
|
11058
|
+
};
|
|
11059
|
+
"x-multiple-integrations": {
|
|
11060
|
+
in: "header";
|
|
11061
|
+
type: "string";
|
|
11062
|
+
description: string;
|
|
11063
|
+
required: false;
|
|
11064
|
+
};
|
|
10281
11065
|
};
|
|
10282
11066
|
response: {
|
|
10283
11067
|
description: string;
|
|
@@ -10339,6 +11123,18 @@ export declare const state: {
|
|
|
10339
11123
|
description: string;
|
|
10340
11124
|
in: "path";
|
|
10341
11125
|
};
|
|
11126
|
+
"x-workspace-id": {
|
|
11127
|
+
in: "header";
|
|
11128
|
+
type: "string";
|
|
11129
|
+
description: string;
|
|
11130
|
+
required: true;
|
|
11131
|
+
};
|
|
11132
|
+
"x-multiple-integrations": {
|
|
11133
|
+
in: "header";
|
|
11134
|
+
type: "string";
|
|
11135
|
+
description: string;
|
|
11136
|
+
required: false;
|
|
11137
|
+
};
|
|
10342
11138
|
};
|
|
10343
11139
|
response: {
|
|
10344
11140
|
description: string;
|
|
@@ -10368,6 +11164,18 @@ export declare const state: {
|
|
|
10368
11164
|
description: string;
|
|
10369
11165
|
in: "path";
|
|
10370
11166
|
};
|
|
11167
|
+
"x-workspace-id": {
|
|
11168
|
+
in: "header";
|
|
11169
|
+
type: "string";
|
|
11170
|
+
description: string;
|
|
11171
|
+
required: true;
|
|
11172
|
+
};
|
|
11173
|
+
"x-multiple-integrations": {
|
|
11174
|
+
in: "header";
|
|
11175
|
+
type: "string";
|
|
11176
|
+
description: string;
|
|
11177
|
+
required: false;
|
|
11178
|
+
};
|
|
10371
11179
|
};
|
|
10372
11180
|
response: {
|
|
10373
11181
|
description: string;
|
|
@@ -10407,14 +11215,40 @@ export declare const state: {
|
|
|
10407
11215
|
additionalProperties: false;
|
|
10408
11216
|
};
|
|
10409
11217
|
};
|
|
10410
|
-
parameters: {
|
|
11218
|
+
parameters: {
|
|
11219
|
+
"x-workspace-id": {
|
|
11220
|
+
in: "header";
|
|
11221
|
+
type: "string";
|
|
11222
|
+
description: string;
|
|
11223
|
+
required: true;
|
|
11224
|
+
};
|
|
11225
|
+
"x-multiple-integrations": {
|
|
11226
|
+
in: "header";
|
|
11227
|
+
type: "string";
|
|
11228
|
+
description: string;
|
|
11229
|
+
required: false;
|
|
11230
|
+
};
|
|
11231
|
+
};
|
|
10411
11232
|
};
|
|
10412
11233
|
createInterface: {
|
|
10413
11234
|
name: string;
|
|
10414
11235
|
description: string;
|
|
10415
11236
|
method: "post";
|
|
10416
11237
|
path: string;
|
|
10417
|
-
parameters: {
|
|
11238
|
+
parameters: {
|
|
11239
|
+
"x-workspace-id": {
|
|
11240
|
+
in: "header";
|
|
11241
|
+
type: "string";
|
|
11242
|
+
description: string;
|
|
11243
|
+
required: true;
|
|
11244
|
+
};
|
|
11245
|
+
"x-multiple-integrations": {
|
|
11246
|
+
in: "header";
|
|
11247
|
+
type: "string";
|
|
11248
|
+
description: string;
|
|
11249
|
+
required: false;
|
|
11250
|
+
};
|
|
11251
|
+
};
|
|
10418
11252
|
requestBody: {
|
|
10419
11253
|
description: string;
|
|
10420
11254
|
schema: {
|
|
@@ -10660,6 +11494,18 @@ export declare const state: {
|
|
|
10660
11494
|
type: "string";
|
|
10661
11495
|
description: string;
|
|
10662
11496
|
};
|
|
11497
|
+
"x-workspace-id": {
|
|
11498
|
+
in: "header";
|
|
11499
|
+
type: "string";
|
|
11500
|
+
description: string;
|
|
11501
|
+
required: true;
|
|
11502
|
+
};
|
|
11503
|
+
"x-multiple-integrations": {
|
|
11504
|
+
in: "header";
|
|
11505
|
+
type: "string";
|
|
11506
|
+
description: string;
|
|
11507
|
+
required: false;
|
|
11508
|
+
};
|
|
10663
11509
|
};
|
|
10664
11510
|
section: "interface";
|
|
10665
11511
|
response: {
|
|
@@ -10693,6 +11539,18 @@ export declare const state: {
|
|
|
10693
11539
|
description: string;
|
|
10694
11540
|
in: "path";
|
|
10695
11541
|
};
|
|
11542
|
+
"x-workspace-id": {
|
|
11543
|
+
in: "header";
|
|
11544
|
+
type: "string";
|
|
11545
|
+
description: string;
|
|
11546
|
+
required: true;
|
|
11547
|
+
};
|
|
11548
|
+
"x-multiple-integrations": {
|
|
11549
|
+
in: "header";
|
|
11550
|
+
type: "string";
|
|
11551
|
+
description: string;
|
|
11552
|
+
required: false;
|
|
11553
|
+
};
|
|
10696
11554
|
};
|
|
10697
11555
|
section: "interface";
|
|
10698
11556
|
response: {
|
|
@@ -10721,6 +11579,18 @@ export declare const state: {
|
|
|
10721
11579
|
type: "string";
|
|
10722
11580
|
description: string;
|
|
10723
11581
|
};
|
|
11582
|
+
"x-workspace-id": {
|
|
11583
|
+
in: "header";
|
|
11584
|
+
type: "string";
|
|
11585
|
+
description: string;
|
|
11586
|
+
required: true;
|
|
11587
|
+
};
|
|
11588
|
+
"x-multiple-integrations": {
|
|
11589
|
+
in: "header";
|
|
11590
|
+
type: "string";
|
|
11591
|
+
description: string;
|
|
11592
|
+
required: false;
|
|
11593
|
+
};
|
|
10724
11594
|
};
|
|
10725
11595
|
requestBody: {
|
|
10726
11596
|
description: string;
|
|
@@ -10962,6 +11832,18 @@ export declare const state: {
|
|
|
10962
11832
|
type: "string";
|
|
10963
11833
|
description: string;
|
|
10964
11834
|
};
|
|
11835
|
+
"x-workspace-id": {
|
|
11836
|
+
in: "header";
|
|
11837
|
+
type: "string";
|
|
11838
|
+
description: string;
|
|
11839
|
+
required: true;
|
|
11840
|
+
};
|
|
11841
|
+
"x-multiple-integrations": {
|
|
11842
|
+
in: "header";
|
|
11843
|
+
type: "string";
|
|
11844
|
+
description: string;
|
|
11845
|
+
required: false;
|
|
11846
|
+
};
|
|
10965
11847
|
};
|
|
10966
11848
|
section: "interface";
|
|
10967
11849
|
response: {
|
|
@@ -10995,6 +11877,18 @@ export declare const state: {
|
|
|
10995
11877
|
type: "string";
|
|
10996
11878
|
description: string;
|
|
10997
11879
|
};
|
|
11880
|
+
"x-workspace-id": {
|
|
11881
|
+
in: "header";
|
|
11882
|
+
type: "string";
|
|
11883
|
+
description: string;
|
|
11884
|
+
required: true;
|
|
11885
|
+
};
|
|
11886
|
+
"x-multiple-integrations": {
|
|
11887
|
+
in: "header";
|
|
11888
|
+
type: "string";
|
|
11889
|
+
description: string;
|
|
11890
|
+
required: false;
|
|
11891
|
+
};
|
|
10998
11892
|
};
|
|
10999
11893
|
response: {
|
|
11000
11894
|
description: string;
|
|
@@ -11081,7 +11975,20 @@ export declare const state: {
|
|
|
11081
11975
|
description: string;
|
|
11082
11976
|
method: "post";
|
|
11083
11977
|
path: string;
|
|
11084
|
-
parameters: {
|
|
11978
|
+
parameters: {
|
|
11979
|
+
"x-workspace-id": {
|
|
11980
|
+
in: "header";
|
|
11981
|
+
type: "string";
|
|
11982
|
+
description: string;
|
|
11983
|
+
required: true;
|
|
11984
|
+
};
|
|
11985
|
+
"x-multiple-integrations": {
|
|
11986
|
+
in: "header";
|
|
11987
|
+
type: "string";
|
|
11988
|
+
description: string;
|
|
11989
|
+
required: false;
|
|
11990
|
+
};
|
|
11991
|
+
};
|
|
11085
11992
|
requestBody: {
|
|
11086
11993
|
description: string;
|
|
11087
11994
|
schema: {
|
|
@@ -11420,6 +12327,18 @@ export declare const state: {
|
|
|
11420
12327
|
type: "string";
|
|
11421
12328
|
description: string;
|
|
11422
12329
|
};
|
|
12330
|
+
"x-workspace-id": {
|
|
12331
|
+
in: "header";
|
|
12332
|
+
type: "string";
|
|
12333
|
+
description: string;
|
|
12334
|
+
required: true;
|
|
12335
|
+
};
|
|
12336
|
+
"x-multiple-integrations": {
|
|
12337
|
+
in: "header";
|
|
12338
|
+
type: "string";
|
|
12339
|
+
description: string;
|
|
12340
|
+
required: false;
|
|
12341
|
+
};
|
|
11423
12342
|
};
|
|
11424
12343
|
section: "plugin";
|
|
11425
12344
|
response: {
|
|
@@ -11463,6 +12382,18 @@ export declare const state: {
|
|
|
11463
12382
|
description: string;
|
|
11464
12383
|
required: true;
|
|
11465
12384
|
};
|
|
12385
|
+
"x-workspace-id": {
|
|
12386
|
+
in: "header";
|
|
12387
|
+
type: "string";
|
|
12388
|
+
description: string;
|
|
12389
|
+
required: true;
|
|
12390
|
+
};
|
|
12391
|
+
"x-multiple-integrations": {
|
|
12392
|
+
in: "header";
|
|
12393
|
+
type: "string";
|
|
12394
|
+
description: string;
|
|
12395
|
+
required: false;
|
|
12396
|
+
};
|
|
11466
12397
|
};
|
|
11467
12398
|
response: {
|
|
11468
12399
|
description: string;
|
|
@@ -11495,6 +12426,18 @@ export declare const state: {
|
|
|
11495
12426
|
description: string;
|
|
11496
12427
|
in: "path";
|
|
11497
12428
|
};
|
|
12429
|
+
"x-workspace-id": {
|
|
12430
|
+
in: "header";
|
|
12431
|
+
type: "string";
|
|
12432
|
+
description: string;
|
|
12433
|
+
required: true;
|
|
12434
|
+
};
|
|
12435
|
+
"x-multiple-integrations": {
|
|
12436
|
+
in: "header";
|
|
12437
|
+
type: "string";
|
|
12438
|
+
description: string;
|
|
12439
|
+
required: false;
|
|
12440
|
+
};
|
|
11498
12441
|
};
|
|
11499
12442
|
section: "plugin";
|
|
11500
12443
|
response: {
|
|
@@ -11523,6 +12466,18 @@ export declare const state: {
|
|
|
11523
12466
|
type: "string";
|
|
11524
12467
|
description: string;
|
|
11525
12468
|
};
|
|
12469
|
+
"x-workspace-id": {
|
|
12470
|
+
in: "header";
|
|
12471
|
+
type: "string";
|
|
12472
|
+
description: string;
|
|
12473
|
+
required: true;
|
|
12474
|
+
};
|
|
12475
|
+
"x-multiple-integrations": {
|
|
12476
|
+
in: "header";
|
|
12477
|
+
type: "string";
|
|
12478
|
+
description: string;
|
|
12479
|
+
required: false;
|
|
12480
|
+
};
|
|
11526
12481
|
};
|
|
11527
12482
|
requestBody: {
|
|
11528
12483
|
description: string;
|
|
@@ -11857,6 +12812,18 @@ export declare const state: {
|
|
|
11857
12812
|
type: "string";
|
|
11858
12813
|
description: string;
|
|
11859
12814
|
};
|
|
12815
|
+
"x-workspace-id": {
|
|
12816
|
+
in: "header";
|
|
12817
|
+
type: "string";
|
|
12818
|
+
description: string;
|
|
12819
|
+
required: true;
|
|
12820
|
+
};
|
|
12821
|
+
"x-multiple-integrations": {
|
|
12822
|
+
in: "header";
|
|
12823
|
+
type: "string";
|
|
12824
|
+
description: string;
|
|
12825
|
+
required: false;
|
|
12826
|
+
};
|
|
11860
12827
|
};
|
|
11861
12828
|
section: "plugin";
|
|
11862
12829
|
response: {
|
|
@@ -11890,6 +12857,18 @@ export declare const state: {
|
|
|
11890
12857
|
type: "string";
|
|
11891
12858
|
description: string;
|
|
11892
12859
|
};
|
|
12860
|
+
"x-workspace-id": {
|
|
12861
|
+
in: "header";
|
|
12862
|
+
type: "string";
|
|
12863
|
+
description: string;
|
|
12864
|
+
required: true;
|
|
12865
|
+
};
|
|
12866
|
+
"x-multiple-integrations": {
|
|
12867
|
+
in: "header";
|
|
12868
|
+
type: "string";
|
|
12869
|
+
description: string;
|
|
12870
|
+
required: false;
|
|
12871
|
+
};
|
|
11893
12872
|
};
|
|
11894
12873
|
response: {
|
|
11895
12874
|
description: string;
|
|
@@ -11989,6 +12968,18 @@ export declare const state: {
|
|
|
11989
12968
|
enum: string[];
|
|
11990
12969
|
description: string;
|
|
11991
12970
|
};
|
|
12971
|
+
"x-workspace-id": {
|
|
12972
|
+
in: "header";
|
|
12973
|
+
type: "string";
|
|
12974
|
+
description: string;
|
|
12975
|
+
required: true;
|
|
12976
|
+
};
|
|
12977
|
+
"x-multiple-integrations": {
|
|
12978
|
+
in: "header";
|
|
12979
|
+
type: "string";
|
|
12980
|
+
description: string;
|
|
12981
|
+
required: false;
|
|
12982
|
+
};
|
|
11992
12983
|
};
|
|
11993
12984
|
response: {
|
|
11994
12985
|
description: string;
|
|
@@ -12030,6 +13021,18 @@ export declare const state: {
|
|
|
12030
13021
|
description: string;
|
|
12031
13022
|
in: "path";
|
|
12032
13023
|
};
|
|
13024
|
+
"x-workspace-id": {
|
|
13025
|
+
in: "header";
|
|
13026
|
+
type: "string";
|
|
13027
|
+
description: string;
|
|
13028
|
+
required: true;
|
|
13029
|
+
};
|
|
13030
|
+
"x-multiple-integrations": {
|
|
13031
|
+
in: "header";
|
|
13032
|
+
type: "string";
|
|
13033
|
+
description: string;
|
|
13034
|
+
required: false;
|
|
13035
|
+
};
|
|
12033
13036
|
};
|
|
12034
13037
|
response: {
|
|
12035
13038
|
description: string;
|
|
@@ -12053,7 +13056,7 @@ export declare const state: {
|
|
|
12053
13056
|
method: "get";
|
|
12054
13057
|
section: "usage";
|
|
12055
13058
|
disableDefaultParameters: {
|
|
12056
|
-
"x-workspace-id":
|
|
13059
|
+
"x-workspace-id": true;
|
|
12057
13060
|
};
|
|
12058
13061
|
parameters: {
|
|
12059
13062
|
types: {
|
|
@@ -12074,6 +13077,12 @@ export declare const state: {
|
|
|
12074
13077
|
type: "string";
|
|
12075
13078
|
required: false;
|
|
12076
13079
|
};
|
|
13080
|
+
"x-multiple-integrations": {
|
|
13081
|
+
in: "header";
|
|
13082
|
+
type: "string";
|
|
13083
|
+
description: string;
|
|
13084
|
+
required: false;
|
|
13085
|
+
};
|
|
12077
13086
|
};
|
|
12078
13087
|
response: {
|
|
12079
13088
|
description: string;
|
|
@@ -12111,6 +13120,18 @@ export declare const state: {
|
|
|
12111
13120
|
description: string;
|
|
12112
13121
|
in: "path";
|
|
12113
13122
|
};
|
|
13123
|
+
"x-workspace-id": {
|
|
13124
|
+
in: "header";
|
|
13125
|
+
type: "string";
|
|
13126
|
+
description: string;
|
|
13127
|
+
required: true;
|
|
13128
|
+
};
|
|
13129
|
+
"x-multiple-integrations": {
|
|
13130
|
+
in: "header";
|
|
13131
|
+
type: "string";
|
|
13132
|
+
description: string;
|
|
13133
|
+
required: false;
|
|
13134
|
+
};
|
|
12114
13135
|
};
|
|
12115
13136
|
response: {
|
|
12116
13137
|
description: string;
|
|
@@ -12163,6 +13184,18 @@ export declare const state: {
|
|
|
12163
13184
|
description: string;
|
|
12164
13185
|
type: "string";
|
|
12165
13186
|
};
|
|
13187
|
+
"x-workspace-id": {
|
|
13188
|
+
in: "header";
|
|
13189
|
+
type: "string";
|
|
13190
|
+
description: string;
|
|
13191
|
+
required: true;
|
|
13192
|
+
};
|
|
13193
|
+
"x-multiple-integrations": {
|
|
13194
|
+
in: "header";
|
|
13195
|
+
type: "string";
|
|
13196
|
+
description: string;
|
|
13197
|
+
required: false;
|
|
13198
|
+
};
|
|
12166
13199
|
};
|
|
12167
13200
|
response: {
|
|
12168
13201
|
description: string;
|
|
@@ -12243,6 +13276,18 @@ export declare const state: {
|
|
|
12243
13276
|
description: string;
|
|
12244
13277
|
type: "string";
|
|
12245
13278
|
};
|
|
13279
|
+
"x-workspace-id": {
|
|
13280
|
+
in: "header";
|
|
13281
|
+
type: "string";
|
|
13282
|
+
description: string;
|
|
13283
|
+
required: true;
|
|
13284
|
+
};
|
|
13285
|
+
"x-multiple-integrations": {
|
|
13286
|
+
in: "header";
|
|
13287
|
+
type: "string";
|
|
13288
|
+
description: string;
|
|
13289
|
+
required: false;
|
|
13290
|
+
};
|
|
12246
13291
|
};
|
|
12247
13292
|
response: {
|
|
12248
13293
|
description: string;
|
|
@@ -12330,7 +13375,20 @@ export declare const state: {
|
|
|
12330
13375
|
additionalProperties: false;
|
|
12331
13376
|
};
|
|
12332
13377
|
};
|
|
12333
|
-
parameters: {
|
|
13378
|
+
parameters: {
|
|
13379
|
+
"x-workspace-id": {
|
|
13380
|
+
in: "header";
|
|
13381
|
+
type: "string";
|
|
13382
|
+
description: string;
|
|
13383
|
+
required: true;
|
|
13384
|
+
};
|
|
13385
|
+
"x-multiple-integrations": {
|
|
13386
|
+
in: "header";
|
|
13387
|
+
type: "string";
|
|
13388
|
+
description: string;
|
|
13389
|
+
required: false;
|
|
13390
|
+
};
|
|
13391
|
+
};
|
|
12334
13392
|
};
|
|
12335
13393
|
listActivities: {
|
|
12336
13394
|
name: string;
|
|
@@ -12339,7 +13397,7 @@ export declare const state: {
|
|
|
12339
13397
|
section: "activity";
|
|
12340
13398
|
path: string;
|
|
12341
13399
|
disableDefaultParameters: {
|
|
12342
|
-
"x-workspace-id":
|
|
13400
|
+
"x-workspace-id": true;
|
|
12343
13401
|
};
|
|
12344
13402
|
parameters: {
|
|
12345
13403
|
nextToken: {
|
|
@@ -12359,6 +13417,12 @@ export declare const state: {
|
|
|
12359
13417
|
type: "string";
|
|
12360
13418
|
required: true;
|
|
12361
13419
|
};
|
|
13420
|
+
"x-multiple-integrations": {
|
|
13421
|
+
in: "header";
|
|
13422
|
+
type: "string";
|
|
13423
|
+
description: string;
|
|
13424
|
+
required: false;
|
|
13425
|
+
};
|
|
12362
13426
|
};
|
|
12363
13427
|
response: {
|
|
12364
13428
|
description: string;
|
|
@@ -12394,7 +13458,7 @@ export declare const state: {
|
|
|
12394
13458
|
method: "post";
|
|
12395
13459
|
path: string;
|
|
12396
13460
|
disableDefaultParameters: {
|
|
12397
|
-
"x-workspace-id":
|
|
13461
|
+
"x-workspace-id": true;
|
|
12398
13462
|
};
|
|
12399
13463
|
requestBody: {
|
|
12400
13464
|
description: string;
|
|
@@ -12430,7 +13494,14 @@ export declare const state: {
|
|
|
12430
13494
|
additionalProperties: false;
|
|
12431
13495
|
};
|
|
12432
13496
|
};
|
|
12433
|
-
parameters: {
|
|
13497
|
+
parameters: {
|
|
13498
|
+
"x-multiple-integrations": {
|
|
13499
|
+
in: "header";
|
|
13500
|
+
type: "string";
|
|
13501
|
+
description: string;
|
|
13502
|
+
required: false;
|
|
13503
|
+
};
|
|
13504
|
+
};
|
|
12434
13505
|
};
|
|
12435
13506
|
};
|
|
12436
13507
|
metadata: {
|
|
@@ -12440,6 +13511,20 @@ export declare const state: {
|
|
|
12440
13511
|
version: string;
|
|
12441
13512
|
prefix: string;
|
|
12442
13513
|
};
|
|
13514
|
+
defaultParameters: {
|
|
13515
|
+
"x-workspace-id": {
|
|
13516
|
+
in: "header";
|
|
13517
|
+
type: "string";
|
|
13518
|
+
description: string;
|
|
13519
|
+
required: true;
|
|
13520
|
+
};
|
|
13521
|
+
"x-multiple-integrations": {
|
|
13522
|
+
in: "header";
|
|
13523
|
+
type: "string";
|
|
13524
|
+
description: string;
|
|
13525
|
+
required: false;
|
|
13526
|
+
};
|
|
13527
|
+
};
|
|
12443
13528
|
errors: ({
|
|
12444
13529
|
status: 500;
|
|
12445
13530
|
type: string;
|
|
@@ -14761,4 +15846,5 @@ export declare const state: {
|
|
|
14761
15846
|
options: {
|
|
14762
15847
|
allowUnions: false;
|
|
14763
15848
|
};
|
|
15849
|
+
security: "BearerAuth"[];
|
|
14764
15850
|
};
|