sea-backend-helpers 1.5.3 → 1.5.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sea-backend-helpers",
3
3
  "description": "SEA Backend helpers library",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "build": "tsc --build",
@@ -29,7 +29,7 @@
29
29
  "reflect-metadata": "^0.1.13",
30
30
  "rxjs": "^7.0.0",
31
31
  "sea-backend-helpers": "file:",
32
- "sea-platform-helpers": "^1.5.2"
32
+ "sea-platform-helpers": "^1.5.3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@nestjs/common": "^10.0.0",
@@ -1,19 +0,0 @@
1
- import { CONSTANTS } from "sea-platform-helpers";
2
- import { NotificationMetadata } from "../notification";
3
- interface IBaseNotification {
4
- applicationKey: CONSTANTS.Application.ApplicationKeys;
5
- }
6
- export interface ITaskAssignedToYou<T extends CONSTANTS.Notification.NotificationTypes = CONSTANTS.Notification.NotificationTypes> extends IBaseNotification {
7
- accountId: string;
8
- metadata: NotificationMetadata<T>;
9
- }
10
- export interface ITaskUnAssignedFromYou<T extends CONSTANTS.Notification.NotificationTypes = CONSTANTS.Notification.NotificationTypes> extends IBaseNotification {
11
- accountId: string;
12
- metadata: NotificationMetadata<T>;
13
- }
14
- export interface INewCommentAdded<T extends CONSTANTS.Notification.NotificationTypes = CONSTANTS.Notification.NotificationTypes> extends IBaseNotification {
15
- accountId: string;
16
- metadata: NotificationMetadata<T>;
17
- }
18
- export {};
19
- //# sourceMappingURL=dto.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dto.d.ts","sourceRoot":"","sources":["../../../src/types/queue/dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,UAAU,iBAAiB;IACzB,cAAc,EAAE,SAAS,CAAC,WAAW,CAAC,eAAe,CAAC;CACvD;AAED,MAAM,WAAW,kBAAkB,CACjC,CAAC,SAAS,SAAS,CAAC,YAAY,CAAC,iBAAiB,GAAG,SAAS,CAAC,YAAY,CAAC,iBAAiB,CAC7F,SAAQ,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,oBAAoB,CAAC,CAAC,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB,CACrC,CAAC,SAAS,SAAS,CAAC,YAAY,CAAC,iBAAiB,GAAG,SAAS,CAAC,YAAY,CAAC,iBAAiB,CAC7F,SAAQ,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,oBAAoB,CAAC,CAAC,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,gBAAgB,CAC/B,CAAC,SAAS,SAAS,CAAC,YAAY,CAAC,iBAAiB,GAAG,SAAS,CAAC,YAAY,CAAC,iBAAiB,CAC7F,SAAQ,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,oBAAoB,CAAC,CAAC,CAAC,CAAC;CACnC"}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });