ins-queue-actions 1.1.89 → 1.1.91

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
@@ -148,4 +148,6 @@ module.exports = {
148
148
  EXTERNAL_CUSTOMER_RATING_CREATED: "EXTERNAL_CUSTOMER_RATING_CREATED",
149
149
  EXTERNAL_CUSTOMER_RATING_UPDATED: "EXTERNAL_CUSTOMER_RATING_UPDATED",
150
150
  EXTERNAL_CUSTOMER_RATING_DELETED: "EXTERNAL_CUSTOMER_RATING_DELETED",
151
+
152
+ LOG_EVENT_CREATED: "LOG_EVENT_CREATED",
151
153
  };
@@ -312,6 +312,17 @@ module.exports = {
312
312
  templateName: "ADMIN_RESCHEDULED_BOOKING",
313
313
  requiredParams: ["displayedBookingId", "previousScheduledStartTime"],
314
314
  },
315
+
316
+ ADMIN_STARTED_SERVICE_SP: {
317
+ templateName: "ADMIN_STARTED_SERVICE_SP",
318
+ requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
319
+ },
320
+
321
+ ADMIN_STARTED_SERVICE_CUSTOMER: {
322
+ templateName: "ADMIN_STARTED_SERVICE_CUSTOMER",
323
+ requiredParams: ["bookingId", "displayedBookingId", "serviceName"],
324
+ },
325
+
315
326
  CAMPAIGN_SMS: {
316
327
  templateName: "CAMPAIGN_SMS",
317
328
  requiredParams: ["message"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.89",
3
+ "version": "1.1.91",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }