@zeniai/client-epic-state 5.1.41-beta0ND → 5.1.41-beta1ND

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/lib/commonStateTypes/selectorTypes/pickAndMergeForecastCalculatedSection.d.ts +1 -1
  2. package/lib/entity/account/accountSelector.d.ts +6 -6
  3. package/lib/entity/account/pickAndMergeForecastAccountReport.d.ts +18 -18
  4. package/lib/entity/accountGroup/accountGroupSelector.d.ts +44 -44
  5. package/lib/entity/toastNotification/epic/pushToastNotificationEpic.d.ts +3 -3
  6. package/lib/esm/index.js +711 -0
  7. package/lib/index.d.ts +995 -0
  8. package/lib/index.js +2608 -0
  9. package/lib/view/addressView/epic/fetchAddressEpic.d.ts +1 -1
  10. package/lib/view/addressView/epic/updateAddressEpic.d.ts +1 -1
  11. package/lib/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.d.ts +3 -3
  12. package/lib/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.d.ts +2 -2
  13. package/lib/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.d.ts +3 -3
  14. package/lib/view/aiAccountantView/epics/triggerAiAccountantJobEpic.d.ts +3 -3
  15. package/lib/view/aiCfoView/epics/deleteChatSessionEpic.d.ts +5 -5
  16. package/lib/view/auditReportView/auditReportViewSelector.d.ts +1 -1
  17. package/lib/view/billPayCard/billPayCardSelector.d.ts +3 -3
  18. package/lib/view/cardBalance/cardBalanceEpic.d.ts +2 -2
  19. package/lib/view/cardBalance/cardBalanceSelector.d.ts +8 -8
  20. package/lib/view/cardBalance/statementCloseDayEpic.d.ts +3 -3
  21. package/lib/view/cardPayment/epic/addCardPaymentSourceEpic.d.ts +4 -4
  22. package/lib/view/cardPayment/epic/confirmCardSetupIntentEpic.d.ts +4 -4
  23. package/lib/view/cardPayment/epic/createCardSetupIntentEpic.d.ts +5 -5
  24. package/lib/view/cardPayment/epic/fetchPaymentSourcesEpic.d.ts +5 -5
  25. package/lib/view/cashBalance/cashBalanceEpic.d.ts +2 -2
  26. package/lib/view/cashBalance/cashBalanceSelector.d.ts +8 -8
  27. package/lib/view/cashInCashOut/cashInCashOutEpic.d.ts +5 -5
  28. package/lib/view/cashInCashOut/cashInCashOutSelector.d.ts +5 -5
  29. package/lib/view/cashPosition/cashPositionEpic.d.ts +3 -3
  30. package/lib/view/cashPosition/cashPositionSelector.d.ts +5 -5
  31. package/lib/view/companyConfigView/companyConfigSelector.d.ts +2 -2
  32. package/lib/view/companyView/epic/companyPassport/saveCompanyPassportDetailsEpic.d.ts +1 -1
  33. package/lib/view/createTransferEntry/createTransferEntrySelector.d.ts +1 -1
  34. package/lib/view/creditAgentView/epics/saveCreditAgentMacroEpic.d.ts +3 -3
  35. package/lib/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.d.ts +3 -3
  36. package/lib/view/creditAgentView/epics/updateCardProfileEpic.d.ts +3 -3
  37. package/lib/view/expenseAutomationView/epics/accountRecon/reparseStatementEpic.d.ts +4 -4
  38. package/lib/view/expenseAutomationView/epics/accountRecon/updateStatementInfoEpic.d.ts +3 -3
  39. package/lib/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementEpic.d.ts +1 -1
  40. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.d.ts +1 -1
  41. package/lib/view/forecastList/forecastListSelector.d.ts +4 -4
  42. package/lib/view/insightsCard/insightsCardEpic.d.ts +1 -1
  43. package/lib/view/people/changeZeniPersonRolesEpic.d.ts +5 -5
  44. package/lib/view/people/deletePersonEpic.d.ts +4 -4
  45. package/lib/view/people/fetchPeopleEpic.d.ts +2 -2
  46. package/lib/view/people/invitePeopleEpic.d.ts +7 -7
  47. package/lib/view/people/inviteZeniPeopleEpic.d.ts +7 -7
  48. package/lib/view/people/resendInviteEpic.d.ts +3 -3
  49. package/lib/view/reimbursementCard/reimbursementCardSelector.d.ts +3 -3
  50. package/lib/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.d.ts +11 -11
  51. package/lib/view/reportUIOptions/updateReportUIOptionCompareModeEpic.d.ts +8 -8
  52. package/lib/view/reportUIOptions/updateReportUIOptionThisPeriodEpic.d.ts +8 -8
  53. package/lib/view/settingsView/epic/fetchBankAccountsListEpic.d.ts +3 -3
  54. package/lib/view/settingsView/epic/saveNotificationSettingsEpic.d.ts +3 -3
  55. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewSelector.d.ts +2 -2
  56. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.d.ts +4 -4
  57. package/lib/view/spendManagement/helpers.d.ts +1 -1
  58. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchRecommendationsAndUpdateMerchantRecommendationsEpic.d.ts +3 -3
  59. package/lib/view/tagView/epics/createTagEpic.d.ts +3 -3
  60. package/lib/view/tagView/epics/deleteTagEpic.d.ts +7 -7
  61. package/lib/view/tasksCard/tasksCardSelector.d.ts +2 -2
  62. package/lib/view/topEx/topExEpic.d.ts +2 -2
  63. package/lib/view/topEx/topExSelector.d.ts +7 -7
  64. package/lib/view/transactionDetail/epics/uploadMissingAttachmentSuccessEpic.d.ts +5 -5
  65. package/lib/view/transactionDetail/transactionDetailLocalDataHelper.d.ts +1 -1
  66. package/lib/view/userRoleConfigView/userRoleConfigSelector.d.ts +2 -2
  67. package/lib/view/zeniOAuthView/epics/approveOAuthConsentEpic.d.ts +3 -3
  68. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
