@botpress/api 1.73.1 → 1.73.3
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 +666 -759
- package/dist/src/gen/admin/state.d.ts +14 -0
- package/dist/src/gen/state.d.ts +14 -0
- package/package.json +3 -3
|
@@ -659,6 +659,13 @@ export declare const state: {
|
|
|
659
659
|
};
|
|
660
660
|
description: string;
|
|
661
661
|
};
|
|
662
|
+
attributes: {
|
|
663
|
+
type: "object";
|
|
664
|
+
additionalProperties: {
|
|
665
|
+
type: "string";
|
|
666
|
+
};
|
|
667
|
+
description: string;
|
|
668
|
+
};
|
|
662
669
|
};
|
|
663
670
|
required: string[];
|
|
664
671
|
};
|
|
@@ -11143,6 +11150,13 @@ export declare const state: {
|
|
|
11143
11150
|
};
|
|
11144
11151
|
required: string[];
|
|
11145
11152
|
};
|
|
11153
|
+
attributes: {
|
|
11154
|
+
type: "object";
|
|
11155
|
+
additionalProperties: {
|
|
11156
|
+
type: "string";
|
|
11157
|
+
};
|
|
11158
|
+
description: string;
|
|
11159
|
+
};
|
|
11146
11160
|
};
|
|
11147
11161
|
required: string[];
|
|
11148
11162
|
};
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3410,6 +3410,13 @@ export declare const state: {
|
|
|
3410
3410
|
};
|
|
3411
3411
|
description: string;
|
|
3412
3412
|
};
|
|
3413
|
+
attributes: {
|
|
3414
|
+
type: "object";
|
|
3415
|
+
additionalProperties: {
|
|
3416
|
+
type: "string";
|
|
3417
|
+
};
|
|
3418
|
+
description: string;
|
|
3419
|
+
};
|
|
3413
3420
|
};
|
|
3414
3421
|
required: string[];
|
|
3415
3422
|
};
|
|
@@ -13183,6 +13190,13 @@ export declare const state: {
|
|
|
13183
13190
|
};
|
|
13184
13191
|
required: string[];
|
|
13185
13192
|
};
|
|
13193
|
+
attributes: {
|
|
13194
|
+
type: "object";
|
|
13195
|
+
additionalProperties: {
|
|
13196
|
+
type: "string";
|
|
13197
|
+
};
|
|
13198
|
+
description: string;
|
|
13199
|
+
};
|
|
13186
13200
|
};
|
|
13187
13201
|
required: string[];
|
|
13188
13202
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.73.
|
|
3
|
+
"version": "1.73.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"esbuild": "0.27.1",
|
|
9
9
|
"zod": "^3.24.4",
|
|
10
10
|
"typescript": "5.9.3",
|
|
11
|
+
"@botpress/bridge": "1.8.1",
|
|
11
12
|
"@botpress/cloud-manager": "0.2.0",
|
|
12
|
-
"@botpress/bridge": "1.8.0",
|
|
13
|
-
"@botpress/files-api": "0.18.0",
|
|
14
13
|
"@botpress/common": "0.5.0",
|
|
14
|
+
"@botpress/files-api": "0.18.0",
|
|
15
15
|
"@bpinternal/const": "0.4.2",
|
|
16
16
|
"@botpress/smaug": "1.0.1",
|
|
17
17
|
"@bpinternal/tables-api": "0.17.2"
|