@botpress/api 1.24.0 → 1.25.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.24.0",
2605
+ "version": "1.25.0",
2606
2606
  "prefix": "v1"
2607
2607
  },
2608
2608
  "errors": [
package/src/gen/state.ts CHANGED
@@ -11267,6 +11267,10 @@ export const state = {
11267
11267
  "additionalProperties": false
11268
11268
  }
11269
11269
  },
11270
+ "messageStatusChangeNotificationsEnabled": {
11271
+ "type": "boolean",
11272
+ "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
11273
+ },
11270
11274
  "secrets": {
11271
11275
  "type": "object",
11272
11276
  "additionalProperties": {
@@ -11857,6 +11861,10 @@ export const state = {
11857
11861
  "additionalProperties": false
11858
11862
  }
11859
11863
  },
11864
+ "messageStatusChangeNotificationsEnabled": {
11865
+ "type": "boolean",
11866
+ "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
11867
+ },
11860
11868
  "secrets": {
11861
11869
  "type": "object",
11862
11870
  "additionalProperties": {
@@ -12020,6 +12028,10 @@ export const state = {
12020
12028
  },
12021
12029
  "description": "Additional configuration definitions of the integration"
12022
12030
  },
12031
+ "messageStatusChangeNotificationsEnabled": {
12032
+ "type": "boolean",
12033
+ "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
12034
+ },
12023
12035
  "channels": {
12024
12036
  "type": "object",
12025
12037
  "additionalProperties": {
@@ -12612,6 +12624,10 @@ export const state = {
12612
12624
  },
12613
12625
  "description": "Additional configuration definitions of the integration"
12614
12626
  },
12627
+ "messageStatusChangeNotificationsEnabled": {
12628
+ "type": "boolean",
12629
+ "description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
12630
+ },
12615
12631
  "channels": {
12616
12632
  "type": "object",
12617
12633
  "additionalProperties": {
@@ -18740,7 +18756,7 @@ export const state = {
18740
18756
  "title": "Botpress API",
18741
18757
  "description": "API for Botpress Cloud",
18742
18758
  "server": "https://api.botpress.cloud",
18743
- "version": "1.24.0",
18759
+ "version": "1.25.0",
18744
18760
  "prefix": "v1"
18745
18761
  },
18746
18762
  "errors": [