@botpress/api 1.28.1 → 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.
@@ -747,6 +747,10 @@ export const state = {
747
747
  },
748
748
  "additionalProperties": false
749
749
  },
750
+ "maxExecutionTime": {
751
+ "type": "number",
752
+ "description": "Maximum execution time of the integration (in seconds)."
753
+ },
750
754
  "url": {
751
755
  "type": "string",
752
756
  "maxLength": 2000,
@@ -1488,6 +1492,10 @@ export const state = {
1488
1492
  },
1489
1493
  "additionalProperties": false
1490
1494
  },
1495
+ "maxExecutionTime": {
1496
+ "type": "number",
1497
+ "description": "Maximum execution time of the integration (in seconds)."
1498
+ },
1491
1499
  "url": {
1492
1500
  "type": "string",
1493
1501
  "maxLength": 2000,
@@ -4639,6 +4647,10 @@ export const state = {
4639
4647
  "blocked": {
4640
4648
  "type": "boolean"
4641
4649
  },
4650
+ "maxExecutionTime": {
4651
+ "type": "integer",
4652
+ "description": "Maximum execution time (in seconds)."
4653
+ },
4642
4654
  "alwaysAlive": {
4643
4655
  "type": "boolean",
4644
4656
  "description": "Indicates if the [Bot](#schema_bot) should be in always alive mode"
@@ -9091,9 +9103,21 @@ export const state = {
9091
9103
  "additionalProperties": false
9092
9104
  }
9093
9105
  },
9094
- "messageStatusChangeNotificationsEnabled": {
9095
- "type": "boolean",
9096
- "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
9106
+ "extraOperations": {
9107
+ "type": "object",
9108
+ "additionalProperties": {
9109
+ "type": "object",
9110
+ "properties": {
9111
+ "enabled": {
9112
+ "type": "boolean"
9113
+ }
9114
+ },
9115
+ "required": [
9116
+ "enabled"
9117
+ ],
9118
+ "additionalProperties": false
9119
+ },
9120
+ "description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
9097
9121
  },
9098
9122
  "secrets": {
9099
9123
  "type": "object",
@@ -9685,9 +9709,21 @@ export const state = {
9685
9709
  "additionalProperties": false
9686
9710
  }
9687
9711
  },
9688
- "messageStatusChangeNotificationsEnabled": {
9689
- "type": "boolean",
9690
- "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
9712
+ "extraOperations": {
9713
+ "type": "object",
9714
+ "additionalProperties": {
9715
+ "type": "object",
9716
+ "properties": {
9717
+ "enabled": {
9718
+ "type": "boolean"
9719
+ }
9720
+ },
9721
+ "required": [
9722
+ "enabled"
9723
+ ],
9724
+ "additionalProperties": false
9725
+ },
9726
+ "description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
9691
9727
  },
9692
9728
  "secrets": {
9693
9729
  "type": "object",
@@ -9852,9 +9888,21 @@ export const state = {
9852
9888
  },
9853
9889
  "description": "Additional configuration definitions of the integration"
9854
9890
  },
9855
- "messageStatusChangeNotificationsEnabled": {
9856
- "type": "boolean",
9857
- "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
9891
+ "extraOperations": {
9892
+ "type": "object",
9893
+ "additionalProperties": {
9894
+ "type": "object",
9895
+ "properties": {
9896
+ "enabled": {
9897
+ "type": "boolean"
9898
+ }
9899
+ },
9900
+ "required": [
9901
+ "enabled"
9902
+ ],
9903
+ "additionalProperties": false
9904
+ },
9905
+ "description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
9858
9906
  },
9859
9907
  "channels": {
9860
9908
  "type": "object",
@@ -9970,6 +10018,10 @@ export const state = {
9970
10018
  "additionalProperties": false
9971
10019
  }
9972
10020
  },
10021
+ "maxExecutionTime": {
10022
+ "type": "integer",
10023
+ "description": "Maximum execution time of the integration (in seconds)."
10024
+ },
9973
10025
  "identifier": {
9974
10026
  "type": "object",
9975
10027
  "properties": {
@@ -10448,9 +10500,21 @@ export const state = {
10448
10500
  },
10449
10501
  "description": "Additional configuration definitions of the integration"
10450
10502
  },
10451
- "messageStatusChangeNotificationsEnabled": {
10452
- "type": "boolean",
10453
- "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
10503
+ "extraOperations": {
10504
+ "type": "object",
10505
+ "additionalProperties": {
10506
+ "type": "object",
10507
+ "properties": {
10508
+ "enabled": {
10509
+ "type": "boolean"
10510
+ }
10511
+ },
10512
+ "required": [
10513
+ "enabled"
10514
+ ],
10515
+ "additionalProperties": false
10516
+ },
10517
+ "description": "**EXPERIMENTAL** Extra integration operations that should be sent or not to the integration instances. The key is the operation name."
10454
10518
  },
10455
10519
  "channels": {
10456
10520
  "type": "object",
@@ -10566,6 +10630,10 @@ export const state = {
10566
10630
  "additionalProperties": false
10567
10631
  }
10568
10632
  },
10633
+ "maxExecutionTime": {
10634
+ "type": "integer",
10635
+ "description": "Maximum execution time of the integration (in seconds)."
10636
+ },
10569
10637
  "identifier": {
10570
10638
  "type": "object",
10571
10639
  "properties": {
@@ -13650,7 +13718,7 @@ export const state = {
13650
13718
  "title": "Botpress API",
13651
13719
  "description": "API for Botpress Cloud",
13652
13720
  "server": "https://api.botpress.cloud",
13653
- "version": "1.28.1",
13721
+ "version": "1.28.2",
13654
13722
  "prefix": "v1"
13655
13723
  },
13656
13724
  "errors": [
@@ -14198,6 +14266,10 @@ export const state = {
14198
14266
  },
14199
14267
  "description": "A mapping of plugin aliases to their configuration"
14200
14268
  },
14269
+ "maxExecutionTime": {
14270
+ "type": "number",
14271
+ "description": "Maximum execution time of the bot (in seconds)."
14272
+ },
14201
14273
  "user": {
14202
14274
  "type": "object",
14203
14275
  "properties": {
@@ -14649,6 +14721,10 @@ export const state = {
14649
14721
  },
14650
14722
  "additionalProperties": false
14651
14723
  },
14724
+ "maxExecutionTime": {
14725
+ "type": "number",
14726
+ "description": "Maximum execution time of the integration (in seconds)."
14727
+ },
14652
14728
  "url": {
14653
14729
  "type": "string",
14654
14730
  "maxLength": 2000,