@botpress/api 1.29.0 → 1.30.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.
@@ -2602,7 +2602,7 @@ export const state = {
2602
2602
  "title": "Botpress API",
2603
2603
  "description": "API for Botpress Cloud",
2604
2604
  "server": "https://api.botpress.cloud",
2605
- "version": "1.29.0",
2605
+ "version": "1.30.0",
2606
2606
  "prefix": "v1"
2607
2607
  },
2608
2608
  "errors": [
@@ -3015,11 +3015,19 @@ export const state = {
3015
3015
  "type": "object",
3016
3016
  "properties": {
3017
3017
  "integrationId": {
3018
- "type": "string"
3018
+ "type": "string",
3019
+ "minLength": 28,
3020
+ "maxLength": 36
3021
+ },
3022
+ "interfaceId": {
3023
+ "type": "string",
3024
+ "minLength": 28,
3025
+ "maxLength": 36
3019
3026
  }
3020
3027
  },
3021
3028
  "required": [
3022
- "integrationId"
3029
+ "integrationId",
3030
+ "interfaceId"
3023
3031
  ],
3024
3032
  "additionalProperties": false
3025
3033
  },
package/src/gen/state.ts CHANGED
@@ -19351,7 +19351,7 @@ export const state = {
19351
19351
  "title": "Botpress API",
19352
19352
  "description": "API for Botpress Cloud",
19353
19353
  "server": "https://api.botpress.cloud",
19354
- "version": "1.29.0",
19354
+ "version": "1.30.0",
19355
19355
  "prefix": "v1"
19356
19356
  },
19357
19357
  "errors": [
@@ -19951,11 +19951,19 @@ export const state = {
19951
19951
  "type": "object",
19952
19952
  "properties": {
19953
19953
  "integrationId": {
19954
- "type": "string"
19954
+ "type": "string",
19955
+ "minLength": 28,
19956
+ "maxLength": 36
19957
+ },
19958
+ "interfaceId": {
19959
+ "type": "string",
19960
+ "minLength": 28,
19961
+ "maxLength": 36
19955
19962
  }
19956
19963
  },
19957
19964
  "required": [
19958
- "integrationId"
19965
+ "integrationId",
19966
+ "interfaceId"
19959
19967
  ],
19960
19968
  "additionalProperties": false
19961
19969
  },