@zeniai/client-epic-state 5.1.32-betaAK0 → 5.1.32
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/commonStateTypes/viewAndReport/agingReportStateTypes.d.ts +1 -1
- package/lib/entity/tenant/clearAllEpic.d.ts +2 -41
- package/lib/entity/tenant/clearAllEpic.js +4 -82
- package/lib/entity/tenant/tenantReducer.js +3 -3
- package/lib/epic.d.ts +2 -35
- package/lib/epic.js +2 -46
- package/lib/esm/entity/tenant/clearAllEpic.js +0 -78
- package/lib/esm/entity/tenant/tenantReducer.js +3 -3
- package/lib/esm/entity/transactionActivityLog/transactionActivityLogPayload.js +1 -1
- package/lib/esm/epic.js +2 -46
- package/lib/esm/index.js +0 -82
- package/lib/esm/reducer.js +0 -120
- package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.js +1 -2
- package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.js +2 -4
- package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js +2 -1
- package/lib/esm/view/fileView/fileUploadHelpers.js +2 -1
- package/lib/esm/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js +5 -1
- package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.js +4 -5
- package/lib/esm/view/spendManagement/commonSetup/setupViewReducer.js +1 -2
- package/lib/esm/view/transactionDetail/epics/saveTransactionDetailEpic.js +1 -1
- package/lib/esm/view/transactionDetail/epics/updateTransactionDetailEpic.js +1 -1
- package/lib/index.d.ts +0 -127
- package/lib/index.js +1 -355
- package/lib/reducer.d.ts +0 -120
- package/lib/reducer.js +6 -126
- package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.js +1 -2
- package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.js +2 -4
- package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.js +2 -1
- package/lib/view/expenseAutomationView/types/fluxAnalysisViewState.d.ts +1 -1
- package/lib/view/fileView/fileUploadHelpers.js +2 -1
- package/lib/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js +5 -1
- package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.js +4 -5
- 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/commonSetup/setupViewReducer.js +1 -2
- 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/transactionDetail/epics/saveTransactionDetailEpic.js +1 -1
- package/lib/view/transactionDetail/epics/updateTransactionDetailEpic.js +1 -1
- package/lib/zeniAPI.d.ts +0 -1
- package/package.json +70 -38
- package/lib/entity/invoicing/coupon/couponPayload.d.ts +0 -50
- package/lib/entity/invoicing/coupon/couponPayload.js +0 -2
- package/lib/entity/invoicing/coupon/couponReducer.d.ts +0 -10
- package/lib/entity/invoicing/coupon/couponReducer.js +0 -33
- package/lib/entity/invoicing/coupon/couponState.d.ts +0 -5
- package/lib/entity/invoicing/coupon/couponState.js +0 -2
- package/lib/entity/invoicing/creditNote/creditNotePayload.d.ts +0 -47
- package/lib/entity/invoicing/creditNote/creditNotePayload.js +0 -2
- package/lib/entity/invoicing/creditNote/creditNoteReducer.d.ts +0 -10
- package/lib/entity/invoicing/creditNote/creditNoteReducer.js +0 -35
- package/lib/entity/invoicing/creditNote/creditNoteState.d.ts +0 -5
- package/lib/entity/invoicing/creditNote/creditNoteState.js +0 -2
- package/lib/entity/invoicing/dunningCase/dunningCasePayload.d.ts +0 -29
- package/lib/entity/invoicing/dunningCase/dunningCasePayload.js +0 -2
- package/lib/entity/invoicing/dunningCase/dunningCaseReducer.d.ts +0 -10
- package/lib/entity/invoicing/dunningCase/dunningCaseReducer.js +0 -35
- package/lib/entity/invoicing/dunningCase/dunningCaseState.d.ts +0 -5
- package/lib/entity/invoicing/dunningCase/dunningCaseState.js +0 -2
- package/lib/entity/invoicing/invoice/invoicePayload.d.ts +0 -93
- package/lib/entity/invoicing/invoice/invoicePayload.js +0 -2
- package/lib/entity/invoicing/invoice/invoiceReducer.d.ts +0 -10
- package/lib/entity/invoicing/invoice/invoiceReducer.js +0 -36
- package/lib/entity/invoicing/invoice/invoiceSelector.d.ts +0 -5
- package/lib/entity/invoicing/invoice/invoiceSelector.js +0 -9
- package/lib/entity/invoicing/invoice/invoiceState.d.ts +0 -5
- package/lib/entity/invoicing/invoice/invoiceState.js +0 -2
- package/lib/entity/invoicing/invoicingCommonPayload.d.ts +0 -56
- package/lib/entity/invoicing/invoicingCommonPayload.js +0 -2
- package/lib/entity/invoicing/invoicingCommonState.d.ts +0 -45
- package/lib/entity/invoicing/invoicingCommonState.js +0 -2
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.d.ts +0 -54
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.js +0 -72
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.d.ts +0 -9
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.js +0 -47
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.d.ts +0 -4
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.js +0 -17
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerState.d.ts +0 -50
- package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerState.js +0 -2
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.d.ts +0 -75
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.js +0 -105
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.d.ts +0 -9
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.js +0 -49
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.d.ts +0 -5
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.js +0 -17
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.d.ts +0 -75
- package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.js +0 -2
- package/lib/entity/invoicing/plan/planPayload.d.ts +0 -41
- package/lib/entity/invoicing/plan/planPayload.js +0 -2
- package/lib/entity/invoicing/plan/planReducer.d.ts +0 -10
- package/lib/entity/invoicing/plan/planReducer.js +0 -33
- package/lib/entity/invoicing/plan/planState.d.ts +0 -5
- package/lib/entity/invoicing/plan/planState.js +0 -2
- package/lib/entity/invoicing/product/productPayload.d.ts +0 -60
- package/lib/entity/invoicing/product/productPayload.js +0 -2
- package/lib/entity/invoicing/product/productReducer.d.ts +0 -10
- package/lib/entity/invoicing/product/productReducer.js +0 -33
- package/lib/entity/invoicing/product/productState.d.ts +0 -5
- package/lib/entity/invoicing/product/productState.js +0 -2
- package/lib/entity/invoicing/transaction/transactionPayload.d.ts +0 -54
- package/lib/entity/invoicing/transaction/transactionPayload.js +0 -2
- package/lib/entity/invoicing/transaction/transactionReducer.d.ts +0 -10
- package/lib/entity/invoicing/transaction/transactionReducer.js +0 -35
- package/lib/entity/invoicing/transaction/transactionState.d.ts +0 -5
- package/lib/entity/invoicing/transaction/transactionState.js +0 -2
- package/lib/esm/entity/invoicing/coupon/couponPayload.js +0 -1
- package/lib/esm/entity/invoicing/coupon/couponReducer.js +0 -29
- package/lib/esm/entity/invoicing/coupon/couponState.js +0 -1
- package/lib/esm/entity/invoicing/creditNote/creditNotePayload.js +0 -1
- package/lib/esm/entity/invoicing/creditNote/creditNoteReducer.js +0 -31
- package/lib/esm/entity/invoicing/creditNote/creditNoteState.js +0 -1
- package/lib/esm/entity/invoicing/dunningCase/dunningCasePayload.js +0 -1
- package/lib/esm/entity/invoicing/dunningCase/dunningCaseReducer.js +0 -31
- package/lib/esm/entity/invoicing/dunningCase/dunningCaseState.js +0 -1
- package/lib/esm/entity/invoicing/invoice/invoicePayload.js +0 -1
- package/lib/esm/entity/invoicing/invoice/invoiceReducer.js +0 -32
- package/lib/esm/entity/invoicing/invoice/invoiceSelector.js +0 -4
- package/lib/esm/entity/invoicing/invoice/invoiceState.js +0 -1
- package/lib/esm/entity/invoicing/invoicingCommonPayload.js +0 -1
- package/lib/esm/entity/invoicing/invoicingCommonState.js +0 -1
- package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.js +0 -68
- package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.js +0 -40
- package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.js +0 -10
- package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerState.js +0 -1
- package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.js +0 -98
- package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.js +0 -42
- package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.js +0 -10
- package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.js +0 -1
- package/lib/esm/entity/invoicing/plan/planPayload.js +0 -1
- package/lib/esm/entity/invoicing/plan/planReducer.js +0 -29
- package/lib/esm/entity/invoicing/plan/planState.js +0 -1
- package/lib/esm/entity/invoicing/product/productPayload.js +0 -1
- package/lib/esm/entity/invoicing/product/productReducer.js +0 -29
- package/lib/esm/entity/invoicing/product/productState.js +0 -1
- package/lib/esm/entity/invoicing/transaction/transactionPayload.js +0 -1
- package/lib/esm/entity/invoicing/transaction/transactionReducer.js +0 -31
- package/lib/esm/entity/invoicing/transaction/transactionState.js +0 -1
- package/lib/esm/view/invoicing/approvalAction/approvalActionEpic.js +0 -27
- package/lib/esm/view/invoicing/approvalAction/approvalActionPayload.js +0 -1
- package/lib/esm/view/invoicing/approvalAction/approvalActionReducer.js +0 -36
- package/lib/esm/view/invoicing/approvalAction/approvalActionSelector.js +0 -5
- package/lib/esm/view/invoicing/approvalAction/approvalActionState.js +0 -1
- package/lib/esm/view/invoicing/approvalsView/approvalsViewEpics.js +0 -35
- package/lib/esm/view/invoicing/approvalsView/approvalsViewPayload.js +0 -1
- package/lib/esm/view/invoicing/approvalsView/approvalsViewReducer.js +0 -62
- package/lib/esm/view/invoicing/approvalsView/approvalsViewSelector.js +0 -8
- package/lib/esm/view/invoicing/approvalsView/approvalsViewState.js +0 -1
- package/lib/esm/view/invoicing/auditView/auditViewEpics.js +0 -44
- package/lib/esm/view/invoicing/auditView/auditViewPayload.js +0 -1
- package/lib/esm/view/invoicing/auditView/auditViewReducer.js +0 -56
- package/lib/esm/view/invoicing/auditView/auditViewSelector.js +0 -8
- package/lib/esm/view/invoicing/auditView/auditViewState.js +0 -1
- package/lib/esm/view/invoicing/catalogView/catalogViewEpics.js +0 -139
- package/lib/esm/view/invoicing/catalogView/catalogViewPayload.js +0 -1
- package/lib/esm/view/invoicing/catalogView/catalogViewReducer.js +0 -162
- package/lib/esm/view/invoicing/catalogView/catalogViewSelector.js +0 -31
- package/lib/esm/view/invoicing/catalogView/catalogViewState.js +0 -1
- package/lib/esm/view/invoicing/catalogWrite/catalogWriteEpic.js +0 -35
- package/lib/esm/view/invoicing/catalogWrite/catalogWritePayload.js +0 -1
- package/lib/esm/view/invoicing/catalogWrite/catalogWriteReducer.js +0 -39
- package/lib/esm/view/invoicing/catalogWrite/catalogWriteSelector.js +0 -6
- package/lib/esm/view/invoicing/catalogWrite/catalogWriteState.js +0 -1
- package/lib/esm/view/invoicing/couponView/couponViewEpics.js +0 -79
- package/lib/esm/view/invoicing/couponView/couponViewPayload.js +0 -1
- package/lib/esm/view/invoicing/couponView/couponViewReducer.js +0 -105
- package/lib/esm/view/invoicing/couponView/couponViewSelector.js +0 -18
- package/lib/esm/view/invoicing/couponView/couponViewState.js +0 -1
- package/lib/esm/view/invoicing/couponWrite/couponWriteEpic.js +0 -28
- package/lib/esm/view/invoicing/couponWrite/couponWritePayload.js +0 -1
- package/lib/esm/view/invoicing/couponWrite/couponWriteReducer.js +0 -36
- package/lib/esm/view/invoicing/couponWrite/couponWriteSelector.js +0 -5
- package/lib/esm/view/invoicing/couponWrite/couponWriteState.js +0 -1
- package/lib/esm/view/invoicing/createInvoice/createInvoiceEpic.js +0 -22
- package/lib/esm/view/invoicing/createInvoice/createInvoicePayload.js +0 -1
- package/lib/esm/view/invoicing/createInvoice/createInvoiceReducer.js +0 -36
- package/lib/esm/view/invoicing/createInvoice/createInvoiceSelector.js +0 -5
- package/lib/esm/view/invoicing/createInvoice/createInvoiceState.js +0 -1
- package/lib/esm/view/invoicing/creditNoteView/creditNoteViewEpics.js +0 -85
- package/lib/esm/view/invoicing/creditNoteView/creditNoteViewPayload.js +0 -1
- package/lib/esm/view/invoicing/creditNoteView/creditNoteViewReducer.js +0 -105
- package/lib/esm/view/invoicing/creditNoteView/creditNoteViewSelector.js +0 -20
- package/lib/esm/view/invoicing/creditNoteView/creditNoteViewState.js +0 -1
- package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodEpic.js +0 -60
- package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.js +0 -1
- package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.js +0 -84
- package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.js +0 -7
- package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodState.js +0 -1
- package/lib/esm/view/invoicing/dataImportAction/dataImportActionEpic.js +0 -41
- package/lib/esm/view/invoicing/dataImportAction/dataImportActionPayload.js +0 -1
- package/lib/esm/view/invoicing/dataImportAction/dataImportActionReducer.js +0 -73
- package/lib/esm/view/invoicing/dataImportAction/dataImportActionSelector.js +0 -5
- package/lib/esm/view/invoicing/dataImportAction/dataImportActionState.js +0 -1
- package/lib/esm/view/invoicing/dataImportView/dataImportViewEpics.js +0 -34
- package/lib/esm/view/invoicing/dataImportView/dataImportViewPayload.js +0 -1
- package/lib/esm/view/invoicing/dataImportView/dataImportViewReducer.js +0 -66
- package/lib/esm/view/invoicing/dataImportView/dataImportViewSelector.js +0 -8
- package/lib/esm/view/invoicing/dataImportView/dataImportViewState.js +0 -1
- package/lib/esm/view/invoicing/dunningAction/dunningActionEpic.js +0 -27
- package/lib/esm/view/invoicing/dunningAction/dunningActionPayload.js +0 -1
- package/lib/esm/view/invoicing/dunningAction/dunningActionReducer.js +0 -36
- package/lib/esm/view/invoicing/dunningAction/dunningActionSelector.js +0 -5
- package/lib/esm/view/invoicing/dunningAction/dunningActionState.js +0 -1
- package/lib/esm/view/invoicing/dunningCaseView/dunningCaseViewEpics.js +0 -79
- package/lib/esm/view/invoicing/dunningCaseView/dunningCaseViewPayload.js +0 -1
- package/lib/esm/view/invoicing/dunningCaseView/dunningCaseViewReducer.js +0 -105
- package/lib/esm/view/invoicing/dunningCaseView/dunningCaseViewSelector.js +0 -20
- package/lib/esm/view/invoicing/dunningCaseView/dunningCaseViewState.js +0 -1
- package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.js +0 -1
- package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.js +0 -36
- package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.js +0 -19
- package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.js +0 -1
- package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.js +0 -22
- package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.js +0 -1
- package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.js +0 -36
- package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.js +0 -30
- package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.js +0 -1
- package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.js +0 -24
- package/lib/esm/view/invoicing/invoiceAction/invoiceActionEpic.js +0 -49
- package/lib/esm/view/invoicing/invoiceAction/invoiceActionPayload.js +0 -1
- package/lib/esm/view/invoicing/invoiceAction/invoiceActionReducer.js +0 -42
- package/lib/esm/view/invoicing/invoiceAction/invoiceActionSelector.js +0 -5
- package/lib/esm/view/invoicing/invoiceAction/invoiceActionState.js +0 -1
- package/lib/esm/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.js +0 -19
- package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailPayload.js +0 -1
- package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailReducer.js +0 -34
- package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailSelector.js +0 -9
- package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailState.js +0 -1
- package/lib/esm/view/invoicing/invoiceList/fetchInvoiceCountsEpic.js +0 -32
- package/lib/esm/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.js +0 -14
- package/lib/esm/view/invoicing/invoiceList/fetchInvoiceListEpic.js +0 -53
- package/lib/esm/view/invoicing/invoiceList/invoiceListPayload.js +0 -1
- package/lib/esm/view/invoicing/invoiceList/invoiceListReducer.js +0 -90
- package/lib/esm/view/invoicing/invoiceList/invoiceListSelector.js +0 -11
- package/lib/esm/view/invoicing/invoiceList/invoiceListState.js +0 -1
- package/lib/esm/view/invoicing/invoicePdf/invoicePdfEpic.js +0 -36
- package/lib/esm/view/invoicing/invoicePdf/invoicePdfReducer.js +0 -33
- package/lib/esm/view/invoicing/invoicePdf/invoicePdfSelector.js +0 -5
- package/lib/esm/view/invoicing/invoicePdf/invoicePdfState.js +0 -1
- package/lib/esm/view/invoicing/invoicingApiHelper.js +0 -14
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.js +0 -22
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.js +0 -41
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewPayload.js +0 -1
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewReducer.js +0 -51
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewSelector.js +0 -25
- package/lib/esm/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewState.js +0 -1
- package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.js +0 -20
- package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.js +0 -40
- package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.js +0 -27
- package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.js +0 -1
- package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.js +0 -89
- package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.js +0 -9
- package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.js +0 -1
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.js +0 -55
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.js +0 -17
- package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewPayload.js +0 -87
- package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewReducer.js +0 -115
- package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewSelector.js +0 -62
- package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewState.js +0 -1
- package/lib/esm/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewEpics.js +0 -19
- package/lib/esm/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewPayload.js +0 -1
- package/lib/esm/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewReducer.js +0 -31
- package/lib/esm/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewSelector.js +0 -13
- package/lib/esm/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewState.js +0 -1
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.js +0 -23
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.js +0 -49
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.js +0 -27
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.js +0 -1
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.js +0 -89
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.js +0 -9
- package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.js +0 -1
- package/lib/esm/view/invoicing/paymentAction/paymentActionEpic.js +0 -27
- package/lib/esm/view/invoicing/paymentAction/paymentActionPayload.js +0 -1
- package/lib/esm/view/invoicing/paymentAction/paymentActionReducer.js +0 -36
- package/lib/esm/view/invoicing/paymentAction/paymentActionSelector.js +0 -5
- package/lib/esm/view/invoicing/paymentAction/paymentActionState.js +0 -1
- package/lib/esm/view/invoicing/recordPayment/recordPaymentEpic.js +0 -22
- package/lib/esm/view/invoicing/recordPayment/recordPaymentPayload.js +0 -1
- package/lib/esm/view/invoicing/recordPayment/recordPaymentReducer.js +0 -36
- package/lib/esm/view/invoicing/recordPayment/recordPaymentSelector.js +0 -5
- package/lib/esm/view/invoicing/recordPayment/recordPaymentState.js +0 -1
- package/lib/esm/view/invoicing/reportsView/reportsViewEpics.js +0 -27
- package/lib/esm/view/invoicing/reportsView/reportsViewPayload.js +0 -1
- package/lib/esm/view/invoicing/reportsView/reportsViewReducer.js +0 -54
- package/lib/esm/view/invoicing/reportsView/reportsViewSelector.js +0 -13
- package/lib/esm/view/invoicing/reportsView/reportsViewState.js +0 -1
- package/lib/esm/view/invoicing/settingsView/settingsViewEpics.js +0 -52
- package/lib/esm/view/invoicing/settingsView/settingsViewPayload.js +0 -1
- package/lib/esm/view/invoicing/settingsView/settingsViewReducer.js +0 -69
- package/lib/esm/view/invoicing/settingsView/settingsViewSelector.js +0 -7
- package/lib/esm/view/invoicing/settingsView/settingsViewState.js +0 -1
- package/lib/esm/view/invoicing/subscriptionAction/subscriptionActionEpic.js +0 -27
- package/lib/esm/view/invoicing/subscriptionAction/subscriptionActionPayload.js +0 -1
- package/lib/esm/view/invoicing/subscriptionAction/subscriptionActionReducer.js +0 -36
- package/lib/esm/view/invoicing/subscriptionAction/subscriptionActionSelector.js +0 -5
- package/lib/esm/view/invoicing/subscriptionAction/subscriptionActionState.js +0 -1
- package/lib/esm/view/invoicing/transactionView/transactionViewEpics.js +0 -70
- package/lib/esm/view/invoicing/transactionView/transactionViewPayload.js +0 -1
- package/lib/esm/view/invoicing/transactionView/transactionViewReducer.js +0 -90
- package/lib/esm/view/invoicing/transactionView/transactionViewSelector.js +0 -19
- package/lib/esm/view/invoicing/transactionView/transactionViewState.js +0 -1
- package/lib/view/invoicing/approvalAction/approvalActionEpic.d.ts +0 -8
- package/lib/view/invoicing/approvalAction/approvalActionEpic.js +0 -31
- package/lib/view/invoicing/approvalAction/approvalActionPayload.d.ts +0 -3
- package/lib/view/invoicing/approvalAction/approvalActionPayload.js +0 -2
- package/lib/view/invoicing/approvalAction/approvalActionReducer.d.ts +0 -17
- package/lib/view/invoicing/approvalAction/approvalActionReducer.js +0 -40
- package/lib/view/invoicing/approvalAction/approvalActionSelector.d.ts +0 -3
- package/lib/view/invoicing/approvalAction/approvalActionSelector.js +0 -9
- package/lib/view/invoicing/approvalAction/approvalActionState.d.ts +0 -5
- package/lib/view/invoicing/approvalAction/approvalActionState.js +0 -2
- package/lib/view/invoicing/approvalsView/approvalsViewEpics.d.ts +0 -7
- package/lib/view/invoicing/approvalsView/approvalsViewEpics.js +0 -39
- package/lib/view/invoicing/approvalsView/approvalsViewPayload.d.ts +0 -14
- package/lib/view/invoicing/approvalsView/approvalsViewPayload.js +0 -2
- package/lib/view/invoicing/approvalsView/approvalsViewReducer.d.ts +0 -22
- package/lib/view/invoicing/approvalsView/approvalsViewReducer.js +0 -66
- package/lib/view/invoicing/approvalsView/approvalsViewSelector.d.ts +0 -9
- package/lib/view/invoicing/approvalsView/approvalsViewSelector.js +0 -16
- package/lib/view/invoicing/approvalsView/approvalsViewState.d.ts +0 -14
- package/lib/view/invoicing/approvalsView/approvalsViewState.js +0 -2
- package/lib/view/invoicing/auditView/auditViewEpics.d.ts +0 -7
- package/lib/view/invoicing/auditView/auditViewEpics.js +0 -48
- package/lib/view/invoicing/auditView/auditViewPayload.d.ts +0 -14
- package/lib/view/invoicing/auditView/auditViewPayload.js +0 -2
- package/lib/view/invoicing/auditView/auditViewReducer.d.ts +0 -22
- package/lib/view/invoicing/auditView/auditViewReducer.js +0 -60
- package/lib/view/invoicing/auditView/auditViewSelector.d.ts +0 -9
- package/lib/view/invoicing/auditView/auditViewSelector.js +0 -16
- package/lib/view/invoicing/auditView/auditViewState.d.ts +0 -17
- package/lib/view/invoicing/auditView/auditViewState.js +0 -2
- package/lib/view/invoicing/catalogView/catalogViewEpics.d.ts +0 -14
- package/lib/view/invoicing/catalogView/catalogViewEpics.js +0 -148
- package/lib/view/invoicing/catalogView/catalogViewPayload.d.ts +0 -10
- package/lib/view/invoicing/catalogView/catalogViewPayload.js +0 -2
- package/lib/view/invoicing/catalogView/catalogViewReducer.d.ts +0 -46
- package/lib/view/invoicing/catalogView/catalogViewReducer.js +0 -166
- package/lib/view/invoicing/catalogView/catalogViewSelector.d.ts +0 -24
- package/lib/view/invoicing/catalogView/catalogViewSelector.js +0 -52
- package/lib/view/invoicing/catalogView/catalogViewState.d.ts +0 -36
- package/lib/view/invoicing/catalogView/catalogViewState.js +0 -2
- package/lib/view/invoicing/catalogWrite/catalogWriteEpic.d.ts +0 -9
- package/lib/view/invoicing/catalogWrite/catalogWriteEpic.js +0 -39
- package/lib/view/invoicing/catalogWrite/catalogWritePayload.d.ts +0 -4
- package/lib/view/invoicing/catalogWrite/catalogWritePayload.js +0 -2
- package/lib/view/invoicing/catalogWrite/catalogWriteReducer.d.ts +0 -16
- package/lib/view/invoicing/catalogWrite/catalogWriteReducer.js +0 -43
- package/lib/view/invoicing/catalogWrite/catalogWriteSelector.d.ts +0 -6
- package/lib/view/invoicing/catalogWrite/catalogWriteSelector.js +0 -12
- package/lib/view/invoicing/catalogWrite/catalogWriteState.d.ts +0 -7
- package/lib/view/invoicing/catalogWrite/catalogWriteState.js +0 -2
- package/lib/view/invoicing/couponView/couponViewEpics.d.ts +0 -11
- package/lib/view/invoicing/couponView/couponViewEpics.js +0 -86
- package/lib/view/invoicing/couponView/couponViewPayload.d.ts +0 -7
- package/lib/view/invoicing/couponView/couponViewPayload.js +0 -2
- package/lib/view/invoicing/couponView/couponViewReducer.d.ts +0 -28
- package/lib/view/invoicing/couponView/couponViewReducer.js +0 -109
- package/lib/view/invoicing/couponView/couponViewSelector.d.ts +0 -15
- package/lib/view/invoicing/couponView/couponViewSelector.js +0 -31
- package/lib/view/invoicing/couponView/couponViewState.d.ts +0 -20
- package/lib/view/invoicing/couponView/couponViewState.js +0 -2
- package/lib/view/invoicing/couponWrite/couponWriteEpic.d.ts +0 -8
- package/lib/view/invoicing/couponWrite/couponWriteEpic.js +0 -32
- package/lib/view/invoicing/couponWrite/couponWritePayload.d.ts +0 -3
- package/lib/view/invoicing/couponWrite/couponWritePayload.js +0 -2
- package/lib/view/invoicing/couponWrite/couponWriteReducer.d.ts +0 -14
- package/lib/view/invoicing/couponWrite/couponWriteReducer.js +0 -40
- package/lib/view/invoicing/couponWrite/couponWriteSelector.d.ts +0 -4
- package/lib/view/invoicing/couponWrite/couponWriteSelector.js +0 -10
- package/lib/view/invoicing/couponWrite/couponWriteState.d.ts +0 -5
- package/lib/view/invoicing/couponWrite/couponWriteState.js +0 -2
- package/lib/view/invoicing/createInvoice/createInvoiceEpic.d.ts +0 -8
- package/lib/view/invoicing/createInvoice/createInvoiceEpic.js +0 -26
- package/lib/view/invoicing/createInvoice/createInvoicePayload.d.ts +0 -25
- package/lib/view/invoicing/createInvoice/createInvoicePayload.js +0 -2
- package/lib/view/invoicing/createInvoice/createInvoiceReducer.d.ts +0 -10
- package/lib/view/invoicing/createInvoice/createInvoiceReducer.js +0 -40
- package/lib/view/invoicing/createInvoice/createInvoiceSelector.d.ts +0 -4
- package/lib/view/invoicing/createInvoice/createInvoiceSelector.js +0 -10
- package/lib/view/invoicing/createInvoice/createInvoiceState.d.ts +0 -6
- package/lib/view/invoicing/createInvoice/createInvoiceState.js +0 -2
- package/lib/view/invoicing/creditNoteView/creditNoteViewEpics.d.ts +0 -11
- package/lib/view/invoicing/creditNoteView/creditNoteViewEpics.js +0 -92
- package/lib/view/invoicing/creditNoteView/creditNoteViewPayload.d.ts +0 -7
- package/lib/view/invoicing/creditNoteView/creditNoteViewPayload.js +0 -2
- package/lib/view/invoicing/creditNoteView/creditNoteViewReducer.d.ts +0 -28
- package/lib/view/invoicing/creditNoteView/creditNoteViewReducer.js +0 -109
- package/lib/view/invoicing/creditNoteView/creditNoteViewSelector.d.ts +0 -15
- package/lib/view/invoicing/creditNoteView/creditNoteViewSelector.js +0 -33
- package/lib/view/invoicing/creditNoteView/creditNoteViewState.d.ts +0 -21
- package/lib/view/invoicing/creditNoteView/creditNoteViewState.js +0 -2
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodEpic.d.ts +0 -11
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodEpic.js +0 -67
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.d.ts +0 -18
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.js +0 -2
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.d.ts +0 -21
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.js +0 -88
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.d.ts +0 -10
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.js +0 -17
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodState.d.ts +0 -23
- package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodState.js +0 -2
- package/lib/view/invoicing/dataImportAction/dataImportActionEpic.d.ts +0 -7
- package/lib/view/invoicing/dataImportAction/dataImportActionEpic.js +0 -45
- package/lib/view/invoicing/dataImportAction/dataImportActionPayload.d.ts +0 -3
- package/lib/view/invoicing/dataImportAction/dataImportActionPayload.js +0 -2
- package/lib/view/invoicing/dataImportAction/dataImportActionReducer.d.ts +0 -19
- package/lib/view/invoicing/dataImportAction/dataImportActionReducer.js +0 -77
- package/lib/view/invoicing/dataImportAction/dataImportActionSelector.d.ts +0 -4
- package/lib/view/invoicing/dataImportAction/dataImportActionSelector.js +0 -9
- package/lib/view/invoicing/dataImportAction/dataImportActionState.d.ts +0 -5
- package/lib/view/invoicing/dataImportAction/dataImportActionState.js +0 -2
- package/lib/view/invoicing/dataImportView/dataImportViewEpics.d.ts +0 -9
- package/lib/view/invoicing/dataImportView/dataImportViewEpics.js +0 -40
- package/lib/view/invoicing/dataImportView/dataImportViewPayload.d.ts +0 -50
- package/lib/view/invoicing/dataImportView/dataImportViewPayload.js +0 -2
- package/lib/view/invoicing/dataImportView/dataImportViewReducer.d.ts +0 -7
- package/lib/view/invoicing/dataImportView/dataImportViewReducer.js +0 -70
- package/lib/view/invoicing/dataImportView/dataImportViewSelector.d.ts +0 -9
- package/lib/view/invoicing/dataImportView/dataImportViewSelector.js +0 -17
- package/lib/view/invoicing/dataImportView/dataImportViewState.d.ts +0 -10
- package/lib/view/invoicing/dataImportView/dataImportViewState.js +0 -2
- package/lib/view/invoicing/dunningAction/dunningActionEpic.d.ts +0 -8
- package/lib/view/invoicing/dunningAction/dunningActionEpic.js +0 -31
- package/lib/view/invoicing/dunningAction/dunningActionPayload.d.ts +0 -3
- package/lib/view/invoicing/dunningAction/dunningActionPayload.js +0 -2
- package/lib/view/invoicing/dunningAction/dunningActionReducer.d.ts +0 -21
- package/lib/view/invoicing/dunningAction/dunningActionReducer.js +0 -40
- package/lib/view/invoicing/dunningAction/dunningActionSelector.d.ts +0 -3
- package/lib/view/invoicing/dunningAction/dunningActionSelector.js +0 -9
- package/lib/view/invoicing/dunningAction/dunningActionState.d.ts +0 -5
- package/lib/view/invoicing/dunningAction/dunningActionState.js +0 -2
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewEpics.d.ts +0 -11
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewEpics.js +0 -86
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewPayload.d.ts +0 -7
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewPayload.js +0 -2
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewReducer.d.ts +0 -28
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewReducer.js +0 -109
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewSelector.d.ts +0 -15
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewSelector.js +0 -33
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewState.d.ts +0 -20
- package/lib/view/invoicing/dunningCaseView/dunningCaseViewState.js +0 -2
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.d.ts +0 -3
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.js +0 -2
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.d.ts +0 -14
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.js +0 -40
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.d.ts +0 -15
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.js +0 -23
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.d.ts +0 -5
- package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.js +0 -2
- package/lib/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.d.ts +0 -8
- package/lib/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.js +0 -26
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.d.ts +0 -3
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.js +0 -2
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.d.ts +0 -14
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.js +0 -40
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.d.ts +0 -34
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.js +0 -35
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.d.ts +0 -5
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.js +0 -2
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.d.ts +0 -8
- package/lib/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.js +0 -28
- package/lib/view/invoicing/invoiceAction/invoiceActionEpic.d.ts +0 -9
- package/lib/view/invoicing/invoiceAction/invoiceActionEpic.js +0 -54
- package/lib/view/invoicing/invoiceAction/invoiceActionPayload.d.ts +0 -3
- package/lib/view/invoicing/invoiceAction/invoiceActionPayload.js +0 -2
- package/lib/view/invoicing/invoiceAction/invoiceActionReducer.d.ts +0 -23
- package/lib/view/invoicing/invoiceAction/invoiceActionReducer.js +0 -46
- package/lib/view/invoicing/invoiceAction/invoiceActionSelector.d.ts +0 -3
- package/lib/view/invoicing/invoiceAction/invoiceActionSelector.js +0 -9
- package/lib/view/invoicing/invoiceAction/invoiceActionState.d.ts +0 -5
- package/lib/view/invoicing/invoiceAction/invoiceActionState.js +0 -2
- package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.d.ts +0 -8
- package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.js +0 -23
- package/lib/view/invoicing/invoiceDetail/invoiceDetailPayload.d.ts +0 -3
- package/lib/view/invoicing/invoiceDetail/invoiceDetailPayload.js +0 -2
- package/lib/view/invoicing/invoiceDetail/invoiceDetailReducer.d.ts +0 -11
- package/lib/view/invoicing/invoiceDetail/invoiceDetailReducer.js +0 -38
- package/lib/view/invoicing/invoiceDetail/invoiceDetailSelector.d.ts +0 -5
- package/lib/view/invoicing/invoiceDetail/invoiceDetailSelector.js +0 -14
- package/lib/view/invoicing/invoiceDetail/invoiceDetailState.d.ts +0 -4
- package/lib/view/invoicing/invoiceDetail/invoiceDetailState.js +0 -2
- package/lib/view/invoicing/invoiceList/fetchInvoiceCountsEpic.d.ts +0 -7
- package/lib/view/invoicing/invoiceList/fetchInvoiceCountsEpic.js +0 -36
- package/lib/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.d.ts +0 -7
- package/lib/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.js +0 -18
- package/lib/view/invoicing/invoiceList/fetchInvoiceListEpic.d.ts +0 -8
- package/lib/view/invoicing/invoiceList/fetchInvoiceListEpic.js +0 -57
- package/lib/view/invoicing/invoiceList/invoiceListPayload.d.ts +0 -6
- package/lib/view/invoicing/invoiceList/invoiceListPayload.js +0 -2
- package/lib/view/invoicing/invoiceList/invoiceListReducer.d.ts +0 -23
- package/lib/view/invoicing/invoiceList/invoiceListReducer.js +0 -94
- package/lib/view/invoicing/invoiceList/invoiceListSelector.d.ts +0 -12
- package/lib/view/invoicing/invoiceList/invoiceListSelector.js +0 -21
- package/lib/view/invoicing/invoiceList/invoiceListState.d.ts +0 -26
- package/lib/view/invoicing/invoiceList/invoiceListState.js +0 -2
- package/lib/view/invoicing/invoicePdf/invoicePdfEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicePdf/invoicePdfEpic.js +0 -40
- package/lib/view/invoicing/invoicePdf/invoicePdfReducer.d.ts +0 -17
- package/lib/view/invoicing/invoicePdf/invoicePdfReducer.js +0 -37
- package/lib/view/invoicing/invoicePdf/invoicePdfSelector.d.ts +0 -3
- package/lib/view/invoicing/invoicePdf/invoicePdfSelector.js +0 -9
- package/lib/view/invoicing/invoicePdf/invoicePdfState.d.ts +0 -5
- package/lib/view/invoicing/invoicePdf/invoicePdfState.js +0 -2
- package/lib/view/invoicing/invoicingApiHelper.d.ts +0 -15
- package/lib/view/invoicing/invoicingApiHelper.js +0 -19
- package/lib/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.d.ts +0 -8
- package/lib/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.js +0 -26
- package/lib/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.d.ts +0 -18
- package/lib/view/invoicing/invoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.js +0 -45
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewPayload.d.ts +0 -3
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewPayload.js +0 -2
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewReducer.d.ts +0 -22
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewReducer.js +0 -56
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewSelector.d.ts +0 -25
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewSelector.js +0 -32
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewState.d.ts +0 -7
- package/lib/view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewState.js +0 -2
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.js +0 -24
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.d.ts +0 -8
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.js +0 -44
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.d.ts +0 -16
- package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.js +0 -31
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.d.ts +0 -5
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.js +0 -2
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.d.ts +0 -31
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.js +0 -93
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.d.ts +0 -12
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.js +0 -13
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.d.ts +0 -16
- package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.js +0 -2
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.d.ts +0 -14
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.js +0 -59
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.js +0 -21
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewPayload.d.ts +0 -98
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewPayload.js +0 -96
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewReducer.d.ts +0 -10
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewReducer.js +0 -119
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewSelector.d.ts +0 -32
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewSelector.js +0 -67
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewState.d.ts +0 -110
- package/lib/view/invoicing/invoicingOverview/invoicingOverviewState.js +0 -2
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewEpics.d.ts +0 -8
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewEpics.js +0 -23
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewPayload.d.ts +0 -3
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewPayload.js +0 -2
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewReducer.d.ts +0 -11
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewReducer.js +0 -35
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewSelector.d.ts +0 -15
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewSelector.js +0 -18
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewState.d.ts +0 -4
- package/lib/view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewState.js +0 -2
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.d.ts +0 -7
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.js +0 -27
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.d.ts +0 -8
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.js +0 -53
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.d.ts +0 -16
- package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.js +0 -31
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.d.ts +0 -5
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.js +0 -2
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.d.ts +0 -31
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.js +0 -93
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.d.ts +0 -12
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.js +0 -13
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.d.ts +0 -19
- package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.js +0 -2
- package/lib/view/invoicing/paymentAction/paymentActionEpic.d.ts +0 -8
- package/lib/view/invoicing/paymentAction/paymentActionEpic.js +0 -31
- package/lib/view/invoicing/paymentAction/paymentActionPayload.d.ts +0 -3
- package/lib/view/invoicing/paymentAction/paymentActionPayload.js +0 -2
- package/lib/view/invoicing/paymentAction/paymentActionReducer.d.ts +0 -18
- package/lib/view/invoicing/paymentAction/paymentActionReducer.js +0 -40
- package/lib/view/invoicing/paymentAction/paymentActionSelector.d.ts +0 -3
- package/lib/view/invoicing/paymentAction/paymentActionSelector.js +0 -9
- package/lib/view/invoicing/paymentAction/paymentActionState.d.ts +0 -5
- package/lib/view/invoicing/paymentAction/paymentActionState.js +0 -2
- package/lib/view/invoicing/recordPayment/recordPaymentEpic.d.ts +0 -8
- package/lib/view/invoicing/recordPayment/recordPaymentEpic.js +0 -26
- package/lib/view/invoicing/recordPayment/recordPaymentPayload.d.ts +0 -23
- package/lib/view/invoicing/recordPayment/recordPaymentPayload.js +0 -2
- package/lib/view/invoicing/recordPayment/recordPaymentReducer.d.ts +0 -10
- package/lib/view/invoicing/recordPayment/recordPaymentReducer.js +0 -40
- package/lib/view/invoicing/recordPayment/recordPaymentSelector.d.ts +0 -4
- package/lib/view/invoicing/recordPayment/recordPaymentSelector.js +0 -10
- package/lib/view/invoicing/recordPayment/recordPaymentState.d.ts +0 -6
- package/lib/view/invoicing/recordPayment/recordPaymentState.js +0 -2
- package/lib/view/invoicing/reportsView/reportsViewEpics.d.ts +0 -7
- package/lib/view/invoicing/reportsView/reportsViewEpics.js +0 -31
- package/lib/view/invoicing/reportsView/reportsViewPayload.d.ts +0 -58
- package/lib/view/invoicing/reportsView/reportsViewPayload.js +0 -2
- package/lib/view/invoicing/reportsView/reportsViewReducer.d.ts +0 -13
- package/lib/view/invoicing/reportsView/reportsViewReducer.js +0 -58
- package/lib/view/invoicing/reportsView/reportsViewSelector.d.ts +0 -12
- package/lib/view/invoicing/reportsView/reportsViewSelector.js +0 -24
- package/lib/view/invoicing/reportsView/reportsViewState.d.ts +0 -8
- package/lib/view/invoicing/reportsView/reportsViewState.js +0 -2
- package/lib/view/invoicing/settingsView/settingsViewEpics.d.ts +0 -10
- package/lib/view/invoicing/settingsView/settingsViewEpics.js +0 -59
- package/lib/view/invoicing/settingsView/settingsViewPayload.d.ts +0 -8
- package/lib/view/invoicing/settingsView/settingsViewPayload.js +0 -2
- package/lib/view/invoicing/settingsView/settingsViewReducer.d.ts +0 -7
- package/lib/view/invoicing/settingsView/settingsViewReducer.js +0 -73
- package/lib/view/invoicing/settingsView/settingsViewSelector.d.ts +0 -7
- package/lib/view/invoicing/settingsView/settingsViewSelector.js +0 -14
- package/lib/view/invoicing/settingsView/settingsViewState.d.ts +0 -7
- package/lib/view/invoicing/settingsView/settingsViewState.js +0 -2
- package/lib/view/invoicing/subscriptionAction/subscriptionActionEpic.d.ts +0 -8
- package/lib/view/invoicing/subscriptionAction/subscriptionActionEpic.js +0 -31
- package/lib/view/invoicing/subscriptionAction/subscriptionActionPayload.d.ts +0 -3
- package/lib/view/invoicing/subscriptionAction/subscriptionActionPayload.js +0 -2
- package/lib/view/invoicing/subscriptionAction/subscriptionActionReducer.d.ts +0 -18
- package/lib/view/invoicing/subscriptionAction/subscriptionActionReducer.js +0 -40
- package/lib/view/invoicing/subscriptionAction/subscriptionActionSelector.d.ts +0 -3
- package/lib/view/invoicing/subscriptionAction/subscriptionActionSelector.js +0 -9
- package/lib/view/invoicing/subscriptionAction/subscriptionActionState.d.ts +0 -5
- package/lib/view/invoicing/subscriptionAction/subscriptionActionState.js +0 -2
- package/lib/view/invoicing/transactionView/transactionViewEpics.d.ts +0 -10
- package/lib/view/invoicing/transactionView/transactionViewEpics.js +0 -76
- package/lib/view/invoicing/transactionView/transactionViewPayload.d.ts +0 -6
- package/lib/view/invoicing/transactionView/transactionViewPayload.js +0 -2
- package/lib/view/invoicing/transactionView/transactionViewReducer.d.ts +0 -27
- package/lib/view/invoicing/transactionView/transactionViewReducer.js +0 -94
- package/lib/view/invoicing/transactionView/transactionViewSelector.d.ts +0 -13
- package/lib/view/invoicing/transactionView/transactionViewSelector.js +0 -31
- package/lib/view/invoicing/transactionView/transactionViewState.d.ts +0 -20
- package/lib/view/invoicing/transactionView/transactionViewState.js +0 -2
package/lib/reducer.d.ts
CHANGED
|
@@ -32,15 +32,6 @@ import { ForecastState } from './entity/forecast/forecastState';
|
|
|
32
32
|
import { EntityState } from './entity/genericEntity/entityState';
|
|
33
33
|
import { GlobalMerchantState } from './entity/globalMerchant/globalMerchantState';
|
|
34
34
|
import { InsightState } from './entity/insights/insightState';
|
|
35
|
-
import { InvoicingCouponState } from './entity/invoicing/coupon/couponState';
|
|
36
|
-
import { InvoicingCreditNoteState } from './entity/invoicing/creditNote/creditNoteState';
|
|
37
|
-
import { InvoicingCustomerState } from './entity/invoicing/invoicingCustomer/invoicingCustomerState';
|
|
38
|
-
import { InvoicingDunningCaseState } from './entity/invoicing/dunningCase/dunningCaseState';
|
|
39
|
-
import { InvoiceState as InvoicingInvoiceState } from './entity/invoicing/invoice/invoiceState';
|
|
40
|
-
import { InvoicingPlanState } from './entity/invoicing/plan/planState';
|
|
41
|
-
import { InvoicingProductState } from './entity/invoicing/product/productState';
|
|
42
|
-
import { InvoicingSubscriptionState } from './entity/invoicing/invoicingSubscription/invoicingSubscriptionState';
|
|
43
|
-
import { InvoicingTransactionState } from './entity/invoicing/transaction/transactionState';
|
|
44
35
|
import { JESchedulesState } from './entity/jeSchedules/jeSchedulesState';
|
|
45
36
|
import { MerchantState } from './entity/merchant/merchant';
|
|
46
37
|
import { MonthEndCloseChecksState } from './entity/monthEndCloseChecks/monthEndCloseChecksState';
|
|
@@ -124,37 +115,6 @@ import { ForecastListState } from './view/forecastList/forecastListState';
|
|
|
124
115
|
import { GlobalMerchantAutoCompleteState } from './view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState';
|
|
125
116
|
import { GlobalMerchantViewState } from './view/globalMerchantView/globalMerchantViewState';
|
|
126
117
|
import { InsightsCardState } from './view/insightsCard/insightsCardState';
|
|
127
|
-
import { InvoicingOverviewState } from './view/invoicing/invoicingOverview/invoicingOverviewState';
|
|
128
|
-
import { InvoicingApprovalActionState } from './view/invoicing/approvalAction/approvalActionState';
|
|
129
|
-
import { InvoicingApprovalsViewState } from './view/invoicing/approvalsView/approvalsViewState';
|
|
130
|
-
import { InvoicingAuditViewState } from './view/invoicing/auditView/auditViewState';
|
|
131
|
-
import { InvoicingCatalogViewState } from './view/invoicing/catalogView/catalogViewState';
|
|
132
|
-
import { InvoicingCatalogWriteState } from './view/invoicing/catalogWrite/catalogWriteState';
|
|
133
|
-
import { InvoicingCouponViewState } from './view/invoicing/couponView/couponViewState';
|
|
134
|
-
import { InvoicingCouponWriteState } from './view/invoicing/couponWrite/couponWriteState';
|
|
135
|
-
import { CreateInvoiceState as InvoicingCreateInvoiceState } from './view/invoicing/createInvoice/createInvoiceState';
|
|
136
|
-
import { InvoicingCreditNoteViewState } from './view/invoicing/creditNoteView/creditNoteViewState';
|
|
137
|
-
import { InvoicingCustomerPaymentMethodState } from './view/invoicing/customerPaymentMethod/customerPaymentMethodState';
|
|
138
|
-
import { InvoicingCustomerDetailViewState } from './view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewState';
|
|
139
|
-
import { InvoicingCustomerListViewState } from './view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState';
|
|
140
|
-
import { EditInvoicingCustomerDetailViewState } from './view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState';
|
|
141
|
-
import { InvoicingDataImportActionState } from './view/invoicing/dataImportAction/dataImportActionState';
|
|
142
|
-
import { InvoicingDataImportViewState } from './view/invoicing/dataImportView/dataImportViewState';
|
|
143
|
-
import { InvoicingDunningActionState } from './view/invoicing/dunningAction/dunningActionState';
|
|
144
|
-
import { InvoicingDunningCaseViewState } from './view/invoicing/dunningCaseView/dunningCaseViewState';
|
|
145
|
-
import { InvoicingInvoiceActionState } from './view/invoicing/invoiceAction/invoiceActionState';
|
|
146
|
-
import { InvoiceDetailState as InvoicingInvoiceDetailState } from './view/invoicing/invoiceDetail/invoiceDetailState';
|
|
147
|
-
import { InvoiceListState as InvoicingInvoiceListState } from './view/invoicing/invoiceList/invoiceListState';
|
|
148
|
-
import { InvoicingInvoicePdfState } from './view/invoicing/invoicePdf/invoicePdfState';
|
|
149
|
-
import { InvoicingPaymentActionState } from './view/invoicing/paymentAction/paymentActionState';
|
|
150
|
-
import { RecordPaymentState as InvoicingRecordPaymentState } from './view/invoicing/recordPayment/recordPaymentState';
|
|
151
|
-
import { InvoicingReportsViewState } from './view/invoicing/reportsView/reportsViewState';
|
|
152
|
-
import { InvoicingSettingsViewState } from './view/invoicing/settingsView/settingsViewState';
|
|
153
|
-
import { InvoicingSubscriptionActionState } from './view/invoicing/subscriptionAction/subscriptionActionState';
|
|
154
|
-
import { InvoicingSubscriptionDetailViewState } from './view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewState';
|
|
155
|
-
import { InvoicingSubscriptionListViewState } from './view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState';
|
|
156
|
-
import { EditInvoicingSubscriptionDetailViewState } from './view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState';
|
|
157
|
-
import { InvoicingTransactionViewState } from './view/invoicing/transactionView/transactionViewState';
|
|
158
118
|
import { MonthEndCloseChecksViewState } from './view/monthEndCloseChecksView/monthEndCloseChecksViewState';
|
|
159
119
|
import { NetBurnOrIncomeWithForecastState } from './view/netBurnOrIncome/netBurnOrIncomeState';
|
|
160
120
|
import { NetBurnOrIncomeClassesViewState } from './view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewState';
|
|
@@ -302,15 +262,6 @@ type EntitiesState = {
|
|
|
302
262
|
forecastState: ForecastState;
|
|
303
263
|
globalMerchantState: GlobalMerchantState;
|
|
304
264
|
insightState: InsightState;
|
|
305
|
-
invoicingCouponState: InvoicingCouponState;
|
|
306
|
-
invoicingCreditNoteState: InvoicingCreditNoteState;
|
|
307
|
-
invoicingCustomerState: InvoicingCustomerState;
|
|
308
|
-
invoicingDunningCaseState: InvoicingDunningCaseState;
|
|
309
|
-
invoicingInvoiceState: InvoicingInvoiceState;
|
|
310
|
-
invoicingPlanState: InvoicingPlanState;
|
|
311
|
-
invoicingProductState: InvoicingProductState;
|
|
312
|
-
invoicingSubscriptionState: InvoicingSubscriptionState;
|
|
313
|
-
invoicingTransactionState: InvoicingTransactionState;
|
|
314
265
|
jeSchedulesState: JESchedulesState;
|
|
315
266
|
merchantState: MerchantState;
|
|
316
267
|
monthEndCloseChecksState: MonthEndCloseChecksState;
|
|
@@ -411,8 +362,6 @@ type ViewsState = {
|
|
|
411
362
|
depositAccountListState: DepositAccountListState;
|
|
412
363
|
depositAccountTransactionListState: DepositAccountTransactionListState;
|
|
413
364
|
editBillDetailViewState: EditBillDetailViewState;
|
|
414
|
-
editInvoicingCustomerDetailViewState: EditInvoicingCustomerDetailViewState;
|
|
415
|
-
editInvoicingSubscriptionDetailViewState: EditInvoicingSubscriptionDetailViewState;
|
|
416
365
|
editRemiDetailViewState: EditRemiDetailViewState;
|
|
417
366
|
entityAutoCompleteState: EntityAutoCompleteState;
|
|
418
367
|
entityRecommendationState: EntityRecommendationState;
|
|
@@ -432,35 +381,6 @@ type ViewsState = {
|
|
|
432
381
|
insightsCardState: InsightsCardState;
|
|
433
382
|
internationalWireState: InternationalWireState;
|
|
434
383
|
internationalWireVerificationState: InternationalWireVerificationState;
|
|
435
|
-
invoicingApprovalActionState: InvoicingApprovalActionState;
|
|
436
|
-
invoicingApprovalsViewState: InvoicingApprovalsViewState;
|
|
437
|
-
invoicingAuditViewState: InvoicingAuditViewState;
|
|
438
|
-
invoicingCatalogViewState: InvoicingCatalogViewState;
|
|
439
|
-
invoicingCatalogWriteState: InvoicingCatalogWriteState;
|
|
440
|
-
invoicingCouponViewState: InvoicingCouponViewState;
|
|
441
|
-
invoicingCouponWriteState: InvoicingCouponWriteState;
|
|
442
|
-
invoicingCreateInvoiceState: InvoicingCreateInvoiceState;
|
|
443
|
-
invoicingCreditNoteViewState: InvoicingCreditNoteViewState;
|
|
444
|
-
invoicingCustomerDetailViewState: InvoicingCustomerDetailViewState;
|
|
445
|
-
invoicingCustomerListViewState: InvoicingCustomerListViewState;
|
|
446
|
-
invoicingCustomerPaymentMethodState: InvoicingCustomerPaymentMethodState;
|
|
447
|
-
invoicingDataImportActionState: InvoicingDataImportActionState;
|
|
448
|
-
invoicingDataImportViewState: InvoicingDataImportViewState;
|
|
449
|
-
invoicingDunningActionState: InvoicingDunningActionState;
|
|
450
|
-
invoicingDunningCaseViewState: InvoicingDunningCaseViewState;
|
|
451
|
-
invoicingInvoiceActionState: InvoicingInvoiceActionState;
|
|
452
|
-
invoicingInvoiceDetailState: InvoicingInvoiceDetailState;
|
|
453
|
-
invoicingInvoiceListState: InvoicingInvoiceListState;
|
|
454
|
-
invoicingInvoicePdfState: InvoicingInvoicePdfState;
|
|
455
|
-
invoicingOverviewState: InvoicingOverviewState;
|
|
456
|
-
invoicingPaymentActionState: InvoicingPaymentActionState;
|
|
457
|
-
invoicingRecordPaymentState: InvoicingRecordPaymentState;
|
|
458
|
-
invoicingReportsViewState: InvoicingReportsViewState;
|
|
459
|
-
invoicingSettingsViewState: InvoicingSettingsViewState;
|
|
460
|
-
invoicingSubscriptionActionState: InvoicingSubscriptionActionState;
|
|
461
|
-
invoicingSubscriptionDetailViewState: InvoicingSubscriptionDetailViewState;
|
|
462
|
-
invoicingSubscriptionListViewState: InvoicingSubscriptionListViewState;
|
|
463
|
-
invoicingTransactionViewState: InvoicingTransactionViewState;
|
|
464
384
|
issueChargeCardState: IssueChargeCardState;
|
|
465
385
|
magicLinkViewState: MagicLinkViewState;
|
|
466
386
|
merchantListState: MerchantListState;
|
|
@@ -625,37 +545,6 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
|
|
|
625
545
|
globalMerchantAutoCompleteState: GlobalMerchantAutoCompleteState;
|
|
626
546
|
globalMerchantViewState: GlobalMerchantViewState;
|
|
627
547
|
insightsCardState: InsightsCardState;
|
|
628
|
-
invoicingOverviewState: InvoicingOverviewState;
|
|
629
|
-
invoicingApprovalActionState: InvoicingApprovalActionState;
|
|
630
|
-
invoicingApprovalsViewState: InvoicingApprovalsViewState;
|
|
631
|
-
invoicingAuditViewState: InvoicingAuditViewState;
|
|
632
|
-
invoicingCatalogViewState: InvoicingCatalogViewState;
|
|
633
|
-
invoicingCatalogWriteState: InvoicingCatalogWriteState;
|
|
634
|
-
invoicingCouponWriteState: InvoicingCouponWriteState;
|
|
635
|
-
invoicingCouponViewState: InvoicingCouponViewState;
|
|
636
|
-
invoicingCreditNoteViewState: InvoicingCreditNoteViewState;
|
|
637
|
-
invoicingCreateInvoiceState: InvoicingCreateInvoiceState;
|
|
638
|
-
invoicingRecordPaymentState: InvoicingRecordPaymentState;
|
|
639
|
-
invoicingCustomerDetailViewState: InvoicingCustomerDetailViewState;
|
|
640
|
-
invoicingCustomerListViewState: InvoicingCustomerListViewState;
|
|
641
|
-
invoicingCustomerPaymentMethodState: InvoicingCustomerPaymentMethodState;
|
|
642
|
-
editInvoicingCustomerDetailViewState: EditInvoicingCustomerDetailViewState;
|
|
643
|
-
invoicingDataImportActionState: InvoicingDataImportActionState;
|
|
644
|
-
invoicingDataImportViewState: InvoicingDataImportViewState;
|
|
645
|
-
invoicingDunningActionState: import("./view/invoicing/dunningAction/dunningActionReducer").InvoicingDunningActionState;
|
|
646
|
-
invoicingDunningCaseViewState: InvoicingDunningCaseViewState;
|
|
647
|
-
invoicingInvoiceActionState: InvoicingInvoiceActionState;
|
|
648
|
-
invoicingInvoiceDetailState: InvoicingInvoiceDetailState;
|
|
649
|
-
invoicingInvoiceListState: InvoicingInvoiceListState;
|
|
650
|
-
invoicingInvoicePdfState: InvoicingInvoicePdfState;
|
|
651
|
-
invoicingPaymentActionState: InvoicingPaymentActionState;
|
|
652
|
-
invoicingReportsViewState: InvoicingReportsViewState;
|
|
653
|
-
invoicingSettingsViewState: InvoicingSettingsViewState;
|
|
654
|
-
invoicingSubscriptionActionState: InvoicingSubscriptionActionState;
|
|
655
|
-
invoicingSubscriptionDetailViewState: InvoicingSubscriptionDetailViewState;
|
|
656
|
-
invoicingSubscriptionListViewState: InvoicingSubscriptionListViewState;
|
|
657
|
-
editInvoicingSubscriptionDetailViewState: EditInvoicingSubscriptionDetailViewState;
|
|
658
|
-
invoicingTransactionViewState: InvoicingTransactionViewState;
|
|
659
548
|
internationalWireState: InternationalWireState;
|
|
660
549
|
issueChargeCardState: IssueChargeCardState;
|
|
661
550
|
internationalWireVerificationState: InternationalWireVerificationState;
|
|
@@ -777,15 +666,6 @@ declare const reducers: import("redux").Reducer<import("redux").CombinedState<{
|
|
|
777
666
|
forecastState: ForecastState;
|
|
778
667
|
globalMerchantState: GlobalMerchantState;
|
|
779
668
|
insightState: InsightState;
|
|
780
|
-
invoicingCouponState: InvoicingCouponState;
|
|
781
|
-
invoicingCreditNoteState: InvoicingCreditNoteState;
|
|
782
|
-
invoicingCustomerState: InvoicingCustomerState;
|
|
783
|
-
invoicingDunningCaseState: InvoicingDunningCaseState;
|
|
784
|
-
invoicingInvoiceState: InvoicingInvoiceState;
|
|
785
|
-
invoicingPlanState: InvoicingPlanState;
|
|
786
|
-
invoicingProductState: InvoicingProductState;
|
|
787
|
-
invoicingSubscriptionState: InvoicingSubscriptionState;
|
|
788
|
-
invoicingTransactionState: InvoicingTransactionState;
|
|
789
669
|
jeSchedulesState: JESchedulesState;
|
|
790
670
|
merchantState: MerchantState;
|
|
791
671
|
monthEndCloseChecksState: MonthEndCloseChecksState;
|
package/lib/reducer.js
CHANGED
|
@@ -72,15 +72,6 @@ const forecastReducer_1 = __importStar(require("./entity/forecast/forecastReduce
|
|
|
72
72
|
const entityReducer_1 = __importStar(require("./entity/genericEntity/entityReducer"));
|
|
73
73
|
const globalMerchantReducer_1 = __importStar(require("./entity/globalMerchant/globalMerchantReducer"));
|
|
74
74
|
const insightReducer_1 = __importStar(require("./entity/insights/insightReducer"));
|
|
75
|
-
const couponReducer_1 = __importStar(require("./entity/invoicing/coupon/couponReducer"));
|
|
76
|
-
const creditNoteReducer_1 = __importStar(require("./entity/invoicing/creditNote/creditNoteReducer"));
|
|
77
|
-
const invoicingCustomerReducer_1 = __importStar(require("./entity/invoicing/invoicingCustomer/invoicingCustomerReducer"));
|
|
78
|
-
const dunningCaseReducer_1 = __importStar(require("./entity/invoicing/dunningCase/dunningCaseReducer"));
|
|
79
|
-
const invoiceReducer_1 = __importStar(require("./entity/invoicing/invoice/invoiceReducer"));
|
|
80
|
-
const planReducer_1 = __importStar(require("./entity/invoicing/plan/planReducer"));
|
|
81
|
-
const productReducer_1 = __importStar(require("./entity/invoicing/product/productReducer"));
|
|
82
|
-
const invoicingSubscriptionReducer_1 = __importStar(require("./entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer"));
|
|
83
|
-
const transactionReducer_1 = __importStar(require("./entity/invoicing/transaction/transactionReducer"));
|
|
84
75
|
const jeSchedulesReducer_1 = __importStar(require("./entity/jeSchedules/jeSchedulesReducer"));
|
|
85
76
|
const merchantReducer_1 = __importStar(require("./entity/merchant/merchantReducer"));
|
|
86
77
|
const monthEndCloseChecksReducer_1 = __importStar(require("./entity/monthEndCloseChecks/monthEndCloseChecksReducer"));
|
|
@@ -108,7 +99,7 @@ const taskGroupTemplateReducer_1 = __importStar(require("./entity/taskGroupTempl
|
|
|
108
99
|
const taskSummaryReducer_1 = __importStar(require("./entity/taskSummary/taskSummaryReducer"));
|
|
109
100
|
const tenantReducer_1 = __importStar(require("./entity/tenant/tenantReducer"));
|
|
110
101
|
const toastNotificationReducer_1 = __importStar(require("./entity/toastNotification/toastNotificationReducer"));
|
|
111
|
-
const
|
|
102
|
+
const transactionReducer_1 = __importStar(require("./entity/transaction/transactionReducer"));
|
|
112
103
|
const transactionActivityLogReducer_1 = __importStar(require("./entity/transactionActivityLog/transactionActivityLogReducer"));
|
|
113
104
|
const userReducer_1 = __importStar(require("./entity/user/userReducer"));
|
|
114
105
|
const userGroupsReducer_1 = __importStar(require("./entity/userGroups/userGroupsReducer"));
|
|
@@ -165,37 +156,6 @@ const forecastListReducer_1 = __importStar(require("./view/forecastList/forecast
|
|
|
165
156
|
const globalMerchantAutoCompleteViewReducer_1 = __importStar(require("./view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer"));
|
|
166
157
|
const globalMerchantViewReducer_1 = __importStar(require("./view/globalMerchantView/globalMerchantViewReducer"));
|
|
167
158
|
const insightsCardReducer_1 = __importStar(require("./view/insightsCard/insightsCardReducer"));
|
|
168
|
-
const invoicingOverviewReducer_1 = __importStar(require("./view/invoicing/invoicingOverview/invoicingOverviewReducer"));
|
|
169
|
-
const approvalActionReducer_1 = __importStar(require("./view/invoicing/approvalAction/approvalActionReducer"));
|
|
170
|
-
const approvalsViewReducer_1 = __importStar(require("./view/invoicing/approvalsView/approvalsViewReducer"));
|
|
171
|
-
const auditViewReducer_1 = __importStar(require("./view/invoicing/auditView/auditViewReducer"));
|
|
172
|
-
const catalogViewReducer_1 = __importStar(require("./view/invoicing/catalogView/catalogViewReducer"));
|
|
173
|
-
const catalogWriteReducer_1 = __importStar(require("./view/invoicing/catalogWrite/catalogWriteReducer"));
|
|
174
|
-
const couponViewReducer_1 = __importStar(require("./view/invoicing/couponView/couponViewReducer"));
|
|
175
|
-
const couponWriteReducer_1 = __importStar(require("./view/invoicing/couponWrite/couponWriteReducer"));
|
|
176
|
-
const createInvoiceReducer_1 = __importStar(require("./view/invoicing/createInvoice/createInvoiceReducer"));
|
|
177
|
-
const creditNoteViewReducer_1 = __importStar(require("./view/invoicing/creditNoteView/creditNoteViewReducer"));
|
|
178
|
-
const customerPaymentMethodReducer_1 = __importStar(require("./view/invoicing/customerPaymentMethod/customerPaymentMethodReducer"));
|
|
179
|
-
const invoicingCustomerDetailViewReducer_1 = __importStar(require("./view/invoicing/invoicingCustomerDetailView/invoicingCustomerDetailViewReducer"));
|
|
180
|
-
const invoicingCustomerListViewReducer_1 = __importStar(require("./view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer"));
|
|
181
|
-
const editInvoicingCustomerDetailViewReducer_1 = __importStar(require("./view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer"));
|
|
182
|
-
const dataImportActionReducer_1 = __importStar(require("./view/invoicing/dataImportAction/dataImportActionReducer"));
|
|
183
|
-
const dataImportViewReducer_1 = __importStar(require("./view/invoicing/dataImportView/dataImportViewReducer"));
|
|
184
|
-
const dunningActionReducer_1 = __importStar(require("./view/invoicing/dunningAction/dunningActionReducer"));
|
|
185
|
-
const dunningCaseViewReducer_1 = __importStar(require("./view/invoicing/dunningCaseView/dunningCaseViewReducer"));
|
|
186
|
-
const invoiceActionReducer_1 = __importStar(require("./view/invoicing/invoiceAction/invoiceActionReducer"));
|
|
187
|
-
const invoiceDetailReducer_1 = __importStar(require("./view/invoicing/invoiceDetail/invoiceDetailReducer"));
|
|
188
|
-
const invoiceListReducer_1 = __importStar(require("./view/invoicing/invoiceList/invoiceListReducer"));
|
|
189
|
-
const invoicePdfReducer_1 = __importStar(require("./view/invoicing/invoicePdf/invoicePdfReducer"));
|
|
190
|
-
const paymentActionReducer_1 = __importStar(require("./view/invoicing/paymentAction/paymentActionReducer"));
|
|
191
|
-
const recordPaymentReducer_1 = __importStar(require("./view/invoicing/recordPayment/recordPaymentReducer"));
|
|
192
|
-
const reportsViewReducer_1 = __importStar(require("./view/invoicing/reportsView/reportsViewReducer"));
|
|
193
|
-
const settingsViewReducer_1 = __importStar(require("./view/invoicing/settingsView/settingsViewReducer"));
|
|
194
|
-
const subscriptionActionReducer_1 = __importStar(require("./view/invoicing/subscriptionAction/subscriptionActionReducer"));
|
|
195
|
-
const invoicingSubscriptionDetailViewReducer_1 = __importStar(require("./view/invoicing/invoicingSubscriptionDetailView/invoicingSubscriptionDetailViewReducer"));
|
|
196
|
-
const invoicingSubscriptionListViewReducer_1 = __importStar(require("./view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer"));
|
|
197
|
-
const editInvoicingSubscriptionDetailViewReducer_1 = __importStar(require("./view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer"));
|
|
198
|
-
const transactionViewReducer_1 = __importStar(require("./view/invoicing/transactionView/transactionViewReducer"));
|
|
199
159
|
const monthEndCloseChecksViewReducer_1 = __importStar(require("./view/monthEndCloseChecksView/monthEndCloseChecksViewReducer"));
|
|
200
160
|
const netBurnOrIncomeReducer_1 = __importStar(require("./view/netBurnOrIncome/netBurnOrIncomeReducer"));
|
|
201
161
|
const netBurnOrIncomeClassesViewReducer_1 = __importStar(require("./view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewReducer"));
|
|
@@ -223,7 +183,7 @@ const reviewCompanyViewReducer_1 = __importStar(require("./view/reviewCompanyVie
|
|
|
223
183
|
const scheduleAccruedDetailReducer_1 = __importStar(require("./view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer"));
|
|
224
184
|
const scheduleDetailReducer_1 = __importStar(require("./view/scheduleView/scheduleDetailView/scheduleDetailReducer"));
|
|
225
185
|
const scheduleListReducer_1 = __importStar(require("./view/scheduleView/scheduleListView/scheduleListReducer"));
|
|
226
|
-
const
|
|
186
|
+
const settingsViewReducer_1 = __importStar(require("./view/settingsView/settingsViewReducer"));
|
|
227
187
|
const autoTransferRulesReducer_1 = __importStar(require("./view/spendManagement/autotransferRules/autoTransferRulesReducer"));
|
|
228
188
|
const billDetailViewReducer_1 = __importStar(require("./view/spendManagement/billPay/billDetailView/billDetailViewReducer"));
|
|
229
189
|
const billListReducer_1 = __importStar(require("./view/spendManagement/billPay/billList/billListReducer"));
|
|
@@ -345,15 +305,6 @@ const initialEntitiesState = {
|
|
|
345
305
|
forecastState: forecastReducer_1.initialState,
|
|
346
306
|
globalMerchantState: globalMerchantReducer_1.initialState,
|
|
347
307
|
insightState: insightReducer_1.initialState,
|
|
348
|
-
invoicingCouponState: couponReducer_1.initialState,
|
|
349
|
-
invoicingCreditNoteState: creditNoteReducer_1.initialState,
|
|
350
|
-
invoicingCustomerState: invoicingCustomerReducer_1.initialState,
|
|
351
|
-
invoicingDunningCaseState: dunningCaseReducer_1.initialState,
|
|
352
|
-
invoicingInvoiceState: invoiceReducer_1.initialState,
|
|
353
|
-
invoicingPlanState: planReducer_1.initialState,
|
|
354
|
-
invoicingProductState: productReducer_1.initialState,
|
|
355
|
-
invoicingSubscriptionState: invoicingSubscriptionReducer_1.initialState,
|
|
356
|
-
invoicingTransactionState: transactionReducer_1.initialState,
|
|
357
308
|
jeSchedulesState: jeSchedulesReducer_1.initialState,
|
|
358
309
|
merchantState: merchantReducer_1.initialState,
|
|
359
310
|
monthEndCloseChecksState: monthEndCloseChecksReducer_1.initialState,
|
|
@@ -382,7 +333,7 @@ const initialEntitiesState = {
|
|
|
382
333
|
tenantState: tenantReducer_1.initialState,
|
|
383
334
|
toastNotificationState: toastNotificationReducer_1.initialState,
|
|
384
335
|
transactionActivityLogState: transactionActivityLogReducer_1.initialState,
|
|
385
|
-
transactionState:
|
|
336
|
+
transactionState: transactionReducer_1.initialState,
|
|
386
337
|
userGroupsState: userGroupsReducer_1.initialState,
|
|
387
338
|
userRoleState: userRoleReducer_1.initialState,
|
|
388
339
|
userState: userReducer_1.initialState,
|
|
@@ -470,37 +421,6 @@ const initialViewsState = {
|
|
|
470
421
|
globalMerchantAutoCompleteState: globalMerchantAutoCompleteViewReducer_1.initialState,
|
|
471
422
|
globalMerchantViewState: globalMerchantViewReducer_1.initialState,
|
|
472
423
|
insightsCardState: insightsCardReducer_1.initialState,
|
|
473
|
-
invoicingOverviewState: invoicingOverviewReducer_1.initialState,
|
|
474
|
-
invoicingApprovalActionState: approvalActionReducer_1.initialState,
|
|
475
|
-
invoicingApprovalsViewState: approvalsViewReducer_1.initialState,
|
|
476
|
-
invoicingAuditViewState: auditViewReducer_1.initialState,
|
|
477
|
-
invoicingCatalogViewState: catalogViewReducer_1.initialState,
|
|
478
|
-
invoicingCatalogWriteState: catalogWriteReducer_1.initialState,
|
|
479
|
-
invoicingCouponWriteState: couponWriteReducer_1.initialState,
|
|
480
|
-
invoicingCouponViewState: couponViewReducer_1.initialState,
|
|
481
|
-
invoicingCreditNoteViewState: creditNoteViewReducer_1.initialState,
|
|
482
|
-
invoicingCreateInvoiceState: createInvoiceReducer_1.initialState,
|
|
483
|
-
invoicingRecordPaymentState: recordPaymentReducer_1.initialState,
|
|
484
|
-
invoicingCustomerDetailViewState: invoicingCustomerDetailViewReducer_1.initialState,
|
|
485
|
-
invoicingCustomerListViewState: invoicingCustomerListViewReducer_1.initialState,
|
|
486
|
-
invoicingCustomerPaymentMethodState: customerPaymentMethodReducer_1.initialState,
|
|
487
|
-
editInvoicingCustomerDetailViewState: editInvoicingCustomerDetailViewReducer_1.initialState,
|
|
488
|
-
invoicingDataImportActionState: dataImportActionReducer_1.initialState,
|
|
489
|
-
invoicingDataImportViewState: dataImportViewReducer_1.initialState,
|
|
490
|
-
invoicingDunningActionState: dunningActionReducer_1.initialState,
|
|
491
|
-
invoicingDunningCaseViewState: dunningCaseViewReducer_1.initialState,
|
|
492
|
-
invoicingInvoiceActionState: invoiceActionReducer_1.initialState,
|
|
493
|
-
invoicingInvoiceDetailState: invoiceDetailReducer_1.initialState,
|
|
494
|
-
invoicingInvoiceListState: invoiceListReducer_1.initialState,
|
|
495
|
-
invoicingInvoicePdfState: invoicePdfReducer_1.initialState,
|
|
496
|
-
invoicingPaymentActionState: paymentActionReducer_1.initialState,
|
|
497
|
-
invoicingReportsViewState: reportsViewReducer_1.initialState,
|
|
498
|
-
invoicingSettingsViewState: settingsViewReducer_1.initialState,
|
|
499
|
-
invoicingSubscriptionActionState: subscriptionActionReducer_1.initialState,
|
|
500
|
-
invoicingSubscriptionDetailViewState: invoicingSubscriptionDetailViewReducer_1.initialState,
|
|
501
|
-
invoicingSubscriptionListViewState: invoicingSubscriptionListViewReducer_1.initialState,
|
|
502
|
-
editInvoicingSubscriptionDetailViewState: editInvoicingSubscriptionDetailViewReducer_1.initialState,
|
|
503
|
-
invoicingTransactionViewState: transactionViewReducer_1.initialState,
|
|
504
424
|
internationalWireState: internationalWireReducer_1.initialState,
|
|
505
425
|
issueChargeCardState: issueChargeCardReducer_1.initialState,
|
|
506
426
|
internationalWireVerificationState: internationalWireVerificationReducer_1.initialState,
|
|
@@ -542,7 +462,7 @@ const initialViewsState = {
|
|
|
542
462
|
scheduleAccruedDetailState: scheduleAccruedDetailReducer_1.initialState,
|
|
543
463
|
scheduleDetailState: scheduleDetailReducer_1.initialState,
|
|
544
464
|
scheduleListState: scheduleListReducer_1.initialState,
|
|
545
|
-
settingsViewState:
|
|
465
|
+
settingsViewState: settingsViewReducer_1.initialState,
|
|
546
466
|
setupViewState: setupViewReducer_1.initialState,
|
|
547
467
|
subscriptionViewState: subscriptionViewReducer_1.initialState,
|
|
548
468
|
tagViewState: tagViewReducer_1.initialState,
|
|
@@ -628,15 +548,6 @@ const entityReducers = {
|
|
|
628
548
|
forecastState: forecastReducer_1.default,
|
|
629
549
|
globalMerchantState: globalMerchantReducer_1.default,
|
|
630
550
|
insightState: insightReducer_1.default,
|
|
631
|
-
invoicingCouponState: couponReducer_1.default,
|
|
632
|
-
invoicingCreditNoteState: creditNoteReducer_1.default,
|
|
633
|
-
invoicingCustomerState: invoicingCustomerReducer_1.default,
|
|
634
|
-
invoicingDunningCaseState: dunningCaseReducer_1.default,
|
|
635
|
-
invoicingInvoiceState: invoiceReducer_1.default,
|
|
636
|
-
invoicingPlanState: planReducer_1.default,
|
|
637
|
-
invoicingProductState: productReducer_1.default,
|
|
638
|
-
invoicingSubscriptionState: invoicingSubscriptionReducer_1.default,
|
|
639
|
-
invoicingTransactionState: transactionReducer_1.default,
|
|
640
551
|
jeSchedulesState: jeSchedulesReducer_1.default,
|
|
641
552
|
merchantState: merchantReducer_1.default,
|
|
642
553
|
monthEndCloseChecksState: monthEndCloseChecksReducer_1.default,
|
|
@@ -665,7 +576,7 @@ const entityReducers = {
|
|
|
665
576
|
tenantState: tenantReducer_1.default,
|
|
666
577
|
toastNotificationState: toastNotificationReducer_1.default,
|
|
667
578
|
transactionActivityLogState: transactionActivityLogReducer_1.default,
|
|
668
|
-
transactionState:
|
|
579
|
+
transactionState: transactionReducer_1.default,
|
|
669
580
|
userGroupsState: userGroupsReducer_1.default,
|
|
670
581
|
userRoleState: userRoleReducer_1.default,
|
|
671
582
|
userState: userReducer_1.default,
|
|
@@ -752,37 +663,6 @@ const viewReducers = {
|
|
|
752
663
|
globalMerchantAutoCompleteState: globalMerchantAutoCompleteViewReducer_1.default,
|
|
753
664
|
globalMerchantViewState: globalMerchantViewReducer_1.default,
|
|
754
665
|
insightsCardState: insightsCardReducer_1.default,
|
|
755
|
-
invoicingOverviewState: invoicingOverviewReducer_1.default,
|
|
756
|
-
invoicingApprovalActionState: approvalActionReducer_1.default,
|
|
757
|
-
invoicingApprovalsViewState: approvalsViewReducer_1.default,
|
|
758
|
-
invoicingAuditViewState: auditViewReducer_1.default,
|
|
759
|
-
invoicingCatalogViewState: catalogViewReducer_1.default,
|
|
760
|
-
invoicingCatalogWriteState: catalogWriteReducer_1.default,
|
|
761
|
-
invoicingCouponWriteState: couponWriteReducer_1.default,
|
|
762
|
-
invoicingCouponViewState: couponViewReducer_1.default,
|
|
763
|
-
invoicingCreditNoteViewState: creditNoteViewReducer_1.default,
|
|
764
|
-
invoicingCreateInvoiceState: createInvoiceReducer_1.default,
|
|
765
|
-
invoicingRecordPaymentState: recordPaymentReducer_1.default,
|
|
766
|
-
invoicingCustomerDetailViewState: invoicingCustomerDetailViewReducer_1.default,
|
|
767
|
-
invoicingCustomerListViewState: invoicingCustomerListViewReducer_1.default,
|
|
768
|
-
invoicingCustomerPaymentMethodState: customerPaymentMethodReducer_1.default,
|
|
769
|
-
editInvoicingCustomerDetailViewState: editInvoicingCustomerDetailViewReducer_1.default,
|
|
770
|
-
invoicingDataImportActionState: dataImportActionReducer_1.default,
|
|
771
|
-
invoicingDataImportViewState: dataImportViewReducer_1.default,
|
|
772
|
-
invoicingDunningActionState: dunningActionReducer_1.default,
|
|
773
|
-
invoicingDunningCaseViewState: dunningCaseViewReducer_1.default,
|
|
774
|
-
invoicingInvoiceActionState: invoiceActionReducer_1.default,
|
|
775
|
-
invoicingInvoiceDetailState: invoiceDetailReducer_1.default,
|
|
776
|
-
invoicingInvoiceListState: invoiceListReducer_1.default,
|
|
777
|
-
invoicingInvoicePdfState: invoicePdfReducer_1.default,
|
|
778
|
-
invoicingPaymentActionState: paymentActionReducer_1.default,
|
|
779
|
-
invoicingReportsViewState: reportsViewReducer_1.default,
|
|
780
|
-
invoicingSettingsViewState: settingsViewReducer_1.default,
|
|
781
|
-
invoicingSubscriptionActionState: subscriptionActionReducer_1.default,
|
|
782
|
-
invoicingSubscriptionDetailViewState: invoicingSubscriptionDetailViewReducer_1.default,
|
|
783
|
-
invoicingSubscriptionListViewState: invoicingSubscriptionListViewReducer_1.default,
|
|
784
|
-
editInvoicingSubscriptionDetailViewState: editInvoicingSubscriptionDetailViewReducer_1.default,
|
|
785
|
-
invoicingTransactionViewState: transactionViewReducer_1.default,
|
|
786
666
|
internationalWireState: internationalWireReducer_1.default,
|
|
787
667
|
issueChargeCardState: issueChargeCardReducer_1.default,
|
|
788
668
|
internationalWireVerificationState: internationalWireVerificationReducer_1.default,
|
|
@@ -825,7 +705,7 @@ const viewReducers = {
|
|
|
825
705
|
scheduleAccruedDetailState: scheduleAccruedDetailReducer_1.default,
|
|
826
706
|
scheduleDetailState: scheduleDetailReducer_1.default,
|
|
827
707
|
scheduleListState: scheduleListReducer_1.default,
|
|
828
|
-
settingsViewState:
|
|
708
|
+
settingsViewState: settingsViewReducer_1.default,
|
|
829
709
|
setupViewState: setupViewReducer_1.default,
|
|
830
710
|
subscriptionViewState: subscriptionViewReducer_1.default,
|
|
831
711
|
cannedResponsesState: cannedResponsesReducer_1.default,
|
|
@@ -17,8 +17,7 @@ const fetchTransactionCategorizationEpic = (actions$, state$, zeniAPI) => action
|
|
|
17
17
|
(0, operators_1.groupBy)((action) => action.payload.selectedTab), (0, operators_1.mergeMap)((group$) => group$.pipe((0, operators_1.switchMap)((action) => {
|
|
18
18
|
const { expenseAutomationViewState: { selectedPeriodByTenantId }, expenseAutomationTransactionsViewState, } = state$.value;
|
|
19
19
|
const { period, keepExistingListItems, selectedTab, refreshViewInBackground, } = action.payload;
|
|
20
|
-
const uiState = expenseAutomationTransactionsViewState
|
|
21
|
-
.transactionCategorizationView[selectedTab].uiState;
|
|
20
|
+
const uiState = expenseAutomationTransactionsViewState.transactionCategorizationView[selectedTab].uiState;
|
|
22
21
|
const { pageToken, sortOrder, sortKey } = uiState;
|
|
23
22
|
const requestSearchString = uiState.searchString;
|
|
24
23
|
const currentTenant = (0, tenantSelector_1.getCurrentTenant)(state$.value);
|
|
@@ -55,8 +55,7 @@ const fetchTransactionCategorizationViewEpic = (actions$, state$) => actions$.pi
|
|
|
55
55
|
// fresh fetch on click. refreshViewInBackground=true keeps it silent.
|
|
56
56
|
if (searchString === undefined) {
|
|
57
57
|
transactionsViewState_1.TRANSACTIONS_TABS.filter((tab) => tab !== selectedTab).forEach((otherTab) => {
|
|
58
|
-
const otherTabFetchState = expenseAutomationTransactionsViewState
|
|
59
|
-
.transactionCategorizationView[otherTab].fetchState;
|
|
58
|
+
const otherTabFetchState = expenseAutomationTransactionsViewState.transactionCategorizationView[otherTab].fetchState;
|
|
60
59
|
if (otherTabFetchState === 'Not-Started') {
|
|
61
60
|
updateActions.push((0, transactionsViewReducer_1.fetchTransactionCategorization)(otherTab, period, false, false, undefined, undefined, true, undefined, isUncategorizedExpenseCategoryEnabled));
|
|
62
61
|
}
|
|
@@ -69,8 +68,7 @@ const fetchTransactionCategorizationViewEpic = (actions$, state$) => actions$.pi
|
|
|
69
68
|
// if available; otherwise issue a background fetch.
|
|
70
69
|
if (searchString !== undefined) {
|
|
71
70
|
transactionsViewState_1.TRANSACTIONS_TABS.filter((tab) => tab !== selectedTab).forEach((otherTab) => {
|
|
72
|
-
const otherTabSearchString = expenseAutomationTransactionsViewState
|
|
73
|
-
.transactionCategorizationView[otherTab].uiState.searchString;
|
|
71
|
+
const otherTabSearchString = expenseAutomationTransactionsViewState.transactionCategorizationView[otherTab].uiState.searchString;
|
|
74
72
|
if (searchString !== otherTabSearchString) {
|
|
75
73
|
updateActions.push((0, transactionsViewReducer_1.fetchTransactionCategorization)(otherTab, period, true, keepExistingListItems, searchString, undefined, true, true, isUncategorizedExpenseCategoryEnabled));
|
|
76
74
|
}
|
|
@@ -173,7 +173,8 @@ const expenseAutomationTransactionsView = (0, toolkit_1.createSlice)({
|
|
|
173
173
|
// Only overwrite when explicitly set; undefined means a non-search fetch
|
|
174
174
|
// (tab switch, period change) should preserve the existing search string.
|
|
175
175
|
if (searchString !== undefined) {
|
|
176
|
-
draft.transactionCategorizationView[selectedTab].uiState.searchString =
|
|
176
|
+
draft.transactionCategorizationView[selectedTab].uiState.searchString =
|
|
177
|
+
searchString;
|
|
177
178
|
}
|
|
178
179
|
draft.transactionCategorizationView[selectedTab].error = undefined;
|
|
179
180
|
const monthYearPeriod = {
|
|
@@ -4,8 +4,8 @@ import { FetchStateAndError, FetchedState, ID } from '../../../commonStateTypes/
|
|
|
4
4
|
import { SortOrder } from '../../../commonStateTypes/selectorTypes/sortOrderTypes';
|
|
5
5
|
import { MonthYearPeriodId } from '../../../commonStateTypes/timePeriod';
|
|
6
6
|
import { PageToken } from '../../../commonStateTypes/viewAndReport/viewAndReport';
|
|
7
|
-
import { ZeniDate } from '../../../zeniDayJS';
|
|
8
7
|
import { FluxAnalysisSectionType } from '../selectorTypes/fluxAnalysisViewSelectorTypes';
|
|
8
|
+
import { ZeniDate } from '../../../zeniDayJS';
|
|
9
9
|
declare const toFluxAnalysisSortKey: (v: string) => "vendor" | "status" | "variance";
|
|
10
10
|
export type FluxAnalysisSortKey = ReturnType<typeof toFluxAnalysisSortKey>;
|
|
11
11
|
export type FluxAnalysisActionType = 'review' | 'unreview';
|
|
@@ -77,7 +77,8 @@ async function uploadFiles(fileBlobs, metadataPayload, filesEndPoint, authParams
|
|
|
77
77
|
return undefined;
|
|
78
78
|
}
|
|
79
79
|
const responseBody = await httpResponse.json();
|
|
80
|
-
if (responseBody?.status?.code >= 200 &&
|
|
80
|
+
if (responseBody?.status?.code >= 200 &&
|
|
81
|
+
responseBody?.status?.code < 300) {
|
|
81
82
|
return responseBody.data?.files;
|
|
82
83
|
}
|
|
83
84
|
console.error(`Upload files failed with ${responseBody?.status?.message ?? 'unknown API error'}`);
|
package/lib/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js
CHANGED
|
@@ -126,7 +126,11 @@ const getSelectedProducts = (isDebitCardFlagEnabled, tenant) => {
|
|
|
126
126
|
return [];
|
|
127
127
|
}
|
|
128
128
|
else if (isBookkeepingEnabled) {
|
|
129
|
-
return [
|
|
129
|
+
return [
|
|
130
|
+
'bookkeeping',
|
|
131
|
+
'zeni_bill_pay',
|
|
132
|
+
'zeni_reimbursements',
|
|
133
|
+
];
|
|
130
134
|
}
|
|
131
135
|
else if (isOtherProductsEnabled) {
|
|
132
136
|
const selectedProducts = [];
|
|
@@ -84,8 +84,9 @@ const updateOnboardingCustomerViewLocalStoreDataEpic = (actions$, state$) => act
|
|
|
84
84
|
companyView?.company.company.companyOnboardingInfo
|
|
85
85
|
.subscriptionBillingAddressId != null) {
|
|
86
86
|
updatedCurrentStep = 'connect_ledger';
|
|
87
|
-
const isOnboardingAiActivationViewed = companyOnboardingInfo?.onboardingInfo
|
|
88
|
-
?.isOnboardingAiActivationViewed ??
|
|
87
|
+
const isOnboardingAiActivationViewed = companyOnboardingInfo?.onboardingInfo
|
|
88
|
+
?.onboardingAiActivationInfo?.isOnboardingAiActivationViewed ??
|
|
89
|
+
false;
|
|
89
90
|
// Past the ledger step we always sit on connect_data_source —
|
|
90
91
|
// it has many integrations, so we treat it as never auto-complete
|
|
91
92
|
// and only advance to verification on an explicit user dispatch.
|
|
@@ -119,9 +120,7 @@ const updateOnboardingCustomerViewLocalStoreDataEpic = (actions$, state$) => act
|
|
|
119
120
|
// stale subStep (e.g. 'default' carried over from another step)
|
|
120
121
|
// leaves verification rendering an empty form.
|
|
121
122
|
if (updatedCurrentStep !== onboardingCustomerViewState.currentStep) {
|
|
122
|
-
const targetSubStep = updatedCurrentStep === 'verification'
|
|
123
|
-
? 'unlock-stack'
|
|
124
|
-
: 'default';
|
|
123
|
+
const targetSubStep = updatedCurrentStep === 'verification' ? 'unlock-stack' : 'default';
|
|
125
124
|
fetchActions.push((0, onboardingCustomerViewReducer_1.updateCurrentSubStep)({ subStep: targetSubStep }));
|
|
126
125
|
}
|
|
127
126
|
}
|
|
@@ -21,7 +21,7 @@ export declare const fetchBillList: import("@reduxjs/toolkit").ActionCreatorWith
|
|
|
21
21
|
period: TimePeriod;
|
|
22
22
|
tab: "paid" | "pending_approval" | "scheduled" | "draft";
|
|
23
23
|
error: ZeniAPIStatus<Record<string, unknown>>;
|
|
24
|
-
}, "billList/updateBillListFailure", never, never>, updateTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"paid" | "pending_approval" | "scheduled" | "draft", "billList/updateTab">, updateSubTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
24
|
+
}, "billList/updateBillListFailure", never, never>, updateTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"paid" | "pending_approval" | "scheduled" | "draft", "billList/updateTab">, updateSubTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "awaiting_approval" | "awaiting_my_approval" | "offline", "billList/updateSubTab">, updateSelectedBillId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "billList/updateSelectedBillId">, clearBillList: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"billList/clearBillList">, updateBillDetailSaveBillCode: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<SaveBillStageCode, "billList/updateBillDetailSaveBillCode">, updateBillListUIState: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
25
25
|
period: TimePeriod;
|
|
26
26
|
uiState: Partial<BillListUIState>;
|
|
27
27
|
}, "billList/updateBillListUIState">, updateSearchResult: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "billList/updateSearchResult">, updateFilterResult: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
@@ -35,7 +35,7 @@ export type SaveBillStageCode = 'draft' | 'pending_approval' | undefined;
|
|
|
35
35
|
export declare const ALL_BILL_TABS: readonly ["paid", "pending_approval", "scheduled", "draft"];
|
|
36
36
|
declare const toBillTabType: (v: string) => "paid" | "pending_approval" | "scheduled" | "draft";
|
|
37
37
|
export type BillTab = ReturnType<typeof toBillTabType>;
|
|
38
|
-
declare const toBillsSubTabType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
38
|
+
declare const toBillsSubTabType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "awaiting_approval" | "awaiting_my_approval" | "offline";
|
|
39
39
|
export type BillsSubTabType = ReturnType<typeof toBillsSubTabType>;
|
|
40
40
|
declare const toBillPaySortKeyType: (v: string) => "amount" | "status" | "name" | "dueDate" | "paymentMethod" | "invoiceNumber" | "invoiceDate";
|
|
41
41
|
export declare type BillPayViewSortKey = ReturnType<typeof toBillPaySortKeyType>;
|
|
@@ -115,8 +115,7 @@ const setupView = (0, toolkit_1.createSlice)({
|
|
|
115
115
|
saveSetupViewDataInLocalStore(draft, action) {
|
|
116
116
|
const setupViewLocalData = action.payload;
|
|
117
117
|
if (setupViewLocalData.companyDetails != null) {
|
|
118
|
-
const syncToken = setupViewLocalData.companyDetails.syncToken ??
|
|
119
|
-
draft.companyDetails.localData?.syncToken;
|
|
118
|
+
const syncToken = setupViewLocalData.companyDetails.syncToken ?? draft.companyDetails.localData?.syncToken;
|
|
120
119
|
draft.companyDetails.localData = {
|
|
121
120
|
...setupViewLocalData.companyDetails,
|
|
122
121
|
...(syncToken != null ? { syncToken } : {}),
|
|
@@ -27,7 +27,7 @@ export declare const fetchRemiList: import("@reduxjs/toolkit").ActionCreatorWith
|
|
|
27
27
|
}, "remiList/updateRemiListFailure", never, never>, updateRemiListUIState: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
28
28
|
period: TimePeriod;
|
|
29
29
|
uiState: Partial<RemiListUIState>;
|
|
30
|
-
}, "remiList/updateRemiListUIState">, updateTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"paid" | "pending_approval" | "scheduled" | "draft", "remiList/updateTab">, updateSubTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
30
|
+
}, "remiList/updateRemiListUIState">, updateTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"paid" | "pending_approval" | "scheduled" | "draft", "remiList/updateTab">, updateSubTab: import("@reduxjs/toolkit").ActionCreatorWithPayload<"failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "myDrafts" | "awaitingApproval" | "awaitingMyApproval" | "awaitingAllApproval", "remiList/updateSubTab">, updateSelectedRemiId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "remiList/updateSelectedRemiId">, clearRemiList: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"remiList/clearRemiList">, updateRemiDetailSaveRemiCode: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<SaveRemiStageCode, "remiList/updateRemiDetailSaveRemiCode">, updateSearchResult: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "remiList/updateSearchResult">, updateFilterResult: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
31
31
|
filters: ReimbursementFilters;
|
|
32
32
|
}, "remiList/updateFilterResult">, updateRemiListDownloadUIState: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
33
33
|
uiState: Partial<RemiListDownloadUIState>;
|
|
@@ -33,10 +33,10 @@ export declare const ALL_REMI_TABS: readonly ["paid", "pending_approval", "sched
|
|
|
33
33
|
export declare const toRemiTabType: (v: string) => "paid" | "pending_approval" | "scheduled" | "draft";
|
|
34
34
|
export declare const toRemiTabTypeStrict: (v: string) => "paid" | "pending_approval" | "scheduled" | "draft" | undefined;
|
|
35
35
|
export type RemiTabType = ReturnType<typeof toRemiTabType>;
|
|
36
|
-
export declare const toRemiSubTabType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
37
|
-
export declare const toRemiSubTabTypeStrict: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
36
|
+
export declare const toRemiSubTabType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "myDrafts" | "awaitingApproval" | "awaitingMyApproval" | "awaitingAllApproval";
|
|
37
|
+
export declare const toRemiSubTabTypeStrict: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "myDrafts" | "awaitingApproval" | "awaitingMyApproval" | "awaitingAllApproval" | undefined;
|
|
38
38
|
export type RemiSubTabType = ReturnType<typeof toRemiSubTabType>;
|
|
39
|
-
export declare const toRemiSubTabUnderScoreType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "
|
|
39
|
+
export declare const toRemiSubTabUnderScoreType: (v: string) => "failed" | "cancelled" | "rejected" | "ach" | "wire" | "deleted" | "overdue" | "all" | "awaiting_approval" | "awaiting_my_approval" | "my_drafts" | "awaiting_all_approval";
|
|
40
40
|
export type RemiSubTabUnderScoreType = ReturnType<typeof toRemiSubTabUnderScoreType>;
|
|
41
41
|
declare const toReimbursementSortKeyType: (v: string) => "amount" | "status" | "type" | "createdBy" | "submittedOn" | "reportName";
|
|
42
42
|
export type ReimbursementViewSortKey = ReturnType<typeof toReimbursementSortKeyType>;
|
|
@@ -7,8 +7,8 @@ exports.saveTransactionDetailEpic = void 0;
|
|
|
7
7
|
const get_1 = __importDefault(require("lodash/get"));
|
|
8
8
|
const rxjs_1 = require("rxjs");
|
|
9
9
|
const operators_1 = require("rxjs/operators");
|
|
10
|
-
const tenantSelector_1 = require("../../../entity/tenant/tenantSelector");
|
|
11
10
|
const transactionSelector_1 = require("../../../entity/transaction/transactionSelector");
|
|
11
|
+
const tenantSelector_1 = require("../../../entity/tenant/tenantSelector");
|
|
12
12
|
const transactionDetailReducer_1 = require("../transactionDetailReducer");
|
|
13
13
|
const transactionDetailState_1 = require("../transactionDetailState");
|
|
14
14
|
const saveTransactionHelper_1 = require("./saveTransactionHelper");
|
|
@@ -9,7 +9,6 @@ const rxjs_1 = require("rxjs");
|
|
|
9
9
|
const operators_1 = require("rxjs/operators");
|
|
10
10
|
const recommendationPayload_1 = require("../../../commonPayloadTypes/recommendationPayload");
|
|
11
11
|
const snackbarReducer_1 = require("../../../entity/snackbar/snackbarReducer");
|
|
12
|
-
const tenantSelector_1 = require("../../../entity/tenant/tenantSelector");
|
|
13
12
|
const customerTransactionPayload_1 = require("../../../entity/transaction/payloadTypes/customerTransactionPayload");
|
|
14
13
|
const otherTransactionPayload_1 = require("../../../entity/transaction/payloadTypes/otherTransactionPayload");
|
|
15
14
|
const transactionIDPayload_1 = require("../../../entity/transaction/payloadTypes/transactionIDPayload");
|
|
@@ -26,6 +25,7 @@ const transactionSelector_1 = require("../../../entity/transaction/transactionSe
|
|
|
26
25
|
const vendorReducer_1 = require("../../../entity/vendor/vendorReducer");
|
|
27
26
|
const vendorSelector_1 = require("../../../entity/vendor/vendorSelector");
|
|
28
27
|
const responsePayload_1 = require("../../../responsePayload");
|
|
28
|
+
const tenantSelector_1 = require("../../../entity/tenant/tenantSelector");
|
|
29
29
|
const accountListSelector_1 = require("../../accountList/accountListSelector");
|
|
30
30
|
const transactionCategorizationLocalDataHelper_1 = require("../../expenseAutomationView/helpers/transactionCategorizationLocalDataHelper");
|
|
31
31
|
const transactionsViewReducer_1 = require("../../expenseAutomationView/reducers/transactionsViewReducer");
|
package/lib/zeniAPI.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ export interface RESTAPIEndpoints {
|
|
|
15
15
|
readonly documentAIMicroServiceBaseUrl: string;
|
|
16
16
|
readonly fileMicroServiceBaseUrl: string;
|
|
17
17
|
readonly insightsMicroServiceBaseUrl: string;
|
|
18
|
-
readonly invoicingMicroServiceBaseUrl: string;
|
|
19
18
|
readonly noAuthMicroServiceBaseUrl: string;
|
|
20
19
|
readonly notificationMicroServiceBaseUrl: string;
|
|
21
20
|
readonly payMicroServiceBaseUrl: string;
|