ins-queue-actions 1.1.16 → 1.1.17

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -112,6 +112,7 @@ module.exports = {
112
112
  SETTINGS_CREATED: 'SETTINGS_CREATED',
113
113
  SETTINGS_UPDATED: 'SETTINGS_UPDATED',
114
114
  SETTINGS_DELETED: 'SETTINGS_DELETED',
115
+ REFRESH_TOP_SERVICES: 'top.services.refresh',
115
116
 
116
117
  // Service Provider actions
117
118
  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.16",
3
+ "version": "1.1.17",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }