ins-queue-actions 1.1.67 → 1.1.69

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.
@@ -85,6 +85,14 @@ module.exports = {
85
85
  templateName: "SERVICE_PARTNER_APPROVED",
86
86
  requiredParams: ["firstName"],
87
87
  },
88
+ ERROR_CANCELLING_PAYMENT_INTENT_AFTER_NOTIFY_US: {
89
+ templateName: "ERROR_CANCELLING_PAYMENT_INTENT_AFTER_NOTIFY_US",
90
+ requiredParams: ["bookingId"]
91
+ },
92
+ ERROR_REFUNDING_WALLET_TRANSACTIONS_OF_CUSTOMER: {
93
+ templateName: "ERROR_REFUNDING_WALLET_TRANSACTIONS_OF_CUSTOMER",
94
+ requiredParams: ["bookingId", "customerId"]
95
+ }
88
96
  },
89
97
  SEND_SMS: {
90
98
  ACTION_NAME: "SEND_SMS",
@@ -246,6 +254,10 @@ module.exports = {
246
254
  templateName: "SERVICE_PROVIDER_ORDER_PLACED",
247
255
  requiredParams: ["bookingId", "displayedBookingId"],
248
256
  },
257
+ SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED: {
258
+ templateName: "SERVICE_PROVIDER_SCHEDULED_BOOKING_ACCEPTED",
259
+ requiredParams: ["bookingId", "displayedBookingId"],
260
+ },
249
261
  APPROVE_REJECT_BOOKING_ADDITIONALS: {
250
262
  templateName: "APPROVE_REJECT_BOOKING_ADDITIONALS",
251
263
  requiredParams: ["bookingId", "displayedBookingId", "status"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.67",
3
+ "version": "1.1.69",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }