@zeniai/client-epic-state 4.19.88-betaVR3 → 4.19.89
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.
- package/lib/entity/account/accountPayload.d.ts +0 -2
- package/lib/entity/account/accountPayload.js +0 -2
- package/lib/entity/account/accountState.d.ts +0 -2
- package/lib/entity/aiCfo/aiCfoSelector.d.ts +2 -1
- package/lib/entity/depositAccount/depositAccount.d.ts +1 -1
- package/lib/entity/depositAccount/depositAccount.js +1 -8
- package/lib/entity/snackbar/snackbarTypes.d.ts +1 -1
- package/lib/entity/snackbar/snackbarTypes.js +0 -1
- package/lib/entity/transaction/payloadTypes/transactionPayload.d.ts +0 -3
- package/lib/entity/transaction/payloadTypes/transactionPayload.js +0 -11
- package/lib/entity/transaction/stateTypes/transaction.d.ts +0 -3
- package/lib/epic.d.ts +1 -13
- package/lib/epic.js +1 -13
- package/lib/esm/entity/account/accountPayload.js +0 -2
- package/lib/esm/entity/depositAccount/depositAccount.js +1 -8
- package/lib/esm/entity/snackbar/snackbarTypes.js +0 -1
- package/lib/esm/entity/transaction/payloadTypes/transactionPayload.js +0 -11
- package/lib/esm/epic.js +1 -13
- package/lib/esm/index.js +5 -11
- package/lib/esm/view/aiCfoView/aiCfoViewReducer.js +1 -82
- package/lib/esm/view/aiCfoView/aiCfoViewSelector.js +2 -8
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +5 -7
- package/lib/esm/view/expenseAutomationView/payload/missingReceiptsPayload.js +1 -189
- package/lib/esm/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +2 -433
- package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js +1 -23
- package/lib/esm/view/expenseAutomationView/selectors/missingReceiptsSelector.js +1 -244
- package/lib/esm/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +1 -2
- package/lib/esm/view/expenseAutomationView/types/missingReceiptsViewState.js +0 -44
- package/lib/esm/view/expenseAutomationView/types/transactionsViewState.js +1 -2
- package/lib/esm/view/spendManagement/billPay/billList/billListSelector.js +0 -10
- package/lib/esm/view/spendManagement/billPay/billList/billListState.js +0 -1
- package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +0 -1
- package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +0 -2
- package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListSelector.js +0 -12
- package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListState.js +0 -1
- package/lib/esm/view/taskManager/taskDetailView/taskDetailSelector.js +3 -3
- package/lib/esm/zeniAPI.js +2 -0
- package/lib/index.d.ts +7 -12
- package/lib/index.js +32 -88
- package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
- package/lib/view/aiCfoView/aiCfoViewPayload.d.ts +0 -7
- package/lib/view/aiCfoView/aiCfoViewReducer.d.ts +1 -15
- package/lib/view/aiCfoView/aiCfoViewReducer.js +2 -83
- package/lib/view/aiCfoView/aiCfoViewSelector.d.ts +1 -4
- package/lib/view/aiCfoView/aiCfoViewSelector.js +2 -9
- package/lib/view/aiCfoView/aiCfoViewState.d.ts +1 -18
- package/lib/view/auditReportView/auditReportViewState.d.ts +1 -1
- package/lib/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +5 -7
- package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +1 -1
- package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.d.ts +0 -118
- package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.js +0 -201
- package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.d.ts +3 -76
- package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +2 -434
- package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.d.ts +3 -11
- package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.js +2 -24
- package/lib/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.d.ts +1 -69
- package/lib/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.d.ts +0 -1
- package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.d.ts +1 -1
- package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.js +0 -243
- package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +1 -2
- package/lib/view/expenseAutomationView/types/missingReceiptsViewState.d.ts +0 -142
- package/lib/view/expenseAutomationView/types/missingReceiptsViewState.js +1 -54
- package/lib/view/expenseAutomationView/types/transactionsViewState.d.ts +1 -2
- package/lib/view/expenseAutomationView/types/transactionsViewState.js +1 -2
- package/lib/view/spendManagement/billPay/billList/billListSelector.js +0 -10
- package/lib/view/spendManagement/billPay/billList/billListState.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billList/billListState.js +0 -1
- package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.d.ts +1 -1
- package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +0 -1
- package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +0 -2
- package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.d.ts +0 -1
- package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.js +0 -12
- package/lib/view/spendManagement/reimbursement/remiListView/remiListState.d.ts +1 -1
- package/lib/view/spendManagement/reimbursement/remiListView/remiListState.js +0 -1
- package/lib/view/taskManager/taskDetailView/taskDetailSelector.js +3 -3
- package/lib/zeniAPI.js +2 -0
- package/package.json +1 -1
- package/lib/esm/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +0 -29
- package/lib/esm/view/expenseAutomationView/bulkUploadTiming.js +0 -10
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +0 -29
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +0 -49
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +0 -40
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +0 -47
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +0 -61
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +0 -33
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +0 -56
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +0 -77
- package/lib/esm/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +0 -79
- package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +0 -24
- package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.d.ts +0 -8
- package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +0 -33
- package/lib/view/expenseAutomationView/bulkUploadTiming.d.ts +0 -10
- package/lib/view/expenseAutomationView/bulkUploadTiming.js +0 -13
- package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.d.ts +0 -18
- package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +0 -33
- package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.d.ts +0 -7
- package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +0 -53
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.d.ts +0 -8
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +0 -44
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.d.ts +0 -7
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +0 -51
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.d.ts +0 -8
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +0 -65
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.d.ts +0 -8
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +0 -37
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.d.ts +0 -9
- package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +0 -61
- package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.d.ts +0 -14
- package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +0 -81
- package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.d.ts +0 -25
- package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +0 -85
- package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.d.ts +0 -7
- package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +0 -28
|
@@ -1,203 +1,2 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseBatchFileStatus = parseBatchFileStatus;
|
|
4
|
-
exports.toBatchFile = toBatchFile;
|
|
5
|
-
exports.extractTransactionPayloadsFromBatchFiles = extractTransactionPayloadsFromBatchFiles;
|
|
6
|
-
exports.toBatchSummary = toBatchSummary;
|
|
7
|
-
exports.toBatchDetails = toBatchDetails;
|
|
8
|
-
exports.isBatchListStatusCompleted = isBatchListStatusCompleted;
|
|
9
|
-
exports.filterBatchListItemsForBatchDetailsFetch = filterBatchListItemsForBatchDetailsFetch;
|
|
10
|
-
exports.isBatchDetailsApiStatusCompleted = isBatchDetailsApiStatusCompleted;
|
|
11
|
-
exports.findBatchListItemForBatchId = findBatchListItemForBatchId;
|
|
12
|
-
exports.shouldFetchBatchDetailsForBatchId = shouldFetchBatchDetailsForBatchId;
|
|
13
|
-
exports.toBatchListItem = toBatchListItem;
|
|
14
|
-
exports.supportedTransactionPayloadToManualSearchResult = supportedTransactionPayloadToManualSearchResult;
|
|
15
|
-
const urlPayload_1 = require("../../../commonPayloadTypes/urlPayload");
|
|
16
|
-
const amount_1 = require("../../../commonStateTypes/amount");
|
|
17
|
-
const transactionPayload_1 = require("../../../entity/transaction/payloadTypes/transactionPayload");
|
|
18
|
-
const missingReceiptsViewState_1 = require("../types/missingReceiptsViewState");
|
|
19
|
-
// -- Converter functions --
|
|
20
|
-
/**
|
|
21
|
-
* Maps batch-details API `files[].status` strings to canonical {@link BatchFileStatus}.
|
|
22
|
-
* Legacy aliases are supported during rollout; unknown strings map to `failed` so Redux never
|
|
23
|
-
* holds untyped status values.
|
|
24
|
-
*/
|
|
25
|
-
function parseBatchFileStatus(raw) {
|
|
26
|
-
const normalizedStatus = raw.trim().toLowerCase().replace(/-/g, '_');
|
|
27
|
-
switch (normalizedStatus) {
|
|
28
|
-
case 'exact_match':
|
|
29
|
-
case 'matched':
|
|
30
|
-
return 'exact_match';
|
|
31
|
-
case 'possible_matches':
|
|
32
|
-
case 'possible_match':
|
|
33
|
-
case 'possiblematch':
|
|
34
|
-
case 'un_matched':
|
|
35
|
-
case 'unmatched':
|
|
36
|
-
return 'possible_matches';
|
|
37
|
-
case 'no_match':
|
|
38
|
-
case 'nomatch':
|
|
39
|
-
return 'no_match';
|
|
40
|
-
case 'failed':
|
|
41
|
-
return 'failed';
|
|
42
|
-
default:
|
|
43
|
-
return 'failed';
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
function toBatchFile(payload, filesEndPoint) {
|
|
47
|
-
return {
|
|
48
|
-
attachmentId: payload.attachment_id,
|
|
49
|
-
candidates: payload.candidates?.map((candidate) => ({
|
|
50
|
-
transactionId: candidate.transaction_id,
|
|
51
|
-
matchScore: candidate.match_score,
|
|
52
|
-
})),
|
|
53
|
-
fileDownloadUrl: payload.file_id != null && filesEndPoint != null
|
|
54
|
-
? `${filesEndPoint}/1.0/files/${payload.file_id}?query=${encodeURIComponent(JSON.stringify({ download_file: true }))}`
|
|
55
|
-
: null,
|
|
56
|
-
fileId: payload.file_id,
|
|
57
|
-
filePreviewUrl: payload.file_preview_url,
|
|
58
|
-
filename: payload.filename,
|
|
59
|
-
matchSource: payload.match_source != null
|
|
60
|
-
? (0, missingReceiptsViewState_1.toMatchSource)(payload.match_source)
|
|
61
|
-
: undefined,
|
|
62
|
-
matchedTransactionId: payload.matched_transaction?.transaction_id,
|
|
63
|
-
status: (0, missingReceiptsViewState_1.toBatchFileStatus)(payload.status),
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
function extractTransactionPayloadsFromBatchFiles(files) {
|
|
67
|
-
const seen = new Set();
|
|
68
|
-
const payloads = [];
|
|
69
|
-
for (const file of files) {
|
|
70
|
-
if (file.matched_transaction != null) {
|
|
71
|
-
const id = file.matched_transaction.transaction_id;
|
|
72
|
-
if (!seen.has(id)) {
|
|
73
|
-
seen.add(id);
|
|
74
|
-
payloads.push(matchedTransactionPayloadToSupportedTransactionPayload(file.matched_transaction));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
if (file.candidates != null) {
|
|
78
|
-
for (const candidate of file.candidates) {
|
|
79
|
-
const id = candidate.transaction_id;
|
|
80
|
-
if (!seen.has(id)) {
|
|
81
|
-
seen.add(id);
|
|
82
|
-
payloads.push(matchedTransactionPayloadToSupportedTransactionPayload(candidate));
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
return payloads;
|
|
88
|
-
}
|
|
89
|
-
function matchedTransactionPayloadToSupportedTransactionPayload(payload) {
|
|
90
|
-
return {
|
|
91
|
-
transaction_id: payload.transaction_id,
|
|
92
|
-
transaction_type: payload.transaction_type ?? 'expense',
|
|
93
|
-
transaction_date: payload.transaction_date ?? '',
|
|
94
|
-
currency_code: payload.currency_code,
|
|
95
|
-
total_amount: payload.amount,
|
|
96
|
-
vendor_name: payload.vendor_name,
|
|
97
|
-
logo: payload.vendor_logo == null ? undefined : (0, urlPayload_1.toURL)(payload.vendor_logo),
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
function toBatchSummary(payload) {
|
|
101
|
-
return {
|
|
102
|
-
failed: payload.failed,
|
|
103
|
-
matched: payload.matched,
|
|
104
|
-
noMatch: payload.no_match,
|
|
105
|
-
possibleMatches: payload.possible_matches,
|
|
106
|
-
total: payload.total,
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
function toBatchDetails(payload, filesEndPoint) {
|
|
110
|
-
return {
|
|
111
|
-
batchId: payload.batch_id,
|
|
112
|
-
createdAt: payload.created_at,
|
|
113
|
-
files: payload.files.map((file) => toBatchFile(file, filesEndPoint)),
|
|
114
|
-
status: (0, missingReceiptsViewState_1.toBatchStatusValue)(payload.status),
|
|
115
|
-
summary: toBatchSummary(payload.summary),
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
/** Batch list `status` is a string from the API — compare case-insensitively. */
|
|
119
|
-
function isBatchListStatusCompleted(status) {
|
|
120
|
-
return status.toLowerCase() === 'completed';
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Subset of the get-all-batches (`/batches?query=...`) list that is eligible for
|
|
124
|
-
* `GET /batches/:batchId` details fetches. The stored list may include pending, failed, or other
|
|
125
|
-
* statuses for UI; only `completed` rows should trigger batch-details requests.
|
|
126
|
-
*/
|
|
127
|
-
function filterBatchListItemsForBatchDetailsFetch(batches) {
|
|
128
|
-
return batches.filter((batch) => isBatchListStatusCompleted(batch.status));
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* Batch details API response `status` field — only completed payloads should be stored from
|
|
132
|
-
* multi-batch fetch paths (list can be briefly stale vs. live processing state).
|
|
133
|
-
*/
|
|
134
|
-
function isBatchDetailsApiStatusCompleted(status) {
|
|
135
|
-
return status.toLowerCase() === 'completed';
|
|
136
|
-
}
|
|
137
|
-
function findBatchListItemForBatchId(batchListByPeriod, batchId) {
|
|
138
|
-
for (const list of Object.values(batchListByPeriod)) {
|
|
139
|
-
const found = list.find((batch) => batch.batchId === batchId);
|
|
140
|
-
if (found != null) {
|
|
141
|
-
return found;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
return undefined;
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* Whether it is appropriate to call `GET .../batches/:id` for details.
|
|
148
|
-
* Skips when live batch status or batch list row indicates the batch is not completed yet.
|
|
149
|
-
* When status is unknown in both sources, allows the request (e.g. dispatch before list refresh).
|
|
150
|
-
*/
|
|
151
|
-
function shouldFetchBatchDetailsForBatchId(batchStatusById, batchListByPeriod, batchId) {
|
|
152
|
-
const live = batchStatusById[batchId]?.status;
|
|
153
|
-
if (live === 'completed') {
|
|
154
|
-
return true;
|
|
155
|
-
}
|
|
156
|
-
if (live === 'pending' || live === 'processing') {
|
|
157
|
-
return false;
|
|
158
|
-
}
|
|
159
|
-
const listItem = findBatchListItemForBatchId(batchListByPeriod, batchId);
|
|
160
|
-
if (listItem != null && !isBatchListStatusCompleted(listItem.status)) {
|
|
161
|
-
return false;
|
|
162
|
-
}
|
|
163
|
-
return true;
|
|
164
|
-
}
|
|
165
|
-
function toBatchListItem(payload) {
|
|
166
|
-
return {
|
|
167
|
-
batchId: payload.batch_id,
|
|
168
|
-
createdAt: payload.created_at,
|
|
169
|
-
failedCount: payload.failed_count,
|
|
170
|
-
matchedCount: payload.matched_count,
|
|
171
|
-
noMatchCount: payload.no_match_count,
|
|
172
|
-
possibleMatchesCount: payload.possible_matches_count,
|
|
173
|
-
status: payload.status,
|
|
174
|
-
totalFiles: payload.total_files,
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Amount shown in the Unmatched tab manual-search list: **first line only** when `lines` exist.
|
|
179
|
-
* Falls back to transaction-level totals via {@link getTransactionPayloadAmount} when there is
|
|
180
|
-
* no line or no line amount (same currency fields as the rest of the transaction payload).
|
|
181
|
-
*/
|
|
182
|
-
function getManualSearchListAmountFromPayload(payload) {
|
|
183
|
-
const lineAmount = payload.lines?.[0]?.amount;
|
|
184
|
-
if (lineAmount != null) {
|
|
185
|
-
return (0, amount_1.toAmount)(lineAmount, payload.currency_code, payload.currency_symbol);
|
|
186
|
-
}
|
|
187
|
-
return (0, transactionPayload_1.getTransactionPayloadAmount)(payload);
|
|
188
|
-
}
|
|
189
|
-
/** Maps expense-automation transaction rows to manual-search list rows (Unmatched tab). */
|
|
190
|
-
function supportedTransactionPayloadToManualSearchResult(payload) {
|
|
191
|
-
const amountPayload = getManualSearchListAmountFromPayload(payload);
|
|
192
|
-
return {
|
|
193
|
-
amount: amountPayload.amount,
|
|
194
|
-
currencyCode: amountPayload.currencyCode,
|
|
195
|
-
entityId: payload.vendor_id ?? payload.customer_id ?? '',
|
|
196
|
-
memo: payload.transaction_memo ?? '',
|
|
197
|
-
transactionDate: payload.transaction_date,
|
|
198
|
-
transactionId: payload.transaction_id,
|
|
199
|
-
transactionType: payload.transaction_type,
|
|
200
|
-
vendorName: payload.vendor_name ?? '',
|
|
201
|
-
vendorLogo: (0, urlPayload_1.toURL)(payload.logo)?.href,
|
|
202
|
-
};
|
|
203
|
-
}
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { Amount } from '../../../commonStateTypes/amount';
|
|
2
|
-
import { FetchStateAndError,
|
|
3
|
-
import { SortOrder } from '../../../commonStateTypes/selectorTypes/sortOrderTypes';
|
|
2
|
+
import { FetchStateAndError, UpdateType } from '../../../commonStateTypes/common';
|
|
4
3
|
import { MonthYearPeriod, TimePeriod } from '../../../commonStateTypes/timePeriod';
|
|
5
|
-
import type { MonthYearPeriodId } from '../../../commonStateTypes/timePeriod';
|
|
6
4
|
import { TransactionPayload } from '../../../entity/transaction/payloadTypes/transactionPayload';
|
|
7
5
|
import { SupportedTransactionPayload } from '../../../entity/transaction/transactionState';
|
|
8
6
|
import { ZeniAPIStatus } from '../../../responsePayload';
|
|
9
|
-
import {
|
|
10
|
-
export declare const getCompletedTransactionsCacheKey: (periodId: MonthYearPeriodId, sortKey: BulkUploadSortKey, sortOrder: SortOrder, subTab: CompletedSubTab) => string;
|
|
11
|
-
export declare const initialBulkUploadState: BulkUploadState;
|
|
7
|
+
import { MissingReceiptsViewState, MissingReceiptsViewUIState } from '../types/missingReceiptsViewState';
|
|
12
8
|
export declare const initialState: MissingReceiptsViewState;
|
|
13
|
-
/** Epic trigger only; batch-details fetch is handled in epics. */
|
|
14
|
-
export declare const fetchBulkUploadBatchDetails: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/fetchBulkUploadBatchDetails">;
|
|
15
9
|
export declare const fetchMissingReceipts: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[period: TimePeriod, minimumTransactionAmount: Amount, cacheOverride?: any, refreshViewInBackground?: any], {
|
|
16
10
|
period: TimePeriod;
|
|
17
11
|
minimumTransactionAmount: Amount;
|
|
@@ -32,73 +26,6 @@ export declare const fetchMissingReceipts: import("@reduxjs/toolkit").ActionCrea
|
|
|
32
26
|
}, "expenseAutomationMissingReceiptsView/updateMissingReceiptUploadState", never, never>, updateMissingReceiptsUIState: import("@reduxjs/toolkit").ActionCreatorWithPayload<Partial<MissingReceiptsViewUIState>, "expenseAutomationMissingReceiptsView/updateMissingReceiptsUIState">, markMissingReceiptAsDone: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[transactionPayload: SupportedTransactionPayload, selectedPeriod: MonthYearPeriod], {
|
|
33
27
|
transactionPayload: SupportedTransactionPayload;
|
|
34
28
|
selectedPeriod: MonthYearPeriod;
|
|
35
|
-
}, "expenseAutomationMissingReceiptsView/markMissingReceiptAsDone", never, never>, clearExpenseAutomationMissingReceiptsView: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/clearExpenseAutomationMissingReceiptsView"
|
|
36
|
-
files: File[];
|
|
37
|
-
}, "expenseAutomationMissingReceiptsView/bulkUploadReceipts", never, never>, updateBulkUploadProgress: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "expenseAutomationMissingReceiptsView/updateBulkUploadProgress">, bulkUploadReceiptsSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
38
|
-
batchId: ID;
|
|
39
|
-
}, "expenseAutomationMissingReceiptsView/bulkUploadReceiptsSuccess">, bulkUploadReceiptsFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
40
|
-
error: ZeniAPIStatus;
|
|
41
|
-
}, "expenseAutomationMissingReceiptsView/bulkUploadReceiptsFailure">, bulkUploadAutomatchingTimedOut: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[batchId: string], {
|
|
42
|
-
batchId: string;
|
|
43
|
-
}, "expenseAutomationMissingReceiptsView/bulkUploadAutomatchingTimedOut", never, never>, pusherBatchStatusUpdate: import("@reduxjs/toolkit").ActionCreatorWithPayload<BatchStatus, "expenseAutomationMissingReceiptsView/pusherBatchStatusUpdate">, requestMissingReceiptsTabNavigation: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
44
|
-
tab: BulkUploadResultsTab;
|
|
45
|
-
}, "expenseAutomationMissingReceiptsView/requestMissingReceiptsTabNavigation">, clearMissingReceiptsTabNavigation: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/clearMissingReceiptsTabNavigation">, fetchBulkUploadBatchDetailsSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<BatchDetails, "expenseAutomationMissingReceiptsView/fetchBulkUploadBatchDetailsSuccess">, fetchBulkUploadBatchDetailsFailure: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[payload: {
|
|
46
|
-
error: ZeniAPIStatus;
|
|
47
|
-
}], {
|
|
48
|
-
error: ZeniAPIStatus;
|
|
49
|
-
}, "expenseAutomationMissingReceiptsView/fetchBulkUploadBatchDetailsFailure", never, never>, storeBatchDetails: import("@reduxjs/toolkit").ActionCreatorWithPayload<BatchDetails, "expenseAutomationMissingReceiptsView/storeBatchDetails">, batchDetailFetchFailed: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
50
|
-
batchId: ID;
|
|
51
|
-
}, "expenseAutomationMissingReceiptsView/batchDetailFetchFailed">, setInitialBatchDetailsLoading: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/setInitialBatchDetailsLoading">, fetchMoreBatchDetails: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/fetchMoreBatchDetails">, fetchMoreBatchDetailsComplete: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/fetchMoreBatchDetailsComplete">, fetchMoreBatchDetailsFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
52
|
-
error: ZeniAPIStatus;
|
|
53
|
-
}, "expenseAutomationMissingReceiptsView/fetchMoreBatchDetailsFailure">, fetchBulkUploadBatches: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[input?: {
|
|
54
|
-
cacheOverride?: boolean;
|
|
55
|
-
invalidateBatchDetailsCache?: boolean;
|
|
56
|
-
} | undefined], {
|
|
57
|
-
cacheOverride: boolean;
|
|
58
|
-
invalidateBatchDetailsCache: boolean;
|
|
59
|
-
}, "expenseAutomationMissingReceiptsView/fetchBulkUploadBatches", never, never>, fetchBulkUploadBatchesSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
60
|
-
batchList: BatchListItem[];
|
|
61
|
-
selectedPeriod: MonthYearPeriod;
|
|
62
|
-
}, "expenseAutomationMissingReceiptsView/fetchBulkUploadBatchesSuccess">, fetchBulkUploadBatchesFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
63
|
-
error: ZeniAPIStatus;
|
|
64
|
-
selectedPeriod: MonthYearPeriod;
|
|
65
|
-
}, "expenseAutomationMissingReceiptsView/fetchBulkUploadBatchesFailure">, confirmBulkUploadMatch: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[batchId: string, attachmentId: string, transactionId: string, transactionType: string, fileName: string], {
|
|
66
|
-
batchId: string;
|
|
67
|
-
attachmentId: string;
|
|
68
|
-
transactionId: string;
|
|
69
|
-
transactionType: string;
|
|
70
|
-
fileName: string;
|
|
71
|
-
}, "expenseAutomationMissingReceiptsView/confirmBulkUploadMatch", never, never>, confirmBulkUploadMatchSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
72
|
-
attachmentId: ID;
|
|
73
|
-
batchId: ID;
|
|
74
|
-
transactionId: ID;
|
|
75
|
-
}, "expenseAutomationMissingReceiptsView/confirmBulkUploadMatchSuccess">, confirmBulkUploadMatchFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
76
|
-
error: ZeniAPIStatus;
|
|
77
|
-
}, "expenseAutomationMissingReceiptsView/confirmBulkUploadMatchFailure">, setBulkUploadResultsTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"completed" | "unmatched", "expenseAutomationMissingReceiptsView/setBulkUploadResultsTab">, setBulkUploadCompletedSubTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"all" | "manual" | "ai_accountant", "expenseAutomationMissingReceiptsView/setBulkUploadCompletedSubTab">, setBulkUploadSortConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
78
|
-
sortKey: BulkUploadSortKey;
|
|
79
|
-
sortOrder: SortOrder;
|
|
80
|
-
}, "expenseAutomationMissingReceiptsView/setBulkUploadSortConfig">, clearBulkUpload: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/clearBulkUpload">, searchTransactionsForManualMatch: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[query: string, pageToken?: string | null | undefined], {
|
|
81
|
-
query: string;
|
|
82
|
-
pageToken: string | undefined;
|
|
83
|
-
}, "expenseAutomationMissingReceiptsView/searchTransactionsForManualMatch", never, never>, searchTransactionsForManualMatchSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
84
|
-
append: boolean;
|
|
85
|
-
nextPageToken: string | null;
|
|
86
|
-
results: ManualSearchResult[];
|
|
87
|
-
totalCount: number;
|
|
88
|
-
}, "expenseAutomationMissingReceiptsView/searchTransactionsForManualMatchSuccess">, searchTransactionsForManualMatchFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
89
|
-
error: ZeniAPIStatus;
|
|
90
|
-
}, "expenseAutomationMissingReceiptsView/searchTransactionsForManualMatchFailure">, clearManualSearchResults: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/clearManualSearchResults">, acknowledgeBulkUploadConfirmMatchComplete: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/acknowledgeBulkUploadConfirmMatchComplete">, fetchCompletedTransactions: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[pageToken?: string | undefined, cacheOverride?: boolean | undefined], {
|
|
91
|
-
pageToken: string | undefined;
|
|
92
|
-
cacheOverride: boolean | undefined;
|
|
93
|
-
}, "expenseAutomationMissingReceiptsView/fetchCompletedTransactions", never, never>, fetchCompletedTransactionsSuccess: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
94
|
-
isInitialLoad: boolean;
|
|
95
|
-
nextPageToken: string | null;
|
|
96
|
-
selectedPeriod: MonthYearPeriod;
|
|
97
|
-
totalCount: number;
|
|
98
|
-
transactionIds: ID[];
|
|
99
|
-
}, "expenseAutomationMissingReceiptsView/fetchCompletedTransactionsSuccess">, fetchCompletedTransactionsFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
100
|
-
error: ZeniAPIStatus;
|
|
101
|
-
selectedPeriod: MonthYearPeriod;
|
|
102
|
-
}, "expenseAutomationMissingReceiptsView/fetchCompletedTransactionsFailure">;
|
|
29
|
+
}, "expenseAutomationMissingReceiptsView/markMissingReceiptAsDone", never, never>, clearExpenseAutomationMissingReceiptsView: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"expenseAutomationMissingReceiptsView/clearExpenseAutomationMissingReceiptsView">;
|
|
103
30
|
declare const _default: import("redux").Reducer<MissingReceiptsViewState>;
|
|
104
31
|
export default _default;
|