@botpress/api 1.28.0 → 1.28.2

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.
@@ -1216,7 +1216,7 @@ export const state = {
1216
1216
  "title": "Botpress API",
1217
1217
  "description": "API for Botpress Cloud",
1218
1218
  "server": "https://api.botpress.cloud",
1219
- "version": "1.28.0",
1219
+ "version": "1.28.2",
1220
1220
  "prefix": "v1"
1221
1221
  },
1222
1222
  "errors": [
@@ -1657,6 +1657,10 @@ export const state = {
1657
1657
  },
1658
1658
  "description": "A mapping of plugin aliases to their configuration"
1659
1659
  },
1660
+ "maxExecutionTime": {
1661
+ "type": "number",
1662
+ "description": "Maximum execution time of the bot (in seconds)."
1663
+ },
1660
1664
  "user": {
1661
1665
  "type": "object",
1662
1666
  "properties": {
@@ -2108,6 +2112,10 @@ export const state = {
2108
2112
  },
2109
2113
  "additionalProperties": false
2110
2114
  },
2115
+ "maxExecutionTime": {
2116
+ "type": "number",
2117
+ "description": "Maximum execution time of the integration (in seconds)."
2118
+ },
2111
2119
  "url": {
2112
2120
  "type": "string",
2113
2121
  "maxLength": 2000,