ins-queue-actions 1.2.61 → 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.
package/index.js CHANGED
@@ -160,6 +160,7 @@ module.exports = {
160
160
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
161
161
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
162
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
163
+ BO_REGISTRATION_PROGRESS:"BO_REGISTRATION_PROGRESS",
163
164
  SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
165
  //-- rfq
165
166
  RFQ_CREDIT_PURCHASE_SUCCEEDED: "RFQ_CREDIT_PURCHASE_SUCCEEDED",
@@ -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.61",
3
+ "version": "1.2.63",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }