ins-queue-actions 1.2.119 → 1.2.121
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
|
@@ -320,6 +320,10 @@ module.exports = {
|
|
|
320
320
|
templateName: "CUSTOMER_MONTHLY_CREDIT_ADDED",
|
|
321
321
|
requiredParams: ["firstName", "amount"],
|
|
322
322
|
},
|
|
323
|
+
CUSTOMER_WALLET_CREDITS_EXPIRY: {
|
|
324
|
+
templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
|
|
325
|
+
requiredParams: ["balance", "expiry", "name"],
|
|
326
|
+
},
|
|
323
327
|
},
|
|
324
328
|
SEND_SMS: {
|
|
325
329
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -674,6 +678,10 @@ module.exports = {
|
|
|
674
678
|
templateName: "ADMIN_CANCELLED_SP_SUBSCRIPTION",
|
|
675
679
|
requiredParams: [],
|
|
676
680
|
},
|
|
681
|
+
CUSTOMER_RESPONDED_TO_SP_BID: {
|
|
682
|
+
templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
|
|
683
|
+
requiredParams: [],
|
|
684
|
+
},
|
|
677
685
|
},
|
|
678
686
|
SEND_PUSH_NOTIFICATION: {
|
|
679
687
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|