ins-queue-actions 1.2.34 → 1.2.36

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.
@@ -9,6 +9,10 @@ module.exports = {
9
9
  templateName: "ADMIN_EMAIL_VERIFICATION",
10
10
  requiredParams: ["name", "otpCode"],
11
11
  },
12
+ SP_CHANGED_ADDRESS_WITH_ACTIVE_SUBSCRIPTION: {
13
+ templateName: "SP_CHANGED_ADDRESS_WITH_ACTIVE_SUBSCRIPTION",
14
+ requiredParams: ["servicePartnerName", "servicePartnerId"],
15
+ },
12
16
  RESET_PASSWORD: {
13
17
  templateName: "RESET_PASSWORD",
14
18
  requiredParams: ["name", "link"],
@@ -211,6 +215,10 @@ module.exports = {
211
215
  "serviceName",
212
216
  ],
213
217
  },
218
+ SUBSCRIPTION_NOT_CREATED: {
219
+ templateName: "SUBSCRIPTION_NOT_CREATED",
220
+ requiredParams: ["bookingId", "displayedBookingId"],
221
+ },
214
222
  CUSTOMER_REFUND_ISSUED: {
215
223
  templateName: "CUSTOMER_REFUND_ISSUED",
216
224
  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.36",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }