ins-queue-actions 1.1.92 → 1.1.93

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
@@ -153,4 +153,5 @@ module.exports = {
153
153
 
154
154
  // credit to wallet
155
155
  CREDIT_CASHBACK_TO_WALLET: "CREDIT_CASHBACK_TO_WALLET",
156
+ ASSIGN_CUSTOM_SERVICE_PROVIDERS: "ASSIGN_CUSTOM_SERVICE_PROVIDERS",
156
157
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.92",
3
+ "version": "1.1.93",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }