@wabot-dev/framework 0.1.0-beta.28 → 0.1.0-beta.29

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.
@@ -91,7 +91,7 @@ type IFunctionCallItem = {
91
91
  functionCall: IFunctionCall;
92
92
  };
93
93
  type IChatItem = IBotMessageItem | IConnectionMessageItem | IFunctionCallItem;
94
- type IChatItemType = IChatItem['type'] & (typeof chatItemTypeOptions)[number];
94
+ type IChatItemType = (typeof chatItemTypeOptions)[number];
95
95
  interface IChatToolParameter {
96
96
  type: string;
97
97
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wabot-dev/framework",
3
- "version": "0.1.0-beta.28",
3
+ "version": "0.1.0-beta.29",
4
4
  "description": "Framework for IA Chat Bots",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",