@botpress/api 0.26.2 → 0.26.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 +573 -291
- package/dist/src/gen/state.d.ts +3 -9
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +5 -11
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3223,9 +3223,7 @@ export declare const state: {
|
|
|
3223
3223
|
type: "object";
|
|
3224
3224
|
additionalProperties: {
|
|
3225
3225
|
type: "object";
|
|
3226
|
-
additionalProperties:
|
|
3227
|
-
readOnly: true;
|
|
3228
|
-
};
|
|
3226
|
+
additionalProperties: false;
|
|
3229
3227
|
};
|
|
3230
3228
|
nullable: true;
|
|
3231
3229
|
description: string;
|
|
@@ -3710,10 +3708,8 @@ export declare const state: {
|
|
|
3710
3708
|
type: "object";
|
|
3711
3709
|
additionalProperties: {
|
|
3712
3710
|
type: "object";
|
|
3713
|
-
additionalProperties: {
|
|
3714
|
-
readOnly: true;
|
|
3715
|
-
};
|
|
3716
3711
|
nullable: true;
|
|
3712
|
+
additionalProperties: false;
|
|
3717
3713
|
};
|
|
3718
3714
|
nullable: true;
|
|
3719
3715
|
};
|
|
@@ -8977,9 +8973,7 @@ export declare const state: {
|
|
|
8977
8973
|
type: "object";
|
|
8978
8974
|
additionalProperties: {
|
|
8979
8975
|
type: "object";
|
|
8980
|
-
additionalProperties:
|
|
8981
|
-
readOnly: true;
|
|
8982
|
-
};
|
|
8976
|
+
additionalProperties: false;
|
|
8983
8977
|
};
|
|
8984
8978
|
nullable: true;
|
|
8985
8979
|
description: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"zod": "^3.22.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@bpinternal/opapi": "0.10.
|
|
26
|
+
"@bpinternal/opapi": "0.10.12"
|
|
27
27
|
}
|
|
28
28
|
}
|