@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.
@@ -1778,7 +1778,7 @@ export const state = {
1778
1778
  "title": "Botpress API",
1779
1779
  "description": "API for Botpress Cloud",
1780
1780
  "server": "https://api.botpress.cloud",
1781
- "version": "1.22.0",
1781
+ "version": "1.23.0",
1782
1782
  "prefix": "v1"
1783
1783
  },
1784
1784
  "errors": [
@@ -2138,6 +2138,22 @@ export const state = {
2138
2138
  "type": "object",
2139
2139
  "additionalProperties": true
2140
2140
  },
2141
+ "interfaces": {
2142
+ "type": "object",
2143
+ "additionalProperties": {
2144
+ "type": "object",
2145
+ "properties": {
2146
+ "integrationId": {
2147
+ "type": "string"
2148
+ }
2149
+ },
2150
+ "required": [
2151
+ "integrationId"
2152
+ ],
2153
+ "additionalProperties": false
2154
+ },
2155
+ "description": "A mapping of plugin interface aliases to their backing integrations"
2156
+ },
2141
2157
  "id": {
2142
2158
  "type": "string",
2143
2159
  "minLength": 28,