ins-queue-actions 1.2.18 → 1.2.20
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/README.md +2 -0
- package/notificationTemplates.js +5 -1
- package/package.json +1 -1
package/README.md
ADDED
package/notificationTemplates.js
CHANGED
|
@@ -194,7 +194,7 @@ module.exports = {
|
|
|
194
194
|
],
|
|
195
195
|
},
|
|
196
196
|
NOTIFY_CUSTOMER_REFERRAL_REDEEM_REQUEST_RECEIVED: {
|
|
197
|
-
templateName: "
|
|
197
|
+
templateName: "NOTIFY_CUSTOMER_REFERRAL_REDEEM_REQUEST_RECEIVED",
|
|
198
198
|
requiredParams: ["email", "customerName", "rewardName"],
|
|
199
199
|
},
|
|
200
200
|
},
|
|
@@ -626,5 +626,9 @@ module.exports = {
|
|
|
626
626
|
templateName: "BOOKING_NOT_ASSIGNED",
|
|
627
627
|
requiredParams: ["bookings"],
|
|
628
628
|
},
|
|
629
|
+
BOOKING_NO_SHOW: {
|
|
630
|
+
templateName: "BOOKING_NO_SHOW",
|
|
631
|
+
requiredParams: ["bookingId", "zipCode"],
|
|
632
|
+
},
|
|
629
633
|
},
|
|
630
634
|
};
|