@botpress/api 1.14.0 → 1.15.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 +66 -5
- package/dist/src/gen/admin/state.d.ts +16 -0
- package/dist/src/gen/files/state.d.ts +8 -0
- package/dist/src/gen/runtime/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +16 -0
- package/dist/src/gen/tables/state.d.ts +8 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +18 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +10 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +10 -1
- package/src/gen/state.ts +18 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +10 -1
package/src/gen/runtime/state.ts
CHANGED
|
@@ -2604,7 +2604,7 @@ export const state = {
|
|
|
2604
2604
|
"title": "Botpress API",
|
|
2605
2605
|
"description": "API for Botpress Cloud",
|
|
2606
2606
|
"server": "https://api.botpress.cloud",
|
|
2607
|
-
"version": "1.
|
|
2607
|
+
"version": "1.15.0",
|
|
2608
2608
|
"prefix": "v1"
|
|
2609
2609
|
},
|
|
2610
2610
|
"errors": [
|
|
@@ -2911,6 +2911,14 @@ export const state = {
|
|
|
2911
2911
|
"maxLength": 2000,
|
|
2912
2912
|
"nullable": true
|
|
2913
2913
|
},
|
|
2914
|
+
"disabledChannels": {
|
|
2915
|
+
"type": "array",
|
|
2916
|
+
"items": {
|
|
2917
|
+
"type": "string",
|
|
2918
|
+
"description": "Channel name"
|
|
2919
|
+
},
|
|
2920
|
+
"description": "Disabled channels for this integration"
|
|
2921
|
+
},
|
|
2914
2922
|
"id": {
|
|
2915
2923
|
"type": "string",
|
|
2916
2924
|
"minLength": 28,
|
|
@@ -2967,6 +2975,7 @@ export const state = {
|
|
|
2967
2975
|
"configuration",
|
|
2968
2976
|
"status",
|
|
2969
2977
|
"statusReason",
|
|
2978
|
+
"disabledChannels",
|
|
2970
2979
|
"id",
|
|
2971
2980
|
"createdAt",
|
|
2972
2981
|
"updatedAt",
|
package/src/gen/state.ts
CHANGED
|
@@ -7023,6 +7023,14 @@ export const state = {
|
|
|
7023
7023
|
"configuration": {
|
|
7024
7024
|
"type": "object",
|
|
7025
7025
|
"additionalProperties": true
|
|
7026
|
+
},
|
|
7027
|
+
"disabledChannels": {
|
|
7028
|
+
"type": "array",
|
|
7029
|
+
"items": {
|
|
7030
|
+
"type": "string",
|
|
7031
|
+
"description": "Channel name"
|
|
7032
|
+
},
|
|
7033
|
+
"description": "Disabled channels for this integration"
|
|
7026
7034
|
}
|
|
7027
7035
|
},
|
|
7028
7036
|
"nullable": true,
|
|
@@ -18246,7 +18254,7 @@ export const state = {
|
|
|
18246
18254
|
"title": "Botpress API",
|
|
18247
18255
|
"description": "API for Botpress Cloud",
|
|
18248
18256
|
"server": "https://api.botpress.cloud",
|
|
18249
|
-
"version": "1.
|
|
18257
|
+
"version": "1.15.0",
|
|
18250
18258
|
"prefix": "v1"
|
|
18251
18259
|
},
|
|
18252
18260
|
"errors": [
|
|
@@ -18728,6 +18736,14 @@ export const state = {
|
|
|
18728
18736
|
"maxLength": 2000,
|
|
18729
18737
|
"nullable": true
|
|
18730
18738
|
},
|
|
18739
|
+
"disabledChannels": {
|
|
18740
|
+
"type": "array",
|
|
18741
|
+
"items": {
|
|
18742
|
+
"type": "string",
|
|
18743
|
+
"description": "Channel name"
|
|
18744
|
+
},
|
|
18745
|
+
"description": "Disabled channels for this integration"
|
|
18746
|
+
},
|
|
18731
18747
|
"id": {
|
|
18732
18748
|
"type": "string",
|
|
18733
18749
|
"minLength": 28,
|
|
@@ -18784,6 +18800,7 @@ export const state = {
|
|
|
18784
18800
|
"configuration",
|
|
18785
18801
|
"status",
|
|
18786
18802
|
"statusReason",
|
|
18803
|
+
"disabledChannels",
|
|
18787
18804
|
"id",
|
|
18788
18805
|
"createdAt",
|
|
18789
18806
|
"updatedAt",
|