ins-queue-actions 1.2.123 → 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 +8 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -332,6 +332,10 @@ module.exports = {
|
|
|
332
332
|
templateName: "GIFT_RECEIVED_RECIPIENT",
|
|
333
333
|
requiredParams: ["senderName", "redeemLink"],
|
|
334
334
|
},
|
|
335
|
+
GIFT_REMINDER_RECIPIENT: {
|
|
336
|
+
templateName: "GIFT_REMINDER_RECIPIENT",
|
|
337
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
338
|
+
},
|
|
335
339
|
},
|
|
336
340
|
SEND_SMS: {
|
|
337
341
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -698,6 +702,10 @@ module.exports = {
|
|
|
698
702
|
templateName: "GIFT_RECEIVED_RECIPIENT",
|
|
699
703
|
requiredParams: ["senderName", "redeemLink"],
|
|
700
704
|
},
|
|
705
|
+
GIFT_REMINDER_RECIPIENT: {
|
|
706
|
+
templateName: "GIFT_REMINDER_RECIPIENT",
|
|
707
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
708
|
+
},
|
|
701
709
|
},
|
|
702
710
|
SEND_PUSH_NOTIFICATION: {
|
|
703
711
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|