ins-queue-actions 1.1.77 → 1.1.78
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
|
@@ -126,6 +126,10 @@ module.exports = {
|
|
|
126
126
|
templateName: "ADMIN_RESCHEDULED_BOOKING_CUSTOMER",
|
|
127
127
|
requiredParams: ["displayedBookingId", "previousScheduledStartTime"],
|
|
128
128
|
},
|
|
129
|
+
SP_PAYMENT_TRANSFER_SUCCESSFUL: {
|
|
130
|
+
templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
|
|
131
|
+
requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
|
|
132
|
+
},
|
|
129
133
|
},
|
|
130
134
|
SEND_SMS: {
|
|
131
135
|
ACTION_NAME: "SEND_SMS",
|
|
@@ -264,6 +268,10 @@ module.exports = {
|
|
|
264
268
|
templateName: "CAMPAIGN_SMS",
|
|
265
269
|
requiredParams: ["message"],
|
|
266
270
|
},
|
|
271
|
+
SP_PAYMENT_TRANSFER_SUCCESSFUL: {
|
|
272
|
+
templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
|
|
273
|
+
requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
|
|
274
|
+
},
|
|
267
275
|
},
|
|
268
276
|
SEND_PUSH_NOTIFICATION: {
|
|
269
277
|
ACTION_NAME: "SEND_PUSH_NOTIFICATION",
|
|
@@ -372,6 +380,10 @@ module.exports = {
|
|
|
372
380
|
templateName: "CAMPAIGN_PUSH",
|
|
373
381
|
requiredParams: ["title", "message"],
|
|
374
382
|
},
|
|
383
|
+
SP_PAYMENT_TRANSFER_SUCCESSFUL: {
|
|
384
|
+
templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
|
|
385
|
+
requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
|
|
386
|
+
},
|
|
375
387
|
},
|
|
376
388
|
INITIATE_MASKED_CALL: {
|
|
377
389
|
ACTION_NAME: "INITIATE_MASKED_CALL",
|