ins-queue-actions 1.2.66 → 1.2.68
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 +8 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -425,6 +425,10 @@ module.exports = {
|
|
|
425
425
|
templateName: "SCHEDULED_BOOKING_PLACED",
|
|
426
426
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
427
427
|
},
|
|
428
|
+
SUBSCRIPTION_BOOKING_PLACED: {
|
|
429
|
+
templateName: "SUBSCRIPTION_BOOKING_PLACED",
|
|
430
|
+
requiredParams: ["bookingId", "displayedBookingId"],
|
|
431
|
+
},
|
|
428
432
|
ONDEMAND_BOOKING_PLACED: {
|
|
429
433
|
templateName: "ONDEMAND_BOOKING_PLACED",
|
|
430
434
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
@@ -828,6 +832,10 @@ module.exports = {
|
|
|
828
832
|
templateName: "SUBSCRIPTION_CANCELLED",
|
|
829
833
|
requiredParams: ["type", "data"],
|
|
830
834
|
},
|
|
835
|
+
SP_NOT_TRAINED: {
|
|
836
|
+
templateName: "SP_NOT_TRAINED",
|
|
837
|
+
requiredParams: ["type", "data"],
|
|
838
|
+
},
|
|
831
839
|
},
|
|
832
840
|
CALL_NOTIFICATION: {
|
|
833
841
|
ACTION_NAME: "CALL_NOTIFICATION",
|