ins-queue-actions 1.2.62 → 1.2.63

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.
@@ -770,6 +770,10 @@ module.exports = {
770
770
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
771
771
  requiredParams: ["bookingId"],
772
772
  },
773
+ CHANGE_SCHEDULE_TYPE_NOTIFICATION: {
774
+ templateName: "CHANGE_SCHEDULE_TYPE_NOTIFICATION",
775
+ requiredParams: ["bookingId"],
776
+ },
773
777
  },
774
778
  INITIATE_MASKED_CALL: {
775
779
  ACTION_NAME: "INITIATE_MASKED_CALL",
@@ -823,5 +827,5 @@ module.exports = {
823
827
  templateName: "SERVICE_PARTNER_MOBILE_VERIFICATION",
824
828
  requiredParams: ["to", "otpCode"],
825
829
  },
826
- }
830
+ },
827
831
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }