@botpress/api 0.26.1 → 0.26.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 +581 -292
- package/dist/src/gen/state.d.ts +9 -9
- package/package.json +3 -3
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +13 -12
package/src/gen/state.ts
CHANGED
|
@@ -3588,9 +3588,7 @@ export const state = {
|
|
|
3588
3588
|
"type": "object",
|
|
3589
3589
|
"additionalProperties": {
|
|
3590
3590
|
"type": "object",
|
|
3591
|
-
"additionalProperties":
|
|
3592
|
-
"readOnly": true
|
|
3593
|
-
}
|
|
3591
|
+
"additionalProperties": false
|
|
3594
3592
|
},
|
|
3595
3593
|
"nullable": true,
|
|
3596
3594
|
"description": "Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events."
|
|
@@ -4114,10 +4112,8 @@ export const state = {
|
|
|
4114
4112
|
"type": "object",
|
|
4115
4113
|
"additionalProperties": {
|
|
4116
4114
|
"type": "object",
|
|
4117
|
-
"
|
|
4118
|
-
|
|
4119
|
-
},
|
|
4120
|
-
"nullable": true
|
|
4115
|
+
"nullable": true,
|
|
4116
|
+
"additionalProperties": false
|
|
4121
4117
|
},
|
|
4122
4118
|
"nullable": true
|
|
4123
4119
|
}
|
|
@@ -4532,6 +4528,12 @@ export const state = {
|
|
|
4532
4528
|
"additionalProperties": {
|
|
4533
4529
|
"type": "number"
|
|
4534
4530
|
}
|
|
4531
|
+
},
|
|
4532
|
+
"customEvents": {
|
|
4533
|
+
"type": "object",
|
|
4534
|
+
"additionalProperties": {
|
|
4535
|
+
"type": "number"
|
|
4536
|
+
}
|
|
4535
4537
|
}
|
|
4536
4538
|
},
|
|
4537
4539
|
"required": [
|
|
@@ -4544,7 +4546,8 @@ export const state = {
|
|
|
4544
4546
|
"userMessages",
|
|
4545
4547
|
"botMessages",
|
|
4546
4548
|
"events",
|
|
4547
|
-
"eventTypes"
|
|
4549
|
+
"eventTypes",
|
|
4550
|
+
"customEvents"
|
|
4548
4551
|
]
|
|
4549
4552
|
}
|
|
4550
4553
|
}
|
|
@@ -9514,7 +9517,7 @@ export const state = {
|
|
|
9514
9517
|
"title": "Botpress API",
|
|
9515
9518
|
"description": "API for Botpress Cloud",
|
|
9516
9519
|
"server": "https://api.botpress.cloud",
|
|
9517
|
-
"version": "0.26.
|
|
9520
|
+
"version": "0.26.3",
|
|
9518
9521
|
"prefix": "v1"
|
|
9519
9522
|
},
|
|
9520
9523
|
"errors": [
|
|
@@ -10197,9 +10200,7 @@ export const state = {
|
|
|
10197
10200
|
"type": "object",
|
|
10198
10201
|
"additionalProperties": {
|
|
10199
10202
|
"type": "object",
|
|
10200
|
-
"additionalProperties":
|
|
10201
|
-
"readOnly": true
|
|
10202
|
-
}
|
|
10203
|
+
"additionalProperties": false
|
|
10203
10204
|
},
|
|
10204
10205
|
"nullable": true,
|
|
10205
10206
|
"description": "Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events."
|