ins-queue-actions 1.2.30 → 1.2.31

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
@@ -161,4 +161,5 @@ module.exports = {
161
161
  STATE_CONFIG_CREATED: "STATE_CONFIG_CREATED",
162
162
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
163
163
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
164
+ SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }