@botpress/api 0.50.2 → 0.50.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 +19 -1
- package/dist/src/gen/state.d.ts +15 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +19 -1
package/dist/index.js
CHANGED
|
@@ -284860,6 +284860,11 @@ var state = {
|
|
|
284860
284860
|
"maxLength": 200,
|
|
284861
284861
|
"description": "Name of the interface"
|
|
284862
284862
|
},
|
|
284863
|
+
"version": {
|
|
284864
|
+
"type": "string",
|
|
284865
|
+
"maxLength": 200,
|
|
284866
|
+
"description": "Version of the interface"
|
|
284867
|
+
},
|
|
284863
284868
|
"entities": {
|
|
284864
284869
|
"type": "object",
|
|
284865
284870
|
"additionalProperties": {
|
|
@@ -284928,6 +284933,7 @@ var state = {
|
|
|
284928
284933
|
"required": [
|
|
284929
284934
|
"id",
|
|
284930
284935
|
"name",
|
|
284936
|
+
"version",
|
|
284931
284937
|
"entities",
|
|
284932
284938
|
"actions",
|
|
284933
284939
|
"events",
|
|
@@ -285555,6 +285561,11 @@ var state = {
|
|
|
285555
285561
|
"maxLength": 200,
|
|
285556
285562
|
"description": "Name of the interface"
|
|
285557
285563
|
},
|
|
285564
|
+
"version": {
|
|
285565
|
+
"type": "string",
|
|
285566
|
+
"maxLength": 200,
|
|
285567
|
+
"description": "Version of the interface"
|
|
285568
|
+
},
|
|
285558
285569
|
"entities": {
|
|
285559
285570
|
"type": "object",
|
|
285560
285571
|
"additionalProperties": {
|
|
@@ -285623,6 +285634,7 @@ var state = {
|
|
|
285623
285634
|
"required": [
|
|
285624
285635
|
"id",
|
|
285625
285636
|
"name",
|
|
285637
|
+
"version",
|
|
285626
285638
|
"entities",
|
|
285627
285639
|
"actions",
|
|
285628
285640
|
"events",
|
|
@@ -294168,7 +294180,7 @@ var state = {
|
|
|
294168
294180
|
"title": "Botpress API",
|
|
294169
294181
|
"description": "API for Botpress Cloud",
|
|
294170
294182
|
"server": "https://api.botpress.cloud",
|
|
294171
|
-
"version": "0.50.
|
|
294183
|
+
"version": "0.50.3",
|
|
294172
294184
|
"prefix": "v1"
|
|
294173
294185
|
},
|
|
294174
294186
|
"errors": [
|
|
@@ -295113,6 +295125,11 @@ var state = {
|
|
|
295113
295125
|
"maxLength": 200,
|
|
295114
295126
|
"description": "Name of the interface"
|
|
295115
295127
|
},
|
|
295128
|
+
"version": {
|
|
295129
|
+
"type": "string",
|
|
295130
|
+
"maxLength": 200,
|
|
295131
|
+
"description": "Version of the interface"
|
|
295132
|
+
},
|
|
295116
295133
|
"entities": {
|
|
295117
295134
|
"type": "object",
|
|
295118
295135
|
"additionalProperties": {
|
|
@@ -295181,6 +295198,7 @@ var state = {
|
|
|
295181
295198
|
"required": [
|
|
295182
295199
|
"id",
|
|
295183
295200
|
"name",
|
|
295201
|
+
"version",
|
|
295184
295202
|
"entities",
|
|
295185
295203
|
"actions",
|
|
295186
295204
|
"events",
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2829,6 +2829,11 @@ export declare const state: {
|
|
|
2829
2829
|
maxLength: number;
|
|
2830
2830
|
description: string;
|
|
2831
2831
|
};
|
|
2832
|
+
version: {
|
|
2833
|
+
type: "string";
|
|
2834
|
+
maxLength: number;
|
|
2835
|
+
description: string;
|
|
2836
|
+
};
|
|
2832
2837
|
entities: {
|
|
2833
2838
|
type: "object";
|
|
2834
2839
|
additionalProperties: {
|
|
@@ -3420,6 +3425,11 @@ export declare const state: {
|
|
|
3420
3425
|
maxLength: number;
|
|
3421
3426
|
description: string;
|
|
3422
3427
|
};
|
|
3428
|
+
version: {
|
|
3429
|
+
type: "string";
|
|
3430
|
+
maxLength: number;
|
|
3431
|
+
description: string;
|
|
3432
|
+
};
|
|
3423
3433
|
entities: {
|
|
3424
3434
|
type: "object";
|
|
3425
3435
|
additionalProperties: {
|
|
@@ -11707,6 +11717,11 @@ export declare const state: {
|
|
|
11707
11717
|
maxLength: number;
|
|
11708
11718
|
description: string;
|
|
11709
11719
|
};
|
|
11720
|
+
version: {
|
|
11721
|
+
type: "string";
|
|
11722
|
+
maxLength: number;
|
|
11723
|
+
description: string;
|
|
11724
|
+
};
|
|
11710
11725
|
entities: {
|
|
11711
11726
|
type: "object";
|
|
11712
11727
|
additionalProperties: {
|