@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/dist/index.js
CHANGED
|
@@ -284627,7 +284627,8 @@ var state = {
|
|
|
284627
284627
|
}
|
|
284628
284628
|
},
|
|
284629
284629
|
"required": [
|
|
284630
|
-
"identifier"
|
|
284630
|
+
"identifier",
|
|
284631
|
+
"schema"
|
|
284631
284632
|
],
|
|
284632
284633
|
"description": "Configuration definition",
|
|
284633
284634
|
"additionalProperties": false
|
|
@@ -284671,7 +284672,8 @@ var state = {
|
|
|
284671
284672
|
}
|
|
284672
284673
|
},
|
|
284673
284674
|
"required": [
|
|
284674
|
-
"identifier"
|
|
284675
|
+
"identifier",
|
|
284676
|
+
"schema"
|
|
284675
284677
|
],
|
|
284676
284678
|
"description": "Configuration definition",
|
|
284677
284679
|
"additionalProperties": false
|
|
@@ -285303,7 +285305,8 @@ var state = {
|
|
|
285303
285305
|
}
|
|
285304
285306
|
},
|
|
285305
285307
|
"required": [
|
|
285306
|
-
"identifier"
|
|
285308
|
+
"identifier",
|
|
285309
|
+
"schema"
|
|
285307
285310
|
],
|
|
285308
285311
|
"description": "Configuration definition",
|
|
285309
285312
|
"additionalProperties": false
|
|
@@ -285347,7 +285350,8 @@ var state = {
|
|
|
285347
285350
|
}
|
|
285348
285351
|
},
|
|
285349
285352
|
"required": [
|
|
285350
|
-
"identifier"
|
|
285353
|
+
"identifier",
|
|
285354
|
+
"schema"
|
|
285351
285355
|
],
|
|
285352
285356
|
"description": "Configuration definition",
|
|
285353
285357
|
"additionalProperties": false
|
|
@@ -293749,7 +293753,7 @@ var state = {
|
|
|
293749
293753
|
"title": "Botpress API",
|
|
293750
293754
|
"description": "API for Botpress Cloud",
|
|
293751
293755
|
"server": "https://api.botpress.cloud",
|
|
293752
|
-
"version": "0.45.
|
|
293756
|
+
"version": "0.45.2",
|
|
293753
293757
|
"prefix": "v1"
|
|
293754
293758
|
},
|
|
293755
293759
|
"errors": [
|
|
@@ -294809,7 +294813,8 @@ var state = {
|
|
|
294809
294813
|
}
|
|
294810
294814
|
},
|
|
294811
294815
|
"required": [
|
|
294812
|
-
"identifier"
|
|
294816
|
+
"identifier",
|
|
294817
|
+
"schema"
|
|
294813
294818
|
],
|
|
294814
294819
|
"description": "Configuration definition",
|
|
294815
294820
|
"additionalProperties": false
|
|
@@ -294853,7 +294858,8 @@ var state = {
|
|
|
294853
294858
|
}
|
|
294854
294859
|
},
|
|
294855
294860
|
"required": [
|
|
294856
|
-
"identifier"
|
|
294861
|
+
"identifier",
|
|
294862
|
+
"schema"
|
|
294857
294863
|
],
|
|
294858
294864
|
"description": "Configuration definition",
|
|
294859
294865
|
"additionalProperties": false
|