ins-queue-actions 1.1.47 → 1.1.48

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
@@ -133,6 +133,8 @@ module.exports = {
133
133
 
134
134
  // Service Provider actions
135
135
  SEARCH_SERVICE_PROVIDERS: "SEARCH_SERVICE_PROVIDERS",
136
+ BAN_SERVICE_PROVIDER: "BAN_SERVICE_PROVIDER",
137
+ UNBAN_SERVICE_PROVIDER: "UNBAN_SERVICE_PROVIDER",
136
138
  CHANGE_SERVICE_PROVIDER_AVAIALABILITY_STATUS:
137
139
  "CHANGE_SERVICE_PROVIDER_AVAIALABILITY_STATUS",
138
140
  BOOKING_NOTIFICATION_SENT: "BOOKING_NOTIFICATION_SENT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }