@trii/types 2.10.538 → 2.10.539

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.
@@ -341,6 +341,7 @@ export interface IMessage {
341
341
  idLocal?: number;
342
342
  spaceId: string;
343
343
  conversationId: string;
344
+ workflowId?: string;
344
345
  /**only for Front-End */
345
346
  contactId?: string;
346
347
  read?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.538",
3
+ "version": "2.10.539",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",