ins-queue-actions 1.2.79 → 1.2.80

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