@zeniai/client-epic-state 4.19.67-betaAS1 → 4.19.67-betaAS2

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.
@@ -175,7 +175,7 @@ const billPaySetupApproverView = createSlice({
175
175
  }
176
176
  draft.approvalRuleIds = approvalRuleIds;
177
177
  draft.affectedEntityIds = affectedEntityIds;
178
- draft.approvalRuleIdBeingUpdated = undefined;
178
+ // Keep approvalRuleIdBeingUpdated set until Pusher fires so the list can show that rule disabled
179
179
  },
180
180
  prepare(approvalRuleIds, affectedEntityIds) {
181
181
  return {
@@ -179,7 +179,7 @@ const billPaySetupApproverView = (0, toolkit_1.createSlice)({
179
179
  }
180
180
  draft.approvalRuleIds = approvalRuleIds;
181
181
  draft.affectedEntityIds = affectedEntityIds;
182
- draft.approvalRuleIdBeingUpdated = undefined;
182
+ // Keep approvalRuleIdBeingUpdated set until Pusher fires so the list can show that rule disabled
183
183
  },
184
184
  prepare(approvalRuleIds, affectedEntityIds) {
185
185
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "4.19.67-betaAS1",
3
+ "version": "4.19.67-betaAS2",
4
4
  "description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",