ins-queue-actions 1.2.14 → 1.2.16
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/index.js +1 -1
- package/notificationTemplates.js +7 -3
- package/package.json +1 -1
package/index.js
CHANGED
package/notificationTemplates.js
CHANGED
|
@@ -397,6 +397,10 @@ module.exports = {
|
|
|
397
397
|
templateName: "REASSIGN_SERVICE_PROVIDER",
|
|
398
398
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
399
399
|
},
|
|
400
|
+
REASSIGN_SERVICE_PROVIDER_NEW_SP: {
|
|
401
|
+
templateName: "REASSIGN_SERVICE_PROVIDER_NEW_SP",
|
|
402
|
+
requiredParams: ["bookingId", "displayedBookingId"],
|
|
403
|
+
},
|
|
400
404
|
SP_REMINDER_FOR_SCHEDULED_BOOKINGS: {
|
|
401
405
|
templateName: "SP_REMINDER_FOR_SCHEDULED_BOOKINGS",
|
|
402
406
|
requiredParams: ["bookingId", "displayedBookingId", "startTime"],
|
|
@@ -576,15 +580,15 @@ module.exports = {
|
|
|
576
580
|
ACTION_NAME: "SEND_SLACK_NOTIFICATION",
|
|
577
581
|
BOOKING_PLACED: {
|
|
578
582
|
templateName: "BOOKING_PLACED",
|
|
579
|
-
requiredParams: ["bookingId", "zipCode"
|
|
583
|
+
requiredParams: ["bookingId", "zipCode"],
|
|
580
584
|
},
|
|
581
585
|
BOOKING_CANCELLED: {
|
|
582
586
|
templateName: "BOOKING_CANCELLED",
|
|
583
|
-
requiredParams: ["bookingId", "zipCode"
|
|
587
|
+
requiredParams: ["bookingId", "zipCode"],
|
|
584
588
|
},
|
|
585
589
|
BOOKING_RESCHEDULED: {
|
|
586
590
|
templateName: "BOOKING_RESCHEDULED",
|
|
587
|
-
requiredParams: ["bookingId", "zipCode"
|
|
591
|
+
requiredParams: ["bookingId", "zipCode"],
|
|
588
592
|
},
|
|
589
593
|
BOOKING_NOT_ASSIGNED: {
|
|
590
594
|
templateName: "BOOKING_NOT_ASSIGNED",
|