ins-queue-actions 1.2.60 → 1.2.62

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",
@@ -814,6 +814,7 @@ module.exports = {
814
814
  },
815
815
  },
816
816
  CALL_NOTIFICATION: {
817
+ ACTION_NAME: "CALL_NOTIFICATION",
817
818
  CUSTOMER_MOBILE_VERIFICATION: {
818
819
  templateName: "CUSTOMER_MOBILE_VERIFICATION",
819
820
  requiredParams: ["to", "otpCode"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.60",
3
+ "version": "1.2.62",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }