ins-queue-actions 1.1.69 → 1.1.71

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.
package/index.js CHANGED
@@ -144,4 +144,5 @@ module.exports = {
144
144
  SEND_SMS: "SEND_SMS",
145
145
  SEND_PUSH_NOTIFICATION: "SEND_PUSH_NOTIFICATION",
146
146
  INITIATE_MASKED_CALL: "INITIATE_MASKED_CALL",
147
+ UNHOLD_WALLET_AMOUNT: "UNHOLD_WALLET_AMOUNT",
147
148
  };
@@ -85,14 +85,6 @@ 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
- }
96
88
  },
97
89
  SEND_SMS: {
98
90
  ACTION_NAME: "SEND_SMS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.69",
3
+ "version": "1.1.71",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }