@botpress/api 0.26.2 → 0.26.4

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
  }
@@ -9202,20 +9198,27 @@ export const state = {
9202
9198
  "$ref": "#/components/schemas/Row"
9203
9199
  }
9204
9200
  },
9205
- "count": {
9206
- "type": "integer",
9207
- "description": "The total number of rows matching the search criteria, regardless of pagination."
9201
+ "hasMore": {
9202
+ "type": "boolean",
9203
+ "description": "Flag indicating if there are more rows to fetch."
9208
9204
  },
9209
9205
  "offset": {
9210
9206
  "type": "integer"
9211
9207
  },
9212
9208
  "limit": {
9213
9209
  "type": "integer"
9210
+ },
9211
+ "warnings": {
9212
+ "type": "array",
9213
+ "items": {
9214
+ "type": "string"
9215
+ },
9216
+ "description": "Alerts for minor issues that don't block the operation but suggest possible improvements."
9214
9217
  }
9215
9218
  },
9216
9219
  "required": [
9217
9220
  "rows",
9218
- "count",
9221
+ "hasMore",
9219
9222
  "offset",
9220
9223
  "limit"
9221
9224
  ],
@@ -9521,7 +9524,7 @@ export const state = {
9521
9524
  "title": "Botpress API",
9522
9525
  "description": "API for Botpress Cloud",
9523
9526
  "server": "https://api.botpress.cloud",
9524
- "version": "0.26.2",
9527
+ "version": "0.26.4",
9525
9528
  "prefix": "v1"
9526
9529
  },
9527
9530
  "errors": [
@@ -10204,9 +10207,7 @@ export const state = {
10204
10207
  "type": "object",
10205
10208
  "additionalProperties": {
10206
10209
  "type": "object",
10207
- "additionalProperties": {
10208
- "readOnly": true
10209
- }
10210
+ "additionalProperties": false
10210
10211
  },
10211
10212
  "nullable": true,
10212
10213
  "description": "Events that the bot is currently subscribed on (ex: \"slack:reactionAdded\"). If null, the bot is subscribed to all events."