@botpress/api 1.72.2 → 1.73.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +837 -634
- package/dist/src/gen/runtime/state.d.ts +41 -0
- package/dist/src/gen/state.d.ts +41 -0
- package/package.json +4 -4
|
@@ -1451,6 +1451,14 @@ export declare const state: {
|
|
|
1451
1451
|
maxLength: number;
|
|
1452
1452
|
description: string;
|
|
1453
1453
|
};
|
|
1454
|
+
attributes: {
|
|
1455
|
+
type: "object";
|
|
1456
|
+
additionalProperties: {
|
|
1457
|
+
type: "string";
|
|
1458
|
+
maxLength: number;
|
|
1459
|
+
};
|
|
1460
|
+
description: string;
|
|
1461
|
+
};
|
|
1454
1462
|
discriminateByTags: {
|
|
1455
1463
|
type: "array";
|
|
1456
1464
|
items: {
|
|
@@ -1709,6 +1717,14 @@ export declare const state: {
|
|
|
1709
1717
|
maxLength: number;
|
|
1710
1718
|
description: string;
|
|
1711
1719
|
};
|
|
1720
|
+
attributes: {
|
|
1721
|
+
type: "object";
|
|
1722
|
+
additionalProperties: {
|
|
1723
|
+
type: "string";
|
|
1724
|
+
maxLength: number;
|
|
1725
|
+
};
|
|
1726
|
+
description: string;
|
|
1727
|
+
};
|
|
1712
1728
|
};
|
|
1713
1729
|
required: string[];
|
|
1714
1730
|
title: string;
|
|
@@ -1938,6 +1954,14 @@ export declare const state: {
|
|
|
1938
1954
|
maxLength: number;
|
|
1939
1955
|
description: string;
|
|
1940
1956
|
};
|
|
1957
|
+
attributes: {
|
|
1958
|
+
type: "object";
|
|
1959
|
+
additionalProperties: {
|
|
1960
|
+
type: "string";
|
|
1961
|
+
maxLength: number;
|
|
1962
|
+
};
|
|
1963
|
+
description: string;
|
|
1964
|
+
};
|
|
1941
1965
|
discriminateByTags: {
|
|
1942
1966
|
type: "array";
|
|
1943
1967
|
items: {
|
|
@@ -2044,6 +2068,15 @@ export declare const state: {
|
|
|
2044
2068
|
nullable: true;
|
|
2045
2069
|
description: string;
|
|
2046
2070
|
};
|
|
2071
|
+
attributes: {
|
|
2072
|
+
type: "object";
|
|
2073
|
+
additionalProperties: {
|
|
2074
|
+
type: "string";
|
|
2075
|
+
maxLength: number;
|
|
2076
|
+
nullable: true;
|
|
2077
|
+
};
|
|
2078
|
+
description: string;
|
|
2079
|
+
};
|
|
2047
2080
|
};
|
|
2048
2081
|
title: string;
|
|
2049
2082
|
additionalProperties: false;
|
|
@@ -3901,6 +3934,14 @@ export declare const state: {
|
|
|
3901
3934
|
maxLength: number;
|
|
3902
3935
|
description: string;
|
|
3903
3936
|
};
|
|
3937
|
+
attributes: {
|
|
3938
|
+
type: "object";
|
|
3939
|
+
additionalProperties: {
|
|
3940
|
+
type: "string";
|
|
3941
|
+
maxLength: number;
|
|
3942
|
+
};
|
|
3943
|
+
description: string;
|
|
3944
|
+
};
|
|
3904
3945
|
};
|
|
3905
3946
|
required: string[];
|
|
3906
3947
|
description: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -1067,6 +1067,14 @@ export declare const state: {
|
|
|
1067
1067
|
maxLength: number;
|
|
1068
1068
|
description: string;
|
|
1069
1069
|
};
|
|
1070
|
+
attributes: {
|
|
1071
|
+
type: "object";
|
|
1072
|
+
additionalProperties: {
|
|
1073
|
+
type: "string";
|
|
1074
|
+
maxLength: number;
|
|
1075
|
+
};
|
|
1076
|
+
description: string;
|
|
1077
|
+
};
|
|
1070
1078
|
discriminateByTags: {
|
|
1071
1079
|
type: "array";
|
|
1072
1080
|
items: {
|
|
@@ -1306,6 +1314,14 @@ export declare const state: {
|
|
|
1306
1314
|
maxLength: number;
|
|
1307
1315
|
description: string;
|
|
1308
1316
|
};
|
|
1317
|
+
attributes: {
|
|
1318
|
+
type: "object";
|
|
1319
|
+
additionalProperties: {
|
|
1320
|
+
type: "string";
|
|
1321
|
+
maxLength: number;
|
|
1322
|
+
};
|
|
1323
|
+
description: string;
|
|
1324
|
+
};
|
|
1309
1325
|
};
|
|
1310
1326
|
required: string[];
|
|
1311
1327
|
title: string;
|
|
@@ -1480,6 +1496,14 @@ export declare const state: {
|
|
|
1480
1496
|
maxLength: number;
|
|
1481
1497
|
description: string;
|
|
1482
1498
|
};
|
|
1499
|
+
attributes: {
|
|
1500
|
+
type: "object";
|
|
1501
|
+
additionalProperties: {
|
|
1502
|
+
type: "string";
|
|
1503
|
+
maxLength: number;
|
|
1504
|
+
};
|
|
1505
|
+
description: string;
|
|
1506
|
+
};
|
|
1483
1507
|
discriminateByTags: {
|
|
1484
1508
|
type: "array";
|
|
1485
1509
|
items: {
|
|
@@ -1549,6 +1573,15 @@ export declare const state: {
|
|
|
1549
1573
|
nullable: true;
|
|
1550
1574
|
description: string;
|
|
1551
1575
|
};
|
|
1576
|
+
attributes: {
|
|
1577
|
+
type: "object";
|
|
1578
|
+
additionalProperties: {
|
|
1579
|
+
type: "string";
|
|
1580
|
+
maxLength: number;
|
|
1581
|
+
nullable: true;
|
|
1582
|
+
};
|
|
1583
|
+
description: string;
|
|
1584
|
+
};
|
|
1552
1585
|
};
|
|
1553
1586
|
title: string;
|
|
1554
1587
|
additionalProperties: false;
|
|
@@ -20646,6 +20679,14 @@ export declare const state: {
|
|
|
20646
20679
|
maxLength: number;
|
|
20647
20680
|
description: string;
|
|
20648
20681
|
};
|
|
20682
|
+
attributes: {
|
|
20683
|
+
type: "object";
|
|
20684
|
+
additionalProperties: {
|
|
20685
|
+
type: "string";
|
|
20686
|
+
maxLength: number;
|
|
20687
|
+
};
|
|
20688
|
+
description: string;
|
|
20689
|
+
};
|
|
20649
20690
|
};
|
|
20650
20691
|
required: string[];
|
|
20651
20692
|
description: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.73.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"zod": "^3.24.4",
|
|
10
10
|
"typescript": "5.9.3",
|
|
11
11
|
"@botpress/cloud-manager": "0.2.0",
|
|
12
|
-
"@botpress/common": "0.5.0",
|
|
13
12
|
"@botpress/bridge": "1.8.0",
|
|
14
13
|
"@botpress/files-api": "0.18.0",
|
|
14
|
+
"@botpress/common": "0.5.0",
|
|
15
15
|
"@bpinternal/const": "0.4.2",
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
16
|
+
"@botpress/smaug": "1.0.1",
|
|
17
|
+
"@bpinternal/tables-api": "0.17.2"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@bpinternal/opapi": "1.0.0"
|