@botpress/api 1.29.0 → 1.31.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.29.0",
1781
+ "version": "1.31.0",
1782
1782
  "prefix": "v1"
1783
1783
  },
1784
1784
  "errors": [
@@ -2144,11 +2144,19 @@ export const state = {
2144
2144
  "type": "object",
2145
2145
  "properties": {
2146
2146
  "integrationId": {
2147
- "type": "string"
2147
+ "type": "string",
2148
+ "minLength": 28,
2149
+ "maxLength": 36
2150
+ },
2151
+ "interfaceId": {
2152
+ "type": "string",
2153
+ "minLength": 28,
2154
+ "maxLength": 36
2148
2155
  }
2149
2156
  },
2150
2157
  "required": [
2151
- "integrationId"
2158
+ "integrationId",
2159
+ "interfaceId"
2152
2160
  ],
2153
2161
  "additionalProperties": false
2154
2162
  },