ins-queue-actions 1.2.55 → 1.2.56

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.
@@ -760,7 +760,7 @@ module.exports = {
760
760
  },
761
761
  NEW_RFQ_CHAT_MESSAGE: {
762
762
  templateName: "NEW_RFQ_CHAT_MESSAGE",
763
- requiredParams: ["message", "chatId"]
763
+ requiredParams: ["message", "chatId", "rfqId", "memberId", "memberType"]
764
764
  }
765
765
  },
766
766
  INITIATE_MASKED_CALL: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }