ins-queue-actions 1.1.95 → 1.1.96

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -156,7 +156,7 @@ module.exports = {
156
156
  ASSIGN_CUSTOM_SERVICE_PROVIDERS: "ASSIGN_CUSTOM_SERVICE_PROVIDERS",
157
157
  SEND_CUSTOM_SERVICE_PROVIDERS_NOTIFICATION:
158
158
  "SEND_CUSTOM_SERVICE_PROVIDERS_NOTIFICATION",
159
-
159
+ REFUND_UNUSED_WALLET_CREDITS: "REFUND_UNUSED_WALLET_CREDITS",
160
160
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
161
161
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
162
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }