@zeniai/client-epic-state 5.1.50-beta3RR → 5.1.50-beta4RR

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.
@@ -755,6 +755,7 @@ export const setEntityRecommendationForLineIdInLocalData = (transaction, transac
755
755
  latestUpdatedLineWithEntity: transactionDetailLocalData.latestUpdatedLineWithEntity,
756
756
  vendorBulkUpdateCategoryClassRecommendationsFetchStatus: transactionDetailLocalData.vendorBulkUpdateCategoryClassRecommendationsFetchStatus,
757
757
  selectedEntity: transactionDetailLocalData.selectedEntity,
758
+ editMode: transactionDetailLocalData.editMode,
758
759
  };
759
760
  return newLocalData;
760
761
  };
@@ -808,6 +809,7 @@ export const removeEntityRecommendationForLineIdInLocalData = (transaction, tran
808
809
  latestSelectedEntityOnLineItem: transactionDetailLocalData.latestSelectedEntityOnLineItem,
809
810
  latestUpdatedLineWithEntity: transactionDetailLocalData.latestUpdatedLineWithEntity,
810
811
  selectedEntity: transactionDetailLocalData.selectedEntity,
812
+ editMode: transactionDetailLocalData.editMode,
811
813
  };
812
814
  return newLocalData;
813
815
  };
@@ -764,6 +764,7 @@ const setEntityRecommendationForLineIdInLocalData = (transaction, transactionDet
764
764
  latestUpdatedLineWithEntity: transactionDetailLocalData.latestUpdatedLineWithEntity,
765
765
  vendorBulkUpdateCategoryClassRecommendationsFetchStatus: transactionDetailLocalData.vendorBulkUpdateCategoryClassRecommendationsFetchStatus,
766
766
  selectedEntity: transactionDetailLocalData.selectedEntity,
767
+ editMode: transactionDetailLocalData.editMode,
767
768
  };
768
769
  return newLocalData;
769
770
  };
@@ -818,6 +819,7 @@ const removeEntityRecommendationForLineIdInLocalData = (transaction, transaction
818
819
  latestSelectedEntityOnLineItem: transactionDetailLocalData.latestSelectedEntityOnLineItem,
819
820
  latestUpdatedLineWithEntity: transactionDetailLocalData.latestUpdatedLineWithEntity,
820
821
  selectedEntity: transactionDetailLocalData.selectedEntity,
822
+ editMode: transactionDetailLocalData.editMode,
821
823
  };
822
824
  return newLocalData;
823
825
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.1.50-beta3RR",
3
+ "version": "5.1.50-beta4RR",
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",