ins-queue-actions 1.2.109 → 1.2.110
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/notificationTemplates.js +12 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
SEND_EMAIL: {
|
|
3
3
|
ACTION_NAME: "SEND_EMAIL",
|
|
4
|
+
WEEKLY_REPORT_GENERATED_SP: {
|
|
5
|
+
templateName: "WEEKLY_REPORT_GENERATED_SP",
|
|
6
|
+
requiredParams: [],
|
|
7
|
+
},
|
|
4
8
|
BID_SUBMITTED_BY_SP: {
|
|
5
9
|
templateName: "BID_SUBMITTED_BY_SP",
|
|
6
10
|
requiredParams: [],
|
|
@@ -315,6 +319,10 @@ module.exports = {
|
|
|
315
319
|
},
|
|
316
320
|
SEND_SMS: {
|
|
317
321
|
ACTION_NAME: "SEND_SMS",
|
|
322
|
+
WEEKLY_REPORT_GENERATED_SP: {
|
|
323
|
+
templateName: "WEEKLY_REPORT_GENERATED_SP",
|
|
324
|
+
requiredParams: [],
|
|
325
|
+
},
|
|
318
326
|
BID_SUBMITTED_BY_SP: {
|
|
319
327
|
templateName: "BID_SUBMITTED_BY_SP",
|
|
320
328
|
requiredParams: [],
|
|
@@ -665,6 +673,10 @@ module.exports = {
|
|
|
665
673
|
},
|
|
666
674
|
SEND_PUSH_NOTIFICATION: {
|
|
667
675
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
676
|
+
WEEKLY_REPORT_GENERATED_SP: {
|
|
677
|
+
templateName: "WEEKLY_REPORT_GENERATED_SP",
|
|
678
|
+
requiredParams: [],
|
|
679
|
+
},
|
|
668
680
|
REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST: {
|
|
669
681
|
templateName: "REMIND_SPS_ABOUT_PENDING_QUOTE_REQUEST",
|
|
670
682
|
requiredParams: [],
|