@trii/types 2.10.214 → 2.10.216

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.
@@ -143,6 +143,7 @@ export interface MessageReference {
143
143
  channelId: string;
144
144
  }
145
145
  export interface MessageReaction {
146
+ reaction: 'react' | 'unreact';
146
147
  emoji: string;
147
148
  }
148
149
  export interface MessageEmail {
@@ -59,5 +59,5 @@ export declare enum ConversationDirection {
59
59
  export declare enum ConversationSatus {
60
60
  NEW = 1,
61
61
  ACTIVE = 2,
62
- FINALIZED = 2
62
+ FINALIZED = 3
63
63
  }
@@ -22,5 +22,5 @@ export var ConversationSatus;
22
22
  (function (ConversationSatus) {
23
23
  ConversationSatus[ConversationSatus["NEW"] = 1] = "NEW";
24
24
  ConversationSatus[ConversationSatus["ACTIVE"] = 2] = "ACTIVE";
25
- ConversationSatus[ConversationSatus["FINALIZED"] = 2] = "FINALIZED";
25
+ ConversationSatus[ConversationSatus["FINALIZED"] = 3] = "FINALIZED";
26
26
  })(ConversationSatus || (ConversationSatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.214",
3
+ "version": "2.10.216",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",