ins-queue-actions 1.2.18 → 1.2.20

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/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # ins-queue-actions
2
+ To maintain ins-queue-actions
@@ -194,7 +194,7 @@ module.exports = {
194
194
  ],
195
195
  },
196
196
  NOTIFY_CUSTOMER_REFERRAL_REDEEM_REQUEST_RECEIVED: {
197
- templateName: "REDEEM_REFERRAL_REQUEST_RECEIVED",
197
+ templateName: "NOTIFY_CUSTOMER_REFERRAL_REDEEM_REQUEST_RECEIVED",
198
198
  requiredParams: ["email", "customerName", "rewardName"],
199
199
  },
200
200
  },
@@ -626,5 +626,9 @@ module.exports = {
626
626
  templateName: "BOOKING_NOT_ASSIGNED",
627
627
  requiredParams: ["bookings"],
628
628
  },
629
+ BOOKING_NO_SHOW: {
630
+ templateName: "BOOKING_NO_SHOW",
631
+ requiredParams: ["bookingId", "zipCode"],
632
+ },
629
633
  },
630
634
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.18",
3
+ "version": "1.2.20",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }