@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.
- package/dist/index.js +37 -5
- package/dist/src/gen/admin/state.d.ts +16 -0
- package/dist/src/gen/state.d.ts +16 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +17 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +17 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/admin/state.ts
CHANGED
|
@@ -8674,6 +8674,10 @@ export const state = {
|
|
|
8674
8674
|
"additionalProperties": false
|
|
8675
8675
|
}
|
|
8676
8676
|
},
|
|
8677
|
+
"messageStatusChangeNotificationsEnabled": {
|
|
8678
|
+
"type": "boolean",
|
|
8679
|
+
"description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
|
|
8680
|
+
},
|
|
8677
8681
|
"secrets": {
|
|
8678
8682
|
"type": "object",
|
|
8679
8683
|
"additionalProperties": {
|
|
@@ -9264,6 +9268,10 @@ export const state = {
|
|
|
9264
9268
|
"additionalProperties": false
|
|
9265
9269
|
}
|
|
9266
9270
|
},
|
|
9271
|
+
"messageStatusChangeNotificationsEnabled": {
|
|
9272
|
+
"type": "boolean",
|
|
9273
|
+
"description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
|
|
9274
|
+
},
|
|
9267
9275
|
"secrets": {
|
|
9268
9276
|
"type": "object",
|
|
9269
9277
|
"additionalProperties": {
|
|
@@ -9427,6 +9435,10 @@ export const state = {
|
|
|
9427
9435
|
},
|
|
9428
9436
|
"description": "Additional configuration definitions of the integration"
|
|
9429
9437
|
},
|
|
9438
|
+
"messageStatusChangeNotificationsEnabled": {
|
|
9439
|
+
"type": "boolean",
|
|
9440
|
+
"description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
|
|
9441
|
+
},
|
|
9430
9442
|
"channels": {
|
|
9431
9443
|
"type": "object",
|
|
9432
9444
|
"additionalProperties": {
|
|
@@ -10019,6 +10031,10 @@ export const state = {
|
|
|
10019
10031
|
},
|
|
10020
10032
|
"description": "Additional configuration definitions of the integration"
|
|
10021
10033
|
},
|
|
10034
|
+
"messageStatusChangeNotificationsEnabled": {
|
|
10035
|
+
"type": "boolean",
|
|
10036
|
+
"description": "**EXPERIMENTAL** Whether the integration should be notified when the message status changes"
|
|
10037
|
+
},
|
|
10022
10038
|
"channels": {
|
|
10023
10039
|
"type": "object",
|
|
10024
10040
|
"additionalProperties": {
|
|
@@ -13173,7 +13189,7 @@ export const state = {
|
|
|
13173
13189
|
"title": "Botpress API",
|
|
13174
13190
|
"description": "API for Botpress Cloud",
|
|
13175
13191
|
"server": "https://api.botpress.cloud",
|
|
13176
|
-
"version": "1.
|
|
13192
|
+
"version": "1.25.0",
|
|
13177
13193
|
"prefix": "v1"
|
|
13178
13194
|
},
|
|
13179
13195
|
"errors": [
|