ins-queue-actions 1.2.73 → 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.
@@ -822,6 +822,14 @@ module.exports = {
822
822
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
823
823
  requiredParams: ["name", "link"],
824
824
  },
825
+ CUSTOMER_RESPONDED_TO_SP_BID: {
826
+ templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
827
+ requiredParams: ["bidId", "rfqId"],
828
+ },
829
+ INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION: {
830
+ templateName: "INFORM_SPS_ABOUT_CUSTOMER_PROJECT_COMPLETION",
831
+ requiredParams: ["rfqId"],
832
+ },
825
833
  },
826
834
  INITIATE_MASKED_CALL: {
827
835
  ACTION_NAME: "INITIATE_MASKED_CALL",
@@ -876,6 +884,14 @@ module.exports = {
876
884
  templateName: "SP_NOT_TRAINED",
877
885
  requiredParams: ["type", "data"],
878
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
+ },
879
895
  },
880
896
  CALL_NOTIFICATION: {
881
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.73",
3
+ "version": "1.2.75",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }