@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.
- package/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +4056 -228
- package/dist/src/gen/admin/state.d.ts +1197 -69
- package/dist/src/gen/files/state.d.ts +594 -3
- package/dist/src/gen/runtime/state.d.ts +910 -14
- package/dist/src/gen/state.d.ts +100 -0
- package/dist/src/gen/tables/state.d.ts +668 -2
- package/dist/src/index.d.ts +134 -39
- package/package.json +2 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1274 -60
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +627 -14
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1007 -41
- package/src/gen/state.ts +382 -82
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +713 -17
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,7 @@ export declare const state: {
|
|
|
627
639
|
additionalProperties: false;
|
|
628
640
|
};
|
|
629
641
|
};
|
|
642
|
+
tags: string[];
|
|
630
643
|
};
|
|
631
644
|
cancelScheduledEvent: {
|
|
632
645
|
name: string;
|
|
@@ -649,6 +662,7 @@ export declare const state: {
|
|
|
649
662
|
additionalProperties: false;
|
|
650
663
|
};
|
|
651
664
|
};
|
|
665
|
+
tags: string[];
|
|
652
666
|
};
|
|
653
667
|
createMessage: {
|
|
654
668
|
name: string;
|
|
@@ -733,6 +747,7 @@ export declare const state: {
|
|
|
733
747
|
additionalProperties: false;
|
|
734
748
|
};
|
|
735
749
|
};
|
|
750
|
+
tags: string[];
|
|
736
751
|
parameters: {};
|
|
737
752
|
};
|
|
738
753
|
getOrCreateMessage: {
|
|
@@ -825,6 +840,7 @@ export declare const state: {
|
|
|
825
840
|
additionalProperties: false;
|
|
826
841
|
};
|
|
827
842
|
};
|
|
843
|
+
tags: string[];
|
|
828
844
|
parameters: {};
|
|
829
845
|
};
|
|
830
846
|
getMessage: {
|
|
@@ -854,6 +870,7 @@ export declare const state: {
|
|
|
854
870
|
additionalProperties: false;
|
|
855
871
|
};
|
|
856
872
|
};
|
|
873
|
+
tags: string[];
|
|
857
874
|
};
|
|
858
875
|
updateMessage: {
|
|
859
876
|
name: string;
|
|
@@ -905,6 +922,7 @@ export declare const state: {
|
|
|
905
922
|
additionalProperties: false;
|
|
906
923
|
};
|
|
907
924
|
};
|
|
925
|
+
tags: string[];
|
|
908
926
|
};
|
|
909
927
|
listMessages: {
|
|
910
928
|
name: string;
|
|
@@ -962,6 +980,7 @@ export declare const state: {
|
|
|
962
980
|
additionalProperties: false;
|
|
963
981
|
};
|
|
964
982
|
};
|
|
983
|
+
tags: string[];
|
|
965
984
|
};
|
|
966
985
|
deleteMessage: {
|
|
967
986
|
name: string;
|
|
@@ -984,6 +1003,7 @@ export declare const state: {
|
|
|
984
1003
|
additionalProperties: false;
|
|
985
1004
|
};
|
|
986
1005
|
};
|
|
1006
|
+
tags: string[];
|
|
987
1007
|
};
|
|
988
1008
|
createUser: {
|
|
989
1009
|
name: string;
|
|
@@ -1041,6 +1061,7 @@ export declare const state: {
|
|
|
1041
1061
|
additionalProperties: false;
|
|
1042
1062
|
};
|
|
1043
1063
|
};
|
|
1064
|
+
tags: string[];
|
|
1044
1065
|
parameters: {};
|
|
1045
1066
|
};
|
|
1046
1067
|
getUser: {
|
|
@@ -1070,6 +1091,7 @@ export declare const state: {
|
|
|
1070
1091
|
additionalProperties: false;
|
|
1071
1092
|
};
|
|
1072
1093
|
};
|
|
1094
|
+
tags: string[];
|
|
1073
1095
|
};
|
|
1074
1096
|
listUsers: {
|
|
1075
1097
|
name: string;
|
|
@@ -1127,6 +1149,7 @@ export declare const state: {
|
|
|
1127
1149
|
additionalProperties: false;
|
|
1128
1150
|
};
|
|
1129
1151
|
};
|
|
1152
|
+
tags: string[];
|
|
1130
1153
|
};
|
|
1131
1154
|
getOrCreateUser: {
|
|
1132
1155
|
name: string;
|
|
@@ -1191,6 +1214,7 @@ export declare const state: {
|
|
|
1191
1214
|
additionalProperties: false;
|
|
1192
1215
|
};
|
|
1193
1216
|
};
|
|
1217
|
+
tags: string[];
|
|
1194
1218
|
parameters: {};
|
|
1195
1219
|
};
|
|
1196
1220
|
updateUser: {
|
|
@@ -1250,6 +1274,7 @@ export declare const state: {
|
|
|
1250
1274
|
additionalProperties: false;
|
|
1251
1275
|
};
|
|
1252
1276
|
};
|
|
1277
|
+
tags: string[];
|
|
1253
1278
|
};
|
|
1254
1279
|
deleteUser: {
|
|
1255
1280
|
name: string;
|
|
@@ -1272,6 +1297,7 @@ export declare const state: {
|
|
|
1272
1297
|
additionalProperties: false;
|
|
1273
1298
|
};
|
|
1274
1299
|
};
|
|
1300
|
+
tags: string[];
|
|
1275
1301
|
};
|
|
1276
1302
|
setStateExpiry: {
|
|
1277
1303
|
name: string;
|
|
@@ -1329,6 +1355,7 @@ export declare const state: {
|
|
|
1329
1355
|
additionalProperties: false;
|
|
1330
1356
|
};
|
|
1331
1357
|
};
|
|
1358
|
+
tags: string[];
|
|
1332
1359
|
};
|
|
1333
1360
|
getState: {
|
|
1334
1361
|
name: string;
|
|
@@ -1378,6 +1405,7 @@ export declare const state: {
|
|
|
1378
1405
|
additionalProperties: false;
|
|
1379
1406
|
};
|
|
1380
1407
|
};
|
|
1408
|
+
tags: string[];
|
|
1381
1409
|
};
|
|
1382
1410
|
setState: {
|
|
1383
1411
|
name: string;
|
|
@@ -1441,6 +1469,7 @@ export declare const state: {
|
|
|
1441
1469
|
additionalProperties: false;
|
|
1442
1470
|
};
|
|
1443
1471
|
};
|
|
1472
|
+
tags: string[];
|
|
1444
1473
|
};
|
|
1445
1474
|
getOrSetState: {
|
|
1446
1475
|
name: string;
|
|
@@ -1513,6 +1542,7 @@ export declare const state: {
|
|
|
1513
1542
|
additionalProperties: false;
|
|
1514
1543
|
};
|
|
1515
1544
|
};
|
|
1545
|
+
tags: string[];
|
|
1516
1546
|
};
|
|
1517
1547
|
patchState: {
|
|
1518
1548
|
name: string;
|
|
@@ -1568,6 +1598,7 @@ export declare const state: {
|
|
|
1568
1598
|
additionalProperties: false;
|
|
1569
1599
|
};
|
|
1570
1600
|
};
|
|
1601
|
+
tags: string[];
|
|
1571
1602
|
};
|
|
1572
1603
|
callAction: {
|
|
1573
1604
|
name: string;
|
|
@@ -1622,6 +1653,7 @@ export declare const state: {
|
|
|
1622
1653
|
additionalProperties: false;
|
|
1623
1654
|
};
|
|
1624
1655
|
};
|
|
1656
|
+
tags: string[];
|
|
1625
1657
|
parameters: {};
|
|
1626
1658
|
};
|
|
1627
1659
|
configureIntegration: {
|
|
@@ -1664,6 +1696,7 @@ export declare const state: {
|
|
|
1664
1696
|
additionalProperties: false;
|
|
1665
1697
|
};
|
|
1666
1698
|
};
|
|
1699
|
+
tags: string[];
|
|
1667
1700
|
parameters: {};
|
|
1668
1701
|
};
|
|
1669
1702
|
getTask: {
|
|
@@ -2366,6 +2399,7 @@ export declare const state: {
|
|
|
2366
2399
|
additionalProperties: false;
|
|
2367
2400
|
};
|
|
2368
2401
|
};
|
|
2402
|
+
tags: string[];
|
|
2369
2403
|
};
|
|
2370
2404
|
trackAnalytics: {
|
|
2371
2405
|
name: string;
|
|
@@ -2495,6 +2529,7 @@ export declare const state: {
|
|
|
2495
2529
|
additionalProperties: false;
|
|
2496
2530
|
};
|
|
2497
2531
|
};
|
|
2532
|
+
tags: string[];
|
|
2498
2533
|
parameters: {};
|
|
2499
2534
|
};
|
|
2500
2535
|
updateAccount: {
|
|
@@ -2565,6 +2600,7 @@ export declare const state: {
|
|
|
2565
2600
|
additionalProperties: false;
|
|
2566
2601
|
};
|
|
2567
2602
|
};
|
|
2603
|
+
tags: string[];
|
|
2568
2604
|
parameters: {};
|
|
2569
2605
|
};
|
|
2570
2606
|
deleteAccount: {
|
|
@@ -3001,6 +3037,7 @@ export declare const state: {
|
|
|
3001
3037
|
additionalProperties: false;
|
|
3002
3038
|
};
|
|
3003
3039
|
};
|
|
3040
|
+
tags: string[];
|
|
3004
3041
|
};
|
|
3005
3042
|
getPublicIntegrationById: {
|
|
3006
3043
|
name: string;
|
|
@@ -3642,6 +3679,7 @@ export declare const state: {
|
|
|
3642
3679
|
additionalProperties: false;
|
|
3643
3680
|
};
|
|
3644
3681
|
};
|
|
3682
|
+
tags: string[];
|
|
3645
3683
|
};
|
|
3646
3684
|
getPublicIntegration: {
|
|
3647
3685
|
name: string;
|
|
@@ -4288,6 +4326,7 @@ export declare const state: {
|
|
|
4288
4326
|
additionalProperties: false;
|
|
4289
4327
|
};
|
|
4290
4328
|
};
|
|
4329
|
+
tags: string[];
|
|
4291
4330
|
};
|
|
4292
4331
|
listPublicPlugins: {
|
|
4293
4332
|
name: string;
|
|
@@ -6424,6 +6463,7 @@ export declare const state: {
|
|
|
6424
6463
|
additionalProperties: false;
|
|
6425
6464
|
};
|
|
6426
6465
|
};
|
|
6466
|
+
tags: string[];
|
|
6427
6467
|
parameters: {};
|
|
6428
6468
|
};
|
|
6429
6469
|
updateBot: {
|
|
@@ -6882,6 +6922,7 @@ export declare const state: {
|
|
|
6882
6922
|
additionalProperties: false;
|
|
6883
6923
|
};
|
|
6884
6924
|
};
|
|
6925
|
+
tags: string[];
|
|
6885
6926
|
};
|
|
6886
6927
|
transferBot: {
|
|
6887
6928
|
name: string;
|
|
@@ -7023,6 +7064,7 @@ export declare const state: {
|
|
|
7023
7064
|
additionalProperties: false;
|
|
7024
7065
|
};
|
|
7025
7066
|
};
|
|
7067
|
+
tags: string[];
|
|
7026
7068
|
};
|
|
7027
7069
|
getBot: {
|
|
7028
7070
|
name: string;
|
|
@@ -7057,6 +7099,7 @@ export declare const state: {
|
|
|
7057
7099
|
additionalProperties: false;
|
|
7058
7100
|
};
|
|
7059
7101
|
};
|
|
7102
|
+
tags: string[];
|
|
7060
7103
|
};
|
|
7061
7104
|
deleteBot: {
|
|
7062
7105
|
name: string;
|
|
@@ -7079,6 +7122,7 @@ export declare const state: {
|
|
|
7079
7122
|
additionalProperties: false;
|
|
7080
7123
|
};
|
|
7081
7124
|
};
|
|
7125
|
+
tags: string[];
|
|
7082
7126
|
};
|
|
7083
7127
|
getBotLogs: {
|
|
7084
7128
|
name: string;
|
|
@@ -7182,6 +7226,7 @@ export declare const state: {
|
|
|
7182
7226
|
additionalProperties: false;
|
|
7183
7227
|
};
|
|
7184
7228
|
};
|
|
7229
|
+
tags: string[];
|
|
7185
7230
|
};
|
|
7186
7231
|
getBotWebchat: {
|
|
7187
7232
|
name: string;
|
|
@@ -7383,6 +7428,7 @@ export declare const state: {
|
|
|
7383
7428
|
additionalProperties: false;
|
|
7384
7429
|
};
|
|
7385
7430
|
};
|
|
7431
|
+
tags: string[];
|
|
7386
7432
|
};
|
|
7387
7433
|
listActionRuns: {
|
|
7388
7434
|
name: string;
|
|
@@ -7568,6 +7614,7 @@ export declare const state: {
|
|
|
7568
7614
|
additionalProperties: false;
|
|
7569
7615
|
};
|
|
7570
7616
|
};
|
|
7617
|
+
tags: string[];
|
|
7571
7618
|
};
|
|
7572
7619
|
listBotIssues: {
|
|
7573
7620
|
name: string;
|
|
@@ -7663,6 +7710,7 @@ export declare const state: {
|
|
|
7663
7710
|
additionalProperties: false;
|
|
7664
7711
|
};
|
|
7665
7712
|
};
|
|
7713
|
+
tags: string[];
|
|
7666
7714
|
};
|
|
7667
7715
|
deleteBotIssue: {
|
|
7668
7716
|
name: string;
|
|
@@ -7690,6 +7738,7 @@ export declare const state: {
|
|
|
7690
7738
|
additionalProperties: false;
|
|
7691
7739
|
};
|
|
7692
7740
|
};
|
|
7741
|
+
tags: string[];
|
|
7693
7742
|
};
|
|
7694
7743
|
listBotIssueEvents: {
|
|
7695
7744
|
name: string;
|
|
@@ -7751,6 +7800,7 @@ export declare const state: {
|
|
|
7751
7800
|
additionalProperties: false;
|
|
7752
7801
|
};
|
|
7753
7802
|
};
|
|
7803
|
+
tags: string[];
|
|
7754
7804
|
};
|
|
7755
7805
|
listBotVersions: {
|
|
7756
7806
|
name: string;
|
|
@@ -8027,6 +8077,7 @@ export declare const state: {
|
|
|
8027
8077
|
additionalProperties: false;
|
|
8028
8078
|
};
|
|
8029
8079
|
};
|
|
8080
|
+
tags: string[];
|
|
8030
8081
|
};
|
|
8031
8082
|
deleteIntegrationShareableId: {
|
|
8032
8083
|
name: string;
|
|
@@ -8059,6 +8110,7 @@ export declare const state: {
|
|
|
8059
8110
|
additionalProperties: false;
|
|
8060
8111
|
};
|
|
8061
8112
|
};
|
|
8113
|
+
tags: string[];
|
|
8062
8114
|
};
|
|
8063
8115
|
getIntegrationShareableId: {
|
|
8064
8116
|
name: string;
|
|
@@ -8100,6 +8152,7 @@ export declare const state: {
|
|
|
8100
8152
|
additionalProperties: false;
|
|
8101
8153
|
};
|
|
8102
8154
|
};
|
|
8155
|
+
tags: string[];
|
|
8103
8156
|
};
|
|
8104
8157
|
unlinkSandboxedConversations: {
|
|
8105
8158
|
name: string;
|
|
@@ -8132,6 +8185,7 @@ export declare const state: {
|
|
|
8132
8185
|
additionalProperties: false;
|
|
8133
8186
|
};
|
|
8134
8187
|
};
|
|
8188
|
+
tags: string[];
|
|
8135
8189
|
};
|
|
8136
8190
|
listBotApiKeys: {
|
|
8137
8191
|
name: string;
|
|
@@ -8691,6 +8745,7 @@ export declare const state: {
|
|
|
8691
8745
|
additionalProperties: false;
|
|
8692
8746
|
};
|
|
8693
8747
|
};
|
|
8748
|
+
tags: string[];
|
|
8694
8749
|
parameters: {};
|
|
8695
8750
|
};
|
|
8696
8751
|
getPublicWorkspace: {
|
|
@@ -8759,6 +8814,7 @@ export declare const state: {
|
|
|
8759
8814
|
additionalProperties: false;
|
|
8760
8815
|
};
|
|
8761
8816
|
};
|
|
8817
|
+
tags: string[];
|
|
8762
8818
|
};
|
|
8763
8819
|
getWorkspace: {
|
|
8764
8820
|
name: string;
|
|
@@ -8852,6 +8908,7 @@ export declare const state: {
|
|
|
8852
8908
|
additionalProperties: false;
|
|
8853
8909
|
};
|
|
8854
8910
|
};
|
|
8911
|
+
tags: string[];
|
|
8855
8912
|
};
|
|
8856
8913
|
listWorkspaceUsages: {
|
|
8857
8914
|
name: string;
|
|
@@ -9245,6 +9302,7 @@ export declare const state: {
|
|
|
9245
9302
|
additionalProperties: false;
|
|
9246
9303
|
};
|
|
9247
9304
|
};
|
|
9305
|
+
tags: string[];
|
|
9248
9306
|
};
|
|
9249
9307
|
checkHandleAvailability: {
|
|
9250
9308
|
name: string;
|
|
@@ -9415,6 +9473,7 @@ export declare const state: {
|
|
|
9415
9473
|
additionalProperties: false;
|
|
9416
9474
|
};
|
|
9417
9475
|
};
|
|
9476
|
+
tags: string[];
|
|
9418
9477
|
};
|
|
9419
9478
|
listPublicWorkspaces: {
|
|
9420
9479
|
name: string;
|
|
@@ -9514,6 +9573,7 @@ export declare const state: {
|
|
|
9514
9573
|
additionalProperties: false;
|
|
9515
9574
|
};
|
|
9516
9575
|
};
|
|
9576
|
+
tags: string[];
|
|
9517
9577
|
};
|
|
9518
9578
|
deleteWorkspace: {
|
|
9519
9579
|
name: string;
|
|
@@ -9539,6 +9599,7 @@ export declare const state: {
|
|
|
9539
9599
|
additionalProperties: false;
|
|
9540
9600
|
};
|
|
9541
9601
|
};
|
|
9602
|
+
tags: string[];
|
|
9542
9603
|
};
|
|
9543
9604
|
getAuditRecords: {
|
|
9544
9605
|
name: string;
|
|
@@ -9623,6 +9684,7 @@ export declare const state: {
|
|
|
9623
9684
|
additionalProperties: false;
|
|
9624
9685
|
};
|
|
9625
9686
|
};
|
|
9687
|
+
tags: string[];
|
|
9626
9688
|
};
|
|
9627
9689
|
setWorkspacePreference: {
|
|
9628
9690
|
name: string;
|
|
@@ -9758,6 +9820,7 @@ export declare const state: {
|
|
|
9758
9820
|
additionalProperties: false;
|
|
9759
9821
|
};
|
|
9760
9822
|
};
|
|
9823
|
+
tags: string[];
|
|
9761
9824
|
};
|
|
9762
9825
|
getWorkspaceMember: {
|
|
9763
9826
|
name: string;
|
|
@@ -9800,6 +9863,7 @@ export declare const state: {
|
|
|
9800
9863
|
additionalProperties: false;
|
|
9801
9864
|
};
|
|
9802
9865
|
};
|
|
9866
|
+
tags: string[];
|
|
9803
9867
|
parameters: {};
|
|
9804
9868
|
};
|
|
9805
9869
|
deleteWorkspaceMember: {
|
|
@@ -9823,6 +9887,7 @@ export declare const state: {
|
|
|
9823
9887
|
additionalProperties: false;
|
|
9824
9888
|
};
|
|
9825
9889
|
};
|
|
9890
|
+
tags: string[];
|
|
9826
9891
|
};
|
|
9827
9892
|
createWorkspaceMember: {
|
|
9828
9893
|
name: string;
|
|
@@ -9884,6 +9949,7 @@ export declare const state: {
|
|
|
9884
9949
|
additionalProperties: false;
|
|
9885
9950
|
};
|
|
9886
9951
|
};
|
|
9952
|
+
tags: string[];
|
|
9887
9953
|
parameters: {};
|
|
9888
9954
|
};
|
|
9889
9955
|
updateWorkspaceMember: {
|
|
@@ -9948,6 +10014,7 @@ export declare const state: {
|
|
|
9948
10014
|
additionalProperties: false;
|
|
9949
10015
|
};
|
|
9950
10016
|
};
|
|
10017
|
+
tags: string[];
|
|
9951
10018
|
};
|
|
9952
10019
|
listIntegrationApiKeys: {
|
|
9953
10020
|
name: string;
|
|
@@ -10631,6 +10698,7 @@ export declare const state: {
|
|
|
10631
10698
|
additionalProperties: false;
|
|
10632
10699
|
};
|
|
10633
10700
|
};
|
|
10701
|
+
tags: string[];
|
|
10634
10702
|
parameters: {};
|
|
10635
10703
|
};
|
|
10636
10704
|
validateIntegrationCreation: {
|
|
@@ -11192,6 +11260,7 @@ export declare const state: {
|
|
|
11192
11260
|
additionalProperties: false;
|
|
11193
11261
|
};
|
|
11194
11262
|
};
|
|
11263
|
+
tags: string[];
|
|
11195
11264
|
parameters: {};
|
|
11196
11265
|
};
|
|
11197
11266
|
updateIntegration: {
|
|
@@ -11771,6 +11840,7 @@ export declare const state: {
|
|
|
11771
11840
|
additionalProperties: false;
|
|
11772
11841
|
};
|
|
11773
11842
|
};
|
|
11843
|
+
tags: string[];
|
|
11774
11844
|
};
|
|
11775
11845
|
validateIntegrationUpdate: {
|
|
11776
11846
|
name: string;
|
|
@@ -12343,6 +12413,7 @@ export declare const state: {
|
|
|
12343
12413
|
additionalProperties: false;
|
|
12344
12414
|
};
|
|
12345
12415
|
};
|
|
12416
|
+
tags: string[];
|
|
12346
12417
|
};
|
|
12347
12418
|
listIntegrations: {
|
|
12348
12419
|
name: string;
|
|
@@ -12558,6 +12629,7 @@ export declare const state: {
|
|
|
12558
12629
|
additionalProperties: false;
|
|
12559
12630
|
};
|
|
12560
12631
|
};
|
|
12632
|
+
tags: string[];
|
|
12561
12633
|
};
|
|
12562
12634
|
getIntegration: {
|
|
12563
12635
|
name: string;
|
|
@@ -12586,6 +12658,7 @@ export declare const state: {
|
|
|
12586
12658
|
additionalProperties: false;
|
|
12587
12659
|
};
|
|
12588
12660
|
};
|
|
12661
|
+
tags: string[];
|
|
12589
12662
|
};
|
|
12590
12663
|
getIntegrationLogs: {
|
|
12591
12664
|
name: string;
|
|
@@ -12683,6 +12756,7 @@ export declare const state: {
|
|
|
12683
12756
|
additionalProperties: false;
|
|
12684
12757
|
};
|
|
12685
12758
|
};
|
|
12759
|
+
tags: string[];
|
|
12686
12760
|
};
|
|
12687
12761
|
getIntegrationByName: {
|
|
12688
12762
|
name: string;
|
|
@@ -12716,6 +12790,7 @@ export declare const state: {
|
|
|
12716
12790
|
additionalProperties: false;
|
|
12717
12791
|
};
|
|
12718
12792
|
};
|
|
12793
|
+
tags: string[];
|
|
12719
12794
|
};
|
|
12720
12795
|
deleteIntegration: {
|
|
12721
12796
|
name: string;
|
|
@@ -12738,6 +12813,7 @@ export declare const state: {
|
|
|
12738
12813
|
additionalProperties: false;
|
|
12739
12814
|
};
|
|
12740
12815
|
};
|
|
12816
|
+
tags: string[];
|
|
12741
12817
|
};
|
|
12742
12818
|
requestIntegrationVerification: {
|
|
12743
12819
|
name: string;
|
|
@@ -15076,6 +15152,7 @@ export declare const state: {
|
|
|
15076
15152
|
additionalProperties: false;
|
|
15077
15153
|
};
|
|
15078
15154
|
};
|
|
15155
|
+
tags: string[];
|
|
15079
15156
|
parameters: {};
|
|
15080
15157
|
};
|
|
15081
15158
|
deleteFile: {
|
|
@@ -15099,6 +15176,7 @@ export declare const state: {
|
|
|
15099
15176
|
additionalProperties: false;
|
|
15100
15177
|
};
|
|
15101
15178
|
};
|
|
15179
|
+
tags: string[];
|
|
15102
15180
|
};
|
|
15103
15181
|
listFiles: {
|
|
15104
15182
|
name: string;
|
|
@@ -15269,6 +15347,7 @@ export declare const state: {
|
|
|
15269
15347
|
additionalProperties: false;
|
|
15270
15348
|
};
|
|
15271
15349
|
};
|
|
15350
|
+
tags: string[];
|
|
15272
15351
|
};
|
|
15273
15352
|
getFile: {
|
|
15274
15353
|
name: string;
|
|
@@ -15398,6 +15477,7 @@ export declare const state: {
|
|
|
15398
15477
|
additionalProperties: false;
|
|
15399
15478
|
};
|
|
15400
15479
|
};
|
|
15480
|
+
tags: string[];
|
|
15401
15481
|
};
|
|
15402
15482
|
updateFileMetadata: {
|
|
15403
15483
|
name: string;
|
|
@@ -15563,6 +15643,7 @@ export declare const state: {
|
|
|
15563
15643
|
additionalProperties: false;
|
|
15564
15644
|
};
|
|
15565
15645
|
};
|
|
15646
|
+
tags: string[];
|
|
15566
15647
|
};
|
|
15567
15648
|
copyFile: {
|
|
15568
15649
|
name: string;
|
|
@@ -15716,6 +15797,7 @@ export declare const state: {
|
|
|
15716
15797
|
additionalProperties: false;
|
|
15717
15798
|
};
|
|
15718
15799
|
};
|
|
15800
|
+
tags: string[];
|
|
15719
15801
|
};
|
|
15720
15802
|
searchFiles: {
|
|
15721
15803
|
name: string;
|
|
@@ -15887,6 +15969,7 @@ export declare const state: {
|
|
|
15887
15969
|
additionalProperties: false;
|
|
15888
15970
|
};
|
|
15889
15971
|
};
|
|
15972
|
+
tags: string[];
|
|
15890
15973
|
};
|
|
15891
15974
|
listFilePassages: {
|
|
15892
15975
|
name: string;
|
|
@@ -15978,6 +16061,7 @@ export declare const state: {
|
|
|
15978
16061
|
additionalProperties: false;
|
|
15979
16062
|
};
|
|
15980
16063
|
};
|
|
16064
|
+
tags: string[];
|
|
15981
16065
|
};
|
|
15982
16066
|
setFilePassages: {
|
|
15983
16067
|
name: string;
|
|
@@ -16076,6 +16160,7 @@ export declare const state: {
|
|
|
16076
16160
|
additionalProperties: false;
|
|
16077
16161
|
};
|
|
16078
16162
|
};
|
|
16163
|
+
tags: string[];
|
|
16079
16164
|
};
|
|
16080
16165
|
listFileTagValues: {
|
|
16081
16166
|
name: string;
|
|
@@ -16122,6 +16207,7 @@ export declare const state: {
|
|
|
16122
16207
|
additionalProperties: false;
|
|
16123
16208
|
};
|
|
16124
16209
|
};
|
|
16210
|
+
tags: string[];
|
|
16125
16211
|
};
|
|
16126
16212
|
createKnowledgeBase: {
|
|
16127
16213
|
name: string;
|
|
@@ -16382,6 +16468,7 @@ export declare const state: {
|
|
|
16382
16468
|
additionalProperties: false;
|
|
16383
16469
|
};
|
|
16384
16470
|
};
|
|
16471
|
+
tags: string[];
|
|
16385
16472
|
};
|
|
16386
16473
|
getTable: {
|
|
16387
16474
|
name: string;
|
|
@@ -16422,6 +16509,7 @@ export declare const state: {
|
|
|
16422
16509
|
additionalProperties: false;
|
|
16423
16510
|
};
|
|
16424
16511
|
};
|
|
16512
|
+
tags: string[];
|
|
16425
16513
|
};
|
|
16426
16514
|
getOrCreateTable: {
|
|
16427
16515
|
name: string;
|
|
@@ -16504,6 +16592,7 @@ export declare const state: {
|
|
|
16504
16592
|
additionalProperties: false;
|
|
16505
16593
|
};
|
|
16506
16594
|
};
|
|
16595
|
+
tags: string[];
|
|
16507
16596
|
};
|
|
16508
16597
|
createTable: {
|
|
16509
16598
|
name: string;
|
|
@@ -16568,6 +16657,7 @@ export declare const state: {
|
|
|
16568
16657
|
additionalProperties: false;
|
|
16569
16658
|
};
|
|
16570
16659
|
};
|
|
16660
|
+
tags: string[];
|
|
16571
16661
|
parameters: {};
|
|
16572
16662
|
};
|
|
16573
16663
|
duplicateTable: {
|
|
@@ -16622,6 +16712,7 @@ export declare const state: {
|
|
|
16622
16712
|
additionalProperties: false;
|
|
16623
16713
|
};
|
|
16624
16714
|
};
|
|
16715
|
+
tags: string[];
|
|
16625
16716
|
};
|
|
16626
16717
|
exportTable: {
|
|
16627
16718
|
name: string;
|
|
@@ -16934,6 +17025,7 @@ export declare const state: {
|
|
|
16934
17025
|
additionalProperties: false;
|
|
16935
17026
|
};
|
|
16936
17027
|
};
|
|
17028
|
+
tags: string[];
|
|
16937
17029
|
};
|
|
16938
17030
|
renameTableColumn: {
|
|
16939
17031
|
name: string;
|
|
@@ -16983,6 +17075,7 @@ export declare const state: {
|
|
|
16983
17075
|
additionalProperties: false;
|
|
16984
17076
|
};
|
|
16985
17077
|
};
|
|
17078
|
+
tags: string[];
|
|
16986
17079
|
};
|
|
16987
17080
|
deleteTable: {
|
|
16988
17081
|
name: string;
|
|
@@ -17005,6 +17098,7 @@ export declare const state: {
|
|
|
17005
17098
|
additionalProperties: false;
|
|
17006
17099
|
};
|
|
17007
17100
|
};
|
|
17101
|
+
tags: string[];
|
|
17008
17102
|
};
|
|
17009
17103
|
getTableRow: {
|
|
17010
17104
|
name: string;
|
|
@@ -17042,6 +17136,7 @@ export declare const state: {
|
|
|
17042
17136
|
additionalProperties: false;
|
|
17043
17137
|
};
|
|
17044
17138
|
};
|
|
17139
|
+
tags: string[];
|
|
17045
17140
|
};
|
|
17046
17141
|
findTableRows: {
|
|
17047
17142
|
name: string;
|
|
@@ -17146,6 +17241,7 @@ export declare const state: {
|
|
|
17146
17241
|
additionalProperties: false;
|
|
17147
17242
|
};
|
|
17148
17243
|
};
|
|
17244
|
+
tags: string[];
|
|
17149
17245
|
};
|
|
17150
17246
|
createTableRows: {
|
|
17151
17247
|
name: string;
|
|
@@ -17216,6 +17312,7 @@ export declare const state: {
|
|
|
17216
17312
|
additionalProperties: false;
|
|
17217
17313
|
};
|
|
17218
17314
|
};
|
|
17315
|
+
tags: string[];
|
|
17219
17316
|
};
|
|
17220
17317
|
deleteTableRows: {
|
|
17221
17318
|
name: string;
|
|
@@ -17271,6 +17368,7 @@ export declare const state: {
|
|
|
17271
17368
|
additionalProperties: false;
|
|
17272
17369
|
};
|
|
17273
17370
|
};
|
|
17371
|
+
tags: string[];
|
|
17274
17372
|
};
|
|
17275
17373
|
updateTableRows: {
|
|
17276
17374
|
name: string;
|
|
@@ -17348,6 +17446,7 @@ export declare const state: {
|
|
|
17348
17446
|
additionalProperties: false;
|
|
17349
17447
|
};
|
|
17350
17448
|
};
|
|
17449
|
+
tags: string[];
|
|
17351
17450
|
};
|
|
17352
17451
|
upsertTableRows: {
|
|
17353
17452
|
name: string;
|
|
@@ -17436,6 +17535,7 @@ export declare const state: {
|
|
|
17436
17535
|
additionalProperties: false;
|
|
17437
17536
|
};
|
|
17438
17537
|
};
|
|
17538
|
+
tags: string[];
|
|
17439
17539
|
};
|
|
17440
17540
|
};
|
|
17441
17541
|
metadata: {
|