ins-queue-actions 1.2.34 → 1.2.35

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.
@@ -211,6 +211,10 @@ module.exports = {
211
211
  "serviceName",
212
212
  ],
213
213
  },
214
+ SUBSCRIPTION_NOT_CREATED: {
215
+ templateName: "SUBSCRIPTION_NOT_CREATED",
216
+ requiredParams: ["bookingId", "displayedBookingId"],
217
+ },
214
218
  CUSTOMER_REFUND_ISSUED: {
215
219
  templateName: "CUSTOMER_REFUND_ISSUED",
216
220
  requiredParams: ["displayedBookingId", "amount"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }