@zeniai/client-epic-state 5.0.66 → 5.0.67-beta0ND

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.
Files changed (43) hide show
  1. package/lib/entity/chargeCardRepayment/chargeCardRepayment.d.ts +1 -1
  2. package/lib/entity/creditAgent/creditAgentState.d.ts +1 -1
  3. package/lib/entity/scheduleActivityLog/scheduleActivityLogPayload.d.ts +36 -0
  4. package/lib/entity/scheduleActivityLog/scheduleActivityLogPayload.js +55 -0
  5. package/lib/entity/scheduleActivityLog/scheduleActivityLogReducer.d.ts +6 -0
  6. package/lib/entity/scheduleActivityLog/scheduleActivityLogReducer.js +27 -0
  7. package/lib/entity/scheduleActivityLog/scheduleActivityLogSelector.d.ts +4 -0
  8. package/lib/entity/scheduleActivityLog/scheduleActivityLogSelector.js +17 -0
  9. package/lib/entity/scheduleActivityLog/scheduleActivityLogState.d.ts +51 -0
  10. package/lib/entity/scheduleActivityLog/scheduleActivityLogState.js +23 -0
  11. package/lib/epic.d.ts +11 -10
  12. package/lib/epic.js +12 -11
  13. package/lib/esm/entity/scheduleActivityLog/scheduleActivityLogPayload.js +49 -0
  14. package/lib/esm/entity/scheduleActivityLog/scheduleActivityLogReducer.js +23 -0
  15. package/lib/esm/entity/scheduleActivityLog/scheduleActivityLogSelector.js +10 -0
  16. package/lib/esm/entity/scheduleActivityLog/scheduleActivityLogState.js +19 -0
  17. package/lib/esm/epic.js +12 -11
  18. package/lib/esm/index.js +15 -13
  19. package/lib/esm/reducer.js +8 -2
  20. package/lib/esm/view/scheduleActivityLogView/fetchScheduleActivityLogEpic.js +43 -0
  21. package/lib/esm/view/scheduleActivityLogView/scheduleActivityLogViewPayload.js +1 -0
  22. package/lib/esm/view/scheduleActivityLogView/scheduleActivityLogViewReducer.js +47 -0
  23. package/lib/esm/view/scheduleActivityLogView/scheduleActivityLogViewSelector.js +33 -0
  24. package/lib/esm/view/scheduleActivityLogView/scheduleActivityLogViewState.js +1 -0
  25. package/lib/esm/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.js +4 -0
  26. package/lib/index.d.ts +17 -14
  27. package/lib/index.js +39 -34
  28. package/lib/reducer.d.ts +8 -2
  29. package/lib/reducer.js +8 -2
  30. package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
  31. package/lib/view/scheduleActivityLogView/fetchScheduleActivityLogEpic.d.ts +9 -0
  32. package/lib/view/scheduleActivityLogView/fetchScheduleActivityLogEpic.js +47 -0
  33. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewPayload.d.ts +8 -0
  34. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewPayload.js +2 -0
  35. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewReducer.d.ts +17 -0
  36. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewReducer.js +51 -0
  37. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewSelector.d.ts +8 -0
  38. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewSelector.js +36 -0
  39. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewState.d.ts +5 -0
  40. package/lib/view/scheduleActivityLogView/scheduleActivityLogViewState.js +2 -0
  41. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.d.ts +2 -1
  42. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.js +4 -0
  43. package/package.json +28 -57
package/lib/index.js CHANGED
@@ -71,7 +71,7 @@ exports.fetchNotificationUnreadCountSuccess = exports.fetchNotificationUnreadCou
71
71
  exports.submitExpressPay = exports.updateExpressPayFormLocalData = exports.fetchExpressPayInitialDetails = exports.getIntlWireVerificationView = exports.updateVerificationFormLocalData = exports.submitInternationalVerificationForm = exports.fetchInternationalVerificationForm = exports.createTaskFromTaskGroupTemplate = exports.getCompanyTaskManagerView = exports.fetchTaskManagerMetrics = exports.fetchCompanyTaskManagerView = exports.toRecurringFrequency = exports.toDayOfWeek = exports.getRecurringEndDateFromCount = exports.getMinAllowedEndDate = exports.SEMI_WEEKLY_REQUIRED_DAYS_COUNT = exports.ALL_WEEK_DAYS = exports.updateReferViewed = exports.getRewardsPlanCard = exports.fetchRewardsPlan = exports.resendReferralInvite = exports.updateReferralListSortUiState = exports.saveReferralFormDataInLocalStore = exports.clearReferrals = exports.sendReferralInvite = exports.fetchReferrals = exports.AmountStatusTypes = exports.StatusTypes = exports.toReferralListViewSortKeyType = exports.getInviteFormView = exports.getReferralListView = exports.getNotifications = exports.getLastNotificationTime = exports.pushToastNotification = exports.isFeatureInterestRegistered = exports.getRegisteredInterestsByFeature = exports.getRegisteredInterests = exports.getFeatureNotificationView = exports.notifyMeForFeature = exports.fetchRegisteredInterests = exports.clearFeatureNotificationView = exports.getNotificationsForSelectedSubTab = exports.getExternalNotificationsForSelectedSubTab = exports.getNotificationView = exports.updateNotificationViewUIState = exports.updateNotificationViewSubTab = exports.updateNotificationViewCurrentTabAndSubTab = exports.updateNotificationViewTabState = exports.updateNotificationViewNotificationStatus = exports.updateNotificationViewAllNotificationsStatus = void 0;
72
72
  exports.acceptMasterTOS = exports.fetchChatHistory = exports.stopSubmitQuestion = exports.stopSubmit = exports.createSessionAndSubmit = exports.clearLastContextMessage = exports.clearDeleteChatSessionStatus = exports.clearCurrentSessionId = exports.clearAiCfoView = exports.setSession = exports.clearInput = exports.updateCotCollapsedState = exports.updateCurrentInput = exports.updateAiCfoViewScrollPosition = exports.submitQuestion = exports.createSession = exports.fetchChatSessionsForUser = exports.getAiAccountantCockpitView = exports.updateAiAccountantUIState = exports.triggerAiAccountantJob = exports.setSelectedTenantIdsForJobTrigger = exports.fetchAiAccountantJobs = exports.fetchAiAccountantCustomers = exports.clearAiAccountantView = exports.cancelAiAccountantOnboarding = exports.getAiAccountantJobsByTenantId = exports.getAiAccountantCustomers = exports.updateAiAccountantJobs = exports.updateAiAccountantCustomer = exports.updateAiAccountantCustomers = exports.clearAllAiAccountantCustomers = exports.toAiAccountantJob = exports.toAiAccountantEnrollment = exports.toAiAccountantCustomer = exports.toAiAccountantOperationType = exports.toAiAccountantJobStatus = exports.toAiAccountantEnrollmentStatus = exports.getAllowedOperationsForStatus = exports.getTreasuryFundsMaximumYield = exports.getTreasurySetupViewDetails = exports.updateTreasuryVideoViewed = exports.updateFundAllocationLocalData = exports.fetchPortfolioAllocation = exports.updatePortfolioAllocation = exports.fetchTreasuryFunds = exports.clearTreasurySetupView = exports.fetchTreasurySetupView = exports.acceptTreasuryTerms = exports.getExpressPayView = exports.resetExpressPayLocalData = void 0;
73
73
  exports.updateAutoTransferRule = exports.createAutoTransferRule = exports.fetchAutoTransferRules = exports.getTreasuryTaxLetters = exports.fetchTreasuryTaxLetterList = exports.getTreasuryStatements = exports.fetchTreasuryStatementList = exports.getTreasuryTransferMoney = exports.clearTreasuryTransferMoney = exports.updateTreasuryTransferMoneyLocalData = exports.executeTreasuryTransferMoney = exports.getTreasuryDetail = exports.updateTreasuryTransactionListUIState = exports.fetchTreasuryTransactionList = exports.fetchTreasuryOverviewDetail = exports.toMessageType = exports.toMessageSender = exports.toAiCfoAnswerResponseTypeStrict = exports.toAiCfoAnswerResponseType = exports.toAiCfoAnswerStateTypeStrict = exports.toAiCfoAnswerStateType = exports.toAiCfoChartTypeStrict = exports.toAiCfoChartType = exports.toAiCfoVisualizationTypeStrict = exports.toAiCfoVisualizationType = exports.ALL_AI_CFO_ANSWER_RESPONSE_TYPES = exports.ALL_AI_CFO_ANSWER_STATE_TYPES = exports.ALL_AI_CFO_VISUALIZATION_TYPES = exports.ALL_AI_CFO_CHARTS_TYPES = exports.getAiCfoSelectorView = exports.getAllQuestionsForChatSession = exports.getQuestionAnswerByIdForChatSession = exports.getAllQuestionAnswersForChatSession = exports.toAiCfoVisualization = exports.clearAiCfo = exports.clearSession = exports.addQuestionPayload = exports.upsertOrAddQuestionAnswerPayload = exports.upsertAnswerPayload = exports.setSessions = exports.setNewSession = exports.getSuggestedQuestionsForPageContext = exports.getAiCfoView = exports.clearAiCfoSidePanelHostPageContext = exports.applyAiCfoSidePanelHostPageTransition = exports.fetchSuggestedQuestionsFailure = exports.fetchSuggestedQuestionsSuccess = exports.fetchSuggestedQuestions = exports.updateResponseState = exports.deleteChatSession = void 0;
74
- exports.DEFAULT_SESSION_CONFIG = exports.SessionManager = exports.getTransactionActivityLogView = exports.fetchTransactionActivityLog = exports.BULK_UPLOAD_BAR_COMPLETE_HOLD_MS = exports.BULK_UPLOAD_AUTOMATCHING_TIMEOUT_MS = exports.getAutoTransferRuleHistory = exports.getAutoTransferRuleById = exports.getAutoTransferRules = exports.clearRuleUpdateLocalData = exports.updateRuleLocalData = exports.fetchAutoTransferReviewDetail = exports.fetchAutoTransferRuleHistory = exports.deleteAutoTransferRule = void 0;
74
+ exports.DEFAULT_SESSION_CONFIG = exports.SessionManager = exports.getScheduleActivityLogView = exports.clearScheduleActivityLogView = exports.fetchScheduleActivityLog = exports.getTransactionActivityLogView = exports.fetchTransactionActivityLog = exports.BULK_UPLOAD_BAR_COMPLETE_HOLD_MS = exports.BULK_UPLOAD_AUTOMATCHING_TIMEOUT_MS = exports.getAutoTransferRuleHistory = exports.getAutoTransferRuleById = exports.getAutoTransferRules = exports.clearRuleUpdateLocalData = exports.updateRuleLocalData = exports.fetchAutoTransferReviewDetail = exports.fetchAutoTransferRuleHistory = exports.deleteAutoTransferRule = void 0;
75
75
  const allowedValue_1 = require("./commonStateTypes/allowedValue");
76
76
  Object.defineProperty(exports, "isAllowedValueWithCode", { enumerable: true, get: function () { return allowedValue_1.isAllowedValueWithCode; } });
77
77
  Object.defineProperty(exports, "isAllowedValueWithID", { enumerable: true, get: function () { return allowedValue_1.isAllowedValueWithID; } });
@@ -118,6 +118,9 @@ Object.defineProperty(exports, "getLastMonthOfFYQuarter", { enumerable: true, ge
118
118
  Object.defineProperty(exports, "getLastMonthOfFYYear", { enumerable: true, get: function () { return getFYQuarterAndYear_1.getLastMonthOfFYYear; } });
119
119
  const getStartOfAndEndOfTimeframeFY_1 = require("./commonStateTypes/fiscalYearHelpers/getStartOfAndEndOfTimeframeFY");
120
120
  Object.defineProperty(exports, "getStartOfAndEndOfTimeframeForFY", { enumerable: true, get: function () { return getStartOfAndEndOfTimeframeFY_1.getStartOfAndEndOfTimeframeForFY; } });
121
+ const pusherActions_1 = require("./commonStateTypes/pusherActions");
122
+ Object.defineProperty(exports, "addChargeCardTransactionFromPusher", { enumerable: true, get: function () { return pusherActions_1.addChargeCardTransactionFromPusher; } });
123
+ Object.defineProperty(exports, "addDeclinedChargeCardTransactionFromPusher", { enumerable: true, get: function () { return pusherActions_1.addDeclinedChargeCardTransactionFromPusher; } });
121
124
  const reduceFetchState_1 = require("./commonStateTypes/reduceFetchState");
122
125
  Object.defineProperty(exports, "isAllFetchCompleted", { enumerable: true, get: function () { return reduceFetchState_1.isAllFetchCompleted; } });
123
126
  Object.defineProperty(exports, "isAnyFetchInProgress", { enumerable: true, get: function () { return reduceFetchState_1.isAnyFetchInProgress; } });
@@ -194,22 +197,19 @@ Object.defineProperty(exports, "toCardAddressType", { enumerable: true, get: fun
194
197
  Object.defineProperty(exports, "toCardType", { enumerable: true, get: function () { return chargeCard_1.toCardType; } });
195
198
  Object.defineProperty(exports, "toCreditLimitFrequencyCodeType", { enumerable: true, get: function () { return chargeCard_1.toCreditLimitFrequencyCodeType; } });
196
199
  Object.defineProperty(exports, "toShippingAddressType", { enumerable: true, get: function () { return chargeCard_1.toShippingAddressType; } });
200
+ const chargeCardReducer_1 = require("./entity/chargeCard/chargeCardReducer");
201
+ Object.defineProperty(exports, "updateChargeCardSpendingFromPusher", { enumerable: true, get: function () { return chargeCardReducer_1.updateChargeCardSpendingFromPusher; } });
202
+ Object.defineProperty(exports, "updateChargeCardStatusFromPusher", { enumerable: true, get: function () { return chargeCardReducer_1.updateChargeCardStatusFromPusher; } });
197
203
  const chargeCardSelector_1 = require("./entity/chargeCard/chargeCardSelector");
198
204
  Object.defineProperty(exports, "getChargeCardById", { enumerable: true, get: function () { return chargeCardSelector_1.getChargeCardById; } });
199
205
  const chargeCardTransactionPayload_1 = require("./entity/chargeCardTransaction/chargeCardTransactionPayload");
200
206
  Object.defineProperty(exports, "attachmentFilePathToAttachment", { enumerable: true, get: function () { return chargeCardTransactionPayload_1.attachmentFilePathToAttachment; } });
201
207
  const chargeCardTransactionReducer_1 = require("./entity/chargeCardTransaction/chargeCardTransactionReducer");
202
208
  Object.defineProperty(exports, "updateChargeCardTransactionAttachments", { enumerable: true, get: function () { return chargeCardTransactionReducer_1.updateChargeCardTransactionAttachments; } });
203
- const chargeCardReducer_1 = require("./entity/chargeCard/chargeCardReducer");
204
- Object.defineProperty(exports, "updateChargeCardStatusFromPusher", { enumerable: true, get: function () { return chargeCardReducer_1.updateChargeCardStatusFromPusher; } });
205
- Object.defineProperty(exports, "updateChargeCardSpendingFromPusher", { enumerable: true, get: function () { return chargeCardReducer_1.updateChargeCardSpendingFromPusher; } });
206
209
  const chargeCardTransactionReducer_2 = require("./entity/chargeCardTransaction/chargeCardTransactionReducer");
207
- Object.defineProperty(exports, "updateChargeCardTransactionStatusFromPusher", { enumerable: true, get: function () { return chargeCardTransactionReducer_2.updateChargeCardTransactionStatusFromPusher; } });
208
210
  Object.defineProperty(exports, "updateChargeCardTransactionFromPusher", { enumerable: true, get: function () { return chargeCardTransactionReducer_2.updateChargeCardTransactionFromPusher; } });
209
211
  Object.defineProperty(exports, "updateChargeCardTransactionReceiptFromPusher", { enumerable: true, get: function () { return chargeCardTransactionReducer_2.updateChargeCardTransactionReceiptFromPusher; } });
210
- const pusherActions_1 = require("./commonStateTypes/pusherActions");
211
- Object.defineProperty(exports, "addChargeCardTransactionFromPusher", { enumerable: true, get: function () { return pusherActions_1.addChargeCardTransactionFromPusher; } });
212
- Object.defineProperty(exports, "addDeclinedChargeCardTransactionFromPusher", { enumerable: true, get: function () { return pusherActions_1.addDeclinedChargeCardTransactionFromPusher; } });
212
+ Object.defineProperty(exports, "updateChargeCardTransactionStatusFromPusher", { enumerable: true, get: function () { return chargeCardTransactionReducer_2.updateChargeCardTransactionStatusFromPusher; } });
213
213
  const companyHelper_1 = require("./entity/company/companyHelper");
214
214
  Object.defineProperty(exports, "getControllersName", { enumerable: true, get: function () { return companyHelper_1.getControllersName; } });
215
215
  Object.defineProperty(exports, "getFirstControllerEmail", { enumerable: true, get: function () { return companyHelper_1.getFirstControllerEmail; } });
@@ -281,6 +281,7 @@ const taskGroupSelector_1 = require("./entity/taskGroup/taskGroupSelector");
281
281
  Object.defineProperty(exports, "getTaskGroupById", { enumerable: true, get: function () { return taskGroupSelector_1.getTaskGroupById; } });
282
282
  const tenantReducer_1 = require("./entity/tenant/tenantReducer");
283
283
  Object.defineProperty(exports, "clearAll", { enumerable: true, get: function () { return tenantReducer_1.clearAll; } });
284
+ Object.defineProperty(exports, "deleteConnection", { enumerable: true, get: function () { return tenantReducer_1.deleteConnection; } });
284
285
  Object.defineProperty(exports, "doMagicLinkSignIn", { enumerable: true, get: function () { return tenantReducer_1.doMagicLinkSignIn; } });
285
286
  Object.defineProperty(exports, "doSignIn", { enumerable: true, get: function () { return tenantReducer_1.doSignIn; } });
286
287
  Object.defineProperty(exports, "doSignOut", { enumerable: true, get: function () { return tenantReducer_1.doSignOut; } });
@@ -291,7 +292,6 @@ Object.defineProperty(exports, "fetchExternalConnectionsForTenant", { enumerable
291
292
  Object.defineProperty(exports, "fetchSubscriptionSummaryForTenant", { enumerable: true, get: function () { return tenantReducer_1.fetchSubscriptionSummaryForTenant; } });
292
293
  Object.defineProperty(exports, "resendVerifyDeviceOTP", { enumerable: true, get: function () { return tenantReducer_1.resendVerifyDeviceOTP; } });
293
294
  Object.defineProperty(exports, "resetSignInState", { enumerable: true, get: function () { return tenantReducer_1.resetSignInState; } });
294
- Object.defineProperty(exports, "deleteConnection", { enumerable: true, get: function () { return tenantReducer_1.deleteConnection; } });
295
295
  Object.defineProperty(exports, "saveAPIKeyConnection", { enumerable: true, get: function () { return tenantReducer_1.saveAPIKeyConnection; } });
296
296
  Object.defineProperty(exports, "saveConnectorCredentials", { enumerable: true, get: function () { return tenantReducer_1.saveConnectorCredentials; } });
297
297
  Object.defineProperty(exports, "saveExternalConnectionForTenant", { enumerable: true, get: function () { return tenantReducer_1.saveExternalConnection; } });
@@ -567,10 +567,6 @@ const classListReducer_1 = require("./view/classList/classListReducer");
567
567
  Object.defineProperty(exports, "fetchClassList", { enumerable: true, get: function () { return classListReducer_1.fetchClassList; } });
568
568
  const classListSelector_1 = require("./view/classList/classListSelector");
569
569
  Object.defineProperty(exports, "getClassList", { enumerable: true, get: function () { return classListSelector_1.getClassList; } });
570
- const projectListReducer_1 = require("./view/projectList/projectListReducer");
571
- Object.defineProperty(exports, "fetchProjectList", { enumerable: true, get: function () { return projectListReducer_1.fetchProjectList; } });
572
- const projectListSelector_1 = require("./view/projectList/projectListSelector");
573
- Object.defineProperty(exports, "getProjectList", { enumerable: true, get: function () { return projectListSelector_1.getProjectList; } });
574
570
  const recurringViewHelper_1 = require("./view/common/recurringViewHelper");
575
571
  Object.defineProperty(exports, "SEMI_WEEKLY_REQUIRED_DAYS_COUNT", { enumerable: true, get: function () { return recurringViewHelper_1.SEMI_WEEKLY_REQUIRED_DAYS_COUNT; } });
576
572
  Object.defineProperty(exports, "getMinAllowedEndDate", { enumerable: true, get: function () { return recurringViewHelper_1.getMinAllowedEndDate; } });
@@ -851,12 +847,12 @@ Object.defineProperty(exports, "setAllItemsToCategoryClassInLocalDataForCategori
851
847
  Object.defineProperty(exports, "setEntityRecommendationForLineIdsForCategorization", { enumerable: true, get: function () { return transactionsViewReducer_1.setEntityRecommendationForLineIdsForCategorization; } });
852
848
  Object.defineProperty(exports, "syncTransactionCategorizationFromDetailSave", { enumerable: true, get: function () { return transactionsViewReducer_1.syncTransactionCategorizationFromDetailSave; } });
853
849
  Object.defineProperty(exports, "updateCurrentSelectedTransactionCategorizationTab", { enumerable: true, get: function () { return transactionsViewReducer_1.updateCurrentSelectedTransactionCategorizationTab; } });
854
- Object.defineProperty(exports, "updateTransactionCategorizationCompletedSubTab", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorizationCompletedSubTab; } });
855
850
  Object.defineProperty(exports, "updateSelectedCheckboxTransactionIds", { enumerable: true, get: function () { return transactionsViewReducer_1.updateSelectedCheckboxTransactionIds; } });
856
851
  Object.defineProperty(exports, "updateSelectedCustomerForTransaction", { enumerable: true, get: function () { return transactionsViewReducer_1.updateSelectedCustomerForTransaction; } });
857
852
  Object.defineProperty(exports, "updateSelectedTransactionId", { enumerable: true, get: function () { return transactionsViewReducer_1.updateSelectedTransactionId; } });
858
853
  Object.defineProperty(exports, "updateSelectedVendorForTransaction", { enumerable: true, get: function () { return transactionsViewReducer_1.updateSelectedVendorForTransaction; } });
859
854
  Object.defineProperty(exports, "updateTransactionCategorization", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorization; } });
855
+ Object.defineProperty(exports, "updateTransactionCategorizationCompletedSubTab", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorizationCompletedSubTab; } });
860
856
  Object.defineProperty(exports, "updateTransactionCategorizationSaveStatus", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorizationSaveStatus; } });
861
857
  Object.defineProperty(exports, "updateTransactionCategorizationUIState", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorizationUIState; } });
862
858
  Object.defineProperty(exports, "updateTransactionCategorizationUploadReceiptState", { enumerable: true, get: function () { return transactionsViewReducer_1.updateTransactionCategorizationUploadReceiptState; } });
@@ -868,6 +864,9 @@ Object.defineProperty(exports, "getExpenseAutomationReconciliationView", { enume
868
864
  Object.defineProperty(exports, "isAccountReconReport", { enumerable: true, get: function () { return reconciliationViewSelector_1.isAccountReconReport; } });
869
865
  const transactionCategorizationSelector_1 = require("./view/expenseAutomationView/selectors/transactionCategorizationSelector");
870
866
  Object.defineProperty(exports, "getExpenseAutomationTransactionView", { enumerable: true, get: function () { return transactionCategorizationSelector_1.getExpenseAutomationTransactionView; } });
867
+ const completedSubTab_1 = require("./view/expenseAutomationView/types/completedSubTab");
868
+ Object.defineProperty(exports, "DEFAULT_COMPLETED_SUB_TAB", { enumerable: true, get: function () { return completedSubTab_1.DEFAULT_COMPLETED_SUB_TAB; } });
869
+ Object.defineProperty(exports, "toCompletedSubTab", { enumerable: true, get: function () { return completedSubTab_1.toCompletedSubTab; } });
871
870
  const jeSchedulesViewState_1 = require("./view/expenseAutomationView/types/jeSchedulesViewState");
872
871
  Object.defineProperty(exports, "toExpenseAutomationJEScheduleMainTab", { enumerable: true, get: function () { return jeSchedulesViewState_1.toJEScheduleMainTab; } });
873
872
  Object.defineProperty(exports, "toExpenseAutomationJEScheduleSortKey", { enumerable: true, get: function () { return jeSchedulesViewState_1.toJEScheduleSortKey; } });
@@ -881,9 +880,6 @@ Object.defineProperty(exports, "toBulkUploadResultsTab", { enumerable: true, get
881
880
  Object.defineProperty(exports, "toBulkUploadSortKey", { enumerable: true, get: function () { return missingReceiptsViewState_1.toBulkUploadSortKey; } });
882
881
  Object.defineProperty(exports, "toMatchSource", { enumerable: true, get: function () { return missingReceiptsViewState_1.toMatchSource; } });
883
882
  Object.defineProperty(exports, "toMissingReceiptsTab", { enumerable: true, get: function () { return missingReceiptsViewState_1.toMissingReceiptsTab; } });
884
- const completedSubTab_1 = require("./view/expenseAutomationView/types/completedSubTab");
885
- Object.defineProperty(exports, "DEFAULT_COMPLETED_SUB_TAB", { enumerable: true, get: function () { return completedSubTab_1.DEFAULT_COMPLETED_SUB_TAB; } });
886
- Object.defineProperty(exports, "toCompletedSubTab", { enumerable: true, get: function () { return completedSubTab_1.toCompletedSubTab; } });
887
883
  const missingReceiptsViewState_2 = require("./view/expenseAutomationView/types/missingReceiptsViewState");
888
884
  Object.defineProperty(exports, "toExpenseAutomationMissingReceiptsSortKey", { enumerable: true, get: function () { return missingReceiptsViewState_2.toMissingReceiptsSortKey; } });
889
885
  const reconciliationViewState_1 = require("./view/expenseAutomationView/types/reconciliationViewState");
@@ -891,6 +887,15 @@ Object.defineProperty(exports, "toReconciliationTabsType", { enumerable: true, g
891
887
  const transactionsViewState_1 = require("./view/expenseAutomationView/types/transactionsViewState");
892
888
  Object.defineProperty(exports, "toExpenseAutomationTransactionsTabKey", { enumerable: true, get: function () { return transactionsViewState_1.toTransactionsTabKey; } });
893
889
  Object.defineProperty(exports, "toTransactionsSortKey", { enumerable: true, get: function () { return transactionsViewState_1.toTransactionsSortKey; } });
890
+ const featureNotificationViewReducer_1 = require("./view/featureNotificationView/featureNotificationViewReducer");
891
+ Object.defineProperty(exports, "clearFeatureNotificationView", { enumerable: true, get: function () { return featureNotificationViewReducer_1.clearFeatureNotificationView; } });
892
+ Object.defineProperty(exports, "fetchRegisteredInterests", { enumerable: true, get: function () { return featureNotificationViewReducer_1.fetchRegisteredInterests; } });
893
+ Object.defineProperty(exports, "notifyMeForFeature", { enumerable: true, get: function () { return featureNotificationViewReducer_1.notifyMeForFeature; } });
894
+ const featureNotificationViewSelector_1 = require("./view/featureNotificationView/featureNotificationViewSelector");
895
+ Object.defineProperty(exports, "getFeatureNotificationView", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getFeatureNotificationView; } });
896
+ Object.defineProperty(exports, "getRegisteredInterests", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getRegisteredInterests; } });
897
+ Object.defineProperty(exports, "getRegisteredInterestsByFeature", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getRegisteredInterestsByFeature; } });
898
+ Object.defineProperty(exports, "isFeatureInterestRegistered", { enumerable: true, get: function () { return featureNotificationViewSelector_1.isFeatureInterestRegistered; } });
894
899
  const fileDownloadHelpers_1 = __importDefault(require("./view/fileView/fileDownloadHelpers"));
895
900
  exports.downloadFile = fileDownloadHelpers_1.default;
896
901
  const fileUploadHelpers_1 = __importDefault(require("./view/fileView/fileUploadHelpers"));
@@ -999,15 +1004,6 @@ Object.defineProperty(exports, "getNotificationsForSelectedSubTab", { enumerable
999
1004
  const notificationViewState_1 = require("./view/notificationView/notificationViewState");
1000
1005
  Object.defineProperty(exports, "toNotificationSubTabTypeStrict", { enumerable: true, get: function () { return notificationViewState_1.toNotificationSubTabTypeStrict; } });
1001
1006
  Object.defineProperty(exports, "toNotificationTabTypeStrict", { enumerable: true, get: function () { return notificationViewState_1.toNotificationTabTypeStrict; } });
1002
- const featureNotificationViewReducer_1 = require("./view/featureNotificationView/featureNotificationViewReducer");
1003
- Object.defineProperty(exports, "clearFeatureNotificationView", { enumerable: true, get: function () { return featureNotificationViewReducer_1.clearFeatureNotificationView; } });
1004
- Object.defineProperty(exports, "fetchRegisteredInterests", { enumerable: true, get: function () { return featureNotificationViewReducer_1.fetchRegisteredInterests; } });
1005
- Object.defineProperty(exports, "notifyMeForFeature", { enumerable: true, get: function () { return featureNotificationViewReducer_1.notifyMeForFeature; } });
1006
- const featureNotificationViewSelector_1 = require("./view/featureNotificationView/featureNotificationViewSelector");
1007
- Object.defineProperty(exports, "getFeatureNotificationView", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getFeatureNotificationView; } });
1008
- Object.defineProperty(exports, "getRegisteredInterests", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getRegisteredInterests; } });
1009
- Object.defineProperty(exports, "getRegisteredInterestsByFeature", { enumerable: true, get: function () { return featureNotificationViewSelector_1.getRegisteredInterestsByFeature; } });
1010
- Object.defineProperty(exports, "isFeatureInterestRegistered", { enumerable: true, get: function () { return featureNotificationViewSelector_1.isFeatureInterestRegistered; } });
1011
1007
  const onboardingCockpitViewReducer_1 = require("./view/onboardingView/cockpitView/onboardingCockpitViewReducer");
1012
1008
  Object.defineProperty(exports, "clearOnboardingCustomerViewUpdateData", { enumerable: true, get: function () { return onboardingCockpitViewReducer_1.clearOnboardingCustomerViewUpdateData; } });
1013
1009
  Object.defineProperty(exports, "fetchCompanyOnboardingView", { enumerable: true, get: function () { return onboardingCockpitViewReducer_1.fetchCompanyOnboardingView; } });
@@ -1131,8 +1127,6 @@ const horizontalSectionEmptyBalancesSlice_1 = require("./view/profitAndLossClass
1131
1127
  Object.defineProperty(exports, "getEmptyHorizontalSectionBalancesSlice", { enumerable: true, get: function () { return horizontalSectionEmptyBalancesSlice_1.getEmptyHorizontalSectionBalancesSlice; } });
1132
1128
  const profitAndLossClassesByClassHorizontalSelector_1 = require("./view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector");
1133
1129
  Object.defineProperty(exports, "getProfitAndLossClassesHorizontalView", { enumerable: true, get: function () { return profitAndLossClassesByClassHorizontalSelector_1.getProfitAndLossClassesHorizontalView; } });
1134
- const profitAndLossHorizontalEnrichment_1 = require("./view/profitAndLossClassesView/profitAndLossHorizontalEnrichment");
1135
- Object.defineProperty(exports, "aggregateHorizontalDescendantBalances", { enumerable: true, get: function () { return profitAndLossHorizontalEnrichment_1.aggregateHorizontalDescendantBalances; } });
1136
1130
  const profitAndLossClassesByClassHorizontalSelectorTypes_1 = require("./view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes");
1137
1131
  Object.defineProperty(exports, "HORIZONTAL_CLASS_TOTAL_BALANCE_ID", { enumerable: true, get: function () { return profitAndLossClassesByClassHorizontalSelectorTypes_1.HORIZONTAL_CLASS_TOTAL_BALANCE_ID; } });
1138
1132
  Object.defineProperty(exports, "isHorizontalAccountReportData", { enumerable: true, get: function () { return profitAndLossClassesByClassHorizontalSelectorTypes_1.isHorizontalAccountReportData; } });
@@ -1148,6 +1142,8 @@ Object.defineProperty(exports, "getProfitAndLossClassesView", { enumerable: true
1148
1142
  const profitAndLossClassesViewSelectorTypes_1 = require("./view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes");
1149
1143
  Object.defineProperty(exports, "isPandLReportViewCalculatedSectionID", { enumerable: true, get: function () { return profitAndLossClassesViewSelectorTypes_1.isPandLReportViewCalculatedSectionID; } });
1150
1144
  Object.defineProperty(exports, "isPandLReportViewSectionID", { enumerable: true, get: function () { return profitAndLossClassesViewSelectorTypes_1.isPandLReportViewSectionID; } });
1145
+ const profitAndLossHorizontalEnrichment_1 = require("./view/profitAndLossClassesView/profitAndLossHorizontalEnrichment");
1146
+ Object.defineProperty(exports, "aggregateHorizontalDescendantBalances", { enumerable: true, get: function () { return profitAndLossHorizontalEnrichment_1.aggregateHorizontalDescendantBalances; } });
1151
1147
  const profitAndLossProjectViewReducer_1 = require("./view/profitAndLossProjectView/profitAndLossProjectViewReducer");
1152
1148
  Object.defineProperty(exports, "clearProfitAndLossProjectView", { enumerable: true, get: function () { return profitAndLossProjectViewReducer_1.clearProfitAndLossProjectView; } });
1153
1149
  Object.defineProperty(exports, "fetchProfitAndLossForTimeframeProjectView", { enumerable: true, get: function () { return profitAndLossProjectViewReducer_1.fetchProfitAndLossForTimeframeProjectView; } });
@@ -1158,6 +1154,10 @@ Object.defineProperty(exports, "updateProjectViewAccountViewMode", { enumerable:
1158
1154
  Object.defineProperty(exports, "updateProjectsToFilterOut", { enumerable: true, get: function () { return profitAndLossProjectViewReducer_1.updateProjectsToFilterOut; } });
1159
1155
  const profitAndLossProjectViewSelector_1 = require("./view/profitAndLossProjectView/profitAndLossProjectViewSelector");
1160
1156
  Object.defineProperty(exports, "getProfitAndLossProjectView", { enumerable: true, get: function () { return profitAndLossProjectViewSelector_1.getProfitAndLossProjectView; } });
1157
+ const projectListReducer_1 = require("./view/projectList/projectListReducer");
1158
+ Object.defineProperty(exports, "fetchProjectList", { enumerable: true, get: function () { return projectListReducer_1.fetchProjectList; } });
1159
+ const projectListSelector_1 = require("./view/projectList/projectListSelector");
1160
+ Object.defineProperty(exports, "getProjectList", { enumerable: true, get: function () { return projectListSelector_1.getProjectList; } });
1161
1161
  const recommendationReducer_1 = require("./view/recommendation/recommendationReducer");
1162
1162
  Object.defineProperty(exports, "fetchEntityRecommendationsByTransactionId", { enumerable: true, get: function () { return recommendationReducer_1.fetchEntityRecommendationsByTransactionId; } });
1163
1163
  Object.defineProperty(exports, "fetchRecommendationByEntityId", { enumerable: true, get: function () { return recommendationReducer_1.fetchRecommendationByEntityId; } });
@@ -1957,20 +1957,20 @@ Object.defineProperty(exports, "getTransactionsListByCategoryType", { enumerable
1957
1957
  const transactionListByClassSelector_1 = require("./view/transactionList/transactionListByClassSelector");
1958
1958
  Object.defineProperty(exports, "getTransactionListByClass", { enumerable: true, get: function () { return transactionListByClassSelector_1.getTransactionListByClass; } });
1959
1959
  Object.defineProperty(exports, "getTransactionListUIStateByClassKey", { enumerable: true, get: function () { return transactionListByClassSelector_1.getTransactionListUIStateByClassKey; } });
1960
- const transactionListByProjectSelector_1 = require("./view/transactionList/transactionListByProjectSelector");
1961
- Object.defineProperty(exports, "getTransactionListByProject", { enumerable: true, get: function () { return transactionListByProjectSelector_1.getTransactionListByProject; } });
1962
- Object.defineProperty(exports, "getTransactionListUIStateByProjectKey", { enumerable: true, get: function () { return transactionListByProjectSelector_1.getTransactionListUIStateByProjectKey; } });
1963
1960
  const transactionListByEntitySelector_1 = require("./view/transactionList/transactionListByEntitySelector");
1964
1961
  Object.defineProperty(exports, "getTransactionListByEntity", { enumerable: true, get: function () { return transactionListByEntitySelector_1.getTransactionListByEntity; } });
1965
1962
  Object.defineProperty(exports, "getTransactionListByEntityForSinglePeriod", { enumerable: true, get: function () { return transactionListByEntitySelector_1.getTransactionListByEntityForSinglePeriod; } });
1963
+ const transactionListByProjectSelector_1 = require("./view/transactionList/transactionListByProjectSelector");
1964
+ Object.defineProperty(exports, "getTransactionListByProject", { enumerable: true, get: function () { return transactionListByProjectSelector_1.getTransactionListByProject; } });
1965
+ Object.defineProperty(exports, "getTransactionListUIStateByProjectKey", { enumerable: true, get: function () { return transactionListByProjectSelector_1.getTransactionListUIStateByProjectKey; } });
1966
1966
  const transactionListReducer_1 = require("./view/transactionList/transactionListReducer");
1967
1967
  Object.defineProperty(exports, "clearTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.clearTransactionList; } });
1968
1968
  Object.defineProperty(exports, "fetchAccountTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.fetchAccountTransactionList; } });
1969
1969
  Object.defineProperty(exports, "fetchEntityTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.fetchEntityTransactionList; } });
1970
1970
  Object.defineProperty(exports, "parallelFetchAccountTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchAccountTransactionList; } });
1971
1971
  Object.defineProperty(exports, "parallelFetchClassTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchClassTransactionList; } });
1972
- Object.defineProperty(exports, "parallelFetchProjectTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchProjectTransactionList; } });
1973
1972
  Object.defineProperty(exports, "parallelFetchEntityTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchEntityTransactionList; } });
1973
+ Object.defineProperty(exports, "parallelFetchProjectTransactionList", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchProjectTransactionList; } });
1974
1974
  Object.defineProperty(exports, "parallelFetchTransactionListByCategoryType", { enumerable: true, get: function () { return transactionListReducer_1.parallelFetchTransactionListByCategoryType; } });
1975
1975
  Object.defineProperty(exports, "updateLatestTransactionId", { enumerable: true, get: function () { return transactionListReducer_1.updateLatestTransactionId; } });
1976
1976
  Object.defineProperty(exports, "updateTransactionListByAccount", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByAccount; } });
@@ -1978,10 +1978,10 @@ Object.defineProperty(exports, "updateTransactionListByAccountFailure", { enumer
1978
1978
  Object.defineProperty(exports, "updateTransactionListByAccountUIState", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByAccountUIState; } });
1979
1979
  Object.defineProperty(exports, "updateTransactionListByClass", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByClass; } });
1980
1980
  Object.defineProperty(exports, "updateTransactionListByClassUIState", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByClassUIState; } });
1981
- Object.defineProperty(exports, "updateTransactionListByProject", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByProject; } });
1982
- Object.defineProperty(exports, "updateTransactionListByProjectUIState", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByProjectUIState; } });
1983
1981
  Object.defineProperty(exports, "updateTransactionListByEntity", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByEntity; } });
1984
1982
  Object.defineProperty(exports, "updateTransactionListByEntityFailure", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByEntityFailure; } });
1983
+ Object.defineProperty(exports, "updateTransactionListByProject", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByProject; } });
1984
+ Object.defineProperty(exports, "updateTransactionListByProjectUIState", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListByProjectUIState; } });
1985
1985
  Object.defineProperty(exports, "updateTransactionListUIStateByCategoryType", { enumerable: true, get: function () { return transactionListReducer_1.updateTransactionListUIStateByCategoryType; } });
1986
1986
  const trendReducer_1 = require("./view/trend/trendReducer");
1987
1987
  Object.defineProperty(exports, "clearTrendData", { enumerable: true, get: function () { return trendReducer_1.clearTrendData; } });
@@ -2303,6 +2303,11 @@ var transactionActivityLogViewReducer_1 = require("./view/transactionActivityLog
2303
2303
  Object.defineProperty(exports, "fetchTransactionActivityLog", { enumerable: true, get: function () { return transactionActivityLogViewReducer_1.fetchTransactionActivityLog; } });
2304
2304
  var transactionActivityLogViewSelector_1 = require("./view/transactionActivityLogView/transactionActivityLogViewSelector");
2305
2305
  Object.defineProperty(exports, "getTransactionActivityLogView", { enumerable: true, get: function () { return transactionActivityLogViewSelector_1.getTransactionActivityLogView; } });
2306
+ var scheduleActivityLogViewReducer_1 = require("./view/scheduleActivityLogView/scheduleActivityLogViewReducer");
2307
+ Object.defineProperty(exports, "fetchScheduleActivityLog", { enumerable: true, get: function () { return scheduleActivityLogViewReducer_1.fetchScheduleActivityLog; } });
2308
+ Object.defineProperty(exports, "clearScheduleActivityLogView", { enumerable: true, get: function () { return scheduleActivityLogViewReducer_1.clearScheduleActivityLogView; } });
2309
+ var scheduleActivityLogViewSelector_1 = require("./view/scheduleActivityLogView/scheduleActivityLogViewSelector");
2310
+ Object.defineProperty(exports, "getScheduleActivityLogView", { enumerable: true, get: function () { return scheduleActivityLogViewSelector_1.getScheduleActivityLogView; } });
2306
2311
  // ── Session Management ──────────────────────────────────────────────
2307
2312
  var SessionManager_1 = require("./entity/tenant/SessionManager");
2308
2313
  Object.defineProperty(exports, "SessionManager", { enumerable: true, get: function () { return SessionManager_1.SessionManager; } });
package/lib/reducer.d.ts CHANGED
@@ -3,7 +3,6 @@ import { AccountGroupState } from './entity/accountGroup/accountGroupState';
3
3
  import { AccountReconState } from './entity/accountRecon/accountReconState';
4
4
  import { AddressState } from './entity/address/addressState';
5
5
  import { AiAccountantCustomerState } from './entity/aiAccountantCustomer/aiAccountantCustomerState';
6
- import { CreditAgentEntityState } from './entity/creditAgent/creditAgentState';
7
6
  import { AiCfoState } from './entity/aiCfo/aiCfoState';
8
7
  import { ApprovalRuleState } from './entity/approvalRule/approvalRuleState';
9
8
  import { BankAccountState } from './entity/bankAccount/bankAccount';
@@ -19,6 +18,7 @@ import { CompanyState } from './entity/company/companyState';
19
18
  import { CompanyHealthState } from './entity/companyHealthMetric/companyHealthMetricState';
20
19
  import { ConnectedAccountState } from './entity/connectedAccount/connectedAccount';
21
20
  import { CountryListState } from './entity/countryList/countryListState';
21
+ import { CreditAgentEntityState } from './entity/creditAgent/creditAgentState';
22
22
  import { CurrencyState } from './entity/currency/currency';
23
23
  import { CustomerState } from './entity/customer/customerState';
24
24
  import { CustomerIncomeState } from './entity/customerIncome/customerIncomeTrendState';
@@ -41,6 +41,7 @@ import { PaymentInstrumentState } from './entity/paymentInstrument/paymentInstru
41
41
  import { AccountingSummaryState } from './entity/portfolio/accountingSummary/accountingSummaryState';
42
42
  import { ProjectState } from './entity/project/projectReducer';
43
43
  import { ReimbursementState } from './entity/reimbursement/reimbursementState';
44
+ import { ScheduleActivityLogState } from './entity/scheduleActivityLog/scheduleActivityLogState';
44
45
  import { SectionAccountsViewState } from './entity/sectionAccountsView/sectionAccountsViewState';
45
46
  import { SectionClassesViewStateV2 } from './entity/sectionClassesViewV2/sectionClassesViewState';
46
47
  import { SectionProjectViewState } from './entity/sectionProjectView/sectionProjectViewState';
@@ -106,8 +107,8 @@ import { JESchedulesViewState as ExpenseAutomationJESchedulesViewState } from '.
106
107
  import { MissingReceiptsViewState as ExpenseAutomationMissingReceiptsViewState } from './view/expenseAutomationView/types/missingReceiptsViewState';
107
108
  import { ReconciliationViewState as ExpenseAutomationReconciliationViewState } from './view/expenseAutomationView/types/reconciliationViewState';
108
109
  import { TransactionsViewState as ExpenseAutomationTransactionsViewState } from './view/expenseAutomationView/types/transactionsViewState';
109
- import { FileViewState } from './view/fileView/fileViewState';
110
110
  import { FeatureNotificationViewState } from './view/featureNotificationView/featureNotificationViewState';
111
+ import { FileViewState } from './view/fileView/fileViewState';
111
112
  import { FinanceStatementState } from './view/financeStatement/financeStatementState';
112
113
  import { ForecastListState } from './view/forecastList/forecastListState';
113
114
  import { GlobalMerchantAutoCompleteState } from './view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState';
@@ -137,6 +138,7 @@ import { ReportsResyncState } from './view/reportsResync/reportsResyncState';
137
138
  import { RevenueWithForecastState } from './view/revenue/revenueState';
138
139
  import { RevenueClassesViewState } from './view/revenueClassesView/revenueClassesViewState';
139
140
  import { ReviewCompanyViewState } from './view/reviewCompanyView/reviewCompanyViewState';
141
+ import { ScheduleActivityLogViewState } from './view/scheduleActivityLogView/scheduleActivityLogViewState';
140
142
  import { ScheduleAccruedDetailViewState } from './view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailState';
141
143
  import { ScheduleDetailViewState } from './view/scheduleView/scheduleDetailView/scheduleDetailState';
142
144
  import { ScheduleListViewState } from './view/scheduleView/scheduleListView/scheduleListState';
@@ -265,6 +267,7 @@ type EntitiesState = {
265
267
  recurringBillState: RecurringBillState;
266
268
  reimbursementConfigState: ReimbursementConfigState;
267
269
  reimbursementState: ReimbursementState;
270
+ scheduleActivityLogState: ScheduleActivityLogState;
268
271
  sectionAccountsViewState: SectionAccountsViewState;
269
272
  sectionClassesViewStateV2: SectionClassesViewStateV2;
270
273
  sectionProjectViewState: SectionProjectViewState;
@@ -404,6 +407,7 @@ type ViewsState = {
404
407
  revenueState: RevenueWithForecastState;
405
408
  reviewCompanyViewState: ReviewCompanyViewState;
406
409
  scheduleAccruedDetailState: ScheduleAccruedDetailViewState;
410
+ scheduleActivityLogViewState: ScheduleActivityLogViewState;
407
411
  scheduleDetailState: ScheduleDetailViewState;
408
412
  scheduleListState: ScheduleListViewState;
409
413
  settingsViewState: SettingsViewState;
@@ -564,6 +568,7 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
564
568
  revenueClassesViewState: RevenueClassesViewState;
565
569
  revenueState: RevenueWithForecastState;
566
570
  reviewCompanyViewState: ReviewCompanyViewState;
571
+ scheduleActivityLogViewState: ScheduleActivityLogViewState;
567
572
  scheduleAccruedDetailState: ScheduleAccruedDetailViewState;
568
573
  scheduleDetailState: ScheduleDetailViewState;
569
574
  scheduleListState: ScheduleListViewState;
@@ -653,6 +658,7 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
653
658
  paymentInstrumentState: PaymentInstrumentState;
654
659
  recurringBillState: RecurringBillState;
655
660
  reimbursementState: ReimbursementState;
661
+ scheduleActivityLogState: ScheduleActivityLogState;
656
662
  sectionAccountsViewState: SectionAccountsViewState;
657
663
  sectionClassesViewStateV2: SectionClassesViewStateV2;
658
664
  sectionProjectViewState: SectionProjectViewState;
package/lib/reducer.js CHANGED
@@ -43,7 +43,6 @@ const accountGroupReducer_1 = __importStar(require("./entity/accountGroup/accoun
43
43
  const accountReconReducer_1 = __importStar(require("./entity/accountRecon/accountReconReducer"));
44
44
  const addressReducer_1 = __importStar(require("./entity/address/addressReducer"));
45
45
  const aiAccountantCustomerReducer_1 = __importStar(require("./entity/aiAccountantCustomer/aiAccountantCustomerReducer"));
46
- const creditAgentReducer_1 = __importStar(require("./entity/creditAgent/creditAgentReducer"));
47
46
  const aiCfoReducer_1 = __importStar(require("./entity/aiCfo/aiCfoReducer"));
48
47
  const approvalRuleReducer_1 = __importStar(require("./entity/approvalRule/approvalRuleReducer"));
49
48
  const bankAccountReducer_1 = __importStar(require("./entity/bankAccount/bankAccountReducer"));
@@ -59,6 +58,7 @@ const companyReducer_1 = __importStar(require("./entity/company/companyReducer")
59
58
  const companyHealthMetricReducer_1 = __importStar(require("./entity/companyHealthMetric/companyHealthMetricReducer"));
60
59
  const connectedAccountReducer_1 = __importStar(require("./entity/connectedAccount/connectedAccountReducer"));
61
60
  const countryListReducer_1 = __importStar(require("./entity/countryList/countryListReducer"));
61
+ const creditAgentReducer_1 = __importStar(require("./entity/creditAgent/creditAgentReducer"));
62
62
  const currencyReducer_1 = __importStar(require("./entity/currency/currencyReducer"));
63
63
  const customerReducer_1 = __importStar(require("./entity/customer/customerReducer"));
64
64
  const customerIncomeTrendReducer_1 = __importStar(require("./entity/customerIncome/customerIncomeTrendReducer"));
@@ -81,6 +81,7 @@ const paymentInstrumentReducer_1 = __importStar(require("./entity/paymentInstrum
81
81
  const accountingSummaryReducer_1 = __importStar(require("./entity/portfolio/accountingSummary/accountingSummaryReducer"));
82
82
  const projectReducer_1 = __importStar(require("./entity/project/projectReducer"));
83
83
  const reimbursementReducer_1 = __importStar(require("./entity/reimbursement/reimbursementReducer"));
84
+ const scheduleActivityLogReducer_1 = __importStar(require("./entity/scheduleActivityLog/scheduleActivityLogReducer"));
84
85
  const sectionAccountsViewReducer_1 = __importStar(require("./entity/sectionAccountsView/sectionAccountsViewReducer"));
85
86
  const sectionClassesViewReducer_1 = __importStar(require("./entity/sectionClassesViewV2/sectionClassesViewReducer"));
86
87
  const sectionProjectViewReducer_1 = __importStar(require("./entity/sectionProjectView/sectionProjectViewReducer"));
@@ -146,9 +147,9 @@ const jeSchedulesViewReducer_1 = __importStar(require("./view/expenseAutomationV
146
147
  const missingReceiptsViewReducer_1 = __importStar(require("./view/expenseAutomationView/reducers/missingReceiptsViewReducer"));
147
148
  const reconciliationViewReducer_1 = __importStar(require("./view/expenseAutomationView/reducers/reconciliationViewReducer"));
148
149
  const transactionsViewReducer_1 = __importStar(require("./view/expenseAutomationView/reducers/transactionsViewReducer"));
150
+ const featureNotificationViewReducer_1 = __importStar(require("./view/featureNotificationView/featureNotificationViewReducer"));
149
151
  const fileViewReducer_1 = __importDefault(require("./view/fileView/fileViewReducer"));
150
152
  const fileViewState_1 = require("./view/fileView/fileViewState");
151
- const featureNotificationViewReducer_1 = __importStar(require("./view/featureNotificationView/featureNotificationViewReducer"));
152
153
  const financeStatementReducer_1 = __importStar(require("./view/financeStatement/financeStatementReducer"));
153
154
  const forecastListReducer_1 = __importStar(require("./view/forecastList/forecastListReducer"));
154
155
  const globalMerchantAutoCompleteViewReducer_1 = __importStar(require("./view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer"));
@@ -178,6 +179,7 @@ const reportsResyncReducer_1 = __importStar(require("./view/reportsResync/report
178
179
  const revenueReducer_1 = __importStar(require("./view/revenue/revenueReducer"));
179
180
  const revenueClassesViewReducer_1 = __importStar(require("./view/revenueClassesView/revenueClassesViewReducer"));
180
181
  const reviewCompanyViewReducer_1 = __importStar(require("./view/reviewCompanyView/reviewCompanyViewReducer"));
182
+ const scheduleActivityLogViewReducer_1 = __importStar(require("./view/scheduleActivityLogView/scheduleActivityLogViewReducer"));
181
183
  const scheduleAccruedDetailReducer_1 = __importStar(require("./view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer"));
182
184
  const scheduleDetailReducer_1 = __importStar(require("./view/scheduleView/scheduleDetailView/scheduleDetailReducer"));
183
185
  const scheduleListReducer_1 = __importStar(require("./view/scheduleView/scheduleListView/scheduleListReducer"));
@@ -307,6 +309,7 @@ const initialEntitiesState = {
307
309
  recurringBillState: recurringBillsReducer_1.initialState,
308
310
  reimbursementConfigState: reimbursementConfigReducer_1.initialState,
309
311
  reimbursementState: reimbursementReducer_1.initialState,
312
+ scheduleActivityLogState: scheduleActivityLogReducer_1.initialState,
310
313
  sectionAccountsViewState: sectionAccountsViewReducer_1.initialState,
311
314
  sectionClassesViewStateV2: sectionClassesViewReducer_1.initialState,
312
315
  sectionProjectViewState: sectionProjectViewReducer_1.initialState,
@@ -445,6 +448,7 @@ const initialViewsState = {
445
448
  revenueClassesViewState: revenueClassesViewReducer_1.initialState,
446
449
  revenueState: revenueReducer_1.initialState,
447
450
  reviewCompanyViewState: reviewCompanyViewReducer_1.initialState,
451
+ scheduleActivityLogViewState: scheduleActivityLogViewReducer_1.initialState,
448
452
  scheduleAccruedDetailState: scheduleAccruedDetailReducer_1.initialState,
449
453
  scheduleDetailState: scheduleDetailReducer_1.initialState,
450
454
  scheduleListState: scheduleListReducer_1.initialState,
@@ -543,6 +547,7 @@ const entityReducers = {
543
547
  recurringBillState: recurringBillsReducer_1.default,
544
548
  reimbursementConfigState: reimbursementConfigReducer_1.default,
545
549
  reimbursementState: reimbursementReducer_1.default,
550
+ scheduleActivityLogState: scheduleActivityLogReducer_1.default,
546
551
  sectionAccountsViewState: sectionAccountsViewReducer_1.default,
547
552
  sectionClassesViewStateV2: sectionClassesViewReducer_1.default,
548
553
  sectionProjectViewState: sectionProjectViewReducer_1.default,
@@ -681,6 +686,7 @@ const viewReducers = {
681
686
  revenueClassesViewState: revenueClassesViewReducer_1.default,
682
687
  revenueState: revenueReducer_1.default,
683
688
  reviewCompanyViewState: reviewCompanyViewReducer_1.default,
689
+ scheduleActivityLogViewState: scheduleActivityLogViewReducer_1.default,
684
690
  scheduleAccruedDetailState: scheduleAccruedDetailReducer_1.default,
685
691
  scheduleDetailState: scheduleDetailReducer_1.default,
686
692
  scheduleListState: scheduleListReducer_1.default,