@abyss-project/main 1.0.103 → 1.0.104

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.
@@ -472,6 +472,7 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
472
472
  ticketTitle: string;
473
473
  messageByUserId: string;
474
474
  messagePreview: string;
475
+ messageId: string;
475
476
  emailDelayMinutes: string;
476
477
  };
477
478
  [UserNotificationContentType.INTERNAL_TICKET_MENTION]: {
@@ -480,6 +481,7 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
480
481
  ticketTitle: string;
481
482
  mentionedByUserId: string;
482
483
  messagePreview: string;
484
+ messageId: string;
483
485
  emailDelayMinutes: string;
484
486
  };
485
487
  [UserNotificationContentType.INTERNAL_TICKET_ASSIGNED]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",