ins-queue-actions 1.2.73 → 1.2.74

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",
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.74",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }