@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/src/gen/state.ts
CHANGED
|
@@ -3123,6 +3123,11 @@ export const state = {
|
|
|
3123
3123
|
"maxLength": 200,
|
|
3124
3124
|
"description": "Name of the interface"
|
|
3125
3125
|
},
|
|
3126
|
+
"version": {
|
|
3127
|
+
"type": "string",
|
|
3128
|
+
"maxLength": 200,
|
|
3129
|
+
"description": "Version of the interface"
|
|
3130
|
+
},
|
|
3126
3131
|
"entities": {
|
|
3127
3132
|
"type": "object",
|
|
3128
3133
|
"additionalProperties": {
|
|
@@ -3191,6 +3196,7 @@ export const state = {
|
|
|
3191
3196
|
"required": [
|
|
3192
3197
|
"id",
|
|
3193
3198
|
"name",
|
|
3199
|
+
"version",
|
|
3194
3200
|
"entities",
|
|
3195
3201
|
"actions",
|
|
3196
3202
|
"events",
|
|
@@ -3818,6 +3824,11 @@ export const state = {
|
|
|
3818
3824
|
"maxLength": 200,
|
|
3819
3825
|
"description": "Name of the interface"
|
|
3820
3826
|
},
|
|
3827
|
+
"version": {
|
|
3828
|
+
"type": "string",
|
|
3829
|
+
"maxLength": 200,
|
|
3830
|
+
"description": "Version of the interface"
|
|
3831
|
+
},
|
|
3821
3832
|
"entities": {
|
|
3822
3833
|
"type": "object",
|
|
3823
3834
|
"additionalProperties": {
|
|
@@ -3886,6 +3897,7 @@ export const state = {
|
|
|
3886
3897
|
"required": [
|
|
3887
3898
|
"id",
|
|
3888
3899
|
"name",
|
|
3900
|
+
"version",
|
|
3889
3901
|
"entities",
|
|
3890
3902
|
"actions",
|
|
3891
3903
|
"events",
|
|
@@ -12431,7 +12443,7 @@ export const state = {
|
|
|
12431
12443
|
"title": "Botpress API",
|
|
12432
12444
|
"description": "API for Botpress Cloud",
|
|
12433
12445
|
"server": "https://api.botpress.cloud",
|
|
12434
|
-
"version": "0.50.
|
|
12446
|
+
"version": "0.50.3",
|
|
12435
12447
|
"prefix": "v1"
|
|
12436
12448
|
},
|
|
12437
12449
|
"errors": [
|
|
@@ -13376,6 +13388,11 @@ export const state = {
|
|
|
13376
13388
|
"maxLength": 200,
|
|
13377
13389
|
"description": "Name of the interface"
|
|
13378
13390
|
},
|
|
13391
|
+
"version": {
|
|
13392
|
+
"type": "string",
|
|
13393
|
+
"maxLength": 200,
|
|
13394
|
+
"description": "Version of the interface"
|
|
13395
|
+
},
|
|
13379
13396
|
"entities": {
|
|
13380
13397
|
"type": "object",
|
|
13381
13398
|
"additionalProperties": {
|
|
@@ -13444,6 +13461,7 @@ export const state = {
|
|
|
13444
13461
|
"required": [
|
|
13445
13462
|
"id",
|
|
13446
13463
|
"name",
|
|
13464
|
+
"version",
|
|
13447
13465
|
"entities",
|
|
13448
13466
|
"actions",
|
|
13449
13467
|
"events",
|