ins-queue-actions 1.1.78 → 1.1.80
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 +12 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -272,6 +272,14 @@ module.exports = {
|
|
|
272
272
|
templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
|
|
273
273
|
requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
|
|
274
274
|
},
|
|
275
|
+
SP_ACCEPTED_BOOKING_CHANGE_REQUEST_CUSTOMER: {
|
|
276
|
+
templateName: "SP_ACCEPTED_BOOKING_CHANGE_REQUEST_CUSTOMER",
|
|
277
|
+
requiredParams: ["displayedBookingId"],
|
|
278
|
+
},
|
|
279
|
+
SP_REJECTED_BOOKING_CHANGE_REQUEST_CUSTOMER: {
|
|
280
|
+
templateName: "SP_REJECTED_BOOKING_CHANGE_REQUEST_CUSTOMER",
|
|
281
|
+
requiredParams: ["displayedBookingId"],
|
|
282
|
+
},
|
|
275
283
|
},
|
|
276
284
|
SEND_PUSH_NOTIFICATION: {
|
|
277
285
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -384,6 +392,10 @@ module.exports = {
|
|
|
384
392
|
templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
|
|
385
393
|
requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
|
|
386
394
|
},
|
|
395
|
+
BOOKING_CHANGES_REQUESTED_SP: {
|
|
396
|
+
templateName: "BOOKING_CHANGES_REQUESTED_SP",
|
|
397
|
+
requiredParams: ["displayedBookingId", "bookingId"],
|
|
398
|
+
},
|
|
387
399
|
},
|
|
388
400
|
INITIATE_MASKED_CALL: {
|
|
389
401
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|