1
  import { CalculatedSection } from './selectorTypes';
2
- export declare function pickAndMergeForecastCalculatedSection(sectionA: CalculatedSection, sectionF: CalculatedSection): import("../coaBalance/coaBalancesFilter").COABalancesSlice;
2
+ export declare function pickAndMergeForecastCalculatedSection(sectionA: CalculatedSection, sectionF: CalculatedSection): import("../..").COABalancesSlice;
@@ -47,8 +47,8 @@ export declare function getAccount(accountState: AccountState, id: {
47
47
  accountDescription: string;
48
48
  last4Digits: string | undefined;
49
49
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
50
- status: import("../../commonStateTypes/status").Status | undefined;
51
- balance: import("../../commonStateTypes/balance").Balance | undefined;
50
+ status: import("../..").Status | undefined;
51
+ balance: import("../..").Balance | undefined;
52
52
  statementCloseDay: import("./accountState").StatementCloseDay | undefined;
53
53
  qboId: string | undefined;
54
54
  coaId: string | undefined;
@@ -73,8 +73,8 @@ export declare function getAccountWithBalance(accountState: AccountState, id: {
73
73
  accountDescription: string;
74
74
  last4Digits: string | undefined;
75
75
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
76
- status: import("../../commonStateTypes/status").Status | undefined;
77
- balance: import("../../commonStateTypes/balance").Balance | undefined;
76
+ status: import("../..").Status | undefined;
77
+ balance: import("../..").Balance | undefined;
78
78
  statementCloseDay: import("./accountState").StatementCloseDay | undefined;
79
79
  qboId: string | undefined;
80
80
  coaId: string | undefined;
@@ -117,8 +117,8 @@ export declare const getAccountsOrdered: (filter: COABalancesFilter, accountStat
117
117
  accountDescription: string;
118
118
  last4Digits: string | undefined;
119
119
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
120
- status: import("../../commonStateTypes/status").Status | undefined;
121
- balance: import("../../commonStateTypes/balance").Balance | undefined;
120
+ status: import("../..").Status | undefined;
121
+ balance: import("../..").Balance | undefined;
122
122
  statementCloseDay: import("./accountState").StatementCloseDay | undefined;
123
123
  qboId: string | undefined;
124
124
  coaId: string | undefined;
@@ -5,22 +5,22 @@ export declare function pickAndMergeForecastAccounts(accountsA: AccountReport[],
5
5
  export declare function pickAndMergeForecastNestedAccounts(nestedAccountsA: NestedAccountReport[], nestedAccountsF: NestedAccountReport[]): NestedAccountReport[];
6
6
  export declare function cloneAndResetNestedAccount(accountReport: NestedAccountReport): NestedAccountReport;
7
7
  export declare const cloneAccountsWithZeroBalance: (accounts: AccountReport[]) => {
8
- filter: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesFilter;
9
- balancesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
10
- expensesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
11
- incomeInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
12
- cogsInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
13
- cashPositionInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
14
- cashInInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
15
- cashOutInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
16
- otherIncomeInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
17
- otherExpensesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
18
- equityInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
19
- assetsInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
20
- liabilitiesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
21
- operatingActivitiesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
22
- investingActivitiesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
23
- financingActivitiesInTimeframe: import("../../commonStateTypes/coaBalance/coaBalancesFilter").COABalancesSlice;
8
+ filter: import("../..").COABalancesFilter;
9
+ balancesInTimeframe: import("../..").COABalancesSlice;
10
+ expensesInTimeframe: import("../..").COABalancesSlice;
11
+ incomeInTimeframe: import("../..").COABalancesSlice;
12
+ cogsInTimeframe: import("../..").COABalancesSlice;
13
+ cashPositionInTimeframe: import("../..").COABalancesSlice;
14
+ cashInInTimeframe: import("../..").COABalancesSlice;
15
+ cashOutInTimeframe: import("../..").COABalancesSlice;
16
+ otherIncomeInTimeframe: import("../..").COABalancesSlice;
17
+ otherExpensesInTimeframe: import("../..").COABalancesSlice;
18
+ equityInTimeframe: import("../..").COABalancesSlice;
19
+ assetsInTimeframe: import("../..").COABalancesSlice;
20
+ liabilitiesInTimeframe: import("../..").COABalancesSlice;
21
+ operatingActivitiesInTimeframe: import("../..").COABalancesSlice;
22
+ investingActivitiesInTimeframe: import("../..").COABalancesSlice;
23
+ financingActivitiesInTimeframe: import("../..").COABalancesSlice;
24
24
  accountId: string;
25
25
  accountName: string;
26
26
  accountType: "cash_position" | "fixed_assets" | "bank" | "credit_card" | "expenses" | "cogs" | "income" | "cash_in" | "cash_out" | "other_income" | "other_expense" | "accounts_receivable" | "other_current_assets" | "other_assets" | "accounts_payable" | "other_current_liabilities" | "long_term_liabilities" | "equity" | "current_liabilities" | "current_assets" | undefined;
@@ -28,8 +28,8 @@ export declare const cloneAccountsWithZeroBalance: (accounts: AccountReport[]) =
28
28
  accountDescription: string;
29
29
  last4Digits: string | undefined;
30
30
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
31
- status: import("../../commonStateTypes/status").Status | undefined;
32
- balance: import("../../commonStateTypes/balance").Balance | undefined;
31
+ status: import("../..").Status | undefined;
32
+ balance: import("../..").Balance | undefined;
33
33
  statementCloseDay: import("./accountState").StatementCloseDay | undefined;
34
34
  qboId: string | undefined;
35
35
  coaId: string | undefined;
@@ -34,8 +34,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
34
34
  accountDescription: string;
35
35
  last4Digits: string | undefined;
36
36
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
37
- status: import("../../commonStateTypes/status").Status | undefined;
38
- balance: import("../../commonStateTypes/balance").Balance | undefined;
37
+ status: import("../..").Status | undefined;
38
+ balance: import("../..").Balance | undefined;
39
39
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
40
40
  qboId: string | undefined;
41
41
  coaId: string | undefined;
@@ -71,8 +71,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
71
71
  accountDescription: string;
72
72
  last4Digits: string | undefined;
73
73
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
74
- status: import("../../commonStateTypes/status").Status | undefined;
75
- balance: import("../../commonStateTypes/balance").Balance | undefined;
74
+ status: import("../..").Status | undefined;
75
+ balance: import("../..").Balance | undefined;
76
76
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
77
77
  qboId: string | undefined;
78
78
  coaId: string | undefined;
@@ -108,8 +108,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
108
108
  accountDescription: string;
109
109
  last4Digits: string | undefined;
110
110
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
111
- status: import("../../commonStateTypes/status").Status | undefined;
112
- balance: import("../../commonStateTypes/balance").Balance | undefined;
111
+ status: import("../..").Status | undefined;
112
+ balance: import("../..").Balance | undefined;
113
113
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
114
114
  qboId: string | undefined;
115
115
  coaId: string | undefined;
@@ -145,8 +145,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
145
145
  accountDescription: string;
146
146
  last4Digits: string | undefined;
147
147
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
148
- status: import("../../commonStateTypes/status").Status | undefined;
149
- balance: import("../../commonStateTypes/balance").Balance | undefined;
148
+ status: import("../..").Status | undefined;
149
+ balance: import("../..").Balance | undefined;
150
150
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
151
151
  qboId: string | undefined;
152
152
  coaId: string | undefined;
@@ -182,8 +182,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
182
182
  accountDescription: string;
183
183
  last4Digits: string | undefined;
184
184
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
185
- status: import("../../commonStateTypes/status").Status | undefined;
186
- balance: import("../../commonStateTypes/balance").Balance | undefined;
185
+ status: import("../..").Status | undefined;
186
+ balance: import("../..").Balance | undefined;
187
187
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
188
188
  qboId: string | undefined;
189
189
  coaId: string | undefined;
@@ -220,8 +220,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
220
220
  accountDescription: string;
221
221
  last4Digits: string | undefined;
222
222
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
223
- status: import("../../commonStateTypes/status").Status | undefined;
224
- balance: import("../../commonStateTypes/balance").Balance | undefined;
223
+ status: import("../..").Status | undefined;
224
+ balance: import("../..").Balance | undefined;
225
225
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
226
226
  qboId: string | undefined;
227
227
  coaId: string | undefined;
@@ -257,8 +257,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
257
257
  accountDescription: string;
258
258
  last4Digits: string | undefined;
259
259
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
260
- status: import("../../commonStateTypes/status").Status | undefined;
261
- balance: import("../../commonStateTypes/balance").Balance | undefined;
260
+ status: import("../..").Status | undefined;
261
+ balance: import("../..").Balance | undefined;
262
262
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
263
263
  qboId: string | undefined;
264
264
  coaId: string | undefined;
@@ -294,8 +294,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
294
294
  accountDescription: string;
295
295
  last4Digits: string | undefined;
296
296
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
297
- status: import("../../commonStateTypes/status").Status | undefined;
298
- balance: import("../../commonStateTypes/balance").Balance | undefined;
297
+ status: import("../..").Status | undefined;
298
+ balance: import("../..").Balance | undefined;
299
299
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
300
300
  qboId: string | undefined;
301
301
  coaId: string | undefined;
@@ -331,8 +331,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
331
331
  accountDescription: string;
332
332
  last4Digits: string | undefined;
333
333
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
334
- status: import("../../commonStateTypes/status").Status | undefined;
335
- balance: import("../../commonStateTypes/balance").Balance | undefined;
334
+ status: import("../..").Status | undefined;
335
+ balance: import("../..").Balance | undefined;
336
336
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
337
337
  qboId: string | undefined;
338
338
  coaId: string | undefined;
@@ -368,8 +368,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
368
368
  accountDescription: string;
369
369
  last4Digits: string | undefined;
370
370
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
371
- status: import("../../commonStateTypes/status").Status | undefined;
372
- balance: import("../../commonStateTypes/balance").Balance | undefined;
371
+ status: import("../..").Status | undefined;
372
+ balance: import("../..").Balance | undefined;
373
373
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
374
374
  qboId: string | undefined;
375
375
  coaId: string | undefined;
@@ -405,8 +405,8 @@ declare const getAccountGroup: (accountGroupState: AccountGroupState, accountSta
405
405
  accountDescription: string;
406
406
  last4Digits: string | undefined;
407
407
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
408
- status: import("../../commonStateTypes/status").Status | undefined;
409
- balance: import("../../commonStateTypes/balance").Balance | undefined;
408
+ status: import("../..").Status | undefined;
409
+ balance: import("../..").Balance | undefined;
410
410
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
411
411
  qboId: string | undefined;
412
412
  coaId: string | undefined;
@@ -449,8 +449,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
449
449
  accountDescription: string;
450
450
  last4Digits: string | undefined;
451
451
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
452
- status: import("../../commonStateTypes/status").Status | undefined;
453
- balance: import("../../commonStateTypes/balance").Balance | undefined;
452
+ status: import("../..").Status | undefined;
453
+ balance: import("../..").Balance | undefined;
454
454
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
455
455
  qboId: string | undefined;
456
456
  coaId: string | undefined;
@@ -486,8 +486,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
486
486
  accountDescription: string;
487
487
  last4Digits: string | undefined;
488
488
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
489
- status: import("../../commonStateTypes/status").Status | undefined;
490
- balance: import("../../commonStateTypes/balance").Balance | undefined;
489
+ status: import("../..").Status | undefined;
490
+ balance: import("../..").Balance | undefined;
491
491
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
492
492
  qboId: string | undefined;
493
493
  coaId: string | undefined;
@@ -523,8 +523,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
523
523
  accountDescription: string;
524
524
  last4Digits: string | undefined;
525
525
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
526
- status: import("../../commonStateTypes/status").Status | undefined;
527
- balance: import("../../commonStateTypes/balance").Balance | undefined;
526
+ status: import("../..").Status | undefined;
527
+ balance: import("../..").Balance | undefined;
528
528
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
529
529
  qboId: string | undefined;
530
530
  coaId: string | undefined;
@@ -560,8 +560,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
560
560
  accountDescription: string;
561
561
  last4Digits: string | undefined;
562
562
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
563
- status: import("../../commonStateTypes/status").Status | undefined;
564
- balance: import("../../commonStateTypes/balance").Balance | undefined;
563
+ status: import("../..").Status | undefined;
564
+ balance: import("../..").Balance | undefined;
565
565
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
566
566
  qboId: string | undefined;
567
567
  coaId: string | undefined;
@@ -597,8 +597,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
597
597
  accountDescription: string;
598
598
  last4Digits: string | undefined;
599
599
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
600
- status: import("../../commonStateTypes/status").Status | undefined;
601
- balance: import("../../commonStateTypes/balance").Balance | undefined;
600
+ status: import("../..").Status | undefined;
601
+ balance: import("../..").Balance | undefined;
602
602
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
603
603
  qboId: string | undefined;
604
604
  coaId: string | undefined;
@@ -635,8 +635,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
635
635
  accountDescription: string;
636
636
  last4Digits: string | undefined;
637
637
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
638
- status: import("../../commonStateTypes/status").Status | undefined;
639
- balance: import("../../commonStateTypes/balance").Balance | undefined;
638
+ status: import("../..").Status | undefined;
639
+ balance: import("../..").Balance | undefined;
640
640
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
641
641
  qboId: string | undefined;
642
642
  coaId: string | undefined;
@@ -672,8 +672,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
672
672
  accountDescription: string;
673
673
  last4Digits: string | undefined;
674
674
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
675
- status: import("../../commonStateTypes/status").Status | undefined;
676
- balance: import("../../commonStateTypes/balance").Balance | undefined;
675
+ status: import("../..").Status | undefined;
676
+ balance: import("../..").Balance | undefined;
677
677
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
678
678
  qboId: string | undefined;
679
679
  coaId: string | undefined;
@@ -709,8 +709,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
709
709
  accountDescription: string;
710
710
  last4Digits: string | undefined;
711
711
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
712
- status: import("../../commonStateTypes/status").Status | undefined;
713
- balance: import("../../commonStateTypes/balance").Balance | undefined;
712
+ status: import("../..").Status | undefined;
713
+ balance: import("../..").Balance | undefined;
714
714
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
715
715
  qboId: string | undefined;
716
716
  coaId: string | undefined;
@@ -746,8 +746,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
746
746
  accountDescription: string;
747
747
  last4Digits: string | undefined;
748
748
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
749
- status: import("../../commonStateTypes/status").Status | undefined;
750
- balance: import("../../commonStateTypes/balance").Balance | undefined;
749
+ status: import("../..").Status | undefined;
750
+ balance: import("../..").Balance | undefined;
751
751
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
752
752
  qboId: string | undefined;
753
753
  coaId: string | undefined;
@@ -783,8 +783,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
783
783
  accountDescription: string;
784
784
  last4Digits: string | undefined;
785
785
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
786
- status: import("../../commonStateTypes/status").Status | undefined;
787
- balance: import("../../commonStateTypes/balance").Balance | undefined;
786
+ status: import("../..").Status | undefined;
787
+ balance: import("../..").Balance | undefined;
788
788
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
789
789
  qboId: string | undefined;
790
790
  coaId: string | undefined;
@@ -820,8 +820,8 @@ export declare const getAccountGroupsOrdered: (filter: COABalancesFilter, accoun
820
820
  accountDescription: string;
821
821
  last4Digits: string | undefined;
822
822
  logo: import("url-parse")<Record<string, string | undefined>> | import("url-parse")<string> | undefined;
823
- status: import("../../commonStateTypes/status").Status | undefined;
824
- balance: import("../../commonStateTypes/balance").Balance | undefined;
823
+ status: import("../..").Status | undefined;
824
+ balance: import("../..").Balance | undefined;
825
825
  statementCloseDay: import("../account/accountState").StatementCloseDay | undefined;
826
826
  qboId: string | undefined;
827
827
  coaId: string | undefined;
@@ -5,9 +5,9 @@ import { pushToastNotification } from '../toastNotificationReducer';
5
5
  export type ActionType = ReturnType<typeof pushToastNotification> | ReturnType<typeof openSnackbar>;
6
6
  export declare const pushToastNotificationEpic: (actions$: ActionsObservable<ActionType>, state$: StateObservable<RootState>) => import("rxjs").Observable<{
7
7
  payload: {
8
- messageSection: import("../../snackbar/snackbarTypes").SnackbarMessageSections;
9
- messageText: import("../../snackbar/snackbarTypes").SnackbarMessageSectionTexts;
10
- type: import("../../snackbar/snackbarTypes").SnackbarMessageType;
8
+ messageSection: import("../../..").SnackbarMessageSections;
9
+ messageText: import("../../..").SnackbarMessageSectionTexts;
10
+ type: import("../../..").SnackbarMessageType;
11
11
  showStatusIcon?: boolean;
12
12
  variables?: {
13
13
  variableName: string;