ins-queue-actions 1.2.30 → 1.2.32

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,5 @@ 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
+ SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
165
  };
@@ -651,6 +651,10 @@ module.exports = {
651
651
  templateName: "UNABLE_TO_CHARGE_BOOKING_SP",
652
652
  requiredParams: ["bookingId", "displayedBookingId"],
653
653
  },
654
+ CART_ITEM_REMINDER_CUSTOMER: {
655
+ templateName: "CART_ITEM_REMINDER_CUSTOMER",
656
+ requiredParams: ["cartId"],
657
+ },
654
658
  },
655
659
  INITIATE_MASKED_CALL: {
656
660
  ACTION_NAME: "INITIATE_MASKED_CALL",
@@ -679,11 +683,15 @@ module.exports = {
679
683
  },
680
684
  BOOKING_NOT_ASSIGNED: {
681
685
  templateName: "BOOKING_NOT_ASSIGNED",
682
- requiredParams: ["bookings"],
686
+ requiredParams: [],
683
687
  },
684
688
  BOOKING_NO_SHOW: {
685
689
  templateName: "BOOKING_NO_SHOW",
686
690
  requiredParams: ["bookingId", "zipCode"],
687
691
  },
692
+ CART_ITEM_REMINDER_CUSTOMER_SUCCESS: {
693
+ templateName: "CART_ITEM_REMINDER_CUSTOMER_SUCCESS",
694
+ requiredParams: [],
695
+ },
688
696
  },
689
697
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.30",
3
+ "version": "1.2.32",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }