@botpress/api 0.15.4 → 0.15.5
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/gen/state.d.ts +4 -0
- package/dist/index.js +9 -5
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +5 -1
package/src/gen/state.ts
CHANGED
|
@@ -34,6 +34,7 @@ export const state = {
|
|
|
34
34
|
maxLength: 200,
|
|
35
35
|
description:
|
|
36
36
|
"[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
|
|
37
|
+
deprecated: true,
|
|
37
38
|
},
|
|
38
39
|
},
|
|
39
40
|
required: ["channel", "tags"],
|
|
@@ -181,6 +182,7 @@ export const state = {
|
|
|
181
182
|
maxLength: 200,
|
|
182
183
|
description:
|
|
183
184
|
"[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
|
|
185
|
+
deprecated: true,
|
|
184
186
|
},
|
|
185
187
|
},
|
|
186
188
|
required: ["channel", "tags"],
|
|
@@ -981,6 +983,7 @@ export const state = {
|
|
|
981
983
|
maxLength: 200,
|
|
982
984
|
description:
|
|
983
985
|
"[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
|
|
986
|
+
deprecated: true,
|
|
984
987
|
},
|
|
985
988
|
name: {
|
|
986
989
|
type: "string",
|
|
@@ -1132,6 +1135,7 @@ export const state = {
|
|
|
1132
1135
|
maxLength: 200,
|
|
1133
1136
|
description:
|
|
1134
1137
|
"[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
|
|
1138
|
+
deprecated: true,
|
|
1135
1139
|
},
|
|
1136
1140
|
name: {
|
|
1137
1141
|
type: "string",
|
|
@@ -5754,7 +5758,7 @@ export const state = {
|
|
|
5754
5758
|
title: "Botpress API",
|
|
5755
5759
|
description: "API for Botpress Cloud",
|
|
5756
5760
|
server: "https://api.botpress.cloud",
|
|
5757
|
-
version: "0.15.
|
|
5761
|
+
version: "0.15.5",
|
|
5758
5762
|
prefix: "v1",
|
|
5759
5763
|
},
|
|
5760
5764
|
errors: [
|