ins-queue-actions 1.2.87 → 1.2.88

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.
@@ -284,10 +284,22 @@ module.exports = {
284
284
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
285
285
  requiredParams: ["name", "link"],
286
286
  },
287
+ SP_RESUBSCRIPTION_FAILURE: {
288
+ templateName: "SP_RESUBSCRIPTION_FAILURE",
289
+ requiredParams: ["name", "link"],
290
+ },
287
291
  BOOKING_REASSIGNED_CUSTOMER: {
288
292
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
289
293
  requiredParams: ["bookingId", "displayedBookingId"],
290
294
  },
295
+ CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
296
+ templateName: "CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL",
297
+ requiredParams: ["date", "link"],
298
+ },
299
+ SP_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
300
+ templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
301
+ requiredParams: ["date", "link"],
302
+ },
291
303
  },
292
304
  SEND_SMS: {
293
305
  ACTION_NAME: "SEND_SMS",
@@ -297,7 +309,7 @@ module.exports = {
297
309
  },
298
310
  EMPLOYEE_PERFORMANCE_BONUS: {
299
311
  templateName: "EMPLOYEE_PERFORMANCE_BONUS",
300
- requiredParams: ['spName', 'bonusCredit', 'displayedBookingId'],
312
+ requiredParams: ["spName", "bonusCredit", "displayedBookingId"],
301
313
  },
302
314
  CUSTOMER_RATED_BOOKING: {
303
315
  templateName: "CUSTOMER_RATED_BOOKING",
@@ -610,10 +622,22 @@ module.exports = {
610
622
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
611
623
  requiredParams: ["name", "link"],
612
624
  },
625
+ SP_RESUBSCRIPTION_FAILURE: {
626
+ templateName: "SP_RESUBSCRIPTION_FAILURE",
627
+ requiredParams: ["name", "link"],
628
+ },
613
629
  BOOKING_REASSIGNED_CUSTOMER: {
614
630
  templateName: "BOOKING_REASSIGNED_CUSTOMER",
615
631
  requiredParams: ["bookingId", "displayedBookingId"],
616
632
  },
633
+ CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
634
+ templateName: "CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL",
635
+ requiredParams: ["date", "link", "subscriptionId"],
636
+ },
637
+ SP_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
638
+ templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
639
+ requiredParams: ["date", "link", "subscriptionId"],
640
+ },
617
641
  },
618
642
  SEND_PUSH_NOTIFICATION: {
619
643
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -627,7 +651,7 @@ module.exports = {
627
651
  },
628
652
  EMPLOYEE_PERFORMANCE_BONUS: {
629
653
  templateName: "EMPLOYEE_PERFORMANCE_BONUS",
630
- requiredParams: ['spName', 'bonusCredit', 'displayedBookingId'],
654
+ requiredParams: ["spName", "bonusCredit", "displayedBookingId"],
631
655
  },
632
656
  RFQ_ACCEPTED_CUSTOMER: {
633
657
  templateName: "RFQ_ACCEPTED_CUSTOMER",
@@ -882,6 +906,10 @@ module.exports = {
882
906
  templateName: "CUSTOMER_RESUBSCRIPTION_FAILURE",
883
907
  requiredParams: ["name", "link"],
884
908
  },
909
+ SP_RESUBSCRIPTION_FAILURE: {
910
+ templateName: "SP_RESUBSCRIPTION_FAILURE",
911
+ requiredParams: ["name", "link"],
912
+ },
885
913
  CUSTOMER_RESPONDED_TO_SP_BID: {
886
914
  templateName: "CUSTOMER_RESPONDED_TO_SP_BID",
887
915
  requiredParams: ["bidId", "rfqId"],
@@ -894,6 +922,14 @@ module.exports = {
894
922
  templateName: "BOOKING_CANCELLED_BY_ADMIN",
895
923
  requiredParams: ["displayedBookingId"],
896
924
  },
925
+ CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
926
+ templateName: "CUSTOMER_REMINDER_FOR_MEMBERSHIP_RENEWAL",
927
+ requiredParams: ["date", "link", "subscriptionId"],
928
+ },
929
+ SP_REMINDER_FOR_MEMBERSHIP_RENEWAL: {
930
+ templateName: "SP_REMINDER_FOR_MEMBERSHIP_RENEWAL",
931
+ requiredParams: ["date", "link", "subscriptionId"],
932
+ },
897
933
  },
898
934
  INITIATE_MASKED_CALL: {
899
935
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.87",
3
+ "version": "1.2.88",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }