ins-queue-actions 1.2.55 → 1.2.57

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,8 +760,12 @@ module.exports = {
760
760
  },
761
761
  NEW_RFQ_CHAT_MESSAGE: {
762
762
  templateName: "NEW_RFQ_CHAT_MESSAGE",
763
- requiredParams: ["message", "chatId"]
764
- }
763
+ requiredParams: ["message", "chatId", "rfqId", "memberId", "memberType"],
764
+ },
765
+ RFQ_CLOSURE_CUSTOMER: {
766
+ templateName: "RFQ_CLOSURE_CUSTOMER",
767
+ requiredParams: ["rfqId"],
768
+ },
765
769
  },
766
770
  INITIATE_MASKED_CALL: {
767
771
  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.55",
3
+ "version": "1.2.57",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }