@botpress/api 0.26.1 → 0.26.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 +9 -2
- package/dist/src/gen/state.d.ts +6 -0
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +9 -2
package/src/gen/state.ts
CHANGED
|
@@ -4532,6 +4532,12 @@ export const state = {
|
|
|
4532
4532
|
"additionalProperties": {
|
|
4533
4533
|
"type": "number"
|
|
4534
4534
|
}
|
|
4535
|
+
},
|
|
4536
|
+
"customEvents": {
|
|
4537
|
+
"type": "object",
|
|
4538
|
+
"additionalProperties": {
|
|
4539
|
+
"type": "number"
|
|
4540
|
+
}
|
|
4535
4541
|
}
|
|
4536
4542
|
},
|
|
4537
4543
|
"required": [
|
|
@@ -4544,7 +4550,8 @@ export const state = {
|
|
|
4544
4550
|
"userMessages",
|
|
4545
4551
|
"botMessages",
|
|
4546
4552
|
"events",
|
|
4547
|
-
"eventTypes"
|
|
4553
|
+
"eventTypes",
|
|
4554
|
+
"customEvents"
|
|
4548
4555
|
]
|
|
4549
4556
|
}
|
|
4550
4557
|
}
|
|
@@ -9514,7 +9521,7 @@ export const state = {
|
|
|
9514
9521
|
"title": "Botpress API",
|
|
9515
9522
|
"description": "API for Botpress Cloud",
|
|
9516
9523
|
"server": "https://api.botpress.cloud",
|
|
9517
|
-
"version": "0.26.
|
|
9524
|
+
"version": "0.26.2",
|
|
9518
9525
|
"prefix": "v1"
|
|
9519
9526
|
},
|
|
9520
9527
|
"errors": [
|