@botpress/api 0.26.2 → 0.26.4
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 +584 -295
- package/dist/src/gen/state.d.ts +12 -11
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +16 -15
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
|
};
|
|
@@ -8119,8 +8115,8 @@ export declare const state: {
|
|
|
8119
8115
|
$ref: string;
|
|
8120
8116
|
};
|
|
8121
8117
|
};
|
|
8122
|
-
|
|
8123
|
-
type: "
|
|
8118
|
+
hasMore: {
|
|
8119
|
+
type: "boolean";
|
|
8124
8120
|
description: string;
|
|
8125
8121
|
};
|
|
8126
8122
|
offset: {
|
|
@@ -8129,6 +8125,13 @@ export declare const state: {
|
|
|
8129
8125
|
limit: {
|
|
8130
8126
|
type: "integer";
|
|
8131
8127
|
};
|
|
8128
|
+
warnings: {
|
|
8129
|
+
type: "array";
|
|
8130
|
+
items: {
|
|
8131
|
+
type: "string";
|
|
8132
|
+
};
|
|
8133
|
+
description: string;
|
|
8134
|
+
};
|
|
8132
8135
|
};
|
|
8133
8136
|
required: string[];
|
|
8134
8137
|
title: string;
|
|
@@ -8977,9 +8980,7 @@ export declare const state: {
|
|
|
8977
8980
|
type: "object";
|
|
8978
8981
|
additionalProperties: {
|
|
8979
8982
|
type: "object";
|
|
8980
|
-
additionalProperties:
|
|
8981
|
-
readOnly: true;
|
|
8982
|
-
};
|
|
8983
|
+
additionalProperties: false;
|
|
8983
8984
|
};
|
|
8984
8985
|
nullable: true;
|
|
8985
8986
|
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.4",
|
|
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
|
}
|