ins-queue-actions 1.2.143 → 1.2.145
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
|
@@ -778,6 +778,10 @@ module.exports = {
|
|
|
778
778
|
templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
|
|
779
779
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
780
780
|
},
|
|
781
|
+
DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER: {
|
|
782
|
+
templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_CUSTOMER",
|
|
783
|
+
requiredParams: ["bookingId", "displayedBookingId"],
|
|
784
|
+
},
|
|
781
785
|
},
|
|
782
786
|
SEND_PUSH_NOTIFICATION: {
|
|
783
787
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -1126,6 +1130,10 @@ module.exports = {
|
|
|
1126
1130
|
templateName: "DEFERRED_PAYMENT_CHARGE_FAILED_CUSTOMER",
|
|
1127
1131
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
1128
1132
|
},
|
|
1133
|
+
DEFERRED_PAYMENT_BOOKING_CANCELLED_SP: {
|
|
1134
|
+
templateName: "DEFERRED_PAYMENT_BOOKING_CANCELLED_SP",
|
|
1135
|
+
requiredParams: ["bookingId", "displayedBookingId"],
|
|
1136
|
+
},
|
|
1129
1137
|
},
|
|
1130
1138
|
INITIATE_MASKED_CALL: {
|
|
1131
1139
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|