ins-queue-actions 1.1.66 → 1.1.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 +12 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -199,6 +199,10 @@ module.exports = {
|
|
|
199
199
|
templateName: "SCHEDULED_BOOKING_CANCELLED",
|
|
200
200
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
201
201
|
},
|
|
202
|
+
SCHEDULED_BOOKING_CONFIRMED: {
|
|
203
|
+
templateName: "SCHEDULED_BOOKING_CONFIRMED",
|
|
204
|
+
requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
|
|
205
|
+
},
|
|
202
206
|
},
|
|
203
207
|
SEND_PUSH_NOTIFICATION: {
|
|
204
208
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -242,6 +246,10 @@ module.exports = {
|
|
|
242
246
|
templateName: "SERVICE_PROVIDER_ORDER_PLACED",
|
|
243
247
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
244
248
|
},
|
|
249
|
+
SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED: {
|
|
250
|
+
templateName: "SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED",
|
|
251
|
+
requiredParams: ["bookingId", "displayedBookingId"],
|
|
252
|
+
},
|
|
245
253
|
APPROVE_REJECT_BOOKING_ADDITIONALS: {
|
|
246
254
|
templateName: "APPROVE_REJECT_BOOKING_ADDITIONALS",
|
|
247
255
|
requiredParams: ["bookingId", "displayedBookingId", "status"],
|
|
@@ -291,6 +299,10 @@ module.exports = {
|
|
|
291
299
|
templateName: "SCHEDULED_BOOKING_CANCELLED",
|
|
292
300
|
requiredParams: ["bookingId", "displayedBookingId"],
|
|
293
301
|
},
|
|
302
|
+
SCHEDULED_BOOKING_CONFIRMED: {
|
|
303
|
+
templateName: "SCHEDULED_BOOKING_CONFIRMED",
|
|
304
|
+
requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
|
|
305
|
+
},
|
|
294
306
|
},
|
|
295
307
|
INITIATE_MASKED_CALL: {
|
|
296
308
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|