ins-queue-actions 1.2.35 → 1.2.37
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.
- package/notificationTemplates.js +5 -1
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -9,6 +9,10 @@ module.exports = {
|
|
|
9
9
|
templateName: "ADMIN_EMAIL_VERIFICATION",
|
|
10
10
|
requiredParams: ["name", "otpCode"],
|
|
11
11
|
},
|
|
12
|
+
SP_CHANGED_ADDRESS_WITH_ACTIVE_SUBSCRIPTION: {
|
|
13
|
+
templateName: "SP_CHANGED_ADDRESS_WITH_ACTIVE_SUBSCRIPTION",
|
|
14
|
+
requiredParams: ["servicePartnerName", "servicePartnerId"],
|
|
15
|
+
},
|
|
12
16
|
RESET_PASSWORD: {
|
|
13
17
|
templateName: "RESET_PASSWORD",
|
|
14
18
|
requiredParams: ["name", "link"],
|
|
@@ -131,7 +135,7 @@ module.exports = {
|
|
|
131
135
|
},
|
|
132
136
|
REACHOUT_EMAIL: {
|
|
133
137
|
templateName: "REACHOUT_EMAIL",
|
|
134
|
-
requiredParams: ["referrerName", "referrerLink", "
|
|
138
|
+
requiredParams: ["referrerName", "referrerLink", "joiningBonus", "maxReferralCredits" ],
|
|
135
139
|
},
|
|
136
140
|
CAMPAIGN_EMAIL: {
|
|
137
141
|
templateName: "CAMPAIGN_EMAIL",
|