ins-queue-actions 1.2.4 → 1.2.5
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 +3 -3
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -168,7 +168,7 @@ module.exports = {
|
|
|
168
168
|
},
|
|
169
169
|
REQUEST_CUSTOMER_REVIEW: {
|
|
170
170
|
templateName: "REQUEST_CUSTOMER_REVIEW",
|
|
171
|
-
requiredParams: ["email", "name", "
|
|
171
|
+
requiredParams: ["email", "name", "message", "link"],
|
|
172
172
|
},
|
|
173
173
|
},
|
|
174
174
|
SEND_SMS: {
|
|
@@ -187,7 +187,7 @@ module.exports = {
|
|
|
187
187
|
},
|
|
188
188
|
REQUEST_CUSTOMER_REVIEW: {
|
|
189
189
|
templateName: "REQUEST_CUSTOMER_REVIEW",
|
|
190
|
-
requiredParams: ["
|
|
190
|
+
requiredParams: ["message", "link"],
|
|
191
191
|
},
|
|
192
192
|
STRIPE_ACCOUNT_CREATION: {
|
|
193
193
|
templateName: "STRIPE_ACCOUNT_CREATION",
|
|
@@ -492,7 +492,7 @@ module.exports = {
|
|
|
492
492
|
},
|
|
493
493
|
REQUEST_CUSTOMER_REVIEW: {
|
|
494
494
|
templateName: "REQUEST_CUSTOMER_REVIEW",
|
|
495
|
-
requiredParams: ["
|
|
495
|
+
requiredParams: ["message", "link"],
|
|
496
496
|
},
|
|
497
497
|
SCHEDULED_BOOKING_CANCELLED: {
|
|
498
498
|
templateName: "SCHEDULED_BOOKING_CANCELLED",
|