@botpress/api 1.22.0 → 1.23.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.
@@ -4532,6 +4532,22 @@ export const state = {
4532
4532
  "configuration": {
4533
4533
  "type": "object",
4534
4534
  "additionalProperties": true
4535
+ },
4536
+ "interfaces": {
4537
+ "type": "object",
4538
+ "additionalProperties": {
4539
+ "type": "object",
4540
+ "properties": {
4541
+ "integrationId": {
4542
+ "type": "string"
4543
+ }
4544
+ },
4545
+ "required": [
4546
+ "integrationId"
4547
+ ],
4548
+ "additionalProperties": false
4549
+ },
4550
+ "description": "A mapping of plugin interface aliases to their backing integrations"
4535
4551
  }
4536
4552
  },
4537
4553
  "required": [
@@ -4542,6 +4558,10 @@ export const state = {
4542
4558
  },
4543
4559
  "description": "A mapping of plugin aliases to their configuration"
4544
4560
  },
4561
+ "shouldMergePlugins": {
4562
+ "type": "boolean",
4563
+ "description": "If true, plugins will be merged into the bot and entity references will be resolved. If you are uncertain about this field, you should probably set it to true"
4564
+ },
4545
4565
  "subscriptions": {
4546
4566
  "type": "object",
4547
4567
  "properties": {
@@ -13092,7 +13112,7 @@ export const state = {
13092
13112
  "title": "Botpress API",
13093
13113
  "description": "API for Botpress Cloud",
13094
13114
  "server": "https://api.botpress.cloud",
13095
- "version": "1.22.0",
13115
+ "version": "1.23.0",
13096
13116
  "prefix": "v1"
13097
13117
  },
13098
13118
  "errors": [
@@ -13561,6 +13581,22 @@ export const state = {
13561
13581
  "type": "object",
13562
13582
  "additionalProperties": true
13563
13583
  },
13584
+ "interfaces": {
13585
+ "type": "object",
13586
+ "additionalProperties": {
13587
+ "type": "object",
13588
+ "properties": {
13589
+ "integrationId": {
13590
+ "type": "string"
13591
+ }
13592
+ },
13593
+ "required": [
13594
+ "integrationId"
13595
+ ],
13596
+ "additionalProperties": false
13597
+ },
13598
+ "description": "A mapping of plugin interface aliases to their backing integrations"
13599
+ },
13564
13600
  "id": {
13565
13601
  "type": "string",
13566
13602
  "minLength": 28,