@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.
@@ -6652,20 +6652,14 @@ export const state = {
6652
6652
  ],
6653
6653
  "description": "Allowlist setting of the bot"
6654
6654
  },
6655
- "modifiedUsers": {
6656
- "type": "array",
6657
- "items": {
6658
- "type": "object",
6659
- "additionalProperties": {
6660
- "type": "boolean",
6661
- "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"
6662
- }
6655
+ "users": {
6656
+ "type": "object",
6657
+ "additionalProperties": {
6658
+ "type": "boolean",
6659
+ "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"
6663
6660
  }
6664
6661
  }
6665
6662
  },
6666
- "required": [
6667
- "modifiedUsers"
6668
- ],
6669
6663
  "title": "updateBotAllowlistBody",
6670
6664
  "additionalProperties": false
6671
6665
  }
@@ -13887,7 +13881,7 @@ export const state = {
13887
13881
  "title": "Botpress API",
13888
13882
  "description": "API for Botpress Cloud",
13889
13883
  "server": "https://api.botpress.cloud",
13890
- "version": "1.32.0",
13884
+ "version": "1.33.0",
13891
13885
  "prefix": "v1"
13892
13886
  },
13893
13887
  "errors": [