ins-queue-actions 1.2.63 → 1.2.65
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
|
@@ -538,6 +538,10 @@ module.exports = {
|
|
|
538
538
|
templateName: "UNABLE_TO_CHARGE_BOOKING_SP",
|
|
539
539
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
540
540
|
},
|
|
541
|
+
BIGGER_JOB_NOTIFICATION_SP: {
|
|
542
|
+
templateName: "BIGGER_JOB_NOTIFICATION_SP",
|
|
543
|
+
requiredParams: [],
|
|
544
|
+
},
|
|
541
545
|
},
|
|
542
546
|
SEND_PUSH_NOTIFICATION: {
|
|
543
547
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -816,6 +820,10 @@ module.exports = {
|
|
|
816
820
|
templateName: "BOOKING_ONGOING_AFTER_CUTOFF_TIME",
|
|
817
821
|
requiredParams: ["type", "data"],
|
|
818
822
|
},
|
|
823
|
+
SUBSCRIPTION_CANCELLED: {
|
|
824
|
+
templateName: "SUBSCRIPTION_CANCELLED",
|
|
825
|
+
requiredParams: ["type", "data"],
|
|
826
|
+
},
|
|
819
827
|
},
|
|
820
828
|
CALL_NOTIFICATION: {
|
|
821
829
|
ACTION_NAME: "CALL_NOTIFICATION",
|