@botpress/api 1.10.0 → 1.11.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.
@@ -1772,13 +1772,9 @@ export const state = {
1772
1772
  },
1773
1773
  "sandboxIdentifiers": {
1774
1774
  "type": "object",
1775
- "additionalProperties": {
1776
- "type": "object",
1777
- "nullable": true,
1778
- "additionalProperties": false
1779
- },
1780
1775
  "nullable": true,
1781
- "description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
1776
+ "description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. This is an experimental feature meant to be used by specific integrations.",
1777
+ "additionalProperties": false
1782
1778
  }
1783
1779
  },
1784
1780
  "title": "configureIntegrationBody",
@@ -2608,7 +2604,7 @@ export const state = {
2608
2604
  "title": "Botpress API",
2609
2605
  "description": "API for Botpress Cloud",
2610
2606
  "server": "https://api.botpress.cloud",
2611
- "version": "1.10.0",
2607
+ "version": "1.11.0",
2612
2608
  "prefix": "v1"
2613
2609
  },
2614
2610
  "errors": [
package/src/gen/state.ts CHANGED
@@ -1772,13 +1772,9 @@ export const state = {
1772
1772
  },
1773
1773
  "sandboxIdentifiers": {
1774
1774
  "type": "object",
1775
- "additionalProperties": {
1776
- "type": "object",
1777
- "nullable": true,
1778
- "additionalProperties": false
1779
- },
1780
1775
  "nullable": true,
1781
- "description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
1776
+ "description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. This is an experimental feature meant to be used by specific integrations.",
1777
+ "additionalProperties": false
1782
1778
  }
1783
1779
  },
1784
1780
  "title": "configureIntegrationBody",
@@ -17438,7 +17434,7 @@ export const state = {
17438
17434
  "title": "Botpress API",
17439
17435
  "description": "API for Botpress Cloud",
17440
17436
  "server": "https://api.botpress.cloud",
17441
- "version": "1.10.0",
17437
+ "version": "1.11.0",
17442
17438
  "prefix": "v1"
17443
17439
  },
17444
17440
  "errors": [