@zeniai/client-epic-state 4.19.21 → 4.19.22
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.
|
@@ -110,7 +110,7 @@ const getBillDetailView = (state, billId) => {
|
|
|
110
110
|
const previousBillsView = (0, previousBillsSelector_1.getPreviousBills)(state, (_e = (_d = transaction.vendor) === null || _d === void 0 ? void 0 : _d.id) !== null && _e !== void 0 ? _e : '');
|
|
111
111
|
//don't include current bill
|
|
112
112
|
previousBills = Object.assign(Object.assign({}, previousBillsView), { bills: previousBillsView.bills.filter((bill) => bill.id !== billId) });
|
|
113
|
-
fetchState = (0, reduceFetchState_1.reduceFetchState)([billTransactionDetails
|
|
113
|
+
fetchState = (0, reduceFetchState_1.reduceFetchState)([billTransactionDetails]);
|
|
114
114
|
}
|
|
115
115
|
const realTimeApprovalkey = (0, realTimeApprovalState_1.getEntityRealTimeApprovalDetailKey)(billId, 'bill_pay');
|
|
116
116
|
const { approverIds, attributes } = approverListState;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/client-epic-state",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.22",
|
|
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
|
"types": "lib/index.d.ts",
|