@botpress/api 0.26.2 → 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/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
- "additionalProperties": {
4118
- "readOnly": true
4119
- },
4120
- "nullable": true
4115
+ "nullable": true,
4116
+ "additionalProperties": false
4121
4117
  },
4122
4118
  "nullable": true
4123
4119
  }
@@ -9521,7 +9517,7 @@ export const state = {
9521
9517
  "title": "Botpress API",
9522
9518
  "description": "API for Botpress Cloud",
9523
9519
  "server": "https://api.botpress.cloud",
9524
- "version": "0.26.2",
9520
+ "version": "0.26.3",
9525
9521
  "prefix": "v1"
9526
9522
  },
9527
9523
  "errors": [
@@ -10204,9 +10200,7 @@ export const state = {
10204
10200
  "type": "object",
10205
10201
  "additionalProperties": {
10206
10202
  "type": "object",
10207
- "additionalProperties": {
10208
- "readOnly": true
10209
- }
10203
+ "additionalProperties": false
10210
10204
  },
10211
10205
  "nullable": true,
10212
10206
  "description": "Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events."