ins-queue-actions 1.1.64 → 1.1.66

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
@@ -131,6 +131,7 @@ module.exports = {
131
131
  SERVICE_PARTNER_REFERRAL_REWARD_UPDATED:
132
132
  "service_partner_referral_reward.updated",
133
133
  ANALYTICS_ADD: "analytics.add",
134
+ CONFIG_UPDATED: "config.updated",
134
135
 
135
136
  // Service Provider actions
136
137
  SEARCH_SERVICE_PROVIDERS: "SEARCH_SERVICE_PROVIDERS",
@@ -195,6 +195,10 @@ module.exports = {
195
195
  templateName: "COMPLETE_REGISTRATION_SMS",
196
196
  requiredParams: ["firstName", "link"],
197
197
  },
198
+ SCHEDULED_BOOKING_CANCELLED: {
199
+ templateName: "SCHEDULED_BOOKING_CANCELLED",
200
+ requiredParams: ["bookingId", "displayedBookingId"],
201
+ },
198
202
  },
199
203
  SEND_PUSH_NOTIFICATION: {
200
204
  ACTION_NAME: "SEND_PUSH_NOTIFICATION",
@@ -283,6 +287,10 @@ module.exports = {
283
287
  "spLastname",
284
288
  ],
285
289
  },
290
+ SCHEDULED_BOOKING_CANCELLED: {
291
+ templateName: "SCHEDULED_BOOKING_CANCELLED",
292
+ requiredParams: ["bookingId", "displayedBookingId"],
293
+ },
286
294
  },
287
295
  INITIATE_MASKED_CALL: {
288
296
  ACTION_NAME: "INITIATE_MASKED_CALL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.64",
3
+ "version": "1.1.66",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }