ins-queue-actions 1.2.62 → 1.2.64
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 +9 -1
- 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",
|
|
@@ -770,6 +774,10 @@ module.exports = {
|
|
|
770
774
|
templateName: "BOOKING_REASSIGNED_CUSTOMER",
|
|
771
775
|
requiredParams: ["bookingId"],
|
|
772
776
|
},
|
|
777
|
+
CHANGE_SCHEDULE_TYPE_NOTIFICATION: {
|
|
778
|
+
templateName: "CHANGE_SCHEDULE_TYPE_NOTIFICATION",
|
|
779
|
+
requiredParams: ["bookingId"],
|
|
780
|
+
},
|
|
773
781
|
},
|
|
774
782
|
INITIATE_MASKED_CALL: {
|
|
775
783
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|
|
@@ -823,5 +831,5 @@ module.exports = {
|
|
|
823
831
|
templateName: "SERVICE_PARTNER_MOBILE_VERIFICATION",
|
|
824
832
|
requiredParams: ["to", "otpCode"],
|
|
825
833
|
},
|
|
826
|
-
}
|
|
834
|
+
},
|
|
827
835
|
};
|