ins-queue-actions 1.2.122 → 1.2.124
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 +16 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -328,6 +328,14 @@ module.exports = {
|
|
|
328
328
|
templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
|
|
329
329
|
requiredParams: ["balance", "expiry", "name"],
|
|
330
330
|
},
|
|
331
|
+
GIFT_RECEIVED_RECIPIENT: {
|
|
332
|
+
templateName: "GIFT_RECEIVED_RECIPIENT",
|
|
333
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
334
|
+
},
|
|
335
|
+
GIFT_REMINDER_RECIPIENT: {
|
|
336
|
+
templateName: "GIFT_REMINDER_RECIPIENT",
|
|
337
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
338
|
+
},
|
|
331
339
|
},
|
|
332
340
|
SEND_SMS: {
|
|
333
341
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -690,6 +698,14 @@ module.exports = {
|
|
|
690
698
|
templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
|
|
691
699
|
requiredParams: [],
|
|
692
700
|
},
|
|
701
|
+
GIFT_RECEIVED_RECIPIENT: {
|
|
702
|
+
templateName: "GIFT_RECEIVED_RECIPIENT",
|
|
703
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
704
|
+
},
|
|
705
|
+
GIFT_REMINDER_RECIPIENT: {
|
|
706
|
+
templateName: "GIFT_REMINDER_RECIPIENT",
|
|
707
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
708
|
+
},
|
|
693
709
|
},
|
|
694
710
|
SEND_PUSH_NOTIFICATION: {
|
|
695
711
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|