@zeniai/client-epic-state 4.20.3-betaJK7 → 4.20.3-betaJK8

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.
@@ -252,6 +252,8 @@ export const getExpenseAutomationReconciliationView = createSelector((state) =>
252
252
  .transactionFetchState,
253
253
  accountListState.byReportId.accountList,
254
254
  ]),
255
+ accountDetectionReason: accountReconForMonthYearPeriod.reconciliationByAccountID[accountID]
256
+ .accountDetectionReason,
255
257
  };
256
258
  });
257
259
  const accountReconciliationBySectionID = {
@@ -62,5 +62,6 @@ export interface AccountReconciliationByAccount {
62
62
  statementUpdateStatus: FetchStateAndError;
63
63
  statementUploadStatus: FetchStateAndError;
64
64
  transactionFetchState: FetchStateAndError;
65
+ accountDetectionReason?: string;
65
66
  paymentAccountId?: ID;
66
67
  }
@@ -258,6 +258,8 @@ exports.getExpenseAutomationReconciliationView = (0, toolkit_1.createSelector)((
258
258
  .transactionFetchState,
259
259
  accountListState.byReportId.accountList,
260
260
  ]),
261
+ accountDetectionReason: accountReconForMonthYearPeriod.reconciliationByAccountID[accountID]
262
+ .accountDetectionReason,
261
263
  };
262
264
  });
263
265
  const accountReconciliationBySectionID = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "4.20.3-betaJK7",
3
+ "version": "4.20.3-betaJK8",
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",