ins-queue-actions 1.2.8 → 1.2.10
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 +6 -2
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -177,6 +177,10 @@ module.exports = {
|
|
|
177
177
|
templateName: "CONTACT_US",
|
|
178
178
|
requiredParams: ["subject", "message", "customerEmail", "email"],
|
|
179
179
|
},
|
|
180
|
+
STRIPE_ACCOUNT_INSUFFICIENT_FUNDS: {
|
|
181
|
+
templateName: "STRIPE_ACCOUNT_INSUFFICIENT_FUNDS",
|
|
182
|
+
requiredParams: ["email", "balance"],
|
|
183
|
+
},
|
|
180
184
|
},
|
|
181
185
|
SEND_SMS: {
|
|
182
186
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -387,7 +391,7 @@ module.exports = {
|
|
|
387
391
|
},
|
|
388
392
|
CUSTOMER_WALLET_CREDITS_EXPIRY: {
|
|
389
393
|
templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
|
|
390
|
-
requiredParams: ["balance", "expiry"],
|
|
394
|
+
requiredParams: ["balance", "expiry", "name"],
|
|
391
395
|
},
|
|
392
396
|
REASSIGN_SERVICE_PROVIDER: {
|
|
393
397
|
templateName: "REASSIGN_SERVICE_PROVIDER",
|
|
@@ -550,7 +554,7 @@ module.exports = {
|
|
|
550
554
|
},
|
|
551
555
|
CUSTOMER_WALLET_CREDITS_EXPIRY: {
|
|
552
556
|
templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
|
|
553
|
-
requiredParams: ["balance", "expiry"],
|
|
557
|
+
requiredParams: ["balance", "expiry", "name"],
|
|
554
558
|
},
|
|
555
559
|
SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
|
|
556
560
|
templateName: "SP_REMINDER_FOR_SCHEDULED_BOOKINGS",
|