@zeniai/client-epic-state 5.1.84-beta3ND → 5.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/entity/company/companyPayload.d.ts +0 -1
- package/lib/entity/company/companyPayload.js +0 -1
- package/lib/entity/company/companyStateTypes.d.ts +0 -1
- package/lib/entity/customerSatisfaction/customerSatisfactionReducer.d.ts +1 -1
- package/lib/entity/customerSatisfaction/customerSatisfactionReducer.js +6 -2
- package/lib/entity/snackbar/snackbarTypes.d.ts +1 -1
- package/lib/entity/snackbar/snackbarTypes.js +0 -2
- package/lib/entity/tenant/clearAllEpic.d.ts +15 -2
- package/lib/entity/tenant/clearAllEpic.js +27 -0
- package/lib/entity/tenant/tenantReducer.d.ts +1 -5
- package/lib/entity/tenant/tenantReducer.js +2 -19
- package/lib/entity/userRole/userRoleType.d.ts +2 -2
- package/lib/entity/vendor/vendorType.d.ts +1 -1
- package/lib/epic.d.ts +1 -3
- package/lib/epic.js +1 -3
- package/lib/esm/entity/company/companyPayload.js +0 -1
- package/lib/esm/entity/customerSatisfaction/customerSatisfactionReducer.js +4 -1
- package/lib/esm/entity/snackbar/snackbarTypes.js +0 -2
- package/lib/esm/entity/tenant/clearAllEpic.js +27 -0
- package/lib/esm/entity/tenant/tenantReducer.js +1 -18
- package/lib/esm/epic.js +1 -3
- package/lib/esm/index.js +2 -3
- package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigReducer.js +4 -1
- package/lib/esm/view/companyView/companyViewReducer.js +1 -55
- package/lib/esm/view/companyView/selector/companyManagementViewSelector.js +0 -8
- package/lib/esm/view/companyView/types/cockpitTypes.js +0 -2
- package/lib/esm/view/companyView/types/companyManagementViewState.js +0 -7
- package/lib/esm/view/companyView/types/companyPassport/companyPassportViewState.js +0 -4
- package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.js +4 -1
- package/lib/esm/view/vendorTabView/vendorTabViewReducer.js +4 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.js +33 -37
- package/lib/view/companyHealthMetricView/companyHealthMetricConfigReducer.d.ts +1 -1
- package/lib/view/companyHealthMetricView/companyHealthMetricConfigReducer.js +5 -2
- package/lib/view/companyTaskManagerView/companyTaskManagerViewReducer.d.ts +2 -2
- package/lib/view/companyView/companyViewReducer.d.ts +1 -19
- package/lib/view/companyView/companyViewReducer.js +3 -57
- package/lib/view/companyView/selector/companyManagementViewSelector.js +0 -8
- package/lib/view/companyView/types/cockpitTypes.d.ts +4 -4
- package/lib/view/companyView/types/cockpitTypes.js +0 -2
- package/lib/view/companyView/types/companyManagementViewState.d.ts +0 -2
- package/lib/view/companyView/types/companyManagementViewState.js +0 -8
- package/lib/view/companyView/types/companyPassport/companyPassportViewState.d.ts +0 -1
- package/lib/view/companyView/types/companyPassport/companyPassportViewState.js +0 -4
- package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +1 -1
- package/lib/view/reviewCompanyView/reviewCompanyViewState.d.ts +1 -1
- package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewState.d.ts +1 -1
- package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewState.d.ts +1 -1
- package/lib/view/subscriptionView/types/subscriptionTypes.d.ts +1 -1
- package/lib/view/taskManager/taskListView/taskList.d.ts +1 -1
- package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.d.ts +1 -1
- package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.js +5 -2
- package/lib/view/vendorTabView/vendorTabViewReducer.d.ts +1 -1
- package/lib/view/vendorTabView/vendorTabViewReducer.js +5 -2
- package/package.json +1 -1
- package/lib/esm/view/companyView/epic/companyPassport/updateCompanyProductServicesEpic.js +0 -81
- package/lib/esm/view/companyView/epic/updateCompanyQboRealmIdEpic.js +0 -62
- package/lib/view/companyView/epic/companyPassport/updateCompanyProductServicesEpic.d.ts +0 -10
- package/lib/view/companyView/epic/companyPassport/updateCompanyProductServicesEpic.js +0 -85
- package/lib/view/companyView/epic/updateCompanyQboRealmIdEpic.d.ts +0 -8
- package/lib/view/companyView/epic/updateCompanyQboRealmIdEpic.js +0 -66
|
@@ -226,7 +226,6 @@ interface CompanyFeaturesActivationInfoPayload {
|
|
|
226
226
|
is_feature_vendor_listing_enabled: boolean;
|
|
227
227
|
is_reimbursement_feature_enabled: boolean;
|
|
228
228
|
is_same_day_ach_enabled: boolean;
|
|
229
|
-
is_book_keeping_enabled?: boolean;
|
|
230
229
|
}
|
|
231
230
|
export declare const toCompanyTreasuryInfo: (payload: CompanyTreasuryInfoDataPayload) => CompanyTreasuryInfo;
|
|
232
231
|
export declare const toOnboardingInfo: (onboardingInfoPayload?: OnboardingInfoPayload) => OnboardingInfo | undefined;
|
|
@@ -125,7 +125,6 @@ const toCompanyQuestionarie = (payload, currencyCode, currencySymbol) => ({
|
|
|
125
125
|
});
|
|
126
126
|
const toCompanyFeaturesActivationInfo = (payload) => ({
|
|
127
127
|
isBillPayFeatureEnabled: payload.is_bill_pay_feature_enabled,
|
|
128
|
-
isBookkeepingEnabled: payload.is_book_keeping_enabled,
|
|
129
128
|
isReimbursementFeatureEnabled: payload.is_reimbursement_feature_enabled,
|
|
130
129
|
connectedAccountProvider: payload.connected_account_provider,
|
|
131
130
|
isFeatureVendorListingEnabled: payload.is_feature_vendor_listing_enabled,
|
|
@@ -271,7 +271,6 @@ export interface CompanyFeaturesActivationInfo {
|
|
|
271
271
|
isFeatureVendorListingEnabled: boolean;
|
|
272
272
|
isReimbursementFeatureEnabled: boolean;
|
|
273
273
|
isSameDayAchFeatureEnabled: boolean;
|
|
274
|
-
isBookkeepingEnabled?: boolean;
|
|
275
274
|
}
|
|
276
275
|
export interface CompanyOnboardingAiActivationInfo {
|
|
277
276
|
isOnboardingAiActivationViewed: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomerSatisfactionPayload } from './customerSatisfactionPayload';
|
|
2
2
|
import { CustomerSatisfactionState } from './customerSatisfactionState';
|
|
3
3
|
export declare const initialState: CustomerSatisfactionState;
|
|
4
|
-
export declare const updateCustomerSatisfaction: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
4
|
+
export declare const clearAllCustomerSatisfaction: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"customerSatisfaction/clearAllCustomerSatisfaction">, updateCustomerSatisfaction: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
5
5
|
payload: CustomerSatisfactionPayload[];
|
|
6
6
|
}, "customerSatisfaction/updateCustomerSatisfaction">;
|
|
7
7
|
declare const _default: import("redux").Reducer<CustomerSatisfactionState>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var _a;
|
|
2
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.updateCustomerSatisfaction = exports.initialState = void 0;
|
|
4
|
+
exports.updateCustomerSatisfaction = exports.clearAllCustomerSatisfaction = exports.initialState = void 0;
|
|
4
5
|
const toolkit_1 = require("@reduxjs/toolkit");
|
|
5
6
|
const customerSatisfactionReducerHelpers_1 = require("./customerSatisfactionReducerHelpers");
|
|
6
7
|
exports.initialState = {
|
|
@@ -17,7 +18,10 @@ const customerSatisfaction = (0, toolkit_1.createSlice)({
|
|
|
17
18
|
draft.customerSatisfactionByCompanyId[newRecord.companyId] = newRecord;
|
|
18
19
|
});
|
|
19
20
|
},
|
|
21
|
+
clearAllCustomerSatisfaction() {
|
|
22
|
+
return exports.initialState;
|
|
23
|
+
},
|
|
20
24
|
},
|
|
21
25
|
});
|
|
22
|
-
|
|
26
|
+
_a = customerSatisfaction.actions, exports.clearAllCustomerSatisfaction = _a.clearAllCustomerSatisfaction, exports.updateCustomerSatisfaction = _a.updateCustomerSatisfaction;
|
|
23
27
|
exports.default = customerSatisfaction.reducer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const toSnackbarMessageSection: (v: string) => "common" | "transactionDetails_updatingPastTransactions" | "transactionDetails_transactionUpdated" | "cockpit_month_end_email_sent" | "cockpit_month_end_email_save" | "cockpit_month_end_email_attachment_upload" | "je_bill_link" | "je_posted" | "audit_score_updated" | "people_invite_people" | "people_invite_multiple_people" | "people_delete_person" | "people_update_person" | "reimbursement_updated" | "reimbursement_deleted" | "reimbursement_cancelled_deleted" | "reimbursement_cancelled" | "reimbursement_approved" | "reimbursement_rejected" | "reimbursement_sent_for_approval" | "account_added" | "business_verification_save" | "business_verification_submit" | "business_verification_from_bills_submit" | "plaid_connection" | "unlink_deposit_account" | "reimbursement_setup" | "reimbursement_approval_create" | "reimbursement_duplicate_approval_create" | "reimbursement_approval_update" | "reimbursement_duplicate_approval_update" | "reimbursement_approval_delete" | "reimbursement_approval_reorder" | "reimbursement_create_mileage" | "reimbursement_update_mileage" | "reimbursement_accept_term" | "reimbursement_accept_employee_term" | "reimbursement_bulk_submit" | "reimbursement_bulk_processed" | "bill_pay_setup" | "zeni_accounts_setup" | "bill_pay_approval_create" | "bill_pay_duplicate_approval_create" | "bill_pay_approval_update" | "bill_pay_duplicate_approval_update" | "bill_pay_approval_delete" | "bill_pay_approval_reorder" | "bill_pay_updated" | "bill_pay_deleted" | "bill_pay_cancelled_deleted" | "bill_pay_cancelled" | "bill_pay_approved" | "real_time_approver_added" | "bill_pay_rejected" | "bill_pay_sent_for_approval" | "bill_pay_accept_term" | "bill_pay_bulk_submit" | "bill_pay_bulk_processed" | "bill_pay_refund" | "bill_pay_retry" | "bill_pay_marked_as_paid" | "zeni_account_accept_term" | "update_vendor" | "data_refresh_update" | "delete_bank_account" | "create_bank_account" | "create_bank_account_ach" | "create_bank_account_wire" | "create_bank_account_international" | "transfer_money" | "update_zeni_account_nickname" | "create_checking_account" | "deposit_check" | "create_vendor" | "onboarding_customer_view" | "onboarding_customer_view_complete" | "onboarding_customer_identity_verification_save" | "onboarding_customer_identity_verification_submit" | "onboarding_customer_business_verification_save" | "onboarding_customer_business_verification_submit" | "retry_bank_account_connection" | "dashboard_invite_sent" | "onboarding_info_saved" | "approve_original_merchant" | "approve_global_merchant" | "reject_global_merchant" | "create_global_merchant" | "fetch_global_merchant_no_recommendation" | "save_vendor_renamed" | "save_vendor_sent_for_review" | "save_vendor_marked_as_employee" | "save_vendor_marked_as_local_contractor" | "charge_card_setup" | "charge_card_accept_term" | "charge_card_receipt_upload" | "charge_card_resend_invite" | "charge_card_revoke_invite" | "card_policy_created" | "card_policy_updated" | "card_policy_deleted" | "charge_card_update_limit" | "charge_cards_update_limit" | "close_charge_card" | "lock_charge_card" | "lock_charge_card_card_user" | "lock_charge_cards" | "unlock_charge_card" | "unlock_charge_card_card_user" | "unlock_charge_cards" | "close_charge_cards" | "revoke_invite_charge_cards" | "charge_card_express_interest" | "create_schedule" | "save_schedule" | "delete_schedule" | "ignore_schedule" | "save_task_detail" | "fetch_task_detail" | "delete_task" | "archive_task" | "snooze_task" | "unsnooze_task" | "create_tag" | "delete_tag" | "update_charge_card" | "update_charge_card_name" | "update_charge_card_name_card_user" | "issue_charge_card" | "issue_charge_cards" | "notification_settings_saved" | "referral_invite_sent" | "notification_mark_as_read" | "mark_as_complete_schedule" | "cancel_journal_entry" | "settings_accounting_accounts_updated" | "create_card_setup" | "confirm_card_setup" | "add_card_payment_source" | "fetch_payment_sources" | "task_assigned_toast_notification" | "task_due_tomorrow_toast_notification" | "task_deleted_toast_notification" | "task_archived_toast_notification" | "task_overdue_toast_notification" | "task_overdue_toast_notification_creator" | "task_notification_count" | "task_activities_toast_notification" | "task_created_toast_notification" | "task_group_creation_success" | "task_group_deletion_success" | "task_group_update_success" | "primary_funding_account_updated" | "task_time_spent_validation" | "missing_receipts_attachment" | "flux_analysis_unreviewed" | "flux_analysis_reviewed" | "receipt_match" | "receipts_upload" | "receipts_bulk_match" | "billing_address_view" | "express_pay_submit" | "exclude_transaction" | "
|
|
1
|
+
export declare const toSnackbarMessageSection: (v: string) => "reconcile" | "save_reconcile_for_later" | "common" | "transactionDetails_updatingPastTransactions" | "transactionDetails_transactionUpdated" | "cockpit_month_end_email_sent" | "cockpit_month_end_email_save" | "cockpit_month_end_email_attachment_upload" | "je_bill_link" | "je_posted" | "audit_score_updated" | "people_invite_people" | "people_invite_multiple_people" | "people_delete_person" | "people_update_person" | "reimbursement_updated" | "reimbursement_deleted" | "reimbursement_cancelled_deleted" | "reimbursement_cancelled" | "reimbursement_approved" | "reimbursement_rejected" | "reimbursement_sent_for_approval" | "account_added" | "business_verification_save" | "business_verification_submit" | "business_verification_from_bills_submit" | "plaid_connection" | "unlink_deposit_account" | "reimbursement_setup" | "reimbursement_approval_create" | "reimbursement_duplicate_approval_create" | "reimbursement_approval_update" | "reimbursement_duplicate_approval_update" | "reimbursement_approval_delete" | "reimbursement_approval_reorder" | "reimbursement_create_mileage" | "reimbursement_update_mileage" | "reimbursement_accept_term" | "reimbursement_accept_employee_term" | "reimbursement_bulk_submit" | "reimbursement_bulk_processed" | "bill_pay_setup" | "zeni_accounts_setup" | "bill_pay_approval_create" | "bill_pay_duplicate_approval_create" | "bill_pay_approval_update" | "bill_pay_duplicate_approval_update" | "bill_pay_approval_delete" | "bill_pay_approval_reorder" | "bill_pay_updated" | "bill_pay_deleted" | "bill_pay_cancelled_deleted" | "bill_pay_cancelled" | "bill_pay_approved" | "real_time_approver_added" | "bill_pay_rejected" | "bill_pay_sent_for_approval" | "bill_pay_accept_term" | "bill_pay_bulk_submit" | "bill_pay_bulk_processed" | "bill_pay_refund" | "bill_pay_retry" | "bill_pay_marked_as_paid" | "zeni_account_accept_term" | "update_vendor" | "data_refresh_update" | "delete_bank_account" | "create_bank_account" | "create_bank_account_ach" | "create_bank_account_wire" | "create_bank_account_international" | "transfer_money" | "update_zeni_account_nickname" | "create_checking_account" | "deposit_check" | "create_vendor" | "onboarding_customer_view" | "onboarding_customer_view_complete" | "onboarding_customer_identity_verification_save" | "onboarding_customer_identity_verification_submit" | "onboarding_customer_business_verification_save" | "onboarding_customer_business_verification_submit" | "retry_bank_account_connection" | "dashboard_invite_sent" | "onboarding_info_saved" | "approve_original_merchant" | "approve_global_merchant" | "reject_global_merchant" | "create_global_merchant" | "fetch_global_merchant_no_recommendation" | "save_vendor_renamed" | "save_vendor_sent_for_review" | "save_vendor_marked_as_employee" | "save_vendor_marked_as_local_contractor" | "charge_card_setup" | "charge_card_accept_term" | "charge_card_receipt_upload" | "charge_card_resend_invite" | "charge_card_revoke_invite" | "card_policy_created" | "card_policy_updated" | "card_policy_deleted" | "charge_card_update_limit" | "charge_cards_update_limit" | "close_charge_card" | "lock_charge_card" | "lock_charge_card_card_user" | "lock_charge_cards" | "unlock_charge_card" | "unlock_charge_card_card_user" | "unlock_charge_cards" | "close_charge_cards" | "revoke_invite_charge_cards" | "charge_card_express_interest" | "create_schedule" | "save_schedule" | "delete_schedule" | "ignore_schedule" | "save_task_detail" | "fetch_task_detail" | "delete_task" | "archive_task" | "snooze_task" | "unsnooze_task" | "create_tag" | "delete_tag" | "update_charge_card" | "update_charge_card_name" | "update_charge_card_name_card_user" | "issue_charge_card" | "issue_charge_cards" | "notification_settings_saved" | "referral_invite_sent" | "notification_mark_as_read" | "mark_as_complete_schedule" | "cancel_journal_entry" | "settings_accounting_accounts_updated" | "create_card_setup" | "confirm_card_setup" | "add_card_payment_source" | "fetch_payment_sources" | "task_assigned_toast_notification" | "task_due_tomorrow_toast_notification" | "task_deleted_toast_notification" | "task_archived_toast_notification" | "task_overdue_toast_notification" | "task_overdue_toast_notification_creator" | "task_notification_count" | "task_activities_toast_notification" | "task_created_toast_notification" | "task_group_creation_success" | "task_group_deletion_success" | "task_group_update_success" | "primary_funding_account_updated" | "task_time_spent_validation" | "missing_receipts_attachment" | "flux_analysis_unreviewed" | "flux_analysis_reviewed" | "receipt_match" | "receipts_upload" | "receipts_bulk_match" | "billing_address_view" | "express_pay_submit" | "exclude_transaction" | "recon_transaction_categorize" | "recon_transaction_match" | "update_debit_card_pin_attempt" | "set_debit_card_pin" | "ai_cfo_create_session_and_submit" | "ai_cfo_chat_session_deleted" | "charge_card_auto_pay_enable" | "charge_card_auto_pay_disable" | "treasury_setup" | "treasury_accept_term" | "treasury_transfer_money" | "treasury_transfer_money_failed" | "auto_transfer_rule_create" | "auto_transfer_rule_update" | "auto_transfer_rule_delete" | "auto_transfer_rule_pause" | "auto_transfer_rule_resume" | "treasury_update_portfolio_allocation" | "send_email_magic_link_to_user" | "complete_profile_done" | "create_transfer_entry" | "reports_resync" | "invalid_phone_number" | "transactions_categorized_updated_failed" | "transaction_categorized_updated_failed" | "transactionsCategorized_transactionsUpdated" | "transactionsCategorized_transactionUpdated" | "transactionCategorized_transactionsUpdated" | "transactionCategorized_transactionUpdated" | "transactionsCategorized_transactionsFailed" | "transactionsCategorized_transactionFailed" | "transactionCategorized_transactionsFailed" | "transactionCategorized_transactionFailed" | "transactionsUpdated_transactionsFailed" | "transactionsUpdated_transactionFailed" | "transactionUpdated_transactionsFailed" | "transactionUpdated_transactionFailed" | "transactionsCategorized_transactionsUpdated_transactionsFailed" | "transactionsCategorized_transactionsUpdated_transactionFailed" | "transactionsCategorized_transactionUpdated_transactionsFailed" | "transactionCategorized_transactionsUpdated_transactionsFailed" | "transactionsCategorized_transactionUpdated_transactionFailed" | "transactionCategorized_transactionsUpdated_transactionFailed" | "transactionCategorized_transactionUpdated_transactionsFailed" | "transactionCategorized_transactionUpdated_transactionFailed" | "accounting_classes_enabled_update" | "accounting_projects_enabled_update" | "accounting_projects_qbo_not_enabled" | "capitalization_threshold_update" | "account_excluded_from_reconciliation" | "account_included_in_reconciliation" | "statement_parsing_in_progress" | "statement_parsing_complete" | "ai_accountant_trigger_job" | "oauth_consent_approve" | "oauth_consent_invalid_request" | "credit_agent_update_profile" | "credit_agent_save_macro" | "credit_agent_schedule_cron" | "create_sub_task" | "qbo_connection_already_linked" | "qbo_connection_failed" | "accounting_projects_qbo_reconnect_failed" | "invoicing_dunning_case_resolved" | "invoicing_dunning_retry" | "invoicing_dunning_cancel" | "invoicing_dunning_settings_save" | "invoicing_qbo_backfill" | "invoicing_qbo_sync_health_retry" | "invoicing_qbo_settings_save" | "invoicing_branding_save" | "invoicing_discount_archive" | "invoicing_discount_unarchive" | "invoicing_discount_delete" | "invoicing_invoice_reminder_sent" | "invoicing_invoice_regenerated" | "invoicing_invoice_voided" | "invoicing_catalog_item_saved" | "invoicing_customer_saved" | "invoicing_subscription_saved" | "invoicing_coupon_saved" | "invoicing_invoice_saved" | "invoicing_credit_note_saved" | "invoicing_payment_recorded" | "invoicing_subscription_activated" | "invoicing_subscription_cancellation_removed" | "invoicing_subscription_cancelled" | "invoicing_subscription_non_renewing" | "invoicing_subscription_paused" | "invoicing_subscription_reactivated" | "invoicing_subscription_resumed" | "invoicing_subscription_term_end_changed";
|
|
2
2
|
export type SnackbarMessageSections = ReturnType<typeof toSnackbarMessageSection>;
|
|
3
3
|
export declare const toSnackbarMessageSectionTexts: (v: string) => "notification" | "failed" | "success";
|
|
4
4
|
export type SnackbarMessageSectionTexts = ReturnType<typeof toSnackbarMessageSectionTexts>;
|
|
@@ -230,8 +230,6 @@ const ALL_SNACKBAR_MESSAGE_SECTIONS = [
|
|
|
230
230
|
'qbo_connection_already_linked',
|
|
231
231
|
'qbo_connection_failed',
|
|
232
232
|
'accounting_projects_qbo_reconnect_failed',
|
|
233
|
-
'product_services_update',
|
|
234
|
-
'qbo_realm_id_update',
|
|
235
233
|
'invoicing_dunning_case_resolved',
|
|
236
234
|
'invoicing_dunning_retry',
|
|
237
235
|
'invoicing_dunning_cancel',
|
|
@@ -3,14 +3,18 @@ import { clearAllAiAccountantCustomers } from '../../entity/aiAccountantCustomer
|
|
|
3
3
|
import { clearAiCfo } from '../../entity/aiCfo/aiCfoReducer';
|
|
4
4
|
import { clearAllApprovalRules } from '../../entity/approvalRule/approvalRuleReducer';
|
|
5
5
|
import { clearAllCreditAgent } from '../../entity/creditAgent/creditAgentReducer';
|
|
6
|
+
import { clearAllCustomerSatisfaction } from '../../entity/customerSatisfaction/customerSatisfactionReducer';
|
|
6
7
|
import { clearAllEntityApprovalStatus } from '../../entity/entityApprovalStatus/entityApprovalStatusReducer';
|
|
7
8
|
import { clearAllMonthEndCloseChecks } from '../../entity/monthEndCloseChecks/monthEndCloseChecksReducer';
|
|
8
9
|
import { clearAllNotifications } from '../../entity/notification/notificationReducer';
|
|
9
10
|
import { clearAllNotificationRegistry } from '../../entity/notificationRegistry/notificationRegistryReducer';
|
|
10
11
|
import { clearAllSectionsClassesViewV2 } from '../../entity/sectionClassesViewV2/sectionClassesViewReducer';
|
|
11
12
|
import { clearAllSectionsProjectView } from '../../entity/sectionProjectView/sectionProjectViewReducer';
|
|
13
|
+
import { clearAllSubscriptionPaymentAccounts } from '../../entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer';
|
|
12
14
|
import { clearAllTaskGroups } from '../../entity/taskGroup/taskGroupReducer';
|
|
13
15
|
import { clearAllToastNotifications } from '../../entity/toastNotification/toastNotificationReducer';
|
|
16
|
+
import { clearAllTransactionActivityLogs } from '../../entity/transactionActivityLog/transactionActivityLogReducer';
|
|
17
|
+
import { clearAllUserGroups } from '../../entity/userGroups/userGroupsReducer';
|
|
14
18
|
import { clearAccountList } from '../../view/accountList/accountListReducer';
|
|
15
19
|
import { clearAccountMappingView } from '../../view/accountMappingView/accountMappingReducer';
|
|
16
20
|
import { clearAddressView } from '../../view/addressView/addressViewReducer';
|
|
@@ -21,6 +25,7 @@ import { clearApAgingDetail } from '../../view/apAgingView/apAgingDetail/apAging
|
|
|
21
25
|
import { clearApAging } from '../../view/apAgingView/apAgingReport/apAgingReducer';
|
|
22
26
|
import { clearArAgingDetail } from '../../view/arAgingView/arAgingDetail/arAgingDetailReducer';
|
|
23
27
|
import { clearArAging } from '../../view/arAgingView/arAgingReport/arAgingReducer';
|
|
28
|
+
import { clearAuditReportGroupView, clearAuditRuleGroupView } from '../../view/auditReportView/auditReportViewReducer';
|
|
24
29
|
import { clearAuthenticationView } from '../../view/authenticationView/authenticationViewReducer';
|
|
25
30
|
import { clearAllEntityAutoCompleteResults } from '../../view/autoComplete/entityAutoCompleteReducer';
|
|
26
31
|
import { clearBalanceSheet } from '../../view/balanceSheet/balanceSheetReducer';
|
|
@@ -36,6 +41,7 @@ import { clearClassList } from '../../view/classList/classListReducer';
|
|
|
36
41
|
import { clearVendorView } from '../../view/commonVendorView/vendorView/vendorViewReducer';
|
|
37
42
|
import { clearVendorsTabVendorView } from '../../view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer';
|
|
38
43
|
import { clearCompanyConfigView } from '../../view/companyConfigView/companyConfigReducer';
|
|
44
|
+
import { clearCompanyHealthMetricConfigView } from '../../view/companyHealthMetricView/companyHealthMetricConfigReducer';
|
|
39
45
|
import { clearCompanyHealthMetricView } from '../../view/companyHealthMetricView/companyHealthMetricViewReducer';
|
|
40
46
|
import { clearCompanyMonthEndReportView } from '../../view/companyMonthEndReportView/companyMonthEndReportViewReducer';
|
|
41
47
|
import { clearCompanyTaskManagerView } from '../../view/companyTaskManagerView/companyTaskManagerViewReducer';
|
|
@@ -119,6 +125,7 @@ import { clearRecommendation } from '../../view/recommendation/recommendationRed
|
|
|
119
125
|
import { clearReferrals } from '../../view/referralView/referralReducer';
|
|
120
126
|
import { clearReimbursementCard } from '../../view/reimbursementCard/reimbursementCardReducer';
|
|
121
127
|
import { clearReportUIOption } from '../../view/reportUIOptions/reportUIOptionsReducer';
|
|
128
|
+
import { clearReportsResync } from '../../view/reportsResync/reportsResyncReducer';
|
|
122
129
|
import { clearRevenue } from '../../view/revenue/revenueReducer';
|
|
123
130
|
import { clearRevenueClassesView } from '../../view/revenueClassesView/revenueClassesViewReducer';
|
|
124
131
|
import { clearRevenueProjectView } from '../../view/revenueProjectView/revenueProjectViewReducer';
|
|
@@ -138,6 +145,7 @@ import { clearBillPayBulkActionView } from '../../view/spendManagement/billPay/b
|
|
|
138
145
|
import { clearEditBillViewDetail } from '../../view/spendManagement/billPay/editBillView/editBillViewReducer';
|
|
139
146
|
import { clearInternationalWire } from '../../view/spendManagement/billPay/internationalWire/internationalWireReducer';
|
|
140
147
|
import { clearInternationalVerificationView } from '../../view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer';
|
|
148
|
+
import { clearMagicLinkView } from '../../view/spendManagement/billPay/magicLinkView/magicLinkViewReducer';
|
|
141
149
|
import { clearPreviousBills } from '../../view/spendManagement/billPay/previousBills/previousBillsReducer';
|
|
142
150
|
import { clearWiseRedirectStatus } from '../../view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer';
|
|
143
151
|
import { clearCardPolicyDetail } from '../../view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailReducer';
|
|
@@ -148,6 +156,7 @@ import { clearCashbackDetail } from '../../view/spendManagement/chargeCards/cash
|
|
|
148
156
|
import { clearChargeCardConfig } from '../../view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer';
|
|
149
157
|
import { clearChargeCardDetail } from '../../view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer';
|
|
150
158
|
import { clearChargeCardList } from '../../view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer';
|
|
159
|
+
import { clearChargeCardPaymentHistory } from '../../view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer';
|
|
151
160
|
import { clearChargeCardRepaymentDetail } from '../../view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer';
|
|
152
161
|
import { clearChargeCardSetupView } from '../../view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer';
|
|
153
162
|
import { clearChargeCardStatementList } from '../../view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer';
|
|
@@ -188,19 +197,23 @@ import { clearTaskGroupView } from '../../view/taskManager/taskGroupView/taskGro
|
|
|
188
197
|
import { clearTaskList } from '../../view/taskManager/taskListView/taskListReducer';
|
|
189
198
|
import { clearTasksCard } from '../../view/tasksCard/tasksCardReducer';
|
|
190
199
|
import { clearTopEx } from '../../view/topEx/topExReducer';
|
|
200
|
+
import { clearTransactionActivityLogView } from '../../view/transactionActivityLogView/transactionActivityLogViewReducer';
|
|
191
201
|
import { clearTransactionDetail } from '../../view/transactionDetail/transactionDetailReducer';
|
|
192
202
|
import { clearTransactionList } from '../../view/transactionList/transactionListReducer';
|
|
193
203
|
import { clearTrendData } from '../../view/trend/trendReducer';
|
|
194
204
|
import { clearTrendWithTransactions } from '../../view/trendWithTransactions/trendWithTransactionsReducer';
|
|
195
205
|
import { clearTwoFactorAuthentication } from '../../view/twoFactorAuthentication/twoFactorAuthenticationReducer';
|
|
196
206
|
import { clearUserFinancialAccount } from '../../view/userFinancialAccount/userFinancialAccountReducer';
|
|
207
|
+
import { clearUserGroupListView } from '../../view/userGroupListView/userGroupListViewReducer';
|
|
197
208
|
import { clearUserListView } from '../../view/userListView/userListViewReducer';
|
|
198
209
|
import { clearUserRoleConfigView } from '../../view/userRoleConfigView/userRoleConfigReducer';
|
|
199
210
|
import { clearVendor1099TypeList } from '../../view/vendor1099TypeList/vendor1099TypeListReducer';
|
|
200
211
|
import { clearVendorsFiling1099List } from '../../view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer';
|
|
212
|
+
import { clearVendorFiling1099UploadDetails } from '../../view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer';
|
|
201
213
|
import { clearVendorsList } from '../../view/vendorList/vendorListReducer';
|
|
202
214
|
import { clearVendorReviewView } from '../../view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer';
|
|
203
215
|
import { clearVendorGlobalReviewView } from '../../view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer';
|
|
216
|
+
import { clearVendorTabView } from '../../view/vendorTabView/vendorTabViewReducer';
|
|
204
217
|
import { clearVendorTypeList } from '../../view/vendorTypeList/vendorTypeListReducer';
|
|
205
218
|
import { clearZeniAccStatementList } from '../../view/zeniAccStatementList/zeniAccStatementListReducer';
|
|
206
219
|
import { clearZeniAccountsPromoCard } from '../../view/zeniAccountsPromoCard/zeniAccountsPromoCardReducer';
|
|
@@ -267,8 +280,8 @@ import { clearAllUserRoles } from '../userRole/userRoleReducer';
|
|
|
267
280
|
import { clearAllVendors } from '../vendor/vendorReducer';
|
|
268
281
|
import { clearAllVendorExpenseTrends } from '../vendorExpense/vendorExpenseReducer';
|
|
269
282
|
import { clearAll } from './tenantReducer';
|
|
270
|
-
type clearActionTypeForViews = ReturnType<typeof clearAccountList> | ReturnType<typeof clearAccountMappingView> | ReturnType<typeof clearActivityHistory> | ReturnType<typeof clearActivityRealTimeApproval> | ReturnType<typeof clearAddressView> | ReturnType<typeof clearAiAccountantView> | ReturnType<typeof clearAllAiAccountantCustomers> | ReturnType<typeof clearAiCfoView> | ReturnType<typeof clearAllClasses> | ReturnType<typeof clearAllProjects> | ReturnType<typeof clearAllMonthEndCloseChecksView> | ReturnType<typeof clearApAging> | ReturnType<typeof clearApAgingDetail> | ReturnType<typeof clearArAging> | ReturnType<typeof clearArAgingDetail> | ReturnType<typeof clearAuthenticationView> | ReturnType<typeof clearAutoTransferRules> | ReturnType<typeof clearBalanceSheet> | ReturnType<typeof clearBankAccountView> | ReturnType<typeof clearBillDetailView> | ReturnType<typeof clearBillList> | ReturnType<typeof clearBillPayBulkActionView> | ReturnType<typeof clearBillPayCard> | ReturnType<typeof clearBillPayConfig> | ReturnType<typeof clearBillPayReview> | ReturnType<typeof clearBillPaySetupApproverView> | ReturnType<typeof clearBillPaySetupView> | ReturnType<typeof clearCardBalance> | ReturnType<typeof clearCardPaymentView> | ReturnType<typeof clearCardPolicyDetail> | ReturnType<typeof clearCardPolicyList> | ReturnType<typeof clearCardUserOnboarding> | ReturnType<typeof clearCashbackDetail> | ReturnType<typeof clearCashBalance> | ReturnType<typeof clearCashFlow> | ReturnType<typeof clearCashInCashOut> | ReturnType<typeof clearCashPosition> | ReturnType<typeof clearChargeCardConfig> | ReturnType<typeof clearChargeCardDetail> | ReturnType<typeof clearChargeCardList> | ReturnType<typeof clearChargeCardRepaymentDetail> | ReturnType<typeof clearChargeCardSetupView> | ReturnType<typeof clearChargeCardStatementList> | ReturnType<typeof clearCheckDeposit> | ReturnType<typeof clearCompanyConfigView> | ReturnType<typeof clearCompanyHealthMetric> | ReturnType<typeof clearCompanyHealthMetricView> | ReturnType<typeof clearCompanyMonthEndReportView> | ReturnType<typeof clearCompanyTaskManagerView> | ReturnType<typeof clearCompanyView> | ReturnType<typeof clearCreateCardPolicy> | ReturnType<typeof clearCreateTransferEntry> | ReturnType<typeof clearAllCreditAgent> | ReturnType<typeof clearCreditAgentView> | ReturnType<typeof clearDashboard> | ReturnType<typeof clearDashboardLayout> | ReturnType<typeof clearDepositAccountDetail> | ReturnType<typeof clearDepositAccountList> | ReturnType<typeof clearDepositAccountTransactionList> | ReturnType<typeof clearEditBillViewDetail> | ReturnType<typeof clearEditRemiViewDetail> | ReturnType<typeof clearAllEntityAutoCompleteResults> | ReturnType<typeof clearExpenseAutomationFluxAnalysisView> | ReturnType<typeof clearExpenseAutomationJESchedulesView> | ReturnType<typeof clearExpenseAutomationMissingReceiptsView> | ReturnType<typeof clearExpenseAutomationReconciliationView> | ReturnType<typeof clearExpenseAutomationTransactionsView> | ReturnType<typeof clearExpenseAutomationView> | ReturnType<typeof clearExpressPayView> | ReturnType<typeof clearFeatureNotificationView> | ReturnType<typeof clearFileViewList> | ReturnType<typeof clearFinanceStatement> | ReturnType<typeof clearForecastList> | ReturnType<typeof clearGlobalMerchantAutoCompleteResults> | ReturnType<typeof clearGlobalMerchantView> | ReturnType<typeof clearInsightsCard> | ReturnType<typeof clearInternationalWire> | ReturnType<typeof clearInternationalVerificationView> | ReturnType<typeof clearAllInvoiceDetail> | ReturnType<typeof clearInvoiceList> | ReturnType<typeof resetCreateInvoice> | ReturnType<typeof resetRecordPayment> | ReturnType<typeof resetIssueCreditNote> | ReturnType<typeof resetCreateCreditNote> | ReturnType<typeof clearInvoicingOverview> | ReturnType<typeof clearInvoicingAuditView> | ReturnType<typeof resetEditInvoicingCatalogItemDetailView> | ReturnType<typeof resetEditInvoicingCouponDetailView> | ReturnType<typeof clearInvoicingCouponDetailView> | ReturnType<typeof resetEditInvoicingCustomerDetailView> | ReturnType<typeof resetEditInvoicingSubscriptionDetailView> | ReturnType<typeof clearAllInvoicingCatalogActions> | ReturnType<typeof clearAllInvoicingDataImportActions> | ReturnType<typeof clearInvoicingDataImportView> | ReturnType<typeof clearAllInvoicingDiscountActions> | ReturnType<typeof clearAllInvoicingInvoiceActions> | ReturnType<typeof clearAllInvoicingSubscriptionActions> | ReturnType<typeof clearAllInvoicingDunningActions> | ReturnType<typeof clearAllInvoicingPaymentActions> | ReturnType<typeof resetSaveInvoicingSettings> | ReturnType<typeof clearInvoicingCatalogItemDetailView> | ReturnType<typeof clearInvoicingCatalogListView> | ReturnType<typeof clearInvoicingCouponView> | ReturnType<typeof clearInvoicingCreditNoteDetailView> | ReturnType<typeof clearInvoicingCreditNoteListView> | ReturnType<typeof clearInvoicingCustomerDetailView> | ReturnType<typeof clearInvoicingCustomerListView> | ReturnType<typeof resetInvoicingCustomerPaymentMethod> | ReturnType<typeof resetPromotionalCreditAction> | ReturnType<typeof clearInvoicingDunningCaseDetailView> | ReturnType<typeof clearInvoicingDunningCaseListView> | ReturnType<typeof clearInvoicingConfig> | ReturnType<typeof clearInvoicingQboView> | ReturnType<typeof clearInvoicingSettings> | ReturnType<typeof clearInvoicingSubscriptionDetailView> | ReturnType<typeof clearInvoicingSubscriptionListView> | ReturnType<typeof clearInvoicingTransactionDetailView> | ReturnType<typeof clearInvoicingTransactionListView> | ReturnType<typeof clearIssueChargeCard> | ReturnType<typeof clearMerchantList> | ReturnType<typeof clearNetBurnOrIncome> | ReturnType<typeof clearNetBurnOrIncomeClassesView> | ReturnType<typeof clearNetBurnOrIncomeProjectView> | ReturnType<typeof clearNetBurnOrIncomeStoryCard> | ReturnType<typeof clearNotificationView> | ReturnType<typeof clearOnboardingCockpitView> | ReturnType<typeof clearOnboardingCustomerView> | ReturnType<typeof clearOpEx> | ReturnType<typeof clearOpExByVendor> | ReturnType<typeof clearOpExClassesView> | ReturnType<typeof clearOpExProjectView> | ReturnType<typeof clearOwnerList> | ReturnType<typeof clearPaymentAccountList> | ReturnType<typeof clearPeople> | ReturnType<typeof clearAggregatedReport> | ReturnType<typeof clearPreviousBills> | ReturnType<typeof clearProfitAndLoss> | ReturnType<typeof clearProfitAndLossClassesView> | ReturnType<typeof clearProfitAndLossProjectView> | ReturnType<typeof clearProjectList> | ReturnType<typeof clearRecommendation> | ReturnType<typeof clearReferrals> | ReturnType<typeof clearReimbursementCard> | ReturnType<typeof clearReimbursementConfig> | ReturnType<typeof clearRemiBulkActionView> | ReturnType<typeof clearRemiDetailView> | ReturnType<typeof clearRemiList> | ReturnType<typeof clearRemiSetupApproverView> | ReturnType<typeof clearRemiSetupView> | ReturnType<typeof clearReportUIOption> | ReturnType<typeof clearRevenue> | ReturnType<typeof clearRevenueClassesView> | ReturnType<typeof clearRevenueProjectView> | ReturnType<typeof clearReviewCompany> | ReturnType<typeof clearScheduleDetailView> | ReturnType<typeof clearScheduleAccruedDetailView> | ReturnType<typeof clearScheduleList> | ReturnType<typeof clearSettingsView> | ReturnType<typeof clearSetupView> | ReturnType<typeof clearPlaidAccountView> | ReturnType<typeof clearSubscriptionView> | ReturnType<typeof clearTagView> | ReturnType<typeof clearTaskDetail> | ReturnType<typeof clearTaskGroupTemplatesView> | ReturnType<typeof clearTaskGroupView> | ReturnType<typeof clearTaskList> | ReturnType<typeof clearTasksCard> | ReturnType<typeof clearTopEx> | ReturnType<typeof clearTransactionDetail> | ReturnType<typeof clearTransactionList> | ReturnType<typeof clearTransferDetail> | ReturnType<typeof clearTreasuryOverviewDetail> | ReturnType<typeof clearTreasurySetupView> | ReturnType<typeof clearTreasuryStatementList> | ReturnType<typeof clearTreasuryTaxLetterList> | ReturnType<typeof clearTreasuryTransferMoney> | ReturnType<typeof clearTrendData> | ReturnType<typeof clearTrendWithTransactions> | ReturnType<typeof clearTwoFactorAuthentication> | ReturnType<typeof clearUserFinancialAccount> | ReturnType<typeof clearUserListView> | ReturnType<typeof clearUserRoleConfigView> | ReturnType<typeof clearVendorGlobalReviewView> | ReturnType<typeof clearVendorReviewView> | ReturnType<typeof clearVendorTypeList> | ReturnType<typeof clearVendor1099TypeList> | ReturnType<typeof clearVendorView> | ReturnType<typeof clearVendorsFiling1099List> | ReturnType<typeof clearVendorsList> | ReturnType<typeof clearVendorsTabVendorView> | ReturnType<typeof clearWiseRedirectStatus> | ReturnType<typeof clearZeniAccStatementList> | ReturnType<typeof clearZeniAccountList> | ReturnType<typeof clearZeniAccountSetupView> | ReturnType<typeof clearZeniAccountsConfig> | ReturnType<typeof clearZeniAccountsPromoCard> | ReturnType<typeof clearZeniOAuthView>;
|
|
271
|
-
type clearActionTypeForEntities = ReturnType<typeof clearAiCfo> | ReturnType<typeof clearAllAccountGroups> | ReturnType<typeof clearAllAccountRecon> | ReturnType<typeof clearAllAccountingSummary> | ReturnType<typeof clearAllAccounts> | ReturnType<typeof clearAllAddresses> | ReturnType<typeof clearAllApprovalRules> | ReturnType<typeof clearAllBankAccounts> | ReturnType<typeof clearAllBillTransactions> | ReturnType<typeof clearAllCardPayments> | ReturnType<typeof clearAllChargeCardRepayments> | ReturnType<typeof clearAllChargeCardTransactions> | ReturnType<typeof clearAllChargeCards> | ReturnType<typeof clearAllCompanies> | ReturnType<typeof clearAllConnectedAccounts> | ReturnType<typeof clearAllCurrencies> | ReturnType<typeof clearAllCustomerIncomeTrend> | ReturnType<typeof clearAllCustomers> | ReturnType<typeof clearAllDepositAccounts> | ReturnType<typeof clearAllEntities> | ReturnType<typeof clearAllEntityApprovalStatus> | ReturnType<typeof clearAllFiles> | ReturnType<typeof clearAllForecasts> | ReturnType<typeof clearAllGlobalMerchants> | ReturnType<typeof clearAllInsights> | ReturnType<typeof clearAllInvoices> | ReturnType<typeof clearAllInvoicingCoupons> | ReturnType<typeof clearAllInvoicingCreditNotes> | ReturnType<typeof clearAllInvoicingCustomers> | ReturnType<typeof clearAllInvoicingDunningCases> | ReturnType<typeof clearAllInvoicingPlans> | ReturnType<typeof clearAllInvoicingProducts> | ReturnType<typeof clearAllInvoicingSubscriptions> | ReturnType<typeof clearAllInvoicingTransactions> | ReturnType<typeof clearAllAccruedJESchedules> | ReturnType<typeof clearAllJEScheduleTransactions> | ReturnType<typeof clearAllMerchants> | ReturnType<typeof clearAllMonthEndCloseChecks> | ReturnType<typeof clearAllNotificationPreferencesView> | ReturnType<typeof clearAllNotificationRegistry> | ReturnType<typeof clearAllNotifications> | ReturnType<typeof clearAllOnboardingCustomersInfo> | ReturnType<typeof clearAllPaymentAccounts> | ReturnType<typeof clearAllPaymentInstruments> | ReturnType<typeof clearAllRecurringBills> | ReturnType<typeof clearAllReimbursements> | ReturnType<typeof clearAllSectionsAccountsView> | ReturnType<typeof clearAllSectionsClassesViewV2> | ReturnType<typeof clearAllSectionsProjectView> | ReturnType<typeof clearAllSubscriptionAddOns> | ReturnType<typeof clearAllSubscriptionCoupons> | ReturnType<typeof clearAllSubscriptionPlans> | ReturnType<typeof clearAllSubscriptionSummary> | ReturnType<typeof clearAllSubscriptions> | ReturnType<typeof clearAllTags> | ReturnType<typeof clearAllTaskGroups> | ReturnType<typeof clearAllTaskGroupTemplates> | ReturnType<typeof clearAllTaskSummary> | ReturnType<typeof clearAllTasks> | ReturnType<typeof clearAllToastNotifications> | ReturnType<typeof clearAllTransactions> | ReturnType<typeof clearAllUserRoles> | ReturnType<typeof clearAllUsers> | ReturnType<typeof clearAllVendorExpenseTrends> | ReturnType<typeof clearAllVendors> | ReturnType<typeof clearCannedResponses> | ReturnType<typeof clearCardPolicy> | ReturnType<typeof clearClassList> | ReturnType<typeof clearContacts> | ReturnType<typeof clearCountryList> | ReturnType<typeof clearDepositAccountTransaction> | ReturnType<typeof clearSnackbar>;
|
|
283
|
+
type clearActionTypeForViews = ReturnType<typeof clearAccountList> | ReturnType<typeof clearAccountMappingView> | ReturnType<typeof clearActivityHistory> | ReturnType<typeof clearActivityRealTimeApproval> | ReturnType<typeof clearAddressView> | ReturnType<typeof clearAiAccountantView> | ReturnType<typeof clearAllAiAccountantCustomers> | ReturnType<typeof clearAiCfoView> | ReturnType<typeof clearAllClasses> | ReturnType<typeof clearAllProjects> | ReturnType<typeof clearAllMonthEndCloseChecksView> | ReturnType<typeof clearApAging> | ReturnType<typeof clearApAgingDetail> | ReturnType<typeof clearArAging> | ReturnType<typeof clearArAgingDetail> | ReturnType<typeof clearAuditReportGroupView> | ReturnType<typeof clearAuditRuleGroupView> | ReturnType<typeof clearAuthenticationView> | ReturnType<typeof clearAutoTransferRules> | ReturnType<typeof clearBalanceSheet> | ReturnType<typeof clearBankAccountView> | ReturnType<typeof clearBillDetailView> | ReturnType<typeof clearBillList> | ReturnType<typeof clearBillPayBulkActionView> | ReturnType<typeof clearBillPayCard> | ReturnType<typeof clearBillPayConfig> | ReturnType<typeof clearBillPayReview> | ReturnType<typeof clearBillPaySetupApproverView> | ReturnType<typeof clearBillPaySetupView> | ReturnType<typeof clearCardBalance> | ReturnType<typeof clearCardPaymentView> | ReturnType<typeof clearCardPolicyDetail> | ReturnType<typeof clearCardPolicyList> | ReturnType<typeof clearCardUserOnboarding> | ReturnType<typeof clearCashbackDetail> | ReturnType<typeof clearCashBalance> | ReturnType<typeof clearCashFlow> | ReturnType<typeof clearCashInCashOut> | ReturnType<typeof clearCashPosition> | ReturnType<typeof clearChargeCardConfig> | ReturnType<typeof clearChargeCardDetail> | ReturnType<typeof clearChargeCardList> | ReturnType<typeof clearChargeCardPaymentHistory> | ReturnType<typeof clearChargeCardRepaymentDetail> | ReturnType<typeof clearChargeCardSetupView> | ReturnType<typeof clearChargeCardStatementList> | ReturnType<typeof clearCheckDeposit> | ReturnType<typeof clearCompanyConfigView> | ReturnType<typeof clearCompanyHealthMetric> | ReturnType<typeof clearCompanyHealthMetricConfigView> | ReturnType<typeof clearCompanyHealthMetricView> | ReturnType<typeof clearCompanyMonthEndReportView> | ReturnType<typeof clearCompanyTaskManagerView> | ReturnType<typeof clearCompanyView> | ReturnType<typeof clearCreateCardPolicy> | ReturnType<typeof clearCreateTransferEntry> | ReturnType<typeof clearAllCreditAgent> | ReturnType<typeof clearCreditAgentView> | ReturnType<typeof clearDashboard> | ReturnType<typeof clearDashboardLayout> | ReturnType<typeof clearDepositAccountDetail> | ReturnType<typeof clearDepositAccountList> | ReturnType<typeof clearDepositAccountTransactionList> | ReturnType<typeof clearEditBillViewDetail> | ReturnType<typeof clearEditRemiViewDetail> | ReturnType<typeof clearAllEntityAutoCompleteResults> | ReturnType<typeof clearExpenseAutomationFluxAnalysisView> | ReturnType<typeof clearExpenseAutomationJESchedulesView> | ReturnType<typeof clearExpenseAutomationMissingReceiptsView> | ReturnType<typeof clearExpenseAutomationReconciliationView> | ReturnType<typeof clearExpenseAutomationTransactionsView> | ReturnType<typeof clearExpenseAutomationView> | ReturnType<typeof clearExpressPayView> | ReturnType<typeof clearFeatureNotificationView> | ReturnType<typeof clearFileViewList> | ReturnType<typeof clearFinanceStatement> | ReturnType<typeof clearForecastList> | ReturnType<typeof clearGlobalMerchantAutoCompleteResults> | ReturnType<typeof clearGlobalMerchantView> | ReturnType<typeof clearInsightsCard> | ReturnType<typeof clearInternationalWire> | ReturnType<typeof clearInternationalVerificationView> | ReturnType<typeof clearAllInvoiceDetail> | ReturnType<typeof clearInvoiceList> | ReturnType<typeof clearMagicLinkView> | ReturnType<typeof clearReportsResync> | ReturnType<typeof clearTransactionActivityLogView> | ReturnType<typeof clearUserGroupListView> | ReturnType<typeof clearVendorFiling1099UploadDetails> | ReturnType<typeof clearVendorTabView> | ReturnType<typeof resetCreateInvoice> | ReturnType<typeof resetRecordPayment> | ReturnType<typeof resetIssueCreditNote> | ReturnType<typeof resetCreateCreditNote> | ReturnType<typeof clearInvoicingOverview> | ReturnType<typeof clearInvoicingAuditView> | ReturnType<typeof resetEditInvoicingCatalogItemDetailView> | ReturnType<typeof resetEditInvoicingCouponDetailView> | ReturnType<typeof clearInvoicingCouponDetailView> | ReturnType<typeof resetEditInvoicingCustomerDetailView> | ReturnType<typeof resetEditInvoicingSubscriptionDetailView> | ReturnType<typeof clearAllInvoicingCatalogActions> | ReturnType<typeof clearAllInvoicingDataImportActions> | ReturnType<typeof clearInvoicingDataImportView> | ReturnType<typeof clearAllInvoicingDiscountActions> | ReturnType<typeof clearAllInvoicingInvoiceActions> | ReturnType<typeof clearAllInvoicingSubscriptionActions> | ReturnType<typeof clearAllInvoicingDunningActions> | ReturnType<typeof clearAllInvoicingPaymentActions> | ReturnType<typeof resetSaveInvoicingSettings> | ReturnType<typeof clearInvoicingCatalogItemDetailView> | ReturnType<typeof clearInvoicingCatalogListView> | ReturnType<typeof clearInvoicingCouponView> | ReturnType<typeof clearInvoicingCreditNoteDetailView> | ReturnType<typeof clearInvoicingCreditNoteListView> | ReturnType<typeof clearInvoicingCustomerDetailView> | ReturnType<typeof clearInvoicingCustomerListView> | ReturnType<typeof resetInvoicingCustomerPaymentMethod> | ReturnType<typeof resetPromotionalCreditAction> | ReturnType<typeof clearInvoicingDunningCaseDetailView> | ReturnType<typeof clearInvoicingDunningCaseListView> | ReturnType<typeof clearInvoicingConfig> | ReturnType<typeof clearInvoicingQboView> | ReturnType<typeof clearInvoicingSettings> | ReturnType<typeof clearInvoicingSubscriptionDetailView> | ReturnType<typeof clearInvoicingSubscriptionListView> | ReturnType<typeof clearInvoicingTransactionDetailView> | ReturnType<typeof clearInvoicingTransactionListView> | ReturnType<typeof clearIssueChargeCard> | ReturnType<typeof clearMerchantList> | ReturnType<typeof clearNetBurnOrIncome> | ReturnType<typeof clearNetBurnOrIncomeClassesView> | ReturnType<typeof clearNetBurnOrIncomeProjectView> | ReturnType<typeof clearNetBurnOrIncomeStoryCard> | ReturnType<typeof clearNotificationView> | ReturnType<typeof clearOnboardingCockpitView> | ReturnType<typeof clearOnboardingCustomerView> | ReturnType<typeof clearOpEx> | ReturnType<typeof clearOpExByVendor> | ReturnType<typeof clearOpExClassesView> | ReturnType<typeof clearOpExProjectView> | ReturnType<typeof clearOwnerList> | ReturnType<typeof clearPaymentAccountList> | ReturnType<typeof clearPeople> | ReturnType<typeof clearAggregatedReport> | ReturnType<typeof clearPreviousBills> | ReturnType<typeof clearProfitAndLoss> | ReturnType<typeof clearProfitAndLossClassesView> | ReturnType<typeof clearProfitAndLossProjectView> | ReturnType<typeof clearProjectList> | ReturnType<typeof clearRecommendation> | ReturnType<typeof clearReferrals> | ReturnType<typeof clearReimbursementCard> | ReturnType<typeof clearReimbursementConfig> | ReturnType<typeof clearRemiBulkActionView> | ReturnType<typeof clearRemiDetailView> | ReturnType<typeof clearRemiList> | ReturnType<typeof clearRemiSetupApproverView> | ReturnType<typeof clearRemiSetupView> | ReturnType<typeof clearReportUIOption> | ReturnType<typeof clearRevenue> | ReturnType<typeof clearRevenueClassesView> | ReturnType<typeof clearRevenueProjectView> | ReturnType<typeof clearReviewCompany> | ReturnType<typeof clearScheduleDetailView> | ReturnType<typeof clearScheduleAccruedDetailView> | ReturnType<typeof clearScheduleList> | ReturnType<typeof clearSettingsView> | ReturnType<typeof clearSetupView> | ReturnType<typeof clearPlaidAccountView> | ReturnType<typeof clearSubscriptionView> | ReturnType<typeof clearTagView> | ReturnType<typeof clearTaskDetail> | ReturnType<typeof clearTaskGroupTemplatesView> | ReturnType<typeof clearTaskGroupView> | ReturnType<typeof clearTaskList> | ReturnType<typeof clearTasksCard> | ReturnType<typeof clearTopEx> | ReturnType<typeof clearTransactionDetail> | ReturnType<typeof clearTransactionList> | ReturnType<typeof clearTransferDetail> | ReturnType<typeof clearTreasuryOverviewDetail> | ReturnType<typeof clearTreasurySetupView> | ReturnType<typeof clearTreasuryStatementList> | ReturnType<typeof clearTreasuryTaxLetterList> | ReturnType<typeof clearTreasuryTransferMoney> | ReturnType<typeof clearTrendData> | ReturnType<typeof clearTrendWithTransactions> | ReturnType<typeof clearTwoFactorAuthentication> | ReturnType<typeof clearUserFinancialAccount> | ReturnType<typeof clearUserListView> | ReturnType<typeof clearUserRoleConfigView> | ReturnType<typeof clearVendorGlobalReviewView> | ReturnType<typeof clearVendorReviewView> | ReturnType<typeof clearVendorTypeList> | ReturnType<typeof clearVendor1099TypeList> | ReturnType<typeof clearVendorView> | ReturnType<typeof clearVendorsFiling1099List> | ReturnType<typeof clearVendorsList> | ReturnType<typeof clearVendorsTabVendorView> | ReturnType<typeof clearWiseRedirectStatus> | ReturnType<typeof clearZeniAccStatementList> | ReturnType<typeof clearZeniAccountList> | ReturnType<typeof clearZeniAccountSetupView> | ReturnType<typeof clearZeniAccountsConfig> | ReturnType<typeof clearZeniAccountsPromoCard> | ReturnType<typeof clearZeniOAuthView>;
|
|
284
|
+
type clearActionTypeForEntities = ReturnType<typeof clearAiCfo> | ReturnType<typeof clearAllAccountGroups> | ReturnType<typeof clearAllAccountRecon> | ReturnType<typeof clearAllAccountingSummary> | ReturnType<typeof clearAllAccounts> | ReturnType<typeof clearAllAddresses> | ReturnType<typeof clearAllApprovalRules> | ReturnType<typeof clearAllBankAccounts> | ReturnType<typeof clearAllBillTransactions> | ReturnType<typeof clearAllCardPayments> | ReturnType<typeof clearAllChargeCardRepayments> | ReturnType<typeof clearAllChargeCardTransactions> | ReturnType<typeof clearAllChargeCards> | ReturnType<typeof clearAllCompanies> | ReturnType<typeof clearAllConnectedAccounts> | ReturnType<typeof clearAllCurrencies> | ReturnType<typeof clearAllCustomerIncomeTrend> | ReturnType<typeof clearAllCustomers> | ReturnType<typeof clearAllCustomerSatisfaction> | ReturnType<typeof clearAllDepositAccounts> | ReturnType<typeof clearAllEntities> | ReturnType<typeof clearAllEntityApprovalStatus> | ReturnType<typeof clearAllFiles> | ReturnType<typeof clearAllForecasts> | ReturnType<typeof clearAllGlobalMerchants> | ReturnType<typeof clearAllInsights> | ReturnType<typeof clearAllInvoices> | ReturnType<typeof clearAllInvoicingCoupons> | ReturnType<typeof clearAllInvoicingCreditNotes> | ReturnType<typeof clearAllInvoicingCustomers> | ReturnType<typeof clearAllInvoicingDunningCases> | ReturnType<typeof clearAllInvoicingPlans> | ReturnType<typeof clearAllInvoicingProducts> | ReturnType<typeof clearAllInvoicingSubscriptions> | ReturnType<typeof clearAllInvoicingTransactions> | ReturnType<typeof clearAllAccruedJESchedules> | ReturnType<typeof clearAllJEScheduleTransactions> | ReturnType<typeof clearAllMerchants> | ReturnType<typeof clearAllMonthEndCloseChecks> | ReturnType<typeof clearAllNotificationPreferencesView> | ReturnType<typeof clearAllNotificationRegistry> | ReturnType<typeof clearAllNotifications> | ReturnType<typeof clearAllOnboardingCustomersInfo> | ReturnType<typeof clearAllPaymentAccounts> | ReturnType<typeof clearAllPaymentInstruments> | ReturnType<typeof clearAllRecurringBills> | ReturnType<typeof clearAllReimbursements> | ReturnType<typeof clearAllSectionsAccountsView> | ReturnType<typeof clearAllSectionsClassesViewV2> | ReturnType<typeof clearAllSectionsProjectView> | ReturnType<typeof clearAllSubscriptionAddOns> | ReturnType<typeof clearAllSubscriptionCoupons> | ReturnType<typeof clearAllSubscriptionPaymentAccounts> | ReturnType<typeof clearAllSubscriptionPlans> | ReturnType<typeof clearAllSubscriptionSummary> | ReturnType<typeof clearAllSubscriptions> | ReturnType<typeof clearAllTags> | ReturnType<typeof clearAllTaskGroups> | ReturnType<typeof clearAllTaskGroupTemplates> | ReturnType<typeof clearAllTaskSummary> | ReturnType<typeof clearAllTasks> | ReturnType<typeof clearAllToastNotifications> | ReturnType<typeof clearAllTransactionActivityLogs> | ReturnType<typeof clearAllTransactions> | ReturnType<typeof clearAllUserGroups> | ReturnType<typeof clearAllUserRoles> | ReturnType<typeof clearAllUsers> | ReturnType<typeof clearAllVendorExpenseTrends> | ReturnType<typeof clearAllVendors> | ReturnType<typeof clearCannedResponses> | ReturnType<typeof clearCardPolicy> | ReturnType<typeof clearClassList> | ReturnType<typeof clearContacts> | ReturnType<typeof clearCountryList> | ReturnType<typeof clearDepositAccountTransaction> | ReturnType<typeof clearSnackbar>;
|
|
272
285
|
export type ActionType = clearActionTypeForViews | clearActionTypeForEntities | ReturnType<typeof clearAll>;
|
|
273
286
|
export declare const clearAllEpic: (actions$: ActionsObservable<ActionType>) => import("rxjs").Observable<ActionType>;
|
|
274
287
|
export {};
|
|
@@ -7,14 +7,18 @@ const aiAccountantCustomerReducer_1 = require("../../entity/aiAccountantCustomer
|
|
|
7
7
|
const aiCfoReducer_1 = require("../../entity/aiCfo/aiCfoReducer");
|
|
8
8
|
const approvalRuleReducer_1 = require("../../entity/approvalRule/approvalRuleReducer");
|
|
9
9
|
const creditAgentReducer_1 = require("../../entity/creditAgent/creditAgentReducer");
|
|
10
|
+
const customerSatisfactionReducer_1 = require("../../entity/customerSatisfaction/customerSatisfactionReducer");
|
|
10
11
|
const entityApprovalStatusReducer_1 = require("../../entity/entityApprovalStatus/entityApprovalStatusReducer");
|
|
11
12
|
const monthEndCloseChecksReducer_1 = require("../../entity/monthEndCloseChecks/monthEndCloseChecksReducer");
|
|
12
13
|
const notificationReducer_1 = require("../../entity/notification/notificationReducer");
|
|
13
14
|
const notificationRegistryReducer_1 = require("../../entity/notificationRegistry/notificationRegistryReducer");
|
|
14
15
|
const sectionClassesViewReducer_1 = require("../../entity/sectionClassesViewV2/sectionClassesViewReducer");
|
|
15
16
|
const sectionProjectViewReducer_1 = require("../../entity/sectionProjectView/sectionProjectViewReducer");
|
|
17
|
+
const subscriptionPaymentAccountReducer_1 = require("../../entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer");
|
|
16
18
|
const taskGroupReducer_1 = require("../../entity/taskGroup/taskGroupReducer");
|
|
17
19
|
const toastNotificationReducer_1 = require("../../entity/toastNotification/toastNotificationReducer");
|
|
20
|
+
const transactionActivityLogReducer_1 = require("../../entity/transactionActivityLog/transactionActivityLogReducer");
|
|
21
|
+
const userGroupsReducer_1 = require("../../entity/userGroups/userGroupsReducer");
|
|
18
22
|
const accountListReducer_1 = require("../../view/accountList/accountListReducer");
|
|
19
23
|
const accountMappingReducer_1 = require("../../view/accountMappingView/accountMappingReducer");
|
|
20
24
|
const addressViewReducer_1 = require("../../view/addressView/addressViewReducer");
|
|
@@ -25,6 +29,7 @@ const apAgingDetailReducer_1 = require("../../view/apAgingView/apAgingDetail/apA
|
|
|
25
29
|
const apAgingReducer_1 = require("../../view/apAgingView/apAgingReport/apAgingReducer");
|
|
26
30
|
const arAgingDetailReducer_1 = require("../../view/arAgingView/arAgingDetail/arAgingDetailReducer");
|
|
27
31
|
const arAgingReducer_1 = require("../../view/arAgingView/arAgingReport/arAgingReducer");
|
|
32
|
+
const auditReportViewReducer_1 = require("../../view/auditReportView/auditReportViewReducer");
|
|
28
33
|
const authenticationViewReducer_1 = require("../../view/authenticationView/authenticationViewReducer");
|
|
29
34
|
const entityAutoCompleteReducer_1 = require("../../view/autoComplete/entityAutoCompleteReducer");
|
|
30
35
|
const balanceSheetReducer_1 = require("../../view/balanceSheet/balanceSheetReducer");
|
|
@@ -40,6 +45,7 @@ const classListReducer_1 = require("../../view/classList/classListReducer");
|
|
|
40
45
|
const vendorViewReducer_1 = require("../../view/commonVendorView/vendorView/vendorViewReducer");
|
|
41
46
|
const vendorsTabVendorViewReducer_1 = require("../../view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer");
|
|
42
47
|
const companyConfigReducer_1 = require("../../view/companyConfigView/companyConfigReducer");
|
|
48
|
+
const companyHealthMetricConfigReducer_1 = require("../../view/companyHealthMetricView/companyHealthMetricConfigReducer");
|
|
43
49
|
const companyHealthMetricViewReducer_1 = require("../../view/companyHealthMetricView/companyHealthMetricViewReducer");
|
|
44
50
|
const companyMonthEndReportViewReducer_1 = require("../../view/companyMonthEndReportView/companyMonthEndReportViewReducer");
|
|
45
51
|
const companyTaskManagerViewReducer_1 = require("../../view/companyTaskManagerView/companyTaskManagerViewReducer");
|
|
@@ -123,6 +129,7 @@ const recommendationReducer_1 = require("../../view/recommendation/recommendatio
|
|
|
123
129
|
const referralReducer_1 = require("../../view/referralView/referralReducer");
|
|
124
130
|
const reimbursementCardReducer_1 = require("../../view/reimbursementCard/reimbursementCardReducer");
|
|
125
131
|
const reportUIOptionsReducer_1 = require("../../view/reportUIOptions/reportUIOptionsReducer");
|
|
132
|
+
const reportsResyncReducer_1 = require("../../view/reportsResync/reportsResyncReducer");
|
|
126
133
|
const revenueReducer_1 = require("../../view/revenue/revenueReducer");
|
|
127
134
|
const revenueClassesViewReducer_1 = require("../../view/revenueClassesView/revenueClassesViewReducer");
|
|
128
135
|
const revenueProjectViewReducer_1 = require("../../view/revenueProjectView/revenueProjectViewReducer");
|
|
@@ -142,6 +149,7 @@ const billsBulkActionViewReducer_1 = require("../../view/spendManagement/billPay
|
|
|
142
149
|
const editBillViewReducer_1 = require("../../view/spendManagement/billPay/editBillView/editBillViewReducer");
|
|
143
150
|
const internationalWireReducer_1 = require("../../view/spendManagement/billPay/internationalWire/internationalWireReducer");
|
|
144
151
|
const internationalWireVerificationReducer_1 = require("../../view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer");
|
|
152
|
+
const magicLinkViewReducer_1 = require("../../view/spendManagement/billPay/magicLinkView/magicLinkViewReducer");
|
|
145
153
|
const previousBillsReducer_1 = require("../../view/spendManagement/billPay/previousBills/previousBillsReducer");
|
|
146
154
|
const wiseRedirectReducer_1 = require("../../view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer");
|
|
147
155
|
const cardPolicyDetailReducer_1 = require("../../view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailReducer");
|
|
@@ -152,6 +160,7 @@ const cashbackDetailReducer_1 = require("../../view/spendManagement/chargeCards/
|
|
|
152
160
|
const chargeCardConfigReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer");
|
|
153
161
|
const chargeCardDetailReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer");
|
|
154
162
|
const chargeCardListReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer");
|
|
163
|
+
const chargeCardPaymentHistoryReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer");
|
|
155
164
|
const chargeCardRepaymentDetailReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer");
|
|
156
165
|
const chargeCardSetUpViewReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer");
|
|
157
166
|
const chargeCardStatementListReducer_1 = require("../../view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer");
|
|
@@ -192,19 +201,23 @@ const taskGroupViewReducer_1 = require("../../view/taskManager/taskGroupView/tas
|
|
|
192
201
|
const taskListReducer_1 = require("../../view/taskManager/taskListView/taskListReducer");
|
|
193
202
|
const tasksCardReducer_1 = require("../../view/tasksCard/tasksCardReducer");
|
|
194
203
|
const topExReducer_1 = require("../../view/topEx/topExReducer");
|
|
204
|
+
const transactionActivityLogViewReducer_1 = require("../../view/transactionActivityLogView/transactionActivityLogViewReducer");
|
|
195
205
|
const transactionDetailReducer_1 = require("../../view/transactionDetail/transactionDetailReducer");
|
|
196
206
|
const transactionListReducer_1 = require("../../view/transactionList/transactionListReducer");
|
|
197
207
|
const trendReducer_1 = require("../../view/trend/trendReducer");
|
|
198
208
|
const trendWithTransactionsReducer_1 = require("../../view/trendWithTransactions/trendWithTransactionsReducer");
|
|
199
209
|
const twoFactorAuthenticationReducer_1 = require("../../view/twoFactorAuthentication/twoFactorAuthenticationReducer");
|
|
200
210
|
const userFinancialAccountReducer_1 = require("../../view/userFinancialAccount/userFinancialAccountReducer");
|
|
211
|
+
const userGroupListViewReducer_1 = require("../../view/userGroupListView/userGroupListViewReducer");
|
|
201
212
|
const userListViewReducer_1 = require("../../view/userListView/userListViewReducer");
|
|
202
213
|
const userRoleConfigReducer_1 = require("../../view/userRoleConfigView/userRoleConfigReducer");
|
|
203
214
|
const vendor1099TypeListReducer_1 = require("../../view/vendor1099TypeList/vendor1099TypeListReducer");
|
|
204
215
|
const vendorFiling1099ListReducer_1 = require("../../view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer");
|
|
216
|
+
const vendorFiling1099UploadDetailsReducer_1 = require("../../view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer");
|
|
205
217
|
const vendorListReducer_1 = require("../../view/vendorList/vendorListReducer");
|
|
206
218
|
const vendorFirstReviewViewReducer_1 = require("../../view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer");
|
|
207
219
|
const vendorGlobalReviewViewReducer_1 = require("../../view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer");
|
|
220
|
+
const vendorTabViewReducer_1 = require("../../view/vendorTabView/vendorTabViewReducer");
|
|
208
221
|
const vendorTypeListReducer_1 = require("../../view/vendorTypeList/vendorTypeListReducer");
|
|
209
222
|
const zeniAccStatementListReducer_1 = require("../../view/zeniAccStatementList/zeniAccStatementListReducer");
|
|
210
223
|
const zeniAccountsPromoCardReducer_1 = require("../../view/zeniAccountsPromoCard/zeniAccountsPromoCardReducer");
|
|
@@ -290,6 +303,8 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
290
303
|
(0, apAgingDetailReducer_1.clearApAgingDetail)(),
|
|
291
304
|
(0, arAgingReducer_1.clearArAging)(),
|
|
292
305
|
(0, arAgingDetailReducer_1.clearArAgingDetail)(),
|
|
306
|
+
(0, auditReportViewReducer_1.clearAuditReportGroupView)(),
|
|
307
|
+
(0, auditReportViewReducer_1.clearAuditRuleGroupView)(),
|
|
293
308
|
(0, authenticationViewReducer_1.clearAuthenticationView)(),
|
|
294
309
|
(0, autoTransferRulesReducer_1.clearAutoTransferRules)(),
|
|
295
310
|
(0, balanceSheetReducer_1.clearBalanceSheet)(),
|
|
@@ -315,12 +330,14 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
315
330
|
(0, chargeCardConfigReducer_1.clearChargeCardConfig)(),
|
|
316
331
|
(0, chargeCardDetailReducer_1.clearChargeCardDetail)(),
|
|
317
332
|
(0, chargeCardListReducer_1.clearChargeCardList)(),
|
|
333
|
+
(0, chargeCardPaymentHistoryReducer_1.clearChargeCardPaymentHistory)(),
|
|
318
334
|
(0, chargeCardRepaymentDetailReducer_1.clearChargeCardRepaymentDetail)(),
|
|
319
335
|
(0, chargeCardSetUpViewReducer_1.clearChargeCardSetupView)(),
|
|
320
336
|
(0, chargeCardStatementListReducer_1.clearChargeCardStatementList)(),
|
|
321
337
|
(0, checkDepositReducer_1.clearCheckDeposit)(),
|
|
322
338
|
(0, companyConfigReducer_1.clearCompanyConfigView)(),
|
|
323
339
|
(0, companyHealthMetricReducer_1.clearCompanyHealthMetric)(),
|
|
340
|
+
(0, companyHealthMetricConfigReducer_1.clearCompanyHealthMetricConfigView)(),
|
|
324
341
|
(0, companyHealthMetricViewReducer_1.clearCompanyHealthMetricView)(),
|
|
325
342
|
(0, companyMonthEndReportViewReducer_1.clearCompanyMonthEndReportView)(),
|
|
326
343
|
(0, companyTaskManagerViewReducer_1.clearCompanyTaskManagerView)(),
|
|
@@ -355,6 +372,12 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
355
372
|
(0, internationalWireVerificationReducer_1.clearInternationalVerificationView)(),
|
|
356
373
|
(0, invoiceDetailReducer_1.clearAllInvoiceDetail)(),
|
|
357
374
|
(0, invoiceListReducer_1.clearInvoiceList)(),
|
|
375
|
+
(0, magicLinkViewReducer_1.clearMagicLinkView)(),
|
|
376
|
+
(0, reportsResyncReducer_1.clearReportsResync)(),
|
|
377
|
+
(0, transactionActivityLogViewReducer_1.clearTransactionActivityLogView)(),
|
|
378
|
+
(0, userGroupListViewReducer_1.clearUserGroupListView)(),
|
|
379
|
+
(0, vendorFiling1099UploadDetailsReducer_1.clearVendorFiling1099UploadDetails)(),
|
|
380
|
+
(0, vendorTabViewReducer_1.clearVendorTabView)(),
|
|
358
381
|
(0, createInvoiceReducer_1.resetCreateInvoice)(),
|
|
359
382
|
(0, recordPaymentReducer_1.resetRecordPayment)(),
|
|
360
383
|
(0, issueCreditNoteReducer_1.resetIssueCreditNote)(),
|
|
@@ -494,6 +517,7 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
494
517
|
(0, currencyReducer_1.clearAllCurrencies)(),
|
|
495
518
|
(0, customerIncomeTrendReducer_1.clearAllCustomerIncomeTrend)(),
|
|
496
519
|
(0, customerReducer_1.clearAllCustomers)(),
|
|
520
|
+
(0, customerSatisfactionReducer_1.clearAllCustomerSatisfaction)(),
|
|
497
521
|
(0, depositAccountReducer_1.clearAllDepositAccounts)(),
|
|
498
522
|
(0, entityReducer_1.clearAllEntities)(),
|
|
499
523
|
(0, entityApprovalStatusReducer_1.clearAllEntityApprovalStatus)(),
|
|
@@ -526,6 +550,7 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
526
550
|
(0, sectionProjectViewReducer_1.clearAllSectionsProjectView)(),
|
|
527
551
|
(0, subscriptionAddOnReducer_1.clearAllSubscriptionAddOns)(),
|
|
528
552
|
(0, subscriptionCouponReducer_1.clearAllSubscriptionCoupons)(),
|
|
553
|
+
(0, subscriptionPaymentAccountReducer_1.clearAllSubscriptionPaymentAccounts)(),
|
|
529
554
|
(0, subscriptionPlanReducer_1.clearAllSubscriptionPlans)(),
|
|
530
555
|
(0, subscriptionSummaryReducer_1.clearAllSubscriptionSummary)(),
|
|
531
556
|
(0, subscriptionReducer_1.clearAllSubscriptions)(),
|
|
@@ -535,7 +560,9 @@ const clearAllEpic = (actions$) => actions$.pipe((0, operators_1.filter)(tenantR
|
|
|
535
560
|
(0, taskReducer_1.clearAllTasks)(),
|
|
536
561
|
(0, taskSummaryReducer_1.clearAllTaskSummary)(),
|
|
537
562
|
(0, toastNotificationReducer_1.clearAllToastNotifications)(),
|
|
563
|
+
(0, transactionActivityLogReducer_1.clearAllTransactionActivityLogs)(),
|
|
538
564
|
(0, transactionReducer_1.clearAllTransactions)(),
|
|
565
|
+
(0, userGroupsReducer_1.clearAllUserGroups)(),
|
|
539
566
|
(0, userRoleReducer_1.clearAllUserRoles)(),
|
|
540
567
|
(0, userReducer_1.clearAllUsers)(),
|
|
541
568
|
(0, vendorExpenseReducer_1.clearAllVendorExpenseTrends)(),
|
|
@@ -220,11 +220,7 @@ export declare const updateTenants: import("@reduxjs/toolkit").ActionCreatorWith
|
|
|
220
220
|
}, "tenant/updateTenantAccountingClassesEnabled">, updateTenantAccountingProjectsEnabled: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
221
221
|
enabled: boolean;
|
|
222
222
|
tenantId: ID;
|
|
223
|
-
}, "tenant/updateTenantAccountingProjectsEnabled">,
|
|
224
|
-
tenantId: ID;
|
|
225
|
-
isBookkeepingEnabled?: boolean;
|
|
226
|
-
isSpendManagementEnabled?: boolean;
|
|
227
|
-
}, "tenant/updateTenantProductSettings">, updateTenantCapitalizationOnboardingDismissed: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
223
|
+
}, "tenant/updateTenantAccountingProjectsEnabled">, updateTenantCapitalizationOnboardingDismissed: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
228
224
|
accountId: string;
|
|
229
225
|
tenantId: ID;
|
|
230
226
|
}, "tenant/updateTenantCapitalizationOnboardingDismissed">, updateTenantCapitalizationAccountOverride: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
var _a;
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.clearAll = exports.deleteConnectionFailure = exports.deleteConnectionSuccess = exports.deleteConnection = exports.initEmailConnectOAuthFailure = exports.initEmailConnectOAuthSuccess = exports.initEmailConnectOAuth = exports.saveConnectorCredentialsFailure = exports.saveConnectorCredentialsSuccess = exports.saveConnectorCredentials = exports.saveOAuthConnectionFailure = exports.saveOAuthConnectionSuccess = exports.saveOAuthConnection = exports.saveAPIKeyConnectionFailure = exports.saveAPIKeyConnectionSuccess = exports.saveAPIKeyConnection = exports.fetchExternalConnectionsSuccess = exports.fetchExternalConnectionsFailure = exports.saveExternalConnectionFailure = exports.saveExternalConnectionSuccess = exports.saveExternalConnection = exports.fetchExternalConnections = exports.updateLoggedInUser = exports.sessionHeartbeatFailure = exports.sessionHeartbeatSuccess = exports.sendSessionHeartbeat = exports.signOutSuccess = exports.doSignOut = exports.updateSignInState = exports.sendEmailMagicLinkToUserFailure = exports.sendEmailMagicLinkToUserSuccess = exports.sendEmailMagicLinkToUser = exports.magicLinkSignInFailure = exports.magicLinkSignInSuccess = exports.doMagicLinkSignIn = exports.doSignIn = exports.updateExcludedResourcesFailure = exports.updateExcludedResourcesSuccess = exports.fetchExcludedResources = exports.updateCurrentTenant = exports.updateTenantFailure = exports.updateTenantSuccess = exports.fetchActiveTenant = exports.updateTenantsFailure = exports.updateTenantsSuccess = exports.fetchAllTenants = exports.updateTenants = exports.initialState = exports.toExternalSupportedTool = exports.toExternalIntegrationType = void 0;
|
|
8
|
-
exports.toConnection = exports.toRoleResource = exports.resendVerifyDeviceOTPFailure = exports.resendVerifyDeviceOTPSuccess = exports.resendVerifyDeviceOTP = exports.updateTreasuryPromoIntroClosedByOutsideClickForLoggedInUser = exports.updateTreasuryPromoRemindMeLaterClickedForLoggedInUser = exports.updateTreasuryVideoViewedForLoggedInUser = exports.verifyDeviceWithTwoFAFailure = exports.verifyDeviceWithTwoFASuccess = exports.verifyDeviceWithTwoFA = exports.updateTenantMasterTOSInfo = exports.updateTenantCapitalizationAccountOverride = exports.updateTenantCapitalizationOnboardingDismissed = exports.
|
|
8
|
+
exports.toConnection = exports.toRoleResource = exports.resendVerifyDeviceOTPFailure = exports.resendVerifyDeviceOTPSuccess = exports.resendVerifyDeviceOTP = exports.updateTreasuryPromoIntroClosedByOutsideClickForLoggedInUser = exports.updateTreasuryPromoRemindMeLaterClickedForLoggedInUser = exports.updateTreasuryVideoViewedForLoggedInUser = exports.verifyDeviceWithTwoFAFailure = exports.verifyDeviceWithTwoFASuccess = exports.verifyDeviceWithTwoFA = exports.updateTenantMasterTOSInfo = exports.updateTenantCapitalizationAccountOverride = exports.updateTenantCapitalizationOnboardingDismissed = exports.updateTenantAccountingProjectsEnabled = exports.updateTenantAccountingClassesEnabled = exports.trigger2FA = exports.resetSignInState = exports.updateReferViewedForLoggedInUser = exports.updateTenantReimbursementInfo = exports.removeOnboardingTenant = exports.updateOnboardingTenants = exports.updateSubscriptionSummaryForTenantFailure = exports.updateSubscriptionSummaryForTenantSuccess = exports.fetchSubscriptionSummaryForTenant = void 0;
|
|
9
9
|
exports.mapCapitalizableAccountsPayload = mapCapitalizableAccountsPayload;
|
|
10
10
|
exports.mapConnectionsPayloadToState = mapConnectionsPayloadToState;
|
|
11
11
|
const toolkit_1 = require("@reduxjs/toolkit");
|
|
@@ -188,23 +188,6 @@ const tenant = (0, toolkit_1.createSlice)({
|
|
|
188
188
|
draft.tenantsById[tenantId].isAccountingProjectsEnabled = enabled;
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
|
-
// Optimistic per-key merge of the product-family flags after a cockpit
|
|
192
|
-
// "enable services" write succeeds. Only the provided keys are applied so
|
|
193
|
-
// other product settings are preserved.
|
|
194
|
-
updateTenantProductSettings(draft, action) {
|
|
195
|
-
const { tenantId, isBookkeepingEnabled, isSpendManagementEnabled } = action.payload;
|
|
196
|
-
const tenant = draft.tenantsById[tenantId];
|
|
197
|
-
if (tenant == null || tenant.productSettings == null) {
|
|
198
|
-
return;
|
|
199
|
-
}
|
|
200
|
-
if (isBookkeepingEnabled != null) {
|
|
201
|
-
tenant.productSettings.isBookkeepingEnabled = isBookkeepingEnabled;
|
|
202
|
-
}
|
|
203
|
-
if (isSpendManagementEnabled != null) {
|
|
204
|
-
tenant.productSettings.isSpendManagementEnabled =
|
|
205
|
-
isSpendManagementEnabled;
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
191
|
// Optimistic per-key merge: assumes the backend PATCH merges
|
|
209
192
|
// capitalizable_account_overrides by key rather than replacing the whole field.
|
|
210
193
|
updateTenantCapitalizationAccountOverride(draft, action) {
|
|
@@ -946,7 +929,7 @@ const tenant = (0, toolkit_1.createSlice)({
|
|
|
946
929
|
},
|
|
947
930
|
},
|
|
948
931
|
});
|
|
949
|
-
_a = tenant.actions, exports.updateTenants = _a.updateTenants, exports.fetchAllTenants = _a.fetchAllTenants, exports.updateTenantsSuccess = _a.updateTenantsSuccess, exports.updateTenantsFailure = _a.updateTenantsFailure, exports.fetchActiveTenant = _a.fetchActiveTenant, exports.updateTenantSuccess = _a.updateTenantSuccess, exports.updateTenantFailure = _a.updateTenantFailure, exports.updateCurrentTenant = _a.updateCurrentTenant, exports.fetchExcludedResources = _a.fetchExcludedResources, exports.updateExcludedResourcesSuccess = _a.updateExcludedResourcesSuccess, exports.updateExcludedResourcesFailure = _a.updateExcludedResourcesFailure, exports.doSignIn = _a.doSignIn, exports.doMagicLinkSignIn = _a.doMagicLinkSignIn, exports.magicLinkSignInSuccess = _a.magicLinkSignInSuccess, exports.magicLinkSignInFailure = _a.magicLinkSignInFailure, exports.sendEmailMagicLinkToUser = _a.sendEmailMagicLinkToUser, exports.sendEmailMagicLinkToUserSuccess = _a.sendEmailMagicLinkToUserSuccess, exports.sendEmailMagicLinkToUserFailure = _a.sendEmailMagicLinkToUserFailure, exports.updateSignInState = _a.updateSignInState, exports.doSignOut = _a.doSignOut, exports.signOutSuccess = _a.signOutSuccess, exports.sendSessionHeartbeat = _a.sendSessionHeartbeat, exports.sessionHeartbeatSuccess = _a.sessionHeartbeatSuccess, exports.sessionHeartbeatFailure = _a.sessionHeartbeatFailure, exports.updateLoggedInUser = _a.updateLoggedInUser, exports.fetchExternalConnections = _a.fetchExternalConnections, exports.saveExternalConnection = _a.saveExternalConnection, exports.saveExternalConnectionSuccess = _a.saveExternalConnectionSuccess, exports.saveExternalConnectionFailure = _a.saveExternalConnectionFailure, exports.fetchExternalConnectionsFailure = _a.fetchExternalConnectionsFailure, exports.fetchExternalConnectionsSuccess = _a.fetchExternalConnectionsSuccess, exports.saveAPIKeyConnection = _a.saveAPIKeyConnection, exports.saveAPIKeyConnectionSuccess = _a.saveAPIKeyConnectionSuccess, exports.saveAPIKeyConnectionFailure = _a.saveAPIKeyConnectionFailure, exports.saveOAuthConnection = _a.saveOAuthConnection, exports.saveOAuthConnectionSuccess = _a.saveOAuthConnectionSuccess, exports.saveOAuthConnectionFailure = _a.saveOAuthConnectionFailure, exports.saveConnectorCredentials = _a.saveConnectorCredentials, exports.saveConnectorCredentialsSuccess = _a.saveConnectorCredentialsSuccess, exports.saveConnectorCredentialsFailure = _a.saveConnectorCredentialsFailure, exports.initEmailConnectOAuth = _a.initEmailConnectOAuth, exports.initEmailConnectOAuthSuccess = _a.initEmailConnectOAuthSuccess, exports.initEmailConnectOAuthFailure = _a.initEmailConnectOAuthFailure, exports.deleteConnection = _a.deleteConnection, exports.deleteConnectionSuccess = _a.deleteConnectionSuccess, exports.deleteConnectionFailure = _a.deleteConnectionFailure, exports.clearAll = _a.clearAll, exports.fetchSubscriptionSummaryForTenant = _a.fetchSubscriptionSummaryForTenant, exports.updateSubscriptionSummaryForTenantSuccess = _a.updateSubscriptionSummaryForTenantSuccess, exports.updateSubscriptionSummaryForTenantFailure = _a.updateSubscriptionSummaryForTenantFailure, exports.updateOnboardingTenants = _a.updateOnboardingTenants, exports.removeOnboardingTenant = _a.removeOnboardingTenant, exports.updateTenantReimbursementInfo = _a.updateTenantReimbursementInfo, exports.updateReferViewedForLoggedInUser = _a.updateReferViewedForLoggedInUser, exports.resetSignInState = _a.resetSignInState, exports.trigger2FA = _a.trigger2FA, exports.updateTenantAccountingClassesEnabled = _a.updateTenantAccountingClassesEnabled, exports.updateTenantAccountingProjectsEnabled = _a.updateTenantAccountingProjectsEnabled, exports.
|
|
932
|
+
_a = tenant.actions, exports.updateTenants = _a.updateTenants, exports.fetchAllTenants = _a.fetchAllTenants, exports.updateTenantsSuccess = _a.updateTenantsSuccess, exports.updateTenantsFailure = _a.updateTenantsFailure, exports.fetchActiveTenant = _a.fetchActiveTenant, exports.updateTenantSuccess = _a.updateTenantSuccess, exports.updateTenantFailure = _a.updateTenantFailure, exports.updateCurrentTenant = _a.updateCurrentTenant, exports.fetchExcludedResources = _a.fetchExcludedResources, exports.updateExcludedResourcesSuccess = _a.updateExcludedResourcesSuccess, exports.updateExcludedResourcesFailure = _a.updateExcludedResourcesFailure, exports.doSignIn = _a.doSignIn, exports.doMagicLinkSignIn = _a.doMagicLinkSignIn, exports.magicLinkSignInSuccess = _a.magicLinkSignInSuccess, exports.magicLinkSignInFailure = _a.magicLinkSignInFailure, exports.sendEmailMagicLinkToUser = _a.sendEmailMagicLinkToUser, exports.sendEmailMagicLinkToUserSuccess = _a.sendEmailMagicLinkToUserSuccess, exports.sendEmailMagicLinkToUserFailure = _a.sendEmailMagicLinkToUserFailure, exports.updateSignInState = _a.updateSignInState, exports.doSignOut = _a.doSignOut, exports.signOutSuccess = _a.signOutSuccess, exports.sendSessionHeartbeat = _a.sendSessionHeartbeat, exports.sessionHeartbeatSuccess = _a.sessionHeartbeatSuccess, exports.sessionHeartbeatFailure = _a.sessionHeartbeatFailure, exports.updateLoggedInUser = _a.updateLoggedInUser, exports.fetchExternalConnections = _a.fetchExternalConnections, exports.saveExternalConnection = _a.saveExternalConnection, exports.saveExternalConnectionSuccess = _a.saveExternalConnectionSuccess, exports.saveExternalConnectionFailure = _a.saveExternalConnectionFailure, exports.fetchExternalConnectionsFailure = _a.fetchExternalConnectionsFailure, exports.fetchExternalConnectionsSuccess = _a.fetchExternalConnectionsSuccess, exports.saveAPIKeyConnection = _a.saveAPIKeyConnection, exports.saveAPIKeyConnectionSuccess = _a.saveAPIKeyConnectionSuccess, exports.saveAPIKeyConnectionFailure = _a.saveAPIKeyConnectionFailure, exports.saveOAuthConnection = _a.saveOAuthConnection, exports.saveOAuthConnectionSuccess = _a.saveOAuthConnectionSuccess, exports.saveOAuthConnectionFailure = _a.saveOAuthConnectionFailure, exports.saveConnectorCredentials = _a.saveConnectorCredentials, exports.saveConnectorCredentialsSuccess = _a.saveConnectorCredentialsSuccess, exports.saveConnectorCredentialsFailure = _a.saveConnectorCredentialsFailure, exports.initEmailConnectOAuth = _a.initEmailConnectOAuth, exports.initEmailConnectOAuthSuccess = _a.initEmailConnectOAuthSuccess, exports.initEmailConnectOAuthFailure = _a.initEmailConnectOAuthFailure, exports.deleteConnection = _a.deleteConnection, exports.deleteConnectionSuccess = _a.deleteConnectionSuccess, exports.deleteConnectionFailure = _a.deleteConnectionFailure, exports.clearAll = _a.clearAll, exports.fetchSubscriptionSummaryForTenant = _a.fetchSubscriptionSummaryForTenant, exports.updateSubscriptionSummaryForTenantSuccess = _a.updateSubscriptionSummaryForTenantSuccess, exports.updateSubscriptionSummaryForTenantFailure = _a.updateSubscriptionSummaryForTenantFailure, exports.updateOnboardingTenants = _a.updateOnboardingTenants, exports.removeOnboardingTenant = _a.removeOnboardingTenant, exports.updateTenantReimbursementInfo = _a.updateTenantReimbursementInfo, exports.updateReferViewedForLoggedInUser = _a.updateReferViewedForLoggedInUser, exports.resetSignInState = _a.resetSignInState, exports.trigger2FA = _a.trigger2FA, exports.updateTenantAccountingClassesEnabled = _a.updateTenantAccountingClassesEnabled, exports.updateTenantAccountingProjectsEnabled = _a.updateTenantAccountingProjectsEnabled, exports.updateTenantCapitalizationOnboardingDismissed = _a.updateTenantCapitalizationOnboardingDismissed, exports.updateTenantCapitalizationAccountOverride = _a.updateTenantCapitalizationAccountOverride, exports.updateTenantMasterTOSInfo = _a.updateTenantMasterTOSInfo, exports.verifyDeviceWithTwoFA = _a.verifyDeviceWithTwoFA, exports.verifyDeviceWithTwoFASuccess = _a.verifyDeviceWithTwoFASuccess, exports.verifyDeviceWithTwoFAFailure = _a.verifyDeviceWithTwoFAFailure, exports.updateTreasuryVideoViewedForLoggedInUser = _a.updateTreasuryVideoViewedForLoggedInUser, exports.updateTreasuryPromoRemindMeLaterClickedForLoggedInUser = _a.updateTreasuryPromoRemindMeLaterClickedForLoggedInUser, exports.updateTreasuryPromoIntroClosedByOutsideClickForLoggedInUser = _a.updateTreasuryPromoIntroClosedByOutsideClickForLoggedInUser, exports.resendVerifyDeviceOTP = _a.resendVerifyDeviceOTP, exports.resendVerifyDeviceOTPSuccess = _a.resendVerifyDeviceOTPSuccess, exports.resendVerifyDeviceOTPFailure = _a.resendVerifyDeviceOTPFailure;
|
|
950
933
|
exports.default = tenant.reducer;
|
|
951
934
|
/**
|
|
952
935
|
* Applies treasury promo user fields from the tenants API user block when present.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CurrentTenant, TenantView } from '../tenant/tenantSelector';
|
|
2
2
|
import { LoggedInUser } from '../tenant/tenantState';
|
|
3
|
-
export declare const toUserRoleTypeStrict: (v?: string) => "admin" | "
|
|
4
|
-
export declare const toUserRoleType: (v: string) => "admin" | "
|
|
3
|
+
export declare const toUserRoleTypeStrict: (v?: string) => "admin" | "bookkeeping_admin" | "bookkeeping_user" | "investor_or_banker" | "company_officer" | "reimbursements_user" | "bill_pay_admin" | "bill_pay_user" | "reimbursements_admin" | "deposit_accounts_admin" | "deposit_accounts_user" | "charge_card_admin" | "charge_card_user" | "treasury_admin" | "treasury_user" | "controller" | "tax_lead" | "ap_analyst" | "preparer" | "reviewer" | "customer_success_manager" | "zeni_support_user" | undefined;
|
|
4
|
+
export declare const toUserRoleType: (v: string) => "admin" | "bookkeeping_admin" | "bookkeeping_user" | "investor_or_banker" | "company_officer" | "reimbursements_user" | "bill_pay_admin" | "bill_pay_user" | "reimbursements_admin" | "deposit_accounts_admin" | "deposit_accounts_user" | "charge_card_admin" | "charge_card_user" | "treasury_admin" | "treasury_user" | "controller" | "tax_lead" | "ap_analyst" | "preparer" | "reviewer" | "customer_success_manager" | "zeni_support_user";
|
|
5
5
|
export type UserRoleType = ReturnType<typeof toUserRoleType>;
|
|
6
6
|
export type RoleMap = Record<string, boolean>;
|
|
7
7
|
export declare const isFinOpsUserRoleType: (userRole: UserRoleType) => boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const toTinType: (v: string) => "
|
|
1
|
+
export declare const toTinType: (v: string) => "ein" | "ssn";
|
|
2
2
|
type TinType = ReturnType<typeof toTinType>;
|
|
3
3
|
export declare const toFiling1099Type: (v: string) => "int" | "misc" | "nec";
|
|
4
4
|
export type Filing1099Type = ReturnType<typeof toFiling1099Type>;
|