ins-queue-actions 1.2.74 → 1.2.75

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.
@@ -824,12 +824,12 @@ module.exports = {
824
824
  },
825
825
  CUSTOMER_RESPONDED_TO_SP_BID: {
826
826
  templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
827
- requiredParams: ["bidId", "rfqId"]
827
+ requiredParams: ["bidId", "rfqId"],
828
828
  },
829
829
  INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION: {
830
830
  templateName: "INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION",
831
- requiredParams: ["rfqId"]
832
- }
831
+ requiredParams: ["rfqId"],
832
+ },
833
833
  },
834
834
  INITIATE_MASKED_CALL: {
835
835
  ACTION_NAME: "INITIATE_MASKED_CALL",
@@ -884,6 +884,14 @@ module.exports = {
884
884
  templateName: "SP_NOT_TRAINED",
885
885
  requiredParams: ["type", "data"],
886
886
  },
887
+ RFQ_SUBMITTED: {
888
+ templateName: "RFQ_SUBMITTED",
889
+ requiredParams: ["type", "data"],
890
+ },
891
+ RFQ_COMPLETED: {
892
+ templateName: "RFQ_COMPLETED",
893
+ requiredParams: ["type", "data"],
894
+ },
887
895
  },
888
896
  CALL_NOTIFICATION: {
889
897
  ACTION_NAME: "CALL_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.74",
3
+ "version": "1.2.75",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }