@peacom/core 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peacom/core",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-s3": "^3.478.0",
@@ -187,6 +187,7 @@ export interface ArticlesMessageItem {
187
187
  }
188
188
  export interface ChoiceMessageItem {
189
189
  title: string;
190
- value: unknown;
190
+ value: any;
191
+ nextMessage?: any;
191
192
  }
192
193
  export {};