ins-queue-actions 1.2.113 → 1.2.114

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -184,4 +184,5 @@ module.exports = {
184
184
  // SP Budget
185
185
  RFQ_AI_ESTIMATE: "RFQ_AI_ESTIMATE",
186
186
  DEDUCT_SP_BUDGET_FOR_RFQ: "DEDUCT_SP_BUDGET_FOR_RFQ",
187
+ SEND_DELAYED_RFQ_NOTIFICATIONS: "SEND_DELAYED_RFQ_NOTIFICATIONS",
187
188
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "repository": {