ins-queue-actions 1.2.122 → 1.2.123
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
|
@@ -328,6 +328,10 @@ 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
|
+
},
|
|
331
335
|
},
|
|
332
336
|
SEND_SMS: {
|
|
333
337
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -690,6 +694,10 @@ module.exports = {
|
|
|
690
694
|
templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
|
|
691
695
|
requiredParams: [],
|
|
692
696
|
},
|
|
697
|
+
GIFT_RECEIVED_RECIPIENT: {
|
|
698
|
+
templateName: "GIFT_RECEIVED_RECIPIENT",
|
|
699
|
+
requiredParams: ["senderName", "redeemLink"],
|
|
700
|
+
},
|
|
693
701
|
},
|
|
694
702
|
SEND_PUSH_NOTIFICATION: {
|
|
695
703
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|