@botpress/api 0.45.1 → 0.45.2
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 +13 -7
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +13 -7
package/src/gen/state.ts
CHANGED
|
@@ -3215,7 +3215,8 @@ export const state = {
|
|
|
3215
3215
|
}
|
|
3216
3216
|
},
|
|
3217
3217
|
"required": [
|
|
3218
|
-
"identifier"
|
|
3218
|
+
"identifier",
|
|
3219
|
+
"schema"
|
|
3219
3220
|
],
|
|
3220
3221
|
"description": "Configuration definition",
|
|
3221
3222
|
"additionalProperties": false
|
|
@@ -3259,7 +3260,8 @@ export const state = {
|
|
|
3259
3260
|
}
|
|
3260
3261
|
},
|
|
3261
3262
|
"required": [
|
|
3262
|
-
"identifier"
|
|
3263
|
+
"identifier",
|
|
3264
|
+
"schema"
|
|
3263
3265
|
],
|
|
3264
3266
|
"description": "Configuration definition",
|
|
3265
3267
|
"additionalProperties": false
|
|
@@ -3891,7 +3893,8 @@ export const state = {
|
|
|
3891
3893
|
}
|
|
3892
3894
|
},
|
|
3893
3895
|
"required": [
|
|
3894
|
-
"identifier"
|
|
3896
|
+
"identifier",
|
|
3897
|
+
"schema"
|
|
3895
3898
|
],
|
|
3896
3899
|
"description": "Configuration definition",
|
|
3897
3900
|
"additionalProperties": false
|
|
@@ -3935,7 +3938,8 @@ export const state = {
|
|
|
3935
3938
|
}
|
|
3936
3939
|
},
|
|
3937
3940
|
"required": [
|
|
3938
|
-
"identifier"
|
|
3941
|
+
"identifier",
|
|
3942
|
+
"schema"
|
|
3939
3943
|
],
|
|
3940
3944
|
"description": "Configuration definition",
|
|
3941
3945
|
"additionalProperties": false
|
|
@@ -12337,7 +12341,7 @@ export const state = {
|
|
|
12337
12341
|
"title": "Botpress API",
|
|
12338
12342
|
"description": "API for Botpress Cloud",
|
|
12339
12343
|
"server": "https://api.botpress.cloud",
|
|
12340
|
-
"version": "0.45.
|
|
12344
|
+
"version": "0.45.2",
|
|
12341
12345
|
"prefix": "v1"
|
|
12342
12346
|
},
|
|
12343
12347
|
"errors": [
|
|
@@ -13397,7 +13401,8 @@ export const state = {
|
|
|
13397
13401
|
}
|
|
13398
13402
|
},
|
|
13399
13403
|
"required": [
|
|
13400
|
-
"identifier"
|
|
13404
|
+
"identifier",
|
|
13405
|
+
"schema"
|
|
13401
13406
|
],
|
|
13402
13407
|
"description": "Configuration definition",
|
|
13403
13408
|
"additionalProperties": false
|
|
@@ -13441,7 +13446,8 @@ export const state = {
|
|
|
13441
13446
|
}
|
|
13442
13447
|
},
|
|
13443
13448
|
"required": [
|
|
13444
|
-
"identifier"
|
|
13449
|
+
"identifier",
|
|
13450
|
+
"schema"
|
|
13445
13451
|
],
|
|
13446
13452
|
"description": "Configuration definition",
|
|
13447
13453
|
"additionalProperties": false
|