@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/dist/gen/state.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare const state: {
|
|
|
27
27
|
type: "string";
|
|
28
28
|
maxLength: number;
|
|
29
29
|
description: string;
|
|
30
|
+
deprecated: true;
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
33
|
required: string[];
|
|
@@ -164,6 +165,7 @@ export declare const state: {
|
|
|
164
165
|
type: "string";
|
|
165
166
|
maxLength: number;
|
|
166
167
|
description: string;
|
|
168
|
+
deprecated: true;
|
|
167
169
|
};
|
|
168
170
|
};
|
|
169
171
|
required: string[];
|
|
@@ -911,6 +913,7 @@ export declare const state: {
|
|
|
911
913
|
type: "string";
|
|
912
914
|
maxLength: number;
|
|
913
915
|
description: string;
|
|
916
|
+
deprecated: true;
|
|
914
917
|
};
|
|
915
918
|
name: {
|
|
916
919
|
type: "string";
|
|
@@ -1053,6 +1056,7 @@ export declare const state: {
|
|
|
1053
1056
|
type: "string";
|
|
1054
1057
|
maxLength: number;
|
|
1055
1058
|
description: string;
|
|
1059
|
+
deprecated: true;
|
|
1056
1060
|
};
|
|
1057
1061
|
name: {
|
|
1058
1062
|
type: "string";
|
package/dist/index.js
CHANGED
|
@@ -426740,7 +426740,8 @@ var state = {
|
|
|
426740
426740
|
integrationName: {
|
|
426741
426741
|
type: "string",
|
|
426742
426742
|
maxLength: 200,
|
|
426743
|
-
description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead."
|
|
426743
|
+
description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
|
|
426744
|
+
deprecated: true
|
|
426744
426745
|
}
|
|
426745
426746
|
},
|
|
426746
426747
|
required: ["channel", "tags"],
|
|
@@ -426877,7 +426878,8 @@ var state = {
|
|
|
426877
426878
|
integrationName: {
|
|
426878
426879
|
type: "string",
|
|
426879
426880
|
maxLength: 200,
|
|
426880
|
-
description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead."
|
|
426881
|
+
description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
|
|
426882
|
+
deprecated: true
|
|
426881
426883
|
}
|
|
426882
426884
|
},
|
|
426883
426885
|
required: ["channel", "tags"],
|
|
@@ -427624,7 +427626,8 @@ var state = {
|
|
|
427624
427626
|
integrationName: {
|
|
427625
427627
|
type: "string",
|
|
427626
427628
|
maxLength: 200,
|
|
427627
|
-
description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead."
|
|
427629
|
+
description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
|
|
427630
|
+
deprecated: true
|
|
427628
427631
|
},
|
|
427629
427632
|
name: {
|
|
427630
427633
|
type: "string",
|
|
@@ -427766,7 +427769,8 @@ var state = {
|
|
|
427766
427769
|
integrationName: {
|
|
427767
427770
|
type: "string",
|
|
427768
427771
|
maxLength: 200,
|
|
427769
|
-
description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead."
|
|
427772
|
+
description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
|
|
427773
|
+
deprecated: true
|
|
427770
427774
|
},
|
|
427771
427775
|
name: {
|
|
427772
427776
|
type: "string",
|
|
@@ -432261,7 +432265,7 @@ var state = {
|
|
|
432261
432265
|
title: "Botpress API",
|
|
432262
432266
|
description: "API for Botpress Cloud",
|
|
432263
432267
|
server: "https://api.botpress.cloud",
|
|
432264
|
-
version: "0.15.
|
|
432268
|
+
version: "0.15.5",
|
|
432265
432269
|
prefix: "v1"
|
|
432266
432270
|
},
|
|
432267
432271
|
errors: [
|