ins-queue-actions 1.1.43 → 1.1.44

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.
@@ -178,6 +178,10 @@ module.exports = {
178
178
  templateName: "CUSTOMER_CANCELLED_SCHEDULED_BOOKING_SP",
179
179
  requiredParams: ["bookingId", "displayedBookingId", "reason"],
180
180
  },
181
+ SP_CANCELLED_ORDER: {
182
+ templateName: "SP_CANCELLED_ORDER",
183
+ requiredParams: ["bookingId", "displayedBookingId"],
184
+ },
181
185
  },
182
186
  INITIATE_MASKED_CALL: {
183
187
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,9 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "main": "index.js",
5
- "engineStrict": true,
6
- "dependencies": {
7
- "ins-queue-actions": "^1.1.39"
8
- }
5
+ "engineStrict": true
9
6
  }