@botpress/api 1.50.0 → 1.52.0

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.
@@ -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', never, 'bot' | 'integration' | 'interface' | 'plugin' | 'hub' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity'>;
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": boolean;
69
+ "x-workspace-id": true;
57
70
  };
58
71
  response: {
59
72
  description: string;
@@ -94,7 +107,15 @@ export declare const state: {
94
107
  additionalProperties: false;
95
108
  };
96
109
  };
97
- parameters: {};
110
+ tags: string[];
111
+ parameters: {
112
+ "x-multiple-integrations": {
113
+ in: "header";
114
+ type: "string";
115
+ description: string;
116
+ required: false;
117
+ };
118
+ };
98
119
  };
99
120
  updateAccount: {
100
121
  name: string;
@@ -103,7 +124,7 @@ export declare const state: {
103
124
  path: string;
104
125
  section: "account";
105
126
  disableDefaultParameters: {
106
- "x-workspace-id": boolean;
127
+ "x-workspace-id": true;
107
128
  };
108
129
  requestBody: {
109
130
  description: string;
@@ -164,7 +185,15 @@ export declare const state: {
164
185
  additionalProperties: false;
165
186
  };
166
187
  };
167
- parameters: {};
188
+ tags: string[];
189
+ parameters: {
190
+ "x-multiple-integrations": {
191
+ in: "header";
192
+ type: "string";
193
+ description: string;
194
+ required: false;
195
+ };
196
+ };
168
197
  };
169
198
  deleteAccount: {
170
199
  name: string;
@@ -173,7 +202,7 @@ export declare const state: {
173
202
  path: string;
174
203
  section: "account";
175
204
  disableDefaultParameters: {
176
- "x-workspace-id": boolean;
205
+ "x-workspace-id": true;
177
206
  };
178
207
  requestBody: {
179
208
  description: string;
@@ -191,7 +220,14 @@ export declare const state: {
191
220
  additionalProperties: false;
192
221
  };
193
222
  };
194
- parameters: {};
223
+ parameters: {
224
+ "x-multiple-integrations": {
225
+ in: "header";
226
+ type: "string";
227
+ description: string;
228
+ required: false;
229
+ };
230
+ };
195
231
  };
196
232
  listPersonalAccessTokens: {
197
233
  name: string;
@@ -200,7 +236,7 @@ export declare const state: {
200
236
  path: string;
201
237
  section: "account";
202
238
  disableDefaultParameters: {
203
- "x-workspace-id": boolean;
239
+ "x-workspace-id": true;
204
240
  };
205
241
  response: {
206
242
  description: string;
@@ -232,7 +268,14 @@ export declare const state: {
232
268
  additionalProperties: false;
233
269
  };
234
270
  };
235
- parameters: {};
271
+ parameters: {
272
+ "x-multiple-integrations": {
273
+ in: "header";
274
+ type: "string";
275
+ description: string;
276
+ required: false;
277
+ };
278
+ };
236
279
  };
237
280
  createPersonalAccessToken: {
238
281
  name: string;
@@ -241,7 +284,7 @@ export declare const state: {
241
284
  path: string;
242
285
  section: "account";
243
286
  disableDefaultParameters: {
244
- "x-workspace-id": boolean;
287
+ "x-workspace-id": true;
245
288
  };
246
289
  requestBody: {
247
290
  description: string;
@@ -290,7 +333,14 @@ export declare const state: {
290
333
  additionalProperties: false;
291
334
  };
292
335
  };
293
- parameters: {};
336
+ parameters: {
337
+ "x-multiple-integrations": {
338
+ in: "header";
339
+ type: "string";
340
+ description: string;
341
+ required: false;
342
+ };
343
+ };
294
344
  };
295
345
  deletePersonalAccessToken: {
296
346
  name: string;
@@ -299,7 +349,7 @@ export declare const state: {
299
349
  path: string;
300
350
  section: "account";
301
351
  disableDefaultParameters: {
302
- "x-workspace-id": boolean;
352
+ "x-workspace-id": true;
303
353
  };
304
354
  parameters: {
305
355
  id: {
@@ -307,6 +357,12 @@ export declare const state: {
307
357
  description: string;
308
358
  in: "path";
309
359
  };
360
+ "x-multiple-integrations": {
361
+ in: "header";
362
+ type: "string";
363
+ description: string;
364
+ required: false;
365
+ };
310
366
  };
311
367
  response: {
312
368
  description: string;
@@ -324,7 +380,7 @@ export declare const state: {
324
380
  path: string;
325
381
  section: "account";
326
382
  disableDefaultParameters: {
327
- "x-workspace-id": boolean;
383
+ "x-workspace-id": true;
328
384
  };
329
385
  parameters: {
330
386
  key: {
@@ -332,6 +388,12 @@ export declare const state: {
332
388
  description: string;
333
389
  in: "path";
334
390
  };
391
+ "x-multiple-integrations": {
392
+ in: "header";
393
+ type: "string";
394
+ description: string;
395
+ required: false;
396
+ };
335
397
  };
336
398
  requestBody: {
337
399
  description: string;
@@ -360,7 +422,7 @@ export declare const state: {
360
422
  path: string;
361
423
  section: "account";
362
424
  disableDefaultParameters: {
363
- "x-workspace-id": boolean;
425
+ "x-workspace-id": true;
364
426
  };
365
427
  parameters: {
366
428
  key: {
@@ -368,6 +430,12 @@ export declare const state: {
368
430
  description: string;
369
431
  in: "path";
370
432
  };
433
+ "x-multiple-integrations": {
434
+ in: "header";
435
+ type: "string";
436
+ description: string;
437
+ required: false;
438
+ };
371
439
  };
372
440
  response: {
373
441
  description: string;
@@ -390,7 +458,7 @@ export declare const state: {
390
458
  section: "hub";
391
459
  path: string;
392
460
  disableDefaultParameters: {
393
- "x-workspace-id": boolean;
461
+ "x-workspace-id": true;
394
462
  };
395
463
  parameters: {
396
464
  nextToken: {
@@ -453,6 +521,12 @@ export declare const state: {
453
521
  in: "query";
454
522
  enum: string[];
455
523
  };
524
+ "x-multiple-integrations": {
525
+ in: "header";
526
+ type: "string";
527
+ description: string;
528
+ required: false;
529
+ };
456
530
  };
457
531
  response: {
458
532
  description: string;
@@ -600,6 +674,7 @@ export declare const state: {
600
674
  additionalProperties: false;
601
675
  };
602
676
  };
677
+ tags: string[];
603
678
  };
604
679
  getPublicIntegrationById: {
605
680
  name: string;
@@ -608,7 +683,7 @@ export declare const state: {
608
683
  section: "hub";
609
684
  path: string;
610
685
  disableDefaultParameters: {
611
- "x-workspace-id": boolean;
686
+ "x-workspace-id": true;
612
687
  };
613
688
  parameters: {
614
689
  id: {
@@ -616,6 +691,12 @@ export declare const state: {
616
691
  description: string;
617
692
  in: "path";
618
693
  };
694
+ "x-multiple-integrations": {
695
+ in: "header";
696
+ type: "string";
697
+ description: string;
698
+ required: false;
699
+ };
619
700
  };
620
701
  response: {
621
702
  description: string;
@@ -1241,6 +1322,7 @@ export declare const state: {
1241
1322
  additionalProperties: false;
1242
1323
  };
1243
1324
  };
1325
+ tags: string[];
1244
1326
  };
1245
1327
  getPublicIntegration: {
1246
1328
  name: string;
@@ -1249,7 +1331,7 @@ export declare const state: {
1249
1331
  section: "hub";
1250
1332
  path: string;
1251
1333
  disableDefaultParameters: {
1252
- "x-workspace-id": boolean;
1334
+ "x-workspace-id": true;
1253
1335
  };
1254
1336
  parameters: {
1255
1337
  name: {
@@ -1262,6 +1344,12 @@ export declare const state: {
1262
1344
  description: string;
1263
1345
  in: "path";
1264
1346
  };
1347
+ "x-multiple-integrations": {
1348
+ in: "header";
1349
+ type: "string";
1350
+ description: string;
1351
+ required: false;
1352
+ };
1265
1353
  };
1266
1354
  response: {
1267
1355
  description: string;
@@ -1887,6 +1975,7 @@ export declare const state: {
1887
1975
  additionalProperties: false;
1888
1976
  };
1889
1977
  };
1978
+ tags: string[];
1890
1979
  };
1891
1980
  listPublicPlugins: {
1892
1981
  name: string;
@@ -1895,7 +1984,7 @@ export declare const state: {
1895
1984
  section: "hub";
1896
1985
  path: string;
1897
1986
  disableDefaultParameters: {
1898
- "x-workspace-id": boolean;
1987
+ "x-workspace-id": true;
1899
1988
  };
1900
1989
  parameters: {
1901
1990
  nextToken: {
@@ -1913,6 +2002,12 @@ export declare const state: {
1913
2002
  type: "string";
1914
2003
  description: string;
1915
2004
  };
2005
+ "x-multiple-integrations": {
2006
+ in: "header";
2007
+ type: "string";
2008
+ description: string;
2009
+ required: false;
2010
+ };
1916
2011
  };
1917
2012
  response: {
1918
2013
  description: string;
@@ -2001,7 +2096,7 @@ export declare const state: {
2001
2096
  section: "hub";
2002
2097
  path: string;
2003
2098
  disableDefaultParameters: {
2004
- "x-workspace-id": boolean;
2099
+ "x-workspace-id": true;
2005
2100
  };
2006
2101
  parameters: {
2007
2102
  id: {
@@ -2009,6 +2104,12 @@ export declare const state: {
2009
2104
  description: string;
2010
2105
  in: "path";
2011
2106
  };
2107
+ "x-multiple-integrations": {
2108
+ in: "header";
2109
+ type: "string";
2110
+ description: string;
2111
+ required: false;
2112
+ };
2012
2113
  };
2013
2114
  response: {
2014
2115
  description: string;
@@ -2340,7 +2441,7 @@ export declare const state: {
2340
2441
  section: "hub";
2341
2442
  path: string;
2342
2443
  disableDefaultParameters: {
2343
- "x-workspace-id": boolean;
2444
+ "x-workspace-id": true;
2344
2445
  };
2345
2446
  parameters: {
2346
2447
  id: {
@@ -2362,6 +2463,12 @@ export declare const state: {
2362
2463
  description: string;
2363
2464
  required: true;
2364
2465
  };
2466
+ "x-multiple-integrations": {
2467
+ in: "header";
2468
+ type: "string";
2469
+ description: string;
2470
+ required: false;
2471
+ };
2365
2472
  };
2366
2473
  response: {
2367
2474
  description: string;
@@ -2693,7 +2800,7 @@ export declare const state: {
2693
2800
  section: "hub";
2694
2801
  path: string;
2695
2802
  disableDefaultParameters: {
2696
- "x-workspace-id": boolean;
2803
+ "x-workspace-id": true;
2697
2804
  };
2698
2805
  parameters: {
2699
2806
  name: {
@@ -2706,6 +2813,12 @@ export declare const state: {
2706
2813
  description: string;
2707
2814
  in: "path";
2708
2815
  };
2816
+ "x-multiple-integrations": {
2817
+ in: "header";
2818
+ type: "string";
2819
+ description: string;
2820
+ required: false;
2821
+ };
2709
2822
  };
2710
2823
  response: {
2711
2824
  description: string;
@@ -3036,7 +3149,7 @@ export declare const state: {
3036
3149
  method: "get";
3037
3150
  path: string;
3038
3151
  disableDefaultParameters: {
3039
- "x-workspace-id": boolean;
3152
+ "x-workspace-id": true;
3040
3153
  };
3041
3154
  section: "hub";
3042
3155
  parameters: {
@@ -3051,6 +3164,12 @@ export declare const state: {
3051
3164
  enum: string[];
3052
3165
  description: string;
3053
3166
  };
3167
+ "x-multiple-integrations": {
3168
+ in: "header";
3169
+ type: "string";
3170
+ description: string;
3171
+ required: false;
3172
+ };
3054
3173
  };
3055
3174
  response: {
3056
3175
  description: string;
@@ -3074,7 +3193,7 @@ export declare const state: {
3074
3193
  section: "hub";
3075
3194
  path: string;
3076
3195
  disableDefaultParameters: {
3077
- "x-workspace-id": boolean;
3196
+ "x-workspace-id": true;
3078
3197
  };
3079
3198
  parameters: {
3080
3199
  nextToken: {
@@ -3092,6 +3211,12 @@ export declare const state: {
3092
3211
  type: "string";
3093
3212
  description: string;
3094
3213
  };
3214
+ "x-multiple-integrations": {
3215
+ in: "header";
3216
+ type: "string";
3217
+ description: string;
3218
+ required: false;
3219
+ };
3095
3220
  };
3096
3221
  response: {
3097
3222
  description: string;
@@ -3180,7 +3305,7 @@ export declare const state: {
3180
3305
  section: "hub";
3181
3306
  path: string;
3182
3307
  disableDefaultParameters: {
3183
- "x-workspace-id": boolean;
3308
+ "x-workspace-id": true;
3184
3309
  };
3185
3310
  parameters: {
3186
3311
  id: {
@@ -3188,6 +3313,12 @@ export declare const state: {
3188
3313
  description: string;
3189
3314
  in: "path";
3190
3315
  };
3316
+ "x-multiple-integrations": {
3317
+ in: "header";
3318
+ type: "string";
3319
+ description: string;
3320
+ required: false;
3321
+ };
3191
3322
  };
3192
3323
  response: {
3193
3324
  description: string;
@@ -3438,7 +3569,7 @@ export declare const state: {
3438
3569
  section: "hub";
3439
3570
  path: string;
3440
3571
  disableDefaultParameters: {
3441
- "x-workspace-id": boolean;
3572
+ "x-workspace-id": true;
3442
3573
  };
3443
3574
  parameters: {
3444
3575
  name: {
@@ -3451,6 +3582,12 @@ export declare const state: {
3451
3582
  description: string;
3452
3583
  in: "path";
3453
3584
  };
3585
+ "x-multiple-integrations": {
3586
+ in: "header";
3587
+ type: "string";
3588
+ description: string;
3589
+ required: false;
3590
+ };
3454
3591
  };
3455
3592
  response: {
3456
3593
  description: string;
@@ -4023,7 +4160,21 @@ export declare const state: {
4023
4160
  additionalProperties: false;
4024
4161
  };
4025
4162
  };
4026
- parameters: {};
4163
+ tags: string[];
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
+ };
4027
4178
  };
4028
4179
  updateBot: {
4029
4180
  name: string;
@@ -4037,6 +4188,18 @@ export declare const state: {
4037
4188
  description: string;
4038
4189
  in: "path";
4039
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
+ };
4040
4203
  };
4041
4204
  requestBody: {
4042
4205
  description: string;
@@ -4481,6 +4644,7 @@ export declare const state: {
4481
4644
  additionalProperties: false;
4482
4645
  };
4483
4646
  };
4647
+ tags: string[];
4484
4648
  };
4485
4649
  transferBot: {
4486
4650
  name: string;
@@ -4494,6 +4658,18 @@ export declare const state: {
4494
4658
  description: string;
4495
4659
  in: "path";
4496
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
+ };
4497
4673
  };
4498
4674
  requestBody: {
4499
4675
  description: string;
@@ -4560,6 +4736,18 @@ export declare const state: {
4560
4736
  type: "string";
4561
4737
  enum: string[];
4562
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
+ };
4563
4751
  };
4564
4752
  section: "bot";
4565
4753
  response: {
@@ -4622,6 +4810,7 @@ export declare const state: {
4622
4810
  additionalProperties: false;
4623
4811
  };
4624
4812
  };
4813
+ tags: string[];
4625
4814
  };
4626
4815
  getBot: {
4627
4816
  name: string;
@@ -4641,6 +4830,18 @@ export declare const state: {
4641
4830
  required: false;
4642
4831
  description: string;
4643
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
+ };
4644
4845
  };
4645
4846
  response: {
4646
4847
  description: string;
@@ -4656,6 +4857,7 @@ export declare const state: {
4656
4857
  additionalProperties: false;
4657
4858
  };
4658
4859
  };
4860
+ tags: string[];
4659
4861
  };
4660
4862
  deleteBot: {
4661
4863
  name: string;
@@ -4669,6 +4871,18 @@ export declare const state: {
4669
4871
  description: string;
4670
4872
  in: "path";
4671
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
+ };
4672
4886
  };
4673
4887
  response: {
4674
4888
  description: string;
@@ -4678,6 +4892,7 @@ export declare const state: {
4678
4892
  additionalProperties: false;
4679
4893
  };
4680
4894
  };
4895
+ tags: string[];
4681
4896
  };
4682
4897
  getBotLogs: {
4683
4898
  name: string;
@@ -4739,6 +4954,18 @@ export declare const state: {
4739
4954
  type: "string";
4740
4955
  required: false;
4741
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
+ };
4742
4969
  };
4743
4970
  response: {
4744
4971
  description: string;
@@ -4781,6 +5008,7 @@ export declare const state: {
4781
5008
  additionalProperties: false;
4782
5009
  };
4783
5010
  };
5011
+ tags: string[];
4784
5012
  };
4785
5013
  getBotWebchat: {
4786
5014
  name: string;
@@ -4801,6 +5029,18 @@ export declare const state: {
4801
5029
  required: true;
4802
5030
  enum: string[];
4803
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
+ };
4804
5044
  };
4805
5045
  response: {
4806
5046
  description: string;
@@ -4841,6 +5081,18 @@ export declare const state: {
4841
5081
  type: "string";
4842
5082
  required: true;
4843
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
+ };
4844
5096
  };
4845
5097
  response: {
4846
5098
  description: string;
@@ -4982,6 +5234,7 @@ export declare const state: {
4982
5234
  additionalProperties: false;
4983
5235
  };
4984
5236
  };
5237
+ tags: string[];
4985
5238
  };
4986
5239
  listActionRuns: {
4987
5240
  name: string;
@@ -5016,6 +5269,18 @@ export declare const state: {
5016
5269
  description: string;
5017
5270
  type: "string";
5018
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
+ };
5019
5284
  };
5020
5285
  response: {
5021
5286
  description: string;
@@ -5101,6 +5366,18 @@ export declare const state: {
5101
5366
  description: string;
5102
5367
  type: "string";
5103
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
+ };
5104
5381
  };
5105
5382
  response: {
5106
5383
  description: string;
@@ -5167,6 +5444,7 @@ export declare const state: {
5167
5444
  additionalProperties: false;
5168
5445
  };
5169
5446
  };
5447
+ tags: string[];
5170
5448
  };
5171
5449
  listBotIssues: {
5172
5450
  name: string;
@@ -5185,6 +5463,18 @@ export declare const state: {
5185
5463
  description: string;
5186
5464
  type: "string";
5187
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
+ };
5188
5478
  };
5189
5479
  response: {
5190
5480
  description: string;
@@ -5262,6 +5552,7 @@ export declare const state: {
5262
5552
  additionalProperties: false;
5263
5553
  };
5264
5554
  };
5555
+ tags: string[];
5265
5556
  };
5266
5557
  deleteBotIssue: {
5267
5558
  name: string;
@@ -5280,6 +5571,18 @@ export declare const state: {
5280
5571
  description: string;
5281
5572
  type: "string";
5282
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
+ };
5283
5586
  };
5284
5587
  response: {
5285
5588
  description: string;
@@ -5289,6 +5592,7 @@ export declare const state: {
5289
5592
  additionalProperties: false;
5290
5593
  };
5291
5594
  };
5595
+ tags: string[];
5292
5596
  };
5293
5597
  listBotIssueEvents: {
5294
5598
  name: string;
@@ -5307,6 +5611,18 @@ export declare const state: {
5307
5611
  description: string;
5308
5612
  type: "string";
5309
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
+ };
5310
5626
  };
5311
5627
  response: {
5312
5628
  description: string;
@@ -5350,6 +5666,7 @@ export declare const state: {
5350
5666
  additionalProperties: false;
5351
5667
  };
5352
5668
  };
5669
+ tags: string[];
5353
5670
  };
5354
5671
  listBotVersions: {
5355
5672
  name: string;
@@ -5363,6 +5680,18 @@ export declare const state: {
5363
5680
  description: string;
5364
5681
  in: "path";
5365
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
+ };
5366
5695
  };
5367
5696
  response: {
5368
5697
  description: string;
@@ -5411,6 +5740,18 @@ export declare const state: {
5411
5740
  description: string;
5412
5741
  in: "path";
5413
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
+ };
5414
5755
  };
5415
5756
  response: {
5416
5757
  description: string;
@@ -5440,6 +5781,18 @@ export declare const state: {
5440
5781
  description: string;
5441
5782
  in: "path";
5442
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
+ };
5443
5796
  };
5444
5797
  response: {
5445
5798
  description: string;
@@ -5462,6 +5815,18 @@ export declare const state: {
5462
5815
  description: string;
5463
5816
  in: "path";
5464
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
+ };
5465
5830
  };
5466
5831
  requestBody: {
5467
5832
  description: string;
@@ -5499,6 +5864,18 @@ export declare const state: {
5499
5864
  description: string;
5500
5865
  in: "path";
5501
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
+ };
5502
5879
  };
5503
5880
  requestBody: {
5504
5881
  description: string;
@@ -5557,12 +5934,24 @@ export declare const state: {
5557
5934
  description: string;
5558
5935
  in: "path";
5559
5936
  };
5560
- };
5561
- requestBody: {
5562
- description: string;
5563
- schema: {
5564
- type: "object";
5565
- properties: {
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: {
5566
5955
  versionId: {
5567
5956
  type: "string";
5568
5957
  };
@@ -5603,6 +5992,18 @@ export declare const state: {
5603
5992
  type: "string";
5604
5993
  description: string;
5605
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
+ };
5606
6007
  };
5607
6008
  requestBody: {
5608
6009
  description: string;
@@ -5626,6 +6027,7 @@ export declare const state: {
5626
6027
  additionalProperties: false;
5627
6028
  };
5628
6029
  };
6030
+ tags: string[];
5629
6031
  };
5630
6032
  deleteIntegrationShareableId: {
5631
6033
  name: string;
@@ -5649,6 +6051,18 @@ export declare const state: {
5649
6051
  type: "string";
5650
6052
  description: string;
5651
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
+ };
5652
6066
  };
5653
6067
  response: {
5654
6068
  description: string;
@@ -5658,6 +6072,7 @@ export declare const state: {
5658
6072
  additionalProperties: false;
5659
6073
  };
5660
6074
  };
6075
+ tags: string[];
5661
6076
  };
5662
6077
  getIntegrationShareableId: {
5663
6078
  name: string;
@@ -5681,6 +6096,18 @@ export declare const state: {
5681
6096
  type: "string";
5682
6097
  description: string;
5683
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
+ };
5684
6111
  };
5685
6112
  response: {
5686
6113
  description: string;
@@ -5699,6 +6126,7 @@ export declare const state: {
5699
6126
  additionalProperties: false;
5700
6127
  };
5701
6128
  };
6129
+ tags: string[];
5702
6130
  };
5703
6131
  unlinkSandboxedConversations: {
5704
6132
  name: string;
@@ -5722,6 +6150,18 @@ export declare const state: {
5722
6150
  type: "string";
5723
6151
  description: string;
5724
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
+ };
5725
6165
  };
5726
6166
  response: {
5727
6167
  description: string;
@@ -5731,6 +6171,7 @@ export declare const state: {
5731
6171
  additionalProperties: false;
5732
6172
  };
5733
6173
  };
6174
+ tags: string[];
5734
6175
  };
5735
6176
  listBotApiKeys: {
5736
6177
  name: string;
@@ -5745,6 +6186,18 @@ export declare const state: {
5745
6186
  type: "string";
5746
6187
  required: true;
5747
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
+ };
5748
6201
  };
5749
6202
  response: {
5750
6203
  description: string;
@@ -5825,7 +6278,20 @@ export declare const state: {
5825
6278
  additionalProperties: false;
5826
6279
  };
5827
6280
  };
5828
- 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
+ };
5829
6295
  };
5830
6296
  deleteBotApiKey: {
5831
6297
  name: string;
@@ -5839,6 +6305,18 @@ export declare const state: {
5839
6305
  description: string;
5840
6306
  in: "path";
5841
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
+ };
5842
6320
  };
5843
6321
  response: {
5844
6322
  description: string;
@@ -5861,6 +6339,18 @@ export declare const state: {
5861
6339
  description: string;
5862
6340
  in: "path";
5863
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
+ };
5864
6354
  };
5865
6355
  response: {
5866
6356
  description: string;
@@ -5903,6 +6393,18 @@ export declare const state: {
5903
6393
  description: string;
5904
6394
  in: "path";
5905
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
+ };
5906
6408
  };
5907
6409
  requestBody: {
5908
6410
  description: string;
@@ -5941,7 +6443,7 @@ export declare const state: {
5941
6443
  method: "get";
5942
6444
  path: string;
5943
6445
  disableDefaultParameters: {
5944
- "x-workspace-id": boolean;
6446
+ "x-workspace-id": true;
5945
6447
  };
5946
6448
  parameters: {
5947
6449
  id: {
@@ -5949,6 +6451,12 @@ export declare const state: {
5949
6451
  description: string;
5950
6452
  in: "path";
5951
6453
  };
6454
+ "x-multiple-integrations": {
6455
+ in: "header";
6456
+ type: "string";
6457
+ description: string;
6458
+ required: false;
6459
+ };
5952
6460
  };
5953
6461
  section: "workspace";
5954
6462
  response: {
@@ -6032,7 +6540,7 @@ export declare const state: {
6032
6540
  method: "get";
6033
6541
  path: string;
6034
6542
  disableDefaultParameters: {
6035
- "x-workspace-id": boolean;
6543
+ "x-workspace-id": true;
6036
6544
  };
6037
6545
  parameters: {
6038
6546
  id: {
@@ -6040,6 +6548,12 @@ export declare const state: {
6040
6548
  description: string;
6041
6549
  in: "path";
6042
6550
  };
6551
+ "x-multiple-integrations": {
6552
+ in: "header";
6553
+ type: "string";
6554
+ description: string;
6555
+ required: false;
6556
+ };
6043
6557
  };
6044
6558
  section: "workspace";
6045
6559
  response: {
@@ -6117,7 +6631,7 @@ export declare const state: {
6117
6631
  method: "post";
6118
6632
  path: string;
6119
6633
  disableDefaultParameters: {
6120
- "x-workspace-id": boolean;
6634
+ "x-workspace-id": true;
6121
6635
  };
6122
6636
  parameters: {
6123
6637
  id: {
@@ -6125,6 +6639,12 @@ export declare const state: {
6125
6639
  description: string;
6126
6640
  in: "path";
6127
6641
  };
6642
+ "x-multiple-integrations": {
6643
+ in: "header";
6644
+ type: "string";
6645
+ description: string;
6646
+ required: false;
6647
+ };
6128
6648
  };
6129
6649
  section: "workspace";
6130
6650
  requestBody: {
@@ -6198,7 +6718,7 @@ export declare const state: {
6198
6718
  method: "post";
6199
6719
  path: string;
6200
6720
  disableDefaultParameters: {
6201
- "x-workspace-id": boolean;
6721
+ "x-workspace-id": true;
6202
6722
  };
6203
6723
  requestBody: {
6204
6724
  description: string;
@@ -6290,7 +6810,15 @@ export declare const state: {
6290
6810
  additionalProperties: false;
6291
6811
  };
6292
6812
  };
6293
- parameters: {};
6813
+ tags: string[];
6814
+ parameters: {
6815
+ "x-multiple-integrations": {
6816
+ in: "header";
6817
+ type: "string";
6818
+ description: string;
6819
+ required: false;
6820
+ };
6821
+ };
6294
6822
  };
6295
6823
  getPublicWorkspace: {
6296
6824
  name: string;
@@ -6299,7 +6827,7 @@ export declare const state: {
6299
6827
  method: "get";
6300
6828
  path: string;
6301
6829
  disableDefaultParameters: {
6302
- "x-workspace-id": boolean;
6830
+ "x-workspace-id": true;
6303
6831
  };
6304
6832
  parameters: {
6305
6833
  id: {
@@ -6307,6 +6835,12 @@ export declare const state: {
6307
6835
  description: string;
6308
6836
  in: "path";
6309
6837
  };
6838
+ "x-multiple-integrations": {
6839
+ in: "header";
6840
+ type: "string";
6841
+ description: string;
6842
+ required: false;
6843
+ };
6310
6844
  };
6311
6845
  response: {
6312
6846
  description: string;
@@ -6358,6 +6892,7 @@ export declare const state: {
6358
6892
  additionalProperties: false;
6359
6893
  };
6360
6894
  };
6895
+ tags: string[];
6361
6896
  };
6362
6897
  getWorkspace: {
6363
6898
  name: string;
@@ -6366,7 +6901,7 @@ export declare const state: {
6366
6901
  method: "get";
6367
6902
  path: string;
6368
6903
  disableDefaultParameters: {
6369
- "x-workspace-id": boolean;
6904
+ "x-workspace-id": true;
6370
6905
  };
6371
6906
  parameters: {
6372
6907
  id: {
@@ -6374,6 +6909,12 @@ export declare const state: {
6374
6909
  description: string;
6375
6910
  in: "path";
6376
6911
  };
6912
+ "x-multiple-integrations": {
6913
+ in: "header";
6914
+ type: "string";
6915
+ description: string;
6916
+ required: false;
6917
+ };
6377
6918
  };
6378
6919
  response: {
6379
6920
  description: string;
@@ -6451,6 +6992,7 @@ export declare const state: {
6451
6992
  additionalProperties: false;
6452
6993
  };
6453
6994
  };
6995
+ tags: string[];
6454
6996
  };
6455
6997
  listWorkspaceUsages: {
6456
6998
  name: string;
@@ -6459,7 +7001,7 @@ export declare const state: {
6459
7001
  method: "get";
6460
7002
  path: string;
6461
7003
  disableDefaultParameters: {
6462
- "x-workspace-id": boolean;
7004
+ "x-workspace-id": true;
6463
7005
  };
6464
7006
  parameters: {
6465
7007
  id: {
@@ -6480,6 +7022,12 @@ export declare const state: {
6480
7022
  type: "string";
6481
7023
  required: false;
6482
7024
  };
7025
+ "x-multiple-integrations": {
7026
+ in: "header";
7027
+ type: "string";
7028
+ description: string;
7029
+ required: false;
7030
+ };
6483
7031
  };
6484
7032
  response: {
6485
7033
  description: string;
@@ -6506,7 +7054,7 @@ export declare const state: {
6506
7054
  method: "get";
6507
7055
  path: string;
6508
7056
  disableDefaultParameters: {
6509
- "x-workspace-id": boolean;
7057
+ "x-workspace-id": true;
6510
7058
  };
6511
7059
  parameters: {
6512
7060
  id: {
@@ -6527,6 +7075,12 @@ export declare const state: {
6527
7075
  type: "string";
6528
7076
  required: false;
6529
7077
  };
7078
+ "x-multiple-integrations": {
7079
+ in: "header";
7080
+ type: "string";
7081
+ description: string;
7082
+ required: false;
7083
+ };
6530
7084
  };
6531
7085
  response: {
6532
7086
  description: string;
@@ -6562,7 +7116,7 @@ export declare const state: {
6562
7116
  method: "get";
6563
7117
  path: string;
6564
7118
  disableDefaultParameters: {
6565
- "x-workspace-id": boolean;
7119
+ "x-workspace-id": true;
6566
7120
  };
6567
7121
  response: {
6568
7122
  description: string;
@@ -6585,7 +7139,14 @@ export declare const state: {
6585
7139
  title: string;
6586
7140
  };
6587
7141
  };
6588
- parameters: {};
7142
+ parameters: {
7143
+ "x-multiple-integrations": {
7144
+ in: "header";
7145
+ type: "string";
7146
+ description: string;
7147
+ required: false;
7148
+ };
7149
+ };
6589
7150
  };
6590
7151
  getWorkspaceQuota: {
6591
7152
  name: string;
@@ -6594,7 +7155,7 @@ export declare const state: {
6594
7155
  method: "get";
6595
7156
  path: string;
6596
7157
  disableDefaultParameters: {
6597
- "x-workspace-id": boolean;
7158
+ "x-workspace-id": true;
6598
7159
  };
6599
7160
  parameters: {
6600
7161
  id: {
@@ -6615,6 +7176,12 @@ export declare const state: {
6615
7176
  type: "string";
6616
7177
  required: false;
6617
7178
  };
7179
+ "x-multiple-integrations": {
7180
+ in: "header";
7181
+ type: "string";
7182
+ description: string;
7183
+ required: false;
7184
+ };
6618
7185
  };
6619
7186
  response: {
6620
7187
  description: string;
@@ -6655,7 +7222,7 @@ export declare const state: {
6655
7222
  method: "get";
6656
7223
  path: string;
6657
7224
  disableDefaultParameters: {
6658
- "x-workspace-id": boolean;
7225
+ "x-workspace-id": true;
6659
7226
  };
6660
7227
  parameters: {
6661
7228
  id: {
@@ -6669,6 +7236,12 @@ export declare const state: {
6669
7236
  type: "string";
6670
7237
  required: false;
6671
7238
  };
7239
+ "x-multiple-integrations": {
7240
+ in: "header";
7241
+ type: "string";
7242
+ description: string;
7243
+ required: false;
7244
+ };
6672
7245
  };
6673
7246
  response: {
6674
7247
  description: string;
@@ -6711,7 +7284,7 @@ export declare const state: {
6711
7284
  method: "put";
6712
7285
  path: string;
6713
7286
  disableDefaultParameters: {
6714
- "x-workspace-id": boolean;
7287
+ "x-workspace-id": true;
6715
7288
  };
6716
7289
  parameters: {
6717
7290
  id: {
@@ -6719,6 +7292,12 @@ export declare const state: {
6719
7292
  description: string;
6720
7293
  in: "path";
6721
7294
  };
7295
+ "x-multiple-integrations": {
7296
+ in: "header";
7297
+ type: "string";
7298
+ description: string;
7299
+ required: false;
7300
+ };
6722
7301
  };
6723
7302
  requestBody: {
6724
7303
  description: string;
@@ -6844,6 +7423,7 @@ export declare const state: {
6844
7423
  additionalProperties: false;
6845
7424
  };
6846
7425
  };
7426
+ tags: string[];
6847
7427
  };
6848
7428
  checkHandleAvailability: {
6849
7429
  name: string;
@@ -6851,7 +7431,7 @@ export declare const state: {
6851
7431
  section: "workspace";
6852
7432
  method: "put";
6853
7433
  disableDefaultParameters: {
6854
- "x-workspace-id": boolean;
7434
+ "x-workspace-id": true;
6855
7435
  };
6856
7436
  path: string;
6857
7437
  requestBody: {
@@ -6894,7 +7474,14 @@ export declare const state: {
6894
7474
  additionalProperties: false;
6895
7475
  };
6896
7476
  };
6897
- parameters: {};
7477
+ parameters: {
7478
+ "x-multiple-integrations": {
7479
+ in: "header";
7480
+ type: "string";
7481
+ description: string;
7482
+ required: false;
7483
+ };
7484
+ };
6898
7485
  };
6899
7486
  listWorkspaces: {
6900
7487
  name: string;
@@ -6903,7 +7490,7 @@ export declare const state: {
6903
7490
  method: "get";
6904
7491
  path: string;
6905
7492
  disableDefaultParameters: {
6906
- "x-workspace-id": boolean;
7493
+ "x-workspace-id": true;
6907
7494
  };
6908
7495
  parameters: {
6909
7496
  nextToken: {
@@ -6917,6 +7504,12 @@ export declare const state: {
6917
7504
  type: "string";
6918
7505
  required: false;
6919
7506
  };
7507
+ "x-multiple-integrations": {
7508
+ in: "header";
7509
+ type: "string";
7510
+ description: string;
7511
+ required: false;
7512
+ };
6920
7513
  };
6921
7514
  response: {
6922
7515
  description: string;
@@ -7014,6 +7607,7 @@ export declare const state: {
7014
7607
  additionalProperties: false;
7015
7608
  };
7016
7609
  };
7610
+ tags: string[];
7017
7611
  };
7018
7612
  listPublicWorkspaces: {
7019
7613
  name: string;
@@ -7022,7 +7616,7 @@ export declare const state: {
7022
7616
  method: "get";
7023
7617
  path: string;
7024
7618
  disableDefaultParameters: {
7025
- "x-workspace-id": boolean;
7619
+ "x-workspace-id": true;
7026
7620
  };
7027
7621
  parameters: {
7028
7622
  nextToken: {
@@ -7042,6 +7636,12 @@ export declare const state: {
7042
7636
  type: "string";
7043
7637
  required: false;
7044
7638
  };
7639
+ "x-multiple-integrations": {
7640
+ in: "header";
7641
+ type: "string";
7642
+ description: string;
7643
+ required: false;
7644
+ };
7045
7645
  };
7046
7646
  response: {
7047
7647
  description: string;
@@ -7113,6 +7713,7 @@ export declare const state: {
7113
7713
  additionalProperties: false;
7114
7714
  };
7115
7715
  };
7716
+ tags: string[];
7116
7717
  };
7117
7718
  deleteWorkspace: {
7118
7719
  name: string;
@@ -7121,7 +7722,7 @@ export declare const state: {
7121
7722
  method: "delete";
7122
7723
  path: string;
7123
7724
  disableDefaultParameters: {
7124
- "x-workspace-id": boolean;
7725
+ "x-workspace-id": true;
7125
7726
  };
7126
7727
  parameters: {
7127
7728
  id: {
@@ -7129,6 +7730,12 @@ export declare const state: {
7129
7730
  description: string;
7130
7731
  in: "path";
7131
7732
  };
7733
+ "x-multiple-integrations": {
7734
+ in: "header";
7735
+ type: "string";
7736
+ description: string;
7737
+ required: false;
7738
+ };
7132
7739
  };
7133
7740
  response: {
7134
7741
  description: string;
@@ -7138,6 +7745,7 @@ export declare const state: {
7138
7745
  additionalProperties: false;
7139
7746
  };
7140
7747
  };
7748
+ tags: string[];
7141
7749
  };
7142
7750
  getAuditRecords: {
7143
7751
  name: string;
@@ -7156,9 +7764,15 @@ export declare const state: {
7156
7764
  description: string;
7157
7765
  in: "path";
7158
7766
  };
7767
+ "x-multiple-integrations": {
7768
+ in: "header";
7769
+ type: "string";
7770
+ description: string;
7771
+ required: false;
7772
+ };
7159
7773
  };
7160
7774
  disableDefaultParameters: {
7161
- "x-workspace-id": boolean;
7775
+ "x-workspace-id": true;
7162
7776
  };
7163
7777
  response: {
7164
7778
  description: string;
@@ -7222,6 +7836,7 @@ export declare const state: {
7222
7836
  additionalProperties: false;
7223
7837
  };
7224
7838
  };
7839
+ tags: string[];
7225
7840
  };
7226
7841
  setWorkspacePreference: {
7227
7842
  name: string;
@@ -7230,7 +7845,7 @@ export declare const state: {
7230
7845
  path: string;
7231
7846
  section: "workspace";
7232
7847
  disableDefaultParameters: {
7233
- "x-workspace-id": boolean;
7848
+ "x-workspace-id": true;
7234
7849
  };
7235
7850
  parameters: {
7236
7851
  key: {
@@ -7238,6 +7853,12 @@ export declare const state: {
7238
7853
  description: string;
7239
7854
  in: "path";
7240
7855
  };
7856
+ "x-multiple-integrations": {
7857
+ in: "header";
7858
+ type: "string";
7859
+ description: string;
7860
+ required: false;
7861
+ };
7241
7862
  };
7242
7863
  requestBody: {
7243
7864
  description: string;
@@ -7266,7 +7887,7 @@ export declare const state: {
7266
7887
  path: string;
7267
7888
  section: "workspace";
7268
7889
  disableDefaultParameters: {
7269
- "x-workspace-id": boolean;
7890
+ "x-workspace-id": true;
7270
7891
  };
7271
7892
  parameters: {
7272
7893
  key: {
@@ -7274,6 +7895,12 @@ export declare const state: {
7274
7895
  description: string;
7275
7896
  in: "path";
7276
7897
  };
7898
+ "x-multiple-integrations": {
7899
+ in: "header";
7900
+ type: "string";
7901
+ description: string;
7902
+ required: false;
7903
+ };
7277
7904
  };
7278
7905
  response: {
7279
7906
  description: string;
@@ -7301,6 +7928,18 @@ export declare const state: {
7301
7928
  description: string;
7302
7929
  type: "string";
7303
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
+ };
7304
7943
  };
7305
7944
  response: {
7306
7945
  description: string;
@@ -7356,6 +7995,7 @@ export declare const state: {
7356
7995
  additionalProperties: false;
7357
7996
  };
7358
7997
  };
7998
+ tags: string[];
7359
7999
  };
7360
8000
  getWorkspaceMember: {
7361
8001
  name: string;
@@ -7398,7 +8038,21 @@ export declare const state: {
7398
8038
  additionalProperties: false;
7399
8039
  };
7400
8040
  };
7401
- parameters: {};
8041
+ tags: string[];
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
+ };
7402
8056
  };
7403
8057
  deleteWorkspaceMember: {
7404
8058
  name: string;
@@ -7412,6 +8066,18 @@ export declare const state: {
7412
8066
  description: string;
7413
8067
  in: "path";
7414
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
+ };
7415
8081
  };
7416
8082
  response: {
7417
8083
  description: string;
@@ -7421,6 +8087,7 @@ export declare const state: {
7421
8087
  additionalProperties: false;
7422
8088
  };
7423
8089
  };
8090
+ tags: string[];
7424
8091
  };
7425
8092
  createWorkspaceMember: {
7426
8093
  name: string;
@@ -7482,7 +8149,21 @@ export declare const state: {
7482
8149
  additionalProperties: false;
7483
8150
  };
7484
8151
  };
7485
- parameters: {};
8152
+ tags: string[];
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
+ };
7486
8167
  };
7487
8168
  updateWorkspaceMember: {
7488
8169
  name: string;
@@ -7496,6 +8177,18 @@ export declare const state: {
7496
8177
  description: string;
7497
8178
  in: "path";
7498
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
+ };
7499
8192
  };
7500
8193
  requestBody: {
7501
8194
  description: string;
@@ -7546,6 +8239,7 @@ export declare const state: {
7546
8239
  additionalProperties: false;
7547
8240
  };
7548
8241
  };
8242
+ tags: string[];
7549
8243
  };
7550
8244
  listIntegrationApiKeys: {
7551
8245
  name: string;
@@ -7560,6 +8254,18 @@ export declare const state: {
7560
8254
  type: "string";
7561
8255
  required: true;
7562
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
+ };
7563
8269
  };
7564
8270
  response: {
7565
8271
  description: string;
@@ -7640,7 +8346,20 @@ export declare const state: {
7640
8346
  additionalProperties: false;
7641
8347
  };
7642
8348
  };
7643
- 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
+ };
7644
8363
  };
7645
8364
  deleteIntegrationApiKey: {
7646
8365
  name: string;
@@ -7654,6 +8373,18 @@ export declare const state: {
7654
8373
  description: string;
7655
8374
  in: "path";
7656
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
+ };
7657
8388
  };
7658
8389
  response: {
7659
8390
  description: string;
@@ -8229,7 +8960,21 @@ export declare const state: {
8229
8960
  additionalProperties: false;
8230
8961
  };
8231
8962
  };
8232
- parameters: {};
8963
+ tags: string[];
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
+ };
8233
8978
  };
8234
8979
  validateIntegrationCreation: {
8235
8980
  name: string;
@@ -8790,7 +9535,21 @@ export declare const state: {
8790
9535
  additionalProperties: false;
8791
9536
  };
8792
9537
  };
8793
- parameters: {};
9538
+ tags: string[];
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
+ };
8794
9553
  };
8795
9554
  updateIntegration: {
8796
9555
  name: string;
@@ -8804,6 +9563,18 @@ export declare const state: {
8804
9563
  description: string;
8805
9564
  in: "path";
8806
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
+ };
8807
9578
  };
8808
9579
  requestBody: {
8809
9580
  description: string;
@@ -9369,6 +10140,7 @@ export declare const state: {
9369
10140
  additionalProperties: false;
9370
10141
  };
9371
10142
  };
10143
+ tags: string[];
9372
10144
  };
9373
10145
  validateIntegrationUpdate: {
9374
10146
  name: string;
@@ -9382,6 +10154,18 @@ export declare const state: {
9382
10154
  description: string;
9383
10155
  in: "path";
9384
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
+ };
9385
10169
  };
9386
10170
  requestBody: {
9387
10171
  description: string;
@@ -9941,6 +10725,7 @@ export declare const state: {
9941
10725
  additionalProperties: false;
9942
10726
  };
9943
10727
  };
10728
+ tags: string[];
9944
10729
  };
9945
10730
  listIntegrations: {
9946
10731
  name: string;
@@ -10021,6 +10806,18 @@ export declare const state: {
10021
10806
  type: "boolean";
10022
10807
  required: false;
10023
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
+ };
10024
10821
  };
10025
10822
  response: {
10026
10823
  description: string;
@@ -10156,6 +10953,7 @@ export declare const state: {
10156
10953
  additionalProperties: false;
10157
10954
  };
10158
10955
  };
10956
+ tags: string[];
10159
10957
  };
10160
10958
  getIntegration: {
10161
10959
  name: string;
@@ -10169,6 +10967,18 @@ export declare const state: {
10169
10967
  description: string;
10170
10968
  in: "path";
10171
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
+ };
10172
10982
  };
10173
10983
  response: {
10174
10984
  description: string;
@@ -10184,6 +10994,7 @@ export declare const state: {
10184
10994
  additionalProperties: false;
10185
10995
  };
10186
10996
  };
10997
+ tags: string[];
10187
10998
  };
10188
10999
  getIntegrationLogs: {
10189
11000
  name: string;
@@ -10239,6 +11050,18 @@ export declare const state: {
10239
11050
  type: "string";
10240
11051
  required: false;
10241
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
+ };
10242
11065
  };
10243
11066
  response: {
10244
11067
  description: string;
@@ -10281,6 +11104,7 @@ export declare const state: {
10281
11104
  additionalProperties: false;
10282
11105
  };
10283
11106
  };
11107
+ tags: string[];
10284
11108
  };
10285
11109
  getIntegrationByName: {
10286
11110
  name: string;
@@ -10299,6 +11123,18 @@ export declare const state: {
10299
11123
  description: string;
10300
11124
  in: "path";
10301
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
+ };
10302
11138
  };
10303
11139
  response: {
10304
11140
  description: string;
@@ -10314,6 +11150,7 @@ export declare const state: {
10314
11150
  additionalProperties: false;
10315
11151
  };
10316
11152
  };
11153
+ tags: string[];
10317
11154
  };
10318
11155
  deleteIntegration: {
10319
11156
  name: string;
@@ -10327,6 +11164,18 @@ export declare const state: {
10327
11164
  description: string;
10328
11165
  in: "path";
10329
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
+ };
10330
11179
  };
10331
11180
  response: {
10332
11181
  description: string;
@@ -10336,6 +11185,7 @@ export declare const state: {
10336
11185
  additionalProperties: false;
10337
11186
  };
10338
11187
  };
11188
+ tags: string[];
10339
11189
  };
10340
11190
  requestIntegrationVerification: {
10341
11191
  name: string;
@@ -10365,14 +11215,40 @@ export declare const state: {
10365
11215
  additionalProperties: false;
10366
11216
  };
10367
11217
  };
10368
- 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
+ };
10369
11232
  };
10370
11233
  createInterface: {
10371
11234
  name: string;
10372
11235
  description: string;
10373
11236
  method: "post";
10374
11237
  path: string;
10375
- 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
+ };
10376
11252
  requestBody: {
10377
11253
  description: string;
10378
11254
  schema: {
@@ -10618,6 +11494,18 @@ export declare const state: {
10618
11494
  type: "string";
10619
11495
  description: string;
10620
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
+ };
10621
11509
  };
10622
11510
  section: "interface";
10623
11511
  response: {
@@ -10651,6 +11539,18 @@ export declare const state: {
10651
11539
  description: string;
10652
11540
  in: "path";
10653
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
+ };
10654
11554
  };
10655
11555
  section: "interface";
10656
11556
  response: {
@@ -10679,6 +11579,18 @@ export declare const state: {
10679
11579
  type: "string";
10680
11580
  description: string;
10681
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
+ };
10682
11594
  };
10683
11595
  requestBody: {
10684
11596
  description: string;
@@ -10920,6 +11832,18 @@ export declare const state: {
10920
11832
  type: "string";
10921
11833
  description: string;
10922
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
+ };
10923
11847
  };
10924
11848
  section: "interface";
10925
11849
  response: {
@@ -10953,6 +11877,18 @@ export declare const state: {
10953
11877
  type: "string";
10954
11878
  description: string;
10955
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
+ };
10956
11892
  };
10957
11893
  response: {
10958
11894
  description: string;
@@ -11039,7 +11975,20 @@ export declare const state: {
11039
11975
  description: string;
11040
11976
  method: "post";
11041
11977
  path: string;
11042
- 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
+ };
11043
11992
  requestBody: {
11044
11993
  description: string;
11045
11994
  schema: {
@@ -11378,6 +12327,18 @@ export declare const state: {
11378
12327
  type: "string";
11379
12328
  description: string;
11380
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
+ };
11381
12342
  };
11382
12343
  section: "plugin";
11383
12344
  response: {
@@ -11421,6 +12382,18 @@ export declare const state: {
11421
12382
  description: string;
11422
12383
  required: true;
11423
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
+ };
11424
12397
  };
11425
12398
  response: {
11426
12399
  description: string;
@@ -11453,6 +12426,18 @@ export declare const state: {
11453
12426
  description: string;
11454
12427
  in: "path";
11455
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
+ };
11456
12441
  };
11457
12442
  section: "plugin";
11458
12443
  response: {
@@ -11481,6 +12466,18 @@ export declare const state: {
11481
12466
  type: "string";
11482
12467
  description: string;
11483
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
+ };
11484
12481
  };
11485
12482
  requestBody: {
11486
12483
  description: string;
@@ -11815,6 +12812,18 @@ export declare const state: {
11815
12812
  type: "string";
11816
12813
  description: string;
11817
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
+ };
11818
12827
  };
11819
12828
  section: "plugin";
11820
12829
  response: {
@@ -11848,6 +12857,18 @@ export declare const state: {
11848
12857
  type: "string";
11849
12858
  description: string;
11850
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
+ };
11851
12872
  };
11852
12873
  response: {
11853
12874
  description: string;
@@ -11947,6 +12968,18 @@ export declare const state: {
11947
12968
  enum: string[];
11948
12969
  description: string;
11949
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
+ };
11950
12983
  };
11951
12984
  response: {
11952
12985
  description: string;
@@ -11988,6 +13021,18 @@ export declare const state: {
11988
13021
  description: string;
11989
13022
  in: "path";
11990
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
+ };
11991
13036
  };
11992
13037
  response: {
11993
13038
  description: string;
@@ -12011,7 +13056,7 @@ export declare const state: {
12011
13056
  method: "get";
12012
13057
  section: "usage";
12013
13058
  disableDefaultParameters: {
12014
- "x-workspace-id": boolean;
13059
+ "x-workspace-id": true;
12015
13060
  };
12016
13061
  parameters: {
12017
13062
  types: {
@@ -12032,6 +13077,12 @@ export declare const state: {
12032
13077
  type: "string";
12033
13078
  required: false;
12034
13079
  };
13080
+ "x-multiple-integrations": {
13081
+ in: "header";
13082
+ type: "string";
13083
+ description: string;
13084
+ required: false;
13085
+ };
12035
13086
  };
12036
13087
  response: {
12037
13088
  description: string;
@@ -12069,6 +13120,18 @@ export declare const state: {
12069
13120
  description: string;
12070
13121
  in: "path";
12071
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
+ };
12072
13135
  };
12073
13136
  response: {
12074
13137
  description: string;
@@ -12121,6 +13184,18 @@ export declare const state: {
12121
13184
  description: string;
12122
13185
  type: "string";
12123
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
+ };
12124
13199
  };
12125
13200
  response: {
12126
13201
  description: string;
@@ -12201,6 +13276,18 @@ export declare const state: {
12201
13276
  description: string;
12202
13277
  type: "string";
12203
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
+ };
12204
13291
  };
12205
13292
  response: {
12206
13293
  description: string;
@@ -12288,7 +13375,20 @@ export declare const state: {
12288
13375
  additionalProperties: false;
12289
13376
  };
12290
13377
  };
12291
- 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
+ };
12292
13392
  };
12293
13393
  listActivities: {
12294
13394
  name: string;
@@ -12297,7 +13397,7 @@ export declare const state: {
12297
13397
  section: "activity";
12298
13398
  path: string;
12299
13399
  disableDefaultParameters: {
12300
- "x-workspace-id": boolean;
13400
+ "x-workspace-id": true;
12301
13401
  };
12302
13402
  parameters: {
12303
13403
  nextToken: {
@@ -12317,6 +13417,12 @@ export declare const state: {
12317
13417
  type: "string";
12318
13418
  required: true;
12319
13419
  };
13420
+ "x-multiple-integrations": {
13421
+ in: "header";
13422
+ type: "string";
13423
+ description: string;
13424
+ required: false;
13425
+ };
12320
13426
  };
12321
13427
  response: {
12322
13428
  description: string;
@@ -12352,7 +13458,7 @@ export declare const state: {
12352
13458
  method: "post";
12353
13459
  path: string;
12354
13460
  disableDefaultParameters: {
12355
- "x-workspace-id": boolean;
13461
+ "x-workspace-id": true;
12356
13462
  };
12357
13463
  requestBody: {
12358
13464
  description: string;
@@ -12388,7 +13494,14 @@ export declare const state: {
12388
13494
  additionalProperties: false;
12389
13495
  };
12390
13496
  };
12391
- parameters: {};
13497
+ parameters: {
13498
+ "x-multiple-integrations": {
13499
+ in: "header";
13500
+ type: "string";
13501
+ description: string;
13502
+ required: false;
13503
+ };
13504
+ };
12392
13505
  };
12393
13506
  };
12394
13507
  metadata: {
@@ -12398,6 +13511,20 @@ export declare const state: {
12398
13511
  version: string;
12399
13512
  prefix: string;
12400
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
+ };
12401
13528
  errors: ({
12402
13529
  status: 500;
12403
13530
  type: string;
@@ -14719,4 +15846,5 @@ export declare const state: {
14719
15846
  options: {
14720
15847
  allowUnions: false;
14721
15848
  };
15849
+ security: "BearerAuth"[];
14722
15850
  };