@zeniai/client-epic-state 4.19.2-betaAS7 → 4.19.2-betaAS9
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.
|
@@ -4,19 +4,19 @@ import { ZeniAPIStatus } from '../../../../responsePayload';
|
|
|
4
4
|
import { RemiListPayload } from './remiListPayload';
|
|
5
5
|
import { ReimbursementFilters, RemiListDownloadUIState, RemiListState, RemiListUIState, RemiTabType, SaveRemiStageCode } from './remiListState';
|
|
6
6
|
export declare const initialState: RemiListState;
|
|
7
|
-
export declare const fetchRemiList: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: TimePeriod, cacheOverride: any, isShowDeletedReimbursementEnabled: boolean, isIncludeLineItems: boolean, isBulkActionCompleteRefresh?: any, isRefreshAccountAndAccountingClass?:
|
|
7
|
+
export declare const fetchRemiList: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: TimePeriod, cacheOverride: any, isShowDeletedReimbursementEnabled: boolean, isIncludeLineItems: boolean, isBulkActionCompleteRefresh?: any, isRefreshAccountAndAccountingClass?: any], {
|
|
8
8
|
period: TimePeriod;
|
|
9
9
|
cacheOverride: any;
|
|
10
10
|
isShowDeletedReimbursementEnabled: boolean;
|
|
11
11
|
isIncludeLineItems: boolean;
|
|
12
12
|
isBulkActionCompleteRefresh: any;
|
|
13
|
-
isRefreshAccountAndAccountingClass:
|
|
14
|
-
}, "remiList/fetchRemiList", never, never>, fetchRemiListPerTab: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: TimePeriod, tab: "paid" | "pending_approval" | "scheduled" | "draft", isShowDeletedReimbursementEnabled: boolean, isIncludeLineItems: boolean, isRefreshAccountAndAccountingClass
|
|
13
|
+
isRefreshAccountAndAccountingClass: any;
|
|
14
|
+
}, "remiList/fetchRemiList", never, never>, fetchRemiListPerTab: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: TimePeriod, tab: "paid" | "pending_approval" | "scheduled" | "draft", isShowDeletedReimbursementEnabled: boolean, isIncludeLineItems: boolean, isRefreshAccountAndAccountingClass: boolean], {
|
|
15
15
|
period: TimePeriod;
|
|
16
16
|
tab: "paid" | "pending_approval" | "scheduled" | "draft";
|
|
17
17
|
isShowDeletedReimbursementEnabled: boolean;
|
|
18
18
|
isIncludeLineItems: boolean;
|
|
19
|
-
isRefreshAccountAndAccountingClass: boolean
|
|
19
|
+
isRefreshAccountAndAccountingClass: boolean;
|
|
20
20
|
}, "remiList/fetchRemiListPerTab", never, never>, updateRemiListByStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
21
21
|
remiList: RemiListPayload;
|
|
22
22
|
tab: RemiTabType;
|
|
@@ -71,8 +71,15 @@ const remiList = (0, toolkit_1.createSlice)({
|
|
|
71
71
|
: 'In-Progress', error: undefined });
|
|
72
72
|
});
|
|
73
73
|
},
|
|
74
|
-
prepare(period, cacheOverride = false, isShowDeletedReimbursementEnabled, isIncludeLineItems, isBulkActionCompleteRefresh = false, isRefreshAccountAndAccountingClass) {
|
|
75
|
-
console.log('*************** called fetchRemiList prepare isRefreshAccountAndAccountingClass *****************',
|
|
74
|
+
prepare(period, cacheOverride = false, isShowDeletedReimbursementEnabled, isIncludeLineItems, isBulkActionCompleteRefresh = false, isRefreshAccountAndAccountingClass = true) {
|
|
75
|
+
console.log('*************** called fetchRemiList prepare isRefreshAccountAndAccountingClass *****************', {
|
|
76
|
+
cacheOverride,
|
|
77
|
+
isBulkActionCompleteRefresh,
|
|
78
|
+
isIncludeLineItems,
|
|
79
|
+
isShowDeletedReimbursementEnabled,
|
|
80
|
+
period,
|
|
81
|
+
isRefreshAccountAndAccountingClass,
|
|
82
|
+
});
|
|
76
83
|
return {
|
|
77
84
|
payload: {
|
|
78
85
|
period,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/client-epic-state",
|
|
3
|
-
"version": "4.19.2-
|
|
3
|
+
"version": "4.19.2-betaAS9",
|
|
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",
|