ins-queue-actions 1.2.81 → 1.2.83

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.
@@ -295,6 +295,10 @@ module.exports = {
295
295
  templateName: "BID_SUBMITTED_BY_SP",
296
296
  requiredParams: [],
297
297
  },
298
+ RFQ_ACCEPTED_CUSTOMER: {
299
+ templateName: "RFQ_ACCEPTED_CUSTOMER",
300
+ requiredParams: [],
301
+ },
298
302
  CUSTOMER_RECURRENT_STRIPE_FAILURE: {
299
303
  templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
300
304
  requiredParams: ["customerName", "subscriptionId"],
@@ -536,6 +540,10 @@ module.exports = {
536
540
  templateName: "CUSTOMER_WALLET_CREDITS_EXPIRY",
537
541
  requiredParams: ["balance", "expiry", "name"],
538
542
  },
543
+ SERVICE_PARTNER_WALLET_CREDITS_EXPIRY: {
544
+ templateName: "SERVICE_PARTNER_WALLET_CREDITS_EXPIRY",
545
+ requiredParams: ["balance", "expiry", "name"],
546
+ },
539
547
  REASSIGN_SERVICE_PROVIDER: {
540
548
  templateName: "REASSIGN_SERVICE_PROVIDER",
541
549
  requiredParams: ["bookingId", "displayedBookingId"],
@@ -639,10 +647,6 @@ module.exports = {
639
647
  templateName: "RFQ_ACCEPTED",
640
648
  requiredParams: ["quoteId", "quoteType", "credits"],
641
649
  },
642
- RFQ_ACCEPTED_CUSTOMER: {
643
- templateName: "RFQ_ACCEPTED_CUSTOMER",
644
- requiredParams: [],
645
- },
646
650
  BID_SUBMITTED_BY_SP: {
647
651
  templateName: "BID_SUBMITTED_BY_SP",
648
652
  requiredParams: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.81",
3
+ "version": "1.2.83",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }