@zeniai/client-epic-state 5.0.36-betaRD2 → 5.0.36-betaRR02
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/task/taskPayload.d.ts +1 -0
- package/lib/entity/task/taskPayload.js +5 -0
- package/lib/entity/task/taskState.d.ts +2 -1
- package/lib/entity/tenant/clearAllEpic.d.ts +1 -2
- package/lib/entity/tenant/clearAllEpic.js +0 -2
- package/lib/entity/tenant/tenantPayload.d.ts +0 -1
- package/lib/entity/tenant/tenantReducer.d.ts +1 -59
- package/lib/entity/tenant/tenantReducer.js +4 -139
- package/lib/entity/tenant/tenantState.d.ts +0 -7
- package/lib/epic.d.ts +1 -3
- package/lib/epic.js +1 -6
- package/lib/esm/entity/task/taskPayload.js +6 -1
- package/lib/esm/entity/tenant/clearAllEpic.js +0 -2
- package/lib/esm/entity/tenant/tenantReducer.js +2 -135
- package/lib/esm/epic.js +1 -6
- package/lib/esm/index.js +4 -7
- package/lib/esm/reducer.js +0 -3
- package/lib/esm/view/common/recurringViewHelper.js +16 -0
- package/lib/esm/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +2 -0
- package/lib/esm/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +5 -0
- package/lib/esm/view/taskManager/taskDetailView/taskDetail.js +1 -0
- package/lib/index.d.ts +4 -8
- package/lib/index.js +34 -45
- package/lib/reducer.d.ts +0 -3
- package/lib/reducer.js +0 -3
- package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
- package/lib/view/common/recurringViewHelper.d.ts +7 -2
- package/lib/view/common/recurringViewHelper.js +19 -1
- package/lib/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +2 -0
- package/lib/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +5 -0
- package/lib/view/taskManager/taskDetailView/taskDetail.d.ts +3 -1
- package/lib/view/taskManager/taskDetailView/taskDetail.js +1 -0
- package/package.json +1 -1
- package/lib/entity/tenant/epic/deleteConnectionEpic.d.ts +0 -19
- package/lib/entity/tenant/epic/deleteConnectionEpic.js +0 -29
- package/lib/entity/tenant/epic/saveAPIKeyConnectionEpic.d.ts +0 -19
- package/lib/entity/tenant/epic/saveAPIKeyConnectionEpic.js +0 -31
- package/lib/entity/tenant/epic/saveOAuthConnectionEpic.d.ts +0 -19
- package/lib/entity/tenant/epic/saveOAuthConnectionEpic.js +0 -33
- package/lib/esm/entity/tenant/epic/deleteConnectionEpic.js +0 -25
- package/lib/esm/entity/tenant/epic/saveAPIKeyConnectionEpic.js +0 -27
- package/lib/esm/entity/tenant/epic/saveOAuthConnectionEpic.js +0 -29
- package/lib/esm/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.js +0 -23
- package/lib/esm/view/featureNotificationView/epics/notifyMeForFeatureEpic.js +0 -25
- package/lib/esm/view/featureNotificationView/featureNotificationViewPayload.js +0 -11
- package/lib/esm/view/featureNotificationView/featureNotificationViewReducer.js +0 -106
- package/lib/esm/view/featureNotificationView/featureNotificationViewSelector.js +0 -4
- package/lib/esm/view/featureNotificationView/featureNotificationViewState.js +0 -1
- package/lib/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.d.ts +0 -16
- package/lib/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.js +0 -27
- package/lib/view/featureNotificationView/epics/notifyMeForFeatureEpic.d.ts +0 -14
- package/lib/view/featureNotificationView/epics/notifyMeForFeatureEpic.js +0 -29
- package/lib/view/featureNotificationView/featureNotificationViewPayload.d.ts +0 -23
- package/lib/view/featureNotificationView/featureNotificationViewPayload.js +0 -15
- package/lib/view/featureNotificationView/featureNotificationViewReducer.d.ts +0 -19
- package/lib/view/featureNotificationView/featureNotificationViewReducer.js +0 -110
- package/lib/view/featureNotificationView/featureNotificationViewSelector.d.ts +0 -6
- package/lib/view/featureNotificationView/featureNotificationViewSelector.js +0 -11
- package/lib/view/featureNotificationView/featureNotificationViewState.d.ts +0 -26
- package/lib/view/featureNotificationView/featureNotificationViewState.js +0 -2
package/lib/reducer.js
CHANGED
|
@@ -146,7 +146,6 @@ const reconciliationViewReducer_1 = __importStar(require("./view/expenseAutomati
|
|
|
146
146
|
const transactionsViewReducer_1 = __importStar(require("./view/expenseAutomationView/reducers/transactionsViewReducer"));
|
|
147
147
|
const fileViewReducer_1 = __importDefault(require("./view/fileView/fileViewReducer"));
|
|
148
148
|
const fileViewState_1 = require("./view/fileView/fileViewState");
|
|
149
|
-
const featureNotificationViewReducer_1 = __importStar(require("./view/featureNotificationView/featureNotificationViewReducer"));
|
|
150
149
|
const financeStatementReducer_1 = __importStar(require("./view/financeStatement/financeStatementReducer"));
|
|
151
150
|
const forecastListReducer_1 = __importStar(require("./view/forecastList/forecastListReducer"));
|
|
152
151
|
const globalMerchantAutoCompleteViewReducer_1 = __importStar(require("./view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer"));
|
|
@@ -395,7 +394,6 @@ const initialViewsState = {
|
|
|
395
394
|
expenseAutomationTransactionsViewState: transactionsViewReducer_1.initialState,
|
|
396
395
|
expenseAutomationViewState: expenseAutomationViewReducer_1.initialState,
|
|
397
396
|
expressPayState: expressPayReducer_1.initialState,
|
|
398
|
-
featureNotificationViewState: featureNotificationViewReducer_1.initialState,
|
|
399
397
|
fileViewState: fileViewState_1.initialFileViewState,
|
|
400
398
|
financeStatementState: financeStatementReducer_1.initialFinanceStatementState,
|
|
401
399
|
forecastListState: forecastListReducer_1.initialState,
|
|
@@ -627,7 +625,6 @@ const viewReducers = {
|
|
|
627
625
|
expenseAutomationTransactionsViewState: transactionsViewReducer_1.default,
|
|
628
626
|
expenseAutomationViewState: expenseAutomationViewReducer_1.default,
|
|
629
627
|
expressPayState: expressPayReducer_1.default,
|
|
630
|
-
featureNotificationViewState: featureNotificationViewReducer_1.default,
|
|
631
628
|
fileViewState: fileViewReducer_1.default,
|
|
632
629
|
financeStatementState: financeStatementReducer_1.default,
|
|
633
630
|
forecastListState: forecastListReducer_1.default,
|