ins-queue-actions 1.2.13 → 1.2.15

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"],
@@ -588,7 +592,7 @@ module.exports = {
588
592
  },
589
593
  BOOKING_NOT_ASSIGNED: {
590
594
  templateName: "BOOKING_NOT_ASSIGNED",
591
- requiredParams: ["bookingId", "zipCode", "scheduledStartTime"],
595
+ requiredParams: ["bookings"],
592
596
  },
593
597
  },
594
598
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }