ins-queue-actions 1.2.142 → 1.2.143
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 +8 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -387,6 +387,10 @@ module.exports = {
|
|
|
387
387
|
templateName: "LOYALTY_STREAK_COMPLETED",
|
|
388
388
|
requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
|
|
389
389
|
},
|
|
390
|
+
CUSTOMER_RATED_RFQ: {
|
|
391
|
+
templateName: "CUSTOMER_RATED_RFQ",
|
|
392
|
+
requiredParams: ["rfqId", "rating"],
|
|
393
|
+
},
|
|
390
394
|
LOYALTY_REWARD_RECEIVED: {
|
|
391
395
|
templateName: "LOYALTY_REWARD_RECEIVED",
|
|
392
396
|
requiredParams: ["firstName", "type", "rewardCredits"],
|
|
@@ -781,6 +785,10 @@ module.exports = {
|
|
|
781
785
|
templateName: "RFQ_COMPLETION_REMINDER",
|
|
782
786
|
requiredParams: ["firstName", "rfqId"],
|
|
783
787
|
},
|
|
788
|
+
CUSTOMER_RATED_RFQ: {
|
|
789
|
+
templateName: "CUSTOMER_RATED_RFQ",
|
|
790
|
+
requiredParams: ["rfqId", "rating"],
|
|
791
|
+
},
|
|
784
792
|
LOYALTY_STREAK_COMPLETED: {
|
|
785
793
|
templateName: "LOYALTY_STREAK_COMPLETED",
|
|
786
794
|
requiredParams: ["firstName", "type", "rewardCredits", "milestone"],
|