ins-queue-actions 1.2.16 → 1.2.17

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.
@@ -181,6 +181,14 @@ module.exports = {
181
181
  templateName: "STRIPE_ACCOUNT_INSUFFICIENT_FUNDS",
182
182
  requiredParams: ["email", "balance"],
183
183
  },
184
+ NEW_REDEEM_REFERRAL_REQUEST: {
185
+ templateName: "NEW_REDEEM_REFERRAL_REQUEST",
186
+ requiredParams: ["email", "customerId", "customerName", "customerPhone", "customerEmail", "rewardId", "rewardName"]
187
+ },
188
+ NOTIFY_CUSTOMER_REFERRAL_REDEEM_REQUEST_RECEIVED: {
189
+ templateName: "REDEEM_REFERRAL_REQUEST_RECEIVED",
190
+ requiredParams: ["email", "customerName", "rewardName"]
191
+ },
184
192
  },
185
193
  SEND_SMS: {
186
194
  ACTION_NAME: "SEND_SMS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }