@zeniai/client-epic-state 5.0.2 → 5.0.3-betaND1
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/aiAccountantCustomer/aiAccountantCustomerPayload.d.ts +44 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerPayload.js +55 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerReducer.d.ts +10 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerReducer.js +51 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerSelector.d.ts +48 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerSelector.js +66 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerState.d.ts +52 -0
- package/lib/entity/aiAccountantCustomer/aiAccountantCustomerState.js +37 -0
- package/lib/entity/billPay/billTransaction/billTransactionState.d.ts +2 -2
- package/lib/entity/chargeCard/chargeCard.d.ts +1 -1
- package/lib/entity/depositAccountTransaction/depositAccountTransaction.d.ts +1 -1
- package/lib/entity/entityApprovalStatus/entityApprovalStatusState.d.ts +2 -2
- package/lib/entity/jeSchedules/jeSchedulesTypes.d.ts +1 -1
- package/lib/entity/snackbar/snackbarTypes.d.ts +1 -1
- package/lib/entity/tenant/clearAllEpic.d.ts +3 -1
- package/lib/entity/tenant/clearAllEpic.js +4 -0
- package/lib/entity/userRole/userRoleType.d.ts +2 -2
- package/lib/epic.d.ts +5 -1
- package/lib/epic.js +5 -1
- package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerPayload.js +49 -0
- package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerReducer.js +47 -0
- package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerSelector.js +62 -0
- package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerState.js +31 -0
- package/lib/esm/entity/tenant/clearAllEpic.js +4 -0
- package/lib/esm/epic.js +5 -1
- package/lib/esm/index.js +7 -0
- package/lib/esm/reducer.js +6 -0
- package/lib/esm/view/aiAccountantView/aiAccountantViewPayload.js +2 -0
- package/lib/esm/view/aiAccountantView/aiAccountantViewReducer.js +149 -0
- package/lib/esm/view/aiAccountantView/aiAccountantViewSelector.js +72 -0
- package/lib/esm/view/aiAccountantView/aiAccountantViewState.js +11 -0
- package/lib/esm/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.js +46 -0
- package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.js +27 -0
- package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.js +47 -0
- package/lib/esm/view/aiAccountantView/epics/triggerAiAccountantJobEpic.js +52 -0
- package/lib/esm/view/taskManager/taskListView/epics/fetchTaskListEpic.js +6 -3
- package/lib/esm/view/taskManager/taskListView/taskListPayload.js +5 -1
- package/lib/esm/view/taskManager/taskListView/taskListReducer.js +11 -0
- package/lib/esm/view/taskManager/taskListView/taskListSelector.js +27 -4
- package/lib/index.d.ts +9 -0
- package/lib/index.js +30 -3
- package/lib/reducer.d.ts +6 -0
- package/lib/reducer.js +6 -0
- package/lib/tsconfig.typecheck.tsbuildinfo +1 -1
- package/lib/view/aiAccountantView/aiAccountantViewPayload.d.ts +31 -0
- package/lib/view/aiAccountantView/aiAccountantViewPayload.js +8 -0
- package/lib/view/aiAccountantView/aiAccountantViewReducer.d.ts +29 -0
- package/lib/view/aiAccountantView/aiAccountantViewReducer.js +153 -0
- package/lib/view/aiAccountantView/aiAccountantViewSelector.d.ts +14 -0
- package/lib/view/aiAccountantView/aiAccountantViewSelector.js +78 -0
- package/lib/view/aiAccountantView/aiAccountantViewState.d.ts +26 -0
- package/lib/view/aiAccountantView/aiAccountantViewState.js +13 -0
- package/lib/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.d.ts +33 -0
- package/lib/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.js +50 -0
- package/lib/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.d.ts +23 -0
- package/lib/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.js +31 -0
- package/lib/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.d.ts +33 -0
- package/lib/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.js +51 -0
- package/lib/view/aiAccountantView/epics/triggerAiAccountantJobEpic.d.ts +28 -0
- package/lib/view/aiAccountantView/epics/triggerAiAccountantJobEpic.js +56 -0
- package/lib/view/companyView/types/cockpitTypes.d.ts +6 -5
- package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +1 -1
- package/lib/view/expenseAutomationView/types/missingReceiptsViewState.d.ts +1 -1
- package/lib/view/onboardingView/cockpitView/types/onboardingCockpitViewTypes.d.ts +1 -1
- package/lib/view/reviewCompanyView/reviewCompanyViewState.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billList/billListReducer.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billList/billListState.d.ts +1 -1
- package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetail.d.ts +1 -1
- package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer.d.ts +4 -4
- package/lib/view/spendManagement/reimbursement/remiListView/remiListReducer.d.ts +1 -1
- package/lib/view/spendManagement/reimbursement/remiListView/remiListState.d.ts +3 -3
- package/lib/view/subscriptionView/types/subscriptionTypes.d.ts +1 -1
- package/lib/view/taskManager/taskListView/epics/fetchTaskListEpic.js +6 -3
- package/lib/view/taskManager/taskListView/taskList.d.ts +2 -0
- package/lib/view/taskManager/taskListView/taskListPayload.d.ts +10 -1
- package/lib/view/taskManager/taskListView/taskListPayload.js +7 -0
- package/lib/view/taskManager/taskListView/taskListReducer.d.ts +2 -1
- package/lib/view/taskManager/taskListView/taskListReducer.js +11 -0
- package/lib/view/taskManager/taskListView/taskListSelector.d.ts +4 -1
- package/lib/view/taskManager/taskListView/taskListSelector.js +27 -4
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -67,9 +67,9 @@ exports.updateScheduleListSubTab = exports.toScheduleSubTabType = exports.toSche
|
|
|
67
67
|
exports.clearGlobalMerchantView = exports.updateCreateGlobalMerchantLocalData = exports.createGlobalMerchant = exports.fetchGlobalMerchantRecommendation = exports.getVendorDetailSelectorView = exports.saveVendorDetailsView = exports.updateReviewVendorDetailLocalData = exports.clearGlobalMerchantAutoCompleteResults = exports.fetchGlobalMerchantAutoCompleteView = exports.updateVendorFirstReviewSortUiState = exports.updateVendorFirstReviewViewLocalData = exports.saveVendorFirstReviewView = exports.clearRecentlySavedErroredVendorData = exports.updateVendorFirstReviewViewPageToken = exports.resetVendorFirstReviewLocalData = exports.updateVendorFirstReviewViewScrollYOffset = exports.fetchVendorFirstReviewAttachments = exports.fetchVendorFirstReviewView = exports.getVendorFirstReviewAttachmentView = exports.getVendorFirstReviewView = exports.getGlobalMerchantAutoCompleteResults = exports.toVendorFirstReviewViewColumnKeyType = exports.getVendorTabView = exports.updateVendorTabViewTab = exports.fetchVendorTabView = exports.resetMarkAsCompleteStatus = exports.markAsCompleteScheduleDetail = exports.getDefaultSelectedTimeframeForScheduleType = exports.getFetchStateForScheduleListByType = exports.updatedJELinkWithRecommendedLocalData = exports.resetJELinkInLocalData = exports.updateAmountsInScheduleDetail = exports.updatedJELinkInLocalData = exports.getThirdPartyIDFromQBOURL = exports.getQBOUrlForLink = exports.updatedSelectedJELinkRowIndex = exports.updateAccruedJEScheduleAccruedByListKey = exports.updateScheduleListDownloadState = exports.updateScheduleDetailsLocalData = exports.createNewSchedules = exports.deleteScheduleDetail = exports.saveScheduleDetails = exports.fetchScheduleDetailsPage = exports.getAccruedScheduleDetailsView = exports.getScheduleDetailsView = exports.fetchScheduleDetails = exports.updateSelectedJEScheduleKey = exports.updateScheduleListSortState = exports.updateScheduleListScrollState = exports.updateScheduleListSearchText = void 0;
|
|
68
68
|
exports.toPriorityCodeType = exports.getDueDateValueFromDueDateGroupId = exports.initialTaskDetail = exports.fetchAllTaskGroups = exports.getTaskUpdates = exports.toTaskListGroupByKeyTypeStrict = exports.toTaskListGroupByKeyType = exports.updateTaskGroupName = exports.dragNDropTasks = exports.updateTaskListLocalData = exports.deleteTaskGroup = exports.initiateTaskListLocalData = exports.createNewTaskGroup = exports.bulkUpdateTaskList = exports.discardTaskUpdatesInLocalStore = exports.deleteTask = exports.TASK_LIST_GROUP_BY_CATEGORIES = exports.TASK_LIST_FILTER_CATEGORIES = exports.updateTaskFilters = exports.allTaskPriority = exports.allTaskStatus = exports.updateTaskListUIState = exports.updateTaskListSearchText = exports.archiveTask = exports.saveTaskDetail = exports.saveTaskUpdatesToLocalStore = exports.fetchTaskDetailPage = exports.getTaskDetail = exports.fetchTaskListPage = exports.getAllTasks = exports.getTaskGroupById = exports.toRecurringBillFrequencyStrict = exports.toRecurringBillFrequency = exports.updateArAgingNodeCollapseState = exports.getArAgingDetailForCustomer = exports.getArAgingReport = exports.updateArAgingDetailUIState = exports.fetchArAgingDetail = exports.updateArAgingUIState = exports.fetchArAging = exports.updateVendorGlobalReviewViewLocalData = exports.toVendorGlobalReviewColumnSortKeyType = exports.getTenantMerchantByMerchantId = exports.getVendorGlobalReviewView = exports.updateVendorGlobalReviewViewUIState = exports.updateSelectedGlobalMerchant = exports.fetchVendorGlobalReviewView = exports.rejectVendorGlobalReview = exports.approveVendorGlobalReview = exports.getGlobalMerchantView = void 0;
|
|
69
69
|
exports.toReferralListViewSortKeyType = exports.getInviteFormView = exports.getReferralListView = exports.getNotifications = exports.getLastNotificationTime = exports.pushToastNotification = exports.getNotificationsForSelectedSubTab = exports.getExternalNotificationsForSelectedSubTab = exports.getNotificationView = exports.updateNotificationViewUIState = exports.updateNotificationViewSubTab = exports.updateNotificationViewCurrentTabAndSubTab = exports.updateNotificationViewTabState = exports.updateNotificationViewNotificationStatus = exports.updateNotificationViewAllNotificationsStatus = exports.fetchNotificationUnreadCountSuccess = exports.fetchNotificationUnreadCount = exports.fetchNotificationView = exports.toNotificationTabTypeStrict = exports.toNotificationSubTabTypeStrict = exports.updateCommentsNotificationsStatuses = exports.updateCommentsNotifications = exports.toNotificationModeStrict = exports.fetchZeniAccountsPromoCard = exports.getZeniAccountsPromoCard = exports.getAuthenticationView = exports.fetchCollaborationAuthToken = exports.clearAuditReportGroupViewByCompanyId = exports.saveReasonForAuditRule = exports.fetchAuditReportGroupView = exports.fetchAuditRuleGroupView = exports.getUserFromAllUsers = exports.getAuditRuleGroupViewSelectorView = exports.getAuditReportGroupViewSelectorView = exports.clearCardPaymentView = exports.resetCardPaymentErrorStatuses = exports.fetchPaymentSources = exports.addCardPaymentSource = exports.confirmCardSetupIntent = exports.createCardSetupIntent = exports.getAllCardsAndBankPaymentMethods = exports.deleteTag = exports.createTag = exports.fetchTagList = exports.getAllTags = exports.initialTaskDetailLocalData = exports.convertHHMMStrToMinutes = exports.updateTaskFromListView = exports.toDueDateGroupKeyType = exports.toTaskStatusCodeType = void 0;
|
|
70
|
-
exports.
|
|
71
|
-
exports.
|
|
72
|
-
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 = exports.updateAutoTransferRule = exports.createAutoTransferRule = exports.fetchAutoTransferRules = exports.getTreasuryTaxLetters = void 0;
|
|
70
|
+
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.getTreasuryFundsMaximumYield = exports.getTreasurySetupViewDetails = exports.updateTreasuryVideoViewed = exports.updateFundAllocationLocalData = exports.fetchPortfolioAllocation = exports.updatePortfolioAllocation = exports.fetchTreasuryFunds = exports.clearTreasurySetupView = exports.fetchTreasurySetupView = exports.acceptTreasuryTerms = exports.getExpressPayView = exports.resetExpressPayLocalData = exports.submitExpressPay = exports.updateExpressPayFormLocalData = exports.fetchExpressPayInitialDetails = exports.getIntlWireVerificationView = exports.updateVerificationFormLocalData = exports.submitInternationalVerificationForm = exports.fetchInternationalVerificationForm = exports.createTaskFromTaskGroupTemplate = exports.getCompanyTaskManagerView = exports.fetchTaskManagerMetrics = exports.fetchCompanyTaskManagerView = exports.getMinAllowedEndDate = exports.toRecurringFrequency = exports.getRecurringEndDateFromCount = exports.updateReferViewed = exports.getRewardsPlanCard = exports.fetchRewardsPlan = exports.resendReferralInvite = exports.updateReferralListSortUiState = exports.saveReferralFormDataInLocalStore = exports.clearReferrals = exports.sendReferralInvite = exports.fetchReferrals = exports.AmountStatusTypes = exports.StatusTypes = void 0;
|
|
71
|
+
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 = 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 = void 0;
|
|
72
|
+
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 = 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 = void 0;
|
|
73
73
|
const allowedValue_1 = require("./commonStateTypes/allowedValue");
|
|
74
74
|
Object.defineProperty(exports, "isAllowedValueWithCode", { enumerable: true, get: function () { return allowedValue_1.isAllowedValueWithCode; } });
|
|
75
75
|
Object.defineProperty(exports, "isAllowedValueWithID", { enumerable: true, get: function () { return allowedValue_1.isAllowedValueWithID; } });
|
|
@@ -2080,6 +2080,33 @@ Object.defineProperty(exports, "updateReportUIOptionIsCompareModeOn", { enumerab
|
|
|
2080
2080
|
Object.defineProperty(exports, "toggleReportUIOptionForecastMode", { enumerable: true, get: function () { return reportUIOptionsReducer_1.toggleReportUIOptionForecastMode; } });
|
|
2081
2081
|
Object.defineProperty(exports, "updateReportUIOptionThisPeriod", { enumerable: true, get: function () { return reportUIOptionsReducer_1.updateReportUIOptionThisPeriod; } });
|
|
2082
2082
|
Object.defineProperty(exports, "updateReportUIOptionCOABalancesRange", { enumerable: true, get: function () { return reportUIOptionsReducer_1.updateReportUIOptionCOABalancesRange; } });
|
|
2083
|
+
// ── AI Accountant Entity ──
|
|
2084
|
+
var aiAccountantCustomerState_1 = require("./entity/aiAccountantCustomer/aiAccountantCustomerState");
|
|
2085
|
+
Object.defineProperty(exports, "toAiAccountantEnrollmentStatus", { enumerable: true, get: function () { return aiAccountantCustomerState_1.toAiAccountantEnrollmentStatus; } });
|
|
2086
|
+
Object.defineProperty(exports, "toAiAccountantJobStatus", { enumerable: true, get: function () { return aiAccountantCustomerState_1.toAiAccountantJobStatus; } });
|
|
2087
|
+
Object.defineProperty(exports, "toAiAccountantOperationType", { enumerable: true, get: function () { return aiAccountantCustomerState_1.toAiAccountantOperationType; } });
|
|
2088
|
+
var aiAccountantCustomerPayload_1 = require("./entity/aiAccountantCustomer/aiAccountantCustomerPayload");
|
|
2089
|
+
Object.defineProperty(exports, "toAiAccountantCustomer", { enumerable: true, get: function () { return aiAccountantCustomerPayload_1.toAiAccountantCustomer; } });
|
|
2090
|
+
Object.defineProperty(exports, "toAiAccountantEnrollment", { enumerable: true, get: function () { return aiAccountantCustomerPayload_1.toAiAccountantEnrollment; } });
|
|
2091
|
+
Object.defineProperty(exports, "toAiAccountantJob", { enumerable: true, get: function () { return aiAccountantCustomerPayload_1.toAiAccountantJob; } });
|
|
2092
|
+
var aiAccountantCustomerReducer_1 = require("./entity/aiAccountantCustomer/aiAccountantCustomerReducer");
|
|
2093
|
+
Object.defineProperty(exports, "clearAllAiAccountantCustomers", { enumerable: true, get: function () { return aiAccountantCustomerReducer_1.clearAllAiAccountantCustomers; } });
|
|
2094
|
+
Object.defineProperty(exports, "updateAiAccountantCustomers", { enumerable: true, get: function () { return aiAccountantCustomerReducer_1.updateAiAccountantCustomers; } });
|
|
2095
|
+
Object.defineProperty(exports, "updateAiAccountantCustomer", { enumerable: true, get: function () { return aiAccountantCustomerReducer_1.updateAiAccountantCustomer; } });
|
|
2096
|
+
Object.defineProperty(exports, "updateAiAccountantJobs", { enumerable: true, get: function () { return aiAccountantCustomerReducer_1.updateAiAccountantJobs; } });
|
|
2097
|
+
var aiAccountantCustomerSelector_1 = require("./entity/aiAccountantCustomer/aiAccountantCustomerSelector");
|
|
2098
|
+
Object.defineProperty(exports, "getAiAccountantCustomers", { enumerable: true, get: function () { return aiAccountantCustomerSelector_1.getAiAccountantCustomers; } });
|
|
2099
|
+
Object.defineProperty(exports, "getAiAccountantJobsByTenantId", { enumerable: true, get: function () { return aiAccountantCustomerSelector_1.getAiAccountantJobsByTenantId; } });
|
|
2100
|
+
var aiAccountantViewReducer_1 = require("./view/aiAccountantView/aiAccountantViewReducer");
|
|
2101
|
+
Object.defineProperty(exports, "cancelAiAccountantOnboarding", { enumerable: true, get: function () { return aiAccountantViewReducer_1.cancelAiAccountantOnboarding; } });
|
|
2102
|
+
Object.defineProperty(exports, "clearAiAccountantView", { enumerable: true, get: function () { return aiAccountantViewReducer_1.clearAiAccountantView; } });
|
|
2103
|
+
Object.defineProperty(exports, "fetchAiAccountantCustomers", { enumerable: true, get: function () { return aiAccountantViewReducer_1.fetchAiAccountantCustomers; } });
|
|
2104
|
+
Object.defineProperty(exports, "fetchAiAccountantJobs", { enumerable: true, get: function () { return aiAccountantViewReducer_1.fetchAiAccountantJobs; } });
|
|
2105
|
+
Object.defineProperty(exports, "setSelectedTenantIdsForJobTrigger", { enumerable: true, get: function () { return aiAccountantViewReducer_1.setSelectedTenantIdsForJobTrigger; } });
|
|
2106
|
+
Object.defineProperty(exports, "triggerAiAccountantJob", { enumerable: true, get: function () { return aiAccountantViewReducer_1.triggerAiAccountantJob; } });
|
|
2107
|
+
Object.defineProperty(exports, "updateAiAccountantUIState", { enumerable: true, get: function () { return aiAccountantViewReducer_1.updateAiAccountantUIState; } });
|
|
2108
|
+
var aiAccountantViewSelector_1 = require("./view/aiAccountantView/aiAccountantViewSelector");
|
|
2109
|
+
Object.defineProperty(exports, "getAiAccountantCockpitView", { enumerable: true, get: function () { return aiAccountantViewSelector_1.getAiAccountantCockpitView; } });
|
|
2083
2110
|
var aiCfoViewReducer_1 = require("./view/aiCfoView/aiCfoViewReducer");
|
|
2084
2111
|
Object.defineProperty(exports, "fetchChatSessionsForUser", { enumerable: true, get: function () { return aiCfoViewReducer_1.fetchChatSessionsForUser; } });
|
|
2085
2112
|
Object.defineProperty(exports, "createSession", { enumerable: true, get: function () { return aiCfoViewReducer_1.createSession; } });
|
package/lib/reducer.d.ts
CHANGED
|
@@ -68,6 +68,8 @@ import { AccountMappingState } from './view/accountMappingView/accountMappingSta
|
|
|
68
68
|
import { AddressViewState } from './view/addressView/addressViewState';
|
|
69
69
|
import { AggregatedReportViewState } from './view/aiAgentPerformance/aggregatedReportViewReducer';
|
|
70
70
|
import { AiCfoViewState } from './view/aiCfoView/aiCfoViewState';
|
|
71
|
+
import { AiAccountantCustomerState } from './entity/aiAccountantCustomer/aiAccountantCustomerState';
|
|
72
|
+
import { AiAccountantViewState } from './view/aiAccountantView/aiAccountantViewState';
|
|
71
73
|
import { ApAgingDetailState } from './view/apAgingView/apAgingDetail/apAgingDetailState';
|
|
72
74
|
import { ApAgingState } from './view/apAgingView/apAgingReport/apAgingState';
|
|
73
75
|
import { ArAgingDetailState } from './view/arAgingView/arAgingDetail/arAgingDetailState';
|
|
@@ -220,6 +222,7 @@ type EntitiesState = {
|
|
|
220
222
|
accountReconState: AccountReconState;
|
|
221
223
|
accountState: AccountState;
|
|
222
224
|
addressState: AddressState;
|
|
225
|
+
aiAccountantCustomerState: AiAccountantCustomerState;
|
|
223
226
|
aiCfoState: AiCfoState;
|
|
224
227
|
approvalRuleState: ApprovalRuleState;
|
|
225
228
|
bankAccountState: BankAccountState;
|
|
@@ -287,6 +290,7 @@ type ViewsState = {
|
|
|
287
290
|
accountMappingState: AccountMappingState;
|
|
288
291
|
addressViewState: AddressViewState;
|
|
289
292
|
aggregatedReportViewState: AggregatedReportViewState;
|
|
293
|
+
aiAccountantViewState: AiAccountantViewState;
|
|
290
294
|
aiCfoViewState: AiCfoViewState;
|
|
291
295
|
apAgingDetailState: ApAgingDetailState;
|
|
292
296
|
apAgingState: ApAgingState;
|
|
@@ -442,6 +446,7 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
|
|
|
442
446
|
accountMappingState: AccountMappingState;
|
|
443
447
|
addressViewState: AddressViewState;
|
|
444
448
|
aggregatedReportViewState: AggregatedReportViewState;
|
|
449
|
+
aiAccountantViewState: AiAccountantViewState;
|
|
445
450
|
aiCfoViewState: AiCfoViewState;
|
|
446
451
|
apAgingDetailState: ApAgingDetailState;
|
|
447
452
|
apAgingState: ApAgingState;
|
|
@@ -594,6 +599,7 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
|
|
|
594
599
|
accountingSummaryState: AccountingSummaryState;
|
|
595
600
|
accountState: AccountState;
|
|
596
601
|
addressState: AddressState;
|
|
602
|
+
aiAccountantCustomerState: AiAccountantCustomerState;
|
|
597
603
|
aiCfoState: AiCfoState;
|
|
598
604
|
approvalRuleState: ApprovalRuleState;
|
|
599
605
|
bankAccountState: BankAccountState;
|
package/lib/reducer.js
CHANGED
|
@@ -108,6 +108,8 @@ const accountMappingReducer_1 = __importStar(require("./view/accountMappingView/
|
|
|
108
108
|
const addressViewReducer_1 = __importStar(require("./view/addressView/addressViewReducer"));
|
|
109
109
|
const aggregatedReportViewReducer_1 = __importStar(require("./view/aiAgentPerformance/aggregatedReportViewReducer"));
|
|
110
110
|
const aiCfoViewReducer_1 = __importStar(require("./view/aiCfoView/aiCfoViewReducer"));
|
|
111
|
+
const aiAccountantCustomerReducer_1 = __importStar(require("./entity/aiAccountantCustomer/aiAccountantCustomerReducer"));
|
|
112
|
+
const aiAccountantViewReducer_1 = __importStar(require("./view/aiAccountantView/aiAccountantViewReducer"));
|
|
111
113
|
const apAgingDetailReducer_1 = __importStar(require("./view/apAgingView/apAgingDetail/apAgingDetailReducer"));
|
|
112
114
|
const apAgingReducer_1 = __importStar(require("./view/apAgingView/apAgingReport/apAgingReducer"));
|
|
113
115
|
const arAgingDetailReducer_1 = __importStar(require("./view/arAgingView/arAgingDetail/arAgingDetailReducer"));
|
|
@@ -262,6 +264,7 @@ const initialEntitiesState = {
|
|
|
262
264
|
accountReconState: accountReconReducer_1.initialState,
|
|
263
265
|
accountState: accountReducer_1.initialState,
|
|
264
266
|
addressState: addressReducer_1.initialState,
|
|
267
|
+
aiAccountantCustomerState: aiAccountantCustomerReducer_1.initialAiAccountantCustomerState,
|
|
265
268
|
aiCfoState: aiCfoReducer_1.initialAiCfoState,
|
|
266
269
|
approvalRuleState: approvalRuleReducer_1.initialState,
|
|
267
270
|
bankAccountState: bankAccountReducer_1.initialState,
|
|
@@ -330,6 +333,7 @@ const initialViewsState = {
|
|
|
330
333
|
accountMappingState: accountMappingReducer_1.initialState,
|
|
331
334
|
addressViewState: addressViewReducer_1.initialState,
|
|
332
335
|
aggregatedReportViewState: aggregatedReportViewReducer_1.initialState,
|
|
336
|
+
aiAccountantViewState: aiAccountantViewReducer_1.initialAiAccountantViewState,
|
|
333
337
|
aiCfoViewState: aiCfoViewReducer_1.initialAiCfoViewState,
|
|
334
338
|
apAgingDetailState: apAgingDetailReducer_1.initialState,
|
|
335
339
|
apAgingState: apAgingReducer_1.initialState,
|
|
@@ -489,6 +493,7 @@ const entityReducers = {
|
|
|
489
493
|
accountingSummaryState: accountingSummaryReducer_1.default,
|
|
490
494
|
accountState: accountReducer_1.default,
|
|
491
495
|
addressState: addressReducer_1.default,
|
|
496
|
+
aiAccountantCustomerState: aiAccountantCustomerReducer_1.default,
|
|
492
497
|
aiCfoState: aiCfoReducer_1.default,
|
|
493
498
|
approvalRuleState: approvalRuleReducer_1.default,
|
|
494
499
|
bankAccountState: bankAccountReducer_1.default,
|
|
@@ -558,6 +563,7 @@ const viewReducers = {
|
|
|
558
563
|
accountMappingState: accountMappingReducer_1.default,
|
|
559
564
|
addressViewState: addressViewReducer_1.default,
|
|
560
565
|
aggregatedReportViewState: aggregatedReportViewReducer_1.default,
|
|
566
|
+
aiAccountantViewState: aiAccountantViewReducer_1.default,
|
|
561
567
|
aiCfoViewState: aiCfoViewReducer_1.default,
|
|
562
568
|
apAgingDetailState: apAgingDetailReducer_1.default,
|
|
563
569
|
apAgingState: apAgingReducer_1.default,
|