ins-queue-actions 1.1.63 → 1.1.65

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -130,6 +130,8 @@ module.exports = {
130
130
  "service_partner_referral_reward.created",
131
131
  SERVICE_PARTNER_REFERRAL_REWARD_UPDATED:
132
132
  "service_partner_referral_reward.updated",
133
+ ANALYTICS_ADD: "analytics.add",
134
+ CONFIG_UPDATED: "config.updated",
133
135
 
134
136
  // Service Provider actions
135
137
  SEARCH_SERVICE_PROVIDERS: "SEARCH_SERVICE_PROVIDERS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.63",
3
+ "version": "1.1.65",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }