ins-queue-actions 1.1.41 → 1.1.43

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
@@ -139,4 +139,5 @@ module.exports = {
139
139
  SEND_EMAIL: "SEND_EMAIL",
140
140
  SEND_SMS: "SEND_SMS",
141
141
  SEND_PUSH_NOTIFICATION: "SEND_PUSH_NOTIFICATION",
142
+ INITIATE_MASKED_CALL: "INITIATE_MASKED_CALL",
142
143
  };
@@ -60,7 +60,12 @@ module.exports = {
60
60
  },
61
61
  REQUEST_CUSTOMER_REVIEW: {
62
62
  templateName: "REQUEST_CUSTOMER_REVIEW",
63
- requiredParams: ["bookingId", "displayedBookingId", "spFirstName", "spLastname"],
63
+ requiredParams: [
64
+ "bookingId",
65
+ "displayedBookingId",
66
+ "spFirstName",
67
+ "spLastname",
68
+ ],
64
69
  },
65
70
  STRIPE_ACCOUNT_CREATION: {
66
71
  templateName: "STRIPE_ACCOUNT_CREATION",
@@ -174,4 +179,15 @@ module.exports = {
174
179
  requiredParams: ["bookingId", "displayedBookingId", "reason"],
175
180
  },
176
181
  },
182
+ INITIATE_MASKED_CALL: {
183
+ ACTION_NAME: "INITIATE_MASKED_CALL",
184
+ CALL_BY_CUSTOMER_TO_SP: {
185
+ templateName: "CALL_BY_CUSTOMER_TO_SP",
186
+ requiredParams: ["bookingId", "to", "from"],
187
+ },
188
+ CALL_BY_SP_TO_CUSTOMER: {
189
+ templateName: "CALL_BY_SP_TO_CUSTOMER",
190
+ requiredParams: ["bookingId", "to", "from"],
191
+ },
192
+ },
177
193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.41",
3
+ "version": "1.1.43",
4
4
  "main": "index.js",
5
5
  "engineStrict": true,
6
6
  "dependencies": {