ins-queue-actions 1.2.78 → 1.2.79

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.
@@ -283,6 +283,10 @@ module.exports = {
283
283
  templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
284
284
  requiredParams: ["customerName", "subscriptionId"],
285
285
  },
286
+ CUSTOMER_REFERRAL: {
287
+ templateName: "CUSTOMER_REFERRAL",
288
+ requiredParams: ["walletLink", "referralCredits", "joiningBonus"],
289
+ },
286
290
  CUSTOMER_RFQ_SUBMITTED: {
287
291
  templateName: "CUSTOMER_RFQ_SUBMITTED",
288
292
  requiredParams: ["rfqId", "category"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.78",
3
+ "version": "1.2.79",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }