gemcap-be-common 1.4.51 → 1.4.52
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.
|
@@ -30,6 +30,7 @@ export declare const EventMap: {
|
|
|
30
30
|
readonly DECISIONED: "crm_report#DECISIONED";
|
|
31
31
|
readonly NOTIFY_NEW_UNDERWRITERS: "crm_report#NOTIFY_NEW_UNDERWRITERS";
|
|
32
32
|
readonly NOTIFY_PROSPECT_UPDATES: "crm_report#NOTIFY_PROSPECT_UPDATES";
|
|
33
|
+
readonly FILE_LINKS: "crm_report#FILE_LINKS";
|
|
33
34
|
};
|
|
34
35
|
readonly notification: {
|
|
35
36
|
readonly SEND_EMAIL: "notification#SEND_EMAIL";
|
|
@@ -33,6 +33,7 @@ exports.EventMap = {
|
|
|
33
33
|
DECISIONED: 'crm_report#DECISIONED',
|
|
34
34
|
NOTIFY_NEW_UNDERWRITERS: 'crm_report#NOTIFY_NEW_UNDERWRITERS',
|
|
35
35
|
NOTIFY_PROSPECT_UPDATES: 'crm_report#NOTIFY_PROSPECT_UPDATES',
|
|
36
|
+
FILE_LINKS: 'crm_report#FILE_LINKS',
|
|
36
37
|
},
|
|
37
38
|
notification: {
|
|
38
39
|
SEND_EMAIL: 'notification#SEND_EMAIL',
|
|
@@ -30,6 +30,7 @@ export const EventMap = {
|
|
|
30
30
|
DECISIONED: 'crm_report#DECISIONED',
|
|
31
31
|
NOTIFY_NEW_UNDERWRITERS: 'crm_report#NOTIFY_NEW_UNDERWRITERS',
|
|
32
32
|
NOTIFY_PROSPECT_UPDATES: 'crm_report#NOTIFY_PROSPECT_UPDATES',
|
|
33
|
+
FILE_LINKS: 'crm_report#FILE_LINKS',
|
|
33
34
|
},
|
|
34
35
|
notification: {
|
|
35
36
|
SEND_EMAIL: 'notification#SEND_EMAIL',
|