ins-queue-actions 1.1.60 → 1.1.62

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.
@@ -9,6 +9,10 @@ module.exports = {
9
9
  templateName: "ADMIN_EMAIL_VERIFICATION",
10
10
  requiredParams: ["name", "otpCode"],
11
11
  },
12
+ EMAIL_NOTIFICATION: {
13
+ templateName: "EMAIL_NOTIFICATION",
14
+ requiredParams: ["name", "message"],
15
+ },
12
16
  RESET_PASSWORD: {
13
17
  templateName: "RESET_PASSWORD",
14
18
  requiredParams: ["name", "link"],
@@ -77,6 +81,10 @@ module.exports = {
77
81
  templateName: "EMAIL_NOTIFICATION",
78
82
  requiredParams: ["name", "message"],
79
83
  },
84
+ SERVICE_PARTNER_APPROVED: {
85
+ templateName: "SERVICE_PARTNER_APPROVED",
86
+ requiredParams: ["firstName"],
87
+ },
80
88
  },
81
89
  SEND_SMS: {
82
90
  ACTION_NAME: "SEND_SMS",
@@ -175,6 +183,14 @@ module.exports = {
175
183
  templateName: "SERVICE_PROVIDER_REMINDER_FOR_SCHEDULED_BOOKING",
176
184
  requiredParams: ["bookingId", "displayedBookingId"],
177
185
  },
186
+ SERVICE_PROVIDER_ADDED_BY_BO: {
187
+ templateName: "SERVICE_PROVIDER_ADDED_BY_BO",
188
+ requiredParams: ["spName", "boName", "link"],
189
+ },
190
+ SERVICE_PARTNER_APPROVED: {
191
+ templateName: "SERVICE_PARTNER_APPROVED",
192
+ requiredParams: ["firstName"],
193
+ },
178
194
  },
179
195
  SEND_PUSH_NOTIFICATION: {
180
196
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.60",
3
+ "version": "1.1.62",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }