@botpress/api 1.35.2 → 1.37.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 +299 -159
- package/dist/src/gen/admin/state.d.ts +102 -66
- package/dist/src/gen/files/state.d.ts +39 -0
- package/dist/src/gen/state.d.ts +141 -66
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +103 -75
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +46 -4
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +148 -78
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
|
@@ -11188,38 +11188,6 @@ export declare const state: {
|
|
|
11188
11188
|
description: string;
|
|
11189
11189
|
additionalProperties: false;
|
|
11190
11190
|
};
|
|
11191
|
-
dependencies: {
|
|
11192
|
-
type: "object";
|
|
11193
|
-
properties: {
|
|
11194
|
-
interfaces: {
|
|
11195
|
-
type: "object";
|
|
11196
|
-
additionalProperties: {
|
|
11197
|
-
type: "object";
|
|
11198
|
-
properties: {
|
|
11199
|
-
id: {
|
|
11200
|
-
type: "string";
|
|
11201
|
-
};
|
|
11202
|
-
};
|
|
11203
|
-
required: string[];
|
|
11204
|
-
additionalProperties: false;
|
|
11205
|
-
};
|
|
11206
|
-
};
|
|
11207
|
-
integrations: {
|
|
11208
|
-
type: "object";
|
|
11209
|
-
additionalProperties: {
|
|
11210
|
-
type: "object";
|
|
11211
|
-
properties: {
|
|
11212
|
-
id: {
|
|
11213
|
-
type: "string";
|
|
11214
|
-
};
|
|
11215
|
-
};
|
|
11216
|
-
required: string[];
|
|
11217
|
-
additionalProperties: false;
|
|
11218
|
-
};
|
|
11219
|
-
};
|
|
11220
|
-
};
|
|
11221
|
-
additionalProperties: false;
|
|
11222
|
-
};
|
|
11223
11191
|
attributes: {
|
|
11224
11192
|
type: "object";
|
|
11225
11193
|
additionalProperties: {
|
|
@@ -11266,6 +11234,56 @@ export declare const state: {
|
|
|
11266
11234
|
type: "boolean";
|
|
11267
11235
|
description: string;
|
|
11268
11236
|
};
|
|
11237
|
+
dependencies: {
|
|
11238
|
+
type: "object";
|
|
11239
|
+
properties: {
|
|
11240
|
+
interfaces: {
|
|
11241
|
+
type: "object";
|
|
11242
|
+
additionalProperties: {
|
|
11243
|
+
type: "object";
|
|
11244
|
+
properties: {
|
|
11245
|
+
id: {
|
|
11246
|
+
type: "string";
|
|
11247
|
+
description: string;
|
|
11248
|
+
};
|
|
11249
|
+
name: {
|
|
11250
|
+
type: "string";
|
|
11251
|
+
description: string;
|
|
11252
|
+
};
|
|
11253
|
+
version: {
|
|
11254
|
+
type: "string";
|
|
11255
|
+
description: string;
|
|
11256
|
+
};
|
|
11257
|
+
};
|
|
11258
|
+
additionalProperties: false;
|
|
11259
|
+
};
|
|
11260
|
+
description: string;
|
|
11261
|
+
};
|
|
11262
|
+
integrations: {
|
|
11263
|
+
type: "object";
|
|
11264
|
+
additionalProperties: {
|
|
11265
|
+
type: "object";
|
|
11266
|
+
properties: {
|
|
11267
|
+
id: {
|
|
11268
|
+
type: "string";
|
|
11269
|
+
description: string;
|
|
11270
|
+
};
|
|
11271
|
+
name: {
|
|
11272
|
+
type: "string";
|
|
11273
|
+
description: string;
|
|
11274
|
+
};
|
|
11275
|
+
version: {
|
|
11276
|
+
type: "string";
|
|
11277
|
+
description: string;
|
|
11278
|
+
};
|
|
11279
|
+
};
|
|
11280
|
+
additionalProperties: false;
|
|
11281
|
+
};
|
|
11282
|
+
description: string;
|
|
11283
|
+
};
|
|
11284
|
+
};
|
|
11285
|
+
additionalProperties: false;
|
|
11286
|
+
};
|
|
11269
11287
|
};
|
|
11270
11288
|
required: string[];
|
|
11271
11289
|
title: string;
|
|
@@ -11606,40 +11624,6 @@ export declare const state: {
|
|
|
11606
11624
|
required: string[];
|
|
11607
11625
|
additionalProperties: false;
|
|
11608
11626
|
};
|
|
11609
|
-
dependencies: {
|
|
11610
|
-
type: "object";
|
|
11611
|
-
properties: {
|
|
11612
|
-
interfaces: {
|
|
11613
|
-
type: "object";
|
|
11614
|
-
additionalProperties: {
|
|
11615
|
-
type: "object";
|
|
11616
|
-
properties: {
|
|
11617
|
-
id: {
|
|
11618
|
-
type: "string";
|
|
11619
|
-
};
|
|
11620
|
-
};
|
|
11621
|
-
required: string[];
|
|
11622
|
-
nullable: true;
|
|
11623
|
-
additionalProperties: false;
|
|
11624
|
-
};
|
|
11625
|
-
};
|
|
11626
|
-
integrations: {
|
|
11627
|
-
type: "object";
|
|
11628
|
-
additionalProperties: {
|
|
11629
|
-
type: "object";
|
|
11630
|
-
properties: {
|
|
11631
|
-
id: {
|
|
11632
|
-
type: "string";
|
|
11633
|
-
};
|
|
11634
|
-
};
|
|
11635
|
-
required: string[];
|
|
11636
|
-
nullable: true;
|
|
11637
|
-
additionalProperties: false;
|
|
11638
|
-
};
|
|
11639
|
-
};
|
|
11640
|
-
};
|
|
11641
|
-
additionalProperties: false;
|
|
11642
|
-
};
|
|
11643
11627
|
attributes: {
|
|
11644
11628
|
type: "object";
|
|
11645
11629
|
additionalProperties: {
|
|
@@ -11686,6 +11670,58 @@ export declare const state: {
|
|
|
11686
11670
|
type: "boolean";
|
|
11687
11671
|
description: string;
|
|
11688
11672
|
};
|
|
11673
|
+
dependencies: {
|
|
11674
|
+
type: "object";
|
|
11675
|
+
properties: {
|
|
11676
|
+
interfaces: {
|
|
11677
|
+
type: "object";
|
|
11678
|
+
additionalProperties: {
|
|
11679
|
+
type: "object";
|
|
11680
|
+
properties: {
|
|
11681
|
+
id: {
|
|
11682
|
+
type: "string";
|
|
11683
|
+
description: string;
|
|
11684
|
+
};
|
|
11685
|
+
name: {
|
|
11686
|
+
type: "string";
|
|
11687
|
+
description: string;
|
|
11688
|
+
};
|
|
11689
|
+
version: {
|
|
11690
|
+
type: "string";
|
|
11691
|
+
description: string;
|
|
11692
|
+
};
|
|
11693
|
+
};
|
|
11694
|
+
nullable: true;
|
|
11695
|
+
additionalProperties: false;
|
|
11696
|
+
};
|
|
11697
|
+
description: string;
|
|
11698
|
+
};
|
|
11699
|
+
integrations: {
|
|
11700
|
+
type: "object";
|
|
11701
|
+
additionalProperties: {
|
|
11702
|
+
type: "object";
|
|
11703
|
+
properties: {
|
|
11704
|
+
id: {
|
|
11705
|
+
type: "string";
|
|
11706
|
+
description: string;
|
|
11707
|
+
};
|
|
11708
|
+
name: {
|
|
11709
|
+
type: "string";
|
|
11710
|
+
description: string;
|
|
11711
|
+
};
|
|
11712
|
+
version: {
|
|
11713
|
+
type: "string";
|
|
11714
|
+
description: string;
|
|
11715
|
+
};
|
|
11716
|
+
};
|
|
11717
|
+
nullable: true;
|
|
11718
|
+
additionalProperties: false;
|
|
11719
|
+
};
|
|
11720
|
+
description: string;
|
|
11721
|
+
};
|
|
11722
|
+
};
|
|
11723
|
+
additionalProperties: false;
|
|
11724
|
+
};
|
|
11689
11725
|
};
|
|
11690
11726
|
title: string;
|
|
11691
11727
|
additionalProperties: false;
|
|
@@ -1315,6 +1315,12 @@ export declare const state: {
|
|
|
1315
1315
|
type: "string";
|
|
1316
1316
|
description: string;
|
|
1317
1317
|
};
|
|
1318
|
+
tags: {
|
|
1319
|
+
type: "object";
|
|
1320
|
+
additionalProperties: {
|
|
1321
|
+
type: "string";
|
|
1322
|
+
};
|
|
1323
|
+
};
|
|
1318
1324
|
};
|
|
1319
1325
|
required: string[];
|
|
1320
1326
|
title: string;
|
|
@@ -1339,6 +1345,12 @@ export declare const state: {
|
|
|
1339
1345
|
type: "string";
|
|
1340
1346
|
description: string;
|
|
1341
1347
|
};
|
|
1348
|
+
tags: {
|
|
1349
|
+
type: "object";
|
|
1350
|
+
additionalProperties: {
|
|
1351
|
+
type: "string";
|
|
1352
|
+
};
|
|
1353
|
+
};
|
|
1342
1354
|
};
|
|
1343
1355
|
required: string[];
|
|
1344
1356
|
additionalProperties: false;
|
|
@@ -1395,6 +1407,15 @@ export declare const state: {
|
|
|
1395
1407
|
type: "string";
|
|
1396
1408
|
description: string;
|
|
1397
1409
|
};
|
|
1410
|
+
tags: {
|
|
1411
|
+
type: "object";
|
|
1412
|
+
additionalProperties: {
|
|
1413
|
+
type: "string";
|
|
1414
|
+
maxLength: number;
|
|
1415
|
+
nullable: true;
|
|
1416
|
+
};
|
|
1417
|
+
description: string;
|
|
1418
|
+
};
|
|
1398
1419
|
};
|
|
1399
1420
|
required: string[];
|
|
1400
1421
|
title: string;
|
|
@@ -1418,6 +1439,12 @@ export declare const state: {
|
|
|
1418
1439
|
type: "string";
|
|
1419
1440
|
description: string;
|
|
1420
1441
|
};
|
|
1442
|
+
tags: {
|
|
1443
|
+
type: "object";
|
|
1444
|
+
additionalProperties: {
|
|
1445
|
+
type: "string";
|
|
1446
|
+
};
|
|
1447
|
+
};
|
|
1421
1448
|
};
|
|
1422
1449
|
required: string[];
|
|
1423
1450
|
additionalProperties: false;
|
|
@@ -1441,6 +1468,12 @@ export declare const state: {
|
|
|
1441
1468
|
description: string;
|
|
1442
1469
|
type: "string";
|
|
1443
1470
|
};
|
|
1471
|
+
tags: {
|
|
1472
|
+
in: "query";
|
|
1473
|
+
description: string;
|
|
1474
|
+
type: "object";
|
|
1475
|
+
schema: {};
|
|
1476
|
+
};
|
|
1444
1477
|
};
|
|
1445
1478
|
response: {
|
|
1446
1479
|
description: string;
|
|
@@ -1464,6 +1497,12 @@ export declare const state: {
|
|
|
1464
1497
|
type: "string";
|
|
1465
1498
|
description: string;
|
|
1466
1499
|
};
|
|
1500
|
+
tags: {
|
|
1501
|
+
type: "object";
|
|
1502
|
+
additionalProperties: {
|
|
1503
|
+
type: "string";
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1467
1506
|
};
|
|
1468
1507
|
required: string[];
|
|
1469
1508
|
};
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -13544,38 +13544,6 @@ export declare const state: {
|
|
|
13544
13544
|
description: string;
|
|
13545
13545
|
additionalProperties: false;
|
|
13546
13546
|
};
|
|
13547
|
-
dependencies: {
|
|
13548
|
-
type: "object";
|
|
13549
|
-
properties: {
|
|
13550
|
-
interfaces: {
|
|
13551
|
-
type: "object";
|
|
13552
|
-
additionalProperties: {
|
|
13553
|
-
type: "object";
|
|
13554
|
-
properties: {
|
|
13555
|
-
id: {
|
|
13556
|
-
type: "string";
|
|
13557
|
-
};
|
|
13558
|
-
};
|
|
13559
|
-
required: string[];
|
|
13560
|
-
additionalProperties: false;
|
|
13561
|
-
};
|
|
13562
|
-
};
|
|
13563
|
-
integrations: {
|
|
13564
|
-
type: "object";
|
|
13565
|
-
additionalProperties: {
|
|
13566
|
-
type: "object";
|
|
13567
|
-
properties: {
|
|
13568
|
-
id: {
|
|
13569
|
-
type: "string";
|
|
13570
|
-
};
|
|
13571
|
-
};
|
|
13572
|
-
required: string[];
|
|
13573
|
-
additionalProperties: false;
|
|
13574
|
-
};
|
|
13575
|
-
};
|
|
13576
|
-
};
|
|
13577
|
-
additionalProperties: false;
|
|
13578
|
-
};
|
|
13579
13547
|
attributes: {
|
|
13580
13548
|
type: "object";
|
|
13581
13549
|
additionalProperties: {
|
|
@@ -13622,6 +13590,56 @@ export declare const state: {
|
|
|
13622
13590
|
type: "boolean";
|
|
13623
13591
|
description: string;
|
|
13624
13592
|
};
|
|
13593
|
+
dependencies: {
|
|
13594
|
+
type: "object";
|
|
13595
|
+
properties: {
|
|
13596
|
+
interfaces: {
|
|
13597
|
+
type: "object";
|
|
13598
|
+
additionalProperties: {
|
|
13599
|
+
type: "object";
|
|
13600
|
+
properties: {
|
|
13601
|
+
id: {
|
|
13602
|
+
type: "string";
|
|
13603
|
+
description: string;
|
|
13604
|
+
};
|
|
13605
|
+
name: {
|
|
13606
|
+
type: "string";
|
|
13607
|
+
description: string;
|
|
13608
|
+
};
|
|
13609
|
+
version: {
|
|
13610
|
+
type: "string";
|
|
13611
|
+
description: string;
|
|
13612
|
+
};
|
|
13613
|
+
};
|
|
13614
|
+
additionalProperties: false;
|
|
13615
|
+
};
|
|
13616
|
+
description: string;
|
|
13617
|
+
};
|
|
13618
|
+
integrations: {
|
|
13619
|
+
type: "object";
|
|
13620
|
+
additionalProperties: {
|
|
13621
|
+
type: "object";
|
|
13622
|
+
properties: {
|
|
13623
|
+
id: {
|
|
13624
|
+
type: "string";
|
|
13625
|
+
description: string;
|
|
13626
|
+
};
|
|
13627
|
+
name: {
|
|
13628
|
+
type: "string";
|
|
13629
|
+
description: string;
|
|
13630
|
+
};
|
|
13631
|
+
version: {
|
|
13632
|
+
type: "string";
|
|
13633
|
+
description: string;
|
|
13634
|
+
};
|
|
13635
|
+
};
|
|
13636
|
+
additionalProperties: false;
|
|
13637
|
+
};
|
|
13638
|
+
description: string;
|
|
13639
|
+
};
|
|
13640
|
+
};
|
|
13641
|
+
additionalProperties: false;
|
|
13642
|
+
};
|
|
13625
13643
|
};
|
|
13626
13644
|
required: string[];
|
|
13627
13645
|
title: string;
|
|
@@ -13962,40 +13980,6 @@ export declare const state: {
|
|
|
13962
13980
|
required: string[];
|
|
13963
13981
|
additionalProperties: false;
|
|
13964
13982
|
};
|
|
13965
|
-
dependencies: {
|
|
13966
|
-
type: "object";
|
|
13967
|
-
properties: {
|
|
13968
|
-
interfaces: {
|
|
13969
|
-
type: "object";
|
|
13970
|
-
additionalProperties: {
|
|
13971
|
-
type: "object";
|
|
13972
|
-
properties: {
|
|
13973
|
-
id: {
|
|
13974
|
-
type: "string";
|
|
13975
|
-
};
|
|
13976
|
-
};
|
|
13977
|
-
required: string[];
|
|
13978
|
-
nullable: true;
|
|
13979
|
-
additionalProperties: false;
|
|
13980
|
-
};
|
|
13981
|
-
};
|
|
13982
|
-
integrations: {
|
|
13983
|
-
type: "object";
|
|
13984
|
-
additionalProperties: {
|
|
13985
|
-
type: "object";
|
|
13986
|
-
properties: {
|
|
13987
|
-
id: {
|
|
13988
|
-
type: "string";
|
|
13989
|
-
};
|
|
13990
|
-
};
|
|
13991
|
-
required: string[];
|
|
13992
|
-
nullable: true;
|
|
13993
|
-
additionalProperties: false;
|
|
13994
|
-
};
|
|
13995
|
-
};
|
|
13996
|
-
};
|
|
13997
|
-
additionalProperties: false;
|
|
13998
|
-
};
|
|
13999
13983
|
attributes: {
|
|
14000
13984
|
type: "object";
|
|
14001
13985
|
additionalProperties: {
|
|
@@ -14042,6 +14026,58 @@ export declare const state: {
|
|
|
14042
14026
|
type: "boolean";
|
|
14043
14027
|
description: string;
|
|
14044
14028
|
};
|
|
14029
|
+
dependencies: {
|
|
14030
|
+
type: "object";
|
|
14031
|
+
properties: {
|
|
14032
|
+
interfaces: {
|
|
14033
|
+
type: "object";
|
|
14034
|
+
additionalProperties: {
|
|
14035
|
+
type: "object";
|
|
14036
|
+
properties: {
|
|
14037
|
+
id: {
|
|
14038
|
+
type: "string";
|
|
14039
|
+
description: string;
|
|
14040
|
+
};
|
|
14041
|
+
name: {
|
|
14042
|
+
type: "string";
|
|
14043
|
+
description: string;
|
|
14044
|
+
};
|
|
14045
|
+
version: {
|
|
14046
|
+
type: "string";
|
|
14047
|
+
description: string;
|
|
14048
|
+
};
|
|
14049
|
+
};
|
|
14050
|
+
nullable: true;
|
|
14051
|
+
additionalProperties: false;
|
|
14052
|
+
};
|
|
14053
|
+
description: string;
|
|
14054
|
+
};
|
|
14055
|
+
integrations: {
|
|
14056
|
+
type: "object";
|
|
14057
|
+
additionalProperties: {
|
|
14058
|
+
type: "object";
|
|
14059
|
+
properties: {
|
|
14060
|
+
id: {
|
|
14061
|
+
type: "string";
|
|
14062
|
+
description: string;
|
|
14063
|
+
};
|
|
14064
|
+
name: {
|
|
14065
|
+
type: "string";
|
|
14066
|
+
description: string;
|
|
14067
|
+
};
|
|
14068
|
+
version: {
|
|
14069
|
+
type: "string";
|
|
14070
|
+
description: string;
|
|
14071
|
+
};
|
|
14072
|
+
};
|
|
14073
|
+
nullable: true;
|
|
14074
|
+
additionalProperties: false;
|
|
14075
|
+
};
|
|
14076
|
+
description: string;
|
|
14077
|
+
};
|
|
14078
|
+
};
|
|
14079
|
+
additionalProperties: false;
|
|
14080
|
+
};
|
|
14045
14081
|
};
|
|
14046
14082
|
title: string;
|
|
14047
14083
|
additionalProperties: false;
|
|
@@ -15962,6 +15998,12 @@ export declare const state: {
|
|
|
15962
15998
|
type: "string";
|
|
15963
15999
|
description: string;
|
|
15964
16000
|
};
|
|
16001
|
+
tags: {
|
|
16002
|
+
type: "object";
|
|
16003
|
+
additionalProperties: {
|
|
16004
|
+
type: "string";
|
|
16005
|
+
};
|
|
16006
|
+
};
|
|
15965
16007
|
};
|
|
15966
16008
|
required: string[];
|
|
15967
16009
|
title: string;
|
|
@@ -15986,6 +16028,12 @@ export declare const state: {
|
|
|
15986
16028
|
type: "string";
|
|
15987
16029
|
description: string;
|
|
15988
16030
|
};
|
|
16031
|
+
tags: {
|
|
16032
|
+
type: "object";
|
|
16033
|
+
additionalProperties: {
|
|
16034
|
+
type: "string";
|
|
16035
|
+
};
|
|
16036
|
+
};
|
|
15989
16037
|
};
|
|
15990
16038
|
required: string[];
|
|
15991
16039
|
additionalProperties: false;
|
|
@@ -16042,6 +16090,15 @@ export declare const state: {
|
|
|
16042
16090
|
type: "string";
|
|
16043
16091
|
description: string;
|
|
16044
16092
|
};
|
|
16093
|
+
tags: {
|
|
16094
|
+
type: "object";
|
|
16095
|
+
additionalProperties: {
|
|
16096
|
+
type: "string";
|
|
16097
|
+
maxLength: number;
|
|
16098
|
+
nullable: true;
|
|
16099
|
+
};
|
|
16100
|
+
description: string;
|
|
16101
|
+
};
|
|
16045
16102
|
};
|
|
16046
16103
|
required: string[];
|
|
16047
16104
|
title: string;
|
|
@@ -16065,6 +16122,12 @@ export declare const state: {
|
|
|
16065
16122
|
type: "string";
|
|
16066
16123
|
description: string;
|
|
16067
16124
|
};
|
|
16125
|
+
tags: {
|
|
16126
|
+
type: "object";
|
|
16127
|
+
additionalProperties: {
|
|
16128
|
+
type: "string";
|
|
16129
|
+
};
|
|
16130
|
+
};
|
|
16068
16131
|
};
|
|
16069
16132
|
required: string[];
|
|
16070
16133
|
additionalProperties: false;
|
|
@@ -16088,6 +16151,12 @@ export declare const state: {
|
|
|
16088
16151
|
description: string;
|
|
16089
16152
|
type: "string";
|
|
16090
16153
|
};
|
|
16154
|
+
tags: {
|
|
16155
|
+
in: "query";
|
|
16156
|
+
description: string;
|
|
16157
|
+
type: "object";
|
|
16158
|
+
schema: {};
|
|
16159
|
+
};
|
|
16091
16160
|
};
|
|
16092
16161
|
response: {
|
|
16093
16162
|
description: string;
|
|
@@ -16111,6 +16180,12 @@ export declare const state: {
|
|
|
16111
16180
|
type: "string";
|
|
16112
16181
|
description: string;
|
|
16113
16182
|
};
|
|
16183
|
+
tags: {
|
|
16184
|
+
type: "object";
|
|
16185
|
+
additionalProperties: {
|
|
16186
|
+
type: "string";
|
|
16187
|
+
};
|
|
16188
|
+
};
|
|
16114
16189
|
};
|
|
16115
16190
|
required: string[];
|
|
16116
16191
|
};
|