@botpress/api 1.49.0 → 1.51.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.
- package/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +840 -180
- package/dist/src/gen/admin/state.d.ts +42 -0
- package/dist/src/gen/files/state.d.ts +10 -0
- package/dist/src/gen/runtime/state.d.ts +57 -0
- package/dist/src/gen/state.d.ts +123 -0
- package/dist/src/gen/tables/state.d.ts +14 -0
- package/package.json +3 -3
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +161 -35
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +40 -10
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/metadata.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +154 -27
- package/src/gen/state.ts +408 -83
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +56 -14
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare const state: {
|
|
|
53
53
|
additionalProperties: false;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
|
+
tags: string[];
|
|
56
57
|
parameters: {};
|
|
57
58
|
};
|
|
58
59
|
getConversation: {
|
|
@@ -82,6 +83,7 @@ export declare const state: {
|
|
|
82
83
|
additionalProperties: false;
|
|
83
84
|
};
|
|
84
85
|
};
|
|
86
|
+
tags: string[];
|
|
85
87
|
};
|
|
86
88
|
listConversations: {
|
|
87
89
|
name: string;
|
|
@@ -161,6 +163,7 @@ export declare const state: {
|
|
|
161
163
|
additionalProperties: false;
|
|
162
164
|
};
|
|
163
165
|
};
|
|
166
|
+
tags: string[];
|
|
164
167
|
};
|
|
165
168
|
getOrCreateConversation: {
|
|
166
169
|
name: string;
|
|
@@ -220,6 +223,7 @@ export declare const state: {
|
|
|
220
223
|
additionalProperties: false;
|
|
221
224
|
};
|
|
222
225
|
};
|
|
226
|
+
tags: string[];
|
|
223
227
|
parameters: {};
|
|
224
228
|
};
|
|
225
229
|
updateConversation: {
|
|
@@ -269,6 +273,7 @@ export declare const state: {
|
|
|
269
273
|
additionalProperties: false;
|
|
270
274
|
};
|
|
271
275
|
};
|
|
276
|
+
tags: string[];
|
|
272
277
|
};
|
|
273
278
|
deleteConversation: {
|
|
274
279
|
name: string;
|
|
@@ -291,6 +296,7 @@ export declare const state: {
|
|
|
291
296
|
additionalProperties: false;
|
|
292
297
|
};
|
|
293
298
|
};
|
|
299
|
+
tags: string[];
|
|
294
300
|
};
|
|
295
301
|
listParticipants: {
|
|
296
302
|
name: string;
|
|
@@ -337,6 +343,7 @@ export declare const state: {
|
|
|
337
343
|
additionalProperties: false;
|
|
338
344
|
};
|
|
339
345
|
};
|
|
346
|
+
tags: string[];
|
|
340
347
|
};
|
|
341
348
|
addParticipant: {
|
|
342
349
|
name: string;
|
|
@@ -382,6 +389,7 @@ export declare const state: {
|
|
|
382
389
|
additionalProperties: false;
|
|
383
390
|
};
|
|
384
391
|
};
|
|
392
|
+
tags: string[];
|
|
385
393
|
};
|
|
386
394
|
getParticipant: {
|
|
387
395
|
name: string;
|
|
@@ -415,6 +423,7 @@ export declare const state: {
|
|
|
415
423
|
additionalProperties: false;
|
|
416
424
|
};
|
|
417
425
|
};
|
|
426
|
+
tags: string[];
|
|
418
427
|
};
|
|
419
428
|
removeParticipant: {
|
|
420
429
|
name: string;
|
|
@@ -442,6 +451,7 @@ export declare const state: {
|
|
|
442
451
|
additionalProperties: false;
|
|
443
452
|
};
|
|
444
453
|
};
|
|
454
|
+
tags: string[];
|
|
445
455
|
};
|
|
446
456
|
createEvent: {
|
|
447
457
|
name: string;
|
|
@@ -526,6 +536,7 @@ export declare const state: {
|
|
|
526
536
|
additionalProperties: false;
|
|
527
537
|
};
|
|
528
538
|
};
|
|
539
|
+
tags: string[];
|
|
529
540
|
parameters: {};
|
|
530
541
|
};
|
|
531
542
|
getEvent: {
|
|
@@ -555,6 +566,7 @@ export declare const state: {
|
|
|
555
566
|
additionalProperties: false;
|
|
556
567
|
};
|
|
557
568
|
};
|
|
569
|
+
tags: string[];
|
|
558
570
|
};
|
|
559
571
|
listEvents: {
|
|
560
572
|
name: string;
|
|
@@ -627,6 +639,30 @@ export declare const state: {
|
|
|
627
639
|
additionalProperties: false;
|
|
628
640
|
};
|
|
629
641
|
};
|
|
642
|
+
tags: string[];
|
|
643
|
+
};
|
|
644
|
+
cancelScheduledEvent: {
|
|
645
|
+
name: string;
|
|
646
|
+
description: string;
|
|
647
|
+
method: "delete";
|
|
648
|
+
path: string;
|
|
649
|
+
parameters: {
|
|
650
|
+
id: {
|
|
651
|
+
in: "path";
|
|
652
|
+
type: "string";
|
|
653
|
+
description: string;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
section: "event";
|
|
657
|
+
response: {
|
|
658
|
+
description: string;
|
|
659
|
+
schema: {
|
|
660
|
+
type: "object";
|
|
661
|
+
title: string;
|
|
662
|
+
additionalProperties: false;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
tags: string[];
|
|
630
666
|
};
|
|
631
667
|
createMessage: {
|
|
632
668
|
name: string;
|
|
@@ -711,6 +747,7 @@ export declare const state: {
|
|
|
711
747
|
additionalProperties: false;
|
|
712
748
|
};
|
|
713
749
|
};
|
|
750
|
+
tags: string[];
|
|
714
751
|
parameters: {};
|
|
715
752
|
};
|
|
716
753
|
getOrCreateMessage: {
|
|
@@ -803,6 +840,7 @@ export declare const state: {
|
|
|
803
840
|
additionalProperties: false;
|
|
804
841
|
};
|
|
805
842
|
};
|
|
843
|
+
tags: string[];
|
|
806
844
|
parameters: {};
|
|
807
845
|
};
|
|
808
846
|
getMessage: {
|
|
@@ -832,6 +870,7 @@ export declare const state: {
|
|
|
832
870
|
additionalProperties: false;
|
|
833
871
|
};
|
|
834
872
|
};
|
|
873
|
+
tags: string[];
|
|
835
874
|
};
|
|
836
875
|
updateMessage: {
|
|
837
876
|
name: string;
|
|
@@ -883,6 +922,7 @@ export declare const state: {
|
|
|
883
922
|
additionalProperties: false;
|
|
884
923
|
};
|
|
885
924
|
};
|
|
925
|
+
tags: string[];
|
|
886
926
|
};
|
|
887
927
|
listMessages: {
|
|
888
928
|
name: string;
|
|
@@ -940,6 +980,7 @@ export declare const state: {
|
|
|
940
980
|
additionalProperties: false;
|
|
941
981
|
};
|
|
942
982
|
};
|
|
983
|
+
tags: string[];
|
|
943
984
|
};
|
|
944
985
|
deleteMessage: {
|
|
945
986
|
name: string;
|
|
@@ -962,6 +1003,7 @@ export declare const state: {
|
|
|
962
1003
|
additionalProperties: false;
|
|
963
1004
|
};
|
|
964
1005
|
};
|
|
1006
|
+
tags: string[];
|
|
965
1007
|
};
|
|
966
1008
|
createUser: {
|
|
967
1009
|
name: string;
|
|
@@ -1019,6 +1061,7 @@ export declare const state: {
|
|
|
1019
1061
|
additionalProperties: false;
|
|
1020
1062
|
};
|
|
1021
1063
|
};
|
|
1064
|
+
tags: string[];
|
|
1022
1065
|
parameters: {};
|
|
1023
1066
|
};
|
|
1024
1067
|
getUser: {
|
|
@@ -1048,6 +1091,7 @@ export declare const state: {
|
|
|
1048
1091
|
additionalProperties: false;
|
|
1049
1092
|
};
|
|
1050
1093
|
};
|
|
1094
|
+
tags: string[];
|
|
1051
1095
|
};
|
|
1052
1096
|
listUsers: {
|
|
1053
1097
|
name: string;
|
|
@@ -1105,6 +1149,7 @@ export declare const state: {
|
|
|
1105
1149
|
additionalProperties: false;
|
|
1106
1150
|
};
|
|
1107
1151
|
};
|
|
1152
|
+
tags: string[];
|
|
1108
1153
|
};
|
|
1109
1154
|
getOrCreateUser: {
|
|
1110
1155
|
name: string;
|
|
@@ -1169,6 +1214,7 @@ export declare const state: {
|
|
|
1169
1214
|
additionalProperties: false;
|
|
1170
1215
|
};
|
|
1171
1216
|
};
|
|
1217
|
+
tags: string[];
|
|
1172
1218
|
parameters: {};
|
|
1173
1219
|
};
|
|
1174
1220
|
updateUser: {
|
|
@@ -1228,6 +1274,7 @@ export declare const state: {
|
|
|
1228
1274
|
additionalProperties: false;
|
|
1229
1275
|
};
|
|
1230
1276
|
};
|
|
1277
|
+
tags: string[];
|
|
1231
1278
|
};
|
|
1232
1279
|
deleteUser: {
|
|
1233
1280
|
name: string;
|
|
@@ -1250,6 +1297,7 @@ export declare const state: {
|
|
|
1250
1297
|
additionalProperties: false;
|
|
1251
1298
|
};
|
|
1252
1299
|
};
|
|
1300
|
+
tags: string[];
|
|
1253
1301
|
};
|
|
1254
1302
|
setStateExpiry: {
|
|
1255
1303
|
name: string;
|
|
@@ -1307,6 +1355,7 @@ export declare const state: {
|
|
|
1307
1355
|
additionalProperties: false;
|
|
1308
1356
|
};
|
|
1309
1357
|
};
|
|
1358
|
+
tags: string[];
|
|
1310
1359
|
};
|
|
1311
1360
|
getState: {
|
|
1312
1361
|
name: string;
|
|
@@ -1356,6 +1405,7 @@ export declare const state: {
|
|
|
1356
1405
|
additionalProperties: false;
|
|
1357
1406
|
};
|
|
1358
1407
|
};
|
|
1408
|
+
tags: string[];
|
|
1359
1409
|
};
|
|
1360
1410
|
setState: {
|
|
1361
1411
|
name: string;
|
|
@@ -1419,6 +1469,7 @@ export declare const state: {
|
|
|
1419
1469
|
additionalProperties: false;
|
|
1420
1470
|
};
|
|
1421
1471
|
};
|
|
1472
|
+
tags: string[];
|
|
1422
1473
|
};
|
|
1423
1474
|
getOrSetState: {
|
|
1424
1475
|
name: string;
|
|
@@ -1491,6 +1542,7 @@ export declare const state: {
|
|
|
1491
1542
|
additionalProperties: false;
|
|
1492
1543
|
};
|
|
1493
1544
|
};
|
|
1545
|
+
tags: string[];
|
|
1494
1546
|
};
|
|
1495
1547
|
patchState: {
|
|
1496
1548
|
name: string;
|
|
@@ -1546,6 +1598,7 @@ export declare const state: {
|
|
|
1546
1598
|
additionalProperties: false;
|
|
1547
1599
|
};
|
|
1548
1600
|
};
|
|
1601
|
+
tags: string[];
|
|
1549
1602
|
};
|
|
1550
1603
|
callAction: {
|
|
1551
1604
|
name: string;
|
|
@@ -1600,6 +1653,7 @@ export declare const state: {
|
|
|
1600
1653
|
additionalProperties: false;
|
|
1601
1654
|
};
|
|
1602
1655
|
};
|
|
1656
|
+
tags: string[];
|
|
1603
1657
|
parameters: {};
|
|
1604
1658
|
};
|
|
1605
1659
|
configureIntegration: {
|
|
@@ -1642,6 +1696,7 @@ export declare const state: {
|
|
|
1642
1696
|
additionalProperties: false;
|
|
1643
1697
|
};
|
|
1644
1698
|
};
|
|
1699
|
+
tags: string[];
|
|
1645
1700
|
parameters: {};
|
|
1646
1701
|
};
|
|
1647
1702
|
getTask: {
|
|
@@ -2344,6 +2399,7 @@ export declare const state: {
|
|
|
2344
2399
|
additionalProperties: false;
|
|
2345
2400
|
};
|
|
2346
2401
|
};
|
|
2402
|
+
tags: string[];
|
|
2347
2403
|
};
|
|
2348
2404
|
trackAnalytics: {
|
|
2349
2405
|
name: string;
|
|
@@ -2473,6 +2529,7 @@ export declare const state: {
|
|
|
2473
2529
|
additionalProperties: false;
|
|
2474
2530
|
};
|
|
2475
2531
|
};
|
|
2532
|
+
tags: string[];
|
|
2476
2533
|
parameters: {};
|
|
2477
2534
|
};
|
|
2478
2535
|
updateAccount: {
|
|
@@ -2543,6 +2600,7 @@ export declare const state: {
|
|
|
2543
2600
|
additionalProperties: false;
|
|
2544
2601
|
};
|
|
2545
2602
|
};
|
|
2603
|
+
tags: string[];
|
|
2546
2604
|
parameters: {};
|
|
2547
2605
|
};
|
|
2548
2606
|
deleteAccount: {
|
|
@@ -2979,6 +3037,7 @@ export declare const state: {
|
|
|
2979
3037
|
additionalProperties: false;
|
|
2980
3038
|
};
|
|
2981
3039
|
};
|
|
3040
|
+
tags: string[];
|
|
2982
3041
|
};
|
|
2983
3042
|
getPublicIntegrationById: {
|
|
2984
3043
|
name: string;
|
|
@@ -3620,6 +3679,7 @@ export declare const state: {
|
|
|
3620
3679
|
additionalProperties: false;
|
|
3621
3680
|
};
|
|
3622
3681
|
};
|
|
3682
|
+
tags: string[];
|
|
3623
3683
|
};
|
|
3624
3684
|
getPublicIntegration: {
|
|
3625
3685
|
name: string;
|
|
@@ -4266,6 +4326,7 @@ export declare const state: {
|
|
|
4266
4326
|
additionalProperties: false;
|
|
4267
4327
|
};
|
|
4268
4328
|
};
|
|
4329
|
+
tags: string[];
|
|
4269
4330
|
};
|
|
4270
4331
|
listPublicPlugins: {
|
|
4271
4332
|
name: string;
|
|
@@ -6402,6 +6463,7 @@ export declare const state: {
|
|
|
6402
6463
|
additionalProperties: false;
|
|
6403
6464
|
};
|
|
6404
6465
|
};
|
|
6466
|
+
tags: string[];
|
|
6405
6467
|
parameters: {};
|
|
6406
6468
|
};
|
|
6407
6469
|
updateBot: {
|
|
@@ -6860,6 +6922,7 @@ export declare const state: {
|
|
|
6860
6922
|
additionalProperties: false;
|
|
6861
6923
|
};
|
|
6862
6924
|
};
|
|
6925
|
+
tags: string[];
|
|
6863
6926
|
};
|
|
6864
6927
|
transferBot: {
|
|
6865
6928
|
name: string;
|
|
@@ -7001,6 +7064,7 @@ export declare const state: {
|
|
|
7001
7064
|
additionalProperties: false;
|
|
7002
7065
|
};
|
|
7003
7066
|
};
|
|
7067
|
+
tags: string[];
|
|
7004
7068
|
};
|
|
7005
7069
|
getBot: {
|
|
7006
7070
|
name: string;
|
|
@@ -7035,6 +7099,7 @@ export declare const state: {
|
|
|
7035
7099
|
additionalProperties: false;
|
|
7036
7100
|
};
|
|
7037
7101
|
};
|
|
7102
|
+
tags: string[];
|
|
7038
7103
|
};
|
|
7039
7104
|
deleteBot: {
|
|
7040
7105
|
name: string;
|
|
@@ -7057,6 +7122,7 @@ export declare const state: {
|
|
|
7057
7122
|
additionalProperties: false;
|
|
7058
7123
|
};
|
|
7059
7124
|
};
|
|
7125
|
+
tags: string[];
|
|
7060
7126
|
};
|
|
7061
7127
|
getBotLogs: {
|
|
7062
7128
|
name: string;
|
|
@@ -7160,6 +7226,7 @@ export declare const state: {
|
|
|
7160
7226
|
additionalProperties: false;
|
|
7161
7227
|
};
|
|
7162
7228
|
};
|
|
7229
|
+
tags: string[];
|
|
7163
7230
|
};
|
|
7164
7231
|
getBotWebchat: {
|
|
7165
7232
|
name: string;
|
|
@@ -7361,6 +7428,7 @@ export declare const state: {
|
|
|
7361
7428
|
additionalProperties: false;
|
|
7362
7429
|
};
|
|
7363
7430
|
};
|
|
7431
|
+
tags: string[];
|
|
7364
7432
|
};
|
|
7365
7433
|
listActionRuns: {
|
|
7366
7434
|
name: string;
|
|
@@ -7546,6 +7614,7 @@ export declare const state: {
|
|
|
7546
7614
|
additionalProperties: false;
|
|
7547
7615
|
};
|
|
7548
7616
|
};
|
|
7617
|
+
tags: string[];
|
|
7549
7618
|
};
|
|
7550
7619
|
listBotIssues: {
|
|
7551
7620
|
name: string;
|
|
@@ -7641,6 +7710,7 @@ export declare const state: {
|
|
|
7641
7710
|
additionalProperties: false;
|
|
7642
7711
|
};
|
|
7643
7712
|
};
|
|
7713
|
+
tags: string[];
|
|
7644
7714
|
};
|
|
7645
7715
|
deleteBotIssue: {
|
|
7646
7716
|
name: string;
|
|
@@ -7668,6 +7738,7 @@ export declare const state: {
|
|
|
7668
7738
|
additionalProperties: false;
|
|
7669
7739
|
};
|
|
7670
7740
|
};
|
|
7741
|
+
tags: string[];
|
|
7671
7742
|
};
|
|
7672
7743
|
listBotIssueEvents: {
|
|
7673
7744
|
name: string;
|
|
@@ -7729,6 +7800,7 @@ export declare const state: {
|
|
|
7729
7800
|
additionalProperties: false;
|
|
7730
7801
|
};
|
|
7731
7802
|
};
|
|
7803
|
+
tags: string[];
|
|
7732
7804
|
};
|
|
7733
7805
|
listBotVersions: {
|
|
7734
7806
|
name: string;
|
|
@@ -8005,6 +8077,7 @@ export declare const state: {
|
|
|
8005
8077
|
additionalProperties: false;
|
|
8006
8078
|
};
|
|
8007
8079
|
};
|
|
8080
|
+
tags: string[];
|
|
8008
8081
|
};
|
|
8009
8082
|
deleteIntegrationShareableId: {
|
|
8010
8083
|
name: string;
|
|
@@ -8037,6 +8110,7 @@ export declare const state: {
|
|
|
8037
8110
|
additionalProperties: false;
|
|
8038
8111
|
};
|
|
8039
8112
|
};
|
|
8113
|
+
tags: string[];
|
|
8040
8114
|
};
|
|
8041
8115
|
getIntegrationShareableId: {
|
|
8042
8116
|
name: string;
|
|
@@ -8078,6 +8152,7 @@ export declare const state: {
|
|
|
8078
8152
|
additionalProperties: false;
|
|
8079
8153
|
};
|
|
8080
8154
|
};
|
|
8155
|
+
tags: string[];
|
|
8081
8156
|
};
|
|
8082
8157
|
unlinkSandboxedConversations: {
|
|
8083
8158
|
name: string;
|
|
@@ -8110,6 +8185,7 @@ export declare const state: {
|
|
|
8110
8185
|
additionalProperties: false;
|
|
8111
8186
|
};
|
|
8112
8187
|
};
|
|
8188
|
+
tags: string[];
|
|
8113
8189
|
};
|
|
8114
8190
|
listBotApiKeys: {
|
|
8115
8191
|
name: string;
|
|
@@ -8669,6 +8745,7 @@ export declare const state: {
|
|
|
8669
8745
|
additionalProperties: false;
|
|
8670
8746
|
};
|
|
8671
8747
|
};
|
|
8748
|
+
tags: string[];
|
|
8672
8749
|
parameters: {};
|
|
8673
8750
|
};
|
|
8674
8751
|
getPublicWorkspace: {
|
|
@@ -8737,6 +8814,7 @@ export declare const state: {
|
|
|
8737
8814
|
additionalProperties: false;
|
|
8738
8815
|
};
|
|
8739
8816
|
};
|
|
8817
|
+
tags: string[];
|
|
8740
8818
|
};
|
|
8741
8819
|
getWorkspace: {
|
|
8742
8820
|
name: string;
|
|
@@ -8830,6 +8908,7 @@ export declare const state: {
|
|
|
8830
8908
|
additionalProperties: false;
|
|
8831
8909
|
};
|
|
8832
8910
|
};
|
|
8911
|
+
tags: string[];
|
|
8833
8912
|
};
|
|
8834
8913
|
listWorkspaceUsages: {
|
|
8835
8914
|
name: string;
|
|
@@ -9223,6 +9302,7 @@ export declare const state: {
|
|
|
9223
9302
|
additionalProperties: false;
|
|
9224
9303
|
};
|
|
9225
9304
|
};
|
|
9305
|
+
tags: string[];
|
|
9226
9306
|
};
|
|
9227
9307
|
checkHandleAvailability: {
|
|
9228
9308
|
name: string;
|
|
@@ -9393,6 +9473,7 @@ export declare const state: {
|
|
|
9393
9473
|
additionalProperties: false;
|
|
9394
9474
|
};
|
|
9395
9475
|
};
|
|
9476
|
+
tags: string[];
|
|
9396
9477
|
};
|
|
9397
9478
|
listPublicWorkspaces: {
|
|
9398
9479
|
name: string;
|
|
@@ -9492,6 +9573,7 @@ export declare const state: {
|
|
|
9492
9573
|
additionalProperties: false;
|
|
9493
9574
|
};
|
|
9494
9575
|
};
|
|
9576
|
+
tags: string[];
|
|
9495
9577
|
};
|
|
9496
9578
|
deleteWorkspace: {
|
|
9497
9579
|
name: string;
|
|
@@ -9517,6 +9599,7 @@ export declare const state: {
|
|
|
9517
9599
|
additionalProperties: false;
|
|
9518
9600
|
};
|
|
9519
9601
|
};
|
|
9602
|
+
tags: string[];
|
|
9520
9603
|
};
|
|
9521
9604
|
getAuditRecords: {
|
|
9522
9605
|
name: string;
|
|
@@ -9601,6 +9684,7 @@ export declare const state: {
|
|
|
9601
9684
|
additionalProperties: false;
|
|
9602
9685
|
};
|
|
9603
9686
|
};
|
|
9687
|
+
tags: string[];
|
|
9604
9688
|
};
|
|
9605
9689
|
setWorkspacePreference: {
|
|
9606
9690
|
name: string;
|
|
@@ -9736,6 +9820,7 @@ export declare const state: {
|
|
|
9736
9820
|
additionalProperties: false;
|
|
9737
9821
|
};
|
|
9738
9822
|
};
|
|
9823
|
+
tags: string[];
|
|
9739
9824
|
};
|
|
9740
9825
|
getWorkspaceMember: {
|
|
9741
9826
|
name: string;
|
|
@@ -9778,6 +9863,7 @@ export declare const state: {
|
|
|
9778
9863
|
additionalProperties: false;
|
|
9779
9864
|
};
|
|
9780
9865
|
};
|
|
9866
|
+
tags: string[];
|
|
9781
9867
|
parameters: {};
|
|
9782
9868
|
};
|
|
9783
9869
|
deleteWorkspaceMember: {
|
|
@@ -9801,6 +9887,7 @@ export declare const state: {
|
|
|
9801
9887
|
additionalProperties: false;
|
|
9802
9888
|
};
|
|
9803
9889
|
};
|
|
9890
|
+
tags: string[];
|
|
9804
9891
|
};
|
|
9805
9892
|
createWorkspaceMember: {
|
|
9806
9893
|
name: string;
|
|
@@ -9862,6 +9949,7 @@ export declare const state: {
|
|
|
9862
9949
|
additionalProperties: false;
|
|
9863
9950
|
};
|
|
9864
9951
|
};
|
|
9952
|
+
tags: string[];
|
|
9865
9953
|
parameters: {};
|
|
9866
9954
|
};
|
|
9867
9955
|
updateWorkspaceMember: {
|
|
@@ -9926,6 +10014,7 @@ export declare const state: {
|
|
|
9926
10014
|
additionalProperties: false;
|
|
9927
10015
|
};
|
|
9928
10016
|
};
|
|
10017
|
+
tags: string[];
|
|
9929
10018
|
};
|
|
9930
10019
|
listIntegrationApiKeys: {
|
|
9931
10020
|
name: string;
|
|
@@ -10609,6 +10698,7 @@ export declare const state: {
|
|
|
10609
10698
|
additionalProperties: false;
|
|
10610
10699
|
};
|
|
10611
10700
|
};
|
|
10701
|
+
tags: string[];
|
|
10612
10702
|
parameters: {};
|
|
10613
10703
|
};
|
|
10614
10704
|
validateIntegrationCreation: {
|
|
@@ -11170,6 +11260,7 @@ export declare const state: {
|
|
|
11170
11260
|
additionalProperties: false;
|
|
11171
11261
|
};
|
|
11172
11262
|
};
|
|
11263
|
+
tags: string[];
|
|
11173
11264
|
parameters: {};
|
|
11174
11265
|
};
|
|
11175
11266
|
updateIntegration: {
|
|
@@ -11749,6 +11840,7 @@ export declare const state: {
|
|
|
11749
11840
|
additionalProperties: false;
|
|
11750
11841
|
};
|
|
11751
11842
|
};
|
|
11843
|
+
tags: string[];
|
|
11752
11844
|
};
|
|
11753
11845
|
validateIntegrationUpdate: {
|
|
11754
11846
|
name: string;
|
|
@@ -12321,6 +12413,7 @@ export declare const state: {
|
|
|
12321
12413
|
additionalProperties: false;
|
|
12322
12414
|
};
|
|
12323
12415
|
};
|
|
12416
|
+
tags: string[];
|
|
12324
12417
|
};
|
|
12325
12418
|
listIntegrations: {
|
|
12326
12419
|
name: string;
|
|
@@ -12536,6 +12629,7 @@ export declare const state: {
|
|
|
12536
12629
|
additionalProperties: false;
|
|
12537
12630
|
};
|
|
12538
12631
|
};
|
|
12632
|
+
tags: string[];
|
|
12539
12633
|
};
|
|
12540
12634
|
getIntegration: {
|
|
12541
12635
|
name: string;
|
|
@@ -12564,6 +12658,7 @@ export declare const state: {
|
|
|
12564
12658
|
additionalProperties: false;
|
|
12565
12659
|
};
|
|
12566
12660
|
};
|
|
12661
|
+
tags: string[];
|
|
12567
12662
|
};
|
|
12568
12663
|
getIntegrationLogs: {
|
|
12569
12664
|
name: string;
|
|
@@ -12661,6 +12756,7 @@ export declare const state: {
|
|
|
12661
12756
|
additionalProperties: false;
|
|
12662
12757
|
};
|
|
12663
12758
|
};
|
|
12759
|
+
tags: string[];
|
|
12664
12760
|
};
|
|
12665
12761
|
getIntegrationByName: {
|
|
12666
12762
|
name: string;
|
|
@@ -12694,6 +12790,7 @@ export declare const state: {
|
|
|
12694
12790
|
additionalProperties: false;
|
|
12695
12791
|
};
|
|
12696
12792
|
};
|
|
12793
|
+
tags: string[];
|
|
12697
12794
|
};
|
|
12698
12795
|
deleteIntegration: {
|
|
12699
12796
|
name: string;
|
|
@@ -12716,6 +12813,7 @@ export declare const state: {
|
|
|
12716
12813
|
additionalProperties: false;
|
|
12717
12814
|
};
|
|
12718
12815
|
};
|
|
12816
|
+
tags: string[];
|
|
12719
12817
|
};
|
|
12720
12818
|
requestIntegrationVerification: {
|
|
12721
12819
|
name: string;
|
|
@@ -15054,6 +15152,7 @@ export declare const state: {
|
|
|
15054
15152
|
additionalProperties: false;
|
|
15055
15153
|
};
|
|
15056
15154
|
};
|
|
15155
|
+
tags: string[];
|
|
15057
15156
|
parameters: {};
|
|
15058
15157
|
};
|
|
15059
15158
|
deleteFile: {
|
|
@@ -15077,6 +15176,7 @@ export declare const state: {
|
|
|
15077
15176
|
additionalProperties: false;
|
|
15078
15177
|
};
|
|
15079
15178
|
};
|
|
15179
|
+
tags: string[];
|
|
15080
15180
|
};
|
|
15081
15181
|
listFiles: {
|
|
15082
15182
|
name: string;
|
|
@@ -15247,6 +15347,7 @@ export declare const state: {
|
|
|
15247
15347
|
additionalProperties: false;
|
|
15248
15348
|
};
|
|
15249
15349
|
};
|
|
15350
|
+
tags: string[];
|
|
15250
15351
|
};
|
|
15251
15352
|
getFile: {
|
|
15252
15353
|
name: string;
|
|
@@ -15376,6 +15477,7 @@ export declare const state: {
|
|
|
15376
15477
|
additionalProperties: false;
|
|
15377
15478
|
};
|
|
15378
15479
|
};
|
|
15480
|
+
tags: string[];
|
|
15379
15481
|
};
|
|
15380
15482
|
updateFileMetadata: {
|
|
15381
15483
|
name: string;
|
|
@@ -15541,6 +15643,7 @@ export declare const state: {
|
|
|
15541
15643
|
additionalProperties: false;
|
|
15542
15644
|
};
|
|
15543
15645
|
};
|
|
15646
|
+
tags: string[];
|
|
15544
15647
|
};
|
|
15545
15648
|
copyFile: {
|
|
15546
15649
|
name: string;
|
|
@@ -15694,6 +15797,7 @@ export declare const state: {
|
|
|
15694
15797
|
additionalProperties: false;
|
|
15695
15798
|
};
|
|
15696
15799
|
};
|
|
15800
|
+
tags: string[];
|
|
15697
15801
|
};
|
|
15698
15802
|
searchFiles: {
|
|
15699
15803
|
name: string;
|
|
@@ -15865,6 +15969,7 @@ export declare const state: {
|
|
|
15865
15969
|
additionalProperties: false;
|
|
15866
15970
|
};
|
|
15867
15971
|
};
|
|
15972
|
+
tags: string[];
|
|
15868
15973
|
};
|
|
15869
15974
|
listFilePassages: {
|
|
15870
15975
|
name: string;
|
|
@@ -15956,6 +16061,7 @@ export declare const state: {
|
|
|
15956
16061
|
additionalProperties: false;
|
|
15957
16062
|
};
|
|
15958
16063
|
};
|
|
16064
|
+
tags: string[];
|
|
15959
16065
|
};
|
|
15960
16066
|
setFilePassages: {
|
|
15961
16067
|
name: string;
|
|
@@ -16054,6 +16160,7 @@ export declare const state: {
|
|
|
16054
16160
|
additionalProperties: false;
|
|
16055
16161
|
};
|
|
16056
16162
|
};
|
|
16163
|
+
tags: string[];
|
|
16057
16164
|
};
|
|
16058
16165
|
listFileTagValues: {
|
|
16059
16166
|
name: string;
|
|
@@ -16100,6 +16207,7 @@ export declare const state: {
|
|
|
16100
16207
|
additionalProperties: false;
|
|
16101
16208
|
};
|
|
16102
16209
|
};
|
|
16210
|
+
tags: string[];
|
|
16103
16211
|
};
|
|
16104
16212
|
createKnowledgeBase: {
|
|
16105
16213
|
name: string;
|
|
@@ -16360,6 +16468,7 @@ export declare const state: {
|
|
|
16360
16468
|
additionalProperties: false;
|
|
16361
16469
|
};
|
|
16362
16470
|
};
|
|
16471
|
+
tags: string[];
|
|
16363
16472
|
};
|
|
16364
16473
|
getTable: {
|
|
16365
16474
|
name: string;
|
|
@@ -16400,6 +16509,7 @@ export declare const state: {
|
|
|
16400
16509
|
additionalProperties: false;
|
|
16401
16510
|
};
|
|
16402
16511
|
};
|
|
16512
|
+
tags: string[];
|
|
16403
16513
|
};
|
|
16404
16514
|
getOrCreateTable: {
|
|
16405
16515
|
name: string;
|
|
@@ -16482,6 +16592,7 @@ export declare const state: {
|
|
|
16482
16592
|
additionalProperties: false;
|
|
16483
16593
|
};
|
|
16484
16594
|
};
|
|
16595
|
+
tags: string[];
|
|
16485
16596
|
};
|
|
16486
16597
|
createTable: {
|
|
16487
16598
|
name: string;
|
|
@@ -16546,6 +16657,7 @@ export declare const state: {
|
|
|
16546
16657
|
additionalProperties: false;
|
|
16547
16658
|
};
|
|
16548
16659
|
};
|
|
16660
|
+
tags: string[];
|
|
16549
16661
|
parameters: {};
|
|
16550
16662
|
};
|
|
16551
16663
|
duplicateTable: {
|
|
@@ -16600,6 +16712,7 @@ export declare const state: {
|
|
|
16600
16712
|
additionalProperties: false;
|
|
16601
16713
|
};
|
|
16602
16714
|
};
|
|
16715
|
+
tags: string[];
|
|
16603
16716
|
};
|
|
16604
16717
|
exportTable: {
|
|
16605
16718
|
name: string;
|
|
@@ -16912,6 +17025,7 @@ export declare const state: {
|
|
|
16912
17025
|
additionalProperties: false;
|
|
16913
17026
|
};
|
|
16914
17027
|
};
|
|
17028
|
+
tags: string[];
|
|
16915
17029
|
};
|
|
16916
17030
|
renameTableColumn: {
|
|
16917
17031
|
name: string;
|
|
@@ -16961,6 +17075,7 @@ export declare const state: {
|
|
|
16961
17075
|
additionalProperties: false;
|
|
16962
17076
|
};
|
|
16963
17077
|
};
|
|
17078
|
+
tags: string[];
|
|
16964
17079
|
};
|
|
16965
17080
|
deleteTable: {
|
|
16966
17081
|
name: string;
|
|
@@ -16983,6 +17098,7 @@ export declare const state: {
|
|
|
16983
17098
|
additionalProperties: false;
|
|
16984
17099
|
};
|
|
16985
17100
|
};
|
|
17101
|
+
tags: string[];
|
|
16986
17102
|
};
|
|
16987
17103
|
getTableRow: {
|
|
16988
17104
|
name: string;
|
|
@@ -17020,6 +17136,7 @@ export declare const state: {
|
|
|
17020
17136
|
additionalProperties: false;
|
|
17021
17137
|
};
|
|
17022
17138
|
};
|
|
17139
|
+
tags: string[];
|
|
17023
17140
|
};
|
|
17024
17141
|
findTableRows: {
|
|
17025
17142
|
name: string;
|
|
@@ -17124,6 +17241,7 @@ export declare const state: {
|
|
|
17124
17241
|
additionalProperties: false;
|
|
17125
17242
|
};
|
|
17126
17243
|
};
|
|
17244
|
+
tags: string[];
|
|
17127
17245
|
};
|
|
17128
17246
|
createTableRows: {
|
|
17129
17247
|
name: string;
|
|
@@ -17194,6 +17312,7 @@ export declare const state: {
|
|
|
17194
17312
|
additionalProperties: false;
|
|
17195
17313
|
};
|
|
17196
17314
|
};
|
|
17315
|
+
tags: string[];
|
|
17197
17316
|
};
|
|
17198
17317
|
deleteTableRows: {
|
|
17199
17318
|
name: string;
|
|
@@ -17249,6 +17368,7 @@ export declare const state: {
|
|
|
17249
17368
|
additionalProperties: false;
|
|
17250
17369
|
};
|
|
17251
17370
|
};
|
|
17371
|
+
tags: string[];
|
|
17252
17372
|
};
|
|
17253
17373
|
updateTableRows: {
|
|
17254
17374
|
name: string;
|
|
@@ -17326,6 +17446,7 @@ export declare const state: {
|
|
|
17326
17446
|
additionalProperties: false;
|
|
17327
17447
|
};
|
|
17328
17448
|
};
|
|
17449
|
+
tags: string[];
|
|
17329
17450
|
};
|
|
17330
17451
|
upsertTableRows: {
|
|
17331
17452
|
name: string;
|
|
@@ -17414,6 +17535,7 @@ export declare const state: {
|
|
|
17414
17535
|
additionalProperties: false;
|
|
17415
17536
|
};
|
|
17416
17537
|
};
|
|
17538
|
+
tags: string[];
|
|
17417
17539
|
};
|
|
17418
17540
|
};
|
|
17419
17541
|
metadata: {
|
|
@@ -17563,6 +17685,7 @@ export declare const state: {
|
|
|
17563
17685
|
createEventResponse: true;
|
|
17564
17686
|
getEventResponse: true;
|
|
17565
17687
|
listEventsResponse: true;
|
|
17688
|
+
cancelScheduledEventResponse: true;
|
|
17566
17689
|
createMessageResponse: true;
|
|
17567
17690
|
getOrCreateMessageResponse: true;
|
|
17568
17691
|
getMessageResponse: true;
|