ins-queue-actions 1.2.53 → 1.2.55

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
@@ -163,5 +163,6 @@ module.exports = {
163
163
  SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
164
  //-- rfq
165
165
  RFQ_CREDIT_PURCHASE_SUCCEEDED: "RFQ_CREDIT_PURCHASE_SUCCEEDED",
166
- NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST"
166
+ NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
167
+ NEW_RFQ_CHAT_MESSAGE: "NEW_RFQ_CHAT_MESSAGE"
167
168
  };
@@ -756,8 +756,12 @@ module.exports = {
756
756
  },
757
757
  NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST: {
758
758
  templateName: "NOTIFY_SPS_ABOUT_NEW_QUOTE_REQUEST",
759
- requiredParams: ["title", "message"],
759
+ requiredParams: [],
760
760
  },
761
+ NEW_RFQ_CHAT_MESSAGE: {
762
+ templateName: "NEW_RFQ_CHAT_MESSAGE",
763
+ requiredParams: ["message", "chatId"]
764
+ }
761
765
  },
762
766
  INITIATE_MASKED_CALL: {
763
767
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.53",
3
+ "version": "1.2.55",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }