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 CHANGED
@@ -161,4 +161,4 @@ module.exports = {
161
161
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
162
162
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
163
163
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
164
- };
164
+ };
@@ -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", "scheduledStartTime"],
583
+ requiredParams: ["bookingId", "zipCode"],
580
584
  },
581
585
  BOOKING_CANCELLED: {
582
586
  templateName: "BOOKING_CANCELLED",
583
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
587
+ requiredParams: ["bookingId", "zipCode"],
584
588
  },
585
589
  BOOKING_RESCHEDULED: {
586
590
  templateName: "BOOKING_RESCHEDULED",
587
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
591
+ requiredParams: ["bookingId", "zipCode"],
588
592
  },
589
593
  BOOKING_NOT_ASSIGNED: {
590
594
  templateName: "BOOKING_NOT_ASSIGNED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }