@aldb2b/common 1.0.106 → 1.0.107
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.
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { NotificationEvent } from '../types/notification-event.enum';
|
|
2
|
+
import { NotificationType } from '../types/notification-type.enum';
|
|
1
3
|
import { Subjects } from './subjects';
|
|
2
4
|
export declare namespace SendNotifications {
|
|
3
5
|
interface Context {
|
|
@@ -5,8 +7,8 @@ export declare namespace SendNotifications {
|
|
|
5
7
|
data: Data[];
|
|
6
8
|
}
|
|
7
9
|
interface Data {
|
|
8
|
-
type:
|
|
9
|
-
trigger:
|
|
10
|
+
type: NotificationType;
|
|
11
|
+
trigger: NotificationEvent;
|
|
10
12
|
eventId?: string;
|
|
11
13
|
senderCompany?: string;
|
|
12
14
|
senderContact?: string;
|
|
@@ -15,5 +17,6 @@ export declare namespace SendNotifications {
|
|
|
15
17
|
template?: string;
|
|
16
18
|
receiverCompany: string;
|
|
17
19
|
receiver: string;
|
|
20
|
+
attachments?: string[];
|
|
18
21
|
}
|
|
19
22
|
}
|
|
@@ -336,9 +336,19 @@
|
|
|
336
336
|
"signature": "b858b34c2be10c11a81cf34ef8870897869f9355a8099995695ceea1e1bdf8c4",
|
|
337
337
|
"affectsGlobalScope": false
|
|
338
338
|
},
|
|
339
|
+
"../src/types/notification-event.enum.ts": {
|
|
340
|
+
"version": "6a4b3d8ca1cad275f0b121c7738e1367d9d78e9b49d6c0bad78e4a89fb0c5734",
|
|
341
|
+
"signature": "5754cfecfac7b6b7944d49a5912c543b482ea83609e79ac431cd7b176c405c19",
|
|
342
|
+
"affectsGlobalScope": false
|
|
343
|
+
},
|
|
344
|
+
"../src/types/notification-type.enum.ts": {
|
|
345
|
+
"version": "54dcf54dd5504e71bf82d569c658cfeeb7b7c11d8bedb1ed86e7bd368d3e0130",
|
|
346
|
+
"signature": "621b6c0acabc40a2ab15fa93bdc95c020ddd370525a8c2e5d0c79fe3476ae347",
|
|
347
|
+
"affectsGlobalScope": false
|
|
348
|
+
},
|
|
339
349
|
"../src/events/send-notifications.interface.ts": {
|
|
340
|
-
"version": "
|
|
341
|
-
"signature": "
|
|
350
|
+
"version": "e69a286df0a27d9687f3f69b18f5b8fb23ad5c6af423c1992a775d64b8b750ce",
|
|
351
|
+
"signature": "f234378d35783de431b4d0217e719369dce689fa1fa0ce20bf5465c71e474cfe",
|
|
342
352
|
"affectsGlobalScope": false
|
|
343
353
|
},
|
|
344
354
|
"../node_modules/class-validator/types/validation/ValidationError.d.ts": {
|
|
@@ -3421,16 +3431,6 @@
|
|
|
3421
3431
|
"signature": "1b833b9ecb83bdf2998d5748a54a6b3b432cf528e65b7839538377f39207d16e",
|
|
3422
3432
|
"affectsGlobalScope": false
|
|
3423
3433
|
},
|
|
3424
|
-
"../src/types/notification-event.enum.ts": {
|
|
3425
|
-
"version": "6a4b3d8ca1cad275f0b121c7738e1367d9d78e9b49d6c0bad78e4a89fb0c5734",
|
|
3426
|
-
"signature": "5754cfecfac7b6b7944d49a5912c543b482ea83609e79ac431cd7b176c405c19",
|
|
3427
|
-
"affectsGlobalScope": false
|
|
3428
|
-
},
|
|
3429
|
-
"../src/types/notification-type.enum.ts": {
|
|
3430
|
-
"version": "54dcf54dd5504e71bf82d569c658cfeeb7b7c11d8bedb1ed86e7bd368d3e0130",
|
|
3431
|
-
"signature": "621b6c0acabc40a2ab15fa93bdc95c020ddd370525a8c2e5d0c79fe3476ae347",
|
|
3432
|
-
"affectsGlobalScope": false
|
|
3433
|
-
},
|
|
3434
3434
|
"../node_modules/@types/range-parser/index.d.ts": {
|
|
3435
3435
|
"version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
3436
3436
|
"signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
@@ -10837,7 +10837,9 @@
|
|
|
10837
10837
|
"../src/events/subjects.ts"
|
|
10838
10838
|
],
|
|
10839
10839
|
"../src/events/send-notifications.interface.ts": [
|
|
10840
|
-
"../src/events/subjects.ts"
|
|
10840
|
+
"../src/events/subjects.ts",
|
|
10841
|
+
"../src/types/notification-event.enum.ts",
|
|
10842
|
+
"../src/types/notification-type.enum.ts"
|
|
10841
10843
|
],
|
|
10842
10844
|
"../src/events/update-company-setting.interface.ts": [
|
|
10843
10845
|
"../src/events/subjects.ts",
|
|
@@ -15708,7 +15710,9 @@
|
|
|
15708
15710
|
"../src/events/subjects.ts"
|
|
15709
15711
|
],
|
|
15710
15712
|
"../src/events/send-notifications.interface.ts": [
|
|
15711
|
-
"../src/events/subjects.ts"
|
|
15713
|
+
"../src/events/subjects.ts",
|
|
15714
|
+
"../src/types/notification-event.enum.ts",
|
|
15715
|
+
"../src/types/notification-type.enum.ts"
|
|
15712
15716
|
],
|
|
15713
15717
|
"../src/events/update-company-setting.interface.ts": [
|
|
15714
15718
|
"../src/events/subjects.ts",
|