@botpress/api 1.32.0 → 1.33.0

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.
@@ -2610,7 +2610,7 @@ export const state = {
2610
2610
  "title": "Botpress API",
2611
2611
  "description": "API for Botpress Cloud",
2612
2612
  "server": "https://api.botpress.cloud",
2613
- "version": "1.32.0",
2613
+ "version": "1.33.0",
2614
2614
  "prefix": "v1"
2615
2615
  },
2616
2616
  "errors": [
package/src/gen/state.ts CHANGED
@@ -9252,20 +9252,14 @@ export const state = {
9252
9252
  ],
9253
9253
  "description": "Allowlist setting of the bot"
9254
9254
  },
9255
- "modifiedUsers": {
9256
- "type": "array",
9257
- "items": {
9258
- "type": "object",
9259
- "additionalProperties": {
9260
- "type": "boolean",
9261
- "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
9262
- }
9255
+ "users": {
9256
+ "type": "object",
9257
+ "additionalProperties": {
9258
+ "type": "boolean",
9259
+ "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
9263
9260
  }
9264
9261
  }
9265
9262
  },
9266
- "required": [
9267
- "modifiedUsers"
9268
- ],
9269
9263
  "title": "updateBotAllowlistBody",
9270
9264
  "additionalProperties": false
9271
9265
  }
@@ -19470,7 +19464,7 @@ export const state = {
19470
19464
  "title": "Botpress API",
19471
19465
  "description": "API for Botpress Cloud",
19472
19466
  "server": "https://api.botpress.cloud",
19473
- "version": "1.32.0",
19467
+ "version": "1.33.0",
19474
19468
  "prefix": "v1"
19475
19469
  },
19476
19470
  "errors": [