ins-queue-actions 1.1.78 → 1.1.79

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.
@@ -384,6 +384,10 @@ module.exports = {
384
384
  templateName: "SP_PAYMENT_TRANSFER_SUCCESSFUL",
385
385
  requiredParams: ["displayedBookingId", "totalPayment", "serviceName"],
386
386
  },
387
+ BOOKING_CHANGES_REQUESTED_SP: {
388
+ templateName: "BOOKING_CHANGES_REQUESTED_SP",
389
+ requiredParams: ["displayedBookingId", "bookingId"],
390
+ },
387
391
  },
388
392
  INITIATE_MASKED_CALL: {
389
393
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }