ins-queue-actions 1.1.98 → 1.1.99
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
|
@@ -375,6 +375,10 @@ module.exports = {
|
|
|
375
375
|
templateName: "REASSIGN_SERVICE_PROVIDER",
|
|
376
376
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
377
377
|
},
|
|
378
|
+
SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
|
|
379
|
+
templateName: "SP_REMINDER_FOR_SCHEDULED_BOOKINGS",
|
|
380
|
+
requiredParams: ["bookingId", "displayedBookingId", "startTime"],
|
|
381
|
+
},
|
|
378
382
|
},
|
|
379
383
|
SEND_PUSH_NOTIFICATION: {
|
|
380
384
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -528,6 +532,10 @@ module.exports = {
|
|
|
528
532
|
templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
|
|
529
533
|
requiredParams: ["balance", "expiry"],
|
|
530
534
|
},
|
|
535
|
+
SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
|
|
536
|
+
templateName: "SP_REMINDER_FOR_SCHEDULED_BOOKINGS",
|
|
537
|
+
requiredParams: ["bookingId", "displayedBookingId", "startTime"],
|
|
538
|
+
},
|
|
531
539
|
},
|
|
532
540
|
INITIATE_MASKED_CALL: {
|
|
533
541
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|