@zeniai/client-epic-state 5.2.35-beta3MM → 5.2.35-beta5MM

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 (6707) hide show
  1. package/lib/__testHelpers__/apiFailure.json +6 -0
  2. package/lib/common/aiCfo/aiCfoSuggestedQuestionsPageContext.d.ts +19 -0
  3. package/lib/common/aiCfo/aiCfoSuggestedQuestionsPageContext.js +2 -0
  4. package/lib/commonPayloadTypes/agingReportPayloadTypes.d.ts +22 -0
  5. package/lib/commonPayloadTypes/agingReportPayloadTypes.js +27 -0
  6. package/lib/commonPayloadTypes/balanceChangePayload.d.ts +20 -0
  7. package/lib/commonPayloadTypes/balanceChangePayload.js +24 -0
  8. package/lib/commonPayloadTypes/classesView/reportByClassPayloadV2.d.ts +39 -0
  9. package/lib/commonPayloadTypes/classesView/reportByClassPayloadV2.js +10 -0
  10. package/lib/commonPayloadTypes/coaBalanceByAdditionalPeriodPayload.d.ts +7 -0
  11. package/lib/commonPayloadTypes/coaBalanceByAdditionalPeriodPayload.js +14 -0
  12. package/lib/commonPayloadTypes/coaBalancePayload.d.ts +51 -0
  13. package/lib/commonPayloadTypes/coaBalancePayload.js +64 -0
  14. package/lib/commonPayloadTypes/commonPayload.d.ts +19 -0
  15. package/lib/commonPayloadTypes/commonPayload.js +22 -0
  16. package/lib/commonPayloadTypes/recommendationBasePayloadCore.d.ts +14 -0
  17. package/lib/commonPayloadTypes/recommendationBasePayloadCore.js +22 -0
  18. package/lib/commonPayloadTypes/recommendationPayload.d.ts +29 -0
  19. package/lib/commonPayloadTypes/recommendationPayload.js +128 -0
  20. package/lib/commonPayloadTypes/sortOrderPayload.d.ts +4 -0
  21. package/lib/commonPayloadTypes/sortOrderPayload.js +11 -0
  22. package/lib/commonPayloadTypes/statusPayload.d.ts +14 -0
  23. package/lib/commonPayloadTypes/statusPayload.js +17 -0
  24. package/lib/commonPayloadTypes/subAccountView/reportBySubAccountPayload.d.ts +37 -0
  25. package/lib/commonPayloadTypes/subAccountView/reportBySubAccountPayload.js +2 -0
  26. package/lib/commonPayloadTypes/subAccountView/subAccountPayloadHelper.d.ts +5 -0
  27. package/lib/commonPayloadTypes/subAccountView/subAccountPayloadHelper.js +28 -0
  28. package/lib/commonPayloadTypes/urlPayload.d.ts +6 -0
  29. package/lib/commonPayloadTypes/urlPayload.js +8 -0
  30. package/lib/commonPayloadTypes/v2/coaBalancePayload.d.ts +57 -0
  31. package/lib/commonPayloadTypes/v2/coaBalancePayload.js +103 -0
  32. package/lib/commonPayloadTypes/v2/viewAndReportPayloadv2.d.ts +21 -0
  33. package/lib/commonPayloadTypes/v2/viewAndReportPayloadv2.js +30 -0
  34. package/lib/commonPayloadTypes/vendorRecommendationPayload.d.ts +13 -0
  35. package/lib/commonPayloadTypes/vendorRecommendationPayload.js +2 -0
  36. package/lib/commonPayloadTypes/viewAndReportPayload.d.ts +19 -0
  37. package/lib/commonPayloadTypes/viewAndReportPayload.js +27 -0
  38. package/lib/commonStateTypes/accountView/accountMetadataRecords.d.ts +9 -0
  39. package/lib/commonStateTypes/accountView/accountMetadataRecords.js +2 -0
  40. package/lib/commonStateTypes/accountView/getNestedAccountIDHierarchyForReport.d.ts +22 -0
  41. package/lib/commonStateTypes/accountView/getNestedAccountIDHierarchyForReport.js +115 -0
  42. package/lib/commonStateTypes/accountView/nestedAccountID.d.ts +53 -0
  43. package/lib/commonStateTypes/accountView/nestedAccountID.js +14 -0
  44. package/lib/commonStateTypes/agingBalance/agingBalance.d.ts +14 -0
  45. package/lib/commonStateTypes/agingBalance/agingBalance.js +16 -0
  46. package/lib/commonStateTypes/allowedValue.d.ts +11 -0
  47. package/lib/commonStateTypes/allowedValue.js +10 -0
  48. package/lib/commonStateTypes/amount.d.ts +9 -0
  49. package/lib/commonStateTypes/amount.js +12 -0
  50. package/lib/commonStateTypes/animations.d.ts +2 -0
  51. package/lib/commonStateTypes/animations.js +66 -0
  52. package/lib/commonStateTypes/balance.d.ts +14 -0
  53. package/lib/commonStateTypes/balance.js +2 -0
  54. package/lib/commonStateTypes/balanceTimeseries.d.ts +17 -0
  55. package/lib/commonStateTypes/balanceTimeseries.js +2 -0
  56. package/lib/commonStateTypes/bookCloseDateHelper.d.ts +8 -0
  57. package/lib/commonStateTypes/bookCloseDateHelper.js +48 -0
  58. package/lib/commonStateTypes/bulkOperationType.d.ts +1 -0
  59. package/lib/commonStateTypes/bulkOperationType.js +2 -0
  60. package/lib/commonStateTypes/cacheOverrideFetchReducer.d.ts +17 -0
  61. package/lib/commonStateTypes/cacheOverrideFetchReducer.js +20 -0
  62. package/lib/commonStateTypes/classesView/classMetadataRecords.d.ts +9 -0
  63. package/lib/commonStateTypes/classesView/classMetadataRecords.js +2 -0
  64. package/lib/commonStateTypes/classesView/getNestedClassIDHierarchyForReport.d.ts +22 -0
  65. package/lib/commonStateTypes/classesView/getNestedClassIDHierarchyForReport.js +113 -0
  66. package/lib/commonStateTypes/classesView/nestedClassID.d.ts +49 -0
  67. package/lib/commonStateTypes/classesView/nestedClassID.js +7 -0
  68. package/lib/commonStateTypes/coaBalance/additionalBalances/getAdditionalBalances.d.ts +33 -0
  69. package/lib/commonStateTypes/coaBalance/additionalBalances/getAdditionalBalances.js +135 -0
  70. package/lib/commonStateTypes/coaBalance/additionalBalances/getComparisionBalance.d.ts +3 -0
  71. package/lib/commonStateTypes/coaBalance/additionalBalances/getComparisionBalance.js +151 -0
  72. package/lib/commonStateTypes/coaBalance/additionalBalances/getSamePeriodLastYearBalance.d.ts +6 -0
  73. package/lib/commonStateTypes/coaBalance/additionalBalances/getSamePeriodLastYearBalance.js +69 -0
  74. package/lib/commonStateTypes/coaBalance/additionalBalances/getSummationBalance.d.ts +18 -0
  75. package/lib/commonStateTypes/coaBalance/additionalBalances/getSummationBalance.js +422 -0
  76. package/lib/commonStateTypes/coaBalance/additionalBalances/sliceCOABalances.d.ts +8 -0
  77. package/lib/commonStateTypes/coaBalance/additionalBalances/sliceCOABalances.js +52 -0
  78. package/lib/commonStateTypes/coaBalance/classBalances/getDifferenceOfBalancesGroupedByPeriod.d.ts +8 -0
  79. package/lib/commonStateTypes/coaBalance/classBalances/getDifferenceOfBalancesGroupedByPeriod.js +61 -0
  80. package/lib/commonStateTypes/coaBalance/classBalances/getSumOfBalancesGroupedByPeriod.d.ts +8 -0
  81. package/lib/commonStateTypes/coaBalance/classBalances/getSumOfBalancesGroupedByPeriod.js +95 -0
  82. package/lib/commonStateTypes/coaBalance/coaBalance.d.ts +52 -0
  83. package/lib/commonStateTypes/coaBalance/coaBalance.js +21 -0
  84. package/lib/commonStateTypes/coaBalance/coaBalanceByAdditionalPeriod.d.ts +5 -0
  85. package/lib/commonStateTypes/coaBalance/coaBalanceByAdditionalPeriod.js +2 -0
  86. package/lib/commonStateTypes/coaBalance/coaBalanceType.d.ts +9 -0
  87. package/lib/commonStateTypes/coaBalance/coaBalanceType.js +41 -0
  88. package/lib/commonStateTypes/coaBalance/coaBalancesFilter.d.ts +72 -0
  89. package/lib/commonStateTypes/coaBalance/coaBalancesFilter.js +65 -0
  90. package/lib/commonStateTypes/coaBalance/coaBalancesFilterClassesView.d.ts +14 -0
  91. package/lib/commonStateTypes/coaBalance/coaBalancesFilterClassesView.js +9 -0
  92. package/lib/commonStateTypes/coaBalance/coaBalancesFilterProjectView.d.ts +13 -0
  93. package/lib/commonStateTypes/coaBalance/coaBalancesFilterProjectView.js +9 -0
  94. package/lib/commonStateTypes/coaBalance/getCOABalancesSlice.d.ts +13 -0
  95. package/lib/commonStateTypes/coaBalance/getCOABalancesSlice.js +107 -0
  96. package/lib/commonStateTypes/coaBalance/pickAndMergeForecast.d.ts +13 -0
  97. package/lib/commonStateTypes/coaBalance/pickAndMergeForecast.js +65 -0
  98. package/lib/commonStateTypes/coaBalance/sortBalancesByFreeRangeTotal.d.ts +4 -0
  99. package/lib/commonStateTypes/coaBalance/sortBalancesByFreeRangeTotal.js +41 -0
  100. package/lib/commonStateTypes/coaBalance/sortBalancesByTotalAmounts.d.ts +4 -0
  101. package/lib/commonStateTypes/coaBalance/sortBalancesByTotalAmounts.js +43 -0
  102. package/lib/commonStateTypes/common.d.ts +31 -0
  103. package/lib/commonStateTypes/common.js +9 -0
  104. package/lib/commonStateTypes/currencyHelper.d.ts +4 -0
  105. package/lib/commonStateTypes/currencyHelper.js +12 -0
  106. package/lib/commonStateTypes/customerView/getNestedCustomerHierarchy.d.ts +9 -0
  107. package/lib/commonStateTypes/customerView/getNestedCustomerHierarchy.js +45 -0
  108. package/lib/commonStateTypes/customerView/nestedCustomerID.d.ts +40 -0
  109. package/lib/commonStateTypes/customerView/nestedCustomerID.js +2 -0
  110. package/lib/commonStateTypes/dataAvailable.d.ts +6 -0
  111. package/lib/commonStateTypes/dataAvailable.js +53 -0
  112. package/lib/commonStateTypes/fileType.d.ts +3 -0
  113. package/lib/commonStateTypes/fileType.js +7 -0
  114. package/lib/commonStateTypes/filterPrimitives.d.ts +23 -0
  115. package/lib/commonStateTypes/filterPrimitives.js +21 -0
  116. package/lib/commonStateTypes/fiscalYearHelpers/addSubtractPeriod.d.ts +5 -0
  117. package/lib/commonStateTypes/fiscalYearHelpers/addSubtractPeriod.js +31 -0
  118. package/lib/commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM.d.ts +2 -0
  119. package/lib/commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM.js +26 -0
  120. package/lib/commonStateTypes/fiscalYearHelpers/formatZeniDateFY.d.ts +26 -0
  121. package/lib/commonStateTypes/fiscalYearHelpers/formatZeniDateFY.js +48 -0
  122. package/lib/commonStateTypes/fiscalYearHelpers/getActualPeriod.d.ts +4 -0
  123. package/lib/commonStateTypes/fiscalYearHelpers/getActualPeriod.js +37 -0
  124. package/lib/commonStateTypes/fiscalYearHelpers/getFYMonths.d.ts +9 -0
  125. package/lib/commonStateTypes/fiscalYearHelpers/getFYMonths.js +28 -0
  126. package/lib/commonStateTypes/fiscalYearHelpers/getFYQuarterAndYear.d.ts +15 -0
  127. package/lib/commonStateTypes/fiscalYearHelpers/getFYQuarterAndYear.js +62 -0
  128. package/lib/commonStateTypes/fiscalYearHelpers/getStartOfAndEndOfTimeframeFY.d.ts +15 -0
  129. package/lib/commonStateTypes/fiscalYearHelpers/getStartOfAndEndOfTimeframeFY.js +91 -0
  130. package/lib/commonStateTypes/fiscalYearHelpers/getVendorAllTransactionsDefaultTimePeriod.d.ts +3 -0
  131. package/lib/commonStateTypes/fiscalYearHelpers/getVendorAllTransactionsDefaultTimePeriod.js +17 -0
  132. package/lib/commonStateTypes/numberToUnion.d.ts +16 -0
  133. package/lib/commonStateTypes/numberToUnion.js +38 -0
  134. package/lib/commonStateTypes/projectView/projectViewParentID.d.ts +5 -0
  135. package/lib/commonStateTypes/projectView/projectViewParentID.js +2 -0
  136. package/lib/commonStateTypes/pusherActions.d.ts +11 -0
  137. package/lib/commonStateTypes/pusherActions.js +6 -0
  138. package/lib/commonStateTypes/recommendationBase.d.ts +19 -0
  139. package/lib/commonStateTypes/recommendationBase.js +59 -0
  140. package/lib/commonStateTypes/recommendationBaseCore.d.ts +33 -0
  141. package/lib/commonStateTypes/recommendationBaseCore.js +2 -0
  142. package/lib/commonStateTypes/reduceFetchState.d.ts +52 -0
  143. package/lib/commonStateTypes/reduceFetchState.js +192 -0
  144. package/lib/commonStateTypes/reimbursementTypeCode.d.ts +2 -0
  145. package/lib/commonStateTypes/reimbursementTypeCode.js +5 -0
  146. package/lib/commonStateTypes/selectorTypes/accountsViewSelectorReport.d.ts +14 -0
  147. package/lib/commonStateTypes/selectorTypes/accountsViewSelectorReport.js +2 -0
  148. package/lib/commonStateTypes/selectorTypes/classesViewSelectorReport.d.ts +15 -0
  149. package/lib/commonStateTypes/selectorTypes/classesViewSelectorReport.js +2 -0
  150. package/lib/commonStateTypes/selectorTypes/entityOrder.d.ts +5 -0
  151. package/lib/commonStateTypes/selectorTypes/entityOrder.js +2 -0
  152. package/lib/commonStateTypes/selectorTypes/pickAndMergeForecastCalculatedSection.d.ts +2 -0
  153. package/lib/commonStateTypes/selectorTypes/pickAndMergeForecastCalculatedSection.js +8 -0
  154. package/lib/commonStateTypes/selectorTypes/selectorTypes.d.ts +14 -0
  155. package/lib/commonStateTypes/selectorTypes/selectorTypes.js +2 -0
  156. package/lib/commonStateTypes/selectorTypes/sortOrderTypes.d.ts +3 -0
  157. package/lib/commonStateTypes/selectorTypes/sortOrderTypes.js +5 -0
  158. package/lib/commonStateTypes/status.d.ts +9 -0
  159. package/lib/commonStateTypes/status.js +2 -0
  160. package/lib/commonStateTypes/stringToUnion.d.ts +16 -0
  161. package/lib/commonStateTypes/stringToUnion.js +37 -0
  162. package/lib/commonStateTypes/systemInfo.d.ts +52 -0
  163. package/lib/commonStateTypes/systemInfo.js +242 -0
  164. package/lib/commonStateTypes/timePeriod.d.ts +50 -0
  165. package/lib/commonStateTypes/timePeriod.js +92 -0
  166. package/lib/commonStateTypes/timeframeTick.d.ts +15 -0
  167. package/lib/commonStateTypes/timeframeTick.js +22 -0
  168. package/lib/commonStateTypes/v2/viewAndReport.d.ts +17 -0
  169. package/lib/commonStateTypes/v2/viewAndReport.js +5 -0
  170. package/lib/commonStateTypes/vendorRecommendation.d.ts +18 -0
  171. package/lib/commonStateTypes/vendorRecommendation.js +2 -0
  172. package/lib/commonStateTypes/viewAndReport/agingReportStateTypes.d.ts +42 -0
  173. package/lib/commonStateTypes/viewAndReport/agingReportStateTypes.js +15 -0
  174. package/lib/commonStateTypes/viewAndReport/reportIDHelper.d.ts +33 -0
  175. package/lib/commonStateTypes/viewAndReport/reportIDHelper.js +91 -0
  176. package/lib/commonStateTypes/viewAndReport/reportUIState.d.ts +21 -0
  177. package/lib/commonStateTypes/viewAndReport/reportUIState.js +2 -0
  178. package/lib/commonStateTypes/viewAndReport/thisPeriodHelpers.d.ts +14 -0
  179. package/lib/commonStateTypes/viewAndReport/thisPeriodHelpers.js +108 -0
  180. package/lib/commonStateTypes/viewAndReport/viewAndReport.d.ts +37 -0
  181. package/lib/commonStateTypes/viewAndReport/viewAndReport.js +80 -0
  182. package/lib/commonStateTypes/workingDayHelper.d.ts +20 -0
  183. package/lib/commonStateTypes/workingDayHelper.js +123 -0
  184. package/lib/configureStore.d.ts +14 -0
  185. package/lib/configureStore.js +114 -0
  186. package/lib/coreEpics.d.ts +22 -0
  187. package/lib/coreEpics.js +93 -0
  188. package/lib/entity/account/accountPayload.d.ts +69 -0
  189. package/lib/entity/account/accountPayload.js +109 -0
  190. package/lib/entity/account/accountReducer.d.ts +29 -0
  191. package/lib/entity/account/accountReducer.js +183 -0
  192. package/lib/entity/account/accountSelector.d.ts +160 -0
  193. package/lib/entity/account/accountSelector.js +253 -0
  194. package/lib/entity/account/accountState.d.ts +93 -0
  195. package/lib/entity/account/accountState.js +81 -0
  196. package/lib/entity/account/pickAndMergeForecastAccountReport.d.ts +42 -0
  197. package/lib/entity/account/pickAndMergeForecastAccountReport.js +110 -0
  198. package/lib/entity/account/subAccountSelector.d.ts +28 -0
  199. package/lib/entity/account/subAccountSelector.js +63 -0
  200. package/lib/entity/accountGroup/accountGroupPayload.d.ts +23 -0
  201. package/lib/entity/accountGroup/accountGroupPayload.js +2 -0
  202. package/lib/entity/accountGroup/accountGroupReducer.d.ts +19 -0
  203. package/lib/entity/accountGroup/accountGroupReducer.js +140 -0
  204. package/lib/entity/accountGroup/accountGroupSelector.d.ts +836 -0
  205. package/lib/entity/accountGroup/accountGroupSelector.js +158 -0
  206. package/lib/entity/accountGroup/accountGroupState.d.ts +33 -0
  207. package/lib/entity/accountGroup/accountGroupState.js +26 -0
  208. package/lib/entity/accountGroup/accountGroupV2Selector.d.ts +23 -0
  209. package/lib/entity/accountGroup/accountGroupV2Selector.js +85 -0
  210. package/lib/entity/accountGroup/pickAndMergeForecastAcGroupReport.d.ts +3 -0
  211. package/lib/entity/accountGroup/pickAndMergeForecastAcGroupReport.js +84 -0
  212. package/lib/entity/accountRecon/accountReconPayload.d.ts +105 -0
  213. package/lib/entity/accountRecon/accountReconPayload.js +197 -0
  214. package/lib/entity/accountRecon/accountReconReducer.d.ts +27 -0
  215. package/lib/entity/accountRecon/accountReconReducer.js +215 -0
  216. package/lib/entity/accountRecon/accountReconSelector.d.ts +58 -0
  217. package/lib/entity/accountRecon/accountReconSelector.js +64 -0
  218. package/lib/entity/accountRecon/accountReconState.d.ts +124 -0
  219. package/lib/entity/accountRecon/accountReconState.js +59 -0
  220. package/lib/entity/actualMatching/actualMatchingPayload.d.ts +30 -0
  221. package/lib/entity/actualMatching/actualMatchingPayload.js +40 -0
  222. package/lib/entity/actualMatching/actualMatchingReducer.d.ts +9 -0
  223. package/lib/entity/actualMatching/actualMatchingReducer.js +33 -0
  224. package/lib/entity/actualMatching/actualMatchingSelector.d.ts +3 -0
  225. package/lib/entity/actualMatching/actualMatchingSelector.js +6 -0
  226. package/lib/entity/actualMatching/actualMatchingState.d.ts +23 -0
  227. package/lib/entity/actualMatching/actualMatchingState.js +2 -0
  228. package/lib/entity/actualMatching/actualMatchingTypes.d.ts +1 -0
  229. package/lib/entity/actualMatching/actualMatchingTypes.js +2 -0
  230. package/lib/entity/address/addressPayload.d.ts +15 -0
  231. package/lib/entity/address/addressPayload.js +2 -0
  232. package/lib/entity/address/addressReducer.d.ts +7 -0
  233. package/lib/entity/address/addressReducer.js +63 -0
  234. package/lib/entity/address/addressSelector.d.ts +4 -0
  235. package/lib/entity/address/addressSelector.js +17 -0
  236. package/lib/entity/address/addressState.d.ts +18 -0
  237. package/lib/entity/address/addressState.js +2 -0
  238. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerPayload.d.ts +52 -0
  239. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerPayload.js +68 -0
  240. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerReducer.d.ts +10 -0
  241. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerReducer.js +53 -0
  242. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerSelector.d.ts +48 -0
  243. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerSelector.js +66 -0
  244. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerState.d.ts +53 -0
  245. package/lib/entity/aiAccountantCustomer/aiAccountantCustomerState.js +52 -0
  246. package/lib/entity/aiCfo/aiCfoPayload.d.ts +155 -0
  247. package/lib/entity/aiCfo/aiCfoPayload.js +2 -0
  248. package/lib/entity/aiCfo/aiCfoReducer.d.ts +68 -0
  249. package/lib/entity/aiCfo/aiCfoReducer.js +834 -0
  250. package/lib/entity/aiCfo/aiCfoSelector.d.ts +16 -0
  251. package/lib/entity/aiCfo/aiCfoSelector.js +60 -0
  252. package/lib/entity/aiCfo/aiCfoState.d.ts +244 -0
  253. package/lib/entity/aiCfo/aiCfoState.js +100 -0
  254. package/lib/entity/approvalRule/approvalRuleConflict.d.ts +69 -0
  255. package/lib/entity/approvalRule/approvalRuleConflict.js +92 -0
  256. package/lib/entity/approvalRule/approvalRulePayload.d.ts +67 -0
  257. package/lib/entity/approvalRule/approvalRulePayload.js +186 -0
  258. package/lib/entity/approvalRule/approvalRuleReducer.d.ts +6 -0
  259. package/lib/entity/approvalRule/approvalRuleReducer.js +31 -0
  260. package/lib/entity/approvalRule/approvalRuleSelector.d.ts +28 -0
  261. package/lib/entity/approvalRule/approvalRuleSelector.js +53 -0
  262. package/lib/entity/approvalRule/approvalRuleState.d.ts +111 -0
  263. package/lib/entity/approvalRule/approvalRuleState.js +27 -0
  264. package/lib/entity/approvalRule/approvalStepTypes.d.ts +4 -0
  265. package/lib/entity/approvalRule/approvalStepTypes.js +13 -0
  266. package/lib/entity/bankAccount/bankAccount.d.ts +24 -0
  267. package/lib/entity/bankAccount/bankAccount.js +2 -0
  268. package/lib/entity/bankAccount/bankAccountPayload.d.ts +21 -0
  269. package/lib/entity/bankAccount/bankAccountPayload.js +26 -0
  270. package/lib/entity/bankAccount/bankAccountReducer.d.ts +6 -0
  271. package/lib/entity/bankAccount/bankAccountReducer.js +33 -0
  272. package/lib/entity/bankAccount/bankAccountSelector.d.ts +4 -0
  273. package/lib/entity/bankAccount/bankAccountSelector.js +15 -0
  274. package/lib/entity/billPay/billTransaction/billTransactionPayload.d.ts +118 -0
  275. package/lib/entity/billPay/billTransaction/billTransactionPayload.js +186 -0
  276. package/lib/entity/billPay/billTransaction/billTransactionReducer.d.ts +7 -0
  277. package/lib/entity/billPay/billTransaction/billTransactionReducer.js +74 -0
  278. package/lib/entity/billPay/billTransaction/billTransactionState.d.ts +135 -0
  279. package/lib/entity/billPay/billTransaction/billTransactionState.js +107 -0
  280. package/lib/entity/billPay/billTransaction/internationalTransferFeeBearerPaymentMethod.d.ts +2 -0
  281. package/lib/entity/billPay/billTransaction/internationalTransferFeeBearerPaymentMethod.js +10 -0
  282. package/lib/entity/billPay/contact/contact.d.ts +10 -0
  283. package/lib/entity/billPay/contact/contact.js +2 -0
  284. package/lib/entity/billPay/contact/contactPayload.d.ts +9 -0
  285. package/lib/entity/billPay/contact/contactPayload.js +22 -0
  286. package/lib/entity/billPay/contact/contactReducer.d.ts +6 -0
  287. package/lib/entity/billPay/contact/contactReducer.js +32 -0
  288. package/lib/entity/billPay/contact/contactSelector.d.ts +4 -0
  289. package/lib/entity/billPay/contact/contactSelector.js +17 -0
  290. package/lib/entity/billPay/recurringBills/recurringBillsPayload.d.ts +47 -0
  291. package/lib/entity/billPay/recurringBills/recurringBillsPayload.js +58 -0
  292. package/lib/entity/billPay/recurringBills/recurringBillsReducer.d.ts +6 -0
  293. package/lib/entity/billPay/recurringBills/recurringBillsReducer.js +42 -0
  294. package/lib/entity/billPay/recurringBills/recurringBillsState.d.ts +45 -0
  295. package/lib/entity/billPay/recurringBills/recurringBillsState.js +14 -0
  296. package/lib/entity/cardPayment/cardPaymentPayload.d.ts +13 -0
  297. package/lib/entity/cardPayment/cardPaymentPayload.js +15 -0
  298. package/lib/entity/cardPayment/cardPaymentReducer.d.ts +9 -0
  299. package/lib/entity/cardPayment/cardPaymentReducer.js +53 -0
  300. package/lib/entity/cardPayment/cardPaymentSelector.d.ts +4 -0
  301. package/lib/entity/cardPayment/cardPaymentSelector.js +16 -0
  302. package/lib/entity/cardPayment/cardPaymentState.d.ts +15 -0
  303. package/lib/entity/cardPayment/cardPaymentState.js +2 -0
  304. package/lib/entity/cardPolicy/cardPolicyPayload.d.ts +277 -0
  305. package/lib/entity/cardPolicy/cardPolicyPayload.js +143 -0
  306. package/lib/entity/cardPolicy/cardPolicyReducer.d.ts +19 -0
  307. package/lib/entity/cardPolicy/cardPolicyReducer.js +178 -0
  308. package/lib/entity/cardPolicy/cardPolicySelector.d.ts +32 -0
  309. package/lib/entity/cardPolicy/cardPolicySelector.js +99 -0
  310. package/lib/entity/cardPolicy/cardPolicyState.d.ts +205 -0
  311. package/lib/entity/cardPolicy/cardPolicyState.js +14 -0
  312. package/lib/entity/cardPolicy/extractPolicyDocumentEpic.d.ts +18 -0
  313. package/lib/entity/cardPolicy/extractPolicyDocumentEpic.js +68 -0
  314. package/lib/entity/cardPolicy/fetchCardPolicyVendorOptionsEpic.d.ts +26 -0
  315. package/lib/entity/cardPolicy/fetchCardPolicyVendorOptionsEpic.js +47 -0
  316. package/lib/entity/cardPolicy/policyDocumentExtractionToRecommendationBridgeEpic.d.ts +25 -0
  317. package/lib/entity/cardPolicy/policyDocumentExtractionToRecommendationBridgeEpic.js +39 -0
  318. package/lib/entity/cardPolicy/policyRecommendationFromUploadEpic.d.ts +24 -0
  319. package/lib/entity/cardPolicy/policyRecommendationFromUploadEpic.js +105 -0
  320. package/lib/entity/chargeCard/chargeCard.d.ts +93 -0
  321. package/lib/entity/chargeCard/chargeCard.js +68 -0
  322. package/lib/entity/chargeCard/chargeCardPayload.d.ts +88 -0
  323. package/lib/entity/chargeCard/chargeCardPayload.js +104 -0
  324. package/lib/entity/chargeCard/chargeCardReducer.d.ts +26 -0
  325. package/lib/entity/chargeCard/chargeCardReducer.js +90 -0
  326. package/lib/entity/chargeCard/chargeCardSelector.d.ts +5 -0
  327. package/lib/entity/chargeCard/chargeCardSelector.js +21 -0
  328. package/lib/entity/chargeCardRepayment/chargeCardRepayment.d.ts +37 -0
  329. package/lib/entity/chargeCardRepayment/chargeCardRepayment.js +17 -0
  330. package/lib/entity/chargeCardRepayment/chargeCardRepaymentPayload.d.ts +33 -0
  331. package/lib/entity/chargeCardRepayment/chargeCardRepaymentPayload.js +34 -0
  332. package/lib/entity/chargeCardRepayment/chargeCardRepaymentReducer.d.ts +6 -0
  333. package/lib/entity/chargeCardRepayment/chargeCardRepaymentReducer.js +44 -0
  334. package/lib/entity/chargeCardRepayment/chargeCardRepaymentSelector.d.ts +4 -0
  335. package/lib/entity/chargeCardRepayment/chargeCardRepaymentSelector.js +17 -0
  336. package/lib/entity/chargeCardTransaction/chargeCardTransaction.d.ts +41 -0
  337. package/lib/entity/chargeCardTransaction/chargeCardTransaction.js +20 -0
  338. package/lib/entity/chargeCardTransaction/chargeCardTransactionPayload.d.ts +32 -0
  339. package/lib/entity/chargeCardTransaction/chargeCardTransactionPayload.js +69 -0
  340. package/lib/entity/chargeCardTransaction/chargeCardTransactionReducer.d.ts +26 -0
  341. package/lib/entity/chargeCardTransaction/chargeCardTransactionReducer.js +94 -0
  342. package/lib/entity/chargeCardTransaction/chargeCardTransactionSelector.d.ts +3 -0
  343. package/lib/entity/chargeCardTransaction/chargeCardTransactionSelector.js +16 -0
  344. package/lib/entity/class/classPayload.d.ts +30 -0
  345. package/lib/entity/class/classPayload.js +110 -0
  346. package/lib/entity/class/classReducer.d.ts +22 -0
  347. package/lib/entity/class/classReducer.js +96 -0
  348. package/lib/entity/class/classSelector.d.ts +57 -0
  349. package/lib/entity/class/classSelector.js +110 -0
  350. package/lib/entity/class/classSelectorTypes.d.ts +13 -0
  351. package/lib/entity/class/classSelectorTypes.js +2 -0
  352. package/lib/entity/class/classSelectorV2.d.ts +26 -0
  353. package/lib/entity/class/classSelectorV2.js +140 -0
  354. package/lib/entity/class/classState.d.ts +39 -0
  355. package/lib/entity/class/classState.js +14 -0
  356. package/lib/entity/company/cardsVisibilityHelpers.d.ts +4 -0
  357. package/lib/entity/company/cardsVisibilityHelpers.js +14 -0
  358. package/lib/entity/company/companyHelper.d.ts +6 -0
  359. package/lib/entity/company/companyHelper.js +40 -0
  360. package/lib/entity/company/companyPayload.d.ts +348 -0
  361. package/lib/entity/company/companyPayload.js +464 -0
  362. package/lib/entity/company/companyReducer.d.ts +51 -0
  363. package/lib/entity/company/companyReducer.js +215 -0
  364. package/lib/entity/company/companySelector.d.ts +16 -0
  365. package/lib/entity/company/companySelector.js +104 -0
  366. package/lib/entity/company/companyState.d.ts +14 -0
  367. package/lib/entity/company/companyState.js +2 -0
  368. package/lib/entity/company/companyStateTypes.d.ts +352 -0
  369. package/lib/entity/company/companyStateTypes.js +33 -0
  370. package/lib/entity/companyHealthMetric/companyHealthMetricPayload.d.ts +53 -0
  371. package/lib/entity/companyHealthMetric/companyHealthMetricPayload.js +90 -0
  372. package/lib/entity/companyHealthMetric/companyHealthMetricReducer.d.ts +10 -0
  373. package/lib/entity/companyHealthMetric/companyHealthMetricReducer.js +36 -0
  374. package/lib/entity/companyHealthMetric/companyHealthMetricSelector.d.ts +4 -0
  375. package/lib/entity/companyHealthMetric/companyHealthMetricSelector.js +17 -0
  376. package/lib/entity/companyHealthMetric/companyHealthMetricState.d.ts +54 -0
  377. package/lib/entity/companyHealthMetric/companyHealthMetricState.js +2 -0
  378. package/lib/entity/connectedAccount/connectedAccount.d.ts +19 -0
  379. package/lib/entity/connectedAccount/connectedAccount.js +10 -0
  380. package/lib/entity/connectedAccount/connectedAccountPayload.d.ts +11 -0
  381. package/lib/entity/connectedAccount/connectedAccountPayload.js +15 -0
  382. package/lib/entity/connectedAccount/connectedAccountReducer.d.ts +6 -0
  383. package/lib/entity/connectedAccount/connectedAccountReducer.js +30 -0
  384. package/lib/entity/connectedAccount/connectedAccountSelector.d.ts +4 -0
  385. package/lib/entity/connectedAccount/connectedAccountSelector.js +17 -0
  386. package/lib/entity/countryList/countryListReducer.d.ts +10 -0
  387. package/lib/entity/countryList/countryListReducer.js +34 -0
  388. package/lib/entity/countryList/countryListSelector.d.ts +6 -0
  389. package/lib/entity/countryList/countryListSelector.js +10 -0
  390. package/lib/entity/countryList/countryListState.d.ts +11 -0
  391. package/lib/entity/countryList/countryListState.js +2 -0
  392. package/lib/entity/countryList/payloads/countryListPayload.d.ts +6 -0
  393. package/lib/entity/countryList/payloads/countryListPayload.js +9 -0
  394. package/lib/entity/countryList/payloads/nationalityCountryListPayload.d.ts +11 -0
  395. package/lib/entity/countryList/payloads/nationalityCountryListPayload.js +2 -0
  396. package/lib/entity/creditAgent/creditAgentPayload.d.ts +41 -0
  397. package/lib/entity/creditAgent/creditAgentPayload.js +40 -0
  398. package/lib/entity/creditAgent/creditAgentReducer.d.ts +9 -0
  399. package/lib/entity/creditAgent/creditAgentReducer.js +40 -0
  400. package/lib/entity/creditAgent/creditAgentSelector.d.ts +3 -0
  401. package/lib/entity/creditAgent/creditAgentSelector.js +10 -0
  402. package/lib/entity/creditAgent/creditAgentState.d.ts +39 -0
  403. package/lib/entity/creditAgent/creditAgentState.js +17 -0
  404. package/lib/entity/currency/currency.d.ts +11 -0
  405. package/lib/entity/currency/currency.js +2 -0
  406. package/lib/entity/currency/currencyPayload.d.ts +9 -0
  407. package/lib/entity/currency/currencyPayload.js +13 -0
  408. package/lib/entity/currency/currencyReducer.d.ts +6 -0
  409. package/lib/entity/currency/currencyReducer.js +34 -0
  410. package/lib/entity/currency/currencySelector.d.ts +2 -0
  411. package/lib/entity/currency/currencySelector.js +20 -0
  412. package/lib/entity/customer/customerPayload.d.ts +53 -0
  413. package/lib/entity/customer/customerPayload.js +112 -0
  414. package/lib/entity/customer/customerReducer.d.ts +12 -0
  415. package/lib/entity/customer/customerReducer.js +47 -0
  416. package/lib/entity/customer/customerSelector.d.ts +3 -0
  417. package/lib/entity/customer/customerSelector.js +6 -0
  418. package/lib/entity/customer/customerState.d.ts +48 -0
  419. package/lib/entity/customer/customerState.js +2 -0
  420. package/lib/entity/customerIncome/customerIncomeTrend.d.ts +28 -0
  421. package/lib/entity/customerIncome/customerIncomeTrend.js +90 -0
  422. package/lib/entity/customerIncome/customerIncomeTrendKey.d.ts +4 -0
  423. package/lib/entity/customerIncome/customerIncomeTrendKey.js +6 -0
  424. package/lib/entity/customerIncome/customerIncomeTrendReducer.d.ts +14 -0
  425. package/lib/entity/customerIncome/customerIncomeTrendReducer.js +56 -0
  426. package/lib/entity/customerIncome/customerIncomeTrendSelector.d.ts +5 -0
  427. package/lib/entity/customerIncome/customerIncomeTrendSelector.js +23 -0
  428. package/lib/entity/customerIncome/customerIncomeTrendState.d.ts +5 -0
  429. package/lib/entity/customerIncome/customerIncomeTrendState.js +2 -0
  430. package/lib/entity/customerSatisfaction/customerSatisfactionPayload.d.ts +13 -0
  431. package/lib/entity/customerSatisfaction/customerSatisfactionPayload.js +2 -0
  432. package/lib/entity/customerSatisfaction/customerSatisfactionReducer.d.ts +8 -0
  433. package/lib/entity/customerSatisfaction/customerSatisfactionReducer.js +27 -0
  434. package/lib/entity/customerSatisfaction/customerSatisfactionReducerHelpers.d.ts +3 -0
  435. package/lib/entity/customerSatisfaction/customerSatisfactionReducerHelpers.js +38 -0
  436. package/lib/entity/customerSatisfaction/customerSatisfactionSelector.d.ts +6 -0
  437. package/lib/entity/customerSatisfaction/customerSatisfactionSelector.js +44 -0
  438. package/lib/entity/customerSatisfaction/customerSatisfactionSelectorReducerTypes.d.ts +15 -0
  439. package/lib/entity/customerSatisfaction/customerSatisfactionSelectorReducerTypes.js +2 -0
  440. package/lib/entity/customerSatisfaction/customerSatisfactionState.d.ts +30 -0
  441. package/lib/entity/customerSatisfaction/customerSatisfactionState.js +32 -0
  442. package/lib/entity/depositAccount/depositAccount.d.ts +47 -0
  443. package/lib/entity/depositAccount/depositAccount.js +17 -0
  444. package/lib/entity/depositAccount/depositAccountPayload.d.ts +40 -0
  445. package/lib/entity/depositAccount/depositAccountPayload.js +68 -0
  446. package/lib/entity/depositAccount/depositAccountReducer.d.ts +6 -0
  447. package/lib/entity/depositAccount/depositAccountReducer.js +40 -0
  448. package/lib/entity/depositAccount/depositAccountSelector.d.ts +6 -0
  449. package/lib/entity/depositAccount/depositAccountSelector.js +27 -0
  450. package/lib/entity/depositAccountTransaction/depositAccountTransaction.d.ts +33 -0
  451. package/lib/entity/depositAccountTransaction/depositAccountTransaction.js +39 -0
  452. package/lib/entity/depositAccountTransaction/depositAccountTransactionPayload.d.ts +26 -0
  453. package/lib/entity/depositAccountTransaction/depositAccountTransactionPayload.js +30 -0
  454. package/lib/entity/depositAccountTransaction/depositAccountTransactionReducer.d.ts +6 -0
  455. package/lib/entity/depositAccountTransaction/depositAccountTransactionReducer.js +32 -0
  456. package/lib/entity/depositAccountTransaction/depositAccountTransactionSelector.d.ts +3 -0
  457. package/lib/entity/depositAccountTransaction/depositAccountTransactionSelector.js +16 -0
  458. package/lib/entity/entityApprovalStatus/entityApprovalStatusPayload.d.ts +47 -0
  459. package/lib/entity/entityApprovalStatus/entityApprovalStatusPayload.js +72 -0
  460. package/lib/entity/entityApprovalStatus/entityApprovalStatusReducer.d.ts +6 -0
  461. package/lib/entity/entityApprovalStatus/entityApprovalStatusReducer.js +30 -0
  462. package/lib/entity/entityApprovalStatus/entityApprovalStatusSelector.d.ts +4 -0
  463. package/lib/entity/entityApprovalStatus/entityApprovalStatusSelector.js +13 -0
  464. package/lib/entity/entityApprovalStatus/entityApprovalStatusState.d.ts +61 -0
  465. package/lib/entity/entityApprovalStatus/entityApprovalStatusState.js +36 -0
  466. package/lib/entity/file/filePayload.d.ts +37 -0
  467. package/lib/entity/file/filePayload.js +2 -0
  468. package/lib/entity/file/fileReducer.d.ts +16 -0
  469. package/lib/entity/file/fileReducer.js +107 -0
  470. package/lib/entity/file/fileSelector.d.ts +7 -0
  471. package/lib/entity/file/fileSelector.js +34 -0
  472. package/lib/entity/file/fileState.d.ts +66 -0
  473. package/lib/entity/file/fileState.js +115 -0
  474. package/lib/entity/forecast/forecastPayload.d.ts +15 -0
  475. package/lib/entity/forecast/forecastPayload.js +21 -0
  476. package/lib/entity/forecast/forecastReducer.d.ts +6 -0
  477. package/lib/entity/forecast/forecastReducer.js +33 -0
  478. package/lib/entity/forecast/forecastSelector.d.ts +4 -0
  479. package/lib/entity/forecast/forecastSelector.js +13 -0
  480. package/lib/entity/forecast/forecastState.d.ts +21 -0
  481. package/lib/entity/forecast/forecastState.js +5 -0
  482. package/lib/entity/genericEntity/entity.d.ts +18 -0
  483. package/lib/entity/genericEntity/entity.js +10 -0
  484. package/lib/entity/genericEntity/entityPayload.d.ts +13 -0
  485. package/lib/entity/genericEntity/entityPayload.js +20 -0
  486. package/lib/entity/genericEntity/entityReducer.d.ts +8 -0
  487. package/lib/entity/genericEntity/entityReducer.js +38 -0
  488. package/lib/entity/genericEntity/entitySelector.d.ts +3 -0
  489. package/lib/entity/genericEntity/entitySelector.js +8 -0
  490. package/lib/entity/genericEntity/entityState.d.ts +5 -0
  491. package/lib/entity/genericEntity/entityState.js +2 -0
  492. package/lib/entity/globalMerchant/globalMerchantPayload.d.ts +63 -0
  493. package/lib/entity/globalMerchant/globalMerchantPayload.js +119 -0
  494. package/lib/entity/globalMerchant/globalMerchantReducer.d.ts +19 -0
  495. package/lib/entity/globalMerchant/globalMerchantReducer.js +93 -0
  496. package/lib/entity/globalMerchant/globalMerchantSelector.d.ts +6 -0
  497. package/lib/entity/globalMerchant/globalMerchantSelector.js +24 -0
  498. package/lib/entity/globalMerchant/globalMerchantState.d.ts +64 -0
  499. package/lib/entity/globalMerchant/globalMerchantState.js +6 -0
  500. package/lib/entity/insights/insightPayload.d.ts +20 -0
  501. package/lib/entity/insights/insightPayload.js +2 -0
  502. package/lib/entity/insights/insightReducer.d.ts +9 -0
  503. package/lib/entity/insights/insightReducer.js +64 -0
  504. package/lib/entity/insights/insightSelector.d.ts +3 -0
  505. package/lib/entity/insights/insightSelector.js +8 -0
  506. package/lib/entity/insights/insightState.d.ts +22 -0
  507. package/lib/entity/insights/insightState.js +17 -0
  508. package/lib/entity/insights/insightSummary.d.ts +7 -0
  509. package/lib/entity/insights/insightSummary.js +2 -0
  510. package/lib/entity/insights/insightSummaryPayload.d.ts +12 -0
  511. package/lib/entity/insights/insightSummaryPayload.js +13 -0
  512. package/lib/entity/invoicing/coupon/couponPayload.d.ts +45 -0
  513. package/lib/entity/invoicing/coupon/couponPayload.js +40 -0
  514. package/lib/entity/invoicing/coupon/couponReducer.d.ts +9 -0
  515. package/lib/entity/invoicing/coupon/couponReducer.js +50 -0
  516. package/lib/entity/invoicing/coupon/couponSelector.d.ts +4 -0
  517. package/lib/entity/invoicing/coupon/couponSelector.js +16 -0
  518. package/lib/entity/invoicing/coupon/couponState.d.ts +33 -0
  519. package/lib/entity/invoicing/coupon/couponState.js +2 -0
  520. package/lib/entity/invoicing/coupon/couponTypes.d.ts +5 -0
  521. package/lib/entity/invoicing/coupon/couponTypes.js +2 -0
  522. package/lib/entity/invoicing/creditNote/creditNotePayload.d.ts +47 -0
  523. package/lib/entity/invoicing/creditNote/creditNotePayload.js +61 -0
  524. package/lib/entity/invoicing/creditNote/creditNoteReducer.d.ts +9 -0
  525. package/lib/entity/invoicing/creditNote/creditNoteReducer.js +52 -0
  526. package/lib/entity/invoicing/creditNote/creditNoteSelector.d.ts +4 -0
  527. package/lib/entity/invoicing/creditNote/creditNoteSelector.js +17 -0
  528. package/lib/entity/invoicing/creditNote/creditNoteState.d.ts +48 -0
  529. package/lib/entity/invoicing/creditNote/creditNoteState.js +2 -0
  530. package/lib/entity/invoicing/creditNote/creditNoteTypes.d.ts +2 -0
  531. package/lib/entity/invoicing/creditNote/creditNoteTypes.js +2 -0
  532. package/lib/entity/invoicing/dunningCase/dunningCasePayload.d.ts +26 -0
  533. package/lib/entity/invoicing/dunningCase/dunningCasePayload.js +36 -0
  534. package/lib/entity/invoicing/dunningCase/dunningCaseReducer.d.ts +9 -0
  535. package/lib/entity/invoicing/dunningCase/dunningCaseReducer.js +52 -0
  536. package/lib/entity/invoicing/dunningCase/dunningCaseSelector.d.ts +4 -0
  537. package/lib/entity/invoicing/dunningCase/dunningCaseSelector.js +17 -0
  538. package/lib/entity/invoicing/dunningCase/dunningCaseState.d.ts +29 -0
  539. package/lib/entity/invoicing/dunningCase/dunningCaseState.js +2 -0
  540. package/lib/entity/invoicing/dunningCase/dunningCaseTypes.d.ts +1 -0
  541. package/lib/entity/invoicing/dunningCase/dunningCaseTypes.js +2 -0
  542. package/lib/entity/invoicing/invoice/invoicePayload.d.ts +117 -0
  543. package/lib/entity/invoicing/invoice/invoicePayload.js +151 -0
  544. package/lib/entity/invoicing/invoice/invoiceReducer.d.ts +9 -0
  545. package/lib/entity/invoicing/invoice/invoiceReducer.js +52 -0
  546. package/lib/entity/invoicing/invoice/invoiceSelector.d.ts +4 -0
  547. package/lib/entity/invoicing/invoice/invoiceSelector.js +16 -0
  548. package/lib/entity/invoicing/invoice/invoiceState.d.ts +112 -0
  549. package/lib/entity/invoicing/invoice/invoiceState.js +2 -0
  550. package/lib/entity/invoicing/invoice/invoiceTypes.d.ts +1 -0
  551. package/lib/entity/invoicing/invoice/invoiceTypes.js +2 -0
  552. package/lib/entity/invoicing/invoicingCommonPayload.d.ts +290 -0
  553. package/lib/entity/invoicing/invoicingCommonPayload.js +311 -0
  554. package/lib/entity/invoicing/invoicingCommonState.d.ts +40 -0
  555. package/lib/entity/invoicing/invoicingCommonState.js +2 -0
  556. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.d.ts +79 -0
  557. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.js +100 -0
  558. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.d.ts +9 -0
  559. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.js +50 -0
  560. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.d.ts +11 -0
  561. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.js +65 -0
  562. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerState.d.ts +73 -0
  563. package/lib/entity/invoicing/invoicingCustomer/invoicingCustomerState.js +2 -0
  564. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.d.ts +84 -0
  565. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.js +118 -0
  566. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.d.ts +9 -0
  567. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.js +52 -0
  568. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.d.ts +5 -0
  569. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.js +17 -0
  570. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.d.ts +77 -0
  571. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.js +2 -0
  572. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionTypes.d.ts +2 -0
  573. package/lib/entity/invoicing/invoicingSubscription/invoicingSubscriptionTypes.js +2 -0
  574. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionPayload.d.ts +51 -0
  575. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionPayload.js +62 -0
  576. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionReducer.d.ts +9 -0
  577. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionReducer.js +52 -0
  578. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionSelector.d.ts +4 -0
  579. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionSelector.js +17 -0
  580. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionState.d.ts +54 -0
  581. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionState.js +2 -0
  582. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionTypes.d.ts +2 -0
  583. package/lib/entity/invoicing/invoicingTransaction/invoicingTransactionTypes.js +2 -0
  584. package/lib/entity/invoicing/plan/planPayload.d.ts +40 -0
  585. package/lib/entity/invoicing/plan/planPayload.js +51 -0
  586. package/lib/entity/invoicing/plan/planReducer.d.ts +14 -0
  587. package/lib/entity/invoicing/plan/planReducer.js +75 -0
  588. package/lib/entity/invoicing/plan/planSelector.d.ts +4 -0
  589. package/lib/entity/invoicing/plan/planSelector.js +17 -0
  590. package/lib/entity/invoicing/plan/planState.d.ts +43 -0
  591. package/lib/entity/invoicing/plan/planState.js +2 -0
  592. package/lib/entity/invoicing/product/productPayload.d.ts +76 -0
  593. package/lib/entity/invoicing/product/productPayload.js +91 -0
  594. package/lib/entity/invoicing/product/productReducer.d.ts +9 -0
  595. package/lib/entity/invoicing/product/productReducer.js +50 -0
  596. package/lib/entity/invoicing/product/productSelector.d.ts +4 -0
  597. package/lib/entity/invoicing/product/productSelector.js +17 -0
  598. package/lib/entity/invoicing/product/productState.d.ts +68 -0
  599. package/lib/entity/invoicing/product/productState.js +2 -0
  600. package/lib/entity/jeSchedules/jeScheduleHelper.d.ts +3 -0
  601. package/lib/entity/jeSchedules/jeScheduleHelper.js +13 -0
  602. package/lib/entity/jeSchedules/jeSchedulesPayload.d.ts +223 -0
  603. package/lib/entity/jeSchedules/jeSchedulesPayload.js +573 -0
  604. package/lib/entity/jeSchedules/jeSchedulesReducer.d.ts +29 -0
  605. package/lib/entity/jeSchedules/jeSchedulesReducer.js +250 -0
  606. package/lib/entity/jeSchedules/jeSchedulesSelector.d.ts +86 -0
  607. package/lib/entity/jeSchedules/jeSchedulesSelector.js +178 -0
  608. package/lib/entity/jeSchedules/jeSchedulesState.d.ts +279 -0
  609. package/lib/entity/jeSchedules/jeSchedulesState.js +2 -0
  610. package/lib/entity/jeSchedules/jeSchedulesTypes.d.ts +41 -0
  611. package/lib/entity/jeSchedules/jeSchedulesTypes.js +140 -0
  612. package/lib/entity/jeSchedules/updateAccruedJESchedulesEpic.d.ts +9 -0
  613. package/lib/entity/jeSchedules/updateAccruedJESchedulesEpic.js +41 -0
  614. package/lib/entity/jeSchedules/updateJESchedulesEpic.d.ts +10 -0
  615. package/lib/entity/jeSchedules/updateJESchedulesEpic.js +68 -0
  616. package/lib/entity/merchant/merchant.d.ts +19 -0
  617. package/lib/entity/merchant/merchant.js +2 -0
  618. package/lib/entity/merchant/merchantPayload.d.ts +18 -0
  619. package/lib/entity/merchant/merchantPayload.js +30 -0
  620. package/lib/entity/merchant/merchantReducer.d.ts +11 -0
  621. package/lib/entity/merchant/merchantReducer.js +41 -0
  622. package/lib/entity/merchant/merchantSelector.d.ts +4 -0
  623. package/lib/entity/merchant/merchantSelector.js +17 -0
  624. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksPayload.d.ts +51 -0
  625. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksPayload.js +91 -0
  626. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksReducer.d.ts +12 -0
  627. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksReducer.js +30 -0
  628. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksSelector.d.ts +7 -0
  629. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksSelector.js +35 -0
  630. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksState.d.ts +58 -0
  631. package/lib/entity/monthEndCloseChecks/monthEndCloseChecksState.js +10 -0
  632. package/lib/entity/notification/notificationPayload.d.ts +46 -0
  633. package/lib/entity/notification/notificationPayload.js +144 -0
  634. package/lib/entity/notification/notificationReducer.d.ts +20 -0
  635. package/lib/entity/notification/notificationReducer.js +120 -0
  636. package/lib/entity/notification/notificationSelector.d.ts +9 -0
  637. package/lib/entity/notification/notificationSelector.js +40 -0
  638. package/lib/entity/notification/notificationState.d.ts +7 -0
  639. package/lib/entity/notification/notificationState.js +2 -0
  640. package/lib/entity/notification/types/notificationSelectorTypes.d.ts +9 -0
  641. package/lib/entity/notification/types/notificationSelectorTypes.js +2 -0
  642. package/lib/entity/notification/types/notificationStateTypes.d.ts +50 -0
  643. package/lib/entity/notification/types/notificationStateTypes.js +2 -0
  644. package/lib/entity/notification/types/notificationTypes.d.ts +20 -0
  645. package/lib/entity/notification/types/notificationTypes.js +49 -0
  646. package/lib/entity/notificationRegistry/notificationRegistryPayload.d.ts +19 -0
  647. package/lib/entity/notificationRegistry/notificationRegistryPayload.js +31 -0
  648. package/lib/entity/notificationRegistry/notificationRegistryReducer.d.ts +10 -0
  649. package/lib/entity/notificationRegistry/notificationRegistryReducer.js +52 -0
  650. package/lib/entity/notificationRegistry/notificationRegistrySelector.d.ts +2 -0
  651. package/lib/entity/notificationRegistry/notificationRegistrySelector.js +10 -0
  652. package/lib/entity/notificationRegistry/notificationRegistryState.d.ts +33 -0
  653. package/lib/entity/notificationRegistry/notificationRegistryState.js +10 -0
  654. package/lib/entity/onboardingCustomer/onboardingCustomerPayload.d.ts +36 -0
  655. package/lib/entity/onboardingCustomer/onboardingCustomerPayload.js +27 -0
  656. package/lib/entity/onboardingCustomer/onboardingCustomerReducer.d.ts +8 -0
  657. package/lib/entity/onboardingCustomer/onboardingCustomerReducer.js +32 -0
  658. package/lib/entity/onboardingCustomer/onboardingCustomerSelector.d.ts +3 -0
  659. package/lib/entity/onboardingCustomer/onboardingCustomerSelector.js +16 -0
  660. package/lib/entity/onboardingCustomer/onboardingCustomerState.d.ts +37 -0
  661. package/lib/entity/onboardingCustomer/onboardingCustomerState.js +2 -0
  662. package/lib/entity/paymentAccount/paymentAccountPayload.d.ts +52 -0
  663. package/lib/entity/paymentAccount/paymentAccountPayload.js +57 -0
  664. package/lib/entity/paymentAccount/paymentAccountReducer.d.ts +6 -0
  665. package/lib/entity/paymentAccount/paymentAccountReducer.js +41 -0
  666. package/lib/entity/paymentAccount/paymentAccountSelector.d.ts +7 -0
  667. package/lib/entity/paymentAccount/paymentAccountSelector.js +39 -0
  668. package/lib/entity/paymentAccount/paymentAccountState.d.ts +47 -0
  669. package/lib/entity/paymentAccount/paymentAccountState.js +9 -0
  670. package/lib/entity/paymentInstrument/paymentInstrument.d.ts +22 -0
  671. package/lib/entity/paymentInstrument/paymentInstrument.js +2 -0
  672. package/lib/entity/paymentInstrument/paymentInstrumentPayload.d.ts +19 -0
  673. package/lib/entity/paymentInstrument/paymentInstrumentPayload.js +21 -0
  674. package/lib/entity/paymentInstrument/paymentInstrumentReducer.d.ts +6 -0
  675. package/lib/entity/paymentInstrument/paymentInstrumentReducer.js +37 -0
  676. package/lib/entity/paymentInstrument/paymentInstrumentSelector.d.ts +4 -0
  677. package/lib/entity/paymentInstrument/paymentInstrumentSelector.js +17 -0
  678. package/lib/entity/portfolio/accountingSummary/accountingSummaryPayload.d.ts +44 -0
  679. package/lib/entity/portfolio/accountingSummary/accountingSummaryPayload.js +2 -0
  680. package/lib/entity/portfolio/accountingSummary/accountingSummaryReducer.d.ts +6 -0
  681. package/lib/entity/portfolio/accountingSummary/accountingSummaryReducer.js +79 -0
  682. package/lib/entity/portfolio/accountingSummary/accountingSummarySelector.d.ts +3 -0
  683. package/lib/entity/portfolio/accountingSummary/accountingSummarySelector.js +17 -0
  684. package/lib/entity/portfolio/accountingSummary/accountingSummaryState.d.ts +25 -0
  685. package/lib/entity/portfolio/accountingSummary/accountingSummaryState.js +2 -0
  686. package/lib/entity/project/projectPayload.d.ts +20 -0
  687. package/lib/entity/project/projectPayload.js +44 -0
  688. package/lib/entity/project/projectReducer.d.ts +7 -0
  689. package/lib/entity/project/projectReducer.js +33 -0
  690. package/lib/entity/project/projectSelector.d.ts +4 -0
  691. package/lib/entity/project/projectSelector.js +12 -0
  692. package/lib/entity/project/projectState.d.ts +18 -0
  693. package/lib/entity/project/projectState.js +2 -0
  694. package/lib/entity/reimbursement/reimbursementPayload.d.ts +93 -0
  695. package/lib/entity/reimbursement/reimbursementPayload.js +205 -0
  696. package/lib/entity/reimbursement/reimbursementReducer.d.ts +7 -0
  697. package/lib/entity/reimbursement/reimbursementReducer.js +75 -0
  698. package/lib/entity/reimbursement/reimbursementState.d.ts +93 -0
  699. package/lib/entity/reimbursement/reimbursementState.js +2 -0
  700. package/lib/entity/reimbursement/reimbursementTypes.d.ts +2 -0
  701. package/lib/entity/reimbursement/reimbursementTypes.js +7 -0
  702. package/lib/entity/sectionAccountsView/getNestedAccountIDHierarchyForSection.d.ts +8 -0
  703. package/lib/entity/sectionAccountsView/getNestedAccountIDHierarchyForSection.js +62 -0
  704. package/lib/entity/sectionAccountsView/sectionAccountsView.d.ts +14 -0
  705. package/lib/entity/sectionAccountsView/sectionAccountsView.js +6 -0
  706. package/lib/entity/sectionAccountsView/sectionAccountsViewEpic.d.ts +7 -0
  707. package/lib/entity/sectionAccountsView/sectionAccountsViewEpic.js +56 -0
  708. package/lib/entity/sectionAccountsView/sectionAccountsViewHelper.d.ts +11 -0
  709. package/lib/entity/sectionAccountsView/sectionAccountsViewHelper.js +15 -0
  710. package/lib/entity/sectionAccountsView/sectionAccountsViewReducer.d.ts +25 -0
  711. package/lib/entity/sectionAccountsView/sectionAccountsViewReducer.js +104 -0
  712. package/lib/entity/sectionAccountsView/sectionAccountsViewSelector.d.ts +36 -0
  713. package/lib/entity/sectionAccountsView/sectionAccountsViewSelector.js +85 -0
  714. package/lib/entity/sectionAccountsView/sectionAccountsViewState.d.ts +4 -0
  715. package/lib/entity/sectionAccountsView/sectionAccountsViewState.js +2 -0
  716. package/lib/entity/sectionClassesViewV2/sectionClassesView.d.ts +12 -0
  717. package/lib/entity/sectionClassesViewV2/sectionClassesView.js +6 -0
  718. package/lib/entity/sectionClassesViewV2/sectionClassesViewEpic.d.ts +7 -0
  719. package/lib/entity/sectionClassesViewV2/sectionClassesViewEpic.js +59 -0
  720. package/lib/entity/sectionClassesViewV2/sectionClassesViewHelper.d.ts +10 -0
  721. package/lib/entity/sectionClassesViewV2/sectionClassesViewHelper.js +14 -0
  722. package/lib/entity/sectionClassesViewV2/sectionClassesViewReducer.d.ts +17 -0
  723. package/lib/entity/sectionClassesViewV2/sectionClassesViewReducer.js +57 -0
  724. package/lib/entity/sectionClassesViewV2/sectionClassesViewSelector.d.ts +12 -0
  725. package/lib/entity/sectionClassesViewV2/sectionClassesViewSelector.js +54 -0
  726. package/lib/entity/sectionClassesViewV2/sectionClassesViewSelectorTypes.d.ts +17 -0
  727. package/lib/entity/sectionClassesViewV2/sectionClassesViewSelectorTypes.js +2 -0
  728. package/lib/entity/sectionClassesViewV2/sectionClassesViewState.d.ts +4 -0
  729. package/lib/entity/sectionClassesViewV2/sectionClassesViewState.js +2 -0
  730. package/lib/entity/sectionClassesViewV2/selectorHelpers/getNestedClassIDHierarchyForSection.d.ts +8 -0
  731. package/lib/entity/sectionClassesViewV2/selectorHelpers/getNestedClassIDHierarchyForSection.js +59 -0
  732. package/lib/entity/sectionProjectView/sectionProjectView.d.ts +13 -0
  733. package/lib/entity/sectionProjectView/sectionProjectView.js +6 -0
  734. package/lib/entity/sectionProjectView/sectionProjectViewEpic.d.ts +6 -0
  735. package/lib/entity/sectionProjectView/sectionProjectViewEpic.js +60 -0
  736. package/lib/entity/sectionProjectView/sectionProjectViewHelper.d.ts +11 -0
  737. package/lib/entity/sectionProjectView/sectionProjectViewHelper.js +15 -0
  738. package/lib/entity/sectionProjectView/sectionProjectViewReducer.d.ts +15 -0
  739. package/lib/entity/sectionProjectView/sectionProjectViewReducer.js +67 -0
  740. package/lib/entity/sectionProjectView/sectionProjectViewSelector.d.ts +12 -0
  741. package/lib/entity/sectionProjectView/sectionProjectViewSelector.js +57 -0
  742. package/lib/entity/sectionProjectView/sectionProjectViewSelectorTypes.d.ts +16 -0
  743. package/lib/entity/sectionProjectView/sectionProjectViewSelectorTypes.js +2 -0
  744. package/lib/entity/sectionProjectView/sectionProjectViewState.d.ts +4 -0
  745. package/lib/entity/sectionProjectView/sectionProjectViewState.js +2 -0
  746. package/lib/entity/snackbar/snackbarApiError.d.ts +8 -0
  747. package/lib/entity/snackbar/snackbarApiError.js +15 -0
  748. package/lib/entity/snackbar/snackbarReducer.d.ts +15 -0
  749. package/lib/entity/snackbar/snackbarReducer.js +42 -0
  750. package/lib/entity/snackbar/snackbarSelector.d.ts +16 -0
  751. package/lib/entity/snackbar/snackbarSelector.js +12 -0
  752. package/lib/entity/snackbar/snackbarState.d.ts +20 -0
  753. package/lib/entity/snackbar/snackbarState.js +2 -0
  754. package/lib/entity/snackbar/snackbarTypes.d.ts +5 -0
  755. package/lib/entity/snackbar/snackbarTypes.js +280 -0
  756. package/lib/entity/subscription/subscription/subscriptionPayload.d.ts +37 -0
  757. package/lib/entity/subscription/subscription/subscriptionPayload.js +2 -0
  758. package/lib/entity/subscription/subscription/subscriptionReducer.d.ts +9 -0
  759. package/lib/entity/subscription/subscription/subscriptionReducer.js +83 -0
  760. package/lib/entity/subscription/subscription/subscriptionSelector.d.ts +9 -0
  761. package/lib/entity/subscription/subscription/subscriptionSelector.js +26 -0
  762. package/lib/entity/subscription/subscription/subscriptionState.d.ts +38 -0
  763. package/lib/entity/subscription/subscription/subscriptionState.js +2 -0
  764. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnPayload.d.ts +29 -0
  765. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnPayload.js +2 -0
  766. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnReducer.d.ts +9 -0
  767. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnReducer.js +65 -0
  768. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnSelector.d.ts +8 -0
  769. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnSelector.js +25 -0
  770. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnState.d.ts +29 -0
  771. package/lib/entity/subscription/subscriptionAddOn/subscriptionAddOnState.js +2 -0
  772. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponPayload.d.ts +22 -0
  773. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponPayload.js +2 -0
  774. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponReducer.d.ts +9 -0
  775. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponReducer.js +59 -0
  776. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponSelector.d.ts +8 -0
  777. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponSelector.js +25 -0
  778. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponState.d.ts +23 -0
  779. package/lib/entity/subscription/subscriptionCoupon/subscriptionCouponState.js +2 -0
  780. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanPayload.d.ts +27 -0
  781. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanPayload.js +2 -0
  782. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanReducer.d.ts +9 -0
  783. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanReducer.js +69 -0
  784. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanSelector.d.ts +9 -0
  785. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanSelector.js +26 -0
  786. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanState.d.ts +30 -0
  787. package/lib/entity/subscription/subscriptionPlan/subscriptionPlanState.js +2 -0
  788. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryPayload.d.ts +30 -0
  789. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryPayload.js +2 -0
  790. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryReducer.d.ts +13 -0
  791. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryReducer.js +77 -0
  792. package/lib/entity/subscription/subscriptionSummary/subscriptionSummarySelector.d.ts +9 -0
  793. package/lib/entity/subscription/subscriptionSummary/subscriptionSummarySelector.js +38 -0
  794. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryState.d.ts +32 -0
  795. package/lib/entity/subscription/subscriptionSummary/subscriptionSummaryState.js +2 -0
  796. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountPayload.d.ts +17 -0
  797. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountPayload.js +22 -0
  798. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer.d.ts +6 -0
  799. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer.js +31 -0
  800. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountSelector.d.ts +4 -0
  801. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountSelector.js +17 -0
  802. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountState.d.ts +15 -0
  803. package/lib/entity/subscriptionPaymentAccount/subscriptionPaymentAccountState.js +2 -0
  804. package/lib/entity/tag/tagPayload.d.ts +9 -0
  805. package/lib/entity/tag/tagPayload.js +12 -0
  806. package/lib/entity/tag/tagReducer.d.ts +9 -0
  807. package/lib/entity/tag/tagReducer.js +52 -0
  808. package/lib/entity/tag/tagSelector.d.ts +4 -0
  809. package/lib/entity/tag/tagSelector.js +17 -0
  810. package/lib/entity/tag/tagState.d.ts +12 -0
  811. package/lib/entity/tag/tagState.js +2 -0
  812. package/lib/entity/task/taskPayload.d.ts +40 -0
  813. package/lib/entity/task/taskPayload.js +81 -0
  814. package/lib/entity/task/taskReducer.d.ts +13 -0
  815. package/lib/entity/task/taskReducer.js +61 -0
  816. package/lib/entity/task/taskSelector.d.ts +4 -0
  817. package/lib/entity/task/taskSelector.js +17 -0
  818. package/lib/entity/task/taskState.d.ts +64 -0
  819. package/lib/entity/task/taskState.js +32 -0
  820. package/lib/entity/taskGroup/taskGroupPayload.d.ts +9 -0
  821. package/lib/entity/taskGroup/taskGroupPayload.js +13 -0
  822. package/lib/entity/taskGroup/taskGroupReducer.d.ts +6 -0
  823. package/lib/entity/taskGroup/taskGroupReducer.js +36 -0
  824. package/lib/entity/taskGroup/taskGroupSelector.d.ts +4 -0
  825. package/lib/entity/taskGroup/taskGroupSelector.js +17 -0
  826. package/lib/entity/taskGroup/taskGroupState.d.ts +12 -0
  827. package/lib/entity/taskGroup/taskGroupState.js +2 -0
  828. package/lib/entity/taskGroupTemplate/taskGroupTemplatePayload.d.ts +9 -0
  829. package/lib/entity/taskGroupTemplate/taskGroupTemplatePayload.js +2 -0
  830. package/lib/entity/taskGroupTemplate/taskGroupTemplateReducer.d.ts +6 -0
  831. package/lib/entity/taskGroupTemplate/taskGroupTemplateReducer.js +34 -0
  832. package/lib/entity/taskGroupTemplate/taskGroupTemplateSelector.d.ts +4 -0
  833. package/lib/entity/taskGroupTemplate/taskGroupTemplateSelector.js +17 -0
  834. package/lib/entity/taskGroupTemplate/taskGroupTemplateState.d.ts +15 -0
  835. package/lib/entity/taskGroupTemplate/taskGroupTemplateState.js +2 -0
  836. package/lib/entity/taskSummary/taskSummaryPayload.d.ts +7 -0
  837. package/lib/entity/taskSummary/taskSummaryPayload.js +2 -0
  838. package/lib/entity/taskSummary/taskSummaryReducer.d.ts +6 -0
  839. package/lib/entity/taskSummary/taskSummaryReducer.js +35 -0
  840. package/lib/entity/taskSummary/taskSummarySelector.d.ts +4 -0
  841. package/lib/entity/taskSummary/taskSummarySelector.js +17 -0
  842. package/lib/entity/taskSummary/taskSummaryState.d.ts +8 -0
  843. package/lib/entity/taskSummary/taskSummaryState.js +2 -0
  844. package/lib/entity/tenant/SessionManager.d.ts +56 -0
  845. package/lib/entity/tenant/SessionManager.js +340 -0
  846. package/lib/entity/tenant/epic/deleteConnectionEpic.d.ts +19 -0
  847. package/lib/entity/tenant/epic/deleteConnectionEpic.js +29 -0
  848. package/lib/entity/tenant/epic/doMagicLinkSignInEpic.d.ts +35 -0
  849. package/lib/entity/tenant/epic/doMagicLinkSignInEpic.js +46 -0
  850. package/lib/entity/tenant/epic/fetchActiveTenantEpic.d.ts +9 -0
  851. package/lib/entity/tenant/epic/fetchActiveTenantEpic.js +48 -0
  852. package/lib/entity/tenant/epic/fetchAllTenantsEpic.d.ts +14 -0
  853. package/lib/entity/tenant/epic/fetchAllTenantsEpic.js +100 -0
  854. package/lib/entity/tenant/epic/fetchExcludedResourcesEpic.d.ts +18 -0
  855. package/lib/entity/tenant/epic/fetchExcludedResourcesEpic.js +19 -0
  856. package/lib/entity/tenant/epic/fetchExternalConnectionsEpic.d.ts +18 -0
  857. package/lib/entity/tenant/epic/fetchExternalConnectionsEpic.js +19 -0
  858. package/lib/entity/tenant/epic/fetchSubscriptionSummaryForTenantEpic.d.ts +18 -0
  859. package/lib/entity/tenant/epic/fetchSubscriptionSummaryForTenantEpic.js +16 -0
  860. package/lib/entity/tenant/epic/initEmailConnectOAuthEpic.d.ts +21 -0
  861. package/lib/entity/tenant/epic/initEmailConnectOAuthEpic.js +59 -0
  862. package/lib/entity/tenant/epic/resendVerifyDeviceOTPEpic.d.ts +16 -0
  863. package/lib/entity/tenant/epic/resendVerifyDeviceOTPEpic.js +39 -0
  864. package/lib/entity/tenant/epic/saveAPIKeyConnectionEpic.d.ts +19 -0
  865. package/lib/entity/tenant/epic/saveAPIKeyConnectionEpic.js +35 -0
  866. package/lib/entity/tenant/epic/saveConnectorCredentialsEpic.d.ts +21 -0
  867. package/lib/entity/tenant/epic/saveConnectorCredentialsEpic.js +42 -0
  868. package/lib/entity/tenant/epic/saveExternalConnectionEpic.d.ts +8 -0
  869. package/lib/entity/tenant/epic/saveExternalConnectionEpic.js +83 -0
  870. package/lib/entity/tenant/epic/saveOAuthConnectionEpic.d.ts +19 -0
  871. package/lib/entity/tenant/epic/saveOAuthConnectionEpic.js +37 -0
  872. package/lib/entity/tenant/epic/sendEmailMagicLinkToUserEpic.d.ts +7 -0
  873. package/lib/entity/tenant/epic/sendEmailMagicLinkToUserEpic.js +64 -0
  874. package/lib/entity/tenant/epic/sessionHeartbeatEpic.d.ts +16 -0
  875. package/lib/entity/tenant/epic/sessionHeartbeatEpic.js +25 -0
  876. package/lib/entity/tenant/epic/signInUserEpic.d.ts +22 -0
  877. package/lib/entity/tenant/epic/signInUserEpic.js +37 -0
  878. package/lib/entity/tenant/epic/signOutUserEpic.d.ts +12 -0
  879. package/lib/entity/tenant/epic/signOutUserEpic.js +21 -0
  880. package/lib/entity/tenant/epic/verifyDeviceWithTwoFAEpic.d.ts +28 -0
  881. package/lib/entity/tenant/epic/verifyDeviceWithTwoFAEpic.js +42 -0
  882. package/lib/entity/tenant/sessionTypes.d.ts +26 -0
  883. package/lib/entity/tenant/sessionTypes.js +12 -0
  884. package/lib/entity/tenant/tenantPayload.d.ts +194 -0
  885. package/lib/entity/tenant/tenantPayload.js +2 -0
  886. package/lib/entity/tenant/tenantReducer.d.ts +263 -0
  887. package/lib/entity/tenant/tenantReducer.js +1157 -0
  888. package/lib/entity/tenant/tenantSelector.d.ts +97 -0
  889. package/lib/entity/tenant/tenantSelector.js +342 -0
  890. package/lib/entity/tenant/tenantState.d.ts +168 -0
  891. package/lib/entity/tenant/tenantState.js +2 -0
  892. package/lib/entity/tenant/tenantTypes.d.ts +3 -0
  893. package/lib/entity/tenant/tenantTypes.js +15 -0
  894. package/lib/entity/toastNotification/epic/pushToastNotificationEpic.d.ts +18 -0
  895. package/lib/entity/toastNotification/epic/pushToastNotificationEpic.js +41 -0
  896. package/lib/entity/toastNotification/toastNotificationConstants.d.ts +4 -0
  897. package/lib/entity/toastNotification/toastNotificationConstants.js +7 -0
  898. package/lib/entity/toastNotification/toastNotificationPayload.d.ts +16 -0
  899. package/lib/entity/toastNotification/toastNotificationPayload.js +45 -0
  900. package/lib/entity/toastNotification/toastNotificationReducer.d.ts +6 -0
  901. package/lib/entity/toastNotification/toastNotificationReducer.js +47 -0
  902. package/lib/entity/toastNotification/toastNotificationSelector.d.ts +4 -0
  903. package/lib/entity/toastNotification/toastNotificationSelector.js +11 -0
  904. package/lib/entity/toastNotification/toastNotificationState.d.ts +27 -0
  905. package/lib/entity/toastNotification/toastNotificationState.js +78 -0
  906. package/lib/entity/transaction/payloadTypes/attachmentPayload.d.ts +20 -0
  907. package/lib/entity/transaction/payloadTypes/attachmentPayload.js +29 -0
  908. package/lib/entity/transaction/payloadTypes/customerTransactionPayload.d.ts +13 -0
  909. package/lib/entity/transaction/payloadTypes/customerTransactionPayload.js +35 -0
  910. package/lib/entity/transaction/payloadTypes/otherTransactionPayload.d.ts +13 -0
  911. package/lib/entity/transaction/payloadTypes/otherTransactionPayload.js +56 -0
  912. package/lib/entity/transaction/payloadTypes/reconciliationTransactionPayloads.d.ts +35 -0
  913. package/lib/entity/transaction/payloadTypes/reconciliationTransactionPayloads.js +83 -0
  914. package/lib/entity/transaction/payloadTypes/scheduleTransactionPayload.d.ts +18 -0
  915. package/lib/entity/transaction/payloadTypes/scheduleTransactionPayload.js +40 -0
  916. package/lib/entity/transaction/payloadTypes/transactionIDPayload.d.ts +7 -0
  917. package/lib/entity/transaction/payloadTypes/transactionIDPayload.js +14 -0
  918. package/lib/entity/transaction/payloadTypes/transactionLinePayload.d.ts +100 -0
  919. package/lib/entity/transaction/payloadTypes/transactionLinePayload.js +220 -0
  920. package/lib/entity/transaction/payloadTypes/transactionPayload.d.ts +82 -0
  921. package/lib/entity/transaction/payloadTypes/transactionPayload.js +356 -0
  922. package/lib/entity/transaction/payloadTypes/vendorTransactionPayload.d.ts +23 -0
  923. package/lib/entity/transaction/payloadTypes/vendorTransactionPayload.js +67 -0
  924. package/lib/entity/transaction/stateTypes/attachment.d.ts +19 -0
  925. package/lib/entity/transaction/stateTypes/attachment.js +44 -0
  926. package/lib/entity/transaction/stateTypes/customerTransaction.d.ts +17 -0
  927. package/lib/entity/transaction/stateTypes/customerTransaction.js +6 -0
  928. package/lib/entity/transaction/stateTypes/otherTransaction.d.ts +11 -0
  929. package/lib/entity/transaction/stateTypes/otherTransaction.js +8 -0
  930. package/lib/entity/transaction/stateTypes/paymentType.d.ts +4 -0
  931. package/lib/entity/transaction/stateTypes/paymentType.js +9 -0
  932. package/lib/entity/transaction/stateTypes/reconciliationTransaction.d.ts +32 -0
  933. package/lib/entity/transaction/stateTypes/reconciliationTransaction.js +10 -0
  934. package/lib/entity/transaction/stateTypes/scheduleTransaction.d.ts +15 -0
  935. package/lib/entity/transaction/stateTypes/scheduleTransaction.js +2 -0
  936. package/lib/entity/transaction/stateTypes/transaction.d.ts +65 -0
  937. package/lib/entity/transaction/stateTypes/transaction.js +2 -0
  938. package/lib/entity/transaction/stateTypes/transactionID.d.ts +6 -0
  939. package/lib/entity/transaction/stateTypes/transactionID.js +2 -0
  940. package/lib/entity/transaction/stateTypes/transactionLine.d.ts +79 -0
  941. package/lib/entity/transaction/stateTypes/transactionLine.js +31 -0
  942. package/lib/entity/transaction/stateTypes/transactionType.d.ts +23 -0
  943. package/lib/entity/transaction/stateTypes/transactionType.js +72 -0
  944. package/lib/entity/transaction/stateTypes/vendorTransaction.d.ts +25 -0
  945. package/lib/entity/transaction/stateTypes/vendorTransaction.js +10 -0
  946. package/lib/entity/transaction/toSupportedTransaction.d.ts +3 -0
  947. package/lib/entity/transaction/toSupportedTransaction.js +26 -0
  948. package/lib/entity/transaction/transactionHelper.d.ts +6 -0
  949. package/lib/entity/transaction/transactionHelper.js +164 -0
  950. package/lib/entity/transaction/transactionReducer.d.ts +49 -0
  951. package/lib/entity/transaction/transactionReducer.js +191 -0
  952. package/lib/entity/transaction/transactionSelector.d.ts +9 -0
  953. package/lib/entity/transaction/transactionSelector.js +29 -0
  954. package/lib/entity/transaction/transactionState.d.ts +20 -0
  955. package/lib/entity/transaction/transactionState.js +2 -0
  956. package/lib/entity/transactionActivityLog/transactionActivityLogPayload.d.ts +36 -0
  957. package/lib/entity/transactionActivityLog/transactionActivityLogPayload.js +59 -0
  958. package/lib/entity/transactionActivityLog/transactionActivityLogReducer.d.ts +6 -0
  959. package/lib/entity/transactionActivityLog/transactionActivityLogReducer.js +29 -0
  960. package/lib/entity/transactionActivityLog/transactionActivityLogSelector.d.ts +4 -0
  961. package/lib/entity/transactionActivityLog/transactionActivityLogSelector.js +17 -0
  962. package/lib/entity/transactionActivityLog/transactionActivityLogState.d.ts +40 -0
  963. package/lib/entity/transactionActivityLog/transactionActivityLogState.js +20 -0
  964. package/lib/entity/user/userPayload.d.ts +30 -0
  965. package/lib/entity/user/userPayload.js +2 -0
  966. package/lib/entity/user/userReducer.d.ts +14 -0
  967. package/lib/entity/user/userReducer.js +89 -0
  968. package/lib/entity/user/userSelector.d.ts +8 -0
  969. package/lib/entity/user/userSelector.js +47 -0
  970. package/lib/entity/user/userState.d.ts +38 -0
  971. package/lib/entity/user/userState.js +2 -0
  972. package/lib/entity/userGroups/userGroupsPayload.d.ts +7 -0
  973. package/lib/entity/userGroups/userGroupsPayload.js +10 -0
  974. package/lib/entity/userGroups/userGroupsReducer.d.ts +8 -0
  975. package/lib/entity/userGroups/userGroupsReducer.js +32 -0
  976. package/lib/entity/userGroups/userGroupsSelector.d.ts +4 -0
  977. package/lib/entity/userGroups/userGroupsSelector.js +12 -0
  978. package/lib/entity/userGroups/userGroupsState.d.ts +9 -0
  979. package/lib/entity/userGroups/userGroupsState.js +2 -0
  980. package/lib/entity/userRole/userRolePayload.d.ts +86 -0
  981. package/lib/entity/userRole/userRolePayload.js +107 -0
  982. package/lib/entity/userRole/userRoleReducer.d.ts +10 -0
  983. package/lib/entity/userRole/userRoleReducer.js +107 -0
  984. package/lib/entity/userRole/userRoleSelector.d.ts +4 -0
  985. package/lib/entity/userRole/userRoleSelector.js +13 -0
  986. package/lib/entity/userRole/userRoleState.d.ts +50 -0
  987. package/lib/entity/userRole/userRoleState.js +6 -0
  988. package/lib/entity/userRole/userRoleTenantAccess.d.ts +12 -0
  989. package/lib/entity/userRole/userRoleTenantAccess.js +102 -0
  990. package/lib/entity/userRole/userRoleType.d.ts +36 -0
  991. package/lib/entity/userRole/userRoleType.js +450 -0
  992. package/lib/entity/vendor/__mocks__/vendorMock.d.ts +7 -0
  993. package/lib/entity/vendor/__mocks__/vendorMock.js +311 -0
  994. package/lib/entity/vendor/__mocks__/vendorStateMocks.d.ts +8 -0
  995. package/lib/entity/vendor/__mocks__/vendorStateMocks.js +415 -0
  996. package/lib/entity/vendor/vendorPayload.d.ts +98 -0
  997. package/lib/entity/vendor/vendorPayload.js +123 -0
  998. package/lib/entity/vendor/vendorReducer.d.ts +13 -0
  999. package/lib/entity/vendor/vendorReducer.js +76 -0
  1000. package/lib/entity/vendor/vendorSelector.d.ts +5 -0
  1001. package/lib/entity/vendor/vendorSelector.js +27 -0
  1002. package/lib/entity/vendor/vendorState.d.ts +83 -0
  1003. package/lib/entity/vendor/vendorState.js +10 -0
  1004. package/lib/entity/vendor/vendorType.d.ts +9 -0
  1005. package/lib/entity/vendor/vendorType.js +10 -0
  1006. package/lib/entity/vendorExpense/vendorExpenseReducer.d.ts +14 -0
  1007. package/lib/entity/vendorExpense/vendorExpenseReducer.js +80 -0
  1008. package/lib/entity/vendorExpense/vendorExpenseSelector.d.ts +7 -0
  1009. package/lib/entity/vendorExpense/vendorExpenseSelector.js +20 -0
  1010. package/lib/entity/vendorExpense/vendorExpenseState.d.ts +23 -0
  1011. package/lib/entity/vendorExpense/vendorExpenseState.js +2 -0
  1012. package/lib/entity/vendorExpense/vendorExpenseTrend.d.ts +37 -0
  1013. package/lib/entity/vendorExpense/vendorExpenseTrend.js +139 -0
  1014. package/lib/entity/vendorExpense/vendorExpenseTrendKey.d.ts +4 -0
  1015. package/lib/entity/vendorExpense/vendorExpenseTrendKey.js +6 -0
  1016. package/lib/entity/vendorExpense/vendorSpendTrendFilterTabType.d.ts +4 -0
  1017. package/lib/entity/vendorExpense/vendorSpendTrendFilterTabType.js +19 -0
  1018. package/lib/epic.d.ts +703 -0
  1019. package/lib/epic.js +1566 -0
  1020. package/lib/epicManager.d.ts +30 -0
  1021. package/lib/epicManager.js +26 -0
  1022. package/lib/esm/__testHelpers__/apiFailure.json +6 -0
  1023. package/lib/esm/common/aiCfo/aiCfoSuggestedQuestionsPageContext.js +1 -0
  1024. package/lib/esm/commonPayloadTypes/agingReportPayloadTypes.js +24 -0
  1025. package/lib/esm/commonPayloadTypes/balanceChangePayload.js +20 -0
  1026. package/lib/esm/commonPayloadTypes/classesView/reportByClassPayloadV2.js +9 -0
  1027. package/lib/esm/commonPayloadTypes/coaBalanceByAdditionalPeriodPayload.js +10 -0
  1028. package/lib/esm/commonPayloadTypes/coaBalancePayload.js +57 -0
  1029. package/lib/esm/commonPayloadTypes/commonPayload.js +17 -0
  1030. package/lib/esm/commonPayloadTypes/recommendationBasePayloadCore.js +17 -0
  1031. package/lib/esm/commonPayloadTypes/recommendationPayload.js +121 -0
  1032. package/lib/esm/commonPayloadTypes/sortOrderPayload.js +6 -0
  1033. package/lib/esm/commonPayloadTypes/statusPayload.js +13 -0
  1034. package/lib/esm/commonPayloadTypes/subAccountView/reportBySubAccountPayload.js +1 -0
  1035. package/lib/esm/commonPayloadTypes/subAccountView/subAccountPayloadHelper.js +24 -0
  1036. package/lib/esm/commonPayloadTypes/urlPayload.js +4 -0
  1037. package/lib/esm/commonPayloadTypes/v2/coaBalancePayload.js +96 -0
  1038. package/lib/esm/commonPayloadTypes/v2/viewAndReportPayloadv2.js +25 -0
  1039. package/lib/esm/commonPayloadTypes/vendorRecommendationPayload.js +1 -0
  1040. package/lib/esm/commonPayloadTypes/viewAndReportPayload.js +22 -0
  1041. package/lib/esm/commonStateTypes/accountView/accountMetadataRecords.js +1 -0
  1042. package/lib/esm/commonStateTypes/accountView/getNestedAccountIDHierarchyForReport.js +108 -0
  1043. package/lib/esm/commonStateTypes/accountView/nestedAccountID.js +9 -0
  1044. package/lib/esm/commonStateTypes/agingBalance/agingBalance.js +11 -0
  1045. package/lib/esm/commonStateTypes/allowedValue.js +6 -0
  1046. package/lib/esm/commonStateTypes/amount.js +7 -0
  1047. package/lib/esm/commonStateTypes/animations.js +62 -0
  1048. package/lib/esm/commonStateTypes/balance.js +1 -0
  1049. package/lib/esm/commonStateTypes/balanceTimeseries.js +1 -0
  1050. package/lib/esm/commonStateTypes/bookCloseDateHelper.js +43 -0
  1051. package/lib/esm/commonStateTypes/bulkOperationType.js +1 -0
  1052. package/lib/esm/commonStateTypes/cacheOverrideFetchReducer.js +16 -0
  1053. package/lib/esm/commonStateTypes/classesView/classMetadataRecords.js +1 -0
  1054. package/lib/esm/commonStateTypes/classesView/getNestedClassIDHierarchyForReport.js +106 -0
  1055. package/lib/esm/commonStateTypes/classesView/nestedClassID.js +4 -0
  1056. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getAdditionalBalances.js +128 -0
  1057. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getComparisionBalance.js +148 -0
  1058. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getSamePeriodLastYearBalance.js +62 -0
  1059. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getSummationBalance.js +413 -0
  1060. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/sliceCOABalances.js +46 -0
  1061. package/lib/esm/commonStateTypes/coaBalance/classBalances/getDifferenceOfBalancesGroupedByPeriod.js +57 -0
  1062. package/lib/esm/commonStateTypes/coaBalance/classBalances/getSumOfBalancesGroupedByPeriod.js +91 -0
  1063. package/lib/esm/commonStateTypes/coaBalance/coaBalance.js +17 -0
  1064. package/lib/esm/commonStateTypes/coaBalance/coaBalanceByAdditionalPeriod.js +1 -0
  1065. package/lib/esm/commonStateTypes/coaBalance/coaBalanceType.js +34 -0
  1066. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilter.js +59 -0
  1067. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilterClassesView.js +5 -0
  1068. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilterProjectView.js +5 -0
  1069. package/lib/esm/commonStateTypes/coaBalance/getCOABalancesSlice.js +103 -0
  1070. package/lib/esm/commonStateTypes/coaBalance/pickAndMergeForecast.js +58 -0
  1071. package/lib/esm/commonStateTypes/coaBalance/sortBalancesByFreeRangeTotal.js +38 -0
  1072. package/lib/esm/commonStateTypes/coaBalance/sortBalancesByTotalAmounts.js +40 -0
  1073. package/lib/esm/commonStateTypes/common.js +4 -0
  1074. package/lib/esm/commonStateTypes/currencyHelper.js +8 -0
  1075. package/lib/esm/commonStateTypes/customerView/getNestedCustomerHierarchy.js +42 -0
  1076. package/lib/esm/commonStateTypes/customerView/nestedCustomerID.js +1 -0
  1077. package/lib/esm/commonStateTypes/dataAvailable.js +48 -0
  1078. package/lib/esm/commonStateTypes/fileType.js +3 -0
  1079. package/lib/esm/commonStateTypes/filterPrimitives.js +20 -0
  1080. package/lib/esm/commonStateTypes/fiscalYearHelpers/addSubtractPeriod.js +27 -0
  1081. package/lib/esm/commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM.js +21 -0
  1082. package/lib/esm/commonStateTypes/fiscalYearHelpers/formatZeniDateFY.js +44 -0
  1083. package/lib/esm/commonStateTypes/fiscalYearHelpers/getActualPeriod.js +33 -0
  1084. package/lib/esm/commonStateTypes/fiscalYearHelpers/getFYMonths.js +24 -0
  1085. package/lib/esm/commonStateTypes/fiscalYearHelpers/getFYQuarterAndYear.js +55 -0
  1086. package/lib/esm/commonStateTypes/fiscalYearHelpers/getStartOfAndEndOfTimeframeFY.js +88 -0
  1087. package/lib/esm/commonStateTypes/fiscalYearHelpers/getVendorAllTransactionsDefaultTimePeriod.js +13 -0
  1088. package/lib/esm/commonStateTypes/numberToUnion.js +34 -0
  1089. package/lib/esm/commonStateTypes/projectView/projectViewParentID.js +1 -0
  1090. package/lib/esm/commonStateTypes/pusherActions.js +3 -0
  1091. package/lib/esm/commonStateTypes/recommendationBase.js +54 -0
  1092. package/lib/esm/commonStateTypes/recommendationBaseCore.js +1 -0
  1093. package/lib/esm/commonStateTypes/reduceFetchState.js +181 -0
  1094. package/lib/esm/commonStateTypes/reimbursementTypeCode.js +1 -0
  1095. package/lib/esm/commonStateTypes/selectorTypes/accountsViewSelectorReport.js +1 -0
  1096. package/lib/esm/commonStateTypes/selectorTypes/classesViewSelectorReport.js +1 -0
  1097. package/lib/esm/commonStateTypes/selectorTypes/entityOrder.js +1 -0
  1098. package/lib/esm/commonStateTypes/selectorTypes/pickAndMergeForecastCalculatedSection.js +5 -0
  1099. package/lib/esm/commonStateTypes/selectorTypes/selectorTypes.js +1 -0
  1100. package/lib/esm/commonStateTypes/selectorTypes/sortOrderTypes.js +3 -0
  1101. package/lib/esm/commonStateTypes/status.js +1 -0
  1102. package/lib/esm/commonStateTypes/stringToUnion.js +33 -0
  1103. package/lib/esm/commonStateTypes/systemInfo.js +239 -0
  1104. package/lib/esm/commonStateTypes/timePeriod.js +78 -0
  1105. package/lib/esm/commonStateTypes/timeframeTick.js +16 -0
  1106. package/lib/esm/commonStateTypes/v2/viewAndReport.js +4 -0
  1107. package/lib/esm/commonStateTypes/vendorRecommendation.js +1 -0
  1108. package/lib/esm/commonStateTypes/viewAndReport/agingReportStateTypes.js +11 -0
  1109. package/lib/esm/commonStateTypes/viewAndReport/reportIDHelper.js +70 -0
  1110. package/lib/esm/commonStateTypes/viewAndReport/reportUIState.js +1 -0
  1111. package/lib/esm/commonStateTypes/viewAndReport/thisPeriodHelpers.js +102 -0
  1112. package/lib/esm/commonStateTypes/viewAndReport/viewAndReport.js +75 -0
  1113. package/lib/esm/commonStateTypes/workingDayHelper.js +110 -0
  1114. package/lib/esm/configureStore.js +73 -0
  1115. package/lib/esm/coreEpics.js +90 -0
  1116. package/lib/esm/entity/account/accountPayload.js +99 -0
  1117. package/lib/esm/entity/account/accountReducer.js +176 -0
  1118. package/lib/esm/entity/account/accountSelector.js +237 -0
  1119. package/lib/esm/entity/account/accountState.js +71 -0
  1120. package/lib/esm/entity/account/pickAndMergeForecastAccountReport.js +99 -0
  1121. package/lib/esm/entity/account/subAccountSelector.js +58 -0
  1122. package/lib/esm/entity/accountGroup/accountGroupPayload.js +1 -0
  1123. package/lib/esm/entity/accountGroup/accountGroupReducer.js +133 -0
  1124. package/lib/esm/entity/accountGroup/accountGroupSelector.js +154 -0
  1125. package/lib/esm/entity/accountGroup/accountGroupState.js +21 -0
  1126. package/lib/esm/entity/accountGroup/accountGroupV2Selector.js +76 -0
  1127. package/lib/esm/entity/accountGroup/pickAndMergeForecastAcGroupReport.js +77 -0
  1128. package/lib/esm/entity/accountRecon/accountReconPayload.js +189 -0
  1129. package/lib/esm/entity/accountRecon/accountReconReducer.js +211 -0
  1130. package/lib/esm/entity/accountRecon/accountReconSelector.js +61 -0
  1131. package/lib/esm/entity/accountRecon/accountReconState.js +49 -0
  1132. package/lib/esm/entity/actualMatching/actualMatchingPayload.js +37 -0
  1133. package/lib/esm/entity/actualMatching/actualMatchingReducer.js +30 -0
  1134. package/lib/esm/entity/actualMatching/actualMatchingSelector.js +3 -0
  1135. package/lib/esm/entity/actualMatching/actualMatchingState.js +1 -0
  1136. package/lib/esm/entity/actualMatching/actualMatchingTypes.js +1 -0
  1137. package/lib/esm/entity/address/addressPayload.js +1 -0
  1138. package/lib/esm/entity/address/addressReducer.js +58 -0
  1139. package/lib/esm/entity/address/addressSelector.js +10 -0
  1140. package/lib/esm/entity/address/addressState.js +1 -0
  1141. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerPayload.js +62 -0
  1142. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerReducer.js +49 -0
  1143. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerSelector.js +62 -0
  1144. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerState.js +45 -0
  1145. package/lib/esm/entity/aiCfo/aiCfoPayload.js +1 -0
  1146. package/lib/esm/entity/aiCfo/aiCfoReducer.js +828 -0
  1147. package/lib/esm/entity/aiCfo/aiCfoSelector.js +52 -0
  1148. package/lib/esm/entity/aiCfo/aiCfoState.js +77 -0
  1149. package/lib/esm/entity/approvalRule/approvalRuleConflict.js +89 -0
  1150. package/lib/esm/entity/approvalRule/approvalRulePayload.js +182 -0
  1151. package/lib/esm/entity/approvalRule/approvalRuleReducer.js +27 -0
  1152. package/lib/esm/entity/approvalRule/approvalRuleSelector.js +44 -0
  1153. package/lib/esm/entity/approvalRule/approvalRuleState.js +19 -0
  1154. package/lib/esm/entity/approvalRule/approvalStepTypes.js +8 -0
  1155. package/lib/esm/entity/bankAccount/bankAccount.js +1 -0
  1156. package/lib/esm/entity/bankAccount/bankAccountPayload.js +22 -0
  1157. package/lib/esm/entity/bankAccount/bankAccountReducer.js +29 -0
  1158. package/lib/esm/entity/bankAccount/bankAccountSelector.js +8 -0
  1159. package/lib/esm/entity/billPay/billTransaction/billTransactionPayload.js +175 -0
  1160. package/lib/esm/entity/billPay/billTransaction/billTransactionReducer.js +67 -0
  1161. package/lib/esm/entity/billPay/billTransaction/billTransactionState.js +99 -0
  1162. package/lib/esm/entity/billPay/billTransaction/internationalTransferFeeBearerPaymentMethod.js +6 -0
  1163. package/lib/esm/entity/billPay/contact/contact.js +1 -0
  1164. package/lib/esm/entity/billPay/contact/contactPayload.js +17 -0
  1165. package/lib/esm/entity/billPay/contact/contactReducer.js +28 -0
  1166. package/lib/esm/entity/billPay/contact/contactSelector.js +10 -0
  1167. package/lib/esm/entity/billPay/recurringBills/recurringBillsPayload.js +52 -0
  1168. package/lib/esm/entity/billPay/recurringBills/recurringBillsReducer.js +38 -0
  1169. package/lib/esm/entity/billPay/recurringBills/recurringBillsState.js +9 -0
  1170. package/lib/esm/entity/cardPayment/cardPaymentPayload.js +11 -0
  1171. package/lib/esm/entity/cardPayment/cardPaymentReducer.js +46 -0
  1172. package/lib/esm/entity/cardPayment/cardPaymentSelector.js +9 -0
  1173. package/lib/esm/entity/cardPayment/cardPaymentState.js +1 -0
  1174. package/lib/esm/entity/cardPolicy/cardPolicyPayload.js +130 -0
  1175. package/lib/esm/entity/cardPolicy/cardPolicyReducer.js +174 -0
  1176. package/lib/esm/entity/cardPolicy/cardPolicySelector.js +75 -0
  1177. package/lib/esm/entity/cardPolicy/cardPolicyState.js +9 -0
  1178. package/lib/esm/entity/cardPolicy/extractPolicyDocumentEpic.js +64 -0
  1179. package/lib/esm/entity/cardPolicy/fetchCardPolicyVendorOptionsEpic.js +43 -0
  1180. package/lib/esm/entity/cardPolicy/policyDocumentExtractionToRecommendationBridgeEpic.js +35 -0
  1181. package/lib/esm/entity/cardPolicy/policyRecommendationFromUploadEpic.js +101 -0
  1182. package/lib/esm/entity/chargeCard/chargeCard.js +56 -0
  1183. package/lib/esm/entity/chargeCard/chargeCardPayload.js +99 -0
  1184. package/lib/esm/entity/chargeCard/chargeCardReducer.js +83 -0
  1185. package/lib/esm/entity/chargeCard/chargeCardSelector.js +13 -0
  1186. package/lib/esm/entity/chargeCardRepayment/chargeCardRepayment.js +12 -0
  1187. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentPayload.js +30 -0
  1188. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentReducer.js +40 -0
  1189. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentSelector.js +10 -0
  1190. package/lib/esm/entity/chargeCardTransaction/chargeCardTransaction.js +15 -0
  1191. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionPayload.js +64 -0
  1192. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionReducer.js +90 -0
  1193. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionSelector.js +10 -0
  1194. package/lib/esm/entity/class/classPayload.js +100 -0
  1195. package/lib/esm/entity/class/classReducer.js +89 -0
  1196. package/lib/esm/entity/class/classSelector.js +100 -0
  1197. package/lib/esm/entity/class/classSelectorTypes.js +1 -0
  1198. package/lib/esm/entity/class/classSelectorV2.js +131 -0
  1199. package/lib/esm/entity/class/classState.js +11 -0
  1200. package/lib/esm/entity/company/cardsVisibilityHelpers.js +9 -0
  1201. package/lib/esm/entity/company/companyHelper.js +33 -0
  1202. package/lib/esm/entity/company/companyPayload.js +457 -0
  1203. package/lib/esm/entity/company/companyReducer.js +208 -0
  1204. package/lib/esm/entity/company/companySelector.js +92 -0
  1205. package/lib/esm/entity/company/companyState.js +1 -0
  1206. package/lib/esm/entity/company/companyStateTypes.js +26 -0
  1207. package/lib/esm/entity/companyHealthMetric/companyHealthMetricPayload.js +86 -0
  1208. package/lib/esm/entity/companyHealthMetric/companyHealthMetricReducer.js +32 -0
  1209. package/lib/esm/entity/companyHealthMetric/companyHealthMetricSelector.js +10 -0
  1210. package/lib/esm/entity/companyHealthMetric/companyHealthMetricState.js +1 -0
  1211. package/lib/esm/entity/connectedAccount/connectedAccount.js +5 -0
  1212. package/lib/esm/entity/connectedAccount/connectedAccountPayload.js +11 -0
  1213. package/lib/esm/entity/connectedAccount/connectedAccountReducer.js +26 -0
  1214. package/lib/esm/entity/connectedAccount/connectedAccountSelector.js +10 -0
  1215. package/lib/esm/entity/countryList/countryListReducer.js +31 -0
  1216. package/lib/esm/entity/countryList/countryListSelector.js +6 -0
  1217. package/lib/esm/entity/countryList/countryListState.js +1 -0
  1218. package/lib/esm/entity/countryList/payloads/countryListPayload.js +6 -0
  1219. package/lib/esm/entity/countryList/payloads/nationalityCountryListPayload.js +1 -0
  1220. package/lib/esm/entity/creditAgent/creditAgentPayload.js +36 -0
  1221. package/lib/esm/entity/creditAgent/creditAgentReducer.js +36 -0
  1222. package/lib/esm/entity/creditAgent/creditAgentSelector.js +6 -0
  1223. package/lib/esm/entity/creditAgent/creditAgentState.js +13 -0
  1224. package/lib/esm/entity/currency/currency.js +1 -0
  1225. package/lib/esm/entity/currency/currencyPayload.js +9 -0
  1226. package/lib/esm/entity/currency/currencyReducer.js +30 -0
  1227. package/lib/esm/entity/currency/currencySelector.js +14 -0
  1228. package/lib/esm/entity/customer/customerPayload.js +105 -0
  1229. package/lib/esm/entity/customer/customerReducer.js +43 -0
  1230. package/lib/esm/entity/customer/customerSelector.js +3 -0
  1231. package/lib/esm/entity/customer/customerState.js +1 -0
  1232. package/lib/esm/entity/customerIncome/customerIncomeTrend.js +86 -0
  1233. package/lib/esm/entity/customerIncome/customerIncomeTrendKey.js +2 -0
  1234. package/lib/esm/entity/customerIncome/customerIncomeTrendReducer.js +53 -0
  1235. package/lib/esm/entity/customerIncome/customerIncomeTrendSelector.js +17 -0
  1236. package/lib/esm/entity/customerIncome/customerIncomeTrendState.js +1 -0
  1237. package/lib/esm/entity/customerSatisfaction/customerSatisfactionPayload.js +1 -0
  1238. package/lib/esm/entity/customerSatisfaction/customerSatisfactionReducer.js +24 -0
  1239. package/lib/esm/entity/customerSatisfaction/customerSatisfactionReducerHelpers.js +34 -0
  1240. package/lib/esm/entity/customerSatisfaction/customerSatisfactionSelector.js +36 -0
  1241. package/lib/esm/entity/customerSatisfaction/customerSatisfactionSelectorReducerTypes.js +1 -0
  1242. package/lib/esm/entity/customerSatisfaction/customerSatisfactionState.js +29 -0
  1243. package/lib/esm/entity/depositAccount/depositAccount.js +12 -0
  1244. package/lib/esm/entity/depositAccount/depositAccountPayload.js +62 -0
  1245. package/lib/esm/entity/depositAccount/depositAccountReducer.js +36 -0
  1246. package/lib/esm/entity/depositAccount/depositAccountSelector.js +18 -0
  1247. package/lib/esm/entity/depositAccountTransaction/depositAccountTransaction.js +34 -0
  1248. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionPayload.js +26 -0
  1249. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionReducer.js +28 -0
  1250. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionSelector.js +10 -0
  1251. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusPayload.js +68 -0
  1252. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusReducer.js +26 -0
  1253. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusSelector.js +9 -0
  1254. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusState.js +29 -0
  1255. package/lib/esm/entity/file/filePayload.js +1 -0
  1256. package/lib/esm/entity/file/fileReducer.js +100 -0
  1257. package/lib/esm/entity/file/fileSelector.js +27 -0
  1258. package/lib/esm/entity/file/fileState.js +106 -0
  1259. package/lib/esm/entity/forecast/forecastPayload.js +17 -0
  1260. package/lib/esm/entity/forecast/forecastReducer.js +29 -0
  1261. package/lib/esm/entity/forecast/forecastSelector.js +9 -0
  1262. package/lib/esm/entity/forecast/forecastState.js +2 -0
  1263. package/lib/esm/entity/genericEntity/entity.js +5 -0
  1264. package/lib/esm/entity/genericEntity/entityPayload.js +16 -0
  1265. package/lib/esm/entity/genericEntity/entityReducer.js +35 -0
  1266. package/lib/esm/entity/genericEntity/entitySelector.js +5 -0
  1267. package/lib/esm/entity/genericEntity/entityState.js +1 -0
  1268. package/lib/esm/entity/globalMerchant/globalMerchantPayload.js +112 -0
  1269. package/lib/esm/entity/globalMerchant/globalMerchantReducer.js +86 -0
  1270. package/lib/esm/entity/globalMerchant/globalMerchantSelector.js +18 -0
  1271. package/lib/esm/entity/globalMerchant/globalMerchantState.js +3 -0
  1272. package/lib/esm/entity/insights/insightPayload.js +1 -0
  1273. package/lib/esm/entity/insights/insightReducer.js +58 -0
  1274. package/lib/esm/entity/insights/insightSelector.js +5 -0
  1275. package/lib/esm/entity/insights/insightState.js +15 -0
  1276. package/lib/esm/entity/insights/insightSummary.js +1 -0
  1277. package/lib/esm/entity/insights/insightSummaryPayload.js +9 -0
  1278. package/lib/esm/entity/invoicing/coupon/couponPayload.js +36 -0
  1279. package/lib/esm/entity/invoicing/coupon/couponReducer.js +43 -0
  1280. package/lib/esm/entity/invoicing/coupon/couponSelector.js +9 -0
  1281. package/lib/esm/entity/invoicing/coupon/couponState.js +1 -0
  1282. package/lib/esm/entity/invoicing/coupon/couponTypes.js +1 -0
  1283. package/lib/esm/entity/invoicing/creditNote/creditNotePayload.js +55 -0
  1284. package/lib/esm/entity/invoicing/creditNote/creditNoteReducer.js +45 -0
  1285. package/lib/esm/entity/invoicing/creditNote/creditNoteSelector.js +10 -0
  1286. package/lib/esm/entity/invoicing/creditNote/creditNoteState.js +1 -0
  1287. package/lib/esm/entity/invoicing/creditNote/creditNoteTypes.js +1 -0
  1288. package/lib/esm/entity/invoicing/dunningCase/dunningCasePayload.js +32 -0
  1289. package/lib/esm/entity/invoicing/dunningCase/dunningCaseReducer.js +45 -0
  1290. package/lib/esm/entity/invoicing/dunningCase/dunningCaseSelector.js +10 -0
  1291. package/lib/esm/entity/invoicing/dunningCase/dunningCaseState.js +1 -0
  1292. package/lib/esm/entity/invoicing/dunningCase/dunningCaseTypes.js +1 -0
  1293. package/lib/esm/entity/invoicing/invoice/invoicePayload.js +145 -0
  1294. package/lib/esm/entity/invoicing/invoice/invoiceReducer.js +45 -0
  1295. package/lib/esm/entity/invoicing/invoice/invoiceSelector.js +9 -0
  1296. package/lib/esm/entity/invoicing/invoice/invoiceState.js +1 -0
  1297. package/lib/esm/entity/invoicing/invoice/invoiceTypes.js +1 -0
  1298. package/lib/esm/entity/invoicing/invoicingCommonPayload.js +284 -0
  1299. package/lib/esm/entity/invoicing/invoicingCommonState.js +1 -0
  1300. package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerPayload.js +95 -0
  1301. package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerReducer.js +43 -0
  1302. package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerSelector.js +57 -0
  1303. package/lib/esm/entity/invoicing/invoicingCustomer/invoicingCustomerState.js +1 -0
  1304. package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionPayload.js +110 -0
  1305. package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionReducer.js +45 -0
  1306. package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionSelector.js +10 -0
  1307. package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionState.js +1 -0
  1308. package/lib/esm/entity/invoicing/invoicingSubscription/invoicingSubscriptionTypes.js +1 -0
  1309. package/lib/esm/entity/invoicing/invoicingTransaction/invoicingTransactionPayload.js +58 -0
  1310. package/lib/esm/entity/invoicing/invoicingTransaction/invoicingTransactionReducer.js +45 -0
  1311. package/lib/esm/entity/invoicing/invoicingTransaction/invoicingTransactionSelector.js +10 -0
  1312. package/lib/esm/entity/invoicing/invoicingTransaction/invoicingTransactionState.js +1 -0
  1313. package/lib/esm/entity/invoicing/invoicingTransaction/invoicingTransactionTypes.js +1 -0
  1314. package/lib/esm/entity/invoicing/plan/planPayload.js +47 -0
  1315. package/lib/esm/entity/invoicing/plan/planReducer.js +68 -0
  1316. package/lib/esm/entity/invoicing/plan/planSelector.js +10 -0
  1317. package/lib/esm/entity/invoicing/plan/planState.js +1 -0
  1318. package/lib/esm/entity/invoicing/product/productPayload.js +86 -0
  1319. package/lib/esm/entity/invoicing/product/productReducer.js +43 -0
  1320. package/lib/esm/entity/invoicing/product/productSelector.js +10 -0
  1321. package/lib/esm/entity/invoicing/product/productState.js +1 -0
  1322. package/lib/esm/entity/jeSchedules/jeScheduleHelper.js +9 -0
  1323. package/lib/esm/entity/jeSchedules/jeSchedulesPayload.js +562 -0
  1324. package/lib/esm/entity/jeSchedules/jeSchedulesReducer.js +243 -0
  1325. package/lib/esm/entity/jeSchedules/jeSchedulesSelector.js +169 -0
  1326. package/lib/esm/entity/jeSchedules/jeSchedulesState.js +1 -0
  1327. package/lib/esm/entity/jeSchedules/jeSchedulesTypes.js +122 -0
  1328. package/lib/esm/entity/jeSchedules/updateAccruedJESchedulesEpic.js +37 -0
  1329. package/lib/esm/entity/jeSchedules/updateJESchedulesEpic.js +64 -0
  1330. package/lib/esm/entity/merchant/merchant.js +1 -0
  1331. package/lib/esm/entity/merchant/merchantPayload.js +24 -0
  1332. package/lib/esm/entity/merchant/merchantReducer.js +37 -0
  1333. package/lib/esm/entity/merchant/merchantSelector.js +10 -0
  1334. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksPayload.js +87 -0
  1335. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksReducer.js +27 -0
  1336. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksSelector.js +26 -0
  1337. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksState.js +6 -0
  1338. package/lib/esm/entity/notification/notificationPayload.js +140 -0
  1339. package/lib/esm/entity/notification/notificationReducer.js +113 -0
  1340. package/lib/esm/entity/notification/notificationSelector.js +31 -0
  1341. package/lib/esm/entity/notification/notificationState.js +1 -0
  1342. package/lib/esm/entity/notification/types/notificationSelectorTypes.js +1 -0
  1343. package/lib/esm/entity/notification/types/notificationStateTypes.js +1 -0
  1344. package/lib/esm/entity/notification/types/notificationTypes.js +39 -0
  1345. package/lib/esm/entity/notificationRegistry/notificationRegistryPayload.js +27 -0
  1346. package/lib/esm/entity/notificationRegistry/notificationRegistryReducer.js +49 -0
  1347. package/lib/esm/entity/notificationRegistry/notificationRegistrySelector.js +6 -0
  1348. package/lib/esm/entity/notificationRegistry/notificationRegistryState.js +5 -0
  1349. package/lib/esm/entity/onboardingCustomer/onboardingCustomerPayload.js +23 -0
  1350. package/lib/esm/entity/onboardingCustomer/onboardingCustomerReducer.js +28 -0
  1351. package/lib/esm/entity/onboardingCustomer/onboardingCustomerSelector.js +10 -0
  1352. package/lib/esm/entity/onboardingCustomer/onboardingCustomerState.js +1 -0
  1353. package/lib/esm/entity/paymentAccount/paymentAccountPayload.js +53 -0
  1354. package/lib/esm/entity/paymentAccount/paymentAccountReducer.js +37 -0
  1355. package/lib/esm/entity/paymentAccount/paymentAccountSelector.js +29 -0
  1356. package/lib/esm/entity/paymentAccount/paymentAccountState.js +6 -0
  1357. package/lib/esm/entity/paymentInstrument/paymentInstrument.js +1 -0
  1358. package/lib/esm/entity/paymentInstrument/paymentInstrumentPayload.js +17 -0
  1359. package/lib/esm/entity/paymentInstrument/paymentInstrumentReducer.js +33 -0
  1360. package/lib/esm/entity/paymentInstrument/paymentInstrumentSelector.js +10 -0
  1361. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryPayload.js +1 -0
  1362. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryReducer.js +75 -0
  1363. package/lib/esm/entity/portfolio/accountingSummary/accountingSummarySelector.js +11 -0
  1364. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryState.js +1 -0
  1365. package/lib/esm/entity/project/projectPayload.js +38 -0
  1366. package/lib/esm/entity/project/projectReducer.js +30 -0
  1367. package/lib/esm/entity/project/projectSelector.js +8 -0
  1368. package/lib/esm/entity/project/projectState.js +1 -0
  1369. package/lib/esm/entity/reimbursement/reimbursementPayload.js +199 -0
  1370. package/lib/esm/entity/reimbursement/reimbursementReducer.js +68 -0
  1371. package/lib/esm/entity/reimbursement/reimbursementState.js +1 -0
  1372. package/lib/esm/entity/reimbursement/reimbursementTypes.js +3 -0
  1373. package/lib/esm/entity/sectionAccountsView/getNestedAccountIDHierarchyForSection.js +59 -0
  1374. package/lib/esm/entity/sectionAccountsView/sectionAccountsView.js +3 -0
  1375. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewEpic.js +52 -0
  1376. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewHelper.js +11 -0
  1377. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewReducer.js +100 -0
  1378. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewSelector.js +75 -0
  1379. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewState.js +1 -0
  1380. package/lib/esm/entity/sectionClassesViewV2/sectionClassesView.js +3 -0
  1381. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewEpic.js +55 -0
  1382. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewHelper.js +10 -0
  1383. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewReducer.js +54 -0
  1384. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewSelector.js +47 -0
  1385. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewSelectorTypes.js +1 -0
  1386. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewState.js +1 -0
  1387. package/lib/esm/entity/sectionClassesViewV2/selectorHelpers/getNestedClassIDHierarchyForSection.js +56 -0
  1388. package/lib/esm/entity/sectionProjectView/sectionProjectView.js +3 -0
  1389. package/lib/esm/entity/sectionProjectView/sectionProjectViewEpic.js +56 -0
  1390. package/lib/esm/entity/sectionProjectView/sectionProjectViewHelper.js +11 -0
  1391. package/lib/esm/entity/sectionProjectView/sectionProjectViewReducer.js +64 -0
  1392. package/lib/esm/entity/sectionProjectView/sectionProjectViewSelector.js +50 -0
  1393. package/lib/esm/entity/sectionProjectView/sectionProjectViewSelectorTypes.js +1 -0
  1394. package/lib/esm/entity/sectionProjectView/sectionProjectViewState.js +1 -0
  1395. package/lib/esm/entity/snackbar/snackbarApiError.js +11 -0
  1396. package/lib/esm/entity/snackbar/snackbarReducer.js +38 -0
  1397. package/lib/esm/entity/snackbar/snackbarSelector.js +9 -0
  1398. package/lib/esm/entity/snackbar/snackbarState.js +1 -0
  1399. package/lib/esm/entity/snackbar/snackbarTypes.js +275 -0
  1400. package/lib/esm/entity/subscription/subscription/subscriptionPayload.js +1 -0
  1401. package/lib/esm/entity/subscription/subscription/subscriptionReducer.js +79 -0
  1402. package/lib/esm/entity/subscription/subscription/subscriptionSelector.js +19 -0
  1403. package/lib/esm/entity/subscription/subscription/subscriptionState.js +1 -0
  1404. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnPayload.js +1 -0
  1405. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnReducer.js +61 -0
  1406. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnSelector.js +19 -0
  1407. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnState.js +1 -0
  1408. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponPayload.js +1 -0
  1409. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponReducer.js +55 -0
  1410. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponSelector.js +19 -0
  1411. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponState.js +1 -0
  1412. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanPayload.js +1 -0
  1413. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanReducer.js +65 -0
  1414. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanSelector.js +19 -0
  1415. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanState.js +1 -0
  1416. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryPayload.js +1 -0
  1417. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryReducer.js +72 -0
  1418. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummarySelector.js +31 -0
  1419. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryState.js +1 -0
  1420. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountPayload.js +18 -0
  1421. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer.js +27 -0
  1422. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountSelector.js +10 -0
  1423. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountState.js +1 -0
  1424. package/lib/esm/entity/tag/tagPayload.js +8 -0
  1425. package/lib/esm/entity/tag/tagReducer.js +45 -0
  1426. package/lib/esm/entity/tag/tagSelector.js +10 -0
  1427. package/lib/esm/entity/tag/tagState.js +1 -0
  1428. package/lib/esm/entity/task/taskPayload.js +77 -0
  1429. package/lib/esm/entity/task/taskReducer.js +57 -0
  1430. package/lib/esm/entity/task/taskSelector.js +10 -0
  1431. package/lib/esm/entity/task/taskState.js +23 -0
  1432. package/lib/esm/entity/taskGroup/taskGroupPayload.js +10 -0
  1433. package/lib/esm/entity/taskGroup/taskGroupReducer.js +32 -0
  1434. package/lib/esm/entity/taskGroup/taskGroupSelector.js +10 -0
  1435. package/lib/esm/entity/taskGroup/taskGroupState.js +1 -0
  1436. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplatePayload.js +1 -0
  1437. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateReducer.js +31 -0
  1438. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateSelector.js +10 -0
  1439. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateState.js +1 -0
  1440. package/lib/esm/entity/taskSummary/taskSummaryPayload.js +1 -0
  1441. package/lib/esm/entity/taskSummary/taskSummaryReducer.js +31 -0
  1442. package/lib/esm/entity/taskSummary/taskSummarySelector.js +10 -0
  1443. package/lib/esm/entity/taskSummary/taskSummaryState.js +1 -0
  1444. package/lib/esm/entity/tenant/SessionManager.js +336 -0
  1445. package/lib/esm/entity/tenant/epic/deleteConnectionEpic.js +25 -0
  1446. package/lib/esm/entity/tenant/epic/doMagicLinkSignInEpic.js +42 -0
  1447. package/lib/esm/entity/tenant/epic/fetchActiveTenantEpic.js +44 -0
  1448. package/lib/esm/entity/tenant/epic/fetchAllTenantsEpic.js +95 -0
  1449. package/lib/esm/entity/tenant/epic/fetchExcludedResourcesEpic.js +15 -0
  1450. package/lib/esm/entity/tenant/epic/fetchExternalConnectionsEpic.js +15 -0
  1451. package/lib/esm/entity/tenant/epic/fetchSubscriptionSummaryForTenantEpic.js +12 -0
  1452. package/lib/esm/entity/tenant/epic/initEmailConnectOAuthEpic.js +55 -0
  1453. package/lib/esm/entity/tenant/epic/resendVerifyDeviceOTPEpic.js +35 -0
  1454. package/lib/esm/entity/tenant/epic/saveAPIKeyConnectionEpic.js +31 -0
  1455. package/lib/esm/entity/tenant/epic/saveConnectorCredentialsEpic.js +38 -0
  1456. package/lib/esm/entity/tenant/epic/saveExternalConnectionEpic.js +76 -0
  1457. package/lib/esm/entity/tenant/epic/saveOAuthConnectionEpic.js +33 -0
  1458. package/lib/esm/entity/tenant/epic/sendEmailMagicLinkToUserEpic.js +60 -0
  1459. package/lib/esm/entity/tenant/epic/sessionHeartbeatEpic.js +21 -0
  1460. package/lib/esm/entity/tenant/epic/signInUserEpic.js +30 -0
  1461. package/lib/esm/entity/tenant/epic/signOutUserEpic.js +17 -0
  1462. package/lib/esm/entity/tenant/epic/verifyDeviceWithTwoFAEpic.js +38 -0
  1463. package/lib/esm/entity/tenant/sessionTypes.js +9 -0
  1464. package/lib/esm/entity/tenant/tenantPayload.js +1 -0
  1465. package/lib/esm/entity/tenant/tenantReducer.js +1144 -0
  1466. package/lib/esm/entity/tenant/tenantSelector.js +319 -0
  1467. package/lib/esm/entity/tenant/tenantState.js +1 -0
  1468. package/lib/esm/entity/tenant/tenantTypes.js +11 -0
  1469. package/lib/esm/entity/toastNotification/epic/pushToastNotificationEpic.js +37 -0
  1470. package/lib/esm/entity/toastNotification/toastNotificationConstants.js +4 -0
  1471. package/lib/esm/entity/toastNotification/toastNotificationPayload.js +41 -0
  1472. package/lib/esm/entity/toastNotification/toastNotificationReducer.js +43 -0
  1473. package/lib/esm/entity/toastNotification/toastNotificationSelector.js +5 -0
  1474. package/lib/esm/entity/toastNotification/toastNotificationState.js +74 -0
  1475. package/lib/esm/entity/transaction/payloadTypes/attachmentPayload.js +24 -0
  1476. package/lib/esm/entity/transaction/payloadTypes/customerTransactionPayload.js +29 -0
  1477. package/lib/esm/entity/transaction/payloadTypes/otherTransactionPayload.js +50 -0
  1478. package/lib/esm/entity/transaction/payloadTypes/reconciliationTransactionPayloads.js +76 -0
  1479. package/lib/esm/entity/transaction/payloadTypes/scheduleTransactionPayload.js +36 -0
  1480. package/lib/esm/entity/transaction/payloadTypes/transactionIDPayload.js +9 -0
  1481. package/lib/esm/entity/transaction/payloadTypes/transactionLinePayload.js +211 -0
  1482. package/lib/esm/entity/transaction/payloadTypes/transactionPayload.js +348 -0
  1483. package/lib/esm/entity/transaction/payloadTypes/vendorTransactionPayload.js +58 -0
  1484. package/lib/esm/entity/transaction/stateTypes/attachment.js +38 -0
  1485. package/lib/esm/entity/transaction/stateTypes/customerTransaction.js +2 -0
  1486. package/lib/esm/entity/transaction/stateTypes/otherTransaction.js +4 -0
  1487. package/lib/esm/entity/transaction/stateTypes/paymentType.js +5 -0
  1488. package/lib/esm/entity/transaction/stateTypes/reconciliationTransaction.js +5 -0
  1489. package/lib/esm/entity/transaction/stateTypes/scheduleTransaction.js +1 -0
  1490. package/lib/esm/entity/transaction/stateTypes/transaction.js +1 -0
  1491. package/lib/esm/entity/transaction/stateTypes/transactionID.js +1 -0
  1492. package/lib/esm/entity/transaction/stateTypes/transactionLine.js +26 -0
  1493. package/lib/esm/entity/transaction/stateTypes/transactionType.js +61 -0
  1494. package/lib/esm/entity/transaction/stateTypes/vendorTransaction.js +5 -0
  1495. package/lib/esm/entity/transaction/toSupportedTransaction.js +24 -0
  1496. package/lib/esm/entity/transaction/transactionHelper.js +157 -0
  1497. package/lib/esm/entity/transaction/transactionReducer.js +184 -0
  1498. package/lib/esm/entity/transaction/transactionSelector.js +23 -0
  1499. package/lib/esm/entity/transaction/transactionState.js +1 -0
  1500. package/lib/esm/entity/transactionActivityLog/transactionActivityLogPayload.js +53 -0
  1501. package/lib/esm/entity/transactionActivityLog/transactionActivityLogReducer.js +26 -0
  1502. package/lib/esm/entity/transactionActivityLog/transactionActivityLogSelector.js +10 -0
  1503. package/lib/esm/entity/transactionActivityLog/transactionActivityLogState.js +16 -0
  1504. package/lib/esm/entity/user/userPayload.js +1 -0
  1505. package/lib/esm/entity/user/userReducer.js +81 -0
  1506. package/lib/esm/entity/user/userSelector.js +39 -0
  1507. package/lib/esm/entity/user/userState.js +1 -0
  1508. package/lib/esm/entity/userGroups/userGroupsPayload.js +7 -0
  1509. package/lib/esm/entity/userGroups/userGroupsReducer.js +28 -0
  1510. package/lib/esm/entity/userGroups/userGroupsSelector.js +8 -0
  1511. package/lib/esm/entity/userGroups/userGroupsState.js +1 -0
  1512. package/lib/esm/entity/userRole/userRolePayload.js +101 -0
  1513. package/lib/esm/entity/userRole/userRoleReducer.js +102 -0
  1514. package/lib/esm/entity/userRole/userRoleSelector.js +9 -0
  1515. package/lib/esm/entity/userRole/userRoleState.js +4 -0
  1516. package/lib/esm/entity/userRole/userRoleTenantAccess.js +90 -0
  1517. package/lib/esm/entity/userRole/userRoleType.js +413 -0
  1518. package/lib/esm/entity/vendor/__mocks__/vendorMock.js +308 -0
  1519. package/lib/esm/entity/vendor/__mocks__/vendorStateMocks.js +412 -0
  1520. package/lib/esm/entity/vendor/vendorPayload.js +116 -0
  1521. package/lib/esm/entity/vendor/vendorReducer.js +69 -0
  1522. package/lib/esm/entity/vendor/vendorSelector.js +19 -0
  1523. package/lib/esm/entity/vendor/vendorState.js +7 -0
  1524. package/lib/esm/entity/vendor/vendorType.js +5 -0
  1525. package/lib/esm/entity/vendorExpense/vendorExpenseReducer.js +77 -0
  1526. package/lib/esm/entity/vendorExpense/vendorExpenseSelector.js +14 -0
  1527. package/lib/esm/entity/vendorExpense/vendorExpenseState.js +1 -0
  1528. package/lib/esm/entity/vendorExpense/vendorExpenseTrend.js +133 -0
  1529. package/lib/esm/entity/vendorExpense/vendorExpenseTrendKey.js +2 -0
  1530. package/lib/esm/entity/vendorExpense/vendorSpendTrendFilterTabType.js +15 -0
  1531. package/lib/esm/epic.js +1562 -0
  1532. package/lib/esm/epicManager.js +23 -0
  1533. package/lib/esm/externalAPI.js +1 -0
  1534. package/lib/esm/index.js +869 -0
  1535. package/lib/esm/init.js +88 -0
  1536. package/lib/esm/pusherClient.js +114 -0
  1537. package/lib/esm/reducer.js +851 -0
  1538. package/lib/esm/responsePayload.js +1 -0
  1539. package/lib/esm/rootActions.js +18 -0
  1540. package/lib/esm/rootStateTypes.js +1 -0
  1541. package/lib/esm/view/accountList/accountListPayload.js +1 -0
  1542. package/lib/esm/view/accountList/accountListReducer.js +105 -0
  1543. package/lib/esm/view/accountList/accountListSelector.js +74 -0
  1544. package/lib/esm/view/accountList/accountListState.js +1 -0
  1545. package/lib/esm/view/accountList/fetchAccountListEpic.js +51 -0
  1546. package/lib/esm/view/accountMappingView/__mocks__/accountMappingSelectorMock.js +4650 -0
  1547. package/lib/esm/view/accountMappingView/accountMappingPayload.js +156 -0
  1548. package/lib/esm/view/accountMappingView/accountMappingReducer.js +332 -0
  1549. package/lib/esm/view/accountMappingView/accountMappingState.js +1 -0
  1550. package/lib/esm/view/accountMappingView/accountMappingTypeHelper.js +1 -0
  1551. package/lib/esm/view/accountMappingView/accountMappingViewSelector.js +127 -0
  1552. package/lib/esm/view/accountMappingView/accountTypeRecommendation/accountTypeRecommendationPayload.js +63 -0
  1553. package/lib/esm/view/accountMappingView/accountTypeRecommendation/fetchRecommendationForAccountTypeEpic.js +23 -0
  1554. package/lib/esm/view/accountMappingView/fetchAccountListForAccountTypesEpic.js +37 -0
  1555. package/lib/esm/view/accountMappingView/initializeAccountMappingViewEpic.js +11 -0
  1556. package/lib/esm/view/accountMappingView/saveAccountMappingViewEpic.js +48 -0
  1557. package/lib/esm/view/addressView/__mocks__/addressViewMocks.js +203 -0
  1558. package/lib/esm/view/addressView/__mocks__/json/createAddressResponse.json +23 -0
  1559. package/lib/esm/view/addressView/__mocks__/json/createCompanyAddressSuccess.json +258 -0
  1560. package/lib/esm/view/addressView/__mocks__/json/createCompanyUserAddressSuccess.json +418 -0
  1561. package/lib/esm/view/addressView/__mocks__/json/fetchAddressResponse.json +24 -0
  1562. package/lib/esm/view/addressView/__mocks__/json/updateAddressResponse.json +24 -0
  1563. package/lib/esm/view/addressView/addressViewPayload.js +19 -0
  1564. package/lib/esm/view/addressView/addressViewReducer.js +189 -0
  1565. package/lib/esm/view/addressView/addressViewSelector.js +28 -0
  1566. package/lib/esm/view/addressView/addressViewState.js +1 -0
  1567. package/lib/esm/view/addressView/epic/createAddressEpic.js +41 -0
  1568. package/lib/esm/view/addressView/epic/createCompanyAddressEpic.js +44 -0
  1569. package/lib/esm/view/addressView/epic/createCompanyUserAddressEpic.js +53 -0
  1570. package/lib/esm/view/addressView/epic/fetchAddressEpic.js +29 -0
  1571. package/lib/esm/view/addressView/epic/saveNewAddressEpic.js +29 -0
  1572. package/lib/esm/view/addressView/epic/updateAddressEpic.js +25 -0
  1573. package/lib/esm/view/addressView/toAddressViewLocalData.js +32 -0
  1574. package/lib/esm/view/aiAccountantView/aiAccountantViewPayload.js +2 -0
  1575. package/lib/esm/view/aiAccountantView/aiAccountantViewReducer.js +153 -0
  1576. package/lib/esm/view/aiAccountantView/aiAccountantViewSelector.js +77 -0
  1577. package/lib/esm/view/aiAccountantView/aiAccountantViewState.js +11 -0
  1578. package/lib/esm/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.js +46 -0
  1579. package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.js +24 -0
  1580. package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.js +44 -0
  1581. package/lib/esm/view/aiAccountantView/epics/triggerAiAccountantJobEpic.js +79 -0
  1582. package/lib/esm/view/aiAgentPerformance/aggregatedReportEpic.js +25 -0
  1583. package/lib/esm/view/aiAgentPerformance/aggregatedReportPayload.js +1 -0
  1584. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewReducer.js +161 -0
  1585. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewSelector.js +8 -0
  1586. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewState.js +41 -0
  1587. package/lib/esm/view/aiAgentPerformance/performanceHelper.js +48 -0
  1588. package/lib/esm/view/aiCfoView/aiCfoViewPayload.js +1 -0
  1589. package/lib/esm/view/aiCfoView/aiCfoViewReducer.js +1187 -0
  1590. package/lib/esm/view/aiCfoView/aiCfoViewSelector.js +135 -0
  1591. package/lib/esm/view/aiCfoView/aiCfoViewState.js +1 -0
  1592. package/lib/esm/view/aiCfoView/epics/acceptMasterTOSEpic.js +24 -0
  1593. package/lib/esm/view/aiCfoView/epics/createSessionAndSubmitEpic.js +147 -0
  1594. package/lib/esm/view/aiCfoView/epics/createSessionEpic.js +34 -0
  1595. package/lib/esm/view/aiCfoView/epics/deleteChatSessionEpic.js +55 -0
  1596. package/lib/esm/view/aiCfoView/epics/deleteRoutineEpic.js +35 -0
  1597. package/lib/esm/view/aiCfoView/epics/deleteSkillEpic.js +23 -0
  1598. package/lib/esm/view/aiCfoView/epics/fetchChatHistoryEpic.js +43 -0
  1599. package/lib/esm/view/aiCfoView/epics/fetchChatSessionsForUserEpic.js +31 -0
  1600. package/lib/esm/view/aiCfoView/epics/fetchRoutineRunsEpic.js +35 -0
  1601. package/lib/esm/view/aiCfoView/epics/fetchRoutinesEpic.js +37 -0
  1602. package/lib/esm/view/aiCfoView/epics/fetchSkillDetailEpic.js +35 -0
  1603. package/lib/esm/view/aiCfoView/epics/fetchSkillVersionBodyEpic.js +45 -0
  1604. package/lib/esm/view/aiCfoView/epics/fetchSkillVersionsEpic.js +37 -0
  1605. package/lib/esm/view/aiCfoView/epics/fetchSkillsEpic.js +64 -0
  1606. package/lib/esm/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +39 -0
  1607. package/lib/esm/view/aiCfoView/epics/runRoutineEpic.js +34 -0
  1608. package/lib/esm/view/aiCfoView/epics/saveRoutineEpic.js +65 -0
  1609. package/lib/esm/view/aiCfoView/epics/saveSkillEpic.js +72 -0
  1610. package/lib/esm/view/aiCfoView/epics/setRoutineEnabledEpic.js +28 -0
  1611. package/lib/esm/view/aiCfoView/epics/setSkillVisibilityEpic.js +32 -0
  1612. package/lib/esm/view/aiCfoView/epics/stopSubmitEpic.js +51 -0
  1613. package/lib/esm/view/aiCfoView/epics/stopSubmitQuestionEpic.js +37 -0
  1614. package/lib/esm/view/aiCfoView/epics/submitFeedbackEpic.js +39 -0
  1615. package/lib/esm/view/aiCfoView/epics/submitQuestionEpic.js +65 -0
  1616. package/lib/esm/view/aiCfoView/epics/toRoutine.js +64 -0
  1617. package/lib/esm/view/aiCfoView/epics/toRoutineRun.js +42 -0
  1618. package/lib/esm/view/aiCfoView/epics/toSkillDetail.js +102 -0
  1619. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailPayload.js +42 -0
  1620. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailReducer.js +98 -0
  1621. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailSelector.js +76 -0
  1622. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailState.js +1 -0
  1623. package/lib/esm/view/apAgingView/apAgingDetail/fetchApAgingDetailEpic.js +33 -0
  1624. package/lib/esm/view/apAgingView/apAgingReport/apAgingPayload.js +42 -0
  1625. package/lib/esm/view/apAgingView/apAgingReport/apAgingReducer.js +125 -0
  1626. package/lib/esm/view/apAgingView/apAgingReport/apAgingSelector.js +64 -0
  1627. package/lib/esm/view/apAgingView/apAgingReport/apAgingState.js +1 -0
  1628. package/lib/esm/view/apAgingView/apAgingReport/fetchApAgingEpic.js +43 -0
  1629. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailPayload.js +42 -0
  1630. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailReducer.js +98 -0
  1631. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailSelector.js +53 -0
  1632. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailState.js +1 -0
  1633. package/lib/esm/view/arAgingView/arAgingDetail/fetchArAgingDetailEpic.js +33 -0
  1634. package/lib/esm/view/arAgingView/arAgingReport/arAgingPayload.js +49 -0
  1635. package/lib/esm/view/arAgingView/arAgingReport/arAgingReducer.js +137 -0
  1636. package/lib/esm/view/arAgingView/arAgingReport/arAgingSelector.js +93 -0
  1637. package/lib/esm/view/arAgingView/arAgingReport/arAgingState.js +1 -0
  1638. package/lib/esm/view/arAgingView/arAgingReport/fetchArAgingEpic.js +41 -0
  1639. package/lib/esm/view/auditReportView/auditReportViewHelper.js +94 -0
  1640. package/lib/esm/view/auditReportView/auditReportViewPayload.js +1 -0
  1641. package/lib/esm/view/auditReportView/auditReportViewReducer.js +202 -0
  1642. package/lib/esm/view/auditReportView/auditReportViewSelector.js +43 -0
  1643. package/lib/esm/view/auditReportView/auditReportViewState.js +19 -0
  1644. package/lib/esm/view/auditReportView/epics/fetchAuditReportGroupViewEpic.js +50 -0
  1645. package/lib/esm/view/auditReportView/epics/fetchAuditRuleGroupViewEpic.js +35 -0
  1646. package/lib/esm/view/auditReportView/epics/saveReasonForAuditRuleEpic.js +42 -0
  1647. package/lib/esm/view/authenticationView/authenticationViewPayload.js +1 -0
  1648. package/lib/esm/view/authenticationView/authenticationViewReducer.js +59 -0
  1649. package/lib/esm/view/authenticationView/authenticationViewSelector.js +8 -0
  1650. package/lib/esm/view/authenticationView/authenticationViewState.js +1 -0
  1651. package/lib/esm/view/authenticationView/epics/fetchCollaborationAuthTokenEpic.js +24 -0
  1652. package/lib/esm/view/autoComplete/entityAutoCompletePayload.js +1 -0
  1653. package/lib/esm/view/autoComplete/entityAutoCompleteReducer.js +58 -0
  1654. package/lib/esm/view/autoComplete/entityAutoCompleteSelector.js +22 -0
  1655. package/lib/esm/view/autoComplete/entityAutoCompleteState.js +1 -0
  1656. package/lib/esm/view/autoComplete/fetchEntityAutoCompleteEpic.js +46 -0
  1657. package/lib/esm/view/balanceSheet/balanceSheetEpic.js +31 -0
  1658. package/lib/esm/view/balanceSheet/balanceSheetForTimeframeEpic.js +72 -0
  1659. package/lib/esm/view/balanceSheet/balanceSheetPayload.js +72 -0
  1660. package/lib/esm/view/balanceSheet/balanceSheetReducer.js +111 -0
  1661. package/lib/esm/view/balanceSheet/balanceSheetSelector.js +89 -0
  1662. package/lib/esm/view/balanceSheet/balanceSheetSelectorTypes.js +109 -0
  1663. package/lib/esm/view/balanceSheet/balanceSheetState.js +1 -0
  1664. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewEpic.js +30 -0
  1665. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewPayload.js +1 -0
  1666. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewReducer.js +129 -0
  1667. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewSelector.js +90 -0
  1668. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewSelectorTypes.js +1 -0
  1669. package/lib/esm/view/balanceSheetClassesView/balanceSheetClassesViewState.js +1 -0
  1670. package/lib/esm/view/balanceSheetClassesView/balanceSheetForTimeframeClassesViewEpic.js +61 -0
  1671. package/lib/esm/view/balanceSheetProjectView/balanceSheetForTimeframeProjectViewEpic.js +63 -0
  1672. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewEpic.js +30 -0
  1673. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewPayload.js +1 -0
  1674. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewReducer.js +125 -0
  1675. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewSelector.js +90 -0
  1676. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewSelectorTypes.js +1 -0
  1677. package/lib/esm/view/balanceSheetProjectView/balanceSheetProjectViewState.js +1 -0
  1678. package/lib/esm/view/bankAccountView/bankAccountViewPayload.js +23 -0
  1679. package/lib/esm/view/bankAccountView/bankAccountViewReducer.js +349 -0
  1680. package/lib/esm/view/bankAccountView/bankAccountViewSelector.js +35 -0
  1681. package/lib/esm/view/bankAccountView/bankAccountViewState.js +1 -0
  1682. package/lib/esm/view/bankAccountView/epic/createBankAccountEpic.js +164 -0
  1683. package/lib/esm/view/bankAccountView/epic/createInternationalBankAccountEpic.js +120 -0
  1684. package/lib/esm/view/bankAccountView/epic/createUserBankAccountEpic.js +60 -0
  1685. package/lib/esm/view/bankAccountView/epic/deleteBankAccountEpic.js +55 -0
  1686. package/lib/esm/view/bankAccountView/epic/deleteInternationalBankAccountEpic.js +55 -0
  1687. package/lib/esm/view/bankAccountView/epic/deleteUserBankAccountEpic.js +59 -0
  1688. package/lib/esm/view/bankAccountView/epic/fetchBankCountryNameByIbanEpic.js +41 -0
  1689. package/lib/esm/view/bankAccountView/epic/fetchBankNameByRoutingEpic.js +39 -0
  1690. package/lib/esm/view/bankAccountView/epic/fetchBankNameBySwiftEpic.js +39 -0
  1691. package/lib/esm/view/billPayCard/billPayCardPayload.js +1 -0
  1692. package/lib/esm/view/billPayCard/billPayCardReducer.js +53 -0
  1693. package/lib/esm/view/billPayCard/billPayCardSelector.js +12 -0
  1694. package/lib/esm/view/billPayCard/billPayCardState.js +3 -0
  1695. package/lib/esm/view/billPayCard/fetchBillPayCardEpic.js +47 -0
  1696. package/lib/esm/view/cardBalance/cardBalanceEpic.js +17 -0
  1697. package/lib/esm/view/cardBalance/cardBalancePayload.js +1 -0
  1698. package/lib/esm/view/cardBalance/cardBalanceReducer.js +67 -0
  1699. package/lib/esm/view/cardBalance/cardBalanceSelector.js +15 -0
  1700. package/lib/esm/view/cardBalance/cardBalanceState.js +1 -0
  1701. package/lib/esm/view/cardBalance/statementCloseDayEpic.js +21 -0
  1702. package/lib/esm/view/cardPayment/cardPaymentViewPayload.js +1 -0
  1703. package/lib/esm/view/cardPayment/cardPaymentViewReducer.js +126 -0
  1704. package/lib/esm/view/cardPayment/cardPaymentViewSelector.js +20 -0
  1705. package/lib/esm/view/cardPayment/cardPaymentViewState.js +1 -0
  1706. package/lib/esm/view/cardPayment/cardPaymentViewTypes.js +7 -0
  1707. package/lib/esm/view/cardPayment/epic/addCardPaymentSourceEpic.js +66 -0
  1708. package/lib/esm/view/cardPayment/epic/confirmCardSetupIntentEpic.js +40 -0
  1709. package/lib/esm/view/cardPayment/epic/createCardSetupIntentEpic.js +52 -0
  1710. package/lib/esm/view/cardPayment/epic/fetchPaymentSourcesEpic.js +44 -0
  1711. package/lib/esm/view/cashBalance/cashBalanceEpic.js +17 -0
  1712. package/lib/esm/view/cashBalance/cashBalancePayload.js +1 -0
  1713. package/lib/esm/view/cashBalance/cashBalanceReducer.js +54 -0
  1714. package/lib/esm/view/cashBalance/cashBalanceSelector.js +15 -0
  1715. package/lib/esm/view/cashBalance/cashBalanceState.js +1 -0
  1716. package/lib/esm/view/cashFlow/cashFlowEpic.js +31 -0
  1717. package/lib/esm/view/cashFlow/cashFlowForTimeframeEpic.js +48 -0
  1718. package/lib/esm/view/cashFlow/cashFlowGroupedSectionOrder.js +47 -0
  1719. package/lib/esm/view/cashFlow/cashFlowPayload.js +62 -0
  1720. package/lib/esm/view/cashFlow/cashFlowReducer.js +110 -0
  1721. package/lib/esm/view/cashFlow/cashFlowSelector.js +104 -0
  1722. package/lib/esm/view/cashFlow/cashFlowSelectorTypes.js +83 -0
  1723. package/lib/esm/view/cashFlow/cashFlowState.js +1 -0
  1724. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewEpic.js +30 -0
  1725. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewPayload.js +1 -0
  1726. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewReducer.js +129 -0
  1727. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewSelector.js +53 -0
  1728. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewSelectorTypes.js +1 -0
  1729. package/lib/esm/view/cashFlowClassesView/cashFlowClassesViewState.js +1 -0
  1730. package/lib/esm/view/cashFlowClassesView/cashFlowForTimeframeClassesViewEpic.js +55 -0
  1731. package/lib/esm/view/cashFlowProjectView/cashFlowForTimeframeProjectViewEpic.js +57 -0
  1732. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewEpic.js +30 -0
  1733. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewPayload.js +1 -0
  1734. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewReducer.js +125 -0
  1735. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewSelector.js +54 -0
  1736. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewSelectorTypes.js +1 -0
  1737. package/lib/esm/view/cashFlowProjectView/cashFlowProjectViewState.js +1 -0
  1738. package/lib/esm/view/cashInCashOut/cashInCashOutEpic.js +20 -0
  1739. package/lib/esm/view/cashInCashOut/cashInCashOutPayload.js +1 -0
  1740. package/lib/esm/view/cashInCashOut/cashInCashOutReducer.js +238 -0
  1741. package/lib/esm/view/cashInCashOut/cashInCashOutSelector.js +92 -0
  1742. package/lib/esm/view/cashInCashOut/cashInCashOutSelectorTypes.js +6 -0
  1743. package/lib/esm/view/cashInCashOut/cashInCashOutState.js +1 -0
  1744. package/lib/esm/view/cashPosition/cashPositionEpic.js +19 -0
  1745. package/lib/esm/view/cashPosition/cashPositionPayload.js +1 -0
  1746. package/lib/esm/view/cashPosition/cashPositionReducer.js +262 -0
  1747. package/lib/esm/view/cashPosition/cashPositionSelector.js +70 -0
  1748. package/lib/esm/view/cashPosition/cashPositionSelectorTypes.js +1 -0
  1749. package/lib/esm/view/cashPosition/cashPositionState.js +1 -0
  1750. package/lib/esm/view/classList/classListPayload.js +1 -0
  1751. package/lib/esm/view/classList/classListReducer.js +48 -0
  1752. package/lib/esm/view/classList/classListSelector.js +17 -0
  1753. package/lib/esm/view/classList/classListState.js +1 -0
  1754. package/lib/esm/view/classList/fetchClassListEpic.js +31 -0
  1755. package/lib/esm/view/common/getSelectedAndHighlightedRanges.js +293 -0
  1756. package/lib/esm/view/common/recurringViewHelper.js +80 -0
  1757. package/lib/esm/view/common/reportsHelpers.js +16 -0
  1758. package/lib/esm/view/common/zeniClearingAccountHelper.js +8 -0
  1759. package/lib/esm/view/commonVendorView/commonVendorViewHelper.js +93 -0
  1760. package/lib/esm/view/commonVendorView/transactionVendorView/epics/resetTransactionVendorLocalDataEpic.js +26 -0
  1761. package/lib/esm/view/commonVendorView/transactionVendorView/epics/saveTransactionVendorEpic.js +137 -0
  1762. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorLocalDataHelper.js +9 -0
  1763. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewPayload.js +46 -0
  1764. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.js +142 -0
  1765. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewSelector.js +59 -0
  1766. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewState.js +1 -0
  1767. package/lib/esm/view/commonVendorView/vendorView/epics/fetchAndUpdateVendorRecommendationsEpic.js +61 -0
  1768. package/lib/esm/view/commonVendorView/vendorView/epics/fetchVendorDetailsEpic.js +58 -0
  1769. package/lib/esm/view/commonVendorView/vendorView/epics/fetchVendorEpic.js +65 -0
  1770. package/lib/esm/view/commonVendorView/vendorView/epics/initializeVendorAddressEpic.js +25 -0
  1771. package/lib/esm/view/commonVendorView/vendorView/epics/resetVendorDetailLocalDataEpic.js +26 -0
  1772. package/lib/esm/view/commonVendorView/vendorView/epics/saveVendorEpic.js +250 -0
  1773. package/lib/esm/view/commonVendorView/vendorView/epics/twoFactorAuth/fetchUserDetailEpic.js +21 -0
  1774. package/lib/esm/view/commonVendorView/vendorView/epics/twoFactorAuth/verifyUserEpic.js +27 -0
  1775. package/lib/esm/view/commonVendorView/vendorView/epics/updateSelectedVendorForCreateFlowEpic.js +20 -0
  1776. package/lib/esm/view/commonVendorView/vendorView/epics/vendorDetailLocalDataHelpers.js +83 -0
  1777. package/lib/esm/view/commonVendorView/vendorView/vendorViewPayload.js +88 -0
  1778. package/lib/esm/view/commonVendorView/vendorView/vendorViewReducer.js +652 -0
  1779. package/lib/esm/view/commonVendorView/vendorView/vendorViewSelector.js +252 -0
  1780. package/lib/esm/view/commonVendorView/vendorView/vendorViewState.js +1 -0
  1781. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailPageViewEpic.js +30 -0
  1782. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailsEpic.js +43 -0
  1783. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorEpic.js +60 -0
  1784. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/resetVendorsTabVendorDetailLocalDataEpic.js +18 -0
  1785. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/saveVendorsTabVendorEpic.js +52 -0
  1786. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/vendorsTabVendorDetailLocalDataHelpers.js +66 -0
  1787. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewPayload.js +80 -0
  1788. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer.js +233 -0
  1789. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.js +122 -0
  1790. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewState.js +9 -0
  1791. package/lib/esm/view/companyConfigView/companyConfigEpic.js +19 -0
  1792. package/lib/esm/view/companyConfigView/companyConfigPayload.js +1 -0
  1793. package/lib/esm/view/companyConfigView/companyConfigReducer.js +36 -0
  1794. package/lib/esm/view/companyConfigView/companyConfigSelector.js +8 -0
  1795. package/lib/esm/view/companyConfigView/companyConfigState.js +1 -0
  1796. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigPayload.js +1 -0
  1797. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigReducer.js +40 -0
  1798. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigSelector.js +5 -0
  1799. package/lib/esm/view/companyHealthMetricView/companyHealthMetricView.js +1 -0
  1800. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewPayload.js +1 -0
  1801. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewReducer.js +103 -0
  1802. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewSelector.js +557 -0
  1803. package/lib/esm/view/companyHealthMetricView/epic/fetchCompanyHealthMetricConfigEpic.js +19 -0
  1804. package/lib/esm/view/companyHealthMetricView/epic/fetchCompanyHealthMetricViewEpic.js +37 -0
  1805. package/lib/esm/view/companyHealthMetricView/epic/initializeCompanyHealthMetricViewLocalData.js +24 -0
  1806. package/lib/esm/view/companyHealthMetricView/epic/saveCompanyHealthMetricByIdEpic.js +53 -0
  1807. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewPayload.js +1 -0
  1808. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewReducer.js +362 -0
  1809. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewSelector.js +118 -0
  1810. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewState.js +44 -0
  1811. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDataEpic.js +62 -0
  1812. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDatesEpic.js +50 -0
  1813. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportTemplatesEpic.js +51 -0
  1814. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportViewEpic.js +48 -0
  1815. package/lib/esm/view/companyMonthEndReportView/epics/improveUsingZeniGPTEpic.js +29 -0
  1816. package/lib/esm/view/companyMonthEndReportView/epics/saveCompanyMonthEndReportEpic.js +80 -0
  1817. package/lib/esm/view/companyMonthEndReportView/epics/sendCompanyMonthEndReportEpic.js +87 -0
  1818. package/lib/esm/view/companyMonthEndReportView/monthEndTemplateData.js +32 -0
  1819. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewPayload.js +1 -0
  1820. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewReducer.js +125 -0
  1821. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewSelector.js +48 -0
  1822. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewState.js +1 -0
  1823. package/lib/esm/view/companyTaskManagerView/epics/fetchCockpitContextEpic.js +38 -0
  1824. package/lib/esm/view/companyTaskManagerView/epics/fetchCompanyTaskManagerViewEpic.js +76 -0
  1825. package/lib/esm/view/companyTaskManagerView/epics/fetchTaskManagerMetricsEpic.js +23 -0
  1826. package/lib/esm/view/companyTaskManagerView/epics/updateCompanyTaskManagerViewFiltersEpic.js +16 -0
  1827. package/lib/esm/view/companyView/companyViewPayload.js +1 -0
  1828. package/lib/esm/view/companyView/companyViewReducer.js +758 -0
  1829. package/lib/esm/view/companyView/companyViewState.js +1 -0
  1830. package/lib/esm/view/companyView/epic/companyManagementSavePendingUpdates.js +14 -0
  1831. package/lib/esm/view/companyView/epic/companyManagementSaveUpdatesEpic.js +112 -0
  1832. package/lib/esm/view/companyView/epic/companyPassport/createCompanyOfficersEpic.js +86 -0
  1833. package/lib/esm/view/companyView/epic/companyPassport/dismissCapitalizationOnboardingEpic.js +26 -0
  1834. package/lib/esm/view/companyView/epic/companyPassport/fetchCompanyPassportViewEpic.js +61 -0
  1835. package/lib/esm/view/companyView/epic/companyPassport/projects/disableAccountingProjectsEpic.js +56 -0
  1836. package/lib/esm/view/companyView/epic/companyPassport/projects/enableAccountingProjectsEpic.js +37 -0
  1837. package/lib/esm/view/companyView/epic/companyPassport/projects/resumeEnableAccountingProjectsEpic.js +73 -0
  1838. package/lib/esm/view/companyView/epic/companyPassport/saveCompanyPassportDetailsEpic.js +30 -0
  1839. package/lib/esm/view/companyView/epic/companyPassport/updateAccountingClassesEnabledEpic.js +62 -0
  1840. package/lib/esm/view/companyView/epic/companyPassport/updateCapitalizationAccountThresholdEpic.js +99 -0
  1841. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyDetailsEpic.js +54 -0
  1842. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyOfficerEpic.js +48 -0
  1843. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyPassportLocalStoreDataEpic.js +34 -0
  1844. package/lib/esm/view/companyView/epic/companyPassport/updatePrimaryContactEpic.js +70 -0
  1845. package/lib/esm/view/companyView/epic/fetchAllCockpitViewsEpic.js +81 -0
  1846. package/lib/esm/view/companyView/epic/fetchCompanyManagementViewEpic.js +97 -0
  1847. package/lib/esm/view/companyView/epic/fetchCompanyMetaDataEpic.js +20 -0
  1848. package/lib/esm/view/companyView/epic/fetchCompanyPortfolioViewEpic.js +36 -0
  1849. package/lib/esm/view/companyView/epic/fetchManagementViewEpic.js +23 -0
  1850. package/lib/esm/view/companyView/epic/fetchOnboardingViewEpic.js +38 -0
  1851. package/lib/esm/view/companyView/epic/fetchPortfolioViewEpic.js +23 -0
  1852. package/lib/esm/view/companyView/epic/fetchSubscriptionViewEpic.js +25 -0
  1853. package/lib/esm/view/companyView/epic/fetchZeniUsersEpic.js +20 -0
  1854. package/lib/esm/view/companyView/epic/getSubscriptionIDsByCompanyID.js +13 -0
  1855. package/lib/esm/view/companyView/epic/updateCompanyProductServicesEpic.js +91 -0
  1856. package/lib/esm/view/companyView/epic/updateCompanyQboRealmIdEpic.js +58 -0
  1857. package/lib/esm/view/companyView/helpers/cockpitHelpers.js +166 -0
  1858. package/lib/esm/view/companyView/parentSubsidiaryView/fetchParentSubsidiaryManagementViewEpic.js +15 -0
  1859. package/lib/esm/view/companyView/parentSubsidiaryView/parentSubsidiaryViewSelector.js +13 -0
  1860. package/lib/esm/view/companyView/parentSubsidiaryView/parentSubsidiaryViewState.js +4 -0
  1861. package/lib/esm/view/companyView/selector/companyManagementViewSelector.js +534 -0
  1862. package/lib/esm/view/companyView/selector/companyPassportViewSelector.js +155 -0
  1863. package/lib/esm/view/companyView/selector/companyPortfolioViewSelector.js +238 -0
  1864. package/lib/esm/view/companyView/selector/getAllCockpitTabsFilterView.js +60 -0
  1865. package/lib/esm/view/companyView/selectorHelpers/getCompanyView.js +192 -0
  1866. package/lib/esm/view/companyView/types/cockpitTabsID.js +12 -0
  1867. package/lib/esm/view/companyView/types/cockpitTypes.js +97 -0
  1868. package/lib/esm/view/companyView/types/commonState.js +9 -0
  1869. package/lib/esm/view/companyView/types/companyManagementViewState.js +30 -0
  1870. package/lib/esm/view/companyView/types/companyMetaDataViewState.js +13 -0
  1871. package/lib/esm/view/companyView/types/companyPassport/companyDetailsLocalData.js +1 -0
  1872. package/lib/esm/view/companyView/types/companyPassport/companyPassportLocalData.js +80 -0
  1873. package/lib/esm/view/companyView/types/companyPassport/companyPassportViewState.js +106 -0
  1874. package/lib/esm/view/companyView/types/companyPassport/companyUsersLocalData.js +7 -0
  1875. package/lib/esm/view/companyView/types/companyPassport/officerType.js +3 -0
  1876. package/lib/esm/view/companyView/types/companyPassportViewPayload.js +111 -0
  1877. package/lib/esm/view/companyView/types/companyPortfolioViewState.js +14 -0
  1878. package/lib/esm/view/companyView/types/companyView.js +1 -0
  1879. package/lib/esm/view/companyView/types/userAndRole.js +19 -0
  1880. package/lib/esm/view/createTransferEntry/createTransferEntryReducer.js +85 -0
  1881. package/lib/esm/view/createTransferEntry/createTransferEntrySelector.js +64 -0
  1882. package/lib/esm/view/createTransferEntry/createTransferEntryState.js +17 -0
  1883. package/lib/esm/view/createTransferEntry/epics/createTransferEntryEpic.js +136 -0
  1884. package/lib/esm/view/createTransferEntry/epics/fetchTransferAccountsEpic.js +36 -0
  1885. package/lib/esm/view/creditAgentView/buildCreditReportCsv.js +44 -0
  1886. package/lib/esm/view/creditAgentView/creditAgentViewPayload.js +2 -0
  1887. package/lib/esm/view/creditAgentView/creditAgentViewReducer.js +169 -0
  1888. package/lib/esm/view/creditAgentView/creditAgentViewSelector.js +85 -0
  1889. package/lib/esm/view/creditAgentView/creditAgentViewState.js +20 -0
  1890. package/lib/esm/view/creditAgentView/epics/fetchCardProfilesEpic.js +20 -0
  1891. package/lib/esm/view/creditAgentView/epics/fetchCreditAgentMacroEpic.js +19 -0
  1892. package/lib/esm/view/creditAgentView/epics/saveCreditAgentMacroEpic.js +58 -0
  1893. package/lib/esm/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.js +39 -0
  1894. package/lib/esm/view/creditAgentView/epics/updateCardProfileEpic.js +62 -0
  1895. package/lib/esm/view/dashboard/dashboardEpic.js +189 -0
  1896. package/lib/esm/view/dashboard/dashboardReducer.js +36 -0
  1897. package/lib/esm/view/dashboard/dashboardSelector.js +229 -0
  1898. package/lib/esm/view/dashboard/dashboardState.js +1 -0
  1899. package/lib/esm/view/dashboardLayout/dashboardLayoutPayload.js +1 -0
  1900. package/lib/esm/view/dashboardLayout/dashboardLayoutReducer.js +88 -0
  1901. package/lib/esm/view/dashboardLayout/dashboardLayoutSelector.js +3 -0
  1902. package/lib/esm/view/dashboardLayout/dashboardLayoutState.js +1 -0
  1903. package/lib/esm/view/dashboardLayout/fetchDashboardLayoutEpic.js +46 -0
  1904. package/lib/esm/view/dashboardLayout/updateDashboardLayoutEpic.js +24 -0
  1905. package/lib/esm/view/expenseAutomationView/epics/accountRecon/confirmStatementMappingEpic.js +59 -0
  1906. package/lib/esm/view/expenseAutomationView/epics/accountRecon/deleteAccountStatementEpic.js +35 -0
  1907. package/lib/esm/view/expenseAutomationView/epics/accountRecon/deleteCombinedStatementEpic.js +54 -0
  1908. package/lib/esm/view/expenseAutomationView/epics/accountRecon/excludeAccountFromReconciliationEpic.js +63 -0
  1909. package/lib/esm/view/expenseAutomationView/epics/accountRecon/fetchReconciliationViewEpic.js +125 -0
  1910. package/lib/esm/view/expenseAutomationView/epics/accountRecon/includeAccountInReconciliationEpic.js +65 -0
  1911. package/lib/esm/view/expenseAutomationView/epics/accountRecon/initialiseLocalDataForSelectedAccountIdEpic.js +54 -0
  1912. package/lib/esm/view/expenseAutomationView/epics/accountRecon/parseCombinedStatementEpic.js +31 -0
  1913. package/lib/esm/view/expenseAutomationView/epics/accountRecon/parseStatementEpic.js +31 -0
  1914. package/lib/esm/view/expenseAutomationView/epics/accountRecon/reparseStatementEpic.js +31 -0
  1915. package/lib/esm/view/expenseAutomationView/epics/accountRecon/saveReconciliationDetailEpic.js +242 -0
  1916. package/lib/esm/view/expenseAutomationView/epics/accountRecon/saveReconciliationReviewEpic.js +228 -0
  1917. package/lib/esm/view/expenseAutomationView/epics/accountRecon/updateCombinedStatementInfoEpic.js +65 -0
  1918. package/lib/esm/view/expenseAutomationView/epics/accountRecon/updateReconcileTabLocalDataEpic.js +115 -0
  1919. package/lib/esm/view/expenseAutomationView/epics/accountRecon/updateStatementInfoEpic.js +59 -0
  1920. package/lib/esm/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementDocumentAIHelper.js +47 -0
  1921. package/lib/esm/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementEpic.js +59 -0
  1922. package/lib/esm/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingEpic.js +44 -0
  1923. package/lib/esm/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingMatchEpic.js +36 -0
  1924. package/lib/esm/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingPageEpic.js +7 -0
  1925. package/lib/esm/view/expenseAutomationView/epics/actualMatching/matchAndReverseAccrualsEpic.js +87 -0
  1926. package/lib/esm/view/expenseAutomationView/epics/actualMatching/refreshActualMatchingList.js +16 -0
  1927. package/lib/esm/view/expenseAutomationView/epics/actualMatching/searchMatchAccrualsEpic.js +48 -0
  1928. package/lib/esm/view/expenseAutomationView/epics/actualMatching/searchMatchTransactionsEpic.js +74 -0
  1929. package/lib/esm/view/expenseAutomationView/epics/actualMatching/undoReversalAccrualsEpic.js +76 -0
  1930. package/lib/esm/view/expenseAutomationView/epics/common/fetchAllExpenseAutomationTabsEpic.js +110 -0
  1931. package/lib/esm/view/expenseAutomationView/epics/common/refreshExpenseAutomationCurrentTabEpic.js +76 -0
  1932. package/lib/esm/view/expenseAutomationView/epics/fluxAnalysis/fetchFluxAnalysisViewEpic.js +83 -0
  1933. package/lib/esm/view/expenseAutomationView/epics/fluxAnalysis/reviewFluxAnalysisEpic.js +80 -0
  1934. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchAccountSettingsListForAccountTypesEpic.js +37 -0
  1935. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchRecommendationForAccountSettingsEpic.js +23 -0
  1936. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/initializeAccountSettingsViewEpic.js +9 -0
  1937. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/saveAccountSettingsViewEpic.js +46 -0
  1938. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulePageEpic.js +27 -0
  1939. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulesEpic.js +142 -0
  1940. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/fetchOneTimeAccrualEpic.js +45 -0
  1941. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/ignoreRecommendedJeScheduleEpic.js +90 -0
  1942. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/initializeJeScheduleLocalDataEpic.js +28 -0
  1943. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/newSchedule/createOneTimeAccrualEpic.js +104 -0
  1944. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/newSchedule/initializeNewScheduleEpic.js +25 -0
  1945. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/newSchedule/saveNewScheduleEpic.js +138 -0
  1946. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/newSchedule/searchTransactionsForNewScheduleEpic.js +79 -0
  1947. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/oneTimeAccrualActionsEpic.js +209 -0
  1948. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/prefetchOtherJeSchedulesTabEpic.js +37 -0
  1949. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/retryJeSchedulesEpic.js +78 -0
  1950. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/revertJeScheduleEpic.js +111 -0
  1951. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/switchJESchedulesTabEpic.js +33 -0
  1952. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadMatchResultToastEpic.js +33 -0
  1953. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +29 -0
  1954. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +49 -0
  1955. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +40 -0
  1956. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +49 -0
  1957. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +81 -0
  1958. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMissingReceiptsEpic.js +54 -0
  1959. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +33 -0
  1960. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +72 -0
  1961. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/refetchCompletedTransactionsOnBulkUploadSortEpic.js +12 -0
  1962. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/refreshBatchDetailsForBatchIdEpic.js +52 -0
  1963. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/restoreBulkUploadAutomatchingOnMountEpic.js +100 -0
  1964. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +82 -0
  1965. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/syncTabsAfterAutomatchEpic.js +56 -0
  1966. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +24 -0
  1967. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +99 -0
  1968. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/backgroundRefetchReviewTabEpic.js +103 -0
  1969. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.js +122 -0
  1970. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.js +78 -0
  1971. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/initializeTransactionCategorizationLocalDataEpic.js +77 -0
  1972. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/markTransactionAsNotMiscategorizedEpic.js +137 -0
  1973. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/saveTransactionCategorizationEpic.js +24 -0
  1974. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/triggerReviewTabRefetchEpic.js +27 -0
  1975. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/updateTransactionCategorizationEpic.js +202 -0
  1976. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +24 -0
  1977. package/lib/esm/view/expenseAutomationView/expenseAutomationViewPayload.js +1 -0
  1978. package/lib/esm/view/expenseAutomationView/expenseAutomationViewReducer.js +78 -0
  1979. package/lib/esm/view/expenseAutomationView/expenseAutomationViewSelector.js +214 -0
  1980. package/lib/esm/view/expenseAutomationView/expenseAutomationViewState.js +12 -0
  1981. package/lib/esm/view/expenseAutomationView/helpers/bulkUploadTiming.js +16 -0
  1982. package/lib/esm/view/expenseAutomationView/helpers/helpers.js +63 -0
  1983. package/lib/esm/view/expenseAutomationView/helpers/jeAccountSettingHelper.js +46 -0
  1984. package/lib/esm/view/expenseAutomationView/helpers/mapStatementUpdateLocalDataToRequestBody.js +45 -0
  1985. package/lib/esm/view/expenseAutomationView/helpers/newScheduleLocalDataHelper.js +140 -0
  1986. package/lib/esm/view/expenseAutomationView/helpers/reconciliationHelpers.js +47 -0
  1987. package/lib/esm/view/expenseAutomationView/helpers/rollingCalendarDateRangeInclusive.js +13 -0
  1988. package/lib/esm/view/expenseAutomationView/helpers/saveTransactionHelper.js +178 -0
  1989. package/lib/esm/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.js +755 -0
  1990. package/lib/esm/view/expenseAutomationView/payload/actualMatchingPayload.js +68 -0
  1991. package/lib/esm/view/expenseAutomationView/payload/fluxAnalysisPayload.js +8 -0
  1992. package/lib/esm/view/expenseAutomationView/payload/jeSchedulesPayload.js +113 -0
  1993. package/lib/esm/view/expenseAutomationView/payload/missingReceiptsPayload.js +198 -0
  1994. package/lib/esm/view/expenseAutomationView/payload/reconciliationPayload.js +318 -0
  1995. package/lib/esm/view/expenseAutomationView/payload/transactionCategorizationPayload.js +1 -0
  1996. package/lib/esm/view/expenseAutomationView/reducers/actualMatchingViewReducer.js +389 -0
  1997. package/lib/esm/view/expenseAutomationView/reducers/fluxAnalysisViewReducer.js +384 -0
  1998. package/lib/esm/view/expenseAutomationView/reducers/jeSchedulesViewReducer.js +781 -0
  1999. package/lib/esm/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +669 -0
  2000. package/lib/esm/view/expenseAutomationView/reducers/reconciliationViewReducer.js +1199 -0
  2001. package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js +1124 -0
  2002. package/lib/esm/view/expenseAutomationView/selectorTypes/actualMatchingViewSelectorTypes.js +1 -0
  2003. package/lib/esm/view/expenseAutomationView/selectorTypes/expenseAutomationViewSelectorTypes.js +1 -0
  2004. package/lib/esm/view/expenseAutomationView/selectorTypes/fluxAnalysisViewSelectorTypes.js +1 -0
  2005. package/lib/esm/view/expenseAutomationView/selectorTypes/jeAccountSettingsViewSelectorTypes.js +1 -0
  2006. package/lib/esm/view/expenseAutomationView/selectorTypes/jeNewScheduleViewSelectorTypes.js +1 -0
  2007. package/lib/esm/view/expenseAutomationView/selectorTypes/jeSchedulesSelectorTypes.js +1 -0
  2008. package/lib/esm/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.js +1 -0
  2009. package/lib/esm/view/expenseAutomationView/selectorTypes/reconciliationViewSelectorTypes.js +3 -0
  2010. package/lib/esm/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.js +1 -0
  2011. package/lib/esm/view/expenseAutomationView/selectors/actualMatchingViewSelector.js +401 -0
  2012. package/lib/esm/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.js +153 -0
  2013. package/lib/esm/view/expenseAutomationView/selectors/getAllStepsHelper.js +39 -0
  2014. package/lib/esm/view/expenseAutomationView/selectors/jeAccountSettingsViewSelector.js +39 -0
  2015. package/lib/esm/view/expenseAutomationView/selectors/jeNewScheduleViewSelector.js +106 -0
  2016. package/lib/esm/view/expenseAutomationView/selectors/jeScheduledTransactionWithFailedEntries.js +1 -0
  2017. package/lib/esm/view/expenseAutomationView/selectors/jeSchedulesViewSelector.js +475 -0
  2018. package/lib/esm/view/expenseAutomationView/selectors/missingReceiptsSelector.js +315 -0
  2019. package/lib/esm/view/expenseAutomationView/selectors/reconciliationViewSelector.js +570 -0
  2020. package/lib/esm/view/expenseAutomationView/selectors/statementParseViewSelector.js +109 -0
  2021. package/lib/esm/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +245 -0
  2022. package/lib/esm/view/expenseAutomationView/transactionFilterHelpers.js +338 -0
  2023. package/lib/esm/view/expenseAutomationView/transactionFilterTypes.js +8 -0
  2024. package/lib/esm/view/expenseAutomationView/types/actualMatchingViewState.js +35 -0
  2025. package/lib/esm/view/expenseAutomationView/types/completedSubTab.js +17 -0
  2026. package/lib/esm/view/expenseAutomationView/types/fluxAnalysisViewState.js +4 -0
  2027. package/lib/esm/view/expenseAutomationView/types/jeSchedulesViewState.js +30 -0
  2028. package/lib/esm/view/expenseAutomationView/types/missingReceiptsViewState.js +51 -0
  2029. package/lib/esm/view/expenseAutomationView/types/reconciliationViewState.js +46 -0
  2030. package/lib/esm/view/expenseAutomationView/types/transactionGroup.js +21 -0
  2031. package/lib/esm/view/expenseAutomationView/types/transactionsViewState.js +27 -0
  2032. package/lib/esm/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.js +23 -0
  2033. package/lib/esm/view/featureNotificationView/epics/notifyMeForFeatureEpic.js +25 -0
  2034. package/lib/esm/view/featureNotificationView/featureNotificationViewPayload.js +11 -0
  2035. package/lib/esm/view/featureNotificationView/featureNotificationViewReducer.js +109 -0
  2036. package/lib/esm/view/featureNotificationView/featureNotificationViewSelector.js +4 -0
  2037. package/lib/esm/view/featureNotificationView/featureNotificationViewState.js +1 -0
  2038. package/lib/esm/view/fileView/epic/deleteFileEpic.js +27 -0
  2039. package/lib/esm/view/fileView/epic/deleteFileListEpic.js +24 -0
  2040. package/lib/esm/view/fileView/epic/fetchFileEpic.js +28 -0
  2041. package/lib/esm/view/fileView/epic/fetchFileListEpic.js +26 -0
  2042. package/lib/esm/view/fileView/epic/updateFileNameEpic.js +29 -0
  2043. package/lib/esm/view/fileView/epic/updateFilesMetadataEpic.js +12 -0
  2044. package/lib/esm/view/fileView/fileDownloadHelpers.js +25 -0
  2045. package/lib/esm/view/fileView/fileUploadHelpers.js +82 -0
  2046. package/lib/esm/view/fileView/fileViewPayload.js +1 -0
  2047. package/lib/esm/view/fileView/fileViewReducer.js +165 -0
  2048. package/lib/esm/view/fileView/fileViewSelector.js +26 -0
  2049. package/lib/esm/view/fileView/fileViewState.js +12 -0
  2050. package/lib/esm/view/financeStatement/financeStatementEpic.js +71 -0
  2051. package/lib/esm/view/financeStatement/financeStatementReducer.js +139 -0
  2052. package/lib/esm/view/financeStatement/financeStatementSelector.js +184 -0
  2053. package/lib/esm/view/financeStatement/financeStatementState.js +1 -0
  2054. package/lib/esm/view/forecastList/fetchForecastListEpic.js +15 -0
  2055. package/lib/esm/view/forecastList/forecastListPayload.js +1 -0
  2056. package/lib/esm/view/forecastList/forecastListReducer.js +37 -0
  2057. package/lib/esm/view/forecastList/forecastListSelector.js +22 -0
  2058. package/lib/esm/view/forecastList/forecastListState.js +1 -0
  2059. package/lib/esm/view/globalMerchantView/epics/createGlobalMerchantEpic.js +97 -0
  2060. package/lib/esm/view/globalMerchantView/epics/fetchGlobalMerchantRecommendationEpic.js +60 -0
  2061. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/fetchGlobalMerchantAutoCompleteViewEpic.js +44 -0
  2062. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewPayload.js +1 -0
  2063. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer.js +48 -0
  2064. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewSelector.js +11 -0
  2065. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState.js +3 -0
  2066. package/lib/esm/view/globalMerchantView/globalMerchantViewPayload.js +1 -0
  2067. package/lib/esm/view/globalMerchantView/globalMerchantViewReducer.js +123 -0
  2068. package/lib/esm/view/globalMerchantView/globalMerchantViewSelector.js +17 -0
  2069. package/lib/esm/view/globalMerchantView/globalMerchantViewState.js +1 -0
  2070. package/lib/esm/view/insightsCard/insightsCardEpic.js +16 -0
  2071. package/lib/esm/view/insightsCard/insightsCardPayload.js +1 -0
  2072. package/lib/esm/view/insightsCard/insightsCardReducer.js +48 -0
  2073. package/lib/esm/view/insightsCard/insightsCardSelector.js +15 -0
  2074. package/lib/esm/view/insightsCard/insightsCardSelectorTypes.js +1 -0
  2075. package/lib/esm/view/insightsCard/insightsCardState.js +1 -0
  2076. package/lib/esm/view/invoicing/auditView/auditViewEpics.js +54 -0
  2077. package/lib/esm/view/invoicing/auditView/auditViewPayload.js +75 -0
  2078. package/lib/esm/view/invoicing/auditView/auditViewReducer.js +59 -0
  2079. package/lib/esm/view/invoicing/auditView/auditViewSelector.js +21 -0
  2080. package/lib/esm/view/invoicing/auditView/auditViewState.js +1 -0
  2081. package/lib/esm/view/invoicing/couponView/couponViewPayload.js +1 -0
  2082. package/lib/esm/view/invoicing/couponView/couponViewReducer.js +118 -0
  2083. package/lib/esm/view/invoicing/couponView/couponViewSelector.js +59 -0
  2084. package/lib/esm/view/invoicing/couponView/couponViewState.js +30 -0
  2085. package/lib/esm/view/invoicing/couponView/fetchInvoicingCouponCountsEpic.js +29 -0
  2086. package/lib/esm/view/invoicing/couponView/fetchInvoicingCouponListEpic.js +41 -0
  2087. package/lib/esm/view/invoicing/couponView/fetchInvoicingCouponListPageEpic.js +22 -0
  2088. package/lib/esm/view/invoicing/createCreditNote/createCreditNoteEpic.js +45 -0
  2089. package/lib/esm/view/invoicing/createCreditNote/createCreditNoteFormConfig.js +12 -0
  2090. package/lib/esm/view/invoicing/createCreditNote/createCreditNotePayload.js +30 -0
  2091. package/lib/esm/view/invoicing/createCreditNote/createCreditNoteReducer.js +48 -0
  2092. package/lib/esm/view/invoicing/createCreditNote/createCreditNoteSelector.js +22 -0
  2093. package/lib/esm/view/invoicing/createCreditNote/createCreditNoteState.js +1 -0
  2094. package/lib/esm/view/invoicing/createInvoice/createInvoiceEpic.js +52 -0
  2095. package/lib/esm/view/invoicing/createInvoice/createInvoiceFormConfig.js +65 -0
  2096. package/lib/esm/view/invoicing/createInvoice/createInvoicePayload.js +1 -0
  2097. package/lib/esm/view/invoicing/createInvoice/createInvoiceReducer.js +61 -0
  2098. package/lib/esm/view/invoicing/createInvoice/createInvoiceSelector.js +60 -0
  2099. package/lib/esm/view/invoicing/createInvoice/createInvoiceState.js +1 -0
  2100. package/lib/esm/view/invoicing/createInvoice/epics/fetchCreateInvoiceFormPageEpic.js +50 -0
  2101. package/lib/esm/view/invoicing/customerPaymentMethod/createInvoicingSetupIntentEpic.js +17 -0
  2102. package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.js +1 -0
  2103. package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.js +93 -0
  2104. package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.js +8 -0
  2105. package/lib/esm/view/invoicing/customerPaymentMethod/customerPaymentMethodState.js +1 -0
  2106. package/lib/esm/view/invoicing/customerPaymentMethod/fetchInvoicingPlaidLinkTokenEpic.js +15 -0
  2107. package/lib/esm/view/invoicing/customerPaymentMethod/saveInvoicingPaymentMethodEpic.js +21 -0
  2108. package/lib/esm/view/invoicing/customerPaymentMethod/sendInvoicingPaymentLinkEpic.js +26 -0
  2109. package/lib/esm/view/invoicing/dataImportView/dataImportViewPayload.js +1 -0
  2110. package/lib/esm/view/invoicing/dataImportView/dataImportViewReducer.js +168 -0
  2111. package/lib/esm/view/invoicing/dataImportView/dataImportViewSelector.js +22 -0
  2112. package/lib/esm/view/invoicing/dataImportView/dataImportViewState.js +1 -0
  2113. package/lib/esm/view/invoicing/dataImportView/fetchInvoicingDataImportStatusEpic.js +14 -0
  2114. package/lib/esm/view/invoicing/dataImportView/fetchInvoicingMigrationDiagnosticsEpic.js +44 -0
  2115. package/lib/esm/view/invoicing/dataImportView/fetchInvoicingMigrationSessionEpic.js +14 -0
  2116. package/lib/esm/view/invoicing/dataImportView/fetchInvoicingMigrationSessionsEpic.js +14 -0
  2117. package/lib/esm/view/invoicing/dataImportView/invoicingDataImportActionEpic.js +35 -0
  2118. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewPayload.js +147 -0
  2119. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewReducer.js +144 -0
  2120. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewSelector.js +116 -0
  2121. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewState.js +1 -0
  2122. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailEpic.js +25 -0
  2123. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailPageEpic.js +49 -0
  2124. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/invoicingCatalogItemFormHelper.js +136 -0
  2125. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogPlanActionEpic.js +28 -0
  2126. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogProductActionEpic.js +35 -0
  2127. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/saveInvoicingCatalogItemEpic.js +103 -0
  2128. package/lib/esm/view/invoicing/editInvoicingCatalogItemDetailView/seedInvoicingCatalogItemFormDraftEpic.js +22 -0
  2129. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewPayload.js +58 -0
  2130. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewReducer.js +131 -0
  2131. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewSelector.js +73 -0
  2132. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewState.js +43 -0
  2133. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailEpic.js +22 -0
  2134. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailPageEpic.js +36 -0
  2135. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/runInvoicingDiscountActionEpic.js +55 -0
  2136. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/saveInvoicingCouponEpic.js +72 -0
  2137. package/lib/esm/view/invoicing/editInvoicingCouponDetailView/seedInvoicingCouponFormDraftEpic.js +22 -0
  2138. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/addPromotionalCreditsEpic.js +25 -0
  2139. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.js +44 -0
  2140. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.js +186 -0
  2141. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.js +107 -0
  2142. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.js +1 -0
  2143. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.js +25 -0
  2144. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.js +54 -0
  2145. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewEpic.js +31 -0
  2146. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewPageEpic.js +23 -0
  2147. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/initializeInvoicingCustomerAddressEpic.js +35 -0
  2148. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/invoicingCustomerFormConfig.js +38 -0
  2149. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.js +75 -0
  2150. package/lib/esm/view/invoicing/editInvoicingCustomerDetailView/seedInvoicingCustomerFormDraftEpic.js +22 -0
  2151. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.js +58 -0
  2152. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.js +146 -0
  2153. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.js +82 -0
  2154. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.js +1 -0
  2155. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailEpic.js +28 -0
  2156. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailPageEpic.js +58 -0
  2157. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionFormPageEpic.js +29 -0
  2158. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/initializeInvoicingSubscriptionAddressEpic.js +36 -0
  2159. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionDetailHelper.js +2 -0
  2160. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionFormConfig.js +97 -0
  2161. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/runInvoicingSubscriptionActionEpic.js +66 -0
  2162. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.js +106 -0
  2163. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/seedInvoicingSubscriptionFormDraftEpic.js +22 -0
  2164. package/lib/esm/view/invoicing/editInvoicingSubscriptionDetailView/syncInvoicingSubscriptionCouponsEpic.js +82 -0
  2165. package/lib/esm/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.js +25 -0
  2166. package/lib/esm/view/invoicing/invoiceDetail/fetchInvoiceDetailPageEpic.js +33 -0
  2167. package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailPayload.js +1 -0
  2168. package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailReducer.js +80 -0
  2169. package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailSelector.js +36 -0
  2170. package/lib/esm/view/invoicing/invoiceDetail/invoiceDetailState.js +1 -0
  2171. package/lib/esm/view/invoicing/invoiceDetail/runInvoicingInvoiceActionEpic.js +58 -0
  2172. package/lib/esm/view/invoicing/invoiceDetail/updateInvoicingInvoiceEpic.js +52 -0
  2173. package/lib/esm/view/invoicing/invoiceDetail/voidInvoiceHelper.js +32 -0
  2174. package/lib/esm/view/invoicing/invoiceList/fetchInvoiceCountsEpic.js +32 -0
  2175. package/lib/esm/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.js +15 -0
  2176. package/lib/esm/view/invoicing/invoiceList/fetchInvoiceListEpic.js +58 -0
  2177. package/lib/esm/view/invoicing/invoiceList/fetchInvoiceListPageEpic.js +32 -0
  2178. package/lib/esm/view/invoicing/invoiceList/invoiceListPayload.js +1 -0
  2179. package/lib/esm/view/invoicing/invoiceList/invoiceListReducer.js +170 -0
  2180. package/lib/esm/view/invoicing/invoiceList/invoiceListSelector.js +37 -0
  2181. package/lib/esm/view/invoicing/invoiceList/invoiceListState.js +33 -0
  2182. package/lib/esm/view/invoicing/invoicingApiHelper.js +14 -0
  2183. package/lib/esm/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogCountsEpic.js +20 -0
  2184. package/lib/esm/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogListPageEpic.js +35 -0
  2185. package/lib/esm/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogPlanListEpic.js +43 -0
  2186. package/lib/esm/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogProductListEpic.js +43 -0
  2187. package/lib/esm/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewPayload.js +1 -0
  2188. package/lib/esm/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewReducer.js +155 -0
  2189. package/lib/esm/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewSelector.js +37 -0
  2190. package/lib/esm/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewState.js +20 -0
  2191. package/lib/esm/view/invoicing/invoicingConfigView/epics/acceptInvoicingTermsEpic.js +21 -0
  2192. package/lib/esm/view/invoicing/invoicingConfigView/epics/enableInvoicingEpic.js +18 -0
  2193. package/lib/esm/view/invoicing/invoicingConfigView/epics/fetchInvoicingConfigEpic.js +21 -0
  2194. package/lib/esm/view/invoicing/invoicingConfigView/invoicingConfigViewPayload.js +17 -0
  2195. package/lib/esm/view/invoicing/invoicingConfigView/invoicingConfigViewReducer.js +209 -0
  2196. package/lib/esm/view/invoicing/invoicingConfigView/invoicingConfigViewSelector.js +28 -0
  2197. package/lib/esm/view/invoicing/invoicingConfigView/invoicingConfigViewState.js +1 -0
  2198. package/lib/esm/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewEpics.js +19 -0
  2199. package/lib/esm/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewPayload.js +1 -0
  2200. package/lib/esm/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewReducer.js +34 -0
  2201. package/lib/esm/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewSelector.js +13 -0
  2202. package/lib/esm/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewState.js +1 -0
  2203. package/lib/esm/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteCountsEpic.js +23 -0
  2204. package/lib/esm/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListEpic.js +40 -0
  2205. package/lib/esm/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListPageEpic.js +27 -0
  2206. package/lib/esm/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewPayload.js +1 -0
  2207. package/lib/esm/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewReducer.js +98 -0
  2208. package/lib/esm/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewSelector.js +37 -0
  2209. package/lib/esm/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewState.js +30 -0
  2210. package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.js +20 -0
  2211. package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.js +40 -0
  2212. package/lib/esm/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.js +27 -0
  2213. package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.js +1 -0
  2214. package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.js +114 -0
  2215. package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.js +40 -0
  2216. package/lib/esm/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.js +25 -0
  2217. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailEpic.js +19 -0
  2218. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailPageEpic.js +29 -0
  2219. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewEpic.js +26 -0
  2220. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewPageEpic.js +16 -0
  2221. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewPayload.js +9 -0
  2222. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewReducer.js +122 -0
  2223. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewSelector.js +32 -0
  2224. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewState.js +1 -0
  2225. package/lib/esm/view/invoicing/invoicingDunningCaseDetailView/runInvoicingDunningActionEpic.js +56 -0
  2226. package/lib/esm/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseCountsEpic.js +20 -0
  2227. package/lib/esm/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListEpic.js +37 -0
  2228. package/lib/esm/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListPageEpic.js +27 -0
  2229. package/lib/esm/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewPayload.js +1 -0
  2230. package/lib/esm/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewReducer.js +98 -0
  2231. package/lib/esm/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewSelector.js +36 -0
  2232. package/lib/esm/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewState.js +32 -0
  2233. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.js +17 -0
  2234. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.js +17 -0
  2235. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.js +55 -0
  2236. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.js +17 -0
  2237. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.js +17 -0
  2238. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.js +17 -0
  2239. package/lib/esm/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.js +17 -0
  2240. package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewPayload.js +87 -0
  2241. package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewReducer.js +121 -0
  2242. package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewSelector.js +65 -0
  2243. package/lib/esm/view/invoicing/invoicingOverview/invoicingOverviewState.js +1 -0
  2244. package/lib/esm/view/invoicing/invoicingQboView/epics/fetchInvoicingAccountingPickersEpic.js +33 -0
  2245. package/lib/esm/view/invoicing/invoicingQboView/epics/fetchInvoicingQboConnectionEpic.js +15 -0
  2246. package/lib/esm/view/invoicing/invoicingQboView/epics/fetchInvoicingQboSyncHealthEpic.js +15 -0
  2247. package/lib/esm/view/invoicing/invoicingQboView/epics/invoicingQboViewActionType.js +1 -0
  2248. package/lib/esm/view/invoicing/invoicingQboView/epics/retryInvoicingQboSyncTaskEpic.js +47 -0
  2249. package/lib/esm/view/invoicing/invoicingQboView/epics/startInvoicingQboBackfillEpic.js +43 -0
  2250. package/lib/esm/view/invoicing/invoicingQboView/invoicingQboViewPayload.js +24 -0
  2251. package/lib/esm/view/invoicing/invoicingQboView/invoicingQboViewReducer.js +94 -0
  2252. package/lib/esm/view/invoicing/invoicingQboView/invoicingQboViewSelector.js +181 -0
  2253. package/lib/esm/view/invoicing/invoicingQboView/invoicingQboViewState.js +1 -0
  2254. package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.js +23 -0
  2255. package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.js +49 -0
  2256. package/lib/esm/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.js +27 -0
  2257. package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.js +1 -0
  2258. package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.js +112 -0
  2259. package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.js +43 -0
  2260. package/lib/esm/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.js +32 -0
  2261. package/lib/esm/view/invoicing/invoicingTabHelper.js +27 -0
  2262. package/lib/esm/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewEpics.js +19 -0
  2263. package/lib/esm/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewPayload.js +1 -0
  2264. package/lib/esm/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewReducer.js +53 -0
  2265. package/lib/esm/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewSelector.js +12 -0
  2266. package/lib/esm/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewState.js +1 -0
  2267. package/lib/esm/view/invoicing/invoicingTransactionDetailView/runInvoicingPaymentActionEpic.js +27 -0
  2268. package/lib/esm/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListEpic.js +48 -0
  2269. package/lib/esm/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListPageEpic.js +26 -0
  2270. package/lib/esm/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewPayload.js +1 -0
  2271. package/lib/esm/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewReducer.js +118 -0
  2272. package/lib/esm/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewSelector.js +31 -0
  2273. package/lib/esm/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewState.js +51 -0
  2274. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNoteEpic.js +48 -0
  2275. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNoteFormConfig.js +6 -0
  2276. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNotePayload.js +48 -0
  2277. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNoteReducer.js +54 -0
  2278. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNoteSelector.js +32 -0
  2279. package/lib/esm/view/invoicing/issueCreditNote/issueCreditNoteState.js +1 -0
  2280. package/lib/esm/view/invoicing/recordPayment/recordPaymentEpic.js +99 -0
  2281. package/lib/esm/view/invoicing/recordPayment/recordPaymentFormConfig.js +10 -0
  2282. package/lib/esm/view/invoicing/recordPayment/recordPaymentPayload.js +58 -0
  2283. package/lib/esm/view/invoicing/recordPayment/recordPaymentReducer.js +67 -0
  2284. package/lib/esm/view/invoicing/recordPayment/recordPaymentSelector.js +71 -0
  2285. package/lib/esm/view/invoicing/recordPayment/recordPaymentState.js +1 -0
  2286. package/lib/esm/view/invoicing/runningInvoicingActionId.js +6 -0
  2287. package/lib/esm/view/invoicing/settingsView/epics/connectInvoicingStripeEpic.js +27 -0
  2288. package/lib/esm/view/invoicing/settingsView/epics/disconnectInvoicingStripeEpic.js +19 -0
  2289. package/lib/esm/view/invoicing/settingsView/epics/fetchInvoicingSettingsEpic.js +19 -0
  2290. package/lib/esm/view/invoicing/settingsView/epics/saveInvoicingSettingsEpic.js +39 -0
  2291. package/lib/esm/view/invoicing/settingsView/epics/settingsViewActionType.js +1 -0
  2292. package/lib/esm/view/invoicing/settingsView/epics/submitInvoicingQboSettingsEpic.js +25 -0
  2293. package/lib/esm/view/invoicing/settingsView/initializeInvoicingBrandingAddressEpic.js +27 -0
  2294. package/lib/esm/view/invoicing/settingsView/invoicingBrandingFormConfig.js +52 -0
  2295. package/lib/esm/view/invoicing/settingsView/invoicingQboSettingsFormConfig.js +48 -0
  2296. package/lib/esm/view/invoicing/settingsView/invoicingSettingsHelpers.js +7 -0
  2297. package/lib/esm/view/invoicing/settingsView/settingsViewPayload.js +1 -0
  2298. package/lib/esm/view/invoicing/settingsView/settingsViewReducer.js +113 -0
  2299. package/lib/esm/view/invoicing/settingsView/settingsViewSelector.js +160 -0
  2300. package/lib/esm/view/invoicing/settingsView/settingsViewState.js +1 -0
  2301. package/lib/esm/view/invoicing/settingsView/submitInvoicingBrandingFormEpic.js +42 -0
  2302. package/lib/esm/view/monthEndCloseChecksView/epics/fetchMonthClosePerformanceTrendEpic.js +43 -0
  2303. package/lib/esm/view/monthEndCloseChecksView/epics/fetchMonthEndCloseChecksEpic.js +57 -0
  2304. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewPayload.js +1 -0
  2305. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewReducer.js +104 -0
  2306. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewSelector.js +89 -0
  2307. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewState.js +1 -0
  2308. package/lib/esm/view/netBurnOrIncome/fetchNetBurnOrIncomeWithForecastEpic.js +108 -0
  2309. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeEpic.js +31 -0
  2310. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeForTimeframeEpic.js +53 -0
  2311. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeHelper.js +34 -0
  2312. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomePayload.js +1 -0
  2313. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeReducer.js +432 -0
  2314. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeSelector.js +178 -0
  2315. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeSelectorTypes.js +17 -0
  2316. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeState.js +1 -0
  2317. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewEpic.js +30 -0
  2318. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewPayload.js +1 -0
  2319. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewReducer.js +116 -0
  2320. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelector.js +101 -0
  2321. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelectorTypes.js +16 -0
  2322. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewState.js +1 -0
  2323. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeForTimeframeClassesViewEpic.js +40 -0
  2324. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeForTimeframeProjectViewEpic.js +45 -0
  2325. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewEpic.js +30 -0
  2326. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewPayload.js +1 -0
  2327. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewReducer.js +114 -0
  2328. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelector.js +65 -0
  2329. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelectorTypes.js +1 -0
  2330. package/lib/esm/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewState.js +1 -0
  2331. package/lib/esm/view/netBurnOrIncomeStoryCard/epic/fetchNetBurnOrIncomeStoryCardEpic.js +25 -0
  2332. package/lib/esm/view/netBurnOrIncomeStoryCard/epic/updateNetBurnOrIncomeStoryCardSettingsEpic.js +39 -0
  2333. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardPayload.js +44 -0
  2334. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardReducer.js +129 -0
  2335. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelector.js +82 -0
  2336. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelectorTypes.js +3 -0
  2337. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardState.js +11 -0
  2338. package/lib/esm/view/notificationPreferencesView/epics/saveNotificationPreferencesEpic.js +113 -0
  2339. package/lib/esm/view/notificationPreferencesView/notificationPreferencesEndpoint.js +5 -0
  2340. package/lib/esm/view/notificationPreferencesView/notificationPreferencesViewPayload.js +41 -0
  2341. package/lib/esm/view/notificationPreferencesView/notificationPreferencesViewReducer.js +292 -0
  2342. package/lib/esm/view/notificationPreferencesView/notificationPreferencesViewSelector.js +35 -0
  2343. package/lib/esm/view/notificationPreferencesView/notificationPreferencesViewState.js +5 -0
  2344. package/lib/esm/view/notificationView/epics/fetchNotificationUnreadCountEpic.js +35 -0
  2345. package/lib/esm/view/notificationView/epics/fetchNotificationViewEpic.js +54 -0
  2346. package/lib/esm/view/notificationView/epics/updateNotificationViewAllNotificationsStatusEpic.js +46 -0
  2347. package/lib/esm/view/notificationView/epics/updateNotificationViewNotificationStatusEpic.js +82 -0
  2348. package/lib/esm/view/notificationView/notificationView.helpers.js +7 -0
  2349. package/lib/esm/view/notificationView/notificationViewPayload.js +1 -0
  2350. package/lib/esm/view/notificationView/notificationViewReducer.js +379 -0
  2351. package/lib/esm/view/notificationView/notificationViewSelector.js +94 -0
  2352. package/lib/esm/view/notificationView/notificationViewState.js +14 -0
  2353. package/lib/esm/view/onboardingView/cockpitView/epic/fetchCompanyOnboardingViewEpic.js +49 -0
  2354. package/lib/esm/view/onboardingView/cockpitView/epic/fetchOnboardingCompletedCompaniesEpic.js +23 -0
  2355. package/lib/esm/view/onboardingView/cockpitView/epic/fetchQBOConnectionPoolEpic.js +15 -0
  2356. package/lib/esm/view/onboardingView/cockpitView/epic/getOnboardingEmailGroupEpic.js +23 -0
  2357. package/lib/esm/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js +143 -0
  2358. package/lib/esm/view/onboardingView/cockpitView/epic/retryBankAccountConnectionForOnboardingEpic.js +84 -0
  2359. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerCompletedStatusEpic.js +33 -0
  2360. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerNotesEpic.js +32 -0
  2361. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerViewUpdatesEpic.js +123 -0
  2362. package/lib/esm/view/onboardingView/cockpitView/epic/sendOnboardingCustomerViewInviteEpic.js +115 -0
  2363. package/lib/esm/view/onboardingView/cockpitView/epic/updateQBOConnectionPoolExternalConnectionEpic.js +24 -0
  2364. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewPayload.js +133 -0
  2365. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewReducer.js +596 -0
  2366. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewSelector.js +254 -0
  2367. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewState.js +1 -0
  2368. package/lib/esm/view/onboardingView/cockpitView/types/onboardingCockpitViewTypes.js +24 -0
  2369. package/lib/esm/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.js +40 -0
  2370. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.js +29 -0
  2371. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.js +40 -0
  2372. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerSetupViewEpic.js +67 -0
  2373. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerViewEpic.js +23 -0
  2374. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewCompleteStatusEpic.js +49 -0
  2375. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewDashboardLoadedEpic.js +28 -0
  2376. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewEpic.js +185 -0
  2377. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.js +141 -0
  2378. package/lib/esm/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountLoginStatusEpic.js +33 -0
  2379. package/lib/esm/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountStatusEpic.js +33 -0
  2380. package/lib/esm/view/onboardingView/customerView/epic/plaidConnection/establishOnboardingPlaidConnectionEpic.js +41 -0
  2381. package/lib/esm/view/onboardingView/customerView/epic/plaidConnection/getOnboardingPlaidLinkTokenEpic.js +27 -0
  2382. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewPayload.js +1 -0
  2383. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewReducer.js +771 -0
  2384. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewSelector.js +344 -0
  2385. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewState.js +67 -0
  2386. package/lib/esm/view/onboardingView/customerView/types/paymentAccount.js +1 -0
  2387. package/lib/esm/view/opEx/fetchOpExWithForecastEpic.js +107 -0
  2388. package/lib/esm/view/opEx/opExEpic.js +31 -0
  2389. package/lib/esm/view/opEx/opExForTimeFrameEpic.js +48 -0
  2390. package/lib/esm/view/opEx/opExPayload.js +1 -0
  2391. package/lib/esm/view/opEx/opExReducer.js +402 -0
  2392. package/lib/esm/view/opEx/opExSelector.js +167 -0
  2393. package/lib/esm/view/opEx/opExSelectorTypes.js +1 -0
  2394. package/lib/esm/view/opEx/opExState.js +1 -0
  2395. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportEpic.js +31 -0
  2396. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportForTimeframeEpic.js +79 -0
  2397. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportSummaryEpic.js +37 -0
  2398. package/lib/esm/view/opExByVendor/opExByVendorPayload.js +1 -0
  2399. package/lib/esm/view/opExByVendor/opExByVendorReducer.js +379 -0
  2400. package/lib/esm/view/opExByVendor/opExByVendorSelector.js +177 -0
  2401. package/lib/esm/view/opExByVendor/opExByVendorState.js +11 -0
  2402. package/lib/esm/view/opExByVendor/refreshOpExByVendorReportEpic.js +21 -0
  2403. package/lib/esm/view/opExClassesView/opExClassesViewEpic.js +30 -0
  2404. package/lib/esm/view/opExClassesView/opExClassesViewPayload.js +1 -0
  2405. package/lib/esm/view/opExClassesView/opExClassesViewReducer.js +117 -0
  2406. package/lib/esm/view/opExClassesView/opExClassesViewSelector.js +86 -0
  2407. package/lib/esm/view/opExClassesView/opExClassesViewSelectorTypes.js +9 -0
  2408. package/lib/esm/view/opExClassesView/opExClassesViewState.js +1 -0
  2409. package/lib/esm/view/opExClassesView/opExForTimeframeClassesViewEpic.js +38 -0
  2410. package/lib/esm/view/opExProjectView/opExForTimeframeProjectViewEpic.js +43 -0
  2411. package/lib/esm/view/opExProjectView/opExProjectViewEpic.js +30 -0
  2412. package/lib/esm/view/opExProjectView/opExProjectViewPayload.js +1 -0
  2413. package/lib/esm/view/opExProjectView/opExProjectViewReducer.js +114 -0
  2414. package/lib/esm/view/opExProjectView/opExProjectViewSelector.js +52 -0
  2415. package/lib/esm/view/opExProjectView/opExProjectViewSelectorTypes.js +1 -0
  2416. package/lib/esm/view/opExProjectView/opExProjectViewState.js +1 -0
  2417. package/lib/esm/view/ownerList/fetchOwnerListEpic.js +30 -0
  2418. package/lib/esm/view/ownerList/ownerListPayload.js +1 -0
  2419. package/lib/esm/view/ownerList/ownerListReducer.js +37 -0
  2420. package/lib/esm/view/ownerList/ownerListState.js +1 -0
  2421. package/lib/esm/view/people/changeZeniPersonRolesEpic.js +34 -0
  2422. package/lib/esm/view/people/deletePersonEpic.js +20 -0
  2423. package/lib/esm/view/people/fetchAllPeopleRequiredViewsEpic.js +19 -0
  2424. package/lib/esm/view/people/fetchPeopleEpic.js +25 -0
  2425. package/lib/esm/view/people/helpers/updateManagersListOnRoleChange.js +16 -0
  2426. package/lib/esm/view/people/initializeEditPersonEpic.js +38 -0
  2427. package/lib/esm/view/people/invitePeopleEpic.js +57 -0
  2428. package/lib/esm/view/people/inviteZeniPeopleEpic.js +49 -0
  2429. package/lib/esm/view/people/peoplePageEpic.js +23 -0
  2430. package/lib/esm/view/people/peoplePayload.js +1 -0
  2431. package/lib/esm/view/people/peopleReducer.js +252 -0
  2432. package/lib/esm/view/people/peopleSaveUpdatesEpic.js +75 -0
  2433. package/lib/esm/view/people/peopleSelector.js +141 -0
  2434. package/lib/esm/view/people/peopleSelectorTypes.js +1 -0
  2435. package/lib/esm/view/people/peopleState.js +1 -0
  2436. package/lib/esm/view/people/peopleTypes.js +10 -0
  2437. package/lib/esm/view/people/resendInviteEpic.js +21 -0
  2438. package/lib/esm/view/profitAndLoss/pAndLWithForecast/pAndLWithForecastSelector.js +45 -0
  2439. package/lib/esm/view/profitAndLoss/profitAndLossEpic.js +31 -0
  2440. package/lib/esm/view/profitAndLoss/profitAndLossForTimeframeEpic.js +54 -0
  2441. package/lib/esm/view/profitAndLoss/profitAndLossPayload.js +1 -0
  2442. package/lib/esm/view/profitAndLoss/profitAndLossReducer.js +170 -0
  2443. package/lib/esm/view/profitAndLoss/profitAndLossSelector.js +108 -0
  2444. package/lib/esm/view/profitAndLoss/profitAndLossState.js +1 -0
  2445. package/lib/esm/view/profitAndLossClassesView/horizontalSectionEmptyBalancesSlice.js +17 -0
  2446. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.js +334 -0
  2447. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.js +9 -0
  2448. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewEpic.js +30 -0
  2449. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewPayload.js +1 -0
  2450. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewReducer.js +126 -0
  2451. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewSelector.js +67 -0
  2452. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes.js +21 -0
  2453. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewState.js +1 -0
  2454. package/lib/esm/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.js +44 -0
  2455. package/lib/esm/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.js +306 -0
  2456. package/lib/esm/view/profitAndLossProjectView/profitAndLossForTimeframeProjectViewEpic.js +47 -0
  2457. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewEpic.js +30 -0
  2458. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewPayload.js +1 -0
  2459. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewReducer.js +122 -0
  2460. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewSelector.js +65 -0
  2461. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewSelectorTypes.js +1 -0
  2462. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewState.js +1 -0
  2463. package/lib/esm/view/projectList/fetchProjectListEpic.js +38 -0
  2464. package/lib/esm/view/projectList/projectListPayload.js +1 -0
  2465. package/lib/esm/view/projectList/projectListReducer.js +42 -0
  2466. package/lib/esm/view/projectList/projectListSelector.js +9 -0
  2467. package/lib/esm/view/projectList/projectListState.js +1 -0
  2468. package/lib/esm/view/recommendation/fetchEntityRecommendationsByTransactionIdEpic.js +79 -0
  2469. package/lib/esm/view/recommendation/fetchEntityRecommendationsForLineUpdateEpic.js +105 -0
  2470. package/lib/esm/view/recommendation/fetchRecommendationByEntityIdEpic.js +35 -0
  2471. package/lib/esm/view/recommendation/fetchRecommendationByEntityNameEpic.js +34 -0
  2472. package/lib/esm/view/recommendation/recommendationHelper.js +86 -0
  2473. package/lib/esm/view/recommendation/recommendationPayload.js +1 -0
  2474. package/lib/esm/view/recommendation/recommendationReducer.js +162 -0
  2475. package/lib/esm/view/recommendation/recommendationSelector.js +13 -0
  2476. package/lib/esm/view/recommendation/recommendationState.js +9 -0
  2477. package/lib/esm/view/recommendation/submitRecommendationFeedbackEpic.js +52 -0
  2478. package/lib/esm/view/referralView/epics/fetchReferralsEpic.js +26 -0
  2479. package/lib/esm/view/referralView/epics/fetchRewardsPlanEpic.js +31 -0
  2480. package/lib/esm/view/referralView/epics/resendReferralInviteEpic.js +29 -0
  2481. package/lib/esm/view/referralView/epics/sendReferralInviteEpic.js +44 -0
  2482. package/lib/esm/view/referralView/epics/updateReferViewedEpic.js +18 -0
  2483. package/lib/esm/view/referralView/referralPayload.js +29 -0
  2484. package/lib/esm/view/referralView/referralReducer.js +200 -0
  2485. package/lib/esm/view/referralView/referralSelector.js +84 -0
  2486. package/lib/esm/view/referralView/referralState.js +37 -0
  2487. package/lib/esm/view/reimbursementCard/fetchReimbursementCardEpic.js +41 -0
  2488. package/lib/esm/view/reimbursementCard/reimbursementCardPayload.js +1 -0
  2489. package/lib/esm/view/reimbursementCard/reimbursementCardReducer.js +54 -0
  2490. package/lib/esm/view/reimbursementCard/reimbursementCardSelector.js +12 -0
  2491. package/lib/esm/view/reimbursementCard/reimbursementCardState.js +3 -0
  2492. package/lib/esm/view/reportUIOptions/reportUIOptionsReducer.js +121 -0
  2493. package/lib/esm/view/reportUIOptions/reportUIOptionsState.js +1 -0
  2494. package/lib/esm/view/reportUIOptions/toggleReportUIOptionForecastModeEpic.js +36 -0
  2495. package/lib/esm/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.js +72 -0
  2496. package/lib/esm/view/reportUIOptions/updateReportUIOptionCompareModeEpic.js +50 -0
  2497. package/lib/esm/view/reportUIOptions/updateReportUIOptionIsCompareModeOnEpic.js +64 -0
  2498. package/lib/esm/view/reportUIOptions/updateReportUIOptionThisPeriodEpic.js +26 -0
  2499. package/lib/esm/view/reportUIOptions/updateReportUIOptionTimeFrameEpic.js +11 -0
  2500. package/lib/esm/view/reportsResync/reportsClassViewRefetchingEpic.js +30 -0
  2501. package/lib/esm/view/reportsResync/reportsProjectViewRefetchingEpic.js +30 -0
  2502. package/lib/esm/view/reportsResync/reportsResyncEpic.js +52 -0
  2503. package/lib/esm/view/reportsResync/reportsResyncReducer.js +60 -0
  2504. package/lib/esm/view/reportsResync/reportsResyncSelector.js +6 -0
  2505. package/lib/esm/view/reportsResync/reportsResyncState.js +1 -0
  2506. package/lib/esm/view/revenue/fetchRevenueWithForecastEpic.js +106 -0
  2507. package/lib/esm/view/revenue/revenueEpic.js +31 -0
  2508. package/lib/esm/view/revenue/revenueForTimeframeEpic.js +50 -0
  2509. package/lib/esm/view/revenue/revenueHelper.js +34 -0
  2510. package/lib/esm/view/revenue/revenuePayload.js +1 -0
  2511. package/lib/esm/view/revenue/revenueReducer.js +415 -0
  2512. package/lib/esm/view/revenue/revenueSelector.js +203 -0
  2513. package/lib/esm/view/revenue/revenueSelectorTypes.js +10 -0
  2514. package/lib/esm/view/revenue/revenueState.js +1 -0
  2515. package/lib/esm/view/revenueClassesView/revenueClassesViewEpic.js +30 -0
  2516. package/lib/esm/view/revenueClassesView/revenueClassesViewPayload.js +1 -0
  2517. package/lib/esm/view/revenueClassesView/revenueClassesViewReducer.js +117 -0
  2518. package/lib/esm/view/revenueClassesView/revenueClassesViewSelector.js +90 -0
  2519. package/lib/esm/view/revenueClassesView/revenueClassesViewSelectorTypes.js +11 -0
  2520. package/lib/esm/view/revenueClassesView/revenueClassesViewState.js +1 -0
  2521. package/lib/esm/view/revenueClassesView/revenueForTimeframeClassesViewEpic.js +30 -0
  2522. package/lib/esm/view/revenueProjectView/revenueForTimeframeProjectViewEpic.js +35 -0
  2523. package/lib/esm/view/revenueProjectView/revenueProjectViewEpic.js +30 -0
  2524. package/lib/esm/view/revenueProjectView/revenueProjectViewPayload.js +1 -0
  2525. package/lib/esm/view/revenueProjectView/revenueProjectViewReducer.js +114 -0
  2526. package/lib/esm/view/revenueProjectView/revenueProjectViewSelector.js +58 -0
  2527. package/lib/esm/view/revenueProjectView/revenueProjectViewSelectorTypes.js +1 -0
  2528. package/lib/esm/view/revenueProjectView/revenueProjectViewState.js +1 -0
  2529. package/lib/esm/view/reviewCompanyView/fetchReviewCompanyViewEpic.js +43 -0
  2530. package/lib/esm/view/reviewCompanyView/retryBankAccountConnectionEpic.js +75 -0
  2531. package/lib/esm/view/reviewCompanyView/reviewCompanyPayload.js +1 -0
  2532. package/lib/esm/view/reviewCompanyView/reviewCompanyViewReducer.js +127 -0
  2533. package/lib/esm/view/reviewCompanyView/reviewCompanyViewSelector.js +148 -0
  2534. package/lib/esm/view/reviewCompanyView/reviewCompanyViewState.js +56 -0
  2535. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/LinkBillExpenseView/linkBillExpense.js +11 -0
  2536. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/cancelScheduleAccruedJournalEntryEpic.js +78 -0
  2537. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/createNewSchedulesAccruedEpic.js +30 -0
  2538. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/deleteScheduleAccruedDetailEpic.js +77 -0
  2539. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchRecommendedTransactionRowIndexEpic.js +68 -0
  2540. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsEpic.js +48 -0
  2541. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsPageEpic.js +24 -0
  2542. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/initializeScheduleAccruedDetailLocalDataEpic.js +38 -0
  2543. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/saveScheduleAccruedDetailsEpic.js +126 -0
  2544. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/updateAmountsInScheduleAccruedDetailEpic.js +29 -0
  2545. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailLocalDataHelper.js +115 -0
  2546. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailPayload.js +307 -0
  2547. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer.js +393 -0
  2548. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailSelector.js +137 -0
  2549. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailState.js +1 -0
  2550. package/lib/esm/view/scheduleView/scheduleDetailView/epics/createNewSchedulesEpic.js +33 -0
  2551. package/lib/esm/view/scheduleView/scheduleDetailView/epics/deleteScheduleDetailEpic.js +77 -0
  2552. package/lib/esm/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsEpic.js +78 -0
  2553. package/lib/esm/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.js +24 -0
  2554. package/lib/esm/view/scheduleView/scheduleDetailView/epics/initializeScheduleDetailLocalDataEpic.js +36 -0
  2555. package/lib/esm/view/scheduleView/scheduleDetailView/epics/markAsCompleteScheduleDetailEpic.js +72 -0
  2556. package/lib/esm/view/scheduleView/scheduleDetailView/epics/saveScheduleDetailsEpic.js +100 -0
  2557. package/lib/esm/view/scheduleView/scheduleDetailView/epics/updateAmountsInScheduleDetailEpic.js +34 -0
  2558. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailLocalDataHelper.js +257 -0
  2559. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailPayload.js +338 -0
  2560. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailReducer.js +379 -0
  2561. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailSelector.js +123 -0
  2562. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailState.js +1 -0
  2563. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailTypes.js +11 -0
  2564. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchAccruedScheduleListEpic.js +48 -0
  2565. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchDownloadSchedulesEpic.js +60 -0
  2566. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchScheduleListEpic.js +68 -0
  2567. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchSchedulesAccountEpic.js +11 -0
  2568. package/lib/esm/view/scheduleView/scheduleListView/scheduleListBalanceTypes.js +1 -0
  2569. package/lib/esm/view/scheduleView/scheduleListView/scheduleListHelper.js +383 -0
  2570. package/lib/esm/view/scheduleView/scheduleListView/scheduleListPayload.js +1 -0
  2571. package/lib/esm/view/scheduleView/scheduleListView/scheduleListReducer.js +433 -0
  2572. package/lib/esm/view/scheduleView/scheduleListView/scheduleListSelector.js +383 -0
  2573. package/lib/esm/view/scheduleView/scheduleListView/scheduleListState.js +1 -0
  2574. package/lib/esm/view/scheduleView/scheduleListView/scheduleListTypes.js +29 -0
  2575. package/lib/esm/view/settingsView/epic/fetchBankAccountsListEpic.js +26 -0
  2576. package/lib/esm/view/settingsView/epic/fetchBankConnectionsViewEpic.js +39 -0
  2577. package/lib/esm/view/settingsView/epic/fetchBillingAccountsViewEpic.js +13 -0
  2578. package/lib/esm/view/settingsView/epic/fetchCompanyBillingAddressEpic.js +53 -0
  2579. package/lib/esm/view/settingsView/epic/fetchMyProfileEpic.js +50 -0
  2580. package/lib/esm/view/settingsView/epic/fetchMyProfileViewEpic.js +16 -0
  2581. package/lib/esm/view/settingsView/epic/fetchNotificationSettingsEpic.js +56 -0
  2582. package/lib/esm/view/settingsView/epic/fetchNotificationSettingsViewEpic.js +14 -0
  2583. package/lib/esm/view/settingsView/epic/initializeMyProfileLocalDataEpic.js +45 -0
  2584. package/lib/esm/view/settingsView/epic/refreshIntegrationsDataEpic.js +28 -0
  2585. package/lib/esm/view/settingsView/epic/saveCompanyBillingAddressEpic.js +57 -0
  2586. package/lib/esm/view/settingsView/epic/saveNotificationSettingsEpic.js +81 -0
  2587. package/lib/esm/view/settingsView/epic/updateMyProfileEpic.js +105 -0
  2588. package/lib/esm/view/settingsView/settingsViewHelpers.js +160 -0
  2589. package/lib/esm/view/settingsView/settingsViewPayload.js +1 -0
  2590. package/lib/esm/view/settingsView/settingsViewReducer.js +418 -0
  2591. package/lib/esm/view/settingsView/settingsViewSelector.js +281 -0
  2592. package/lib/esm/view/settingsView/settingsViewState.js +13 -0
  2593. package/lib/esm/view/settingsView/types/settingsViewSelectorTypes.js +1 -0
  2594. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRuleTypes.js +1 -0
  2595. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesPayload.js +26 -0
  2596. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesReducer.js +199 -0
  2597. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesSelector.js +52 -0
  2598. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesState.js +1 -0
  2599. package/lib/esm/view/spendManagement/autotransferRules/epics/createAutoTransferRuleEpic.js +100 -0
  2600. package/lib/esm/view/spendManagement/autotransferRules/epics/deleteAutoTransferRuleEpic.js +48 -0
  2601. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferReviewDetailEpic.js +36 -0
  2602. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferRuleHistory.js +45 -0
  2603. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferRulesEpic.js +50 -0
  2604. package/lib/esm/view/spendManagement/autotransferRules/epics/updateAutoTransferRuleEpic.js +69 -0
  2605. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewPayload.js +1 -0
  2606. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewReducer.js +466 -0
  2607. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewSelector.js +402 -0
  2608. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewState.js +51 -0
  2609. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/approveOrRejectBillEpic.js +49 -0
  2610. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/cancelAndDeleteBillEpic.js +72 -0
  2611. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/deleteBillEpic.js +61 -0
  2612. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/fetchBillDetailEpic.js +164 -0
  2613. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/fetchEligibleActionsForBillEpic.js +36 -0
  2614. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/retryOrRefundBillEpic.js +85 -0
  2615. package/lib/esm/view/spendManagement/billPay/billList/billListDownloadSelector.js +59 -0
  2616. package/lib/esm/view/spendManagement/billPay/billList/billListFilterHelpers.js +52 -0
  2617. package/lib/esm/view/spendManagement/billPay/billList/billListPayload.js +1 -0
  2618. package/lib/esm/view/spendManagement/billPay/billList/billListReducer.js +185 -0
  2619. package/lib/esm/view/spendManagement/billPay/billList/billListSelector.js +720 -0
  2620. package/lib/esm/view/spendManagement/billPay/billList/billListState.js +64 -0
  2621. package/lib/esm/view/spendManagement/billPay/billList/fetchBillListEpic.js +57 -0
  2622. package/lib/esm/view/spendManagement/billPay/billList/fetchBillListPerTabEpic.js +40 -0
  2623. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigPayload.js +257 -0
  2624. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigReducer.js +136 -0
  2625. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigSelector.js +30 -0
  2626. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigState.js +91 -0
  2627. package/lib/esm/view/spendManagement/billPay/billPayConfig/fetchBillPayConfigEpic.js +28 -0
  2628. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewPayload.js +1 -0
  2629. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewReducer.js +111 -0
  2630. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewSelector.js +178 -0
  2631. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewState.js +8 -0
  2632. package/lib/esm/view/spendManagement/billPay/billPayReview/fetchDuplicateBillEpic.js +49 -0
  2633. package/lib/esm/view/spendManagement/billPay/billPayReview/getDuplicateBills.js +19 -0
  2634. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewPayload.js +1 -0
  2635. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.js +344 -0
  2636. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +123 -0
  2637. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelectorTypes.js +1 -0
  2638. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewState.js +1 -0
  2639. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/deleteBillPayApprovalRuleEpic.js +44 -0
  2640. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.js +30 -0
  2641. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversListEpic.js +36 -0
  2642. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPaySetupApproverViewEpic.js +58 -0
  2643. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.js +36 -0
  2644. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/reorderBillPayApprovalRulesEpic.js +54 -0
  2645. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.js +74 -0
  2646. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.js +171 -0
  2647. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/types/commonState.js +1 -0
  2648. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewPayload.js +1 -0
  2649. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewReducer.js +105 -0
  2650. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewSelector.js +33 -0
  2651. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewState.js +1 -0
  2652. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPaySetup/fetchBillPaySetupViewEpic.js +77 -0
  2653. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayTermsEpic.js +40 -0
  2654. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayUpdatedTermsEpic.js +40 -0
  2655. package/lib/esm/view/spendManagement/billPay/billPaySetupView/types/billPayTerms.js +1 -0
  2656. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewPayload.js +1 -0
  2657. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewReducer.js +185 -0
  2658. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewSelector.js +67 -0
  2659. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewState.js +21 -0
  2660. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/approveOrRejectBillsBulkActionEpic.js +75 -0
  2661. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/cancelOrDeleteBillsBulkActionEpic.js +76 -0
  2662. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/submitDraftBillsBulkActionEpic.js +84 -0
  2663. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/validateBillsBulkActionEpic.ts.js +28 -0
  2664. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewPayload.js +15 -0
  2665. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewReducer.js +507 -0
  2666. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewSelector.js +756 -0
  2667. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewState.js +72 -0
  2668. package/lib/esm/view/spendManagement/billPay/editBillView/epics/convertAmountToHomeCurrencyEpic.js +86 -0
  2669. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchBillAndInitializeLocalStoreEpic.js +48 -0
  2670. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchEditBillDetailPageEpic.js +80 -0
  2671. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchVendorAndUpdateBillLocalDataEpic.js +170 -0
  2672. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchVendorByNameAndParseInvoice.js +36 -0
  2673. package/lib/esm/view/spendManagement/billPay/editBillView/epics/initializeBillToLocalStoreEpic.js +241 -0
  2674. package/lib/esm/view/spendManagement/billPay/editBillView/epics/parseInvoiceToBillEpic.js +486 -0
  2675. package/lib/esm/view/spendManagement/billPay/editBillView/epics/saveBillDetailEpic.js +260 -0
  2676. package/lib/esm/view/spendManagement/billPay/editBillView/epics/updateVendorContactEpic.js +118 -0
  2677. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/createInternationalPaymentInstrumentEpic.js +117 -0
  2678. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/deletePaymentInstrumentEpic.js +55 -0
  2679. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/fetchInternationalWireDynamicFormEpic.js +50 -0
  2680. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/initializeDynamicFormEpic.js +38 -0
  2681. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/initializeInternationalWireLocalDataEpic.js +49 -0
  2682. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWire.js +10 -0
  2683. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWirePayload.js +49 -0
  2684. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWireReducer.js +168 -0
  2685. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWireSelector.js +46 -0
  2686. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/fetchIntlVerificationFormEpic.js +32 -0
  2687. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/initializeIntlVerificationFormEpic.js +39 -0
  2688. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/submitIntlVerificationEpic.js +62 -0
  2689. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationPayload.js +15 -0
  2690. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer.js +90 -0
  2691. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationSelector.js +29 -0
  2692. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationState.js +1 -0
  2693. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameByRoutingEpic.js +38 -0
  2694. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameBySwiftEpic.js +38 -0
  2695. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBillEpic.js +37 -0
  2696. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkTenantEpic.js +30 -0
  2697. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/saveMagicLinkBankAccountEpic.js +93 -0
  2698. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewPayload.js +1 -0
  2699. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewReducer.js +276 -0
  2700. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewSelector.js +51 -0
  2701. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewState.js +1 -0
  2702. package/lib/esm/view/spendManagement/billPay/previousBills/fetchPreviousBillsEpic.js +58 -0
  2703. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsPayload.js +1 -0
  2704. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsReducer.js +53 -0
  2705. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsSelector.js +18 -0
  2706. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsState.js +9 -0
  2707. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectEpic.js +28 -0
  2708. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer.js +38 -0
  2709. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectSelector.js +8 -0
  2710. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectState.js +1 -0
  2711. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailReducer.js +55 -0
  2712. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailSelector.js +22 -0
  2713. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailState.js +1 -0
  2714. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/fetchCardPolicyDetailEpic.js +36 -0
  2715. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/updateCardPolicyEpic.js +39 -0
  2716. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/archiveCardPolicyEpic.js +34 -0
  2717. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListReducer.js +74 -0
  2718. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListSelector.js +21 -0
  2719. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListState.js +1 -0
  2720. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/fetchCardPolicyListEpic.js +38 -0
  2721. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyAiCardPolicyFormDraftUpdate.js +289 -0
  2722. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToAiCardPolicyDraft.js +109 -0
  2723. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToDraftEpic.js +44 -0
  2724. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToManualCardPolicyDraft.js +111 -0
  2725. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyUploadPlanToAiCardPolicyDraft.js +25 -0
  2726. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildAiCardPolicyFormDraftSeed.js +363 -0
  2727. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildManualCardPolicyFormDraftSeed.js +36 -0
  2728. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyChipIds.js +19 -0
  2729. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyFormDraftTypes.js +6 -0
  2730. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyRequestParts.js +119 -0
  2731. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyReducer.js +160 -0
  2732. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicySelector.js +22 -0
  2733. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyState.js +1 -0
  2734. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyTemplateEpic.js +49 -0
  2735. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/deriveAiPolicyReviewRowsFromInputs.js +140 -0
  2736. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/fetchCardPolicyMccCategoriesEpic.js +20 -0
  2737. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/seedAiCardPolicyFormDraftEpic.js +100 -0
  2738. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toBulkCardPolicyTemplateRequestsFromDraft.js +96 -0
  2739. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toCardPolicyTemplateRequestFromDraft.js +59 -0
  2740. package/lib/esm/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toManualCardPolicyTemplateRequestFromDraft.js +24 -0
  2741. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingReducer.js +97 -0
  2742. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingSelector.js +31 -0
  2743. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingState.js +1 -0
  2744. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/epics/initializeCardUserOnboardingLocalDataEpic.js +30 -0
  2745. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/epics/saveCardOnboardingUserDetailsEpic.js +10 -0
  2746. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailPayload.js +1 -0
  2747. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailReducer.js +86 -0
  2748. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailSelector.js +47 -0
  2749. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailState.js +9 -0
  2750. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/fetchCashbackDetailEpic.js +20 -0
  2751. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigPayload.js +17 -0
  2752. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer.js +70 -0
  2753. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigState.js +1 -0
  2754. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/fetchChargeCardConfigEpic.js +19 -0
  2755. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetail.js +146 -0
  2756. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailPayload.js +1 -0
  2757. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer.js +675 -0
  2758. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailSelector.js +326 -0
  2759. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/closeChargeCardEpic.js +67 -0
  2760. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailEpic.js +75 -0
  2761. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailPageEpic.js +63 -0
  2762. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionAttachmentsEpic.js +38 -0
  2763. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionListEpic.js +43 -0
  2764. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionStatisticsEpic.js +35 -0
  2765. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardsRecurringExpensesEpic.js +40 -0
  2766. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchDepositAccountLimitEpic.js +36 -0
  2767. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/lockChargeCardEpic.js +73 -0
  2768. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/unlockChargeCardEpic.js +70 -0
  2769. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardDetailEpic.js +56 -0
  2770. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardLimitEpic.js +70 -0
  2771. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardNameEpic.js +78 -0
  2772. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateDebitCardPinAttemptEpic.js +38 -0
  2773. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updatePhysicalChargeCardAttemptEpic.js +38 -0
  2774. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +87 -0
  2775. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListPayload.js +1 -0
  2776. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer.js +371 -0
  2777. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +447 -0
  2778. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/closeChargeCardsEpic.js +65 -0
  2779. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListEpic.js +31 -0
  2780. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListPageEpic.js +103 -0
  2781. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountEpic.js +19 -0
  2782. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountRepaymentEpic.js +19 -0
  2783. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchDebitCardSummaryEpic.js +19 -0
  2784. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/lockChargeCardsEpic.js +65 -0
  2785. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/resendCardInviteEpic.js +27 -0
  2786. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/revokeCardInviteEpic.js +25 -0
  2787. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/revokeChargeCardsInviteEpic.js +67 -0
  2788. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/unlockChargeCardsEpic.js +64 -0
  2789. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/updateChargeCardsLimitEpic.js +72 -0
  2790. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistory.js +32 -0
  2791. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryDownloadSelector.js +22 -0
  2792. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryHelpers.js +96 -0
  2793. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryPayload.js +1 -0
  2794. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer.js +87 -0
  2795. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistorySelector.js +103 -0
  2796. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentHistoryEpic.js +31 -0
  2797. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentPageEpic.js +31 -0
  2798. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer.js +55 -0
  2799. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailSelector.js +37 -0
  2800. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailState.js +1 -0
  2801. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentPayload.js +1 -0
  2802. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/fetchChargeCardRepaymentDetailEpic.js +21 -0
  2803. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/initiateChargeCardRepaymentEpic.js +87 -0
  2804. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewPayload.js +1 -0
  2805. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer.js +161 -0
  2806. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewSelector.js +42 -0
  2807. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewState.js +1 -0
  2808. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/acceptChargeCardTermsEpic.js +76 -0
  2809. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/enableChargeCardAutoPayEpic.js +50 -0
  2810. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/expressInterestChargeCardEpic.js +44 -0
  2811. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/fetchChargeCardSetupViewEpic.js +77 -0
  2812. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/types/chargeCardTerms.js +1 -0
  2813. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementList.js +1 -0
  2814. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListPayload.js +1 -0
  2815. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer.js +52 -0
  2816. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListSelector.js +9 -0
  2817. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/fetchChargeCardStatementListEpic.js +28 -0
  2818. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/aiCardCreationFormDraftTypes.js +1 -0
  2819. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/applyAiCardCreationFormDraftUpdate.js +34 -0
  2820. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/buildAiCardCreationFormDraftSeed.js +57 -0
  2821. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/depositAccountWithLimitPayload.js +1 -0
  2822. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/deriveAiCardRowsFromTeams.js +35 -0
  2823. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/fetchDepositAccountListForCardsEpic.js +26 -0
  2824. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/fetchIssueCardPageEpic.js +57 -0
  2825. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardEpic.js +144 -0
  2826. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardReducer.js +174 -0
  2827. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardSelector.js +130 -0
  2828. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardState.js +1 -0
  2829. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/seedAiCardCreationFormDraftEpic.js +62 -0
  2830. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/toIssueChargeCardLocalDataFromDraft.js +44 -0
  2831. package/lib/esm/view/spendManagement/commonHistoryView/commonHistory.js +27 -0
  2832. package/lib/esm/view/spendManagement/commonHistoryView/commonHistoryPayload.js +20 -0
  2833. package/lib/esm/view/spendManagement/commonHistoryView/commonHistoryReducer.js +61 -0
  2834. package/lib/esm/view/spendManagement/commonHistoryView/commonHistorySelector.js +12 -0
  2835. package/lib/esm/view/spendManagement/commonHistoryView/fetchEntityHistoryEpic.js +56 -0
  2836. package/lib/esm/view/spendManagement/commonSetup/epic/setup/enableSetupEpic.js +57 -0
  2837. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.js +58 -0
  2838. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.js +77 -0
  2839. package/lib/esm/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.js +334 -0
  2840. package/lib/esm/view/spendManagement/commonSetup/epic/setup/updateSetupViewLocalStoreDataEpic.js +149 -0
  2841. package/lib/esm/view/spendManagement/commonSetup/kycKybAutofillActions.js +14 -0
  2842. package/lib/esm/view/spendManagement/commonSetup/kycKybParseMapper.js +221 -0
  2843. package/lib/esm/view/spendManagement/commonSetup/setupViewPayload.js +1 -0
  2844. package/lib/esm/view/spendManagement/commonSetup/setupViewReducer.js +363 -0
  2845. package/lib/esm/view/spendManagement/commonSetup/setupViewSelector.js +277 -0
  2846. package/lib/esm/view/spendManagement/commonSetup/setupViewState.js +15 -0
  2847. package/lib/esm/view/spendManagement/commonSetup/types/businessVerification.js +148 -0
  2848. package/lib/esm/view/spendManagement/commonSetup/types/kycKybAutofill.js +41 -0
  2849. package/lib/esm/view/spendManagement/helpers.js +386 -0
  2850. package/lib/esm/view/spendManagement/merchantList/fetchMerchantListEpic.js +26 -0
  2851. package/lib/esm/view/spendManagement/merchantList/merchantListPayload.js +1 -0
  2852. package/lib/esm/view/spendManagement/merchantList/merchantListReducer.js +46 -0
  2853. package/lib/esm/view/spendManagement/merchantList/merchantListSelector.js +9 -0
  2854. package/lib/esm/view/spendManagement/merchantList/merchantListState.js +1 -0
  2855. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/getPaymentAccountsEpic.js +37 -0
  2856. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updateMappedCashAccountEpic.js +25 -0
  2857. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountEpic.js +27 -0
  2858. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountLoginStatusEpic.js +34 -0
  2859. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountStatusEpic.js +33 -0
  2860. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePrimaryFundingAccountEpic.js +89 -0
  2861. package/lib/esm/view/spendManagement/plaidAccount/epic/plaidConnection/establishPlaidConnectionEpic.js +144 -0
  2862. package/lib/esm/view/spendManagement/plaidAccount/epic/plaidConnection/getPlaidLinkTokenEpic.js +47 -0
  2863. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewReducer.js +455 -0
  2864. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewSelector.js +3 -0
  2865. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewState.js +30 -0
  2866. package/lib/esm/view/spendManagement/plaidAccount/types/paymentAccount.js +1 -0
  2867. package/lib/esm/view/spendManagement/plaidAccount/types/plaidConnection.js +1 -0
  2868. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalPayload.js +1 -0
  2869. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalReducer.js +64 -0
  2870. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalSelector.js +12 -0
  2871. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalState.js +10 -0
  2872. package/lib/esm/view/spendManagement/realTimeApprovalView/saveRealTimeApprovalEpic.js +122 -0
  2873. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewPayload.js +47 -0
  2874. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewReducer.js +483 -0
  2875. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.js +196 -0
  2876. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewState.js +21 -0
  2877. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchCurrencyConversionValueEpic.js +59 -0
  2878. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchEditRemiDetailPageEpic.js +63 -0
  2879. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchRecommendationsAndUpdateMerchantRecommendationsEpic.js +117 -0
  2880. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchRemiAndInitializeLocalStoreEpic.js +37 -0
  2881. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/initializeRemiToLocalStoreEpic.js +106 -0
  2882. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/parseReceiptsToRemiEpic.js +191 -0
  2883. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/saveRemiDetailEpic.js +113 -0
  2884. package/lib/esm/view/spendManagement/reimbursement/editRemiView/getRecommendedCategoryClass.js +22 -0
  2885. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/fetchReimbursementConfigEpic.js +21 -0
  2886. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigPayload.js +15 -0
  2887. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigReducer.js +55 -0
  2888. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigSelector.js +7 -0
  2889. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigState.js +6 -0
  2890. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/approveOrRejectRemiEpic.js +52 -0
  2891. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/cancelAndDeleteRemiEpic.js +61 -0
  2892. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/deleteRemiEpic.js +51 -0
  2893. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/fetchDuplicateReimbursementEpic.js +67 -0
  2894. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/fetchRemiDetailEpic.js +108 -0
  2895. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewPayload.js +1 -0
  2896. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewReducer.js +315 -0
  2897. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewSelector.js +311 -0
  2898. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewState.js +35 -0
  2899. package/lib/esm/view/spendManagement/reimbursement/remiListView/fetchRemiListEpic.js +35 -0
  2900. package/lib/esm/view/spendManagement/reimbursement/remiListView/fetchRemiListPerTabEpic.js +48 -0
  2901. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListDownloadSelector.js +66 -0
  2902. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListFilterHelpers.js +28 -0
  2903. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListPayload.js +1 -0
  2904. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListReducer.js +197 -0
  2905. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListSelector.js +605 -0
  2906. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListState.js +77 -0
  2907. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/deleteRemiApprovalRuleEpic.js +44 -0
  2908. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversDetailsEpic.js +25 -0
  2909. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversListEpic.js +36 -0
  2910. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiSetupApproverViewEpic.js +60 -0
  2911. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.js +36 -0
  2912. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/reorderRemiApprovalRulesEpic.js +61 -0
  2913. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/saveRemiSetupApproverViewUpdatesEpic.js +74 -0
  2914. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewPayload.js +1 -0
  2915. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewReducer.js +338 -0
  2916. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelector.js +140 -0
  2917. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelectorTypes.js +1 -0
  2918. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewState.js +1 -0
  2919. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/fetchRemiSetupViewEpic.js +79 -0
  2920. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateMileageDetailsEpic.js +76 -0
  2921. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateRemiSetupViewLocalStoreDataEpic.js +35 -0
  2922. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptEmployeeRemiTermsEpic.js +34 -0
  2923. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptRemiTermsEpic.js +40 -0
  2924. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewPayload.js +1 -0
  2925. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewReducer.js +163 -0
  2926. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewSelector.js +50 -0
  2927. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewState.js +3 -0
  2928. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/types/remiTerms.js +1 -0
  2929. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/approveOrRejectRemisBulkActionEpic.js +75 -0
  2930. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/cancelOrDeleteRemisBulkActionEpic.js +76 -0
  2931. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/reviewDraftRemisBulkActionEpic.ts.js +24 -0
  2932. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/submitDraftRemisBulkActionEpic.js +69 -0
  2933. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewPayload.js +1 -0
  2934. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewReducer.js +172 -0
  2935. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewSelector.js +42 -0
  2936. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewState.js +19 -0
  2937. package/lib/esm/view/spendManagement/spendManagementFilterHelpers.js +142 -0
  2938. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryDetailEpic.js +72 -0
  2939. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryHistoryEpic.js +27 -0
  2940. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryTransactionListEpic.js +35 -0
  2941. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailPayload.js +11 -0
  2942. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailReducer.js +177 -0
  2943. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailSelector.js +45 -0
  2944. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailState.js +8 -0
  2945. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/acceptTreasuryTermsEpic.js +40 -0
  2946. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchPortfolioAllocationEpic.js +17 -0
  2947. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasuryFundsEpic.js +24 -0
  2948. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasurySetupViewEpic.js +77 -0
  2949. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/updatePortfolioAllocationEpic.js +40 -0
  2950. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewPayload.js +1 -0
  2951. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewReducer.js +303 -0
  2952. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewSelector.js +48 -0
  2953. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewState.js +16 -0
  2954. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/fetchTreasuryStatementListEpic.js +38 -0
  2955. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementList.js +8 -0
  2956. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListPayload.js +1 -0
  2957. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListReducer.js +56 -0
  2958. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListSelector.js +13 -0
  2959. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/fetchTreasuryTaxLetterListEpic.js +37 -0
  2960. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListReducer.js +56 -0
  2961. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListSelector.js +13 -0
  2962. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListState.js +8 -0
  2963. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyEpic.js +87 -0
  2964. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyPayload.js +11 -0
  2965. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyReducer.js +50 -0
  2966. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneySelector.js +60 -0
  2967. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyState.js +1 -0
  2968. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositEpic.js +44 -0
  2969. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositReducer.js +45 -0
  2970. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositSelector.js +28 -0
  2971. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositState.js +1 -0
  2972. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailPayload.js +11 -0
  2973. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailReducer.js +195 -0
  2974. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailSelector.js +81 -0
  2975. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailState.js +27 -0
  2976. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountDetailEpic.js +54 -0
  2977. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountEpic.js +31 -0
  2978. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountHistoryEpic.js +34 -0
  2979. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/updateDepositAccountEpic.js +63 -0
  2980. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountList.js +1 -0
  2981. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListPayload.js +10 -0
  2982. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListReducer.js +41 -0
  2983. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListSelector.js +9 -0
  2984. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/fetchDepositAccountListEpic.js +34 -0
  2985. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListPayload.js +1 -0
  2986. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListReducer.js +61 -0
  2987. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListSelector.js +18 -0
  2988. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListState.js +6 -0
  2989. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/fetchDepositAccountTransactionListEpic.js +50 -0
  2990. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/epics/fetchExpressPayInitialDetailsEpic.js +35 -0
  2991. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/epics/submitExpressPayEpic.js +62 -0
  2992. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPayReducer.js +60 -0
  2993. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPaySelector.js +78 -0
  2994. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPayState.js +1 -0
  2995. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountBalanceEpic.js +48 -0
  2996. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountListEpic.js +37 -0
  2997. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountList.js +1 -0
  2998. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListPayload.js +1 -0
  2999. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListReducer.js +95 -0
  3000. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListSelector.js +15 -0
  3001. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/unlinkPaymentAccountEpic.js +50 -0
  3002. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/fetchReviewTransferDetailEpic.js +36 -0
  3003. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailPayload.js +15 -0
  3004. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailReducer.js +113 -0
  3005. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailSelector.js +30 -0
  3006. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailState.js +1 -0
  3007. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferMoneyEpic.js +54 -0
  3008. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/createCheckingAccountEpic.js +64 -0
  3009. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/fetchZeniAccountListPageEpic.js +36 -0
  3010. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListPayload.js +1 -0
  3011. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListReducer.js +82 -0
  3012. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListSelector.js +56 -0
  3013. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListState.js +1 -0
  3014. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/acceptZeniAccountTermsEpic.js +41 -0
  3015. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/fetchZeniAccountSetupViewEpic.js +77 -0
  3016. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/types/zeniAccountTerms.js +1 -0
  3017. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewPayload.js +1 -0
  3018. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewReducer.js +92 -0
  3019. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewSelector.js +37 -0
  3020. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewState.js +1 -0
  3021. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/fetchZeniAccountsConfigEpic.js +29 -0
  3022. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigPayload.js +94 -0
  3023. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigReducer.js +54 -0
  3024. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigSelector.js +20 -0
  3025. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigState.js +1 -0
  3026. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionAddOnsEpic.js +35 -0
  3027. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionCouponsEpic.js +35 -0
  3028. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionCreateEstimateEpic.js +45 -0
  3029. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionDetailsEpic.js +69 -0
  3030. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionListEpic.js +81 -0
  3031. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionPlansEpic.js +34 -0
  3032. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionUpdateEstimateEpic.js +48 -0
  3033. package/lib/esm/view/subscriptionView/epic/initializeSubscriptionLocalDataEpic.js +40 -0
  3034. package/lib/esm/view/subscriptionView/epic/saveSubscriptionNotesUpdatesEpic.js +32 -0
  3035. package/lib/esm/view/subscriptionView/epic/saveSubscriptionUpdatesEpic.js +88 -0
  3036. package/lib/esm/view/subscriptionView/reduceSubscriptionViewFetchState.js +44 -0
  3037. package/lib/esm/view/subscriptionView/selectorHelpers.js +29 -0
  3038. package/lib/esm/view/subscriptionView/subscriptionEstmiatePayload.js +41 -0
  3039. package/lib/esm/view/subscriptionView/subscriptionViewPayload.js +37 -0
  3040. package/lib/esm/view/subscriptionView/subscriptionViewReducer.js +361 -0
  3041. package/lib/esm/view/subscriptionView/subscriptionViewSelector.js +421 -0
  3042. package/lib/esm/view/subscriptionView/subscriptionViewSelectorTypes.js +1 -0
  3043. package/lib/esm/view/subscriptionView/subscriptionViewState.js +1 -0
  3044. package/lib/esm/view/subscriptionView/types/subscriptionEstmiate.js +1 -0
  3045. package/lib/esm/view/subscriptionView/types/subscriptionTypes.js +25 -0
  3046. package/lib/esm/view/subscriptionView/types/subscriptionView.js +1 -0
  3047. package/lib/esm/view/tagView/epics/createTagEpic.js +65 -0
  3048. package/lib/esm/view/tagView/epics/deleteTagEpic.js +49 -0
  3049. package/lib/esm/view/tagView/epics/fetchAllTagsEpic.js +29 -0
  3050. package/lib/esm/view/tagView/tagViewPayload.js +1 -0
  3051. package/lib/esm/view/tagView/tagViewReducer.js +95 -0
  3052. package/lib/esm/view/tagView/tagViewSelector.js +13 -0
  3053. package/lib/esm/view/tagView/tagViewState.js +1 -0
  3054. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponses.js +1 -0
  3055. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesPayload.js +12 -0
  3056. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesReducer.js +65 -0
  3057. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesSelector.js +3 -0
  3058. package/lib/esm/view/taskManager/cannedResponsesView/epics/deleteCannedResponseEpic.js +17 -0
  3059. package/lib/esm/view/taskManager/cannedResponsesView/epics/fetchCannedResponsesEpic.js +21 -0
  3060. package/lib/esm/view/taskManager/cannedResponsesView/epics/saveCannedResponseEpic.js +29 -0
  3061. package/lib/esm/view/taskManager/taskDetailView/epics/archiveTaskEpic.js +67 -0
  3062. package/lib/esm/view/taskManager/taskDetailView/epics/createSubTaskEpic.js +96 -0
  3063. package/lib/esm/view/taskManager/taskDetailView/epics/deleteTaskEpic.js +47 -0
  3064. package/lib/esm/view/taskManager/taskDetailView/epics/fetchSubTasksEpic.js +53 -0
  3065. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskDetailEpic.js +93 -0
  3066. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskDetailPageEpic.js +34 -0
  3067. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskHistoryEpic.js +47 -0
  3068. package/lib/esm/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +42 -0
  3069. package/lib/esm/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +165 -0
  3070. package/lib/esm/view/taskManager/taskDetailView/epics/snoozeTaskEpic.js +66 -0
  3071. package/lib/esm/view/taskManager/taskDetailView/epics/unsnoozeTaskEpic.js +57 -0
  3072. package/lib/esm/view/taskManager/taskDetailView/taskDetail.js +40 -0
  3073. package/lib/esm/view/taskManager/taskDetailView/taskDetailReducer.js +384 -0
  3074. package/lib/esm/view/taskManager/taskDetailView/taskDetailSelector.js +184 -0
  3075. package/lib/esm/view/taskManager/taskGroupTemplateView/epics/createTaskFromTaskGroupTemplateEpic.js +50 -0
  3076. package/lib/esm/view/taskManager/taskGroupTemplateView/epics/fetchTaskGroupTemplatesEpic.js +30 -0
  3077. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewPayload.js +1 -0
  3078. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer.js +58 -0
  3079. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewSelector.js +7 -0
  3080. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewState.js +1 -0
  3081. package/lib/esm/view/taskManager/taskGroupView/epics/createNewTaskGroupEpic.js +55 -0
  3082. package/lib/esm/view/taskManager/taskGroupView/epics/deleteTaskGroupEpic.js +37 -0
  3083. package/lib/esm/view/taskManager/taskGroupView/epics/fetchAllTaskGroupsEpic.js +29 -0
  3084. package/lib/esm/view/taskManager/taskGroupView/epics/updateTaskGroupNameEpic.js +47 -0
  3085. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewPayload.js +1 -0
  3086. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewReducer.js +122 -0
  3087. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewState.js +1 -0
  3088. package/lib/esm/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.js +128 -0
  3089. package/lib/esm/view/taskManager/taskListView/epics/dragNDropTasksEpic.js +19 -0
  3090. package/lib/esm/view/taskManager/taskListView/epics/fetchTaskListEpic.js +41 -0
  3091. package/lib/esm/view/taskManager/taskListView/epics/fetchTaskListPageEpic.js +48 -0
  3092. package/lib/esm/view/taskManager/taskListView/epics/updateTaskFromListViewEpic.js +33 -0
  3093. package/lib/esm/view/taskManager/taskListView/taskList.js +63 -0
  3094. package/lib/esm/view/taskManager/taskListView/taskListFilterHelpers.js +18 -0
  3095. package/lib/esm/view/taskManager/taskListView/taskListPayload.js +1 -0
  3096. package/lib/esm/view/taskManager/taskListView/taskListReducer.js +943 -0
  3097. package/lib/esm/view/taskManager/taskListView/taskListSelector.js +362 -0
  3098. package/lib/esm/view/taskManager/taskListView/taskListViewHelpers.js +108 -0
  3099. package/lib/esm/view/tasksCard/fetchTasksCardEpic.js +14 -0
  3100. package/lib/esm/view/tasksCard/tasksCardPayload.js +1 -0
  3101. package/lib/esm/view/tasksCard/tasksCardReducer.js +63 -0
  3102. package/lib/esm/view/tasksCard/tasksCardSelector.js +50 -0
  3103. package/lib/esm/view/tasksCard/tasksCardState.js +1 -0
  3104. package/lib/esm/view/topEx/topExEpic.js +16 -0
  3105. package/lib/esm/view/topEx/topExPayload.js +1 -0
  3106. package/lib/esm/view/topEx/topExReducer.js +83 -0
  3107. package/lib/esm/view/topEx/topExSelector.js +61 -0
  3108. package/lib/esm/view/topEx/topExSelectorTypes.js +1 -0
  3109. package/lib/esm/view/topEx/topExState.js +13 -0
  3110. package/lib/esm/view/transactionActivityLogView/fetchTransactionActivityLogEpic.js +43 -0
  3111. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewPayload.js +1 -0
  3112. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewReducer.js +50 -0
  3113. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewSelector.js +34 -0
  3114. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewState.js +1 -0
  3115. package/lib/esm/view/transactionDetail/epics/deleteTransactionAttachmentEpic.js +41 -0
  3116. package/lib/esm/view/transactionDetail/epics/downloadAccountingProviderAttachmentEpic.js +22 -0
  3117. package/lib/esm/view/transactionDetail/epics/initializeTransactionDetailLocalDataEpic.js +24 -0
  3118. package/lib/esm/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.js +137 -0
  3119. package/lib/esm/view/transactionDetail/epics/saveTransactionDetailEpic.js +25 -0
  3120. package/lib/esm/view/transactionDetail/epics/saveTransactionHelper.js +336 -0
  3121. package/lib/esm/view/transactionDetail/epics/transactionDetailEpic.js +134 -0
  3122. package/lib/esm/view/transactionDetail/epics/updateTransactionDetailEpic.js +387 -0
  3123. package/lib/esm/view/transactionDetail/epics/uploadMissingAttachmentSuccessEpic.js +16 -0
  3124. package/lib/esm/view/transactionDetail/filePayload.js +1 -0
  3125. package/lib/esm/view/transactionDetail/getAccountingProviderAttachmentSelector.js +8 -0
  3126. package/lib/esm/view/transactionDetail/journalEntryLinesViewModel.js +207 -0
  3127. package/lib/esm/view/transactionDetail/transactionDetailLocalDataHelper.js +1140 -0
  3128. package/lib/esm/view/transactionDetail/transactionDetailPayload.js +1 -0
  3129. package/lib/esm/view/transactionDetail/transactionDetailReducer.js +881 -0
  3130. package/lib/esm/view/transactionDetail/transactionDetailSelector.js +213 -0
  3131. package/lib/esm/view/transactionDetail/transactionDetailState.js +69 -0
  3132. package/lib/esm/view/transactionDetail/transactionDetailTypes.js +1 -0
  3133. package/lib/esm/view/transactionList/fetchTransactionListByAccountEpic.js +51 -0
  3134. package/lib/esm/view/transactionList/fetchTransactionListByClassEpic.js +46 -0
  3135. package/lib/esm/view/transactionList/fetchTransactionListByEntityEpic.js +46 -0
  3136. package/lib/esm/view/transactionList/fetchTransactionListByProjectEpic.js +45 -0
  3137. package/lib/esm/view/transactionList/fetchTransactionsListByCategoryTypeEpic.js +64 -0
  3138. package/lib/esm/view/transactionList/parallelFetchAccountTransactionListEpic.js +79 -0
  3139. package/lib/esm/view/transactionList/parallelFetchClassTransactionListEpic.js +79 -0
  3140. package/lib/esm/view/transactionList/parallelFetchEntityTransactionListEpic.js +88 -0
  3141. package/lib/esm/view/transactionList/parallelFetchProjectTransactionListEpic.js +32 -0
  3142. package/lib/esm/view/transactionList/parallelFetchTransactionListByCategoryTypeEpic.js +32 -0
  3143. package/lib/esm/view/transactionList/reduceTransactionListFetchState.js +51 -0
  3144. package/lib/esm/view/transactionList/transactionListByAccountSelector.js +57 -0
  3145. package/lib/esm/view/transactionList/transactionListByCategoryTypeSelector.js +46 -0
  3146. package/lib/esm/view/transactionList/transactionListByClassSelector.js +58 -0
  3147. package/lib/esm/view/transactionList/transactionListByEntitySelector.js +97 -0
  3148. package/lib/esm/view/transactionList/transactionListByProjectSelector.js +58 -0
  3149. package/lib/esm/view/transactionList/transactionListPayload.js +1 -0
  3150. package/lib/esm/view/transactionList/transactionListReducer.js +476 -0
  3151. package/lib/esm/view/transactionList/transactionListState.js +51 -0
  3152. package/lib/esm/view/trend/fetchExpenseTrendEpic.js +54 -0
  3153. package/lib/esm/view/trend/fetchIncomeTrendEpic.js +51 -0
  3154. package/lib/esm/view/trend/trendPayload.js +1 -0
  3155. package/lib/esm/view/trend/trendReducer.js +72 -0
  3156. package/lib/esm/view/trend/trendSelector.js +134 -0
  3157. package/lib/esm/view/trend/trendState.js +1 -0
  3158. package/lib/esm/view/trendWithTransactions/fetchTransactionsForEntityEpic.js +14 -0
  3159. package/lib/esm/view/trendWithTransactions/fetchTrendForEntityEpic.js +16 -0
  3160. package/lib/esm/view/trendWithTransactions/reduceTrendWithTransactionsState.js +51 -0
  3161. package/lib/esm/view/trendWithTransactions/trendWithTransactionsReducer.js +67 -0
  3162. package/lib/esm/view/trendWithTransactions/trendWithTransactionsSelector.js +51 -0
  3163. package/lib/esm/view/trendWithTransactions/trendWithTransactionsState.js +1 -0
  3164. package/lib/esm/view/twoFactorAuthentication/resendOtpEpic.js +168 -0
  3165. package/lib/esm/view/twoFactorAuthentication/sendOtpEpic.js +169 -0
  3166. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthentication.js +34 -0
  3167. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationPayload.js +7 -0
  3168. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationReducer.js +241 -0
  3169. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationSelector.js +17 -0
  3170. package/lib/esm/view/twoFactorAuthentication/verifyOtpEpic.js +153 -0
  3171. package/lib/esm/view/userFinancialAccount/fetchUserFinancialAccountEpic.js +48 -0
  3172. package/lib/esm/view/userFinancialAccount/userFinancialAccountPayload.js +1 -0
  3173. package/lib/esm/view/userFinancialAccount/userFinancialAccountReducer.js +92 -0
  3174. package/lib/esm/view/userFinancialAccount/userFinancialAccountSelector.js +29 -0
  3175. package/lib/esm/view/userFinancialAccount/userFinancialAccountState.js +1 -0
  3176. package/lib/esm/view/userGroupListView/userGroupListViewReducer.js +68 -0
  3177. package/lib/esm/view/userGroupListView/userGroupListViewSelector.js +16 -0
  3178. package/lib/esm/view/userGroupListView/userGroupListViewState.js +1 -0
  3179. package/lib/esm/view/userListView/fetchUserListByTypeEpic.js +78 -0
  3180. package/lib/esm/view/userListView/userListViewPayload.js +1 -0
  3181. package/lib/esm/view/userListView/userListViewReducer.js +75 -0
  3182. package/lib/esm/view/userListView/userListViewSelector.js +31 -0
  3183. package/lib/esm/view/userListView/userListViewState.js +1 -0
  3184. package/lib/esm/view/userRoleConfigView/userRoleConfigEpic.js +32 -0
  3185. package/lib/esm/view/userRoleConfigView/userRoleConfigPayload.js +1 -0
  3186. package/lib/esm/view/userRoleConfigView/userRoleConfigReducer.js +43 -0
  3187. package/lib/esm/view/userRoleConfigView/userRoleConfigSelector.js +8 -0
  3188. package/lib/esm/view/userRoleConfigView/userRoleConfigState.js +1 -0
  3189. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListEpic.js +19 -0
  3190. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListPayload.js +1 -0
  3191. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListReducer.js +50 -0
  3192. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListState.js +1 -0
  3193. package/lib/esm/view/vendorFiling1099/__mock__/json/vendorFiling1099DownloadSuccess.json +574 -0
  3194. package/lib/esm/view/vendorFiling1099/__mock__/json/vendorFiling1099ListSuccess.json +94 -0
  3195. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099DownloadMock.js +89 -0
  3196. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099ListMock.js +202 -0
  3197. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099ListSelectorMock.js +43 -0
  3198. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099UploadDetailsMock.js +152 -0
  3199. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099AllEpic.js +26 -0
  3200. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099DownloadEpic.js +45 -0
  3201. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099ListEpic.js +37 -0
  3202. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListPayload.js +1 -0
  3203. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer.js +131 -0
  3204. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListSelector.js +80 -0
  3205. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListState.js +11 -0
  3206. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsPayload.js +50 -0
  3207. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.js +215 -0
  3208. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSaveEpic.js +54 -0
  3209. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSelector.js +12 -0
  3210. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsState.js +1 -0
  3211. package/lib/esm/view/vendorList/fetchVendorsListEpic.js +93 -0
  3212. package/lib/esm/view/vendorList/vendorListPayload.js +1 -0
  3213. package/lib/esm/view/vendorList/vendorListReducer.js +151 -0
  3214. package/lib/esm/view/vendorList/vendorListSelector.js +84 -0
  3215. package/lib/esm/view/vendorList/vendorListState.js +1 -0
  3216. package/lib/esm/view/vendorReviewView/common/payload/commonTypes.js +84 -0
  3217. package/lib/esm/view/vendorReviewView/common/payload/commonTypesPayloadShapes.js +1 -0
  3218. package/lib/esm/view/vendorReviewView/common/state/commonTypes.js +83 -0
  3219. package/lib/esm/view/vendorReviewView/common/state/recommendedNonExistingGlobalMerchant.js +1 -0
  3220. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewAttachmentsEpic.js +33 -0
  3221. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewViewEpic.js +87 -0
  3222. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorDetailsViewEpic.js +57 -0
  3223. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorFirstReviewViewEpic.js +247 -0
  3224. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewPayload.js +24 -0
  3225. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer.js +342 -0
  3226. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewSelector.js +120 -0
  3227. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewState.js +11 -0
  3228. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/approveVendorGlobalReviewEpic.js +142 -0
  3229. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/fetchVendorGlobalReviewViewEpic.js +90 -0
  3230. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/rejectVendorGlobalReviewEpic.js +90 -0
  3231. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewPayload.js +8 -0
  3232. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer.js +262 -0
  3233. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewSelector.js +57 -0
  3234. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewState.js +8 -0
  3235. package/lib/esm/view/vendorTabView/fetchVendorTabViewEpic.js +71 -0
  3236. package/lib/esm/view/vendorTabView/vendorTabViewReducer.js +54 -0
  3237. package/lib/esm/view/vendorTabView/vendorTabViewSelector.js +12 -0
  3238. package/lib/esm/view/vendorTabView/vendorTabViewState.js +10 -0
  3239. package/lib/esm/view/vendorTypeList/vendorTypeListEpic.js +19 -0
  3240. package/lib/esm/view/vendorTypeList/vendorTypeListPayload.js +1 -0
  3241. package/lib/esm/view/vendorTypeList/vendorTypeListReducer.js +36 -0
  3242. package/lib/esm/view/vendorTypeList/vendorTypeListState.js +1 -0
  3243. package/lib/esm/view/vendorTypeList/vendorTypeSelector.js +1 -0
  3244. package/lib/esm/view/zeniAccStatementList/fetchZeniAccStatementListEpic.js +32 -0
  3245. package/lib/esm/view/zeniAccStatementList/fetchZeniAccStatementPageEpic.js +33 -0
  3246. package/lib/esm/view/zeniAccStatementList/zeniAccStatementList.js +8 -0
  3247. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListPayload.js +1 -0
  3248. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListReducer.js +81 -0
  3249. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListSelector.js +32 -0
  3250. package/lib/esm/view/zeniOAuthView/epics/approveOAuthConsentEpic.js +65 -0
  3251. package/lib/esm/view/zeniOAuthView/zeniOAuthParamsParser.js +41 -0
  3252. package/lib/esm/view/zeniOAuthView/zeniOAuthReducer.js +53 -0
  3253. package/lib/esm/view/zeniOAuthView/zeniOAuthSelector.js +3 -0
  3254. package/lib/esm/view/zeniOAuthView/zeniOAuthState.js +1 -0
  3255. package/lib/esm/zeniAPI.js +203 -0
  3256. package/lib/esm/zeniAPIClientState.js +4 -0
  3257. package/lib/esm/zeniAPIStatus.js +20 -0
  3258. package/lib/esm/zeniDayJS.js +118 -0
  3259. package/lib/esm/zeniUrl.js +12 -0
  3260. package/lib/externalAPI.d.ts +4 -0
  3261. package/lib/externalAPI.js +2 -0
  3262. package/lib/index.d.ts +1265 -0
  3263. package/lib/index.js +3243 -0
  3264. package/lib/init.d.ts +50 -0
  3265. package/lib/init.js +137 -0
  3266. package/lib/pusherClient.d.ts +18 -0
  3267. package/lib/pusherClient.js +151 -0
  3268. package/lib/reducer.d.ts +281 -0
  3269. package/lib/reducer.js +890 -0
  3270. package/lib/responsePayload.d.ts +10 -0
  3271. package/lib/responsePayload.js +10 -0
  3272. package/lib/rootActions.d.ts +17 -0
  3273. package/lib/rootActions.js +21 -0
  3274. package/lib/rootStateTypes.d.ts +555 -0
  3275. package/lib/rootStateTypes.js +2 -0
  3276. package/lib/view/accountList/accountListPayload.d.ts +7 -0
  3277. package/lib/view/accountList/accountListPayload.js +2 -0
  3278. package/lib/view/accountList/accountListReducer.d.ts +22 -0
  3279. package/lib/view/accountList/accountListReducer.js +112 -0
  3280. package/lib/view/accountList/accountListSelector.d.ts +30 -0
  3281. package/lib/view/accountList/accountListSelector.js +83 -0
  3282. package/lib/view/accountList/accountListState.d.ts +12 -0
  3283. package/lib/view/accountList/accountListState.js +2 -0
  3284. package/lib/view/accountList/fetchAccountListEpic.d.ts +8 -0
  3285. package/lib/view/accountList/fetchAccountListEpic.js +55 -0
  3286. package/lib/view/accountMappingView/__mocks__/accountMappingSelectorMock.d.ts +11 -0
  3287. package/lib/view/accountMappingView/__mocks__/accountMappingSelectorMock.js +4659 -0
  3288. package/lib/view/accountMappingView/accountMappingPayload.d.ts +8 -0
  3289. package/lib/view/accountMappingView/accountMappingPayload.js +160 -0
  3290. package/lib/view/accountMappingView/accountMappingReducer.d.ts +18 -0
  3291. package/lib/view/accountMappingView/accountMappingReducer.js +336 -0
  3292. package/lib/view/accountMappingView/accountMappingState.d.ts +63 -0
  3293. package/lib/view/accountMappingView/accountMappingState.js +2 -0
  3294. package/lib/view/accountMappingView/accountMappingTypeHelper.d.ts +17 -0
  3295. package/lib/view/accountMappingView/accountMappingTypeHelper.js +2 -0
  3296. package/lib/view/accountMappingView/accountMappingViewSelector.d.ts +42 -0
  3297. package/lib/view/accountMappingView/accountMappingViewSelector.js +130 -0
  3298. package/lib/view/accountMappingView/accountTypeRecommendation/accountTypeRecommendationPayload.d.ts +44 -0
  3299. package/lib/view/accountMappingView/accountTypeRecommendation/accountTypeRecommendationPayload.js +67 -0
  3300. package/lib/view/accountMappingView/accountTypeRecommendation/fetchRecommendationForAccountTypeEpic.d.ts +7 -0
  3301. package/lib/view/accountMappingView/accountTypeRecommendation/fetchRecommendationForAccountTypeEpic.js +27 -0
  3302. package/lib/view/accountMappingView/fetchAccountListForAccountTypesEpic.d.ts +8 -0
  3303. package/lib/view/accountMappingView/fetchAccountListForAccountTypesEpic.js +41 -0
  3304. package/lib/view/accountMappingView/initializeAccountMappingViewEpic.d.ts +5 -0
  3305. package/lib/view/accountMappingView/initializeAccountMappingViewEpic.js +15 -0
  3306. package/lib/view/accountMappingView/saveAccountMappingViewEpic.d.ts +9 -0
  3307. package/lib/view/accountMappingView/saveAccountMappingViewEpic.js +52 -0
  3308. package/lib/view/addressView/__mocks__/addressViewMocks.d.ts +35 -0
  3309. package/lib/view/addressView/__mocks__/addressViewMocks.js +239 -0
  3310. package/lib/view/addressView/__mocks__/json/createAddressResponse.json +23 -0
  3311. package/lib/view/addressView/__mocks__/json/createCompanyAddressSuccess.json +258 -0
  3312. package/lib/view/addressView/__mocks__/json/createCompanyUserAddressSuccess.json +418 -0
  3313. package/lib/view/addressView/__mocks__/json/fetchAddressResponse.json +24 -0
  3314. package/lib/view/addressView/__mocks__/json/updateAddressResponse.json +24 -0
  3315. package/lib/view/addressView/addressViewPayload.d.ts +10 -0
  3316. package/lib/view/addressView/addressViewPayload.js +23 -0
  3317. package/lib/view/addressView/addressViewReducer.d.ts +46 -0
  3318. package/lib/view/addressView/addressViewReducer.js +196 -0
  3319. package/lib/view/addressView/addressViewSelector.d.ts +13 -0
  3320. package/lib/view/addressView/addressViewSelector.js +38 -0
  3321. package/lib/view/addressView/addressViewState.d.ts +20 -0
  3322. package/lib/view/addressView/addressViewState.js +2 -0
  3323. package/lib/view/addressView/epic/createAddressEpic.d.ts +7 -0
  3324. package/lib/view/addressView/epic/createAddressEpic.js +45 -0
  3325. package/lib/view/addressView/epic/createCompanyAddressEpic.d.ts +8 -0
  3326. package/lib/view/addressView/epic/createCompanyAddressEpic.js +48 -0
  3327. package/lib/view/addressView/epic/createCompanyUserAddressEpic.d.ts +10 -0
  3328. package/lib/view/addressView/epic/createCompanyUserAddressEpic.js +57 -0
  3329. package/lib/view/addressView/epic/fetchAddressEpic.d.ts +19 -0
  3330. package/lib/view/addressView/epic/fetchAddressEpic.js +33 -0
  3331. package/lib/view/addressView/epic/saveNewAddressEpic.d.ts +23 -0
  3332. package/lib/view/addressView/epic/saveNewAddressEpic.js +33 -0
  3333. package/lib/view/addressView/epic/updateAddressEpic.d.ts +19 -0
  3334. package/lib/view/addressView/epic/updateAddressEpic.js +29 -0
  3335. package/lib/view/addressView/toAddressViewLocalData.d.ts +5 -0
  3336. package/lib/view/addressView/toAddressViewLocalData.js +37 -0
  3337. package/lib/view/aiAccountantView/aiAccountantViewPayload.d.ts +33 -0
  3338. package/lib/view/aiAccountantView/aiAccountantViewPayload.js +8 -0
  3339. package/lib/view/aiAccountantView/aiAccountantViewReducer.d.ts +29 -0
  3340. package/lib/view/aiAccountantView/aiAccountantViewReducer.js +157 -0
  3341. package/lib/view/aiAccountantView/aiAccountantViewSelector.d.ts +16 -0
  3342. package/lib/view/aiAccountantView/aiAccountantViewSelector.js +83 -0
  3343. package/lib/view/aiAccountantView/aiAccountantViewState.d.ts +26 -0
  3344. package/lib/view/aiAccountantView/aiAccountantViewState.js +13 -0
  3345. package/lib/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.d.ts +33 -0
  3346. package/lib/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.js +50 -0
  3347. package/lib/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.d.ts +23 -0
  3348. package/lib/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.js +28 -0
  3349. package/lib/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.d.ts +33 -0
  3350. package/lib/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.js +48 -0
  3351. package/lib/view/aiAccountantView/epics/triggerAiAccountantJobEpic.d.ts +28 -0
  3352. package/lib/view/aiAccountantView/epics/triggerAiAccountantJobEpic.js +83 -0
  3353. package/lib/view/aiAgentPerformance/aggregatedReportEpic.d.ts +15 -0
  3354. package/lib/view/aiAgentPerformance/aggregatedReportEpic.js +29 -0
  3355. package/lib/view/aiAgentPerformance/aggregatedReportPayload.d.ts +47 -0
  3356. package/lib/view/aiAgentPerformance/aggregatedReportPayload.js +2 -0
  3357. package/lib/view/aiAgentPerformance/aggregatedReportViewReducer.d.ts +14 -0
  3358. package/lib/view/aiAgentPerformance/aggregatedReportViewReducer.js +166 -0
  3359. package/lib/view/aiAgentPerformance/aggregatedReportViewSelector.d.ts +6 -0
  3360. package/lib/view/aiAgentPerformance/aggregatedReportViewSelector.js +12 -0
  3361. package/lib/view/aiAgentPerformance/aggregatedReportViewState.d.ts +66 -0
  3362. package/lib/view/aiAgentPerformance/aggregatedReportViewState.js +45 -0
  3363. package/lib/view/aiAgentPerformance/performanceHelper.d.ts +11 -0
  3364. package/lib/view/aiAgentPerformance/performanceHelper.js +54 -0
  3365. package/lib/view/aiCfoView/aiCfoViewPayload.d.ts +232 -0
  3366. package/lib/view/aiCfoView/aiCfoViewPayload.js +2 -0
  3367. package/lib/view/aiCfoView/aiCfoViewReducer.d.ts +232 -0
  3368. package/lib/view/aiCfoView/aiCfoViewReducer.js +1192 -0
  3369. package/lib/view/aiCfoView/aiCfoViewSelector.d.ts +44 -0
  3370. package/lib/view/aiCfoView/aiCfoViewSelector.js +151 -0
  3371. package/lib/view/aiCfoView/aiCfoViewState.d.ts +382 -0
  3372. package/lib/view/aiCfoView/aiCfoViewState.js +2 -0
  3373. package/lib/view/aiCfoView/epics/acceptMasterTOSEpic.d.ts +9 -0
  3374. package/lib/view/aiCfoView/epics/acceptMasterTOSEpic.js +28 -0
  3375. package/lib/view/aiCfoView/epics/createSessionAndSubmitEpic.d.ts +9 -0
  3376. package/lib/view/aiCfoView/epics/createSessionAndSubmitEpic.js +151 -0
  3377. package/lib/view/aiCfoView/epics/createSessionEpic.d.ts +8 -0
  3378. package/lib/view/aiCfoView/epics/createSessionEpic.js +38 -0
  3379. package/lib/view/aiCfoView/epics/deleteChatSessionEpic.d.ts +34 -0
  3380. package/lib/view/aiCfoView/epics/deleteChatSessionEpic.js +59 -0
  3381. package/lib/view/aiCfoView/epics/deleteRoutineEpic.d.ts +18 -0
  3382. package/lib/view/aiCfoView/epics/deleteRoutineEpic.js +39 -0
  3383. package/lib/view/aiCfoView/epics/deleteSkillEpic.d.ts +8 -0
  3384. package/lib/view/aiCfoView/epics/deleteSkillEpic.js +27 -0
  3385. package/lib/view/aiCfoView/epics/fetchChatHistoryEpic.d.ts +8 -0
  3386. package/lib/view/aiCfoView/epics/fetchChatHistoryEpic.js +47 -0
  3387. package/lib/view/aiCfoView/epics/fetchChatSessionsForUserEpic.d.ts +8 -0
  3388. package/lib/view/aiCfoView/epics/fetchChatSessionsForUserEpic.js +35 -0
  3389. package/lib/view/aiCfoView/epics/fetchRoutineRunsEpic.d.ts +13 -0
  3390. package/lib/view/aiCfoView/epics/fetchRoutineRunsEpic.js +39 -0
  3391. package/lib/view/aiCfoView/epics/fetchRoutinesEpic.d.ts +7 -0
  3392. package/lib/view/aiCfoView/epics/fetchRoutinesEpic.js +41 -0
  3393. package/lib/view/aiCfoView/epics/fetchSkillDetailEpic.d.ts +8 -0
  3394. package/lib/view/aiCfoView/epics/fetchSkillDetailEpic.js +39 -0
  3395. package/lib/view/aiCfoView/epics/fetchSkillVersionBodyEpic.d.ts +13 -0
  3396. package/lib/view/aiCfoView/epics/fetchSkillVersionBodyEpic.js +49 -0
  3397. package/lib/view/aiCfoView/epics/fetchSkillVersionsEpic.d.ts +8 -0
  3398. package/lib/view/aiCfoView/epics/fetchSkillVersionsEpic.js +41 -0
  3399. package/lib/view/aiCfoView/epics/fetchSkillsEpic.d.ts +8 -0
  3400. package/lib/view/aiCfoView/epics/fetchSkillsEpic.js +68 -0
  3401. package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.d.ts +15 -0
  3402. package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +43 -0
  3403. package/lib/view/aiCfoView/epics/runRoutineEpic.d.ts +14 -0
  3404. package/lib/view/aiCfoView/epics/runRoutineEpic.js +38 -0
  3405. package/lib/view/aiCfoView/epics/saveRoutineEpic.d.ts +13 -0
  3406. package/lib/view/aiCfoView/epics/saveRoutineEpic.js +69 -0
  3407. package/lib/view/aiCfoView/epics/saveSkillEpic.d.ts +14 -0
  3408. package/lib/view/aiCfoView/epics/saveSkillEpic.js +76 -0
  3409. package/lib/view/aiCfoView/epics/setRoutineEnabledEpic.d.ts +15 -0
  3410. package/lib/view/aiCfoView/epics/setRoutineEnabledEpic.js +32 -0
  3411. package/lib/view/aiCfoView/epics/setSkillVisibilityEpic.d.ts +14 -0
  3412. package/lib/view/aiCfoView/epics/setSkillVisibilityEpic.js +36 -0
  3413. package/lib/view/aiCfoView/epics/stopSubmitEpic.d.ts +8 -0
  3414. package/lib/view/aiCfoView/epics/stopSubmitEpic.js +55 -0
  3415. package/lib/view/aiCfoView/epics/stopSubmitQuestionEpic.d.ts +7 -0
  3416. package/lib/view/aiCfoView/epics/stopSubmitQuestionEpic.js +41 -0
  3417. package/lib/view/aiCfoView/epics/submitFeedbackEpic.d.ts +13 -0
  3418. package/lib/view/aiCfoView/epics/submitFeedbackEpic.js +43 -0
  3419. package/lib/view/aiCfoView/epics/submitQuestionEpic.d.ts +8 -0
  3420. package/lib/view/aiCfoView/epics/submitQuestionEpic.js +69 -0
  3421. package/lib/view/aiCfoView/epics/toRoutine.d.ts +17 -0
  3422. package/lib/view/aiCfoView/epics/toRoutine.js +69 -0
  3423. package/lib/view/aiCfoView/epics/toRoutineRun.d.ts +12 -0
  3424. package/lib/view/aiCfoView/epics/toRoutineRun.js +47 -0
  3425. package/lib/view/aiCfoView/epics/toSkillDetail.d.ts +88 -0
  3426. package/lib/view/aiCfoView/epics/toSkillDetail.js +110 -0
  3427. package/lib/view/apAgingView/apAgingDetail/apAgingDetailPayload.d.ts +16 -0
  3428. package/lib/view/apAgingView/apAgingDetail/apAgingDetailPayload.js +47 -0
  3429. package/lib/view/apAgingView/apAgingDetail/apAgingDetailReducer.d.ts +20 -0
  3430. package/lib/view/apAgingView/apAgingDetail/apAgingDetailReducer.js +105 -0
  3431. package/lib/view/apAgingView/apAgingDetail/apAgingDetailSelector.d.ts +17 -0
  3432. package/lib/view/apAgingView/apAgingDetail/apAgingDetailSelector.js +83 -0
  3433. package/lib/view/apAgingView/apAgingDetail/apAgingDetailState.d.ts +13 -0
  3434. package/lib/view/apAgingView/apAgingDetail/apAgingDetailState.js +2 -0
  3435. package/lib/view/apAgingView/apAgingDetail/fetchApAgingDetailEpic.d.ts +8 -0
  3436. package/lib/view/apAgingView/apAgingDetail/fetchApAgingDetailEpic.js +37 -0
  3437. package/lib/view/apAgingView/apAgingReport/apAgingPayload.d.ts +22 -0
  3438. package/lib/view/apAgingView/apAgingReport/apAgingPayload.js +50 -0
  3439. package/lib/view/apAgingView/apAgingReport/apAgingReducer.d.ts +18 -0
  3440. package/lib/view/apAgingView/apAgingReport/apAgingReducer.js +129 -0
  3441. package/lib/view/apAgingView/apAgingReport/apAgingSelector.d.ts +18 -0
  3442. package/lib/view/apAgingView/apAgingReport/apAgingSelector.js +70 -0
  3443. package/lib/view/apAgingView/apAgingReport/apAgingState.d.ts +13 -0
  3444. package/lib/view/apAgingView/apAgingReport/apAgingState.js +2 -0
  3445. package/lib/view/apAgingView/apAgingReport/fetchApAgingEpic.d.ts +8 -0
  3446. package/lib/view/apAgingView/apAgingReport/fetchApAgingEpic.js +47 -0
  3447. package/lib/view/arAgingView/arAgingDetail/arAgingDetailPayload.d.ts +16 -0
  3448. package/lib/view/arAgingView/arAgingDetail/arAgingDetailPayload.js +47 -0
  3449. package/lib/view/arAgingView/arAgingDetail/arAgingDetailReducer.d.ts +20 -0
  3450. package/lib/view/arAgingView/arAgingDetail/arAgingDetailReducer.js +105 -0
  3451. package/lib/view/arAgingView/arAgingDetail/arAgingDetailSelector.d.ts +15 -0
  3452. package/lib/view/arAgingView/arAgingDetail/arAgingDetailSelector.js +56 -0
  3453. package/lib/view/arAgingView/arAgingDetail/arAgingDetailState.d.ts +13 -0
  3454. package/lib/view/arAgingView/arAgingDetail/arAgingDetailState.js +2 -0
  3455. package/lib/view/arAgingView/arAgingDetail/fetchArAgingDetailEpic.d.ts +8 -0
  3456. package/lib/view/arAgingView/arAgingDetail/fetchArAgingDetailEpic.js +37 -0
  3457. package/lib/view/arAgingView/arAgingReport/arAgingPayload.d.ts +22 -0
  3458. package/lib/view/arAgingView/arAgingReport/arAgingPayload.js +57 -0
  3459. package/lib/view/arAgingView/arAgingReport/arAgingReducer.d.ts +22 -0
  3460. package/lib/view/arAgingView/arAgingReport/arAgingReducer.js +141 -0
  3461. package/lib/view/arAgingView/arAgingReport/arAgingSelector.d.ts +24 -0
  3462. package/lib/view/arAgingView/arAgingReport/arAgingSelector.js +99 -0
  3463. package/lib/view/arAgingView/arAgingReport/arAgingState.d.ts +18 -0
  3464. package/lib/view/arAgingView/arAgingReport/arAgingState.js +2 -0
  3465. package/lib/view/arAgingView/arAgingReport/fetchArAgingEpic.d.ts +8 -0
  3466. package/lib/view/arAgingView/arAgingReport/fetchArAgingEpic.js +45 -0
  3467. package/lib/view/auditReportView/auditReportViewHelper.d.ts +13 -0
  3468. package/lib/view/auditReportView/auditReportViewHelper.js +106 -0
  3469. package/lib/view/auditReportView/auditReportViewPayload.d.ts +88 -0
  3470. package/lib/view/auditReportView/auditReportViewPayload.js +2 -0
  3471. package/lib/view/auditReportView/auditReportViewReducer.d.ts +44 -0
  3472. package/lib/view/auditReportView/auditReportViewReducer.js +206 -0
  3473. package/lib/view/auditReportView/auditReportViewSelector.d.ts +27 -0
  3474. package/lib/view/auditReportView/auditReportViewSelector.js +49 -0
  3475. package/lib/view/auditReportView/auditReportViewState.d.ts +85 -0
  3476. package/lib/view/auditReportView/auditReportViewState.js +25 -0
  3477. package/lib/view/auditReportView/epics/fetchAuditReportGroupViewEpic.d.ts +7 -0
  3478. package/lib/view/auditReportView/epics/fetchAuditReportGroupViewEpic.js +54 -0
  3479. package/lib/view/auditReportView/epics/fetchAuditRuleGroupViewEpic.d.ts +7 -0
  3480. package/lib/view/auditReportView/epics/fetchAuditRuleGroupViewEpic.js +39 -0
  3481. package/lib/view/auditReportView/epics/saveReasonForAuditRuleEpic.d.ts +8 -0
  3482. package/lib/view/auditReportView/epics/saveReasonForAuditRuleEpic.js +46 -0
  3483. package/lib/view/authenticationView/authenticationViewPayload.d.ts +6 -0
  3484. package/lib/view/authenticationView/authenticationViewPayload.js +2 -0
  3485. package/lib/view/authenticationView/authenticationViewReducer.d.ts +9 -0
  3486. package/lib/view/authenticationView/authenticationViewReducer.js +63 -0
  3487. package/lib/view/authenticationView/authenticationViewSelector.d.ts +7 -0
  3488. package/lib/view/authenticationView/authenticationViewSelector.js +11 -0
  3489. package/lib/view/authenticationView/authenticationViewState.d.ts +10 -0
  3490. package/lib/view/authenticationView/authenticationViewState.js +2 -0
  3491. package/lib/view/authenticationView/epics/fetchCollaborationAuthTokenEpic.d.ts +8 -0
  3492. package/lib/view/authenticationView/epics/fetchCollaborationAuthTokenEpic.js +28 -0
  3493. package/lib/view/autoComplete/entityAutoCompletePayload.d.ts +6 -0
  3494. package/lib/view/autoComplete/entityAutoCompletePayload.js +2 -0
  3495. package/lib/view/autoComplete/entityAutoCompleteReducer.d.ts +20 -0
  3496. package/lib/view/autoComplete/entityAutoCompleteReducer.js +62 -0
  3497. package/lib/view/autoComplete/entityAutoCompleteSelector.d.ts +10 -0
  3498. package/lib/view/autoComplete/entityAutoCompleteSelector.js +25 -0
  3499. package/lib/view/autoComplete/entityAutoCompleteState.d.ts +7 -0
  3500. package/lib/view/autoComplete/entityAutoCompleteState.js +2 -0
  3501. package/lib/view/autoComplete/fetchEntityAutoCompleteEpic.d.ts +8 -0
  3502. package/lib/view/autoComplete/fetchEntityAutoCompleteEpic.js +50 -0
  3503. package/lib/view/balanceSheet/balanceSheetEpic.d.ts +6 -0
  3504. package/lib/view/balanceSheet/balanceSheetEpic.js +35 -0
  3505. package/lib/view/balanceSheet/balanceSheetForTimeframeEpic.d.ts +9 -0
  3506. package/lib/view/balanceSheet/balanceSheetForTimeframeEpic.js +77 -0
  3507. package/lib/view/balanceSheet/balanceSheetPayload.d.ts +43 -0
  3508. package/lib/view/balanceSheet/balanceSheetPayload.js +76 -0
  3509. package/lib/view/balanceSheet/balanceSheetReducer.d.ts +30 -0
  3510. package/lib/view/balanceSheet/balanceSheetReducer.js +115 -0
  3511. package/lib/view/balanceSheet/balanceSheetSelector.d.ts +22 -0
  3512. package/lib/view/balanceSheet/balanceSheetSelector.js +95 -0
  3513. package/lib/view/balanceSheet/balanceSheetSelectorTypes.d.ts +48 -0
  3514. package/lib/view/balanceSheet/balanceSheetSelectorTypes.js +115 -0
  3515. package/lib/view/balanceSheet/balanceSheetState.d.ts +17 -0
  3516. package/lib/view/balanceSheet/balanceSheetState.js +2 -0
  3517. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewEpic.d.ts +6 -0
  3518. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewEpic.js +34 -0
  3519. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewPayload.d.ts +20 -0
  3520. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewPayload.js +2 -0
  3521. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewReducer.d.ts +34 -0
  3522. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewReducer.js +133 -0
  3523. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewSelector.d.ts +7 -0
  3524. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewSelector.js +94 -0
  3525. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewSelectorTypes.d.ts +7 -0
  3526. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewSelectorTypes.js +2 -0
  3527. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewState.d.ts +23 -0
  3528. package/lib/view/balanceSheetClassesView/balanceSheetClassesViewState.js +2 -0
  3529. package/lib/view/balanceSheetClassesView/balanceSheetForTimeframeClassesViewEpic.d.ts +9 -0
  3530. package/lib/view/balanceSheetClassesView/balanceSheetForTimeframeClassesViewEpic.js +66 -0
  3531. package/lib/view/balanceSheetProjectView/balanceSheetForTimeframeProjectViewEpic.d.ts +10 -0
  3532. package/lib/view/balanceSheetProjectView/balanceSheetForTimeframeProjectViewEpic.js +68 -0
  3533. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewEpic.d.ts +6 -0
  3534. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewEpic.js +34 -0
  3535. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewPayload.d.ts +20 -0
  3536. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewPayload.js +2 -0
  3537. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewReducer.d.ts +33 -0
  3538. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewReducer.js +129 -0
  3539. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewSelector.d.ts +7 -0
  3540. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewSelector.js +94 -0
  3541. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewSelectorTypes.d.ts +18 -0
  3542. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewSelectorTypes.js +2 -0
  3543. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewState.d.ts +22 -0
  3544. package/lib/view/balanceSheetProjectView/balanceSheetProjectViewState.js +2 -0
  3545. package/lib/view/bankAccountView/bankAccountViewPayload.d.ts +40 -0
  3546. package/lib/view/bankAccountView/bankAccountViewPayload.js +29 -0
  3547. package/lib/view/bankAccountView/bankAccountViewReducer.d.ts +70 -0
  3548. package/lib/view/bankAccountView/bankAccountViewReducer.js +353 -0
  3549. package/lib/view/bankAccountView/bankAccountViewSelector.d.ts +14 -0
  3550. package/lib/view/bankAccountView/bankAccountViewSelector.js +38 -0
  3551. package/lib/view/bankAccountView/bankAccountViewState.d.ts +55 -0
  3552. package/lib/view/bankAccountView/bankAccountViewState.js +2 -0
  3553. package/lib/view/bankAccountView/epic/createBankAccountEpic.d.ts +11 -0
  3554. package/lib/view/bankAccountView/epic/createBankAccountEpic.js +168 -0
  3555. package/lib/view/bankAccountView/epic/createInternationalBankAccountEpic.d.ts +10 -0
  3556. package/lib/view/bankAccountView/epic/createInternationalBankAccountEpic.js +124 -0
  3557. package/lib/view/bankAccountView/epic/createUserBankAccountEpic.d.ts +11 -0
  3558. package/lib/view/bankAccountView/epic/createUserBankAccountEpic.js +64 -0
  3559. package/lib/view/bankAccountView/epic/deleteBankAccountEpic.d.ts +9 -0
  3560. package/lib/view/bankAccountView/epic/deleteBankAccountEpic.js +59 -0
  3561. package/lib/view/bankAccountView/epic/deleteInternationalBankAccountEpic.d.ts +9 -0
  3562. package/lib/view/bankAccountView/epic/deleteInternationalBankAccountEpic.js +59 -0
  3563. package/lib/view/bankAccountView/epic/deleteUserBankAccountEpic.d.ts +9 -0
  3564. package/lib/view/bankAccountView/epic/deleteUserBankAccountEpic.js +63 -0
  3565. package/lib/view/bankAccountView/epic/fetchBankCountryNameByIbanEpic.d.ts +7 -0
  3566. package/lib/view/bankAccountView/epic/fetchBankCountryNameByIbanEpic.js +45 -0
  3567. package/lib/view/bankAccountView/epic/fetchBankNameByRoutingEpic.d.ts +7 -0
  3568. package/lib/view/bankAccountView/epic/fetchBankNameByRoutingEpic.js +43 -0
  3569. package/lib/view/bankAccountView/epic/fetchBankNameBySwiftEpic.d.ts +7 -0
  3570. package/lib/view/bankAccountView/epic/fetchBankNameBySwiftEpic.js +43 -0
  3571. package/lib/view/billPayCard/billPayCardPayload.d.ts +29 -0
  3572. package/lib/view/billPayCard/billPayCardPayload.js +2 -0
  3573. package/lib/view/billPayCard/billPayCardReducer.d.ts +10 -0
  3574. package/lib/view/billPayCard/billPayCardReducer.js +57 -0
  3575. package/lib/view/billPayCard/billPayCardSelector.d.ts +12 -0
  3576. package/lib/view/billPayCard/billPayCardSelector.js +16 -0
  3577. package/lib/view/billPayCard/billPayCardState.d.ts +11 -0
  3578. package/lib/view/billPayCard/billPayCardState.js +4 -0
  3579. package/lib/view/billPayCard/fetchBillPayCardEpic.d.ts +9 -0
  3580. package/lib/view/billPayCard/fetchBillPayCardEpic.js +51 -0
  3581. package/lib/view/cardBalance/cardBalanceEpic.d.ts +17 -0
  3582. package/lib/view/cardBalance/cardBalanceEpic.js +21 -0
  3583. package/lib/view/cardBalance/cardBalancePayload.d.ts +9 -0
  3584. package/lib/view/cardBalance/cardBalancePayload.js +2 -0
  3585. package/lib/view/cardBalance/cardBalanceReducer.d.ts +11 -0
  3586. package/lib/view/cardBalance/cardBalanceReducer.js +71 -0
  3587. package/lib/view/cardBalance/cardBalanceSelector.d.ts +33 -0
  3588. package/lib/view/cardBalance/cardBalanceSelector.js +19 -0
  3589. package/lib/view/cardBalance/cardBalanceState.d.ts +7 -0
  3590. package/lib/view/cardBalance/cardBalanceState.js +2 -0
  3591. package/lib/view/cardBalance/statementCloseDayEpic.d.ts +16 -0
  3592. package/lib/view/cardBalance/statementCloseDayEpic.js +25 -0
  3593. package/lib/view/cardPayment/cardPaymentViewPayload.d.ts +25 -0
  3594. package/lib/view/cardPayment/cardPaymentViewPayload.js +2 -0
  3595. package/lib/view/cardPayment/cardPaymentViewReducer.d.ts +33 -0
  3596. package/lib/view/cardPayment/cardPaymentViewReducer.js +130 -0
  3597. package/lib/view/cardPayment/cardPaymentViewSelector.d.ts +21 -0
  3598. package/lib/view/cardPayment/cardPaymentViewSelector.js +24 -0
  3599. package/lib/view/cardPayment/cardPaymentViewState.d.ts +20 -0
  3600. package/lib/view/cardPayment/cardPaymentViewState.js +2 -0
  3601. package/lib/view/cardPayment/cardPaymentViewTypes.d.ts +3 -0
  3602. package/lib/view/cardPayment/cardPaymentViewTypes.js +9 -0
  3603. package/lib/view/cardPayment/epic/addCardPaymentSourceEpic.d.ts +29 -0
  3604. package/lib/view/cardPayment/epic/addCardPaymentSourceEpic.js +70 -0
  3605. package/lib/view/cardPayment/epic/confirmCardSetupIntentEpic.d.ts +25 -0
  3606. package/lib/view/cardPayment/epic/confirmCardSetupIntentEpic.js +44 -0
  3607. package/lib/view/cardPayment/epic/createCardSetupIntentEpic.d.ts +27 -0
  3608. package/lib/view/cardPayment/epic/createCardSetupIntentEpic.js +56 -0
  3609. package/lib/view/cardPayment/epic/fetchPaymentSourcesEpic.d.ts +32 -0
  3610. package/lib/view/cardPayment/epic/fetchPaymentSourcesEpic.js +48 -0
  3611. package/lib/view/cashBalance/cashBalanceEpic.d.ts +17 -0
  3612. package/lib/view/cashBalance/cashBalanceEpic.js +21 -0
  3613. package/lib/view/cashBalance/cashBalancePayload.d.ts +9 -0
  3614. package/lib/view/cashBalance/cashBalancePayload.js +2 -0
  3615. package/lib/view/cashBalance/cashBalanceReducer.d.ts +7 -0
  3616. package/lib/view/cashBalance/cashBalanceReducer.js +58 -0
  3617. package/lib/view/cashBalance/cashBalanceSelector.d.ts +33 -0
  3618. package/lib/view/cashBalance/cashBalanceSelector.js +19 -0
  3619. package/lib/view/cashBalance/cashBalanceState.d.ts +7 -0
  3620. package/lib/view/cashBalance/cashBalanceState.js +2 -0
  3621. package/lib/view/cashFlow/cashFlowEpic.d.ts +6 -0
  3622. package/lib/view/cashFlow/cashFlowEpic.js +35 -0
  3623. package/lib/view/cashFlow/cashFlowForTimeframeEpic.d.ts +9 -0
  3624. package/lib/view/cashFlow/cashFlowForTimeframeEpic.js +53 -0
  3625. package/lib/view/cashFlow/cashFlowGroupedSectionOrder.d.ts +15 -0
  3626. package/lib/view/cashFlow/cashFlowGroupedSectionOrder.js +50 -0
  3627. package/lib/view/cashFlow/cashFlowPayload.d.ts +32 -0
  3628. package/lib/view/cashFlow/cashFlowPayload.js +69 -0
  3629. package/lib/view/cashFlow/cashFlowReducer.d.ts +31 -0
  3630. package/lib/view/cashFlow/cashFlowReducer.js +114 -0
  3631. package/lib/view/cashFlow/cashFlowSelector.d.ts +14 -0
  3632. package/lib/view/cashFlow/cashFlowSelector.js +109 -0
  3633. package/lib/view/cashFlow/cashFlowSelectorTypes.d.ts +40 -0
  3634. package/lib/view/cashFlow/cashFlowSelectorTypes.js +87 -0
  3635. package/lib/view/cashFlow/cashFlowState.d.ts +18 -0
  3636. package/lib/view/cashFlow/cashFlowState.js +2 -0
  3637. package/lib/view/cashFlowClassesView/cashFlowClassesViewEpic.d.ts +6 -0
  3638. package/lib/view/cashFlowClassesView/cashFlowClassesViewEpic.js +34 -0
  3639. package/lib/view/cashFlowClassesView/cashFlowClassesViewPayload.d.ts +14 -0
  3640. package/lib/view/cashFlowClassesView/cashFlowClassesViewPayload.js +2 -0
  3641. package/lib/view/cashFlowClassesView/cashFlowClassesViewReducer.d.ts +34 -0
  3642. package/lib/view/cashFlowClassesView/cashFlowClassesViewReducer.js +133 -0
  3643. package/lib/view/cashFlowClassesView/cashFlowClassesViewSelector.d.ts +7 -0
  3644. package/lib/view/cashFlowClassesView/cashFlowClassesViewSelector.js +57 -0
  3645. package/lib/view/cashFlowClassesView/cashFlowClassesViewSelectorTypes.d.ts +15 -0
  3646. package/lib/view/cashFlowClassesView/cashFlowClassesViewSelectorTypes.js +2 -0
  3647. package/lib/view/cashFlowClassesView/cashFlowClassesViewState.d.ts +23 -0
  3648. package/lib/view/cashFlowClassesView/cashFlowClassesViewState.js +2 -0
  3649. package/lib/view/cashFlowClassesView/cashFlowForTimeframeClassesViewEpic.d.ts +9 -0
  3650. package/lib/view/cashFlowClassesView/cashFlowForTimeframeClassesViewEpic.js +60 -0
  3651. package/lib/view/cashFlowProjectView/cashFlowForTimeframeProjectViewEpic.d.ts +10 -0
  3652. package/lib/view/cashFlowProjectView/cashFlowForTimeframeProjectViewEpic.js +62 -0
  3653. package/lib/view/cashFlowProjectView/cashFlowProjectViewEpic.d.ts +6 -0
  3654. package/lib/view/cashFlowProjectView/cashFlowProjectViewEpic.js +34 -0
  3655. package/lib/view/cashFlowProjectView/cashFlowProjectViewPayload.d.ts +14 -0
  3656. package/lib/view/cashFlowProjectView/cashFlowProjectViewPayload.js +2 -0
  3657. package/lib/view/cashFlowProjectView/cashFlowProjectViewReducer.d.ts +33 -0
  3658. package/lib/view/cashFlowProjectView/cashFlowProjectViewReducer.js +129 -0
  3659. package/lib/view/cashFlowProjectView/cashFlowProjectViewSelector.d.ts +7 -0
  3660. package/lib/view/cashFlowProjectView/cashFlowProjectViewSelector.js +58 -0
  3661. package/lib/view/cashFlowProjectView/cashFlowProjectViewSelectorTypes.d.ts +19 -0
  3662. package/lib/view/cashFlowProjectView/cashFlowProjectViewSelectorTypes.js +2 -0
  3663. package/lib/view/cashFlowProjectView/cashFlowProjectViewState.d.ts +22 -0
  3664. package/lib/view/cashFlowProjectView/cashFlowProjectViewState.js +2 -0
  3665. package/lib/view/cashInCashOut/cashInCashOutEpic.d.ts +26 -0
  3666. package/lib/view/cashInCashOut/cashInCashOutEpic.js +24 -0
  3667. package/lib/view/cashInCashOut/cashInCashOutPayload.d.ts +15 -0
  3668. package/lib/view/cashInCashOut/cashInCashOutPayload.js +2 -0
  3669. package/lib/view/cashInCashOut/cashInCashOutReducer.d.ts +33 -0
  3670. package/lib/view/cashInCashOut/cashInCashOutReducer.js +242 -0
  3671. package/lib/view/cashInCashOut/cashInCashOutSelector.d.ts +29 -0
  3672. package/lib/view/cashInCashOut/cashInCashOutSelector.js +96 -0
  3673. package/lib/view/cashInCashOut/cashInCashOutSelectorTypes.d.ts +25 -0
  3674. package/lib/view/cashInCashOut/cashInCashOutSelectorTypes.js +8 -0
  3675. package/lib/view/cashInCashOut/cashInCashOutState.d.ts +19 -0
  3676. package/lib/view/cashInCashOut/cashInCashOutState.js +2 -0
  3677. package/lib/view/cashPosition/cashPositionEpic.d.ts +22 -0
  3678. package/lib/view/cashPosition/cashPositionEpic.js +23 -0
  3679. package/lib/view/cashPosition/cashPositionPayload.d.ts +11 -0
  3680. package/lib/view/cashPosition/cashPositionPayload.js +2 -0
  3681. package/lib/view/cashPosition/cashPositionReducer.d.ts +35 -0
  3682. package/lib/view/cashPosition/cashPositionReducer.js +266 -0
  3683. package/lib/view/cashPosition/cashPositionSelector.d.ts +26 -0
  3684. package/lib/view/cashPosition/cashPositionSelector.js +74 -0
  3685. package/lib/view/cashPosition/cashPositionSelectorTypes.d.ts +18 -0
  3686. package/lib/view/cashPosition/cashPositionSelectorTypes.js +2 -0
  3687. package/lib/view/cashPosition/cashPositionState.d.ts +17 -0
  3688. package/lib/view/cashPosition/cashPositionState.js +2 -0
  3689. package/lib/view/classList/classListPayload.d.ts +7 -0
  3690. package/lib/view/classList/classListPayload.js +2 -0
  3691. package/lib/view/classList/classListReducer.d.ts +9 -0
  3692. package/lib/view/classList/classListReducer.js +52 -0
  3693. package/lib/view/classList/classListSelector.d.ts +10 -0
  3694. package/lib/view/classList/classListSelector.js +22 -0
  3695. package/lib/view/classList/classListState.d.ts +6 -0
  3696. package/lib/view/classList/classListState.js +2 -0
  3697. package/lib/view/classList/fetchClassListEpic.d.ts +8 -0
  3698. package/lib/view/classList/fetchClassListEpic.js +35 -0
  3699. package/lib/view/common/getSelectedAndHighlightedRanges.d.ts +52 -0
  3700. package/lib/view/common/getSelectedAndHighlightedRanges.js +302 -0
  3701. package/lib/view/common/recurringViewHelper.d.ts +11 -0
  3702. package/lib/view/common/recurringViewHelper.js +88 -0
  3703. package/lib/view/common/reportsHelpers.d.ts +3 -0
  3704. package/lib/view/common/reportsHelpers.js +21 -0
  3705. package/lib/view/common/zeniClearingAccountHelper.d.ts +4 -0
  3706. package/lib/view/common/zeniClearingAccountHelper.js +13 -0
  3707. package/lib/view/commonVendorView/commonVendorViewHelper.d.ts +21 -0
  3708. package/lib/view/commonVendorView/commonVendorViewHelper.js +104 -0
  3709. package/lib/view/commonVendorView/transactionVendorView/epics/resetTransactionVendorLocalDataEpic.d.ts +7 -0
  3710. package/lib/view/commonVendorView/transactionVendorView/epics/resetTransactionVendorLocalDataEpic.js +30 -0
  3711. package/lib/view/commonVendorView/transactionVendorView/epics/saveTransactionVendorEpic.d.ts +10 -0
  3712. package/lib/view/commonVendorView/transactionVendorView/epics/saveTransactionVendorEpic.js +141 -0
  3713. package/lib/view/commonVendorView/transactionVendorView/transactionVendorLocalDataHelper.d.ts +3 -0
  3714. package/lib/view/commonVendorView/transactionVendorView/transactionVendorLocalDataHelper.js +13 -0
  3715. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewPayload.d.ts +18 -0
  3716. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewPayload.js +50 -0
  3717. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.d.ts +25 -0
  3718. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.js +146 -0
  3719. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewSelector.d.ts +25 -0
  3720. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewSelector.js +63 -0
  3721. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewState.d.ts +16 -0
  3722. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewState.js +2 -0
  3723. package/lib/view/commonVendorView/vendorView/epics/fetchAndUpdateVendorRecommendationsEpic.d.ts +7 -0
  3724. package/lib/view/commonVendorView/vendorView/epics/fetchAndUpdateVendorRecommendationsEpic.js +66 -0
  3725. package/lib/view/commonVendorView/vendorView/epics/fetchVendorDetailsEpic.d.ts +11 -0
  3726. package/lib/view/commonVendorView/vendorView/epics/fetchVendorDetailsEpic.js +62 -0
  3727. package/lib/view/commonVendorView/vendorView/epics/fetchVendorEpic.d.ts +16 -0
  3728. package/lib/view/commonVendorView/vendorView/epics/fetchVendorEpic.js +69 -0
  3729. package/lib/view/commonVendorView/vendorView/epics/initializeVendorAddressEpic.d.ts +7 -0
  3730. package/lib/view/commonVendorView/vendorView/epics/initializeVendorAddressEpic.js +29 -0
  3731. package/lib/view/commonVendorView/vendorView/epics/resetVendorDetailLocalDataEpic.d.ts +7 -0
  3732. package/lib/view/commonVendorView/vendorView/epics/resetVendorDetailLocalDataEpic.js +30 -0
  3733. package/lib/view/commonVendorView/vendorView/epics/saveVendorEpic.d.ts +15 -0
  3734. package/lib/view/commonVendorView/vendorView/epics/saveVendorEpic.js +254 -0
  3735. package/lib/view/commonVendorView/vendorView/epics/twoFactorAuth/fetchUserDetailEpic.d.ts +8 -0
  3736. package/lib/view/commonVendorView/vendorView/epics/twoFactorAuth/fetchUserDetailEpic.js +25 -0
  3737. package/lib/view/commonVendorView/vendorView/epics/twoFactorAuth/verifyUserEpic.d.ts +8 -0
  3738. package/lib/view/commonVendorView/vendorView/epics/twoFactorAuth/verifyUserEpic.js +31 -0
  3739. package/lib/view/commonVendorView/vendorView/epics/updateSelectedVendorForCreateFlowEpic.d.ts +7 -0
  3740. package/lib/view/commonVendorView/vendorView/epics/updateSelectedVendorForCreateFlowEpic.js +24 -0
  3741. package/lib/view/commonVendorView/vendorView/epics/vendorDetailLocalDataHelpers.d.ts +21 -0
  3742. package/lib/view/commonVendorView/vendorView/epics/vendorDetailLocalDataHelpers.js +88 -0
  3743. package/lib/view/commonVendorView/vendorView/vendorViewPayload.d.ts +37 -0
  3744. package/lib/view/commonVendorView/vendorView/vendorViewPayload.js +92 -0
  3745. package/lib/view/commonVendorView/vendorView/vendorViewReducer.d.ts +87 -0
  3746. package/lib/view/commonVendorView/vendorView/vendorViewReducer.js +656 -0
  3747. package/lib/view/commonVendorView/vendorView/vendorViewSelector.d.ts +74 -0
  3748. package/lib/view/commonVendorView/vendorView/vendorViewSelector.js +257 -0
  3749. package/lib/view/commonVendorView/vendorView/vendorViewState.d.ts +58 -0
  3750. package/lib/view/commonVendorView/vendorView/vendorViewState.js +2 -0
  3751. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailPageViewEpic.d.ts +8 -0
  3752. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailPageViewEpic.js +34 -0
  3753. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailsEpic.d.ts +11 -0
  3754. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailsEpic.js +47 -0
  3755. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorEpic.d.ts +16 -0
  3756. package/lib/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorEpic.js +64 -0
  3757. package/lib/view/commonVendorView/vendorsTabVendorView/epics/resetVendorsTabVendorDetailLocalDataEpic.d.ts +7 -0
  3758. package/lib/view/commonVendorView/vendorsTabVendorView/epics/resetVendorsTabVendorDetailLocalDataEpic.js +22 -0
  3759. package/lib/view/commonVendorView/vendorsTabVendorView/epics/saveVendorsTabVendorEpic.d.ts +11 -0
  3760. package/lib/view/commonVendorView/vendorsTabVendorView/epics/saveVendorsTabVendorEpic.js +56 -0
  3761. package/lib/view/commonVendorView/vendorsTabVendorView/epics/vendorsTabVendorDetailLocalDataHelpers.d.ts +21 -0
  3762. package/lib/view/commonVendorView/vendorsTabVendorView/epics/vendorsTabVendorDetailLocalDataHelpers.js +71 -0
  3763. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewPayload.d.ts +34 -0
  3764. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewPayload.js +84 -0
  3765. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer.d.ts +48 -0
  3766. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer.js +237 -0
  3767. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.d.ts +68 -0
  3768. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.js +127 -0
  3769. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewState.d.ts +51 -0
  3770. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewState.js +13 -0
  3771. package/lib/view/companyConfigView/companyConfigEpic.d.ts +7 -0
  3772. package/lib/view/companyConfigView/companyConfigEpic.js +23 -0
  3773. package/lib/view/companyConfigView/companyConfigPayload.d.ts +7 -0
  3774. package/lib/view/companyConfigView/companyConfigPayload.js +2 -0
  3775. package/lib/view/companyConfigView/companyConfigReducer.d.ts +7 -0
  3776. package/lib/view/companyConfigView/companyConfigReducer.js +40 -0
  3777. package/lib/view/companyConfigView/companyConfigSelector.d.ts +12 -0
  3778. package/lib/view/companyConfigView/companyConfigSelector.js +12 -0
  3779. package/lib/view/companyConfigView/companyConfigState.d.ts +5 -0
  3780. package/lib/view/companyConfigView/companyConfigState.js +2 -0
  3781. package/lib/view/companyHealthMetricView/companyHealthMetricConfigPayload.d.ts +6 -0
  3782. package/lib/view/companyHealthMetricView/companyHealthMetricConfigPayload.js +2 -0
  3783. package/lib/view/companyHealthMetricView/companyHealthMetricConfigReducer.d.ts +7 -0
  3784. package/lib/view/companyHealthMetricView/companyHealthMetricConfigReducer.js +44 -0
  3785. package/lib/view/companyHealthMetricView/companyHealthMetricConfigSelector.d.ts +9 -0
  3786. package/lib/view/companyHealthMetricView/companyHealthMetricConfigSelector.js +9 -0
  3787. package/lib/view/companyHealthMetricView/companyHealthMetricView.d.ts +29 -0
  3788. package/lib/view/companyHealthMetricView/companyHealthMetricView.js +2 -0
  3789. package/lib/view/companyHealthMetricView/companyHealthMetricViewPayload.d.ts +9 -0
  3790. package/lib/view/companyHealthMetricView/companyHealthMetricViewPayload.js +2 -0
  3791. package/lib/view/companyHealthMetricView/companyHealthMetricViewReducer.d.ts +23 -0
  3792. package/lib/view/companyHealthMetricView/companyHealthMetricViewReducer.js +107 -0
  3793. package/lib/view/companyHealthMetricView/companyHealthMetricViewSelector.d.ts +51 -0
  3794. package/lib/view/companyHealthMetricView/companyHealthMetricViewSelector.js +566 -0
  3795. package/lib/view/companyHealthMetricView/epic/fetchCompanyHealthMetricConfigEpic.d.ts +7 -0
  3796. package/lib/view/companyHealthMetricView/epic/fetchCompanyHealthMetricConfigEpic.js +23 -0
  3797. package/lib/view/companyHealthMetricView/epic/fetchCompanyHealthMetricViewEpic.d.ts +9 -0
  3798. package/lib/view/companyHealthMetricView/epic/fetchCompanyHealthMetricViewEpic.js +41 -0
  3799. package/lib/view/companyHealthMetricView/epic/initializeCompanyHealthMetricViewLocalData.d.ts +6 -0
  3800. package/lib/view/companyHealthMetricView/epic/initializeCompanyHealthMetricViewLocalData.js +28 -0
  3801. package/lib/view/companyHealthMetricView/epic/saveCompanyHealthMetricByIdEpic.d.ts +9 -0
  3802. package/lib/view/companyHealthMetricView/epic/saveCompanyHealthMetricByIdEpic.js +57 -0
  3803. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewPayload.d.ts +54 -0
  3804. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewPayload.js +2 -0
  3805. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewReducer.d.ts +97 -0
  3806. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewReducer.js +366 -0
  3807. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewSelector.d.ts +27 -0
  3808. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewSelector.js +121 -0
  3809. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewState.d.ts +57 -0
  3810. package/lib/view/companyMonthEndReportView/companyMonthEndReportViewState.js +50 -0
  3811. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDataEpic.d.ts +8 -0
  3812. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDataEpic.js +66 -0
  3813. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDatesEpic.d.ts +7 -0
  3814. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDatesEpic.js +54 -0
  3815. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportTemplatesEpic.d.ts +7 -0
  3816. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportTemplatesEpic.js +55 -0
  3817. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportViewEpic.d.ts +8 -0
  3818. package/lib/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportViewEpic.js +52 -0
  3819. package/lib/view/companyMonthEndReportView/epics/improveUsingZeniGPTEpic.d.ts +7 -0
  3820. package/lib/view/companyMonthEndReportView/epics/improveUsingZeniGPTEpic.js +33 -0
  3821. package/lib/view/companyMonthEndReportView/epics/saveCompanyMonthEndReportEpic.d.ts +9 -0
  3822. package/lib/view/companyMonthEndReportView/epics/saveCompanyMonthEndReportEpic.js +84 -0
  3823. package/lib/view/companyMonthEndReportView/epics/sendCompanyMonthEndReportEpic.d.ts +10 -0
  3824. package/lib/view/companyMonthEndReportView/epics/sendCompanyMonthEndReportEpic.js +91 -0
  3825. package/lib/view/companyMonthEndReportView/monthEndTemplateData.d.ts +16 -0
  3826. package/lib/view/companyMonthEndReportView/monthEndTemplateData.js +36 -0
  3827. package/lib/view/companyTaskManagerView/companyTaskManagerViewPayload.d.ts +29 -0
  3828. package/lib/view/companyTaskManagerView/companyTaskManagerViewPayload.js +2 -0
  3829. package/lib/view/companyTaskManagerView/companyTaskManagerViewReducer.d.ts +25 -0
  3830. package/lib/view/companyTaskManagerView/companyTaskManagerViewReducer.js +129 -0
  3831. package/lib/view/companyTaskManagerView/companyTaskManagerViewSelector.d.ts +25 -0
  3832. package/lib/view/companyTaskManagerView/companyTaskManagerViewSelector.js +51 -0
  3833. package/lib/view/companyTaskManagerView/companyTaskManagerViewState.d.ts +31 -0
  3834. package/lib/view/companyTaskManagerView/companyTaskManagerViewState.js +2 -0
  3835. package/lib/view/companyTaskManagerView/epics/fetchCockpitContextEpic.d.ts +10 -0
  3836. package/lib/view/companyTaskManagerView/epics/fetchCockpitContextEpic.js +42 -0
  3837. package/lib/view/companyTaskManagerView/epics/fetchCompanyTaskManagerViewEpic.d.ts +9 -0
  3838. package/lib/view/companyTaskManagerView/epics/fetchCompanyTaskManagerViewEpic.js +80 -0
  3839. package/lib/view/companyTaskManagerView/epics/fetchTaskManagerMetricsEpic.d.ts +7 -0
  3840. package/lib/view/companyTaskManagerView/epics/fetchTaskManagerMetricsEpic.js +27 -0
  3841. package/lib/view/companyTaskManagerView/epics/updateCompanyTaskManagerViewFiltersEpic.d.ts +6 -0
  3842. package/lib/view/companyTaskManagerView/epics/updateCompanyTaskManagerViewFiltersEpic.js +20 -0
  3843. package/lib/view/companyView/companyViewPayload.d.ts +93 -0
  3844. package/lib/view/companyView/companyViewPayload.js +2 -0
  3845. package/lib/view/companyView/companyViewReducer.d.ts +155 -0
  3846. package/lib/view/companyView/companyViewReducer.js +763 -0
  3847. package/lib/view/companyView/companyViewState.d.ts +18 -0
  3848. package/lib/view/companyView/companyViewState.js +2 -0
  3849. package/lib/view/companyView/epic/companyManagementSavePendingUpdates.d.ts +7 -0
  3850. package/lib/view/companyView/epic/companyManagementSavePendingUpdates.js +18 -0
  3851. package/lib/view/companyView/epic/companyManagementSaveUpdatesEpic.d.ts +10 -0
  3852. package/lib/view/companyView/epic/companyManagementSaveUpdatesEpic.js +116 -0
  3853. package/lib/view/companyView/epic/companyPassport/createCompanyOfficersEpic.d.ts +10 -0
  3854. package/lib/view/companyView/epic/companyPassport/createCompanyOfficersEpic.js +90 -0
  3855. package/lib/view/companyView/epic/companyPassport/dismissCapitalizationOnboardingEpic.d.ts +9 -0
  3856. package/lib/view/companyView/epic/companyPassport/dismissCapitalizationOnboardingEpic.js +30 -0
  3857. package/lib/view/companyView/epic/companyPassport/fetchCompanyPassportViewEpic.d.ts +17 -0
  3858. package/lib/view/companyView/epic/companyPassport/fetchCompanyPassportViewEpic.js +65 -0
  3859. package/lib/view/companyView/epic/companyPassport/projects/disableAccountingProjectsEpic.d.ts +10 -0
  3860. package/lib/view/companyView/epic/companyPassport/projects/disableAccountingProjectsEpic.js +60 -0
  3861. package/lib/view/companyView/epic/companyPassport/projects/enableAccountingProjectsEpic.d.ts +11 -0
  3862. package/lib/view/companyView/epic/companyPassport/projects/enableAccountingProjectsEpic.js +41 -0
  3863. package/lib/view/companyView/epic/companyPassport/projects/resumeEnableAccountingProjectsEpic.d.ts +13 -0
  3864. package/lib/view/companyView/epic/companyPassport/projects/resumeEnableAccountingProjectsEpic.js +77 -0
  3865. package/lib/view/companyView/epic/companyPassport/saveCompanyPassportDetailsEpic.d.ts +24 -0
  3866. package/lib/view/companyView/epic/companyPassport/saveCompanyPassportDetailsEpic.js +34 -0
  3867. package/lib/view/companyView/epic/companyPassport/updateAccountingClassesEnabledEpic.d.ts +10 -0
  3868. package/lib/view/companyView/epic/companyPassport/updateAccountingClassesEnabledEpic.js +66 -0
  3869. package/lib/view/companyView/epic/companyPassport/updateCapitalizationAccountThresholdEpic.d.ts +10 -0
  3870. package/lib/view/companyView/epic/companyPassport/updateCapitalizationAccountThresholdEpic.js +103 -0
  3871. package/lib/view/companyView/epic/companyPassport/updateCompanyDetailsEpic.d.ts +9 -0
  3872. package/lib/view/companyView/epic/companyPassport/updateCompanyDetailsEpic.js +58 -0
  3873. package/lib/view/companyView/epic/companyPassport/updateCompanyOfficerEpic.d.ts +10 -0
  3874. package/lib/view/companyView/epic/companyPassport/updateCompanyOfficerEpic.js +52 -0
  3875. package/lib/view/companyView/epic/companyPassport/updateCompanyPassportLocalStoreDataEpic.d.ts +6 -0
  3876. package/lib/view/companyView/epic/companyPassport/updateCompanyPassportLocalStoreDataEpic.js +41 -0
  3877. package/lib/view/companyView/epic/companyPassport/updatePrimaryContactEpic.d.ts +10 -0
  3878. package/lib/view/companyView/epic/companyPassport/updatePrimaryContactEpic.js +74 -0
  3879. package/lib/view/companyView/epic/fetchAllCockpitViewsEpic.d.ts +12 -0
  3880. package/lib/view/companyView/epic/fetchAllCockpitViewsEpic.js +85 -0
  3881. package/lib/view/companyView/epic/fetchCompanyManagementViewEpic.d.ts +16 -0
  3882. package/lib/view/companyView/epic/fetchCompanyManagementViewEpic.js +101 -0
  3883. package/lib/view/companyView/epic/fetchCompanyMetaDataEpic.d.ts +7 -0
  3884. package/lib/view/companyView/epic/fetchCompanyMetaDataEpic.js +24 -0
  3885. package/lib/view/companyView/epic/fetchCompanyPortfolioViewEpic.d.ts +11 -0
  3886. package/lib/view/companyView/epic/fetchCompanyPortfolioViewEpic.js +40 -0
  3887. package/lib/view/companyView/epic/fetchManagementViewEpic.d.ts +6 -0
  3888. package/lib/view/companyView/epic/fetchManagementViewEpic.js +27 -0
  3889. package/lib/view/companyView/epic/fetchOnboardingViewEpic.d.ts +7 -0
  3890. package/lib/view/companyView/epic/fetchOnboardingViewEpic.js +42 -0
  3891. package/lib/view/companyView/epic/fetchPortfolioViewEpic.d.ts +6 -0
  3892. package/lib/view/companyView/epic/fetchPortfolioViewEpic.js +27 -0
  3893. package/lib/view/companyView/epic/fetchSubscriptionViewEpic.d.ts +7 -0
  3894. package/lib/view/companyView/epic/fetchSubscriptionViewEpic.js +29 -0
  3895. package/lib/view/companyView/epic/fetchZeniUsersEpic.d.ts +8 -0
  3896. package/lib/view/companyView/epic/fetchZeniUsersEpic.js +24 -0
  3897. package/lib/view/companyView/epic/getSubscriptionIDsByCompanyID.d.ts +2 -0
  3898. package/lib/view/companyView/epic/getSubscriptionIDsByCompanyID.js +19 -0
  3899. package/lib/view/companyView/epic/updateCompanyProductServicesEpic.d.ts +10 -0
  3900. package/lib/view/companyView/epic/updateCompanyProductServicesEpic.js +95 -0
  3901. package/lib/view/companyView/epic/updateCompanyQboRealmIdEpic.d.ts +8 -0
  3902. package/lib/view/companyView/epic/updateCompanyQboRealmIdEpic.js +62 -0
  3903. package/lib/view/companyView/helpers/cockpitHelpers.d.ts +16 -0
  3904. package/lib/view/companyView/helpers/cockpitHelpers.js +177 -0
  3905. package/lib/view/companyView/parentSubsidiaryView/fetchParentSubsidiaryManagementViewEpic.d.ts +6 -0
  3906. package/lib/view/companyView/parentSubsidiaryView/fetchParentSubsidiaryManagementViewEpic.js +19 -0
  3907. package/lib/view/companyView/parentSubsidiaryView/parentSubsidiaryViewSelector.d.ts +4 -0
  3908. package/lib/view/companyView/parentSubsidiaryView/parentSubsidiaryViewSelector.js +16 -0
  3909. package/lib/view/companyView/parentSubsidiaryView/parentSubsidiaryViewState.d.ts +6 -0
  3910. package/lib/view/companyView/parentSubsidiaryView/parentSubsidiaryViewState.js +7 -0
  3911. package/lib/view/companyView/selector/companyManagementViewSelector.d.ts +39 -0
  3912. package/lib/view/companyView/selector/companyManagementViewSelector.js +547 -0
  3913. package/lib/view/companyView/selector/companyPassportViewSelector.d.ts +36 -0
  3914. package/lib/view/companyView/selector/companyPassportViewSelector.js +163 -0
  3915. package/lib/view/companyView/selector/companyPortfolioViewSelector.d.ts +15 -0
  3916. package/lib/view/companyView/selector/companyPortfolioViewSelector.js +245 -0
  3917. package/lib/view/companyView/selector/getAllCockpitTabsFilterView.d.ts +8 -0
  3918. package/lib/view/companyView/selector/getAllCockpitTabsFilterView.js +63 -0
  3919. package/lib/view/companyView/selectorHelpers/getCompanyView.d.ts +6 -0
  3920. package/lib/view/companyView/selectorHelpers/getCompanyView.js +195 -0
  3921. package/lib/view/companyView/types/cockpitTabsID.d.ts +7 -0
  3922. package/lib/view/companyView/types/cockpitTabsID.js +17 -0
  3923. package/lib/view/companyView/types/cockpitTypes.d.ts +54 -0
  3924. package/lib/view/companyView/types/cockpitTypes.js +108 -0
  3925. package/lib/view/companyView/types/commonState.d.ts +7 -0
  3926. package/lib/view/companyView/types/commonState.js +12 -0
  3927. package/lib/view/companyView/types/companyManagementViewState.d.ts +30 -0
  3928. package/lib/view/companyView/types/companyManagementViewState.js +35 -0
  3929. package/lib/view/companyView/types/companyMetaDataViewState.d.ts +13 -0
  3930. package/lib/view/companyView/types/companyMetaDataViewState.js +17 -0
  3931. package/lib/view/companyView/types/companyPassport/companyDetailsLocalData.d.ts +46 -0
  3932. package/lib/view/companyView/types/companyPassport/companyDetailsLocalData.js +2 -0
  3933. package/lib/view/companyView/types/companyPassport/companyPassportLocalData.d.ts +10 -0
  3934. package/lib/view/companyView/types/companyPassport/companyPassportLocalData.js +83 -0
  3935. package/lib/view/companyView/types/companyPassport/companyPassportViewState.d.ts +24 -0
  3936. package/lib/view/companyView/types/companyPassport/companyPassportViewState.js +109 -0
  3937. package/lib/view/companyView/types/companyPassport/companyUsersLocalData.d.ts +19 -0
  3938. package/lib/view/companyView/types/companyPassport/companyUsersLocalData.js +10 -0
  3939. package/lib/view/companyView/types/companyPassport/officerType.d.ts +3 -0
  3940. package/lib/view/companyView/types/companyPassport/officerType.js +7 -0
  3941. package/lib/view/companyView/types/companyPassportViewPayload.d.ts +34 -0
  3942. package/lib/view/companyView/types/companyPassportViewPayload.js +119 -0
  3943. package/lib/view/companyView/types/companyPortfolioViewState.d.ts +15 -0
  3944. package/lib/view/companyView/types/companyPortfolioViewState.js +17 -0
  3945. package/lib/view/companyView/types/companyView.d.ts +35 -0
  3946. package/lib/view/companyView/types/companyView.js +2 -0
  3947. package/lib/view/companyView/types/userAndRole.d.ts +10 -0
  3948. package/lib/view/companyView/types/userAndRole.js +22 -0
  3949. package/lib/view/createTransferEntry/createTransferEntryReducer.d.ts +32 -0
  3950. package/lib/view/createTransferEntry/createTransferEntryReducer.js +89 -0
  3951. package/lib/view/createTransferEntry/createTransferEntrySelector.d.ts +39 -0
  3952. package/lib/view/createTransferEntry/createTransferEntrySelector.js +69 -0
  3953. package/lib/view/createTransferEntry/createTransferEntryState.d.ts +30 -0
  3954. package/lib/view/createTransferEntry/createTransferEntryState.js +20 -0
  3955. package/lib/view/createTransferEntry/epics/createTransferEntryEpic.d.ts +11 -0
  3956. package/lib/view/createTransferEntry/epics/createTransferEntryEpic.js +140 -0
  3957. package/lib/view/createTransferEntry/epics/fetchTransferAccountsEpic.d.ts +14 -0
  3958. package/lib/view/createTransferEntry/epics/fetchTransferAccountsEpic.js +40 -0
  3959. package/lib/view/creditAgentView/buildCreditReportCsv.d.ts +17 -0
  3960. package/lib/view/creditAgentView/buildCreditReportCsv.js +47 -0
  3961. package/lib/view/creditAgentView/creditAgentViewPayload.d.ts +6 -0
  3962. package/lib/view/creditAgentView/creditAgentViewPayload.js +7 -0
  3963. package/lib/view/creditAgentView/creditAgentViewReducer.d.ts +41 -0
  3964. package/lib/view/creditAgentView/creditAgentViewReducer.js +173 -0
  3965. package/lib/view/creditAgentView/creditAgentViewSelector.d.ts +20 -0
  3966. package/lib/view/creditAgentView/creditAgentViewSelector.js +93 -0
  3967. package/lib/view/creditAgentView/creditAgentViewState.d.ts +29 -0
  3968. package/lib/view/creditAgentView/creditAgentViewState.js +22 -0
  3969. package/lib/view/creditAgentView/epics/fetchCardProfilesEpic.d.ts +15 -0
  3970. package/lib/view/creditAgentView/epics/fetchCardProfilesEpic.js +24 -0
  3971. package/lib/view/creditAgentView/epics/fetchCreditAgentMacroEpic.d.ts +15 -0
  3972. package/lib/view/creditAgentView/epics/fetchCreditAgentMacroEpic.js +23 -0
  3973. package/lib/view/creditAgentView/epics/saveCreditAgentMacroEpic.d.ts +29 -0
  3974. package/lib/view/creditAgentView/epics/saveCreditAgentMacroEpic.js +62 -0
  3975. package/lib/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.d.ts +30 -0
  3976. package/lib/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.js +43 -0
  3977. package/lib/view/creditAgentView/epics/updateCardProfileEpic.d.ts +37 -0
  3978. package/lib/view/creditAgentView/epics/updateCardProfileEpic.js +66 -0
  3979. package/lib/view/dashboard/dashboardEpic.d.ts +25 -0
  3980. package/lib/view/dashboard/dashboardEpic.js +193 -0
  3981. package/lib/view/dashboard/dashboardReducer.d.ts +12 -0
  3982. package/lib/view/dashboard/dashboardReducer.js +39 -0
  3983. package/lib/view/dashboard/dashboardSelector.d.ts +13 -0
  3984. package/lib/view/dashboard/dashboardSelector.js +232 -0
  3985. package/lib/view/dashboard/dashboardState.d.ts +6 -0
  3986. package/lib/view/dashboard/dashboardState.js +2 -0
  3987. package/lib/view/dashboardLayout/dashboardLayoutPayload.d.ts +15 -0
  3988. package/lib/view/dashboardLayout/dashboardLayoutPayload.js +2 -0
  3989. package/lib/view/dashboardLayout/dashboardLayoutReducer.d.ts +8 -0
  3990. package/lib/view/dashboardLayout/dashboardLayoutReducer.js +92 -0
  3991. package/lib/view/dashboardLayout/dashboardLayoutSelector.d.ts +3 -0
  3992. package/lib/view/dashboardLayout/dashboardLayoutSelector.js +6 -0
  3993. package/lib/view/dashboardLayout/dashboardLayoutState.d.ts +6 -0
  3994. package/lib/view/dashboardLayout/dashboardLayoutState.js +2 -0
  3995. package/lib/view/dashboardLayout/fetchDashboardLayoutEpic.d.ts +19 -0
  3996. package/lib/view/dashboardLayout/fetchDashboardLayoutEpic.js +50 -0
  3997. package/lib/view/dashboardLayout/updateDashboardLayoutEpic.d.ts +13 -0
  3998. package/lib/view/dashboardLayout/updateDashboardLayoutEpic.js +28 -0
  3999. package/lib/view/expenseAutomationView/epics/accountRecon/confirmStatementMappingEpic.d.ts +34 -0
  4000. package/lib/view/expenseAutomationView/epics/accountRecon/confirmStatementMappingEpic.js +63 -0
  4001. package/lib/view/expenseAutomationView/epics/accountRecon/deleteAccountStatementEpic.d.ts +8 -0
  4002. package/lib/view/expenseAutomationView/epics/accountRecon/deleteAccountStatementEpic.js +39 -0
  4003. package/lib/view/expenseAutomationView/epics/accountRecon/deleteCombinedStatementEpic.d.ts +9 -0
  4004. package/lib/view/expenseAutomationView/epics/accountRecon/deleteCombinedStatementEpic.js +58 -0
  4005. package/lib/view/expenseAutomationView/epics/accountRecon/excludeAccountFromReconciliationEpic.d.ts +9 -0
  4006. package/lib/view/expenseAutomationView/epics/accountRecon/excludeAccountFromReconciliationEpic.js +67 -0
  4007. package/lib/view/expenseAutomationView/epics/accountRecon/fetchReconciliationViewEpic.d.ts +16 -0
  4008. package/lib/view/expenseAutomationView/epics/accountRecon/fetchReconciliationViewEpic.js +130 -0
  4009. package/lib/view/expenseAutomationView/epics/accountRecon/includeAccountInReconciliationEpic.d.ts +10 -0
  4010. package/lib/view/expenseAutomationView/epics/accountRecon/includeAccountInReconciliationEpic.js +69 -0
  4011. package/lib/view/expenseAutomationView/epics/accountRecon/initialiseLocalDataForSelectedAccountIdEpic.d.ts +10 -0
  4012. package/lib/view/expenseAutomationView/epics/accountRecon/initialiseLocalDataForSelectedAccountIdEpic.js +59 -0
  4013. package/lib/view/expenseAutomationView/epics/accountRecon/parseCombinedStatementEpic.d.ts +26 -0
  4014. package/lib/view/expenseAutomationView/epics/accountRecon/parseCombinedStatementEpic.js +35 -0
  4015. package/lib/view/expenseAutomationView/epics/accountRecon/parseStatementEpic.d.ts +26 -0
  4016. package/lib/view/expenseAutomationView/epics/accountRecon/parseStatementEpic.js +35 -0
  4017. package/lib/view/expenseAutomationView/epics/accountRecon/reparseStatementEpic.d.ts +26 -0
  4018. package/lib/view/expenseAutomationView/epics/accountRecon/reparseStatementEpic.js +35 -0
  4019. package/lib/view/expenseAutomationView/epics/accountRecon/saveReconciliationDetailEpic.d.ts +36 -0
  4020. package/lib/view/expenseAutomationView/epics/accountRecon/saveReconciliationDetailEpic.js +250 -0
  4021. package/lib/view/expenseAutomationView/epics/accountRecon/saveReconciliationReviewEpic.d.ts +9 -0
  4022. package/lib/view/expenseAutomationView/epics/accountRecon/saveReconciliationReviewEpic.js +232 -0
  4023. package/lib/view/expenseAutomationView/epics/accountRecon/updateCombinedStatementInfoEpic.d.ts +35 -0
  4024. package/lib/view/expenseAutomationView/epics/accountRecon/updateCombinedStatementInfoEpic.js +69 -0
  4025. package/lib/view/expenseAutomationView/epics/accountRecon/updateReconcileTabLocalDataEpic.d.ts +6 -0
  4026. package/lib/view/expenseAutomationView/epics/accountRecon/updateReconcileTabLocalDataEpic.js +122 -0
  4027. package/lib/view/expenseAutomationView/epics/accountRecon/updateStatementInfoEpic.d.ts +27 -0
  4028. package/lib/view/expenseAutomationView/epics/accountRecon/updateStatementInfoEpic.js +63 -0
  4029. package/lib/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementDocumentAIHelper.d.ts +13 -0
  4030. package/lib/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementDocumentAIHelper.js +53 -0
  4031. package/lib/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementEpic.d.ts +15 -0
  4032. package/lib/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementEpic.js +63 -0
  4033. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingEpic.d.ts +9 -0
  4034. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingEpic.js +48 -0
  4035. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingMatchEpic.d.ts +12 -0
  4036. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingMatchEpic.js +40 -0
  4037. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingPageEpic.d.ts +5 -0
  4038. package/lib/view/expenseAutomationView/epics/actualMatching/fetchActualMatchingPageEpic.js +11 -0
  4039. package/lib/view/expenseAutomationView/epics/actualMatching/matchAndReverseAccrualsEpic.d.ts +9 -0
  4040. package/lib/view/expenseAutomationView/epics/actualMatching/matchAndReverseAccrualsEpic.js +91 -0
  4041. package/lib/view/expenseAutomationView/epics/actualMatching/refreshActualMatchingList.d.ts +3 -0
  4042. package/lib/view/expenseAutomationView/epics/actualMatching/refreshActualMatchingList.js +19 -0
  4043. package/lib/view/expenseAutomationView/epics/actualMatching/searchMatchAccrualsEpic.d.ts +9 -0
  4044. package/lib/view/expenseAutomationView/epics/actualMatching/searchMatchAccrualsEpic.js +52 -0
  4045. package/lib/view/expenseAutomationView/epics/actualMatching/searchMatchTransactionsEpic.d.ts +8 -0
  4046. package/lib/view/expenseAutomationView/epics/actualMatching/searchMatchTransactionsEpic.js +78 -0
  4047. package/lib/view/expenseAutomationView/epics/actualMatching/undoReversalAccrualsEpic.d.ts +9 -0
  4048. package/lib/view/expenseAutomationView/epics/actualMatching/undoReversalAccrualsEpic.js +80 -0
  4049. package/lib/view/expenseAutomationView/epics/common/fetchAllExpenseAutomationTabsEpic.d.ts +13 -0
  4050. package/lib/view/expenseAutomationView/epics/common/fetchAllExpenseAutomationTabsEpic.js +114 -0
  4051. package/lib/view/expenseAutomationView/epics/common/refreshExpenseAutomationCurrentTabEpic.d.ts +14 -0
  4052. package/lib/view/expenseAutomationView/epics/common/refreshExpenseAutomationCurrentTabEpic.js +80 -0
  4053. package/lib/view/expenseAutomationView/epics/fluxAnalysis/fetchFluxAnalysisViewEpic.d.ts +11 -0
  4054. package/lib/view/expenseAutomationView/epics/fluxAnalysis/fetchFluxAnalysisViewEpic.js +87 -0
  4055. package/lib/view/expenseAutomationView/epics/fluxAnalysis/reviewFluxAnalysisEpic.d.ts +13 -0
  4056. package/lib/view/expenseAutomationView/epics/fluxAnalysis/reviewFluxAnalysisEpic.js +84 -0
  4057. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchAccountSettingsListForAccountTypesEpic.d.ts +8 -0
  4058. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchAccountSettingsListForAccountTypesEpic.js +41 -0
  4059. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchRecommendationForAccountSettingsEpic.d.ts +7 -0
  4060. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchRecommendationForAccountSettingsEpic.js +27 -0
  4061. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/initializeAccountSettingsViewEpic.d.ts +4 -0
  4062. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/initializeAccountSettingsViewEpic.js +13 -0
  4063. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/saveAccountSettingsViewEpic.d.ts +8 -0
  4064. package/lib/view/expenseAutomationView/epics/jeSchedule/accountSettings/saveAccountSettingsViewEpic.js +50 -0
  4065. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulePageEpic.d.ts +7 -0
  4066. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulePageEpic.js +31 -0
  4067. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulesEpic.d.ts +9 -0
  4068. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulesEpic.js +146 -0
  4069. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchOneTimeAccrualEpic.d.ts +21 -0
  4070. package/lib/view/expenseAutomationView/epics/jeSchedule/fetchOneTimeAccrualEpic.js +49 -0
  4071. package/lib/view/expenseAutomationView/epics/jeSchedule/ignoreRecommendedJeScheduleEpic.d.ts +9 -0
  4072. package/lib/view/expenseAutomationView/epics/jeSchedule/ignoreRecommendedJeScheduleEpic.js +94 -0
  4073. package/lib/view/expenseAutomationView/epics/jeSchedule/initializeJeScheduleLocalDataEpic.d.ts +6 -0
  4074. package/lib/view/expenseAutomationView/epics/jeSchedule/initializeJeScheduleLocalDataEpic.js +32 -0
  4075. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/createOneTimeAccrualEpic.d.ts +9 -0
  4076. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/createOneTimeAccrualEpic.js +108 -0
  4077. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/initializeNewScheduleEpic.d.ts +8 -0
  4078. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/initializeNewScheduleEpic.js +29 -0
  4079. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/saveNewScheduleEpic.d.ts +9 -0
  4080. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/saveNewScheduleEpic.js +142 -0
  4081. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/searchTransactionsForNewScheduleEpic.d.ts +8 -0
  4082. package/lib/view/expenseAutomationView/epics/jeSchedule/newSchedule/searchTransactionsForNewScheduleEpic.js +83 -0
  4083. package/lib/view/expenseAutomationView/epics/jeSchedule/oneTimeAccrualActionsEpic.d.ts +13 -0
  4084. package/lib/view/expenseAutomationView/epics/jeSchedule/oneTimeAccrualActionsEpic.js +216 -0
  4085. package/lib/view/expenseAutomationView/epics/jeSchedule/prefetchOtherJeSchedulesTabEpic.d.ts +12 -0
  4086. package/lib/view/expenseAutomationView/epics/jeSchedule/prefetchOtherJeSchedulesTabEpic.js +41 -0
  4087. package/lib/view/expenseAutomationView/epics/jeSchedule/retryJeSchedulesEpic.d.ts +10 -0
  4088. package/lib/view/expenseAutomationView/epics/jeSchedule/retryJeSchedulesEpic.js +82 -0
  4089. package/lib/view/expenseAutomationView/epics/jeSchedule/revertJeScheduleEpic.d.ts +65 -0
  4090. package/lib/view/expenseAutomationView/epics/jeSchedule/revertJeScheduleEpic.js +115 -0
  4091. package/lib/view/expenseAutomationView/epics/jeSchedule/switchJESchedulesTabEpic.d.ts +7 -0
  4092. package/lib/view/expenseAutomationView/epics/jeSchedule/switchJESchedulesTabEpic.js +37 -0
  4093. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadMatchResultToastEpic.d.ts +13 -0
  4094. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadMatchResultToastEpic.js +37 -0
  4095. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.d.ts +18 -0
  4096. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +33 -0
  4097. package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.d.ts +7 -0
  4098. package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +53 -0
  4099. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.d.ts +8 -0
  4100. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +44 -0
  4101. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.d.ts +7 -0
  4102. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +53 -0
  4103. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.d.ts +8 -0
  4104. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +85 -0
  4105. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMissingReceiptsEpic.d.ts +8 -0
  4106. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMissingReceiptsEpic.js +58 -0
  4107. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.d.ts +8 -0
  4108. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +37 -0
  4109. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.d.ts +9 -0
  4110. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +77 -0
  4111. package/lib/view/expenseAutomationView/epics/missingReceipts/refetchCompletedTransactionsOnBulkUploadSortEpic.d.ts +10 -0
  4112. package/lib/view/expenseAutomationView/epics/missingReceipts/refetchCompletedTransactionsOnBulkUploadSortEpic.js +16 -0
  4113. package/lib/view/expenseAutomationView/epics/missingReceipts/refreshBatchDetailsForBatchIdEpic.d.ts +18 -0
  4114. package/lib/view/expenseAutomationView/epics/missingReceipts/refreshBatchDetailsForBatchIdEpic.js +56 -0
  4115. package/lib/view/expenseAutomationView/epics/missingReceipts/restoreBulkUploadAutomatchingOnMountEpic.d.ts +18 -0
  4116. package/lib/view/expenseAutomationView/epics/missingReceipts/restoreBulkUploadAutomatchingOnMountEpic.js +104 -0
  4117. package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.d.ts +14 -0
  4118. package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +86 -0
  4119. package/lib/view/expenseAutomationView/epics/missingReceipts/syncTabsAfterAutomatchEpic.d.ts +28 -0
  4120. package/lib/view/expenseAutomationView/epics/missingReceipts/syncTabsAfterAutomatchEpic.js +60 -0
  4121. package/lib/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.d.ts +7 -0
  4122. package/lib/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +28 -0
  4123. package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.d.ts +33 -0
  4124. package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +105 -0
  4125. package/lib/view/expenseAutomationView/epics/transactionCategorization/backgroundRefetchReviewTabEpic.d.ts +8 -0
  4126. package/lib/view/expenseAutomationView/epics/transactionCategorization/backgroundRefetchReviewTabEpic.js +107 -0
  4127. package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.d.ts +8 -0
  4128. package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.js +126 -0
  4129. package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.d.ts +10 -0
  4130. package/lib/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.js +82 -0
  4131. package/lib/view/expenseAutomationView/epics/transactionCategorization/initializeTransactionCategorizationLocalDataEpic.d.ts +5 -0
  4132. package/lib/view/expenseAutomationView/epics/transactionCategorization/initializeTransactionCategorizationLocalDataEpic.js +81 -0
  4133. package/lib/view/expenseAutomationView/epics/transactionCategorization/markTransactionAsNotMiscategorizedEpic.d.ts +9 -0
  4134. package/lib/view/expenseAutomationView/epics/transactionCategorization/markTransactionAsNotMiscategorizedEpic.js +141 -0
  4135. package/lib/view/expenseAutomationView/epics/transactionCategorization/saveTransactionCategorizationEpic.d.ts +5 -0
  4136. package/lib/view/expenseAutomationView/epics/transactionCategorization/saveTransactionCategorizationEpic.js +31 -0
  4137. package/lib/view/expenseAutomationView/epics/transactionCategorization/triggerReviewTabRefetchEpic.d.ts +6 -0
  4138. package/lib/view/expenseAutomationView/epics/transactionCategorization/triggerReviewTabRefetchEpic.js +31 -0
  4139. package/lib/view/expenseAutomationView/epics/transactionCategorization/updateTransactionCategorizationEpic.d.ts +6 -0
  4140. package/lib/view/expenseAutomationView/epics/transactionCategorization/updateTransactionCategorizationEpic.js +209 -0
  4141. package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.d.ts +7 -0
  4142. package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +28 -0
  4143. package/lib/view/expenseAutomationView/expenseAutomationViewPayload.d.ts +3 -0
  4144. package/lib/view/expenseAutomationView/expenseAutomationViewPayload.js +2 -0
  4145. package/lib/view/expenseAutomationView/expenseAutomationViewReducer.d.ts +17 -0
  4146. package/lib/view/expenseAutomationView/expenseAutomationViewReducer.js +82 -0
  4147. package/lib/view/expenseAutomationView/expenseAutomationViewSelector.d.ts +3 -0
  4148. package/lib/view/expenseAutomationView/expenseAutomationViewSelector.js +217 -0
  4149. package/lib/view/expenseAutomationView/expenseAutomationViewState.d.ts +12 -0
  4150. package/lib/view/expenseAutomationView/expenseAutomationViewState.js +17 -0
  4151. package/lib/view/expenseAutomationView/helpers/bulkUploadTiming.d.ts +16 -0
  4152. package/lib/view/expenseAutomationView/helpers/bulkUploadTiming.js +19 -0
  4153. package/lib/view/expenseAutomationView/helpers/helpers.d.ts +11 -0
  4154. package/lib/view/expenseAutomationView/helpers/helpers.js +70 -0
  4155. package/lib/view/expenseAutomationView/helpers/jeAccountSettingHelper.d.ts +3 -0
  4156. package/lib/view/expenseAutomationView/helpers/jeAccountSettingHelper.js +50 -0
  4157. package/lib/view/expenseAutomationView/helpers/mapStatementUpdateLocalDataToRequestBody.d.ts +3 -0
  4158. package/lib/view/expenseAutomationView/helpers/mapStatementUpdateLocalDataToRequestBody.js +50 -0
  4159. package/lib/view/expenseAutomationView/helpers/newScheduleLocalDataHelper.d.ts +36 -0
  4160. package/lib/view/expenseAutomationView/helpers/newScheduleLocalDataHelper.js +145 -0
  4161. package/lib/view/expenseAutomationView/helpers/reconciliationHelpers.d.ts +21 -0
  4162. package/lib/view/expenseAutomationView/helpers/reconciliationHelpers.js +58 -0
  4163. package/lib/view/expenseAutomationView/helpers/rollingCalendarDateRangeInclusive.d.ts +7 -0
  4164. package/lib/view/expenseAutomationView/helpers/rollingCalendarDateRangeInclusive.js +16 -0
  4165. package/lib/view/expenseAutomationView/helpers/saveTransactionHelper.d.ts +8 -0
  4166. package/lib/view/expenseAutomationView/helpers/saveTransactionHelper.js +182 -0
  4167. package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +61 -0
  4168. package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.js +772 -0
  4169. package/lib/view/expenseAutomationView/payload/actualMatchingPayload.d.ts +85 -0
  4170. package/lib/view/expenseAutomationView/payload/actualMatchingPayload.js +74 -0
  4171. package/lib/view/expenseAutomationView/payload/fluxAnalysisPayload.d.ts +97 -0
  4172. package/lib/view/expenseAutomationView/payload/fluxAnalysisPayload.js +10 -0
  4173. package/lib/view/expenseAutomationView/payload/jeSchedulesPayload.d.ts +174 -0
  4174. package/lib/view/expenseAutomationView/payload/jeSchedulesPayload.js +120 -0
  4175. package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.d.ts +139 -0
  4176. package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.js +213 -0
  4177. package/lib/view/expenseAutomationView/payload/reconciliationPayload.d.ts +373 -0
  4178. package/lib/view/expenseAutomationView/payload/reconciliationPayload.js +335 -0
  4179. package/lib/view/expenseAutomationView/payload/transactionCategorizationPayload.d.ts +88 -0
  4180. package/lib/view/expenseAutomationView/payload/transactionCategorizationPayload.js +2 -0
  4181. package/lib/view/expenseAutomationView/reducers/actualMatchingViewReducer.d.ts +79 -0
  4182. package/lib/view/expenseAutomationView/reducers/actualMatchingViewReducer.js +393 -0
  4183. package/lib/view/expenseAutomationView/reducers/fluxAnalysisViewReducer.d.ts +52 -0
  4184. package/lib/view/expenseAutomationView/reducers/fluxAnalysisViewReducer.js +388 -0
  4185. package/lib/view/expenseAutomationView/reducers/jeSchedulesViewReducer.d.ts +155 -0
  4186. package/lib/view/expenseAutomationView/reducers/jeSchedulesViewReducer.js +787 -0
  4187. package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.d.ts +133 -0
  4188. package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +675 -0
  4189. package/lib/view/expenseAutomationView/reducers/reconciliationViewReducer.d.ts +214 -0
  4190. package/lib/view/expenseAutomationView/reducers/reconciliationViewReducer.js +1204 -0
  4191. package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.d.ts +194 -0
  4192. package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.js +1131 -0
  4193. package/lib/view/expenseAutomationView/selectorTypes/actualMatchingViewSelectorTypes.d.ts +87 -0
  4194. package/lib/view/expenseAutomationView/selectorTypes/actualMatchingViewSelectorTypes.js +2 -0
  4195. package/lib/view/expenseAutomationView/selectorTypes/expenseAutomationViewSelectorTypes.d.ts +52 -0
  4196. package/lib/view/expenseAutomationView/selectorTypes/expenseAutomationViewSelectorTypes.js +2 -0
  4197. package/lib/view/expenseAutomationView/selectorTypes/fluxAnalysisViewSelectorTypes.d.ts +51 -0
  4198. package/lib/view/expenseAutomationView/selectorTypes/fluxAnalysisViewSelectorTypes.js +2 -0
  4199. package/lib/view/expenseAutomationView/selectorTypes/jeAccountSettingsViewSelectorTypes.d.ts +20 -0
  4200. package/lib/view/expenseAutomationView/selectorTypes/jeAccountSettingsViewSelectorTypes.js +2 -0
  4201. package/lib/view/expenseAutomationView/selectorTypes/jeNewScheduleViewSelectorTypes.d.ts +42 -0
  4202. package/lib/view/expenseAutomationView/selectorTypes/jeNewScheduleViewSelectorTypes.js +2 -0
  4203. package/lib/view/expenseAutomationView/selectorTypes/jeSchedulesSelectorTypes.d.ts +69 -0
  4204. package/lib/view/expenseAutomationView/selectorTypes/jeSchedulesSelectorTypes.js +2 -0
  4205. package/lib/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.d.ts +96 -0
  4206. package/lib/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.js +2 -0
  4207. package/lib/view/expenseAutomationView/selectorTypes/reconciliationViewSelectorTypes.d.ts +85 -0
  4208. package/lib/view/expenseAutomationView/selectorTypes/reconciliationViewSelectorTypes.js +7 -0
  4209. package/lib/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.d.ts +58 -0
  4210. package/lib/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.js +2 -0
  4211. package/lib/view/expenseAutomationView/selectors/actualMatchingViewSelector.d.ts +37 -0
  4212. package/lib/view/expenseAutomationView/selectors/actualMatchingViewSelector.js +419 -0
  4213. package/lib/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.d.ts +3 -0
  4214. package/lib/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.js +156 -0
  4215. package/lib/view/expenseAutomationView/selectors/getAllStepsHelper.d.ts +5 -0
  4216. package/lib/view/expenseAutomationView/selectors/getAllStepsHelper.js +43 -0
  4217. package/lib/view/expenseAutomationView/selectors/jeAccountSettingsViewSelector.d.ts +3 -0
  4218. package/lib/view/expenseAutomationView/selectors/jeAccountSettingsViewSelector.js +42 -0
  4219. package/lib/view/expenseAutomationView/selectors/jeNewScheduleViewSelector.d.ts +21 -0
  4220. package/lib/view/expenseAutomationView/selectors/jeNewScheduleViewSelector.js +112 -0
  4221. package/lib/view/expenseAutomationView/selectors/jeScheduledTransactionWithFailedEntries.d.ts +4 -0
  4222. package/lib/view/expenseAutomationView/selectors/jeScheduledTransactionWithFailedEntries.js +2 -0
  4223. package/lib/view/expenseAutomationView/selectors/jeSchedulesViewSelector.d.ts +36 -0
  4224. package/lib/view/expenseAutomationView/selectors/jeSchedulesViewSelector.js +490 -0
  4225. package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.d.ts +3 -0
  4226. package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.js +321 -0
  4227. package/lib/view/expenseAutomationView/selectors/reconciliationViewSelector.d.ts +12 -0
  4228. package/lib/view/expenseAutomationView/selectors/reconciliationViewSelector.js +581 -0
  4229. package/lib/view/expenseAutomationView/selectors/statementParseViewSelector.d.ts +13 -0
  4230. package/lib/view/expenseAutomationView/selectors/statementParseViewSelector.js +120 -0
  4231. package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.d.ts +10 -0
  4232. package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +255 -0
  4233. package/lib/view/expenseAutomationView/transactionFilterHelpers.d.ts +47 -0
  4234. package/lib/view/expenseAutomationView/transactionFilterHelpers.js +342 -0
  4235. package/lib/view/expenseAutomationView/transactionFilterTypes.d.ts +21 -0
  4236. package/lib/view/expenseAutomationView/transactionFilterTypes.js +11 -0
  4237. package/lib/view/expenseAutomationView/types/actualMatchingViewState.d.ts +103 -0
  4238. package/lib/view/expenseAutomationView/types/actualMatchingViewState.js +42 -0
  4239. package/lib/view/expenseAutomationView/types/completedSubTab.d.ts +10 -0
  4240. package/lib/view/expenseAutomationView/types/completedSubTab.js +21 -0
  4241. package/lib/view/expenseAutomationView/types/fluxAnalysisViewState.d.ts +81 -0
  4242. package/lib/view/expenseAutomationView/types/fluxAnalysisViewState.js +6 -0
  4243. package/lib/view/expenseAutomationView/types/jeSchedulesViewState.d.ts +143 -0
  4244. package/lib/view/expenseAutomationView/types/jeSchedulesViewState.js +36 -0
  4245. package/lib/view/expenseAutomationView/types/missingReceiptsViewState.d.ts +184 -0
  4246. package/lib/view/expenseAutomationView/types/missingReceiptsViewState.js +63 -0
  4247. package/lib/view/expenseAutomationView/types/reconciliationViewState.d.ts +406 -0
  4248. package/lib/view/expenseAutomationView/types/reconciliationViewState.js +55 -0
  4249. package/lib/view/expenseAutomationView/types/transactionGroup.d.ts +21 -0
  4250. package/lib/view/expenseAutomationView/types/transactionGroup.js +25 -0
  4251. package/lib/view/expenseAutomationView/types/transactionsViewState.d.ts +198 -0
  4252. package/lib/view/expenseAutomationView/types/transactionsViewState.js +33 -0
  4253. package/lib/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.d.ts +16 -0
  4254. package/lib/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.js +27 -0
  4255. package/lib/view/featureNotificationView/epics/notifyMeForFeatureEpic.d.ts +14 -0
  4256. package/lib/view/featureNotificationView/epics/notifyMeForFeatureEpic.js +29 -0
  4257. package/lib/view/featureNotificationView/featureNotificationViewPayload.d.ts +23 -0
  4258. package/lib/view/featureNotificationView/featureNotificationViewPayload.js +15 -0
  4259. package/lib/view/featureNotificationView/featureNotificationViewReducer.d.ts +19 -0
  4260. package/lib/view/featureNotificationView/featureNotificationViewReducer.js +113 -0
  4261. package/lib/view/featureNotificationView/featureNotificationViewSelector.d.ts +6 -0
  4262. package/lib/view/featureNotificationView/featureNotificationViewSelector.js +11 -0
  4263. package/lib/view/featureNotificationView/featureNotificationViewState.d.ts +26 -0
  4264. package/lib/view/featureNotificationView/featureNotificationViewState.js +2 -0
  4265. package/lib/view/fileView/epic/deleteFileEpic.d.ts +8 -0
  4266. package/lib/view/fileView/epic/deleteFileEpic.js +31 -0
  4267. package/lib/view/fileView/epic/deleteFileListEpic.d.ts +8 -0
  4268. package/lib/view/fileView/epic/deleteFileListEpic.js +28 -0
  4269. package/lib/view/fileView/epic/fetchFileEpic.d.ts +8 -0
  4270. package/lib/view/fileView/epic/fetchFileEpic.js +32 -0
  4271. package/lib/view/fileView/epic/fetchFileListEpic.d.ts +8 -0
  4272. package/lib/view/fileView/epic/fetchFileListEpic.js +30 -0
  4273. package/lib/view/fileView/epic/updateFileNameEpic.d.ts +8 -0
  4274. package/lib/view/fileView/epic/updateFileNameEpic.js +33 -0
  4275. package/lib/view/fileView/epic/updateFilesMetadataEpic.d.ts +6 -0
  4276. package/lib/view/fileView/epic/updateFilesMetadataEpic.js +16 -0
  4277. package/lib/view/fileView/fileDownloadHelpers.d.ts +3 -0
  4278. package/lib/view/fileView/fileDownloadHelpers.js +31 -0
  4279. package/lib/view/fileView/fileUploadHelpers.d.ts +24 -0
  4280. package/lib/view/fileView/fileUploadHelpers.js +89 -0
  4281. package/lib/view/fileView/fileViewPayload.d.ts +7 -0
  4282. package/lib/view/fileView/fileViewPayload.js +2 -0
  4283. package/lib/view/fileView/fileViewReducer.d.ts +46 -0
  4284. package/lib/view/fileView/fileViewReducer.js +169 -0
  4285. package/lib/view/fileView/fileViewSelector.d.ts +14 -0
  4286. package/lib/view/fileView/fileViewSelector.js +36 -0
  4287. package/lib/view/fileView/fileViewState.d.ts +12 -0
  4288. package/lib/view/fileView/fileViewState.js +15 -0
  4289. package/lib/view/financeStatement/financeStatementEpic.d.ts +53 -0
  4290. package/lib/view/financeStatement/financeStatementEpic.js +75 -0
  4291. package/lib/view/financeStatement/financeStatementReducer.d.ts +28 -0
  4292. package/lib/view/financeStatement/financeStatementReducer.js +143 -0
  4293. package/lib/view/financeStatement/financeStatementSelector.d.ts +40 -0
  4294. package/lib/view/financeStatement/financeStatementSelector.js +187 -0
  4295. package/lib/view/financeStatement/financeStatementState.d.ts +7 -0
  4296. package/lib/view/financeStatement/financeStatementState.js +2 -0
  4297. package/lib/view/forecastList/fetchForecastListEpic.d.ts +8 -0
  4298. package/lib/view/forecastList/fetchForecastListEpic.js +19 -0
  4299. package/lib/view/forecastList/forecastListPayload.d.ts +7 -0
  4300. package/lib/view/forecastList/forecastListPayload.js +2 -0
  4301. package/lib/view/forecastList/forecastListReducer.d.ts +7 -0
  4302. package/lib/view/forecastList/forecastListReducer.js +41 -0
  4303. package/lib/view/forecastList/forecastListSelector.d.ts +19 -0
  4304. package/lib/view/forecastList/forecastListSelector.js +27 -0
  4305. package/lib/view/forecastList/forecastListState.d.ts +4 -0
  4306. package/lib/view/forecastList/forecastListState.js +2 -0
  4307. package/lib/view/globalMerchantView/epics/createGlobalMerchantEpic.d.ts +9 -0
  4308. package/lib/view/globalMerchantView/epics/createGlobalMerchantEpic.js +101 -0
  4309. package/lib/view/globalMerchantView/epics/fetchGlobalMerchantRecommendationEpic.d.ts +9 -0
  4310. package/lib/view/globalMerchantView/epics/fetchGlobalMerchantRecommendationEpic.js +64 -0
  4311. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/fetchGlobalMerchantAutoCompleteViewEpic.d.ts +8 -0
  4312. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/fetchGlobalMerchantAutoCompleteViewEpic.js +48 -0
  4313. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewPayload.d.ts +11 -0
  4314. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewPayload.js +2 -0
  4315. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer.d.ts +11 -0
  4316. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer.js +52 -0
  4317. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewSelector.d.ts +7 -0
  4318. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewSelector.js +14 -0
  4319. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState.d.ts +8 -0
  4320. package/lib/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState.js +7 -0
  4321. package/lib/view/globalMerchantView/globalMerchantViewPayload.d.ts +24 -0
  4322. package/lib/view/globalMerchantView/globalMerchantViewPayload.js +2 -0
  4323. package/lib/view/globalMerchantView/globalMerchantViewReducer.d.ts +27 -0
  4324. package/lib/view/globalMerchantView/globalMerchantViewReducer.js +127 -0
  4325. package/lib/view/globalMerchantView/globalMerchantViewSelector.d.ts +9 -0
  4326. package/lib/view/globalMerchantView/globalMerchantViewSelector.js +20 -0
  4327. package/lib/view/globalMerchantView/globalMerchantViewState.d.ts +19 -0
  4328. package/lib/view/globalMerchantView/globalMerchantViewState.js +2 -0
  4329. package/lib/view/insightsCard/insightsCardEpic.d.ts +15 -0
  4330. package/lib/view/insightsCard/insightsCardEpic.js +20 -0
  4331. package/lib/view/insightsCard/insightsCardPayload.d.ts +7 -0
  4332. package/lib/view/insightsCard/insightsCardPayload.js +2 -0
  4333. package/lib/view/insightsCard/insightsCardReducer.d.ts +7 -0
  4334. package/lib/view/insightsCard/insightsCardReducer.js +52 -0
  4335. package/lib/view/insightsCard/insightsCardSelector.d.ts +3 -0
  4336. package/lib/view/insightsCard/insightsCardSelector.js +18 -0
  4337. package/lib/view/insightsCard/insightsCardSelectorTypes.d.ts +8 -0
  4338. package/lib/view/insightsCard/insightsCardSelectorTypes.js +2 -0
  4339. package/lib/view/insightsCard/insightsCardState.d.ts +7 -0
  4340. package/lib/view/insightsCard/insightsCardState.js +2 -0
  4341. package/lib/view/invoicing/auditView/auditViewEpics.d.ts +7 -0
  4342. package/lib/view/invoicing/auditView/auditViewEpics.js +58 -0
  4343. package/lib/view/invoicing/auditView/auditViewPayload.d.ts +88 -0
  4344. package/lib/view/invoicing/auditView/auditViewPayload.js +78 -0
  4345. package/lib/view/invoicing/auditView/auditViewReducer.d.ts +22 -0
  4346. package/lib/view/invoicing/auditView/auditViewReducer.js +63 -0
  4347. package/lib/view/invoicing/auditView/auditViewSelector.d.ts +20 -0
  4348. package/lib/view/invoicing/auditView/auditViewSelector.js +25 -0
  4349. package/lib/view/invoicing/auditView/auditViewState.d.ts +17 -0
  4350. package/lib/view/invoicing/auditView/auditViewState.js +2 -0
  4351. package/lib/view/invoicing/couponView/couponViewPayload.d.ts +5 -0
  4352. package/lib/view/invoicing/couponView/couponViewPayload.js +2 -0
  4353. package/lib/view/invoicing/couponView/couponViewReducer.d.ts +35 -0
  4354. package/lib/view/invoicing/couponView/couponViewReducer.js +122 -0
  4355. package/lib/view/invoicing/couponView/couponViewSelector.d.ts +40 -0
  4356. package/lib/view/invoicing/couponView/couponViewSelector.js +68 -0
  4357. package/lib/view/invoicing/couponView/couponViewState.d.ts +34 -0
  4358. package/lib/view/invoicing/couponView/couponViewState.js +35 -0
  4359. package/lib/view/invoicing/couponView/fetchInvoicingCouponCountsEpic.d.ts +17 -0
  4360. package/lib/view/invoicing/couponView/fetchInvoicingCouponCountsEpic.js +33 -0
  4361. package/lib/view/invoicing/couponView/fetchInvoicingCouponListEpic.d.ts +8 -0
  4362. package/lib/view/invoicing/couponView/fetchInvoicingCouponListEpic.js +45 -0
  4363. package/lib/view/invoicing/couponView/fetchInvoicingCouponListPageEpic.d.ts +7 -0
  4364. package/lib/view/invoicing/couponView/fetchInvoicingCouponListPageEpic.js +26 -0
  4365. package/lib/view/invoicing/createCreditNote/createCreditNoteEpic.d.ts +9 -0
  4366. package/lib/view/invoicing/createCreditNote/createCreditNoteEpic.js +49 -0
  4367. package/lib/view/invoicing/createCreditNote/createCreditNoteFormConfig.d.ts +2 -0
  4368. package/lib/view/invoicing/createCreditNote/createCreditNoteFormConfig.js +16 -0
  4369. package/lib/view/invoicing/createCreditNote/createCreditNotePayload.d.ts +4 -0
  4370. package/lib/view/invoicing/createCreditNote/createCreditNotePayload.js +34 -0
  4371. package/lib/view/invoicing/createCreditNote/createCreditNoteReducer.d.ts +11 -0
  4372. package/lib/view/invoicing/createCreditNote/createCreditNoteReducer.js +52 -0
  4373. package/lib/view/invoicing/createCreditNote/createCreditNoteSelector.d.ts +15 -0
  4374. package/lib/view/invoicing/createCreditNote/createCreditNoteSelector.js +27 -0
  4375. package/lib/view/invoicing/createCreditNote/createCreditNoteState.d.ts +24 -0
  4376. package/lib/view/invoicing/createCreditNote/createCreditNoteState.js +2 -0
  4377. package/lib/view/invoicing/createInvoice/createInvoiceEpic.d.ts +11 -0
  4378. package/lib/view/invoicing/createInvoice/createInvoiceEpic.js +56 -0
  4379. package/lib/view/invoicing/createInvoice/createInvoiceFormConfig.d.ts +13 -0
  4380. package/lib/view/invoicing/createInvoice/createInvoiceFormConfig.js +70 -0
  4381. package/lib/view/invoicing/createInvoice/createInvoicePayload.d.ts +24 -0
  4382. package/lib/view/invoicing/createInvoice/createInvoicePayload.js +2 -0
  4383. package/lib/view/invoicing/createInvoice/createInvoiceReducer.d.ts +14 -0
  4384. package/lib/view/invoicing/createInvoice/createInvoiceReducer.js +65 -0
  4385. package/lib/view/invoicing/createInvoice/createInvoiceSelector.d.ts +47 -0
  4386. package/lib/view/invoicing/createInvoice/createInvoiceSelector.js +64 -0
  4387. package/lib/view/invoicing/createInvoice/createInvoiceState.d.ts +35 -0
  4388. package/lib/view/invoicing/createInvoice/createInvoiceState.js +2 -0
  4389. package/lib/view/invoicing/createInvoice/epics/fetchCreateInvoiceFormPageEpic.d.ts +15 -0
  4390. package/lib/view/invoicing/createInvoice/epics/fetchCreateInvoiceFormPageEpic.js +54 -0
  4391. package/lib/view/invoicing/customerPaymentMethod/createInvoicingSetupIntentEpic.d.ts +8 -0
  4392. package/lib/view/invoicing/customerPaymentMethod/createInvoicingSetupIntentEpic.js +21 -0
  4393. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.d.ts +18 -0
  4394. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodPayload.js +2 -0
  4395. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.d.ts +29 -0
  4396. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodReducer.js +97 -0
  4397. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.d.ts +11 -0
  4398. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodSelector.js +19 -0
  4399. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodState.d.ts +24 -0
  4400. package/lib/view/invoicing/customerPaymentMethod/customerPaymentMethodState.js +2 -0
  4401. package/lib/view/invoicing/customerPaymentMethod/fetchInvoicingPlaidLinkTokenEpic.d.ts +8 -0
  4402. package/lib/view/invoicing/customerPaymentMethod/fetchInvoicingPlaidLinkTokenEpic.js +19 -0
  4403. package/lib/view/invoicing/customerPaymentMethod/saveInvoicingPaymentMethodEpic.d.ts +8 -0
  4404. package/lib/view/invoicing/customerPaymentMethod/saveInvoicingPaymentMethodEpic.js +25 -0
  4405. package/lib/view/invoicing/customerPaymentMethod/sendInvoicingPaymentLinkEpic.d.ts +8 -0
  4406. package/lib/view/invoicing/customerPaymentMethod/sendInvoicingPaymentLinkEpic.js +30 -0
  4407. package/lib/view/invoicing/dataImportView/dataImportViewPayload.d.ts +84 -0
  4408. package/lib/view/invoicing/dataImportView/dataImportViewPayload.js +2 -0
  4409. package/lib/view/invoicing/dataImportView/dataImportViewReducer.d.ts +22 -0
  4410. package/lib/view/invoicing/dataImportView/dataImportViewReducer.js +172 -0
  4411. package/lib/view/invoicing/dataImportView/dataImportViewSelector.d.ts +28 -0
  4412. package/lib/view/invoicing/dataImportView/dataImportViewSelector.js +26 -0
  4413. package/lib/view/invoicing/dataImportView/dataImportViewState.d.ts +23 -0
  4414. package/lib/view/invoicing/dataImportView/dataImportViewState.js +2 -0
  4415. package/lib/view/invoicing/dataImportView/fetchInvoicingDataImportStatusEpic.d.ts +7 -0
  4416. package/lib/view/invoicing/dataImportView/fetchInvoicingDataImportStatusEpic.js +18 -0
  4417. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationDiagnosticsEpic.d.ts +7 -0
  4418. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationDiagnosticsEpic.js +48 -0
  4419. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationSessionEpic.d.ts +7 -0
  4420. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationSessionEpic.js +18 -0
  4421. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationSessionsEpic.d.ts +7 -0
  4422. package/lib/view/invoicing/dataImportView/fetchInvoicingMigrationSessionsEpic.js +18 -0
  4423. package/lib/view/invoicing/dataImportView/invoicingDataImportActionEpic.d.ts +7 -0
  4424. package/lib/view/invoicing/dataImportView/invoicingDataImportActionEpic.js +39 -0
  4425. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewPayload.d.ts +31 -0
  4426. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewPayload.js +152 -0
  4427. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewReducer.d.ts +79 -0
  4428. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewReducer.js +148 -0
  4429. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewSelector.d.ts +93 -0
  4430. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewSelector.js +123 -0
  4431. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewState.d.ts +76 -0
  4432. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/editInvoicingCatalogItemDetailViewState.js +2 -0
  4433. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailEpic.d.ts +8 -0
  4434. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailEpic.js +29 -0
  4435. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailPageEpic.d.ts +18 -0
  4436. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/fetchInvoicingCatalogItemDetailPageEpic.js +53 -0
  4437. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/invoicingCatalogItemFormHelper.d.ts +21 -0
  4438. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/invoicingCatalogItemFormHelper.js +144 -0
  4439. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogPlanActionEpic.d.ts +8 -0
  4440. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogPlanActionEpic.js +32 -0
  4441. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogProductActionEpic.d.ts +9 -0
  4442. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/runInvoicingCatalogProductActionEpic.js +39 -0
  4443. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/saveInvoicingCatalogItemEpic.d.ts +11 -0
  4444. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/saveInvoicingCatalogItemEpic.js +107 -0
  4445. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/seedInvoicingCatalogItemFormDraftEpic.d.ts +12 -0
  4446. package/lib/view/invoicing/editInvoicingCatalogItemDetailView/seedInvoicingCatalogItemFormDraftEpic.js +26 -0
  4447. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewPayload.d.ts +12 -0
  4448. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewPayload.js +62 -0
  4449. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewReducer.d.ts +53 -0
  4450. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewReducer.js +135 -0
  4451. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewSelector.d.ts +55 -0
  4452. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewSelector.js +78 -0
  4453. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewState.d.ts +40 -0
  4454. package/lib/view/invoicing/editInvoicingCouponDetailView/editInvoicingCouponDetailViewState.js +47 -0
  4455. package/lib/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailEpic.d.ts +8 -0
  4456. package/lib/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailEpic.js +26 -0
  4457. package/lib/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailPageEpic.d.ts +13 -0
  4458. package/lib/view/invoicing/editInvoicingCouponDetailView/fetchInvoicingCouponDetailPageEpic.js +40 -0
  4459. package/lib/view/invoicing/editInvoicingCouponDetailView/runInvoicingDiscountActionEpic.d.ts +9 -0
  4460. package/lib/view/invoicing/editInvoicingCouponDetailView/runInvoicingDiscountActionEpic.js +59 -0
  4461. package/lib/view/invoicing/editInvoicingCouponDetailView/saveInvoicingCouponEpic.d.ts +10 -0
  4462. package/lib/view/invoicing/editInvoicingCouponDetailView/saveInvoicingCouponEpic.js +76 -0
  4463. package/lib/view/invoicing/editInvoicingCouponDetailView/seedInvoicingCouponFormDraftEpic.d.ts +12 -0
  4464. package/lib/view/invoicing/editInvoicingCouponDetailView/seedInvoicingCouponFormDraftEpic.js +26 -0
  4465. package/lib/view/invoicing/editInvoicingCustomerDetailView/addPromotionalCreditsEpic.d.ts +8 -0
  4466. package/lib/view/invoicing/editInvoicingCustomerDetailView/addPromotionalCreditsEpic.js +29 -0
  4467. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.d.ts +29 -0
  4468. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewPayload.js +49 -0
  4469. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.d.ts +59 -0
  4470. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewReducer.js +190 -0
  4471. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.d.ts +89 -0
  4472. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewSelector.js +112 -0
  4473. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.d.ts +58 -0
  4474. package/lib/view/invoicing/editInvoicingCustomerDetailView/editInvoicingCustomerDetailViewState.js +2 -0
  4475. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.d.ts +9 -0
  4476. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailEpic.js +29 -0
  4477. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.d.ts +18 -0
  4478. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingCustomerDetailPageEpic.js +58 -0
  4479. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewEpic.d.ts +12 -0
  4480. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewEpic.js +35 -0
  4481. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewPageEpic.d.ts +10 -0
  4482. package/lib/view/invoicing/editInvoicingCustomerDetailView/fetchInvoicingPaymentLinkEmailPreviewPageEpic.js +27 -0
  4483. package/lib/view/invoicing/editInvoicingCustomerDetailView/initializeInvoicingCustomerAddressEpic.d.ts +16 -0
  4484. package/lib/view/invoicing/editInvoicingCustomerDetailView/initializeInvoicingCustomerAddressEpic.js +39 -0
  4485. package/lib/view/invoicing/editInvoicingCustomerDetailView/invoicingCustomerFormConfig.d.ts +7 -0
  4486. package/lib/view/invoicing/editInvoicingCustomerDetailView/invoicingCustomerFormConfig.js +42 -0
  4487. package/lib/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.d.ts +12 -0
  4488. package/lib/view/invoicing/editInvoicingCustomerDetailView/saveInvoicingCustomerEpic.js +79 -0
  4489. package/lib/view/invoicing/editInvoicingCustomerDetailView/seedInvoicingCustomerFormDraftEpic.d.ts +12 -0
  4490. package/lib/view/invoicing/editInvoicingCustomerDetailView/seedInvoicingCustomerFormDraftEpic.js +26 -0
  4491. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.d.ts +76 -0
  4492. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewPayload.js +62 -0
  4493. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.d.ts +60 -0
  4494. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewReducer.js +150 -0
  4495. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.d.ts +69 -0
  4496. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewSelector.js +87 -0
  4497. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.d.ts +49 -0
  4498. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/editInvoicingSubscriptionDetailViewState.js +2 -0
  4499. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailEpic.d.ts +9 -0
  4500. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailEpic.js +32 -0
  4501. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailPageEpic.d.ts +16 -0
  4502. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionDetailPageEpic.js +62 -0
  4503. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionFormPageEpic.d.ts +20 -0
  4504. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/fetchInvoicingSubscriptionFormPageEpic.js +33 -0
  4505. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/initializeInvoicingSubscriptionAddressEpic.d.ts +17 -0
  4506. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/initializeInvoicingSubscriptionAddressEpic.js +40 -0
  4507. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionDetailHelper.d.ts +3 -0
  4508. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionDetailHelper.js +6 -0
  4509. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionFormConfig.d.ts +29 -0
  4510. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/invoicingSubscriptionFormConfig.js +104 -0
  4511. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/runInvoicingSubscriptionActionEpic.d.ts +10 -0
  4512. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/runInvoicingSubscriptionActionEpic.js +70 -0
  4513. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.d.ts +12 -0
  4514. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/saveInvoicingSubscriptionEpic.js +110 -0
  4515. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/seedInvoicingSubscriptionFormDraftEpic.d.ts +12 -0
  4516. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/seedInvoicingSubscriptionFormDraftEpic.js +26 -0
  4517. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/syncInvoicingSubscriptionCouponsEpic.d.ts +18 -0
  4518. package/lib/view/invoicing/editInvoicingSubscriptionDetailView/syncInvoicingSubscriptionCouponsEpic.js +86 -0
  4519. package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.d.ts +9 -0
  4520. package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailEpic.js +29 -0
  4521. package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailPageEpic.d.ts +13 -0
  4522. package/lib/view/invoicing/invoiceDetail/fetchInvoiceDetailPageEpic.js +37 -0
  4523. package/lib/view/invoicing/invoiceDetail/invoiceDetailPayload.d.ts +56 -0
  4524. package/lib/view/invoicing/invoiceDetail/invoiceDetailPayload.js +2 -0
  4525. package/lib/view/invoicing/invoiceDetail/invoiceDetailReducer.d.ts +39 -0
  4526. package/lib/view/invoicing/invoiceDetail/invoiceDetailReducer.js +85 -0
  4527. package/lib/view/invoicing/invoiceDetail/invoiceDetailSelector.d.ts +30 -0
  4528. package/lib/view/invoicing/invoiceDetail/invoiceDetailSelector.js +43 -0
  4529. package/lib/view/invoicing/invoiceDetail/invoiceDetailState.d.ts +12 -0
  4530. package/lib/view/invoicing/invoiceDetail/invoiceDetailState.js +2 -0
  4531. package/lib/view/invoicing/invoiceDetail/runInvoicingInvoiceActionEpic.d.ts +10 -0
  4532. package/lib/view/invoicing/invoiceDetail/runInvoicingInvoiceActionEpic.js +62 -0
  4533. package/lib/view/invoicing/invoiceDetail/updateInvoicingInvoiceEpic.d.ts +10 -0
  4534. package/lib/view/invoicing/invoiceDetail/updateInvoicingInvoiceEpic.js +56 -0
  4535. package/lib/view/invoicing/invoiceDetail/voidInvoiceHelper.d.ts +11 -0
  4536. package/lib/view/invoicing/invoiceDetail/voidInvoiceHelper.js +38 -0
  4537. package/lib/view/invoicing/invoiceList/fetchInvoiceCountsEpic.d.ts +7 -0
  4538. package/lib/view/invoicing/invoiceList/fetchInvoiceCountsEpic.js +36 -0
  4539. package/lib/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.d.ts +7 -0
  4540. package/lib/view/invoicing/invoiceList/fetchInvoiceKPIsEpic.js +19 -0
  4541. package/lib/view/invoicing/invoiceList/fetchInvoiceListEpic.d.ts +9 -0
  4542. package/lib/view/invoicing/invoiceList/fetchInvoiceListEpic.js +62 -0
  4543. package/lib/view/invoicing/invoiceList/fetchInvoiceListPageEpic.d.ts +11 -0
  4544. package/lib/view/invoicing/invoiceList/fetchInvoiceListPageEpic.js +36 -0
  4545. package/lib/view/invoicing/invoiceList/invoiceListPayload.d.ts +6 -0
  4546. package/lib/view/invoicing/invoiceList/invoiceListPayload.js +2 -0
  4547. package/lib/view/invoicing/invoiceList/invoiceListReducer.d.ts +50 -0
  4548. package/lib/view/invoicing/invoiceList/invoiceListReducer.js +175 -0
  4549. package/lib/view/invoicing/invoiceList/invoiceListSelector.d.ts +31 -0
  4550. package/lib/view/invoicing/invoiceList/invoiceListSelector.js +40 -0
  4551. package/lib/view/invoicing/invoiceList/invoiceListState.d.ts +53 -0
  4552. package/lib/view/invoicing/invoiceList/invoiceListState.js +40 -0
  4553. package/lib/view/invoicing/invoicingApiHelper.d.ts +15 -0
  4554. package/lib/view/invoicing/invoicingApiHelper.js +19 -0
  4555. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogCountsEpic.d.ts +7 -0
  4556. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogCountsEpic.js +24 -0
  4557. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogListPageEpic.d.ts +16 -0
  4558. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogListPageEpic.js +39 -0
  4559. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogPlanListEpic.d.ts +8 -0
  4560. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogPlanListEpic.js +47 -0
  4561. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogProductListEpic.d.ts +8 -0
  4562. package/lib/view/invoicing/invoicingCatalogListView/epics/fetchInvoicingCatalogProductListEpic.js +47 -0
  4563. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewPayload.d.ts +6 -0
  4564. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewPayload.js +2 -0
  4565. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewReducer.d.ts +52 -0
  4566. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewReducer.js +159 -0
  4567. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewSelector.d.ts +37 -0
  4568. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewSelector.js +41 -0
  4569. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewState.d.ts +48 -0
  4570. package/lib/view/invoicing/invoicingCatalogListView/invoicingCatalogListViewState.js +24 -0
  4571. package/lib/view/invoicing/invoicingConfigView/epics/acceptInvoicingTermsEpic.d.ts +8 -0
  4572. package/lib/view/invoicing/invoicingConfigView/epics/acceptInvoicingTermsEpic.js +25 -0
  4573. package/lib/view/invoicing/invoicingConfigView/epics/enableInvoicingEpic.d.ts +7 -0
  4574. package/lib/view/invoicing/invoicingConfigView/epics/enableInvoicingEpic.js +22 -0
  4575. package/lib/view/invoicing/invoicingConfigView/epics/fetchInvoicingConfigEpic.d.ts +12 -0
  4576. package/lib/view/invoicing/invoicingConfigView/epics/fetchInvoicingConfigEpic.js +25 -0
  4577. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewPayload.d.ts +72 -0
  4578. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewPayload.js +21 -0
  4579. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewReducer.d.ts +12 -0
  4580. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewReducer.js +214 -0
  4581. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewSelector.d.ts +45 -0
  4582. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewSelector.js +34 -0
  4583. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewState.d.ts +68 -0
  4584. package/lib/view/invoicing/invoicingConfigView/invoicingConfigViewState.js +2 -0
  4585. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewEpics.d.ts +8 -0
  4586. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewEpics.js +23 -0
  4587. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewPayload.d.ts +3 -0
  4588. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewPayload.js +2 -0
  4589. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewReducer.d.ts +11 -0
  4590. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewReducer.js +38 -0
  4591. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewSelector.d.ts +20 -0
  4592. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewSelector.js +18 -0
  4593. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewState.d.ts +4 -0
  4594. package/lib/view/invoicing/invoicingCreditNoteDetailView/invoicingCreditNoteDetailViewState.js +2 -0
  4595. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteCountsEpic.d.ts +7 -0
  4596. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteCountsEpic.js +27 -0
  4597. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListEpic.d.ts +8 -0
  4598. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListEpic.js +44 -0
  4599. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListPageEpic.d.ts +16 -0
  4600. package/lib/view/invoicing/invoicingCreditNoteListView/epics/fetchInvoicingCreditNoteListPageEpic.js +31 -0
  4601. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewPayload.d.ts +5 -0
  4602. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewPayload.js +2 -0
  4603. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewReducer.d.ts +31 -0
  4604. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewReducer.js +102 -0
  4605. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewSelector.d.ts +30 -0
  4606. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewSelector.js +40 -0
  4607. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewState.d.ts +36 -0
  4608. package/lib/view/invoicing/invoicingCreditNoteListView/invoicingCreditNoteListViewState.js +35 -0
  4609. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.d.ts +7 -0
  4610. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerCountsEpic.js +24 -0
  4611. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.d.ts +9 -0
  4612. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListEpic.js +44 -0
  4613. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.d.ts +16 -0
  4614. package/lib/view/invoicing/invoicingCustomerListView/epics/fetchInvoicingCustomerListPageEpic.js +31 -0
  4615. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.d.ts +5 -0
  4616. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewPayload.js +2 -0
  4617. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.d.ts +34 -0
  4618. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewReducer.js +118 -0
  4619. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.d.ts +27 -0
  4620. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewSelector.js +43 -0
  4621. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.d.ts +35 -0
  4622. package/lib/view/invoicing/invoicingCustomerListView/invoicingCustomerListViewState.js +30 -0
  4623. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailEpic.d.ts +8 -0
  4624. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailEpic.js +23 -0
  4625. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailPageEpic.d.ts +12 -0
  4626. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningCaseDetailPageEpic.js +33 -0
  4627. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewEpic.d.ts +7 -0
  4628. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewEpic.js +30 -0
  4629. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewPageEpic.d.ts +6 -0
  4630. package/lib/view/invoicing/invoicingDunningCaseDetailView/fetchInvoicingDunningEmailPreviewPageEpic.js +20 -0
  4631. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewPayload.d.ts +40 -0
  4632. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewPayload.js +13 -0
  4633. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewReducer.d.ts +47 -0
  4634. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewReducer.js +126 -0
  4635. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewSelector.d.ts +30 -0
  4636. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewSelector.js +38 -0
  4637. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewState.d.ts +19 -0
  4638. package/lib/view/invoicing/invoicingDunningCaseDetailView/invoicingDunningCaseDetailViewState.js +2 -0
  4639. package/lib/view/invoicing/invoicingDunningCaseDetailView/runInvoicingDunningActionEpic.d.ts +9 -0
  4640. package/lib/view/invoicing/invoicingDunningCaseDetailView/runInvoicingDunningActionEpic.js +60 -0
  4641. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseCountsEpic.d.ts +7 -0
  4642. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseCountsEpic.js +24 -0
  4643. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListEpic.d.ts +8 -0
  4644. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListEpic.js +41 -0
  4645. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListPageEpic.d.ts +16 -0
  4646. package/lib/view/invoicing/invoicingDunningCaseListView/epics/fetchInvoicingDunningCaseListPageEpic.js +31 -0
  4647. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewPayload.d.ts +5 -0
  4648. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewPayload.js +2 -0
  4649. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewReducer.d.ts +31 -0
  4650. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewReducer.js +102 -0
  4651. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewSelector.d.ts +25 -0
  4652. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewSelector.js +39 -0
  4653. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewState.d.ts +35 -0
  4654. package/lib/view/invoicing/invoicingDunningCaseListView/invoicingDunningCaseListViewState.js +37 -0
  4655. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.d.ts +7 -0
  4656. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewChurnEpic.js +21 -0
  4657. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.d.ts +7 -0
  4658. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewDashboardSummaryEpic.js +21 -0
  4659. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.d.ts +14 -0
  4660. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewEpic.js +59 -0
  4661. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.d.ts +7 -0
  4662. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewKPIsEpic.js +21 -0
  4663. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.d.ts +7 -0
  4664. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewMRREpic.js +21 -0
  4665. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.d.ts +7 -0
  4666. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewPlanRevenueEpic.js +21 -0
  4667. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.d.ts +7 -0
  4668. package/lib/view/invoicing/invoicingOverview/epics/fetchInvoicingOverviewRevenueEpic.js +21 -0
  4669. package/lib/view/invoicing/invoicingOverview/invoicingOverviewPayload.d.ts +98 -0
  4670. package/lib/view/invoicing/invoicingOverview/invoicingOverviewPayload.js +96 -0
  4671. package/lib/view/invoicing/invoicingOverview/invoicingOverviewReducer.d.ts +10 -0
  4672. package/lib/view/invoicing/invoicingOverview/invoicingOverviewReducer.js +125 -0
  4673. package/lib/view/invoicing/invoicingOverview/invoicingOverviewSelector.d.ts +32 -0
  4674. package/lib/view/invoicing/invoicingOverview/invoicingOverviewSelector.js +70 -0
  4675. package/lib/view/invoicing/invoicingOverview/invoicingOverviewState.d.ts +110 -0
  4676. package/lib/view/invoicing/invoicingOverview/invoicingOverviewState.js +2 -0
  4677. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingAccountingPickersEpic.d.ts +5 -0
  4678. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingAccountingPickersEpic.js +37 -0
  4679. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingQboConnectionEpic.d.ts +6 -0
  4680. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingQboConnectionEpic.js +19 -0
  4681. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingQboSyncHealthEpic.d.ts +6 -0
  4682. package/lib/view/invoicing/invoicingQboView/epics/fetchInvoicingQboSyncHealthEpic.js +19 -0
  4683. package/lib/view/invoicing/invoicingQboView/epics/invoicingQboViewActionType.d.ts +5 -0
  4684. package/lib/view/invoicing/invoicingQboView/epics/invoicingQboViewActionType.js +2 -0
  4685. package/lib/view/invoicing/invoicingQboView/epics/retryInvoicingQboSyncTaskEpic.d.ts +6 -0
  4686. package/lib/view/invoicing/invoicingQboView/epics/retryInvoicingQboSyncTaskEpic.js +51 -0
  4687. package/lib/view/invoicing/invoicingQboView/epics/startInvoicingQboBackfillEpic.d.ts +6 -0
  4688. package/lib/view/invoicing/invoicingQboView/epics/startInvoicingQboBackfillEpic.js +47 -0
  4689. package/lib/view/invoicing/invoicingQboView/invoicingQboViewPayload.d.ts +53 -0
  4690. package/lib/view/invoicing/invoicingQboView/invoicingQboViewPayload.js +28 -0
  4691. package/lib/view/invoicing/invoicingQboView/invoicingQboViewReducer.d.ts +17 -0
  4692. package/lib/view/invoicing/invoicingQboView/invoicingQboViewReducer.js +98 -0
  4693. package/lib/view/invoicing/invoicingQboView/invoicingQboViewSelector.d.ts +75 -0
  4694. package/lib/view/invoicing/invoicingQboView/invoicingQboViewSelector.js +192 -0
  4695. package/lib/view/invoicing/invoicingQboView/invoicingQboViewState.d.ts +10 -0
  4696. package/lib/view/invoicing/invoicingQboView/invoicingQboViewState.js +2 -0
  4697. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.d.ts +7 -0
  4698. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionCountsEpic.js +27 -0
  4699. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.d.ts +9 -0
  4700. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListEpic.js +53 -0
  4701. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.d.ts +16 -0
  4702. package/lib/view/invoicing/invoicingSubscriptionListView/epics/fetchInvoicingSubscriptionListPageEpic.js +31 -0
  4703. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.d.ts +5 -0
  4704. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewPayload.js +2 -0
  4705. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.d.ts +35 -0
  4706. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewReducer.js +116 -0
  4707. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.d.ts +39 -0
  4708. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewSelector.js +46 -0
  4709. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.d.ts +39 -0
  4710. package/lib/view/invoicing/invoicingSubscriptionListView/invoicingSubscriptionListViewState.js +37 -0
  4711. package/lib/view/invoicing/invoicingTabHelper.d.ts +27 -0
  4712. package/lib/view/invoicing/invoicingTabHelper.js +30 -0
  4713. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewEpics.d.ts +8 -0
  4714. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewEpics.js +23 -0
  4715. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewPayload.d.ts +11 -0
  4716. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewPayload.js +2 -0
  4717. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewReducer.d.ts +24 -0
  4718. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewReducer.js +57 -0
  4719. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewSelector.d.ts +16 -0
  4720. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewSelector.js +17 -0
  4721. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewState.d.ts +9 -0
  4722. package/lib/view/invoicing/invoicingTransactionDetailView/invoicingTransactionDetailViewState.js +2 -0
  4723. package/lib/view/invoicing/invoicingTransactionDetailView/runInvoicingPaymentActionEpic.d.ts +8 -0
  4724. package/lib/view/invoicing/invoicingTransactionDetailView/runInvoicingPaymentActionEpic.js +31 -0
  4725. package/lib/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListEpic.d.ts +8 -0
  4726. package/lib/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListEpic.js +52 -0
  4727. package/lib/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListPageEpic.d.ts +16 -0
  4728. package/lib/view/invoicing/invoicingTransactionListView/epics/fetchInvoicingTransactionListPageEpic.js +30 -0
  4729. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewPayload.d.ts +4 -0
  4730. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewPayload.js +2 -0
  4731. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewReducer.d.ts +30 -0
  4732. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewReducer.js +122 -0
  4733. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewSelector.d.ts +28 -0
  4734. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewSelector.js +34 -0
  4735. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewState.d.ts +54 -0
  4736. package/lib/view/invoicing/invoicingTransactionListView/invoicingTransactionListViewState.js +59 -0
  4737. package/lib/view/invoicing/issueCreditNote/issueCreditNoteEpic.d.ts +10 -0
  4738. package/lib/view/invoicing/issueCreditNote/issueCreditNoteEpic.js +52 -0
  4739. package/lib/view/invoicing/issueCreditNote/issueCreditNoteFormConfig.d.ts +2 -0
  4740. package/lib/view/invoicing/issueCreditNote/issueCreditNoteFormConfig.js +10 -0
  4741. package/lib/view/invoicing/issueCreditNote/issueCreditNotePayload.d.ts +29 -0
  4742. package/lib/view/invoicing/issueCreditNote/issueCreditNotePayload.js +54 -0
  4743. package/lib/view/invoicing/issueCreditNote/issueCreditNoteReducer.d.ts +13 -0
  4744. package/lib/view/invoicing/issueCreditNote/issueCreditNoteReducer.js +58 -0
  4745. package/lib/view/invoicing/issueCreditNote/issueCreditNoteSelector.d.ts +37 -0
  4746. package/lib/view/invoicing/issueCreditNote/issueCreditNoteSelector.js +36 -0
  4747. package/lib/view/invoicing/issueCreditNote/issueCreditNoteState.d.ts +26 -0
  4748. package/lib/view/invoicing/issueCreditNote/issueCreditNoteState.js +2 -0
  4749. package/lib/view/invoicing/recordPayment/recordPaymentEpic.d.ts +12 -0
  4750. package/lib/view/invoicing/recordPayment/recordPaymentEpic.js +103 -0
  4751. package/lib/view/invoicing/recordPayment/recordPaymentFormConfig.d.ts +2 -0
  4752. package/lib/view/invoicing/recordPayment/recordPaymentFormConfig.js +13 -0
  4753. package/lib/view/invoicing/recordPayment/recordPaymentPayload.d.ts +47 -0
  4754. package/lib/view/invoicing/recordPayment/recordPaymentPayload.js +64 -0
  4755. package/lib/view/invoicing/recordPayment/recordPaymentReducer.d.ts +17 -0
  4756. package/lib/view/invoicing/recordPayment/recordPaymentReducer.js +71 -0
  4757. package/lib/view/invoicing/recordPayment/recordPaymentSelector.d.ts +36 -0
  4758. package/lib/view/invoicing/recordPayment/recordPaymentSelector.js +77 -0
  4759. package/lib/view/invoicing/recordPayment/recordPaymentState.d.ts +27 -0
  4760. package/lib/view/invoicing/recordPayment/recordPaymentState.js +2 -0
  4761. package/lib/view/invoicing/runningInvoicingActionId.d.ts +7 -0
  4762. package/lib/view/invoicing/runningInvoicingActionId.js +10 -0
  4763. package/lib/view/invoicing/settingsView/epics/connectInvoicingStripeEpic.d.ts +6 -0
  4764. package/lib/view/invoicing/settingsView/epics/connectInvoicingStripeEpic.js +31 -0
  4765. package/lib/view/invoicing/settingsView/epics/disconnectInvoicingStripeEpic.d.ts +6 -0
  4766. package/lib/view/invoicing/settingsView/epics/disconnectInvoicingStripeEpic.js +23 -0
  4767. package/lib/view/invoicing/settingsView/epics/fetchInvoicingSettingsEpic.d.ts +6 -0
  4768. package/lib/view/invoicing/settingsView/epics/fetchInvoicingSettingsEpic.js +23 -0
  4769. package/lib/view/invoicing/settingsView/epics/saveInvoicingSettingsEpic.d.ts +6 -0
  4770. package/lib/view/invoicing/settingsView/epics/saveInvoicingSettingsEpic.js +43 -0
  4771. package/lib/view/invoicing/settingsView/epics/settingsViewActionType.d.ts +5 -0
  4772. package/lib/view/invoicing/settingsView/epics/settingsViewActionType.js +2 -0
  4773. package/lib/view/invoicing/settingsView/epics/submitInvoicingQboSettingsEpic.d.ts +11 -0
  4774. package/lib/view/invoicing/settingsView/epics/submitInvoicingQboSettingsEpic.js +29 -0
  4775. package/lib/view/invoicing/settingsView/initializeInvoicingBrandingAddressEpic.d.ts +15 -0
  4776. package/lib/view/invoicing/settingsView/initializeInvoicingBrandingAddressEpic.js +31 -0
  4777. package/lib/view/invoicing/settingsView/invoicingBrandingFormConfig.d.ts +33 -0
  4778. package/lib/view/invoicing/settingsView/invoicingBrandingFormConfig.js +57 -0
  4779. package/lib/view/invoicing/settingsView/invoicingQboSettingsFormConfig.d.ts +34 -0
  4780. package/lib/view/invoicing/settingsView/invoicingQboSettingsFormConfig.js +53 -0
  4781. package/lib/view/invoicing/settingsView/invoicingSettingsHelpers.d.ts +2 -0
  4782. package/lib/view/invoicing/settingsView/invoicingSettingsHelpers.js +11 -0
  4783. package/lib/view/invoicing/settingsView/settingsViewPayload.d.ts +18 -0
  4784. package/lib/view/invoicing/settingsView/settingsViewPayload.js +2 -0
  4785. package/lib/view/invoicing/settingsView/settingsViewReducer.d.ts +27 -0
  4786. package/lib/view/invoicing/settingsView/settingsViewReducer.js +117 -0
  4787. package/lib/view/invoicing/settingsView/settingsViewSelector.d.ts +139 -0
  4788. package/lib/view/invoicing/settingsView/settingsViewSelector.js +170 -0
  4789. package/lib/view/invoicing/settingsView/settingsViewState.d.ts +17 -0
  4790. package/lib/view/invoicing/settingsView/settingsViewState.js +2 -0
  4791. package/lib/view/invoicing/settingsView/submitInvoicingBrandingFormEpic.d.ts +20 -0
  4792. package/lib/view/invoicing/settingsView/submitInvoicingBrandingFormEpic.js +46 -0
  4793. package/lib/view/monthEndCloseChecksView/epics/fetchMonthClosePerformanceTrendEpic.d.ts +7 -0
  4794. package/lib/view/monthEndCloseChecksView/epics/fetchMonthClosePerformanceTrendEpic.js +47 -0
  4795. package/lib/view/monthEndCloseChecksView/epics/fetchMonthEndCloseChecksEpic.d.ts +8 -0
  4796. package/lib/view/monthEndCloseChecksView/epics/fetchMonthEndCloseChecksEpic.js +61 -0
  4797. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewPayload.d.ts +11 -0
  4798. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewPayload.js +2 -0
  4799. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewReducer.d.ts +28 -0
  4800. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewReducer.js +108 -0
  4801. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewSelector.d.ts +16 -0
  4802. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewSelector.js +93 -0
  4803. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewState.d.ts +12 -0
  4804. package/lib/view/monthEndCloseChecksView/monthEndCloseChecksViewState.js +2 -0
  4805. package/lib/view/netBurnOrIncome/fetchNetBurnOrIncomeWithForecastEpic.d.ts +21 -0
  4806. package/lib/view/netBurnOrIncome/fetchNetBurnOrIncomeWithForecastEpic.js +113 -0
  4807. package/lib/view/netBurnOrIncome/netBurnOrIncomeEpic.d.ts +5 -0
  4808. package/lib/view/netBurnOrIncome/netBurnOrIncomeEpic.js +35 -0
  4809. package/lib/view/netBurnOrIncome/netBurnOrIncomeForTimeframeEpic.d.ts +11 -0
  4810. package/lib/view/netBurnOrIncome/netBurnOrIncomeForTimeframeEpic.js +58 -0
  4811. package/lib/view/netBurnOrIncome/netBurnOrIncomeHelper.d.ts +9 -0
  4812. package/lib/view/netBurnOrIncome/netBurnOrIncomeHelper.js +37 -0
  4813. package/lib/view/netBurnOrIncome/netBurnOrIncomePayload.d.ts +21 -0
  4814. package/lib/view/netBurnOrIncome/netBurnOrIncomePayload.js +2 -0
  4815. package/lib/view/netBurnOrIncome/netBurnOrIncomeReducer.d.ts +65 -0
  4816. package/lib/view/netBurnOrIncome/netBurnOrIncomeReducer.js +437 -0
  4817. package/lib/view/netBurnOrIncome/netBurnOrIncomeSelector.d.ts +15 -0
  4818. package/lib/view/netBurnOrIncome/netBurnOrIncomeSelector.js +183 -0
  4819. package/lib/view/netBurnOrIncome/netBurnOrIncomeSelectorTypes.d.ts +26 -0
  4820. package/lib/view/netBurnOrIncome/netBurnOrIncomeSelectorTypes.js +22 -0
  4821. package/lib/view/netBurnOrIncome/netBurnOrIncomeState.d.ts +40 -0
  4822. package/lib/view/netBurnOrIncome/netBurnOrIncomeState.js +2 -0
  4823. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewEpic.d.ts +6 -0
  4824. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewEpic.js +34 -0
  4825. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewPayload.d.ts +11 -0
  4826. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewPayload.js +2 -0
  4827. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewReducer.d.ts +35 -0
  4828. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewReducer.js +120 -0
  4829. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelector.d.ts +11 -0
  4830. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelector.js +105 -0
  4831. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelectorTypes.d.ts +17 -0
  4832. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelectorTypes.js +21 -0
  4833. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewState.d.ts +21 -0
  4834. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewState.js +2 -0
  4835. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeForTimeframeClassesViewEpic.d.ts +8 -0
  4836. package/lib/view/netBurnOrIncomeClassesView/netBurnOrIncomeForTimeframeClassesViewEpic.js +44 -0
  4837. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeForTimeframeProjectViewEpic.d.ts +9 -0
  4838. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeForTimeframeProjectViewEpic.js +49 -0
  4839. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewEpic.d.ts +6 -0
  4840. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewEpic.js +34 -0
  4841. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewPayload.d.ts +11 -0
  4842. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewPayload.js +2 -0
  4843. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewReducer.d.ts +33 -0
  4844. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewReducer.js +118 -0
  4845. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelector.d.ts +13 -0
  4846. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelector.js +69 -0
  4847. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelectorTypes.d.ts +21 -0
  4848. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewSelectorTypes.js +2 -0
  4849. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewState.d.ts +20 -0
  4850. package/lib/view/netBurnOrIncomeProjectView/netBurnOrIncomeProjectViewState.js +2 -0
  4851. package/lib/view/netBurnOrIncomeStoryCard/epic/fetchNetBurnOrIncomeStoryCardEpic.d.ts +6 -0
  4852. package/lib/view/netBurnOrIncomeStoryCard/epic/fetchNetBurnOrIncomeStoryCardEpic.js +29 -0
  4853. package/lib/view/netBurnOrIncomeStoryCard/epic/updateNetBurnOrIncomeStoryCardSettingsEpic.d.ts +9 -0
  4854. package/lib/view/netBurnOrIncomeStoryCard/epic/updateNetBurnOrIncomeStoryCardSettingsEpic.js +44 -0
  4855. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardPayload.d.ts +50 -0
  4856. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardPayload.js +49 -0
  4857. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardReducer.d.ts +14 -0
  4858. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardReducer.js +133 -0
  4859. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelector.d.ts +3 -0
  4860. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelector.js +85 -0
  4861. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelectorTypes.d.ts +19 -0
  4862. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelectorTypes.js +7 -0
  4863. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardState.d.ts +43 -0
  4864. package/lib/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardState.js +16 -0
  4865. package/lib/view/notificationPreferencesView/epics/saveNotificationPreferencesEpic.d.ts +34 -0
  4866. package/lib/view/notificationPreferencesView/epics/saveNotificationPreferencesEpic.js +117 -0
  4867. package/lib/view/notificationPreferencesView/notificationPreferencesEndpoint.d.ts +2 -0
  4868. package/lib/view/notificationPreferencesView/notificationPreferencesEndpoint.js +9 -0
  4869. package/lib/view/notificationPreferencesView/notificationPreferencesViewPayload.d.ts +8 -0
  4870. package/lib/view/notificationPreferencesView/notificationPreferencesViewPayload.js +46 -0
  4871. package/lib/view/notificationPreferencesView/notificationPreferencesViewReducer.d.ts +35 -0
  4872. package/lib/view/notificationPreferencesView/notificationPreferencesViewReducer.js +296 -0
  4873. package/lib/view/notificationPreferencesView/notificationPreferencesViewSelector.d.ts +7 -0
  4874. package/lib/view/notificationPreferencesView/notificationPreferencesViewSelector.js +40 -0
  4875. package/lib/view/notificationPreferencesView/notificationPreferencesViewState.d.ts +15 -0
  4876. package/lib/view/notificationPreferencesView/notificationPreferencesViewState.js +9 -0
  4877. package/lib/view/notificationView/epics/fetchNotificationUnreadCountEpic.d.ts +10 -0
  4878. package/lib/view/notificationView/epics/fetchNotificationUnreadCountEpic.js +39 -0
  4879. package/lib/view/notificationView/epics/fetchNotificationViewEpic.d.ts +9 -0
  4880. package/lib/view/notificationView/epics/fetchNotificationViewEpic.js +58 -0
  4881. package/lib/view/notificationView/epics/updateNotificationViewAllNotificationsStatusEpic.d.ts +9 -0
  4882. package/lib/view/notificationView/epics/updateNotificationViewAllNotificationsStatusEpic.js +50 -0
  4883. package/lib/view/notificationView/epics/updateNotificationViewNotificationStatusEpic.d.ts +9 -0
  4884. package/lib/view/notificationView/epics/updateNotificationViewNotificationStatusEpic.js +86 -0
  4885. package/lib/view/notificationView/notificationView.helpers.d.ts +2 -0
  4886. package/lib/view/notificationView/notificationView.helpers.js +11 -0
  4887. package/lib/view/notificationView/notificationViewPayload.d.ts +34 -0
  4888. package/lib/view/notificationView/notificationViewPayload.js +2 -0
  4889. package/lib/view/notificationView/notificationViewReducer.d.ts +65 -0
  4890. package/lib/view/notificationView/notificationViewReducer.js +384 -0
  4891. package/lib/view/notificationView/notificationViewSelector.d.ts +29 -0
  4892. package/lib/view/notificationView/notificationViewSelector.js +99 -0
  4893. package/lib/view/notificationView/notificationViewState.d.ts +30 -0
  4894. package/lib/view/notificationView/notificationViewState.js +19 -0
  4895. package/lib/view/onboardingView/cockpitView/epic/fetchCompanyOnboardingViewEpic.d.ts +13 -0
  4896. package/lib/view/onboardingView/cockpitView/epic/fetchCompanyOnboardingViewEpic.js +53 -0
  4897. package/lib/view/onboardingView/cockpitView/epic/fetchOnboardingCompletedCompaniesEpic.d.ts +8 -0
  4898. package/lib/view/onboardingView/cockpitView/epic/fetchOnboardingCompletedCompaniesEpic.js +27 -0
  4899. package/lib/view/onboardingView/cockpitView/epic/fetchQBOConnectionPoolEpic.d.ts +7 -0
  4900. package/lib/view/onboardingView/cockpitView/epic/fetchQBOConnectionPoolEpic.js +19 -0
  4901. package/lib/view/onboardingView/cockpitView/epic/getOnboardingEmailGroupEpic.d.ts +7 -0
  4902. package/lib/view/onboardingView/cockpitView/epic/getOnboardingEmailGroupEpic.js +27 -0
  4903. package/lib/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.d.ts +6 -0
  4904. package/lib/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js +147 -0
  4905. package/lib/view/onboardingView/cockpitView/epic/retryBankAccountConnectionForOnboardingEpic.d.ts +9 -0
  4906. package/lib/view/onboardingView/cockpitView/epic/retryBankAccountConnectionForOnboardingEpic.js +88 -0
  4907. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerCompletedStatusEpic.d.ts +10 -0
  4908. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerCompletedStatusEpic.js +37 -0
  4909. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerNotesEpic.d.ts +8 -0
  4910. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerNotesEpic.js +36 -0
  4911. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerViewUpdatesEpic.d.ts +14 -0
  4912. package/lib/view/onboardingView/cockpitView/epic/saveOnboardingCustomerViewUpdatesEpic.js +127 -0
  4913. package/lib/view/onboardingView/cockpitView/epic/sendOnboardingCustomerViewInviteEpic.d.ts +17 -0
  4914. package/lib/view/onboardingView/cockpitView/epic/sendOnboardingCustomerViewInviteEpic.js +120 -0
  4915. package/lib/view/onboardingView/cockpitView/epic/updateQBOConnectionPoolExternalConnectionEpic.d.ts +14 -0
  4916. package/lib/view/onboardingView/cockpitView/epic/updateQBOConnectionPoolExternalConnectionEpic.js +31 -0
  4917. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewPayload.d.ts +76 -0
  4918. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewPayload.js +137 -0
  4919. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewReducer.d.ts +80 -0
  4920. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewReducer.js +600 -0
  4921. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewSelector.d.ts +65 -0
  4922. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewSelector.js +260 -0
  4923. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewState.d.ts +47 -0
  4924. package/lib/view/onboardingView/cockpitView/onboardingCockpitViewState.js +2 -0
  4925. package/lib/view/onboardingView/cockpitView/types/onboardingCockpitViewTypes.d.ts +47 -0
  4926. package/lib/view/onboardingView/cockpitView/types/onboardingCockpitViewTypes.js +29 -0
  4927. package/lib/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.d.ts +7 -0
  4928. package/lib/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.js +44 -0
  4929. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.d.ts +8 -0
  4930. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.js +33 -0
  4931. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.d.ts +9 -0
  4932. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.js +44 -0
  4933. package/lib/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerSetupViewEpic.d.ts +16 -0
  4934. package/lib/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerSetupViewEpic.js +71 -0
  4935. package/lib/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerViewEpic.d.ts +16 -0
  4936. package/lib/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerViewEpic.js +27 -0
  4937. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewCompleteStatusEpic.d.ts +9 -0
  4938. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewCompleteStatusEpic.js +53 -0
  4939. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewDashboardLoadedEpic.d.ts +8 -0
  4940. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewDashboardLoadedEpic.js +32 -0
  4941. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewEpic.d.ts +15 -0
  4942. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewEpic.js +189 -0
  4943. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.d.ts +6 -0
  4944. package/lib/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.js +148 -0
  4945. package/lib/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountLoginStatusEpic.d.ts +10 -0
  4946. package/lib/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountLoginStatusEpic.js +37 -0
  4947. package/lib/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountStatusEpic.d.ts +10 -0
  4948. package/lib/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountStatusEpic.js +37 -0
  4949. package/lib/view/onboardingView/customerView/epic/plaidConnection/establishOnboardingPlaidConnectionEpic.d.ts +10 -0
  4950. package/lib/view/onboardingView/customerView/epic/plaidConnection/establishOnboardingPlaidConnectionEpic.js +45 -0
  4951. package/lib/view/onboardingView/customerView/epic/plaidConnection/getOnboardingPlaidLinkTokenEpic.d.ts +8 -0
  4952. package/lib/view/onboardingView/customerView/epic/plaidConnection/getOnboardingPlaidLinkTokenEpic.js +31 -0
  4953. package/lib/view/onboardingView/customerView/onboardingCustomerViewPayload.d.ts +35 -0
  4954. package/lib/view/onboardingView/customerView/onboardingCustomerViewPayload.js +2 -0
  4955. package/lib/view/onboardingView/customerView/onboardingCustomerViewReducer.d.ts +121 -0
  4956. package/lib/view/onboardingView/customerView/onboardingCustomerViewReducer.js +776 -0
  4957. package/lib/view/onboardingView/customerView/onboardingCustomerViewSelector.d.ts +62 -0
  4958. package/lib/view/onboardingView/customerView/onboardingCustomerViewSelector.js +355 -0
  4959. package/lib/view/onboardingView/customerView/onboardingCustomerViewState.d.ts +93 -0
  4960. package/lib/view/onboardingView/customerView/onboardingCustomerViewState.js +72 -0
  4961. package/lib/view/onboardingView/customerView/types/paymentAccount.d.ts +8 -0
  4962. package/lib/view/onboardingView/customerView/types/paymentAccount.js +2 -0
  4963. package/lib/view/opEx/fetchOpExWithForecastEpic.d.ts +21 -0
  4964. package/lib/view/opEx/fetchOpExWithForecastEpic.js +112 -0
  4965. package/lib/view/opEx/opExEpic.d.ts +6 -0
  4966. package/lib/view/opEx/opExEpic.js +35 -0
  4967. package/lib/view/opEx/opExForTimeFrameEpic.d.ts +11 -0
  4968. package/lib/view/opEx/opExForTimeFrameEpic.js +53 -0
  4969. package/lib/view/opEx/opExPayload.d.ts +10 -0
  4970. package/lib/view/opEx/opExPayload.js +2 -0
  4971. package/lib/view/opEx/opExReducer.d.ts +65 -0
  4972. package/lib/view/opEx/opExReducer.js +407 -0
  4973. package/lib/view/opEx/opExSelector.d.ts +10 -0
  4974. package/lib/view/opEx/opExSelector.js +171 -0
  4975. package/lib/view/opEx/opExSelectorTypes.d.ts +19 -0
  4976. package/lib/view/opEx/opExSelectorTypes.js +2 -0
  4977. package/lib/view/opEx/opExState.d.ts +29 -0
  4978. package/lib/view/opEx/opExState.js +2 -0
  4979. package/lib/view/opExByVendor/fetchOpExByVendorReportEpic.d.ts +6 -0
  4980. package/lib/view/opExByVendor/fetchOpExByVendorReportEpic.js +35 -0
  4981. package/lib/view/opExByVendor/fetchOpExByVendorReportForTimeframeEpic.d.ts +10 -0
  4982. package/lib/view/opExByVendor/fetchOpExByVendorReportForTimeframeEpic.js +83 -0
  4983. package/lib/view/opExByVendor/fetchOpExByVendorReportSummaryEpic.d.ts +7 -0
  4984. package/lib/view/opExByVendor/fetchOpExByVendorReportSummaryEpic.js +41 -0
  4985. package/lib/view/opExByVendor/opExByVendorPayload.d.ts +51 -0
  4986. package/lib/view/opExByVendor/opExByVendorPayload.js +2 -0
  4987. package/lib/view/opExByVendor/opExByVendorReducer.d.ts +62 -0
  4988. package/lib/view/opExByVendor/opExByVendorReducer.js +383 -0
  4989. package/lib/view/opExByVendor/opExByVendorSelector.d.ts +43 -0
  4990. package/lib/view/opExByVendor/opExByVendorSelector.js +182 -0
  4991. package/lib/view/opExByVendor/opExByVendorState.d.ts +78 -0
  4992. package/lib/view/opExByVendor/opExByVendorState.js +16 -0
  4993. package/lib/view/opExByVendor/refreshOpExByVendorReportEpic.d.ts +17 -0
  4994. package/lib/view/opExByVendor/refreshOpExByVendorReportEpic.js +25 -0
  4995. package/lib/view/opExClassesView/opExClassesViewEpic.d.ts +6 -0
  4996. package/lib/view/opExClassesView/opExClassesViewEpic.js +34 -0
  4997. package/lib/view/opExClassesView/opExClassesViewPayload.d.ts +6 -0
  4998. package/lib/view/opExClassesView/opExClassesViewPayload.js +2 -0
  4999. package/lib/view/opExClassesView/opExClassesViewReducer.d.ts +35 -0
  5000. package/lib/view/opExClassesView/opExClassesViewReducer.js +121 -0
  5001. package/lib/view/opExClassesView/opExClassesViewSelector.d.ts +12 -0
  5002. package/lib/view/opExClassesView/opExClassesViewSelector.js +90 -0
  5003. package/lib/view/opExClassesView/opExClassesViewSelectorTypes.d.ts +15 -0
  5004. package/lib/view/opExClassesView/opExClassesViewSelectorTypes.js +14 -0
  5005. package/lib/view/opExClassesView/opExClassesViewState.d.ts +21 -0
  5006. package/lib/view/opExClassesView/opExClassesViewState.js +2 -0
  5007. package/lib/view/opExClassesView/opExForTimeframeClassesViewEpic.d.ts +8 -0
  5008. package/lib/view/opExClassesView/opExForTimeframeClassesViewEpic.js +42 -0
  5009. package/lib/view/opExProjectView/opExForTimeframeProjectViewEpic.d.ts +9 -0
  5010. package/lib/view/opExProjectView/opExForTimeframeProjectViewEpic.js +47 -0
  5011. package/lib/view/opExProjectView/opExProjectViewEpic.d.ts +6 -0
  5012. package/lib/view/opExProjectView/opExProjectViewEpic.js +34 -0
  5013. package/lib/view/opExProjectView/opExProjectViewPayload.d.ts +6 -0
  5014. package/lib/view/opExProjectView/opExProjectViewPayload.js +2 -0
  5015. package/lib/view/opExProjectView/opExProjectViewReducer.d.ts +33 -0
  5016. package/lib/view/opExProjectView/opExProjectViewReducer.js +118 -0
  5017. package/lib/view/opExProjectView/opExProjectViewSelector.d.ts +12 -0
  5018. package/lib/view/opExProjectView/opExProjectViewSelector.js +56 -0
  5019. package/lib/view/opExProjectView/opExProjectViewSelectorTypes.d.ts +19 -0
  5020. package/lib/view/opExProjectView/opExProjectViewSelectorTypes.js +2 -0
  5021. package/lib/view/opExProjectView/opExProjectViewState.d.ts +20 -0
  5022. package/lib/view/opExProjectView/opExProjectViewState.js +2 -0
  5023. package/lib/view/ownerList/fetchOwnerListEpic.d.ts +8 -0
  5024. package/lib/view/ownerList/fetchOwnerListEpic.js +34 -0
  5025. package/lib/view/ownerList/ownerListPayload.d.ts +6 -0
  5026. package/lib/view/ownerList/ownerListPayload.js +2 -0
  5027. package/lib/view/ownerList/ownerListReducer.d.ts +11 -0
  5028. package/lib/view/ownerList/ownerListReducer.js +41 -0
  5029. package/lib/view/ownerList/ownerListState.d.ts +4 -0
  5030. package/lib/view/ownerList/ownerListState.js +2 -0
  5031. package/lib/view/people/changeZeniPersonRolesEpic.d.ts +44 -0
  5032. package/lib/view/people/changeZeniPersonRolesEpic.js +38 -0
  5033. package/lib/view/people/deletePersonEpic.d.ts +34 -0
  5034. package/lib/view/people/deletePersonEpic.js +24 -0
  5035. package/lib/view/people/fetchAllPeopleRequiredViewsEpic.d.ts +9 -0
  5036. package/lib/view/people/fetchAllPeopleRequiredViewsEpic.js +23 -0
  5037. package/lib/view/people/fetchPeopleEpic.d.ts +23 -0
  5038. package/lib/view/people/fetchPeopleEpic.js +29 -0
  5039. package/lib/view/people/helpers/updateManagersListOnRoleChange.d.ts +11 -0
  5040. package/lib/view/people/helpers/updateManagersListOnRoleChange.js +20 -0
  5041. package/lib/view/people/initializeEditPersonEpic.d.ts +5 -0
  5042. package/lib/view/people/initializeEditPersonEpic.js +42 -0
  5043. package/lib/view/people/invitePeopleEpic.d.ts +48 -0
  5044. package/lib/view/people/invitePeopleEpic.js +61 -0
  5045. package/lib/view/people/inviteZeniPeopleEpic.d.ts +50 -0
  5046. package/lib/view/people/inviteZeniPeopleEpic.js +53 -0
  5047. package/lib/view/people/peoplePageEpic.d.ts +15 -0
  5048. package/lib/view/people/peoplePageEpic.js +27 -0
  5049. package/lib/view/people/peoplePayload.d.ts +20 -0
  5050. package/lib/view/people/peoplePayload.js +2 -0
  5051. package/lib/view/people/peopleReducer.d.ts +38 -0
  5052. package/lib/view/people/peopleReducer.js +257 -0
  5053. package/lib/view/people/peopleSaveUpdatesEpic.d.ts +6 -0
  5054. package/lib/view/people/peopleSaveUpdatesEpic.js +79 -0
  5055. package/lib/view/people/peopleSelector.d.ts +7 -0
  5056. package/lib/view/people/peopleSelector.js +148 -0
  5057. package/lib/view/people/peopleSelectorTypes.d.ts +20 -0
  5058. package/lib/view/people/peopleSelectorTypes.js +2 -0
  5059. package/lib/view/people/peopleState.d.ts +41 -0
  5060. package/lib/view/people/peopleState.js +2 -0
  5061. package/lib/view/people/peopleTypes.d.ts +3 -0
  5062. package/lib/view/people/peopleTypes.js +12 -0
  5063. package/lib/view/people/resendInviteEpic.d.ts +29 -0
  5064. package/lib/view/people/resendInviteEpic.js +25 -0
  5065. package/lib/view/profitAndLoss/pAndLWithForecast/pAndLWithForecastSelector.d.ts +17 -0
  5066. package/lib/view/profitAndLoss/pAndLWithForecast/pAndLWithForecastSelector.js +48 -0
  5067. package/lib/view/profitAndLoss/profitAndLossEpic.d.ts +6 -0
  5068. package/lib/view/profitAndLoss/profitAndLossEpic.js +35 -0
  5069. package/lib/view/profitAndLoss/profitAndLossForTimeframeEpic.d.ts +10 -0
  5070. package/lib/view/profitAndLoss/profitAndLossForTimeframeEpic.js +59 -0
  5071. package/lib/view/profitAndLoss/profitAndLossPayload.d.ts +16 -0
  5072. package/lib/view/profitAndLoss/profitAndLossPayload.js +2 -0
  5073. package/lib/view/profitAndLoss/profitAndLossReducer.d.ts +37 -0
  5074. package/lib/view/profitAndLoss/profitAndLossReducer.js +175 -0
  5075. package/lib/view/profitAndLoss/profitAndLossSelector.d.ts +48 -0
  5076. package/lib/view/profitAndLoss/profitAndLossSelector.js +114 -0
  5077. package/lib/view/profitAndLoss/profitAndLossState.d.ts +19 -0
  5078. package/lib/view/profitAndLoss/profitAndLossState.js +2 -0
  5079. package/lib/view/profitAndLossClassesView/horizontalSectionEmptyBalancesSlice.d.ts +9 -0
  5080. package/lib/view/profitAndLossClassesView/horizontalSectionEmptyBalancesSlice.js +20 -0
  5081. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.d.ts +15 -0
  5082. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.js +338 -0
  5083. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.d.ts +111 -0
  5084. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.js +13 -0
  5085. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewEpic.d.ts +6 -0
  5086. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewEpic.js +34 -0
  5087. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewPayload.d.ts +16 -0
  5088. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewPayload.js +2 -0
  5089. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewReducer.d.ts +37 -0
  5090. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewReducer.js +130 -0
  5091. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewSelector.d.ts +8 -0
  5092. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewSelector.js +71 -0
  5093. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes.d.ts +14 -0
  5094. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes.js +26 -0
  5095. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewState.d.ts +25 -0
  5096. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewState.js +2 -0
  5097. package/lib/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.d.ts +8 -0
  5098. package/lib/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.js +48 -0
  5099. package/lib/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.d.ts +20 -0
  5100. package/lib/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.js +310 -0
  5101. package/lib/view/profitAndLossProjectView/profitAndLossForTimeframeProjectViewEpic.d.ts +9 -0
  5102. package/lib/view/profitAndLossProjectView/profitAndLossForTimeframeProjectViewEpic.js +51 -0
  5103. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewEpic.d.ts +6 -0
  5104. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewEpic.js +34 -0
  5105. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewPayload.d.ts +45 -0
  5106. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewPayload.js +2 -0
  5107. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewReducer.d.ts +34 -0
  5108. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewReducer.js +126 -0
  5109. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewSelector.d.ts +9 -0
  5110. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewSelector.js +69 -0
  5111. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewSelectorTypes.d.ts +19 -0
  5112. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewSelectorTypes.js +2 -0
  5113. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewState.d.ts +22 -0
  5114. package/lib/view/profitAndLossProjectView/profitAndLossProjectViewState.js +2 -0
  5115. package/lib/view/projectList/fetchProjectListEpic.d.ts +8 -0
  5116. package/lib/view/projectList/fetchProjectListEpic.js +42 -0
  5117. package/lib/view/projectList/projectListPayload.d.ts +7 -0
  5118. package/lib/view/projectList/projectListPayload.js +2 -0
  5119. package/lib/view/projectList/projectListReducer.d.ts +9 -0
  5120. package/lib/view/projectList/projectListReducer.js +46 -0
  5121. package/lib/view/projectList/projectListSelector.d.ts +7 -0
  5122. package/lib/view/projectList/projectListSelector.js +13 -0
  5123. package/lib/view/projectList/projectListState.d.ts +4 -0
  5124. package/lib/view/projectList/projectListState.js +2 -0
  5125. package/lib/view/recommendation/fetchEntityRecommendationsByTransactionIdEpic.d.ts +11 -0
  5126. package/lib/view/recommendation/fetchEntityRecommendationsByTransactionIdEpic.js +84 -0
  5127. package/lib/view/recommendation/fetchEntityRecommendationsForLineUpdateEpic.d.ts +9 -0
  5128. package/lib/view/recommendation/fetchEntityRecommendationsForLineUpdateEpic.js +109 -0
  5129. package/lib/view/recommendation/fetchRecommendationByEntityIdEpic.d.ts +7 -0
  5130. package/lib/view/recommendation/fetchRecommendationByEntityIdEpic.js +39 -0
  5131. package/lib/view/recommendation/fetchRecommendationByEntityNameEpic.d.ts +7 -0
  5132. package/lib/view/recommendation/fetchRecommendationByEntityNameEpic.js +38 -0
  5133. package/lib/view/recommendation/recommendationHelper.d.ts +17 -0
  5134. package/lib/view/recommendation/recommendationHelper.js +94 -0
  5135. package/lib/view/recommendation/recommendationPayload.d.ts +49 -0
  5136. package/lib/view/recommendation/recommendationPayload.js +2 -0
  5137. package/lib/view/recommendation/recommendationReducer.d.ts +63 -0
  5138. package/lib/view/recommendation/recommendationReducer.js +166 -0
  5139. package/lib/view/recommendation/recommendationSelector.d.ts +10 -0
  5140. package/lib/view/recommendation/recommendationSelector.js +17 -0
  5141. package/lib/view/recommendation/recommendationState.d.ts +12 -0
  5142. package/lib/view/recommendation/recommendationState.js +13 -0
  5143. package/lib/view/recommendation/submitRecommendationFeedbackEpic.d.ts +7 -0
  5144. package/lib/view/recommendation/submitRecommendationFeedbackEpic.js +56 -0
  5145. package/lib/view/referralView/epics/fetchReferralsEpic.d.ts +7 -0
  5146. package/lib/view/referralView/epics/fetchReferralsEpic.js +30 -0
  5147. package/lib/view/referralView/epics/fetchRewardsPlanEpic.d.ts +7 -0
  5148. package/lib/view/referralView/epics/fetchRewardsPlanEpic.js +35 -0
  5149. package/lib/view/referralView/epics/resendReferralInviteEpic.d.ts +8 -0
  5150. package/lib/view/referralView/epics/resendReferralInviteEpic.js +33 -0
  5151. package/lib/view/referralView/epics/sendReferralInviteEpic.d.ts +8 -0
  5152. package/lib/view/referralView/epics/sendReferralInviteEpic.js +48 -0
  5153. package/lib/view/referralView/epics/updateReferViewedEpic.d.ts +8 -0
  5154. package/lib/view/referralView/epics/updateReferViewedEpic.js +22 -0
  5155. package/lib/view/referralView/referralPayload.d.ts +53 -0
  5156. package/lib/view/referralView/referralPayload.js +33 -0
  5157. package/lib/view/referralView/referralReducer.d.ts +25 -0
  5158. package/lib/view/referralView/referralReducer.js +204 -0
  5159. package/lib/view/referralView/referralSelector.d.ts +24 -0
  5160. package/lib/view/referralView/referralSelector.js +92 -0
  5161. package/lib/view/referralView/referralState.d.ts +59 -0
  5162. package/lib/view/referralView/referralState.js +42 -0
  5163. package/lib/view/reimbursementCard/fetchReimbursementCardEpic.d.ts +8 -0
  5164. package/lib/view/reimbursementCard/fetchReimbursementCardEpic.js +45 -0
  5165. package/lib/view/reimbursementCard/reimbursementCardPayload.d.ts +25 -0
  5166. package/lib/view/reimbursementCard/reimbursementCardPayload.js +2 -0
  5167. package/lib/view/reimbursementCard/reimbursementCardReducer.d.ts +10 -0
  5168. package/lib/view/reimbursementCard/reimbursementCardReducer.js +58 -0
  5169. package/lib/view/reimbursementCard/reimbursementCardSelector.d.ts +12 -0
  5170. package/lib/view/reimbursementCard/reimbursementCardSelector.js +16 -0
  5171. package/lib/view/reimbursementCard/reimbursementCardState.d.ts +11 -0
  5172. package/lib/view/reimbursementCard/reimbursementCardState.js +4 -0
  5173. package/lib/view/reportUIOptions/reportUIOptionsReducer.d.ts +40 -0
  5174. package/lib/view/reportUIOptions/reportUIOptionsReducer.js +125 -0
  5175. package/lib/view/reportUIOptions/reportUIOptionsState.d.ts +22 -0
  5176. package/lib/view/reportUIOptions/reportUIOptionsState.js +2 -0
  5177. package/lib/view/reportUIOptions/toggleReportUIOptionForecastModeEpic.d.ts +11 -0
  5178. package/lib/view/reportUIOptions/toggleReportUIOptionForecastModeEpic.js +40 -0
  5179. package/lib/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.d.ts +43 -0
  5180. package/lib/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.js +76 -0
  5181. package/lib/view/reportUIOptions/updateReportUIOptionCompareModeEpic.d.ts +54 -0
  5182. package/lib/view/reportUIOptions/updateReportUIOptionCompareModeEpic.js +54 -0
  5183. package/lib/view/reportUIOptions/updateReportUIOptionIsCompareModeOnEpic.d.ts +11 -0
  5184. package/lib/view/reportUIOptions/updateReportUIOptionIsCompareModeOnEpic.js +68 -0
  5185. package/lib/view/reportUIOptions/updateReportUIOptionThisPeriodEpic.d.ts +42 -0
  5186. package/lib/view/reportUIOptions/updateReportUIOptionThisPeriodEpic.js +30 -0
  5187. package/lib/view/reportUIOptions/updateReportUIOptionTimeFrameEpic.d.ts +23 -0
  5188. package/lib/view/reportUIOptions/updateReportUIOptionTimeFrameEpic.js +15 -0
  5189. package/lib/view/reportsResync/reportsClassViewRefetchingEpic.d.ts +10 -0
  5190. package/lib/view/reportsResync/reportsClassViewRefetchingEpic.js +34 -0
  5191. package/lib/view/reportsResync/reportsProjectViewRefetchingEpic.d.ts +10 -0
  5192. package/lib/view/reportsResync/reportsProjectViewRefetchingEpic.js +34 -0
  5193. package/lib/view/reportsResync/reportsResyncEpic.d.ts +8 -0
  5194. package/lib/view/reportsResync/reportsResyncEpic.js +56 -0
  5195. package/lib/view/reportsResync/reportsResyncReducer.d.ts +17 -0
  5196. package/lib/view/reportsResync/reportsResyncReducer.js +64 -0
  5197. package/lib/view/reportsResync/reportsResyncSelector.d.ts +7 -0
  5198. package/lib/view/reportsResync/reportsResyncSelector.js +10 -0
  5199. package/lib/view/reportsResync/reportsResyncState.d.ts +5 -0
  5200. package/lib/view/reportsResync/reportsResyncState.js +2 -0
  5201. package/lib/view/revenue/fetchRevenueWithForecastEpic.d.ts +21 -0
  5202. package/lib/view/revenue/fetchRevenueWithForecastEpic.js +111 -0
  5203. package/lib/view/revenue/revenueEpic.d.ts +6 -0
  5204. package/lib/view/revenue/revenueEpic.js +35 -0
  5205. package/lib/view/revenue/revenueForTimeframeEpic.d.ts +11 -0
  5206. package/lib/view/revenue/revenueForTimeframeEpic.js +55 -0
  5207. package/lib/view/revenue/revenueHelper.d.ts +9 -0
  5208. package/lib/view/revenue/revenueHelper.js +37 -0
  5209. package/lib/view/revenue/revenuePayload.d.ts +13 -0
  5210. package/lib/view/revenue/revenuePayload.js +2 -0
  5211. package/lib/view/revenue/revenueReducer.d.ts +65 -0
  5212. package/lib/view/revenue/revenueReducer.js +420 -0
  5213. package/lib/view/revenue/revenueSelector.d.ts +15 -0
  5214. package/lib/view/revenue/revenueSelector.js +208 -0
  5215. package/lib/view/revenue/revenueSelectorTypes.d.ts +29 -0
  5216. package/lib/view/revenue/revenueSelectorTypes.js +15 -0
  5217. package/lib/view/revenue/revenueState.d.ts +31 -0
  5218. package/lib/view/revenue/revenueState.js +2 -0
  5219. package/lib/view/revenueClassesView/revenueClassesViewEpic.d.ts +6 -0
  5220. package/lib/view/revenueClassesView/revenueClassesViewEpic.js +34 -0
  5221. package/lib/view/revenueClassesView/revenueClassesViewPayload.d.ts +9 -0
  5222. package/lib/view/revenueClassesView/revenueClassesViewPayload.js +2 -0
  5223. package/lib/view/revenueClassesView/revenueClassesViewReducer.d.ts +35 -0
  5224. package/lib/view/revenueClassesView/revenueClassesViewReducer.js +121 -0
  5225. package/lib/view/revenueClassesView/revenueClassesViewSelector.d.ts +12 -0
  5226. package/lib/view/revenueClassesView/revenueClassesViewSelector.js +94 -0
  5227. package/lib/view/revenueClassesView/revenueClassesViewSelectorTypes.d.ts +15 -0
  5228. package/lib/view/revenueClassesView/revenueClassesViewSelectorTypes.js +16 -0
  5229. package/lib/view/revenueClassesView/revenueClassesViewState.d.ts +21 -0
  5230. package/lib/view/revenueClassesView/revenueClassesViewState.js +2 -0
  5231. package/lib/view/revenueClassesView/revenueForTimeframeClassesViewEpic.d.ts +8 -0
  5232. package/lib/view/revenueClassesView/revenueForTimeframeClassesViewEpic.js +34 -0
  5233. package/lib/view/revenueProjectView/revenueForTimeframeProjectViewEpic.d.ts +9 -0
  5234. package/lib/view/revenueProjectView/revenueForTimeframeProjectViewEpic.js +39 -0
  5235. package/lib/view/revenueProjectView/revenueProjectViewEpic.d.ts +6 -0
  5236. package/lib/view/revenueProjectView/revenueProjectViewEpic.js +34 -0
  5237. package/lib/view/revenueProjectView/revenueProjectViewPayload.d.ts +9 -0
  5238. package/lib/view/revenueProjectView/revenueProjectViewPayload.js +2 -0
  5239. package/lib/view/revenueProjectView/revenueProjectViewReducer.d.ts +33 -0
  5240. package/lib/view/revenueProjectView/revenueProjectViewReducer.js +118 -0
  5241. package/lib/view/revenueProjectView/revenueProjectViewSelector.d.ts +12 -0
  5242. package/lib/view/revenueProjectView/revenueProjectViewSelector.js +62 -0
  5243. package/lib/view/revenueProjectView/revenueProjectViewSelectorTypes.d.ts +19 -0
  5244. package/lib/view/revenueProjectView/revenueProjectViewSelectorTypes.js +2 -0
  5245. package/lib/view/revenueProjectView/revenueProjectViewState.d.ts +20 -0
  5246. package/lib/view/revenueProjectView/revenueProjectViewState.js +2 -0
  5247. package/lib/view/reviewCompanyView/fetchReviewCompanyViewEpic.d.ts +8 -0
  5248. package/lib/view/reviewCompanyView/fetchReviewCompanyViewEpic.js +47 -0
  5249. package/lib/view/reviewCompanyView/retryBankAccountConnectionEpic.d.ts +8 -0
  5250. package/lib/view/reviewCompanyView/retryBankAccountConnectionEpic.js +79 -0
  5251. package/lib/view/reviewCompanyView/reviewCompanyPayload.d.ts +48 -0
  5252. package/lib/view/reviewCompanyView/reviewCompanyPayload.js +2 -0
  5253. package/lib/view/reviewCompanyView/reviewCompanyViewReducer.d.ts +27 -0
  5254. package/lib/view/reviewCompanyView/reviewCompanyViewReducer.js +134 -0
  5255. package/lib/view/reviewCompanyView/reviewCompanyViewSelector.d.ts +19 -0
  5256. package/lib/view/reviewCompanyView/reviewCompanyViewSelector.js +155 -0
  5257. package/lib/view/reviewCompanyView/reviewCompanyViewState.d.ts +40 -0
  5258. package/lib/view/reviewCompanyView/reviewCompanyViewState.js +62 -0
  5259. package/lib/view/scheduleView/scheduleAccruedDetailView/LinkBillExpenseView/linkBillExpense.d.ts +3 -0
  5260. package/lib/view/scheduleView/scheduleAccruedDetailView/LinkBillExpenseView/linkBillExpense.js +13 -0
  5261. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/cancelScheduleAccruedJournalEntryEpic.d.ts +8 -0
  5262. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/cancelScheduleAccruedJournalEntryEpic.js +82 -0
  5263. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/createNewSchedulesAccruedEpic.d.ts +6 -0
  5264. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/createNewSchedulesAccruedEpic.js +34 -0
  5265. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/deleteScheduleAccruedDetailEpic.d.ts +8 -0
  5266. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/deleteScheduleAccruedDetailEpic.js +81 -0
  5267. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchRecommendedTransactionRowIndexEpic.d.ts +7 -0
  5268. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchRecommendedTransactionRowIndexEpic.js +72 -0
  5269. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsEpic.d.ts +8 -0
  5270. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsEpic.js +52 -0
  5271. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsPageEpic.d.ts +8 -0
  5272. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsPageEpic.js +28 -0
  5273. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/initializeScheduleAccruedDetailLocalDataEpic.d.ts +6 -0
  5274. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/initializeScheduleAccruedDetailLocalDataEpic.js +42 -0
  5275. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/saveScheduleAccruedDetailsEpic.d.ts +12 -0
  5276. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/saveScheduleAccruedDetailsEpic.js +130 -0
  5277. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/updateAmountsInScheduleAccruedDetailEpic.d.ts +6 -0
  5278. package/lib/view/scheduleView/scheduleAccruedDetailView/epics/updateAmountsInScheduleAccruedDetailEpic.js +33 -0
  5279. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailLocalDataHelper.d.ts +18 -0
  5280. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailLocalDataHelper.js +123 -0
  5281. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailPayload.d.ts +61 -0
  5282. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailPayload.js +320 -0
  5283. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer.d.ts +83 -0
  5284. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer.js +397 -0
  5285. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailSelector.d.ts +36 -0
  5286. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailSelector.js +144 -0
  5287. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailState.d.ts +45 -0
  5288. package/lib/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailState.js +2 -0
  5289. package/lib/view/scheduleView/scheduleDetailView/epics/createNewSchedulesEpic.d.ts +6 -0
  5290. package/lib/view/scheduleView/scheduleDetailView/epics/createNewSchedulesEpic.js +37 -0
  5291. package/lib/view/scheduleView/scheduleDetailView/epics/deleteScheduleDetailEpic.d.ts +8 -0
  5292. package/lib/view/scheduleView/scheduleDetailView/epics/deleteScheduleDetailEpic.js +81 -0
  5293. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsEpic.d.ts +8 -0
  5294. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsEpic.js +82 -0
  5295. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.d.ts +8 -0
  5296. package/lib/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.js +28 -0
  5297. package/lib/view/scheduleView/scheduleDetailView/epics/initializeScheduleDetailLocalDataEpic.d.ts +6 -0
  5298. package/lib/view/scheduleView/scheduleDetailView/epics/initializeScheduleDetailLocalDataEpic.js +40 -0
  5299. package/lib/view/scheduleView/scheduleDetailView/epics/markAsCompleteScheduleDetailEpic.d.ts +8 -0
  5300. package/lib/view/scheduleView/scheduleDetailView/epics/markAsCompleteScheduleDetailEpic.js +76 -0
  5301. package/lib/view/scheduleView/scheduleDetailView/epics/saveScheduleDetailsEpic.d.ts +11 -0
  5302. package/lib/view/scheduleView/scheduleDetailView/epics/saveScheduleDetailsEpic.js +104 -0
  5303. package/lib/view/scheduleView/scheduleDetailView/epics/updateAmountsInScheduleDetailEpic.d.ts +6 -0
  5304. package/lib/view/scheduleView/scheduleDetailView/epics/updateAmountsInScheduleDetailEpic.js +38 -0
  5305. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailLocalDataHelper.d.ts +28 -0
  5306. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailLocalDataHelper.js +269 -0
  5307. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailPayload.d.ts +69 -0
  5308. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailPayload.js +345 -0
  5309. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailReducer.d.ts +77 -0
  5310. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailReducer.js +383 -0
  5311. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailSelector.d.ts +35 -0
  5312. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailSelector.js +131 -0
  5313. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailState.d.ts +66 -0
  5314. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailState.js +2 -0
  5315. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailTypes.d.ts +3 -0
  5316. package/lib/view/scheduleView/scheduleDetailView/scheduleDetailTypes.js +13 -0
  5317. package/lib/view/scheduleView/scheduleListView/epics/fetchAccruedScheduleListEpic.d.ts +8 -0
  5318. package/lib/view/scheduleView/scheduleListView/epics/fetchAccruedScheduleListEpic.js +52 -0
  5319. package/lib/view/scheduleView/scheduleListView/epics/fetchDownloadSchedulesEpic.d.ts +8 -0
  5320. package/lib/view/scheduleView/scheduleListView/epics/fetchDownloadSchedulesEpic.js +64 -0
  5321. package/lib/view/scheduleView/scheduleListView/epics/fetchScheduleListEpic.d.ts +17 -0
  5322. package/lib/view/scheduleView/scheduleListView/epics/fetchScheduleListEpic.js +72 -0
  5323. package/lib/view/scheduleView/scheduleListView/epics/fetchSchedulesAccountEpic.d.ts +6 -0
  5324. package/lib/view/scheduleView/scheduleListView/epics/fetchSchedulesAccountEpic.js +15 -0
  5325. package/lib/view/scheduleView/scheduleListView/scheduleListBalanceTypes.d.ts +10 -0
  5326. package/lib/view/scheduleView/scheduleListView/scheduleListBalanceTypes.js +2 -0
  5327. package/lib/view/scheduleView/scheduleListView/scheduleListHelper.d.ts +103 -0
  5328. package/lib/view/scheduleView/scheduleListView/scheduleListHelper.js +403 -0
  5329. package/lib/view/scheduleView/scheduleListView/scheduleListPayload.d.ts +13 -0
  5330. package/lib/view/scheduleView/scheduleListView/scheduleListPayload.js +2 -0
  5331. package/lib/view/scheduleView/scheduleListView/scheduleListReducer.d.ts +107 -0
  5332. package/lib/view/scheduleView/scheduleListView/scheduleListReducer.js +439 -0
  5333. package/lib/view/scheduleView/scheduleListView/scheduleListSelector.d.ts +50 -0
  5334. package/lib/view/scheduleView/scheduleListView/scheduleListSelector.js +393 -0
  5335. package/lib/view/scheduleView/scheduleListView/scheduleListState.d.ts +43 -0
  5336. package/lib/view/scheduleView/scheduleListView/scheduleListState.js +2 -0
  5337. package/lib/view/scheduleView/scheduleListView/scheduleListTypes.d.ts +20 -0
  5338. package/lib/view/scheduleView/scheduleListView/scheduleListTypes.js +35 -0
  5339. package/lib/view/settingsView/epic/fetchBankAccountsListEpic.d.ts +22 -0
  5340. package/lib/view/settingsView/epic/fetchBankAccountsListEpic.js +30 -0
  5341. package/lib/view/settingsView/epic/fetchBankConnectionsViewEpic.d.ts +8 -0
  5342. package/lib/view/settingsView/epic/fetchBankConnectionsViewEpic.js +43 -0
  5343. package/lib/view/settingsView/epic/fetchBillingAccountsViewEpic.d.ts +7 -0
  5344. package/lib/view/settingsView/epic/fetchBillingAccountsViewEpic.js +17 -0
  5345. package/lib/view/settingsView/epic/fetchCompanyBillingAddressEpic.d.ts +11 -0
  5346. package/lib/view/settingsView/epic/fetchCompanyBillingAddressEpic.js +57 -0
  5347. package/lib/view/settingsView/epic/fetchMyProfileEpic.d.ts +50 -0
  5348. package/lib/view/settingsView/epic/fetchMyProfileEpic.js +56 -0
  5349. package/lib/view/settingsView/epic/fetchMyProfileViewEpic.d.ts +7 -0
  5350. package/lib/view/settingsView/epic/fetchMyProfileViewEpic.js +20 -0
  5351. package/lib/view/settingsView/epic/fetchNotificationSettingsEpic.d.ts +26 -0
  5352. package/lib/view/settingsView/epic/fetchNotificationSettingsEpic.js +60 -0
  5353. package/lib/view/settingsView/epic/fetchNotificationSettingsViewEpic.d.ts +8 -0
  5354. package/lib/view/settingsView/epic/fetchNotificationSettingsViewEpic.js +18 -0
  5355. package/lib/view/settingsView/epic/initializeMyProfileLocalDataEpic.d.ts +7 -0
  5356. package/lib/view/settingsView/epic/initializeMyProfileLocalDataEpic.js +49 -0
  5357. package/lib/view/settingsView/epic/refreshIntegrationsDataEpic.d.ts +8 -0
  5358. package/lib/view/settingsView/epic/refreshIntegrationsDataEpic.js +32 -0
  5359. package/lib/view/settingsView/epic/saveCompanyBillingAddressEpic.d.ts +10 -0
  5360. package/lib/view/settingsView/epic/saveCompanyBillingAddressEpic.js +61 -0
  5361. package/lib/view/settingsView/epic/saveNotificationSettingsEpic.d.ts +31 -0
  5362. package/lib/view/settingsView/epic/saveNotificationSettingsEpic.js +85 -0
  5363. package/lib/view/settingsView/epic/updateMyProfileEpic.d.ts +13 -0
  5364. package/lib/view/settingsView/epic/updateMyProfileEpic.js +112 -0
  5365. package/lib/view/settingsView/settingsViewHelpers.d.ts +17 -0
  5366. package/lib/view/settingsView/settingsViewHelpers.js +176 -0
  5367. package/lib/view/settingsView/settingsViewPayload.d.ts +54 -0
  5368. package/lib/view/settingsView/settingsViewPayload.js +2 -0
  5369. package/lib/view/settingsView/settingsViewReducer.d.ts +48 -0
  5370. package/lib/view/settingsView/settingsViewReducer.js +422 -0
  5371. package/lib/view/settingsView/settingsViewSelector.d.ts +12 -0
  5372. package/lib/view/settingsView/settingsViewSelector.js +292 -0
  5373. package/lib/view/settingsView/settingsViewState.d.ts +77 -0
  5374. package/lib/view/settingsView/settingsViewState.js +18 -0
  5375. package/lib/view/settingsView/types/settingsViewSelectorTypes.d.ts +74 -0
  5376. package/lib/view/settingsView/types/settingsViewSelectorTypes.js +2 -0
  5377. package/lib/view/spendManagement/autotransferRules/autoTransferRuleTypes.d.ts +2 -0
  5378. package/lib/view/spendManagement/autotransferRules/autoTransferRuleTypes.js +2 -0
  5379. package/lib/view/spendManagement/autotransferRules/autoTransferRulesPayload.d.ts +58 -0
  5380. package/lib/view/spendManagement/autotransferRules/autoTransferRulesPayload.js +30 -0
  5381. package/lib/view/spendManagement/autotransferRules/autoTransferRulesReducer.d.ts +49 -0
  5382. package/lib/view/spendManagement/autotransferRules/autoTransferRulesReducer.js +206 -0
  5383. package/lib/view/spendManagement/autotransferRules/autoTransferRulesSelector.d.ts +23 -0
  5384. package/lib/view/spendManagement/autotransferRules/autoTransferRulesSelector.js +61 -0
  5385. package/lib/view/spendManagement/autotransferRules/autoTransferRulesState.d.ts +53 -0
  5386. package/lib/view/spendManagement/autotransferRules/autoTransferRulesState.js +2 -0
  5387. package/lib/view/spendManagement/autotransferRules/epics/createAutoTransferRuleEpic.d.ts +13 -0
  5388. package/lib/view/spendManagement/autotransferRules/epics/createAutoTransferRuleEpic.js +106 -0
  5389. package/lib/view/spendManagement/autotransferRules/epics/deleteAutoTransferRuleEpic.d.ts +8 -0
  5390. package/lib/view/spendManagement/autotransferRules/epics/deleteAutoTransferRuleEpic.js +52 -0
  5391. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferReviewDetailEpic.d.ts +7 -0
  5392. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferReviewDetailEpic.js +40 -0
  5393. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferRuleHistory.d.ts +7 -0
  5394. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferRuleHistory.js +52 -0
  5395. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferRulesEpic.d.ts +10 -0
  5396. package/lib/view/spendManagement/autotransferRules/epics/fetchAutoTransferRulesEpic.js +54 -0
  5397. package/lib/view/spendManagement/autotransferRules/epics/updateAutoTransferRuleEpic.d.ts +8 -0
  5398. package/lib/view/spendManagement/autotransferRules/epics/updateAutoTransferRuleEpic.js +73 -0
  5399. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewPayload.d.ts +67 -0
  5400. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewPayload.js +2 -0
  5401. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewReducer.d.ts +73 -0
  5402. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewReducer.js +473 -0
  5403. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewSelector.d.ts +60 -0
  5404. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewSelector.js +413 -0
  5405. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewState.d.ts +30 -0
  5406. package/lib/view/spendManagement/billPay/billDetailView/billDetailViewState.js +55 -0
  5407. package/lib/view/spendManagement/billPay/billDetailView/epics/approveOrRejectBillEpic.d.ts +11 -0
  5408. package/lib/view/spendManagement/billPay/billDetailView/epics/approveOrRejectBillEpic.js +53 -0
  5409. package/lib/view/spendManagement/billPay/billDetailView/epics/cancelAndDeleteBillEpic.d.ts +13 -0
  5410. package/lib/view/spendManagement/billPay/billDetailView/epics/cancelAndDeleteBillEpic.js +76 -0
  5411. package/lib/view/spendManagement/billPay/billDetailView/epics/deleteBillEpic.d.ts +10 -0
  5412. package/lib/view/spendManagement/billPay/billDetailView/epics/deleteBillEpic.js +65 -0
  5413. package/lib/view/spendManagement/billPay/billDetailView/epics/fetchBillDetailEpic.d.ts +42 -0
  5414. package/lib/view/spendManagement/billPay/billDetailView/epics/fetchBillDetailEpic.js +172 -0
  5415. package/lib/view/spendManagement/billPay/billDetailView/epics/fetchEligibleActionsForBillEpic.d.ts +7 -0
  5416. package/lib/view/spendManagement/billPay/billDetailView/epics/fetchEligibleActionsForBillEpic.js +43 -0
  5417. package/lib/view/spendManagement/billPay/billDetailView/epics/retryOrRefundBillEpic.d.ts +9 -0
  5418. package/lib/view/spendManagement/billPay/billDetailView/epics/retryOrRefundBillEpic.js +89 -0
  5419. package/lib/view/spendManagement/billPay/billList/billListDownloadSelector.d.ts +12 -0
  5420. package/lib/view/spendManagement/billPay/billList/billListDownloadSelector.js +66 -0
  5421. package/lib/view/spendManagement/billPay/billList/billListFilterHelpers.d.ts +6 -0
  5422. package/lib/view/spendManagement/billPay/billList/billListFilterHelpers.js +58 -0
  5423. package/lib/view/spendManagement/billPay/billList/billListPayload.d.ts +31 -0
  5424. package/lib/view/spendManagement/billPay/billList/billListPayload.js +2 -0
  5425. package/lib/view/spendManagement/billPay/billList/billListReducer.d.ts +36 -0
  5426. package/lib/view/spendManagement/billPay/billList/billListReducer.js +189 -0
  5427. package/lib/view/spendManagement/billPay/billList/billListSelector.d.ts +56 -0
  5428. package/lib/view/spendManagement/billPay/billList/billListSelector.js +730 -0
  5429. package/lib/view/spendManagement/billPay/billList/billListState.d.ts +60 -0
  5430. package/lib/view/spendManagement/billPay/billList/billListState.js +68 -0
  5431. package/lib/view/spendManagement/billPay/billList/fetchBillListEpic.d.ts +9 -0
  5432. package/lib/view/spendManagement/billPay/billList/fetchBillListEpic.js +64 -0
  5433. package/lib/view/spendManagement/billPay/billList/fetchBillListPerTabEpic.d.ts +11 -0
  5434. package/lib/view/spendManagement/billPay/billList/fetchBillListPerTabEpic.js +44 -0
  5435. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigPayload.d.ts +117 -0
  5436. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigPayload.js +270 -0
  5437. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigReducer.d.ts +12 -0
  5438. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigReducer.js +140 -0
  5439. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigSelector.d.ts +14 -0
  5440. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigSelector.js +39 -0
  5441. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigState.d.ts +109 -0
  5442. package/lib/view/spendManagement/billPay/billPayConfig/billPayConfigState.js +105 -0
  5443. package/lib/view/spendManagement/billPay/billPayConfig/fetchBillPayConfigEpic.d.ts +7 -0
  5444. package/lib/view/spendManagement/billPay/billPayConfig/fetchBillPayConfigEpic.js +32 -0
  5445. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewPayload.d.ts +19 -0
  5446. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewPayload.js +2 -0
  5447. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewReducer.d.ts +21 -0
  5448. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewReducer.js +115 -0
  5449. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewSelector.d.ts +41 -0
  5450. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewSelector.js +185 -0
  5451. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewState.d.ts +12 -0
  5452. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewState.js +11 -0
  5453. package/lib/view/spendManagement/billPay/billPayReview/fetchDuplicateBillEpic.d.ts +8 -0
  5454. package/lib/view/spendManagement/billPay/billPayReview/fetchDuplicateBillEpic.js +53 -0
  5455. package/lib/view/spendManagement/billPay/billPayReview/getDuplicateBills.d.ts +8 -0
  5456. package/lib/view/spendManagement/billPay/billPayReview/getDuplicateBills.js +26 -0
  5457. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewPayload.d.ts +13 -0
  5458. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewPayload.js +2 -0
  5459. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.d.ts +52 -0
  5460. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.js +348 -0
  5461. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.d.ts +4 -0
  5462. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +129 -0
  5463. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelectorTypes.d.ts +70 -0
  5464. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelectorTypes.js +2 -0
  5465. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewState.d.ts +32 -0
  5466. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewState.js +2 -0
  5467. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/deleteBillPayApprovalRuleEpic.d.ts +10 -0
  5468. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/deleteBillPayApprovalRuleEpic.js +48 -0
  5469. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.d.ts +7 -0
  5470. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.js +34 -0
  5471. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversListEpic.d.ts +9 -0
  5472. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversListEpic.js +40 -0
  5473. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPaySetupApproverViewEpic.d.ts +10 -0
  5474. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPaySetupApproverViewEpic.js +62 -0
  5475. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.d.ts +5 -0
  5476. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.js +40 -0
  5477. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/reorderBillPayApprovalRulesEpic.d.ts +23 -0
  5478. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/reorderBillPayApprovalRulesEpic.js +58 -0
  5479. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.d.ts +10 -0
  5480. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.js +78 -0
  5481. package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.d.ts +79 -0
  5482. package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.js +176 -0
  5483. package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonState.d.ts +44 -0
  5484. package/lib/view/spendManagement/billPay/billPaySetupApproverView/types/commonState.js +2 -0
  5485. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewPayload.d.ts +5 -0
  5486. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewPayload.js +2 -0
  5487. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewReducer.d.ts +14 -0
  5488. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewReducer.js +109 -0
  5489. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewSelector.d.ts +17 -0
  5490. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewSelector.js +37 -0
  5491. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewState.d.ts +9 -0
  5492. package/lib/view/spendManagement/billPay/billPaySetupView/billPaySetupViewState.js +2 -0
  5493. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPaySetup/fetchBillPaySetupViewEpic.d.ts +20 -0
  5494. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPaySetup/fetchBillPaySetupViewEpic.js +81 -0
  5495. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayTermsEpic.d.ts +11 -0
  5496. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayTermsEpic.js +44 -0
  5497. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayUpdatedTermsEpic.d.ts +11 -0
  5498. package/lib/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayUpdatedTermsEpic.js +44 -0
  5499. package/lib/view/spendManagement/billPay/billPaySetupView/types/billPayTerms.d.ts +11 -0
  5500. package/lib/view/spendManagement/billPay/billPaySetupView/types/billPayTerms.js +2 -0
  5501. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewPayload.d.ts +34 -0
  5502. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewPayload.js +2 -0
  5503. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewReducer.d.ts +18 -0
  5504. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewReducer.js +189 -0
  5505. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewSelector.d.ts +31 -0
  5506. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewSelector.js +76 -0
  5507. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewState.d.ts +29 -0
  5508. package/lib/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewState.js +26 -0
  5509. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/approveOrRejectBillsBulkActionEpic.d.ts +9 -0
  5510. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/approveOrRejectBillsBulkActionEpic.js +79 -0
  5511. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/cancelOrDeleteBillsBulkActionEpic.d.ts +8 -0
  5512. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/cancelOrDeleteBillsBulkActionEpic.js +80 -0
  5513. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/submitDraftBillsBulkActionEpic.d.ts +8 -0
  5514. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/submitDraftBillsBulkActionEpic.js +88 -0
  5515. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/validateBillsBulkActionEpic.ts.d.ts +7 -0
  5516. package/lib/view/spendManagement/billPay/billsBulkActionView/epics/validateBillsBulkActionEpic.ts.js +32 -0
  5517. package/lib/view/spendManagement/billPay/editBillView/editBillViewPayload.d.ts +66 -0
  5518. package/lib/view/spendManagement/billPay/editBillView/editBillViewPayload.js +19 -0
  5519. package/lib/view/spendManagement/billPay/editBillView/editBillViewReducer.d.ts +112 -0
  5520. package/lib/view/spendManagement/billPay/editBillView/editBillViewReducer.js +511 -0
  5521. package/lib/view/spendManagement/billPay/editBillView/editBillViewSelector.d.ts +147 -0
  5522. package/lib/view/spendManagement/billPay/editBillView/editBillViewSelector.js +774 -0
  5523. package/lib/view/spendManagement/billPay/editBillView/editBillViewState.d.ts +143 -0
  5524. package/lib/view/spendManagement/billPay/editBillView/editBillViewState.js +75 -0
  5525. package/lib/view/spendManagement/billPay/editBillView/epics/convertAmountToHomeCurrencyEpic.d.ts +7 -0
  5526. package/lib/view/spendManagement/billPay/editBillView/epics/convertAmountToHomeCurrencyEpic.js +90 -0
  5527. package/lib/view/spendManagement/billPay/editBillView/epics/fetchBillAndInitializeLocalStoreEpic.d.ts +13 -0
  5528. package/lib/view/spendManagement/billPay/editBillView/epics/fetchBillAndInitializeLocalStoreEpic.js +56 -0
  5529. package/lib/view/spendManagement/billPay/editBillView/epics/fetchEditBillDetailPageEpic.d.ts +13 -0
  5530. package/lib/view/spendManagement/billPay/editBillView/epics/fetchEditBillDetailPageEpic.js +84 -0
  5531. package/lib/view/spendManagement/billPay/editBillView/epics/fetchVendorAndUpdateBillLocalDataEpic.d.ts +10 -0
  5532. package/lib/view/spendManagement/billPay/editBillView/epics/fetchVendorAndUpdateBillLocalDataEpic.js +175 -0
  5533. package/lib/view/spendManagement/billPay/editBillView/epics/fetchVendorByNameAndParseInvoice.d.ts +15 -0
  5534. package/lib/view/spendManagement/billPay/editBillView/epics/fetchVendorByNameAndParseInvoice.js +41 -0
  5535. package/lib/view/spendManagement/billPay/editBillView/epics/initializeBillToLocalStoreEpic.d.ts +14 -0
  5536. package/lib/view/spendManagement/billPay/editBillView/epics/initializeBillToLocalStoreEpic.js +249 -0
  5537. package/lib/view/spendManagement/billPay/editBillView/epics/parseInvoiceToBillEpic.d.ts +15 -0
  5538. package/lib/view/spendManagement/billPay/editBillView/epics/parseInvoiceToBillEpic.js +492 -0
  5539. package/lib/view/spendManagement/billPay/editBillView/epics/saveBillDetailEpic.d.ts +89 -0
  5540. package/lib/view/spendManagement/billPay/editBillView/epics/saveBillDetailEpic.js +269 -0
  5541. package/lib/view/spendManagement/billPay/editBillView/epics/updateVendorContactEpic.d.ts +11 -0
  5542. package/lib/view/spendManagement/billPay/editBillView/epics/updateVendorContactEpic.js +122 -0
  5543. package/lib/view/spendManagement/billPay/internationalWire/epics/createInternationalPaymentInstrumentEpic.d.ts +10 -0
  5544. package/lib/view/spendManagement/billPay/internationalWire/epics/createInternationalPaymentInstrumentEpic.js +121 -0
  5545. package/lib/view/spendManagement/billPay/internationalWire/epics/deletePaymentInstrumentEpic.d.ts +9 -0
  5546. package/lib/view/spendManagement/billPay/internationalWire/epics/deletePaymentInstrumentEpic.js +59 -0
  5547. package/lib/view/spendManagement/billPay/internationalWire/epics/fetchInternationalWireDynamicFormEpic.d.ts +7 -0
  5548. package/lib/view/spendManagement/billPay/internationalWire/epics/fetchInternationalWireDynamicFormEpic.js +54 -0
  5549. package/lib/view/spendManagement/billPay/internationalWire/epics/initializeDynamicFormEpic.d.ts +8 -0
  5550. package/lib/view/spendManagement/billPay/internationalWire/epics/initializeDynamicFormEpic.js +43 -0
  5551. package/lib/view/spendManagement/billPay/internationalWire/epics/initializeInternationalWireLocalDataEpic.d.ts +6 -0
  5552. package/lib/view/spendManagement/billPay/internationalWire/epics/initializeInternationalWireLocalDataEpic.js +53 -0
  5553. package/lib/view/spendManagement/billPay/internationalWire/internationalWire.d.ts +52 -0
  5554. package/lib/view/spendManagement/billPay/internationalWire/internationalWire.js +14 -0
  5555. package/lib/view/spendManagement/billPay/internationalWire/internationalWirePayload.d.ts +44 -0
  5556. package/lib/view/spendManagement/billPay/internationalWire/internationalWirePayload.js +55 -0
  5557. package/lib/view/spendManagement/billPay/internationalWire/internationalWireReducer.d.ts +44 -0
  5558. package/lib/view/spendManagement/billPay/internationalWire/internationalWireReducer.js +172 -0
  5559. package/lib/view/spendManagement/billPay/internationalWire/internationalWireSelector.d.ts +14 -0
  5560. package/lib/view/spendManagement/billPay/internationalWire/internationalWireSelector.js +50 -0
  5561. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/fetchIntlVerificationFormEpic.d.ts +7 -0
  5562. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/fetchIntlVerificationFormEpic.js +36 -0
  5563. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/initializeIntlVerificationFormEpic.d.ts +6 -0
  5564. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/initializeIntlVerificationFormEpic.js +43 -0
  5565. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/submitIntlVerificationEpic.d.ts +9 -0
  5566. package/lib/view/spendManagement/billPay/internationalWireVerification/epics/submitIntlVerificationEpic.js +66 -0
  5567. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationPayload.d.ts +26 -0
  5568. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationPayload.js +19 -0
  5569. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer.d.ts +22 -0
  5570. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer.js +94 -0
  5571. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationSelector.d.ts +15 -0
  5572. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationSelector.js +33 -0
  5573. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationState.d.ts +20 -0
  5574. package/lib/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationState.js +2 -0
  5575. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameByRoutingEpic.d.ts +7 -0
  5576. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameByRoutingEpic.js +42 -0
  5577. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameBySwiftEpic.d.ts +7 -0
  5578. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameBySwiftEpic.js +42 -0
  5579. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBillEpic.d.ts +7 -0
  5580. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBillEpic.js +41 -0
  5581. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkTenantEpic.d.ts +7 -0
  5582. package/lib/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkTenantEpic.js +34 -0
  5583. package/lib/view/spendManagement/billPay/magicLinkView/epics/saveMagicLinkBankAccountEpic.d.ts +8 -0
  5584. package/lib/view/spendManagement/billPay/magicLinkView/epics/saveMagicLinkBankAccountEpic.js +97 -0
  5585. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewPayload.d.ts +42 -0
  5586. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewPayload.js +2 -0
  5587. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewReducer.d.ts +64 -0
  5588. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewReducer.js +280 -0
  5589. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewSelector.d.ts +15 -0
  5590. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewSelector.js +57 -0
  5591. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewState.d.ts +15 -0
  5592. package/lib/view/spendManagement/billPay/magicLinkView/magicLinkViewState.js +2 -0
  5593. package/lib/view/spendManagement/billPay/previousBills/fetchPreviousBillsEpic.d.ts +8 -0
  5594. package/lib/view/spendManagement/billPay/previousBills/fetchPreviousBillsEpic.js +65 -0
  5595. package/lib/view/spendManagement/billPay/previousBills/previousBillsPayload.d.ts +24 -0
  5596. package/lib/view/spendManagement/billPay/previousBills/previousBillsPayload.js +2 -0
  5597. package/lib/view/spendManagement/billPay/previousBills/previousBillsReducer.d.ts +18 -0
  5598. package/lib/view/spendManagement/billPay/previousBills/previousBillsReducer.js +57 -0
  5599. package/lib/view/spendManagement/billPay/previousBills/previousBillsSelector.d.ts +8 -0
  5600. package/lib/view/spendManagement/billPay/previousBills/previousBillsSelector.js +25 -0
  5601. package/lib/view/spendManagement/billPay/previousBills/previousBillsState.d.ts +11 -0
  5602. package/lib/view/spendManagement/billPay/previousBills/previousBillsState.js +13 -0
  5603. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectEpic.d.ts +7 -0
  5604. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectEpic.js +32 -0
  5605. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer.d.ts +14 -0
  5606. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer.js +42 -0
  5607. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectSelector.d.ts +3 -0
  5608. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectSelector.js +12 -0
  5609. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectState.d.ts +5 -0
  5610. package/lib/view/spendManagement/billPay/wiseRedirectView/wiseRedirectState.js +2 -0
  5611. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailReducer.d.ts +14 -0
  5612. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailReducer.js +59 -0
  5613. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailSelector.d.ts +15 -0
  5614. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailSelector.js +28 -0
  5615. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailState.d.ts +8 -0
  5616. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/cardPolicyDetailState.js +2 -0
  5617. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/fetchCardPolicyDetailEpic.d.ts +8 -0
  5618. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/fetchCardPolicyDetailEpic.js +40 -0
  5619. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/updateCardPolicyEpic.d.ts +8 -0
  5620. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyDetail/updateCardPolicyEpic.js +43 -0
  5621. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/archiveCardPolicyEpic.d.ts +8 -0
  5622. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/archiveCardPolicyEpic.js +38 -0
  5623. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListReducer.d.ts +15 -0
  5624. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListReducer.js +78 -0
  5625. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListSelector.d.ts +15 -0
  5626. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListSelector.js +27 -0
  5627. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListState.d.ts +7 -0
  5628. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/cardPolicyListState.js +2 -0
  5629. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/fetchCardPolicyListEpic.d.ts +8 -0
  5630. package/lib/view/spendManagement/chargeCards/cardPolicy/cardPolicyList/fetchCardPolicyListEpic.js +42 -0
  5631. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyAiCardPolicyFormDraftUpdate.d.ts +8 -0
  5632. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyAiCardPolicyFormDraftUpdate.js +294 -0
  5633. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToAiCardPolicyDraft.d.ts +8 -0
  5634. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToAiCardPolicyDraft.js +113 -0
  5635. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToDraftEpic.d.ts +9 -0
  5636. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToDraftEpic.js +48 -0
  5637. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToManualCardPolicyDraft.d.ts +8 -0
  5638. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyExtractedPolicyToManualCardPolicyDraft.js +115 -0
  5639. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyUploadPlanToAiCardPolicyDraft.d.ts +13 -0
  5640. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/applyUploadPlanToAiCardPolicyDraft.js +29 -0
  5641. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildAiCardPolicyFormDraftSeed.d.ts +14 -0
  5642. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildAiCardPolicyFormDraftSeed.js +369 -0
  5643. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildManualCardPolicyFormDraftSeed.d.ts +6 -0
  5644. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/buildManualCardPolicyFormDraftSeed.js +40 -0
  5645. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyChipIds.d.ts +7 -0
  5646. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyChipIds.js +26 -0
  5647. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyFormDraftTypes.d.ts +116 -0
  5648. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyFormDraftTypes.js +10 -0
  5649. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyRequestParts.d.ts +33 -0
  5650. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/cardPolicyRequestParts.js +126 -0
  5651. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyReducer.d.ts +52 -0
  5652. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyReducer.js +164 -0
  5653. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicySelector.d.ts +11 -0
  5654. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicySelector.js +31 -0
  5655. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyState.d.ts +12 -0
  5656. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyState.js +2 -0
  5657. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyTemplateEpic.d.ts +9 -0
  5658. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/createCardPolicyTemplateEpic.js +53 -0
  5659. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/deriveAiPolicyReviewRowsFromInputs.d.ts +10 -0
  5660. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/deriveAiPolicyReviewRowsFromInputs.js +144 -0
  5661. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/fetchCardPolicyMccCategoriesEpic.d.ts +7 -0
  5662. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/fetchCardPolicyMccCategoriesEpic.js +24 -0
  5663. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/seedAiCardPolicyFormDraftEpic.d.ts +11 -0
  5664. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/seedAiCardPolicyFormDraftEpic.js +104 -0
  5665. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toBulkCardPolicyTemplateRequestsFromDraft.d.ts +22 -0
  5666. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toBulkCardPolicyTemplateRequestsFromDraft.js +100 -0
  5667. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toCardPolicyTemplateRequestFromDraft.d.ts +8 -0
  5668. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toCardPolicyTemplateRequestFromDraft.js +63 -0
  5669. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toManualCardPolicyTemplateRequestFromDraft.d.ts +3 -0
  5670. package/lib/view/spendManagement/chargeCards/cardPolicy/createCardPolicy/toManualCardPolicyTemplateRequestFromDraft.js +28 -0
  5671. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingReducer.d.ts +15 -0
  5672. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingReducer.js +101 -0
  5673. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingSelector.d.ts +17 -0
  5674. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingSelector.js +34 -0
  5675. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingState.d.ts +18 -0
  5676. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingState.js +2 -0
  5677. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/epics/initializeCardUserOnboardingLocalDataEpic.d.ts +6 -0
  5678. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/epics/initializeCardUserOnboardingLocalDataEpic.js +34 -0
  5679. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/epics/saveCardOnboardingUserDetailsEpic.d.ts +7 -0
  5680. package/lib/view/spendManagement/chargeCards/cardUserOnboarding/epics/saveCardOnboardingUserDetailsEpic.js +14 -0
  5681. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailPayload.d.ts +31 -0
  5682. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailPayload.js +2 -0
  5683. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailReducer.d.ts +11 -0
  5684. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailReducer.js +90 -0
  5685. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailSelector.d.ts +19 -0
  5686. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailSelector.js +55 -0
  5687. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailState.d.ts +31 -0
  5688. package/lib/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailState.js +13 -0
  5689. package/lib/view/spendManagement/chargeCards/cashbackDetail/fetchCashbackDetailEpic.d.ts +8 -0
  5690. package/lib/view/spendManagement/chargeCards/cashbackDetail/fetchCashbackDetailEpic.js +24 -0
  5691. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigPayload.d.ts +33 -0
  5692. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigPayload.js +22 -0
  5693. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer.d.ts +9 -0
  5694. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer.js +74 -0
  5695. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigState.d.ts +30 -0
  5696. package/lib/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigState.js +2 -0
  5697. package/lib/view/spendManagement/chargeCards/chargeCardConfig/fetchChargeCardConfigEpic.d.ts +7 -0
  5698. package/lib/view/spendManagement/chargeCards/chargeCardConfig/fetchChargeCardConfigEpic.js +23 -0
  5699. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetail.d.ts +86 -0
  5700. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetail.js +152 -0
  5701. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailPayload.d.ts +58 -0
  5702. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailPayload.js +2 -0
  5703. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer.d.ts +172 -0
  5704. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer.js +679 -0
  5705. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailSelector.d.ts +73 -0
  5706. package/lib/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailSelector.js +339 -0
  5707. package/lib/view/spendManagement/chargeCards/chargeCardDetail/closeChargeCardEpic.d.ts +9 -0
  5708. package/lib/view/spendManagement/chargeCards/chargeCardDetail/closeChargeCardEpic.js +71 -0
  5709. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailEpic.d.ts +12 -0
  5710. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailEpic.js +82 -0
  5711. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailPageEpic.d.ts +8 -0
  5712. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailPageEpic.js +67 -0
  5713. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionAttachmentsEpic.d.ts +10 -0
  5714. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionAttachmentsEpic.js +42 -0
  5715. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionListEpic.d.ts +8 -0
  5716. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionListEpic.js +47 -0
  5717. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionStatisticsEpic.d.ts +7 -0
  5718. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionStatisticsEpic.js +39 -0
  5719. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardsRecurringExpensesEpic.d.ts +7 -0
  5720. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardsRecurringExpensesEpic.js +44 -0
  5721. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchDepositAccountLimitEpic.d.ts +8 -0
  5722. package/lib/view/spendManagement/chargeCards/chargeCardDetail/fetchDepositAccountLimitEpic.js +40 -0
  5723. package/lib/view/spendManagement/chargeCards/chargeCardDetail/lockChargeCardEpic.d.ts +9 -0
  5724. package/lib/view/spendManagement/chargeCards/chargeCardDetail/lockChargeCardEpic.js +77 -0
  5725. package/lib/view/spendManagement/chargeCards/chargeCardDetail/unlockChargeCardEpic.d.ts +9 -0
  5726. package/lib/view/spendManagement/chargeCards/chargeCardDetail/unlockChargeCardEpic.js +74 -0
  5727. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardDetailEpic.d.ts +11 -0
  5728. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardDetailEpic.js +60 -0
  5729. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardLimitEpic.d.ts +9 -0
  5730. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardLimitEpic.js +74 -0
  5731. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardNameEpic.d.ts +9 -0
  5732. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardNameEpic.js +82 -0
  5733. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateDebitCardPinAttemptEpic.d.ts +11 -0
  5734. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updateDebitCardPinAttemptEpic.js +42 -0
  5735. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updatePhysicalChargeCardAttemptEpic.d.ts +11 -0
  5736. package/lib/view/spendManagement/chargeCards/chargeCardDetail/updatePhysicalChargeCardAttemptEpic.js +42 -0
  5737. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.d.ts +86 -0
  5738. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +93 -0
  5739. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListPayload.d.ts +72 -0
  5740. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListPayload.js +2 -0
  5741. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer.d.ts +74 -0
  5742. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer.js +375 -0
  5743. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.d.ts +115 -0
  5744. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +463 -0
  5745. package/lib/view/spendManagement/chargeCards/chargeCardList/closeChargeCardsEpic.d.ts +9 -0
  5746. package/lib/view/spendManagement/chargeCards/chargeCardList/closeChargeCardsEpic.js +69 -0
  5747. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListEpic.d.ts +11 -0
  5748. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListEpic.js +35 -0
  5749. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListPageEpic.d.ts +12 -0
  5750. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListPageEpic.js +107 -0
  5751. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountEpic.d.ts +7 -0
  5752. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountEpic.js +23 -0
  5753. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountRepaymentEpic.d.ts +7 -0
  5754. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountRepaymentEpic.js +23 -0
  5755. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchDebitCardSummaryEpic.d.ts +7 -0
  5756. package/lib/view/spendManagement/chargeCards/chargeCardList/fetchDebitCardSummaryEpic.js +23 -0
  5757. package/lib/view/spendManagement/chargeCards/chargeCardList/lockChargeCardsEpic.d.ts +9 -0
  5758. package/lib/view/spendManagement/chargeCards/chargeCardList/lockChargeCardsEpic.js +69 -0
  5759. package/lib/view/spendManagement/chargeCards/chargeCardList/resendCardInviteEpic.d.ts +9 -0
  5760. package/lib/view/spendManagement/chargeCards/chargeCardList/resendCardInviteEpic.js +31 -0
  5761. package/lib/view/spendManagement/chargeCards/chargeCardList/revokeCardInviteEpic.d.ts +8 -0
  5762. package/lib/view/spendManagement/chargeCards/chargeCardList/revokeCardInviteEpic.js +29 -0
  5763. package/lib/view/spendManagement/chargeCards/chargeCardList/revokeChargeCardsInviteEpic.d.ts +8 -0
  5764. package/lib/view/spendManagement/chargeCards/chargeCardList/revokeChargeCardsInviteEpic.js +71 -0
  5765. package/lib/view/spendManagement/chargeCards/chargeCardList/unlockChargeCardsEpic.d.ts +9 -0
  5766. package/lib/view/spendManagement/chargeCards/chargeCardList/unlockChargeCardsEpic.js +68 -0
  5767. package/lib/view/spendManagement/chargeCards/chargeCardList/updateChargeCardsLimitEpic.d.ts +9 -0
  5768. package/lib/view/spendManagement/chargeCards/chargeCardList/updateChargeCardsLimitEpic.js +76 -0
  5769. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistory.d.ts +55 -0
  5770. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistory.js +35 -0
  5771. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryDownloadSelector.d.ts +8 -0
  5772. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryDownloadSelector.js +26 -0
  5773. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryHelpers.d.ts +7 -0
  5774. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryHelpers.js +106 -0
  5775. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryPayload.d.ts +13 -0
  5776. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryPayload.js +2 -0
  5777. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer.d.ts +21 -0
  5778. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer.js +91 -0
  5779. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistorySelector.d.ts +20 -0
  5780. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistorySelector.js +107 -0
  5781. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentHistoryEpic.d.ts +9 -0
  5782. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentHistoryEpic.js +35 -0
  5783. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentPageEpic.d.ts +7 -0
  5784. package/lib/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentPageEpic.js +35 -0
  5785. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer.d.ts +15 -0
  5786. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer.js +59 -0
  5787. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailSelector.d.ts +11 -0
  5788. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailSelector.js +41 -0
  5789. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailState.d.ts +12 -0
  5790. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailState.js +2 -0
  5791. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentPayload.d.ts +7 -0
  5792. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentPayload.js +2 -0
  5793. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/fetchChargeCardRepaymentDetailEpic.d.ts +8 -0
  5794. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/fetchChargeCardRepaymentDetailEpic.js +25 -0
  5795. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/initiateChargeCardRepaymentEpic.d.ts +11 -0
  5796. package/lib/view/spendManagement/chargeCards/chargeCardRepaymentDetail/initiateChargeCardRepaymentEpic.js +91 -0
  5797. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewPayload.d.ts +6 -0
  5798. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewPayload.js +2 -0
  5799. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer.d.ts +21 -0
  5800. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer.js +165 -0
  5801. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewSelector.d.ts +22 -0
  5802. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewSelector.js +46 -0
  5803. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewState.d.ts +9 -0
  5804. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewState.js +2 -0
  5805. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/acceptChargeCardTermsEpic.d.ts +11 -0
  5806. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/acceptChargeCardTermsEpic.js +80 -0
  5807. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/enableChargeCardAutoPayEpic.d.ts +11 -0
  5808. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/enableChargeCardAutoPayEpic.js +54 -0
  5809. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/expressInterestChargeCardEpic.d.ts +11 -0
  5810. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/expressInterestChargeCardEpic.js +48 -0
  5811. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/fetchChargeCardSetupViewEpic.d.ts +20 -0
  5812. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/epic/fetchChargeCardSetupViewEpic.js +81 -0
  5813. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/types/chargeCardTerms.d.ts +11 -0
  5814. package/lib/view/spendManagement/chargeCards/chargeCardSetUp/types/chargeCardTerms.js +2 -0
  5815. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementList.d.ts +8 -0
  5816. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementList.js +2 -0
  5817. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListPayload.d.ts +10 -0
  5818. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListPayload.js +2 -0
  5819. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer.d.ts +15 -0
  5820. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer.js +56 -0
  5821. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListSelector.d.ts +7 -0
  5822. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListSelector.js +13 -0
  5823. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/fetchChargeCardStatementListEpic.d.ts +7 -0
  5824. package/lib/view/spendManagement/chargeCards/chargeCardStatementList/fetchChargeCardStatementListEpic.js +32 -0
  5825. package/lib/view/spendManagement/chargeCards/issueChargeCard/aiCardCreationFormDraftTypes.d.ts +34 -0
  5826. package/lib/view/spendManagement/chargeCards/issueChargeCard/aiCardCreationFormDraftTypes.js +2 -0
  5827. package/lib/view/spendManagement/chargeCards/issueChargeCard/applyAiCardCreationFormDraftUpdate.d.ts +7 -0
  5828. package/lib/view/spendManagement/chargeCards/issueChargeCard/applyAiCardCreationFormDraftUpdate.js +38 -0
  5829. package/lib/view/spendManagement/chargeCards/issueChargeCard/buildAiCardCreationFormDraftSeed.d.ts +12 -0
  5830. package/lib/view/spendManagement/chargeCards/issueChargeCard/buildAiCardCreationFormDraftSeed.js +61 -0
  5831. package/lib/view/spendManagement/chargeCards/issueChargeCard/depositAccountWithLimitPayload.d.ts +6 -0
  5832. package/lib/view/spendManagement/chargeCards/issueChargeCard/depositAccountWithLimitPayload.js +2 -0
  5833. package/lib/view/spendManagement/chargeCards/issueChargeCard/deriveAiCardRowsFromTeams.d.ts +9 -0
  5834. package/lib/view/spendManagement/chargeCards/issueChargeCard/deriveAiCardRowsFromTeams.js +39 -0
  5835. package/lib/view/spendManagement/chargeCards/issueChargeCard/fetchDepositAccountListForCardsEpic.d.ts +8 -0
  5836. package/lib/view/spendManagement/chargeCards/issueChargeCard/fetchDepositAccountListForCardsEpic.js +30 -0
  5837. package/lib/view/spendManagement/chargeCards/issueChargeCard/fetchIssueCardPageEpic.d.ts +10 -0
  5838. package/lib/view/spendManagement/chargeCards/issueChargeCard/fetchIssueCardPageEpic.js +61 -0
  5839. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardEpic.d.ts +13 -0
  5840. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardEpic.js +148 -0
  5841. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardReducer.d.ts +34 -0
  5842. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardReducer.js +178 -0
  5843. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardSelector.d.ts +34 -0
  5844. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardSelector.js +140 -0
  5845. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardState.d.ts +72 -0
  5846. package/lib/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardState.js +2 -0
  5847. package/lib/view/spendManagement/chargeCards/issueChargeCard/seedAiCardCreationFormDraftEpic.d.ts +11 -0
  5848. package/lib/view/spendManagement/chargeCards/issueChargeCard/seedAiCardCreationFormDraftEpic.js +66 -0
  5849. package/lib/view/spendManagement/chargeCards/issueChargeCard/toIssueChargeCardLocalDataFromDraft.d.ts +3 -0
  5850. package/lib/view/spendManagement/chargeCards/issueChargeCard/toIssueChargeCardLocalDataFromDraft.js +48 -0
  5851. package/lib/view/spendManagement/commonHistoryView/commonHistory.d.ts +30 -0
  5852. package/lib/view/spendManagement/commonHistoryView/commonHistory.js +33 -0
  5853. package/lib/view/spendManagement/commonHistoryView/commonHistoryPayload.d.ts +27 -0
  5854. package/lib/view/spendManagement/commonHistoryView/commonHistoryPayload.js +24 -0
  5855. package/lib/view/spendManagement/commonHistoryView/commonHistoryReducer.d.ts +23 -0
  5856. package/lib/view/spendManagement/commonHistoryView/commonHistoryReducer.js +68 -0
  5857. package/lib/view/spendManagement/commonHistoryView/commonHistorySelector.d.ts +8 -0
  5858. package/lib/view/spendManagement/commonHistoryView/commonHistorySelector.js +19 -0
  5859. package/lib/view/spendManagement/commonHistoryView/fetchEntityHistoryEpic.d.ts +7 -0
  5860. package/lib/view/spendManagement/commonHistoryView/fetchEntityHistoryEpic.js +63 -0
  5861. package/lib/view/spendManagement/commonSetup/epic/setup/enableSetupEpic.d.ts +10 -0
  5862. package/lib/view/spendManagement/commonSetup/epic/setup/enableSetupEpic.js +61 -0
  5863. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.d.ts +28 -0
  5864. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.js +62 -0
  5865. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.d.ts +9 -0
  5866. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.js +81 -0
  5867. package/lib/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.d.ts +21 -0
  5868. package/lib/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.js +344 -0
  5869. package/lib/view/spendManagement/commonSetup/epic/setup/updateSetupViewLocalStoreDataEpic.d.ts +14 -0
  5870. package/lib/view/spendManagement/commonSetup/epic/setup/updateSetupViewLocalStoreDataEpic.js +157 -0
  5871. package/lib/view/spendManagement/commonSetup/kycKybAutofillActions.d.ts +24 -0
  5872. package/lib/view/spendManagement/commonSetup/kycKybAutofillActions.js +17 -0
  5873. package/lib/view/spendManagement/commonSetup/kycKybParseMapper.d.ts +29 -0
  5874. package/lib/view/spendManagement/commonSetup/kycKybParseMapper.js +229 -0
  5875. package/lib/view/spendManagement/commonSetup/setupViewPayload.d.ts +23 -0
  5876. package/lib/view/spendManagement/commonSetup/setupViewPayload.js +2 -0
  5877. package/lib/view/spendManagement/commonSetup/setupViewReducer.d.ts +60 -0
  5878. package/lib/view/spendManagement/commonSetup/setupViewReducer.js +367 -0
  5879. package/lib/view/spendManagement/commonSetup/setupViewSelector.d.ts +33 -0
  5880. package/lib/view/spendManagement/commonSetup/setupViewSelector.js +287 -0
  5881. package/lib/view/spendManagement/commonSetup/setupViewState.d.ts +197 -0
  5882. package/lib/view/spendManagement/commonSetup/setupViewState.js +19 -0
  5883. package/lib/view/spendManagement/commonSetup/types/businessVerification.d.ts +116 -0
  5884. package/lib/view/spendManagement/commonSetup/types/businessVerification.js +152 -0
  5885. package/lib/view/spendManagement/commonSetup/types/kycKybAutofill.d.ts +154 -0
  5886. package/lib/view/spendManagement/commonSetup/types/kycKybAutofill.js +46 -0
  5887. package/lib/view/spendManagement/helpers.d.ts +58 -0
  5888. package/lib/view/spendManagement/helpers.js +417 -0
  5889. package/lib/view/spendManagement/merchantList/fetchMerchantListEpic.d.ts +10 -0
  5890. package/lib/view/spendManagement/merchantList/fetchMerchantListEpic.js +30 -0
  5891. package/lib/view/spendManagement/merchantList/merchantListPayload.d.ts +11 -0
  5892. package/lib/view/spendManagement/merchantList/merchantListPayload.js +2 -0
  5893. package/lib/view/spendManagement/merchantList/merchantListReducer.d.ts +8 -0
  5894. package/lib/view/spendManagement/merchantList/merchantListReducer.js +50 -0
  5895. package/lib/view/spendManagement/merchantList/merchantListSelector.d.ts +7 -0
  5896. package/lib/view/spendManagement/merchantList/merchantListSelector.js +13 -0
  5897. package/lib/view/spendManagement/merchantList/merchantListState.d.ts +4 -0
  5898. package/lib/view/spendManagement/merchantList/merchantListState.js +2 -0
  5899. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/getPaymentAccountsEpic.d.ts +9 -0
  5900. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/getPaymentAccountsEpic.js +41 -0
  5901. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updateMappedCashAccountEpic.d.ts +9 -0
  5902. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updateMappedCashAccountEpic.js +29 -0
  5903. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountEpic.d.ts +9 -0
  5904. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountEpic.js +31 -0
  5905. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountLoginStatusEpic.d.ts +10 -0
  5906. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountLoginStatusEpic.js +38 -0
  5907. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountStatusEpic.d.ts +10 -0
  5908. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountStatusEpic.js +37 -0
  5909. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePrimaryFundingAccountEpic.d.ts +9 -0
  5910. package/lib/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePrimaryFundingAccountEpic.js +93 -0
  5911. package/lib/view/spendManagement/plaidAccount/epic/plaidConnection/establishPlaidConnectionEpic.d.ts +17 -0
  5912. package/lib/view/spendManagement/plaidAccount/epic/plaidConnection/establishPlaidConnectionEpic.js +148 -0
  5913. package/lib/view/spendManagement/plaidAccount/epic/plaidConnection/getPlaidLinkTokenEpic.d.ts +15 -0
  5914. package/lib/view/spendManagement/plaidAccount/epic/plaidConnection/getPlaidLinkTokenEpic.js +52 -0
  5915. package/lib/view/spendManagement/plaidAccount/plaidAccountViewReducer.d.ts +102 -0
  5916. package/lib/view/spendManagement/plaidAccount/plaidAccountViewReducer.js +459 -0
  5917. package/lib/view/spendManagement/plaidAccount/plaidAccountViewSelector.d.ts +2 -0
  5918. package/lib/view/spendManagement/plaidAccount/plaidAccountViewSelector.js +6 -0
  5919. package/lib/view/spendManagement/plaidAccount/plaidAccountViewState.d.ts +22 -0
  5920. package/lib/view/spendManagement/plaidAccount/plaidAccountViewState.js +33 -0
  5921. package/lib/view/spendManagement/plaidAccount/types/paymentAccount.d.ts +10 -0
  5922. package/lib/view/spendManagement/plaidAccount/types/paymentAccount.js +2 -0
  5923. package/lib/view/spendManagement/plaidAccount/types/plaidConnection.d.ts +7 -0
  5924. package/lib/view/spendManagement/plaidAccount/types/plaidConnection.js +2 -0
  5925. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalPayload.d.ts +9 -0
  5926. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalPayload.js +2 -0
  5927. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalReducer.d.ts +22 -0
  5928. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalReducer.js +71 -0
  5929. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalSelector.d.ts +8 -0
  5930. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalSelector.js +19 -0
  5931. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalState.d.ts +28 -0
  5932. package/lib/view/spendManagement/realTimeApprovalView/realTimeApprovalState.js +14 -0
  5933. package/lib/view/spendManagement/realTimeApprovalView/saveRealTimeApprovalEpic.d.ts +11 -0
  5934. package/lib/view/spendManagement/realTimeApprovalView/saveRealTimeApprovalEpic.js +126 -0
  5935. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewPayload.d.ts +46 -0
  5936. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewPayload.js +52 -0
  5937. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewReducer.d.ts +100 -0
  5938. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewReducer.js +487 -0
  5939. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.d.ts +61 -0
  5940. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.js +203 -0
  5941. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewState.d.ts +75 -0
  5942. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewState.js +24 -0
  5943. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchCurrencyConversionValueEpic.d.ts +7 -0
  5944. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchCurrencyConversionValueEpic.js +63 -0
  5945. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchEditRemiDetailPageEpic.d.ts +12 -0
  5946. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchEditRemiDetailPageEpic.js +67 -0
  5947. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchRecommendationsAndUpdateMerchantRecommendationsEpic.d.ts +16 -0
  5948. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchRecommendationsAndUpdateMerchantRecommendationsEpic.js +122 -0
  5949. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchRemiAndInitializeLocalStoreEpic.d.ts +6 -0
  5950. package/lib/view/spendManagement/reimbursement/editRemiView/epics/fetchRemiAndInitializeLocalStoreEpic.js +44 -0
  5951. package/lib/view/spendManagement/reimbursement/editRemiView/epics/initializeRemiToLocalStoreEpic.d.ts +6 -0
  5952. package/lib/view/spendManagement/reimbursement/editRemiView/epics/initializeRemiToLocalStoreEpic.js +110 -0
  5953. package/lib/view/spendManagement/reimbursement/editRemiView/epics/parseReceiptsToRemiEpic.d.ts +11 -0
  5954. package/lib/view/spendManagement/reimbursement/editRemiView/epics/parseReceiptsToRemiEpic.js +195 -0
  5955. package/lib/view/spendManagement/reimbursement/editRemiView/epics/saveRemiDetailEpic.d.ts +15 -0
  5956. package/lib/view/spendManagement/reimbursement/editRemiView/epics/saveRemiDetailEpic.js +120 -0
  5957. package/lib/view/spendManagement/reimbursement/editRemiView/getRecommendedCategoryClass.d.ts +7 -0
  5958. package/lib/view/spendManagement/reimbursement/editRemiView/getRecommendedCategoryClass.js +26 -0
  5959. package/lib/view/spendManagement/reimbursement/reimbursementConfig/fetchReimbursementConfigEpic.d.ts +8 -0
  5960. package/lib/view/spendManagement/reimbursement/reimbursementConfig/fetchReimbursementConfigEpic.js +25 -0
  5961. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigPayload.d.ts +19 -0
  5962. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigPayload.js +19 -0
  5963. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigReducer.d.ts +7 -0
  5964. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigReducer.js +59 -0
  5965. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigSelector.d.ts +3 -0
  5966. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigSelector.js +14 -0
  5967. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigState.d.ts +20 -0
  5968. package/lib/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigState.js +10 -0
  5969. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/approveOrRejectRemiEpic.d.ts +11 -0
  5970. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/approveOrRejectRemiEpic.js +56 -0
  5971. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/cancelAndDeleteRemiEpic.d.ts +9 -0
  5972. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/cancelAndDeleteRemiEpic.js +65 -0
  5973. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/deleteRemiEpic.d.ts +9 -0
  5974. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/deleteRemiEpic.js +55 -0
  5975. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/fetchDuplicateReimbursementEpic.d.ts +7 -0
  5976. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/fetchDuplicateReimbursementEpic.js +71 -0
  5977. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/fetchRemiDetailEpic.d.ts +19 -0
  5978. package/lib/view/spendManagement/reimbursement/remiDetailView/epics/fetchRemiDetailEpic.js +115 -0
  5979. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewPayload.d.ts +39 -0
  5980. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewPayload.js +2 -0
  5981. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewReducer.d.ts +53 -0
  5982. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewReducer.js +322 -0
  5983. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewSelector.d.ts +44 -0
  5984. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewSelector.js +320 -0
  5985. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewState.d.ts +28 -0
  5986. package/lib/view/spendManagement/reimbursement/remiDetailView/remiDetailViewState.js +39 -0
  5987. package/lib/view/spendManagement/reimbursement/remiListView/fetchRemiListEpic.d.ts +7 -0
  5988. package/lib/view/spendManagement/reimbursement/remiListView/fetchRemiListEpic.js +42 -0
  5989. package/lib/view/spendManagement/reimbursement/remiListView/fetchRemiListPerTabEpic.d.ts +10 -0
  5990. package/lib/view/spendManagement/reimbursement/remiListView/fetchRemiListPerTabEpic.js +52 -0
  5991. package/lib/view/spendManagement/reimbursement/remiListView/remiListDownloadSelector.d.ts +14 -0
  5992. package/lib/view/spendManagement/reimbursement/remiListView/remiListDownloadSelector.js +73 -0
  5993. package/lib/view/spendManagement/reimbursement/remiListView/remiListFilterHelpers.d.ts +3 -0
  5994. package/lib/view/spendManagement/reimbursement/remiListView/remiListFilterHelpers.js +32 -0
  5995. package/lib/view/spendManagement/reimbursement/remiListView/remiListPayload.d.ts +24 -0
  5996. package/lib/view/spendManagement/reimbursement/remiListView/remiListPayload.js +2 -0
  5997. package/lib/view/spendManagement/reimbursement/remiListView/remiListReducer.d.ts +39 -0
  5998. package/lib/view/spendManagement/reimbursement/remiListView/remiListReducer.js +204 -0
  5999. package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.d.ts +51 -0
  6000. package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.js +616 -0
  6001. package/lib/view/spendManagement/reimbursement/remiListView/remiListState.d.ts +62 -0
  6002. package/lib/view/spendManagement/reimbursement/remiListView/remiListState.js +86 -0
  6003. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/deleteRemiApprovalRuleEpic.d.ts +10 -0
  6004. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/deleteRemiApprovalRuleEpic.js +48 -0
  6005. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversDetailsEpic.d.ts +7 -0
  6006. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversDetailsEpic.js +29 -0
  6007. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversListEpic.d.ts +10 -0
  6008. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversListEpic.js +40 -0
  6009. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiSetupApproverViewEpic.d.ts +10 -0
  6010. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiSetupApproverViewEpic.js +64 -0
  6011. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.d.ts +5 -0
  6012. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.js +40 -0
  6013. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/reorderRemiApprovalRulesEpic.d.ts +14 -0
  6014. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/reorderRemiApprovalRulesEpic.js +65 -0
  6015. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/saveRemiSetupApproverViewUpdatesEpic.d.ts +10 -0
  6016. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/epic/saveRemiSetupApproverViewUpdatesEpic.js +78 -0
  6017. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewPayload.d.ts +15 -0
  6018. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewPayload.js +2 -0
  6019. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewReducer.d.ts +58 -0
  6020. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewReducer.js +342 -0
  6021. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelector.d.ts +4 -0
  6022. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelector.js +147 -0
  6023. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelectorTypes.d.ts +69 -0
  6024. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelectorTypes.js +2 -0
  6025. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewState.d.ts +29 -0
  6026. package/lib/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewState.js +2 -0
  6027. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/fetchRemiSetupViewEpic.d.ts +20 -0
  6028. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/fetchRemiSetupViewEpic.js +83 -0
  6029. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateMileageDetailsEpic.d.ts +17 -0
  6030. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateMileageDetailsEpic.js +80 -0
  6031. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateRemiSetupViewLocalStoreDataEpic.d.ts +5 -0
  6032. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateRemiSetupViewLocalStoreDataEpic.js +39 -0
  6033. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptEmployeeRemiTermsEpic.d.ts +9 -0
  6034. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptEmployeeRemiTermsEpic.js +38 -0
  6035. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptRemiTermsEpic.d.ts +11 -0
  6036. package/lib/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptRemiTermsEpic.js +44 -0
  6037. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewPayload.d.ts +7 -0
  6038. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewPayload.js +2 -0
  6039. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewReducer.d.ts +19 -0
  6040. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewReducer.js +167 -0
  6041. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewSelector.d.ts +27 -0
  6042. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewSelector.js +54 -0
  6043. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewState.d.ts +28 -0
  6044. package/lib/view/spendManagement/reimbursement/remiSetupView/remiSetupViewState.js +7 -0
  6045. package/lib/view/spendManagement/reimbursement/remiSetupView/types/remiTerms.d.ts +15 -0
  6046. package/lib/view/spendManagement/reimbursement/remiSetupView/types/remiTerms.js +2 -0
  6047. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/approveOrRejectRemisBulkActionEpic.d.ts +9 -0
  6048. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/approveOrRejectRemisBulkActionEpic.js +79 -0
  6049. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/cancelOrDeleteRemisBulkActionEpic.d.ts +8 -0
  6050. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/cancelOrDeleteRemisBulkActionEpic.js +80 -0
  6051. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/reviewDraftRemisBulkActionEpic.ts.d.ts +7 -0
  6052. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/reviewDraftRemisBulkActionEpic.ts.js +28 -0
  6053. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/submitDraftRemisBulkActionEpic.d.ts +8 -0
  6054. package/lib/view/spendManagement/reimbursement/remisBulkActionView/epics/submitDraftRemisBulkActionEpic.js +73 -0
  6055. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewPayload.d.ts +14 -0
  6056. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewPayload.js +2 -0
  6057. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewReducer.d.ts +18 -0
  6058. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewReducer.js +176 -0
  6059. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewSelector.d.ts +25 -0
  6060. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewSelector.js +50 -0
  6061. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewState.d.ts +30 -0
  6062. package/lib/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewState.js +24 -0
  6063. package/lib/view/spendManagement/spendManagementFilterHelpers.d.ts +39 -0
  6064. package/lib/view/spendManagement/spendManagementFilterHelpers.js +147 -0
  6065. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryDetailEpic.d.ts +10 -0
  6066. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryDetailEpic.js +76 -0
  6067. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryHistoryEpic.d.ts +7 -0
  6068. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryHistoryEpic.js +31 -0
  6069. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryTransactionListEpic.d.ts +7 -0
  6070. package/lib/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryTransactionListEpic.js +39 -0
  6071. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailPayload.d.ts +52 -0
  6072. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailPayload.js +15 -0
  6073. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailReducer.d.ts +32 -0
  6074. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailReducer.js +181 -0
  6075. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailSelector.d.ts +14 -0
  6076. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailSelector.js +52 -0
  6077. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailState.d.ts +50 -0
  6078. package/lib/view/spendManagement/treasury/treasuryList/treasuryDetailState.js +12 -0
  6079. package/lib/view/spendManagement/treasury/treasurySetUp/epic/acceptTreasuryTermsEpic.d.ts +11 -0
  6080. package/lib/view/spendManagement/treasury/treasurySetUp/epic/acceptTreasuryTermsEpic.js +44 -0
  6081. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchPortfolioAllocationEpic.d.ts +7 -0
  6082. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchPortfolioAllocationEpic.js +21 -0
  6083. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasuryFundsEpic.d.ts +7 -0
  6084. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasuryFundsEpic.js +28 -0
  6085. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasurySetupViewEpic.d.ts +20 -0
  6086. package/lib/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasurySetupViewEpic.js +81 -0
  6087. package/lib/view/spendManagement/treasury/treasurySetUp/epic/updatePortfolioAllocationEpic.d.ts +8 -0
  6088. package/lib/view/spendManagement/treasury/treasurySetUp/epic/updatePortfolioAllocationEpic.js +44 -0
  6089. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewPayload.d.ts +57 -0
  6090. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewPayload.js +2 -0
  6091. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewReducer.d.ts +20 -0
  6092. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewReducer.js +310 -0
  6093. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewSelector.d.ts +26 -0
  6094. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewSelector.js +52 -0
  6095. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewState.d.ts +52 -0
  6096. package/lib/view/spendManagement/treasury/treasurySetUp/treasurySetupViewState.js +21 -0
  6097. package/lib/view/spendManagement/treasury/treasuryStatementList/fetchTreasuryStatementListEpic.d.ts +7 -0
  6098. package/lib/view/spendManagement/treasury/treasuryStatementList/fetchTreasuryStatementListEpic.js +42 -0
  6099. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementList.d.ts +10 -0
  6100. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementList.js +11 -0
  6101. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListPayload.d.ts +10 -0
  6102. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListPayload.js +2 -0
  6103. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListReducer.d.ts +15 -0
  6104. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListReducer.js +60 -0
  6105. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListSelector.d.ts +7 -0
  6106. package/lib/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListSelector.js +17 -0
  6107. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/fetchTreasuryTaxLetterListEpic.d.ts +7 -0
  6108. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/fetchTreasuryTaxLetterListEpic.js +41 -0
  6109. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListReducer.d.ts +15 -0
  6110. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListReducer.js +60 -0
  6111. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListSelector.d.ts +7 -0
  6112. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListSelector.js +17 -0
  6113. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListState.d.ts +6 -0
  6114. package/lib/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListState.js +11 -0
  6115. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyEpic.d.ts +9 -0
  6116. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyEpic.js +91 -0
  6117. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyPayload.d.ts +36 -0
  6118. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyPayload.js +15 -0
  6119. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyReducer.d.ts +10 -0
  6120. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyReducer.js +54 -0
  6121. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneySelector.d.ts +17 -0
  6122. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneySelector.js +64 -0
  6123. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyState.d.ts +19 -0
  6124. package/lib/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyState.js +2 -0
  6125. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositEpic.d.ts +8 -0
  6126. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositEpic.js +48 -0
  6127. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositReducer.d.ts +11 -0
  6128. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositReducer.js +49 -0
  6129. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositSelector.d.ts +15 -0
  6130. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositSelector.js +32 -0
  6131. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositState.d.ts +12 -0
  6132. package/lib/view/spendManagement/zeniAccounts/checkDeposit/checkDepositState.js +2 -0
  6133. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailPayload.d.ts +13 -0
  6134. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailPayload.js +15 -0
  6135. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailReducer.d.ts +39 -0
  6136. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailReducer.js +199 -0
  6137. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailSelector.d.ts +26 -0
  6138. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailSelector.js +86 -0
  6139. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailState.d.ts +26 -0
  6140. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailState.js +30 -0
  6141. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountDetailEpic.d.ts +11 -0
  6142. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountDetailEpic.js +58 -0
  6143. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountEpic.d.ts +8 -0
  6144. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountEpic.js +35 -0
  6145. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountHistoryEpic.d.ts +7 -0
  6146. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountHistoryEpic.js +38 -0
  6147. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/updateDepositAccountEpic.d.ts +9 -0
  6148. package/lib/view/spendManagement/zeniAccounts/depositAccountDetail/updateDepositAccountEpic.js +67 -0
  6149. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountList.d.ts +10 -0
  6150. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountList.js +2 -0
  6151. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListPayload.d.ts +17 -0
  6152. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListPayload.js +14 -0
  6153. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListReducer.d.ts +14 -0
  6154. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListReducer.js +45 -0
  6155. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListSelector.d.ts +7 -0
  6156. package/lib/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListSelector.js +13 -0
  6157. package/lib/view/spendManagement/zeniAccounts/depositAccountList/fetchDepositAccountListEpic.d.ts +9 -0
  6158. package/lib/view/spendManagement/zeniAccounts/depositAccountList/fetchDepositAccountListEpic.js +38 -0
  6159. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListPayload.d.ts +18 -0
  6160. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListPayload.js +2 -0
  6161. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListReducer.d.ts +19 -0
  6162. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListReducer.js +65 -0
  6163. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListSelector.d.ts +9 -0
  6164. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListSelector.js +25 -0
  6165. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListState.d.ts +10 -0
  6166. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListState.js +9 -0
  6167. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/fetchDepositAccountTransactionListEpic.d.ts +8 -0
  6168. package/lib/view/spendManagement/zeniAccounts/depositAccountTransactionList/fetchDepositAccountTransactionListEpic.js +57 -0
  6169. package/lib/view/spendManagement/zeniAccounts/expressPay/epics/fetchExpressPayInitialDetailsEpic.d.ts +9 -0
  6170. package/lib/view/spendManagement/zeniAccounts/expressPay/epics/fetchExpressPayInitialDetailsEpic.js +39 -0
  6171. package/lib/view/spendManagement/zeniAccounts/expressPay/epics/submitExpressPayEpic.d.ts +8 -0
  6172. package/lib/view/spendManagement/zeniAccounts/expressPay/epics/submitExpressPayEpic.js +66 -0
  6173. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPayReducer.d.ts +15 -0
  6174. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPayReducer.js +64 -0
  6175. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPaySelector.d.ts +27 -0
  6176. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPaySelector.js +82 -0
  6177. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPayState.d.ts +19 -0
  6178. package/lib/view/spendManagement/zeniAccounts/expressPay/expressPayState.js +2 -0
  6179. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountBalanceEpic.d.ts +9 -0
  6180. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountBalanceEpic.js +52 -0
  6181. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountListEpic.d.ts +9 -0
  6182. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountListEpic.js +41 -0
  6183. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountList.d.ts +6 -0
  6184. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountList.js +2 -0
  6185. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListPayload.d.ts +3 -0
  6186. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListPayload.js +2 -0
  6187. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListReducer.d.ts +28 -0
  6188. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListReducer.js +99 -0
  6189. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListSelector.d.ts +11 -0
  6190. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListSelector.js +20 -0
  6191. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/unlinkPaymentAccountEpic.d.ts +8 -0
  6192. package/lib/view/spendManagement/zeniAccounts/paymentAccountList/unlinkPaymentAccountEpic.js +54 -0
  6193. package/lib/view/spendManagement/zeniAccounts/transferDetail/fetchReviewTransferDetailEpic.d.ts +7 -0
  6194. package/lib/view/spendManagement/zeniAccounts/transferDetail/fetchReviewTransferDetailEpic.js +40 -0
  6195. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailPayload.d.ts +25 -0
  6196. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailPayload.js +19 -0
  6197. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailReducer.d.ts +14 -0
  6198. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailReducer.js +117 -0
  6199. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailSelector.d.ts +14 -0
  6200. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailSelector.js +34 -0
  6201. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailState.d.ts +25 -0
  6202. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferDetailState.js +2 -0
  6203. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferMoneyEpic.d.ts +9 -0
  6204. package/lib/view/spendManagement/zeniAccounts/transferDetail/transferMoneyEpic.js +58 -0
  6205. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/createCheckingAccountEpic.d.ts +10 -0
  6206. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/createCheckingAccountEpic.js +68 -0
  6207. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/fetchZeniAccountListPageEpic.d.ts +9 -0
  6208. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/fetchZeniAccountListPageEpic.js +40 -0
  6209. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListPayload.d.ts +3 -0
  6210. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListPayload.js +2 -0
  6211. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListReducer.d.ts +19 -0
  6212. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListReducer.js +87 -0
  6213. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListSelector.d.ts +26 -0
  6214. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListSelector.js +60 -0
  6215. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListState.d.ts +14 -0
  6216. package/lib/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListState.js +2 -0
  6217. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/acceptZeniAccountTermsEpic.d.ts +11 -0
  6218. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/acceptZeniAccountTermsEpic.js +45 -0
  6219. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/fetchZeniAccountSetupViewEpic.d.ts +20 -0
  6220. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/fetchZeniAccountSetupViewEpic.js +81 -0
  6221. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/types/zeniAccountTerms.d.ts +11 -0
  6222. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/types/zeniAccountTerms.js +2 -0
  6223. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewPayload.d.ts +6 -0
  6224. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewPayload.js +2 -0
  6225. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewReducer.d.ts +12 -0
  6226. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewReducer.js +96 -0
  6227. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewSelector.d.ts +19 -0
  6228. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewSelector.js +41 -0
  6229. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewState.d.ts +9 -0
  6230. package/lib/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewState.js +2 -0
  6231. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/fetchZeniAccountsConfigEpic.d.ts +8 -0
  6232. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/fetchZeniAccountsConfigEpic.js +33 -0
  6233. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigPayload.d.ts +34 -0
  6234. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigPayload.js +99 -0
  6235. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigReducer.d.ts +9 -0
  6236. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigReducer.js +58 -0
  6237. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigSelector.d.ts +15 -0
  6238. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigSelector.js +24 -0
  6239. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigState.d.ts +28 -0
  6240. package/lib/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigState.js +2 -0
  6241. package/lib/view/subscriptionView/epic/fetchSubscriptionAddOnsEpic.d.ts +8 -0
  6242. package/lib/view/subscriptionView/epic/fetchSubscriptionAddOnsEpic.js +39 -0
  6243. package/lib/view/subscriptionView/epic/fetchSubscriptionCouponsEpic.d.ts +8 -0
  6244. package/lib/view/subscriptionView/epic/fetchSubscriptionCouponsEpic.js +39 -0
  6245. package/lib/view/subscriptionView/epic/fetchSubscriptionCreateEstimateEpic.d.ts +7 -0
  6246. package/lib/view/subscriptionView/epic/fetchSubscriptionCreateEstimateEpic.js +49 -0
  6247. package/lib/view/subscriptionView/epic/fetchSubscriptionDetailsEpic.d.ts +12 -0
  6248. package/lib/view/subscriptionView/epic/fetchSubscriptionDetailsEpic.js +73 -0
  6249. package/lib/view/subscriptionView/epic/fetchSubscriptionListEpic.d.ts +22 -0
  6250. package/lib/view/subscriptionView/epic/fetchSubscriptionListEpic.js +86 -0
  6251. package/lib/view/subscriptionView/epic/fetchSubscriptionPlansEpic.d.ts +8 -0
  6252. package/lib/view/subscriptionView/epic/fetchSubscriptionPlansEpic.js +38 -0
  6253. package/lib/view/subscriptionView/epic/fetchSubscriptionUpdateEstimateEpic.d.ts +7 -0
  6254. package/lib/view/subscriptionView/epic/fetchSubscriptionUpdateEstimateEpic.js +52 -0
  6255. package/lib/view/subscriptionView/epic/initializeSubscriptionLocalDataEpic.d.ts +5 -0
  6256. package/lib/view/subscriptionView/epic/initializeSubscriptionLocalDataEpic.js +44 -0
  6257. package/lib/view/subscriptionView/epic/saveSubscriptionNotesUpdatesEpic.d.ts +7 -0
  6258. package/lib/view/subscriptionView/epic/saveSubscriptionNotesUpdatesEpic.js +36 -0
  6259. package/lib/view/subscriptionView/epic/saveSubscriptionUpdatesEpic.d.ts +11 -0
  6260. package/lib/view/subscriptionView/epic/saveSubscriptionUpdatesEpic.js +92 -0
  6261. package/lib/view/subscriptionView/reduceSubscriptionViewFetchState.d.ts +3 -0
  6262. package/lib/view/subscriptionView/reduceSubscriptionViewFetchState.js +49 -0
  6263. package/lib/view/subscriptionView/selectorHelpers.d.ts +4 -0
  6264. package/lib/view/subscriptionView/selectorHelpers.js +32 -0
  6265. package/lib/view/subscriptionView/subscriptionEstmiatePayload.d.ts +48 -0
  6266. package/lib/view/subscriptionView/subscriptionEstmiatePayload.js +44 -0
  6267. package/lib/view/subscriptionView/subscriptionViewPayload.d.ts +79 -0
  6268. package/lib/view/subscriptionView/subscriptionViewPayload.js +42 -0
  6269. package/lib/view/subscriptionView/subscriptionViewReducer.d.ts +93 -0
  6270. package/lib/view/subscriptionView/subscriptionViewReducer.js +365 -0
  6271. package/lib/view/subscriptionView/subscriptionViewSelector.d.ts +7 -0
  6272. package/lib/view/subscriptionView/subscriptionViewSelector.js +430 -0
  6273. package/lib/view/subscriptionView/subscriptionViewSelectorTypes.d.ts +56 -0
  6274. package/lib/view/subscriptionView/subscriptionViewSelectorTypes.js +2 -0
  6275. package/lib/view/subscriptionView/subscriptionViewState.d.ts +65 -0
  6276. package/lib/view/subscriptionView/subscriptionViewState.js +2 -0
  6277. package/lib/view/subscriptionView/types/subscriptionEstmiate.d.ts +33 -0
  6278. package/lib/view/subscriptionView/types/subscriptionEstmiate.js +2 -0
  6279. package/lib/view/subscriptionView/types/subscriptionTypes.d.ts +6 -0
  6280. package/lib/view/subscriptionView/types/subscriptionTypes.js +29 -0
  6281. package/lib/view/subscriptionView/types/subscriptionView.d.ts +10 -0
  6282. package/lib/view/subscriptionView/types/subscriptionView.js +2 -0
  6283. package/lib/view/tagView/epics/createTagEpic.d.ts +37 -0
  6284. package/lib/view/tagView/epics/createTagEpic.js +69 -0
  6285. package/lib/view/tagView/epics/deleteTagEpic.d.ts +35 -0
  6286. package/lib/view/tagView/epics/deleteTagEpic.js +53 -0
  6287. package/lib/view/tagView/epics/fetchAllTagsEpic.d.ts +8 -0
  6288. package/lib/view/tagView/epics/fetchAllTagsEpic.js +33 -0
  6289. package/lib/view/tagView/tagViewPayload.d.ts +7 -0
  6290. package/lib/view/tagView/tagViewPayload.js +2 -0
  6291. package/lib/view/tagView/tagViewReducer.d.ts +27 -0
  6292. package/lib/view/tagView/tagViewReducer.js +99 -0
  6293. package/lib/view/tagView/tagViewSelector.d.ts +10 -0
  6294. package/lib/view/tagView/tagViewSelector.js +17 -0
  6295. package/lib/view/tagView/tagViewState.d.ts +6 -0
  6296. package/lib/view/tagView/tagViewState.js +2 -0
  6297. package/lib/view/taskManager/cannedResponsesView/cannedResponses.d.ts +19 -0
  6298. package/lib/view/taskManager/cannedResponsesView/cannedResponses.js +2 -0
  6299. package/lib/view/taskManager/cannedResponsesView/cannedResponsesPayload.d.ts +21 -0
  6300. package/lib/view/taskManager/cannedResponsesView/cannedResponsesPayload.js +15 -0
  6301. package/lib/view/taskManager/cannedResponsesView/cannedResponsesReducer.d.ts +30 -0
  6302. package/lib/view/taskManager/cannedResponsesView/cannedResponsesReducer.js +69 -0
  6303. package/lib/view/taskManager/cannedResponsesView/cannedResponsesSelector.d.ts +3 -0
  6304. package/lib/view/taskManager/cannedResponsesView/cannedResponsesSelector.js +6 -0
  6305. package/lib/view/taskManager/cannedResponsesView/epics/deleteCannedResponseEpic.d.ts +7 -0
  6306. package/lib/view/taskManager/cannedResponsesView/epics/deleteCannedResponseEpic.js +21 -0
  6307. package/lib/view/taskManager/cannedResponsesView/epics/fetchCannedResponsesEpic.d.ts +7 -0
  6308. package/lib/view/taskManager/cannedResponsesView/epics/fetchCannedResponsesEpic.js +25 -0
  6309. package/lib/view/taskManager/cannedResponsesView/epics/saveCannedResponseEpic.d.ts +7 -0
  6310. package/lib/view/taskManager/cannedResponsesView/epics/saveCannedResponseEpic.js +33 -0
  6311. package/lib/view/taskManager/taskDetailView/epics/archiveTaskEpic.d.ts +9 -0
  6312. package/lib/view/taskManager/taskDetailView/epics/archiveTaskEpic.js +71 -0
  6313. package/lib/view/taskManager/taskDetailView/epics/createSubTaskEpic.d.ts +9 -0
  6314. package/lib/view/taskManager/taskDetailView/epics/createSubTaskEpic.js +100 -0
  6315. package/lib/view/taskManager/taskDetailView/epics/deleteTaskEpic.d.ts +8 -0
  6316. package/lib/view/taskManager/taskDetailView/epics/deleteTaskEpic.js +51 -0
  6317. package/lib/view/taskManager/taskDetailView/epics/fetchSubTasksEpic.d.ts +8 -0
  6318. package/lib/view/taskManager/taskDetailView/epics/fetchSubTasksEpic.js +57 -0
  6319. package/lib/view/taskManager/taskDetailView/epics/fetchTaskDetailEpic.d.ts +11 -0
  6320. package/lib/view/taskManager/taskDetailView/epics/fetchTaskDetailEpic.js +100 -0
  6321. package/lib/view/taskManager/taskDetailView/epics/fetchTaskDetailPageEpic.d.ts +8 -0
  6322. package/lib/view/taskManager/taskDetailView/epics/fetchTaskDetailPageEpic.js +38 -0
  6323. package/lib/view/taskManager/taskDetailView/epics/fetchTaskHistoryEpic.d.ts +7 -0
  6324. package/lib/view/taskManager/taskDetailView/epics/fetchTaskHistoryEpic.js +54 -0
  6325. package/lib/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.d.ts +6 -0
  6326. package/lib/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js +49 -0
  6327. package/lib/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.d.ts +9 -0
  6328. package/lib/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js +169 -0
  6329. package/lib/view/taskManager/taskDetailView/epics/snoozeTaskEpic.d.ts +9 -0
  6330. package/lib/view/taskManager/taskDetailView/epics/snoozeTaskEpic.js +70 -0
  6331. package/lib/view/taskManager/taskDetailView/epics/unsnoozeTaskEpic.d.ts +9 -0
  6332. package/lib/view/taskManager/taskDetailView/epics/unsnoozeTaskEpic.js +61 -0
  6333. package/lib/view/taskManager/taskDetailView/taskDetail.d.ts +60 -0
  6334. package/lib/view/taskManager/taskDetailView/taskDetail.js +43 -0
  6335. package/lib/view/taskManager/taskDetailView/taskDetailReducer.d.ts +82 -0
  6336. package/lib/view/taskManager/taskDetailView/taskDetailReducer.js +391 -0
  6337. package/lib/view/taskManager/taskDetailView/taskDetailSelector.d.ts +32 -0
  6338. package/lib/view/taskManager/taskDetailView/taskDetailSelector.js +191 -0
  6339. package/lib/view/taskManager/taskGroupTemplateView/epics/createTaskFromTaskGroupTemplateEpic.d.ts +12 -0
  6340. package/lib/view/taskManager/taskGroupTemplateView/epics/createTaskFromTaskGroupTemplateEpic.js +54 -0
  6341. package/lib/view/taskManager/taskGroupTemplateView/epics/fetchTaskGroupTemplatesEpic.d.ts +8 -0
  6342. package/lib/view/taskManager/taskGroupTemplateView/epics/fetchTaskGroupTemplatesEpic.js +34 -0
  6343. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewPayload.d.ts +14 -0
  6344. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewPayload.js +2 -0
  6345. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer.d.ts +10 -0
  6346. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer.js +62 -0
  6347. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewSelector.d.ts +7 -0
  6348. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewSelector.js +10 -0
  6349. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewState.d.ts +5 -0
  6350. package/lib/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewState.js +2 -0
  6351. package/lib/view/taskManager/taskGroupView/epics/createNewTaskGroupEpic.d.ts +10 -0
  6352. package/lib/view/taskManager/taskGroupView/epics/createNewTaskGroupEpic.js +59 -0
  6353. package/lib/view/taskManager/taskGroupView/epics/deleteTaskGroupEpic.d.ts +10 -0
  6354. package/lib/view/taskManager/taskGroupView/epics/deleteTaskGroupEpic.js +41 -0
  6355. package/lib/view/taskManager/taskGroupView/epics/fetchAllTaskGroupsEpic.d.ts +8 -0
  6356. package/lib/view/taskManager/taskGroupView/epics/fetchAllTaskGroupsEpic.js +33 -0
  6357. package/lib/view/taskManager/taskGroupView/epics/updateTaskGroupNameEpic.d.ts +10 -0
  6358. package/lib/view/taskManager/taskGroupView/epics/updateTaskGroupNameEpic.js +51 -0
  6359. package/lib/view/taskManager/taskGroupView/taskGroupViewPayload.d.ts +7 -0
  6360. package/lib/view/taskManager/taskGroupView/taskGroupViewPayload.js +2 -0
  6361. package/lib/view/taskManager/taskGroupView/taskGroupViewReducer.d.ts +34 -0
  6362. package/lib/view/taskManager/taskGroupView/taskGroupViewReducer.js +126 -0
  6363. package/lib/view/taskManager/taskGroupView/taskGroupViewState.d.ts +7 -0
  6364. package/lib/view/taskManager/taskGroupView/taskGroupViewState.js +2 -0
  6365. package/lib/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.d.ts +33 -0
  6366. package/lib/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.js +136 -0
  6367. package/lib/view/taskManager/taskListView/epics/dragNDropTasksEpic.d.ts +6 -0
  6368. package/lib/view/taskManager/taskListView/epics/dragNDropTasksEpic.js +23 -0
  6369. package/lib/view/taskManager/taskListView/epics/fetchTaskListEpic.d.ts +9 -0
  6370. package/lib/view/taskManager/taskListView/epics/fetchTaskListEpic.js +45 -0
  6371. package/lib/view/taskManager/taskListView/epics/fetchTaskListPageEpic.d.ts +11 -0
  6372. package/lib/view/taskManager/taskListView/epics/fetchTaskListPageEpic.js +52 -0
  6373. package/lib/view/taskManager/taskListView/epics/updateTaskFromListViewEpic.d.ts +8 -0
  6374. package/lib/view/taskManager/taskListView/epics/updateTaskFromListViewEpic.js +37 -0
  6375. package/lib/view/taskManager/taskListView/taskList.d.ts +73 -0
  6376. package/lib/view/taskManager/taskListView/taskList.js +69 -0
  6377. package/lib/view/taskManager/taskListView/taskListFilterHelpers.d.ts +3 -0
  6378. package/lib/view/taskManager/taskListView/taskListFilterHelpers.js +22 -0
  6379. package/lib/view/taskManager/taskListView/taskListPayload.d.ts +14 -0
  6380. package/lib/view/taskManager/taskListView/taskListPayload.js +2 -0
  6381. package/lib/view/taskManager/taskListView/taskListReducer.d.ts +67 -0
  6382. package/lib/view/taskManager/taskListView/taskListReducer.js +947 -0
  6383. package/lib/view/taskManager/taskListView/taskListSelector.d.ts +69 -0
  6384. package/lib/view/taskManager/taskListView/taskListSelector.js +370 -0
  6385. package/lib/view/taskManager/taskListView/taskListViewHelpers.d.ts +16 -0
  6386. package/lib/view/taskManager/taskListView/taskListViewHelpers.js +114 -0
  6387. package/lib/view/tasksCard/fetchTasksCardEpic.d.ts +14 -0
  6388. package/lib/view/tasksCard/fetchTasksCardEpic.js +18 -0
  6389. package/lib/view/tasksCard/tasksCardPayload.d.ts +11 -0
  6390. package/lib/view/tasksCard/tasksCardPayload.js +2 -0
  6391. package/lib/view/tasksCard/tasksCardReducer.d.ts +7 -0
  6392. package/lib/view/tasksCard/tasksCardReducer.js +67 -0
  6393. package/lib/view/tasksCard/tasksCardSelector.d.ts +20 -0
  6394. package/lib/view/tasksCard/tasksCardSelector.js +54 -0
  6395. package/lib/view/tasksCard/tasksCardState.d.ts +13 -0
  6396. package/lib/view/tasksCard/tasksCardState.js +2 -0
  6397. package/lib/view/topEx/topExEpic.d.ts +17 -0
  6398. package/lib/view/topEx/topExEpic.js +20 -0
  6399. package/lib/view/topEx/topExPayload.d.ts +23 -0
  6400. package/lib/view/topEx/topExPayload.js +2 -0
  6401. package/lib/view/topEx/topExReducer.d.ts +8 -0
  6402. package/lib/view/topEx/topExReducer.js +87 -0
  6403. package/lib/view/topEx/topExSelector.d.ts +37 -0
  6404. package/lib/view/topEx/topExSelector.js +68 -0
  6405. package/lib/view/topEx/topExSelectorTypes.d.ts +35 -0
  6406. package/lib/view/topEx/topExSelectorTypes.js +2 -0
  6407. package/lib/view/topEx/topExState.d.ts +25 -0
  6408. package/lib/view/topEx/topExState.js +17 -0
  6409. package/lib/view/transactionActivityLogView/fetchTransactionActivityLogEpic.d.ts +9 -0
  6410. package/lib/view/transactionActivityLogView/fetchTransactionActivityLogEpic.js +47 -0
  6411. package/lib/view/transactionActivityLogView/transactionActivityLogViewPayload.d.ts +8 -0
  6412. package/lib/view/transactionActivityLogView/transactionActivityLogViewPayload.js +2 -0
  6413. package/lib/view/transactionActivityLogView/transactionActivityLogViewReducer.d.ts +17 -0
  6414. package/lib/view/transactionActivityLogView/transactionActivityLogViewReducer.js +54 -0
  6415. package/lib/view/transactionActivityLogView/transactionActivityLogViewSelector.d.ts +8 -0
  6416. package/lib/view/transactionActivityLogView/transactionActivityLogViewSelector.js +37 -0
  6417. package/lib/view/transactionActivityLogView/transactionActivityLogViewState.d.ts +5 -0
  6418. package/lib/view/transactionActivityLogView/transactionActivityLogViewState.js +2 -0
  6419. package/lib/view/transactionDetail/epics/deleteTransactionAttachmentEpic.d.ts +9 -0
  6420. package/lib/view/transactionDetail/epics/deleteTransactionAttachmentEpic.js +45 -0
  6421. package/lib/view/transactionDetail/epics/downloadAccountingProviderAttachmentEpic.d.ts +7 -0
  6422. package/lib/view/transactionDetail/epics/downloadAccountingProviderAttachmentEpic.js +26 -0
  6423. package/lib/view/transactionDetail/epics/initializeTransactionDetailLocalDataEpic.d.ts +5 -0
  6424. package/lib/view/transactionDetail/epics/initializeTransactionDetailLocalDataEpic.js +28 -0
  6425. package/lib/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.d.ts +9 -0
  6426. package/lib/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.js +141 -0
  6427. package/lib/view/transactionDetail/epics/saveTransactionDetailEpic.d.ts +5 -0
  6428. package/lib/view/transactionDetail/epics/saveTransactionDetailEpic.js +32 -0
  6429. package/lib/view/transactionDetail/epics/saveTransactionHelper.d.ts +28 -0
  6430. package/lib/view/transactionDetail/epics/saveTransactionHelper.js +344 -0
  6431. package/lib/view/transactionDetail/epics/transactionDetailEpic.d.ts +15 -0
  6432. package/lib/view/transactionDetail/epics/transactionDetailEpic.js +141 -0
  6433. package/lib/view/transactionDetail/epics/updateTransactionDetailEpic.d.ts +22 -0
  6434. package/lib/view/transactionDetail/epics/updateTransactionDetailEpic.js +396 -0
  6435. package/lib/view/transactionDetail/epics/uploadMissingAttachmentSuccessEpic.d.ts +23 -0
  6436. package/lib/view/transactionDetail/epics/uploadMissingAttachmentSuccessEpic.js +20 -0
  6437. package/lib/view/transactionDetail/filePayload.d.ts +2 -0
  6438. package/lib/view/transactionDetail/filePayload.js +2 -0
  6439. package/lib/view/transactionDetail/getAccountingProviderAttachmentSelector.d.ts +7 -0
  6440. package/lib/view/transactionDetail/getAccountingProviderAttachmentSelector.js +12 -0
  6441. package/lib/view/transactionDetail/journalEntryLinesViewModel.d.ts +129 -0
  6442. package/lib/view/transactionDetail/journalEntryLinesViewModel.js +220 -0
  6443. package/lib/view/transactionDetail/transactionDetailLocalDataHelper.d.ts +47 -0
  6444. package/lib/view/transactionDetail/transactionDetailLocalDataHelper.js +1157 -0
  6445. package/lib/view/transactionDetail/transactionDetailPayload.d.ts +41 -0
  6446. package/lib/view/transactionDetail/transactionDetailPayload.js +2 -0
  6447. package/lib/view/transactionDetail/transactionDetailReducer.d.ts +181 -0
  6448. package/lib/view/transactionDetail/transactionDetailReducer.js +888 -0
  6449. package/lib/view/transactionDetail/transactionDetailSelector.d.ts +46 -0
  6450. package/lib/view/transactionDetail/transactionDetailSelector.js +223 -0
  6451. package/lib/view/transactionDetail/transactionDetailState.d.ts +90 -0
  6452. package/lib/view/transactionDetail/transactionDetailState.js +77 -0
  6453. package/lib/view/transactionDetail/transactionDetailTypes.d.ts +73 -0
  6454. package/lib/view/transactionDetail/transactionDetailTypes.js +2 -0
  6455. package/lib/view/transactionList/fetchTransactionListByAccountEpic.d.ts +8 -0
  6456. package/lib/view/transactionList/fetchTransactionListByAccountEpic.js +58 -0
  6457. package/lib/view/transactionList/fetchTransactionListByClassEpic.d.ts +8 -0
  6458. package/lib/view/transactionList/fetchTransactionListByClassEpic.js +53 -0
  6459. package/lib/view/transactionList/fetchTransactionListByEntityEpic.d.ts +8 -0
  6460. package/lib/view/transactionList/fetchTransactionListByEntityEpic.js +53 -0
  6461. package/lib/view/transactionList/fetchTransactionListByProjectEpic.d.ts +8 -0
  6462. package/lib/view/transactionList/fetchTransactionListByProjectEpic.js +52 -0
  6463. package/lib/view/transactionList/fetchTransactionsListByCategoryTypeEpic.d.ts +8 -0
  6464. package/lib/view/transactionList/fetchTransactionsListByCategoryTypeEpic.js +71 -0
  6465. package/lib/view/transactionList/parallelFetchAccountTransactionListEpic.d.ts +12 -0
  6466. package/lib/view/transactionList/parallelFetchAccountTransactionListEpic.js +84 -0
  6467. package/lib/view/transactionList/parallelFetchClassTransactionListEpic.d.ts +12 -0
  6468. package/lib/view/transactionList/parallelFetchClassTransactionListEpic.js +84 -0
  6469. package/lib/view/transactionList/parallelFetchEntityTransactionListEpic.d.ts +6 -0
  6470. package/lib/view/transactionList/parallelFetchEntityTransactionListEpic.js +92 -0
  6471. package/lib/view/transactionList/parallelFetchProjectTransactionListEpic.d.ts +6 -0
  6472. package/lib/view/transactionList/parallelFetchProjectTransactionListEpic.js +36 -0
  6473. package/lib/view/transactionList/parallelFetchTransactionListByCategoryTypeEpic.d.ts +6 -0
  6474. package/lib/view/transactionList/parallelFetchTransactionListByCategoryTypeEpic.js +36 -0
  6475. package/lib/view/transactionList/reduceTransactionListFetchState.d.ts +3 -0
  6476. package/lib/view/transactionList/reduceTransactionListFetchState.js +56 -0
  6477. package/lib/view/transactionList/transactionListByAccountSelector.d.ts +21 -0
  6478. package/lib/view/transactionList/transactionListByAccountSelector.js +65 -0
  6479. package/lib/view/transactionList/transactionListByCategoryTypeSelector.d.ts +15 -0
  6480. package/lib/view/transactionList/transactionListByCategoryTypeSelector.js +54 -0
  6481. package/lib/view/transactionList/transactionListByClassSelector.d.ts +22 -0
  6482. package/lib/view/transactionList/transactionListByClassSelector.js +66 -0
  6483. package/lib/view/transactionList/transactionListByEntitySelector.d.ts +14 -0
  6484. package/lib/view/transactionList/transactionListByEntitySelector.js +105 -0
  6485. package/lib/view/transactionList/transactionListByProjectSelector.d.ts +22 -0
  6486. package/lib/view/transactionList/transactionListByProjectSelector.js +66 -0
  6487. package/lib/view/transactionList/transactionListPayload.d.ts +74 -0
  6488. package/lib/view/transactionList/transactionListPayload.js +2 -0
  6489. package/lib/view/transactionList/transactionListReducer.d.ts +118 -0
  6490. package/lib/view/transactionList/transactionListReducer.js +480 -0
  6491. package/lib/view/transactionList/transactionListState.d.ts +84 -0
  6492. package/lib/view/transactionList/transactionListState.js +62 -0
  6493. package/lib/view/trend/fetchExpenseTrendEpic.d.ts +8 -0
  6494. package/lib/view/trend/fetchExpenseTrendEpic.js +58 -0
  6495. package/lib/view/trend/fetchIncomeTrendEpic.d.ts +7 -0
  6496. package/lib/view/trend/fetchIncomeTrendEpic.js +55 -0
  6497. package/lib/view/trend/trendPayload.d.ts +30 -0
  6498. package/lib/view/trend/trendPayload.js +2 -0
  6499. package/lib/view/trend/trendReducer.d.ts +17 -0
  6500. package/lib/view/trend/trendReducer.js +76 -0
  6501. package/lib/view/trend/trendSelector.d.ts +38 -0
  6502. package/lib/view/trend/trendSelector.js +139 -0
  6503. package/lib/view/trend/trendState.d.ts +7 -0
  6504. package/lib/view/trend/trendState.js +2 -0
  6505. package/lib/view/trendWithTransactions/fetchTransactionsForEntityEpic.d.ts +7 -0
  6506. package/lib/view/trendWithTransactions/fetchTransactionsForEntityEpic.js +18 -0
  6507. package/lib/view/trendWithTransactions/fetchTrendForEntityEpic.d.ts +7 -0
  6508. package/lib/view/trendWithTransactions/fetchTrendForEntityEpic.js +20 -0
  6509. package/lib/view/trendWithTransactions/reduceTrendWithTransactionsState.d.ts +10 -0
  6510. package/lib/view/trendWithTransactions/reduceTrendWithTransactionsState.js +55 -0
  6511. package/lib/view/trendWithTransactions/trendWithTransactionsReducer.d.ts +32 -0
  6512. package/lib/view/trendWithTransactions/trendWithTransactionsReducer.js +71 -0
  6513. package/lib/view/trendWithTransactions/trendWithTransactionsSelector.d.ts +23 -0
  6514. package/lib/view/trendWithTransactions/trendWithTransactionsSelector.js +60 -0
  6515. package/lib/view/trendWithTransactions/trendWithTransactionsState.d.ts +15 -0
  6516. package/lib/view/trendWithTransactions/trendWithTransactionsState.js +5 -0
  6517. package/lib/view/twoFactorAuthentication/resendOtpEpic.d.ts +13 -0
  6518. package/lib/view/twoFactorAuthentication/resendOtpEpic.js +172 -0
  6519. package/lib/view/twoFactorAuthentication/sendOtpEpic.d.ts +14 -0
  6520. package/lib/view/twoFactorAuthentication/sendOtpEpic.js +173 -0
  6521. package/lib/view/twoFactorAuthentication/twoFactorAuthentication.d.ts +28 -0
  6522. package/lib/view/twoFactorAuthentication/twoFactorAuthentication.js +38 -0
  6523. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationPayload.d.ts +20 -0
  6524. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationPayload.js +11 -0
  6525. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationReducer.d.ts +37 -0
  6526. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationReducer.js +245 -0
  6527. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationSelector.d.ts +14 -0
  6528. package/lib/view/twoFactorAuthentication/twoFactorAuthenticationSelector.js +20 -0
  6529. package/lib/view/twoFactorAuthentication/verifyOtpEpic.d.ts +15 -0
  6530. package/lib/view/twoFactorAuthentication/verifyOtpEpic.js +157 -0
  6531. package/lib/view/userFinancialAccount/fetchUserFinancialAccountEpic.d.ts +10 -0
  6532. package/lib/view/userFinancialAccount/fetchUserFinancialAccountEpic.js +52 -0
  6533. package/lib/view/userFinancialAccount/userFinancialAccountPayload.d.ts +12 -0
  6534. package/lib/view/userFinancialAccount/userFinancialAccountPayload.js +2 -0
  6535. package/lib/view/userFinancialAccount/userFinancialAccountReducer.d.ts +22 -0
  6536. package/lib/view/userFinancialAccount/userFinancialAccountReducer.js +96 -0
  6537. package/lib/view/userFinancialAccount/userFinancialAccountSelector.d.ts +13 -0
  6538. package/lib/view/userFinancialAccount/userFinancialAccountSelector.js +34 -0
  6539. package/lib/view/userFinancialAccount/userFinancialAccountState.d.ts +12 -0
  6540. package/lib/view/userFinancialAccount/userFinancialAccountState.js +2 -0
  6541. package/lib/view/userGroupListView/userGroupListViewReducer.d.ts +23 -0
  6542. package/lib/view/userGroupListView/userGroupListViewReducer.js +72 -0
  6543. package/lib/view/userGroupListView/userGroupListViewSelector.d.ts +7 -0
  6544. package/lib/view/userGroupListView/userGroupListViewSelector.js +20 -0
  6545. package/lib/view/userGroupListView/userGroupListViewState.d.ts +8 -0
  6546. package/lib/view/userGroupListView/userGroupListViewState.js +2 -0
  6547. package/lib/view/userListView/fetchUserListByTypeEpic.d.ts +12 -0
  6548. package/lib/view/userListView/fetchUserListByTypeEpic.js +82 -0
  6549. package/lib/view/userListView/userListViewPayload.d.ts +30 -0
  6550. package/lib/view/userListView/userListViewPayload.js +2 -0
  6551. package/lib/view/userListView/userListViewReducer.d.ts +23 -0
  6552. package/lib/view/userListView/userListViewReducer.js +79 -0
  6553. package/lib/view/userListView/userListViewSelector.d.ts +9 -0
  6554. package/lib/view/userListView/userListViewSelector.js +38 -0
  6555. package/lib/view/userListView/userListViewState.d.ts +14 -0
  6556. package/lib/view/userListView/userListViewState.js +2 -0
  6557. package/lib/view/userRoleConfigView/userRoleConfigEpic.d.ts +8 -0
  6558. package/lib/view/userRoleConfigView/userRoleConfigEpic.js +36 -0
  6559. package/lib/view/userRoleConfigView/userRoleConfigPayload.d.ts +9 -0
  6560. package/lib/view/userRoleConfigView/userRoleConfigPayload.js +2 -0
  6561. package/lib/view/userRoleConfigView/userRoleConfigReducer.d.ts +9 -0
  6562. package/lib/view/userRoleConfigView/userRoleConfigReducer.js +47 -0
  6563. package/lib/view/userRoleConfigView/userRoleConfigSelector.d.ts +12 -0
  6564. package/lib/view/userRoleConfigView/userRoleConfigSelector.js +12 -0
  6565. package/lib/view/userRoleConfigView/userRoleConfigState.d.ts +5 -0
  6566. package/lib/view/userRoleConfigView/userRoleConfigState.js +2 -0
  6567. package/lib/view/vendor1099TypeList/vendor1099TypeListEpic.d.ts +7 -0
  6568. package/lib/view/vendor1099TypeList/vendor1099TypeListEpic.js +23 -0
  6569. package/lib/view/vendor1099TypeList/vendor1099TypeListPayload.d.ts +15 -0
  6570. package/lib/view/vendor1099TypeList/vendor1099TypeListPayload.js +2 -0
  6571. package/lib/view/vendor1099TypeList/vendor1099TypeListReducer.d.ts +7 -0
  6572. package/lib/view/vendor1099TypeList/vendor1099TypeListReducer.js +54 -0
  6573. package/lib/view/vendor1099TypeList/vendor1099TypeListState.d.ts +9 -0
  6574. package/lib/view/vendor1099TypeList/vendor1099TypeListState.js +2 -0
  6575. package/lib/view/vendorFiling1099/__mock__/json/vendorFiling1099DownloadSuccess.json +574 -0
  6576. package/lib/view/vendorFiling1099/__mock__/json/vendorFiling1099ListSuccess.json +94 -0
  6577. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099DownloadMock.d.ts +7 -0
  6578. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099DownloadMock.js +95 -0
  6579. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099ListMock.d.ts +11 -0
  6580. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099ListMock.js +209 -0
  6581. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099ListSelectorMock.d.ts +2 -0
  6582. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099ListSelectorMock.js +46 -0
  6583. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099UploadDetailsMock.d.ts +136 -0
  6584. package/lib/view/vendorFiling1099/__mock__/vendorFiling1099UploadDetailsMock.js +158 -0
  6585. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099AllEpic.d.ts +8 -0
  6586. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099AllEpic.js +30 -0
  6587. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099DownloadEpic.d.ts +7 -0
  6588. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099DownloadEpic.js +49 -0
  6589. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099ListEpic.d.ts +10 -0
  6590. package/lib/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099ListEpic.js +41 -0
  6591. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListPayload.d.ts +26 -0
  6592. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListPayload.js +2 -0
  6593. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer.d.ts +29 -0
  6594. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer.js +135 -0
  6595. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListSelector.d.ts +19 -0
  6596. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListSelector.js +88 -0
  6597. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListState.d.ts +26 -0
  6598. package/lib/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListState.js +13 -0
  6599. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsPayload.d.ts +26 -0
  6600. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsPayload.js +55 -0
  6601. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.d.ts +28 -0
  6602. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.js +219 -0
  6603. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSaveEpic.d.ts +11 -0
  6604. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSaveEpic.js +58 -0
  6605. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSelector.d.ts +14 -0
  6606. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSelector.js +16 -0
  6607. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsState.d.ts +27 -0
  6608. package/lib/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsState.js +2 -0
  6609. package/lib/view/vendorList/fetchVendorsListEpic.d.ts +17 -0
  6610. package/lib/view/vendorList/fetchVendorsListEpic.js +97 -0
  6611. package/lib/view/vendorList/vendorListPayload.d.ts +20 -0
  6612. package/lib/view/vendorList/vendorListPayload.js +2 -0
  6613. package/lib/view/vendorList/vendorListReducer.d.ts +40 -0
  6614. package/lib/view/vendorList/vendorListReducer.js +155 -0
  6615. package/lib/view/vendorList/vendorListSelector.d.ts +28 -0
  6616. package/lib/view/vendorList/vendorListSelector.js +91 -0
  6617. package/lib/view/vendorList/vendorListState.d.ts +32 -0
  6618. package/lib/view/vendorList/vendorListState.js +2 -0
  6619. package/lib/view/vendorReviewView/common/payload/commonTypes.d.ts +12 -0
  6620. package/lib/view/vendorReviewView/common/payload/commonTypes.js +94 -0
  6621. package/lib/view/vendorReviewView/common/payload/commonTypesPayloadShapes.d.ts +10 -0
  6622. package/lib/view/vendorReviewView/common/payload/commonTypesPayloadShapes.js +2 -0
  6623. package/lib/view/vendorReviewView/common/state/commonTypes.d.ts +28 -0
  6624. package/lib/view/vendorReviewView/common/state/commonTypes.js +90 -0
  6625. package/lib/view/vendorReviewView/common/state/recommendedNonExistingGlobalMerchant.d.ts +5 -0
  6626. package/lib/view/vendorReviewView/common/state/recommendedNonExistingGlobalMerchant.js +2 -0
  6627. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewAttachmentsEpic.d.ts +7 -0
  6628. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewAttachmentsEpic.js +37 -0
  6629. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewViewEpic.d.ts +17 -0
  6630. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewViewEpic.js +94 -0
  6631. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorDetailsViewEpic.d.ts +8 -0
  6632. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorDetailsViewEpic.js +61 -0
  6633. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorFirstReviewViewEpic.d.ts +10 -0
  6634. package/lib/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorFirstReviewViewEpic.js +254 -0
  6635. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewPayload.d.ts +80 -0
  6636. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewPayload.js +29 -0
  6637. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer.d.ts +70 -0
  6638. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer.js +346 -0
  6639. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewSelector.d.ts +58 -0
  6640. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewSelector.js +126 -0
  6641. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewState.d.ts +66 -0
  6642. package/lib/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewState.js +15 -0
  6643. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/approveVendorGlobalReviewEpic.d.ts +7 -0
  6644. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/approveVendorGlobalReviewEpic.js +149 -0
  6645. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/fetchVendorGlobalReviewViewEpic.d.ts +17 -0
  6646. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/fetchVendorGlobalReviewViewEpic.js +96 -0
  6647. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/rejectVendorGlobalReviewEpic.d.ts +7 -0
  6648. package/lib/view/vendorReviewView/vendorGlobalReviewView/epics/rejectVendorGlobalReviewEpic.js +94 -0
  6649. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewPayload.d.ts +52 -0
  6650. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewPayload.js +12 -0
  6651. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer.d.ts +39 -0
  6652. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer.js +266 -0
  6653. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewSelector.d.ts +24 -0
  6654. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewSelector.js +60 -0
  6655. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewState.d.ts +39 -0
  6656. package/lib/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewState.js +12 -0
  6657. package/lib/view/vendorTabView/fetchVendorTabViewEpic.d.ts +10 -0
  6658. package/lib/view/vendorTabView/fetchVendorTabViewEpic.js +75 -0
  6659. package/lib/view/vendorTabView/vendorTabViewReducer.d.ts +21 -0
  6660. package/lib/view/vendorTabView/vendorTabViewReducer.js +58 -0
  6661. package/lib/view/vendorTabView/vendorTabViewSelector.d.ts +8 -0
  6662. package/lib/view/vendorTabView/vendorTabViewSelector.js +15 -0
  6663. package/lib/view/vendorTabView/vendorTabViewState.d.ts +8 -0
  6664. package/lib/view/vendorTabView/vendorTabViewState.js +14 -0
  6665. package/lib/view/vendorTypeList/vendorTypeListEpic.d.ts +7 -0
  6666. package/lib/view/vendorTypeList/vendorTypeListEpic.js +23 -0
  6667. package/lib/view/vendorTypeList/vendorTypeListPayload.d.ts +10 -0
  6668. package/lib/view/vendorTypeList/vendorTypeListPayload.js +2 -0
  6669. package/lib/view/vendorTypeList/vendorTypeListReducer.d.ts +7 -0
  6670. package/lib/view/vendorTypeList/vendorTypeListReducer.js +40 -0
  6671. package/lib/view/vendorTypeList/vendorTypeListState.d.ts +5 -0
  6672. package/lib/view/vendorTypeList/vendorTypeListState.js +2 -0
  6673. package/lib/view/vendorTypeList/vendorTypeSelector.d.ts +0 -0
  6674. package/lib/view/vendorTypeList/vendorTypeSelector.js +1 -0
  6675. package/lib/view/zeniAccStatementList/fetchZeniAccStatementListEpic.d.ts +7 -0
  6676. package/lib/view/zeniAccStatementList/fetchZeniAccStatementListEpic.js +36 -0
  6677. package/lib/view/zeniAccStatementList/fetchZeniAccStatementPageEpic.d.ts +7 -0
  6678. package/lib/view/zeniAccStatementList/fetchZeniAccStatementPageEpic.js +37 -0
  6679. package/lib/view/zeniAccStatementList/zeniAccStatementList.d.ts +14 -0
  6680. package/lib/view/zeniAccStatementList/zeniAccStatementList.js +11 -0
  6681. package/lib/view/zeniAccStatementList/zeniAccStatementListPayload.d.ts +10 -0
  6682. package/lib/view/zeniAccStatementList/zeniAccStatementListPayload.js +2 -0
  6683. package/lib/view/zeniAccStatementList/zeniAccStatementListReducer.d.ts +20 -0
  6684. package/lib/view/zeniAccStatementList/zeniAccStatementListReducer.js +85 -0
  6685. package/lib/view/zeniAccStatementList/zeniAccStatementListSelector.d.ts +10 -0
  6686. package/lib/view/zeniAccStatementList/zeniAccStatementListSelector.js +39 -0
  6687. package/lib/view/zeniOAuthView/epics/approveOAuthConsentEpic.d.ts +27 -0
  6688. package/lib/view/zeniOAuthView/epics/approveOAuthConsentEpic.js +69 -0
  6689. package/lib/view/zeniOAuthView/zeniOAuthParamsParser.d.ts +16 -0
  6690. package/lib/view/zeniOAuthView/zeniOAuthParamsParser.js +44 -0
  6691. package/lib/view/zeniOAuthView/zeniOAuthReducer.d.ts +29 -0
  6692. package/lib/view/zeniOAuthView/zeniOAuthReducer.js +57 -0
  6693. package/lib/view/zeniOAuthView/zeniOAuthSelector.d.ts +5 -0
  6694. package/lib/view/zeniOAuthView/zeniOAuthSelector.js +9 -0
  6695. package/lib/view/zeniOAuthView/zeniOAuthState.d.ts +4 -0
  6696. package/lib/view/zeniOAuthView/zeniOAuthState.js +2 -0
  6697. package/lib/zeniAPI.d.ts +84 -0
  6698. package/lib/zeniAPI.js +207 -0
  6699. package/lib/zeniAPIClientState.d.ts +3 -0
  6700. package/lib/zeniAPIClientState.js +7 -0
  6701. package/lib/zeniAPIStatus.d.ts +32 -0
  6702. package/lib/zeniAPIStatus.js +29 -0
  6703. package/lib/zeniDayJS.d.ts +40 -0
  6704. package/lib/zeniDayJS.js +169 -0
  6705. package/lib/zeniUrl.d.ts +6 -0
  6706. package/lib/zeniUrl.js +19 -0
  6707. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ {
2
+ "status": {
3
+ "message": "Internal server error",
4
+ "code": 500
5
+ }
6
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Canonical union of `page_context` values for GET …/suggested-questions (and related Redux
3
+ * `suggestedQuestionsByPageContext` on `AiCfoViewState`).
4
+ *
5
+ * ## Report IDs vs `page_context`
6
+ *
7
+ * **These strings are not all finance `report_id` values.** They are the **API’s** `page_context`
8
+ * slugs. Only the **reports tab** subset is *derived* from `ReportID` (e.g. `profit_and_loss` →
9
+ * `profit_loss`). That mapping lives in the web app:
10
+ * `zeni-web-app-ui/src/aiCfo/aiCfoSuggestedQuestionsPageContext.ts`
11
+ * (`reportIdToAiCfoSuggestedQuestionsPageContext`).
12
+ *
13
+ * Other members (e.g. `dashboard`, `bills_list`, `task_checklist`) come from **product routes /
14
+ * screens**, not from report IDs. Adding a new host screen usually means extending this union and
15
+ * wiring route resolution in the UI; coordinate with the backend for suggested-questions support.
16
+ *
17
+ * @see README.md in this directory for maintenance expectations.
18
+ */
19
+ export type AiCfoSuggestedQuestionsPageContext = 'balance_sheet' | 'profit_loss' | 'vendors' | 'transactions' | 'cash_flow' | 'accounts_receivable' | 'accounts_payable' | 'transaction_details' | 'dashboard' | 'cash_balance' | 'card_balance' | 'cash_in_cash_out' | 'net_burn_or_income' | 'cash_position' | 'top_expenses' | 'revenue' | 'operating_expenses' | 'command_centre' | 'je_schedules' | 'reconciliation' | 'flux_analysis' | 'receipts' | 'mei' | 'task_checklist' | 'performance' | 'bills_list' | 'bills_details' | 'reimbursement_list' | 'reimbursement_details' | 'vendors_summary' | 'opex_by_vendor' | 'prepaid_expenses' | 'fixed_assets' | 'form_1099' | 'accrued_expenses' | 'forecast' | 'checking' | 'checking_details' | 'treasury' | 'cards' | 'cards_creation' | 'cards_detail' | 'card_policy' | 'card_policy_detail' | 'people' | 'rewards' | 'notifications';
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ import { Currency } from '../commonStateTypes/amount';
2
+ import { ID } from '../commonStateTypes/common';
3
+ import { AgingReportInvoice } from '../commonStateTypes/viewAndReport/agingReportStateTypes';
4
+ interface AgingAmountPayload {
5
+ value: number | null;
6
+ total_value?: number | null;
7
+ }
8
+ export interface AgingBalancePayload {
9
+ amount?: AgingAmountPayload;
10
+ }
11
+ export interface AgingInvoicePayload {
12
+ amount: number;
13
+ balance_due: number;
14
+ days_past_due: number | null;
15
+ due_date: string | null;
16
+ invoice_number: string | null;
17
+ transaction_id: string;
18
+ transaction_type: string;
19
+ tx_date: string;
20
+ }
21
+ export declare function toAgingReportInvoice(invoice: AgingInvoicePayload, entityId: ID, currency: Currency): AgingReportInvoice;
22
+ export {};
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toAgingReportInvoice = toAgingReportInvoice;
4
+ const transactionType_1 = require("../entity/transaction/stateTypes/transactionType");
5
+ const zeniDayJS_1 = require("../zeniDayJS");
6
+ function toAgingReportInvoice(invoice, entityId, currency) {
7
+ const result = {
8
+ invoiceNumber: invoice.invoice_number,
9
+ date: (0, zeniDayJS_1.date)(invoice.tx_date),
10
+ dueDate: invoice.due_date != null ? (0, zeniDayJS_1.date)(invoice.due_date) : null,
11
+ daysPastDue: invoice.days_past_due,
12
+ amount: {
13
+ amount: invoice.amount,
14
+ currencyCode: currency.currencyCode,
15
+ currencySymbol: currency.currencySymbol,
16
+ },
17
+ balance: {
18
+ amount: invoice.balance_due,
19
+ currencyCode: currency.currencyCode,
20
+ currencySymbol: currency.currencySymbol,
21
+ },
22
+ transactionId: invoice.transaction_id,
23
+ transactionType: (0, transactionType_1.toTransactionType)(invoice.transaction_type),
24
+ entityId,
25
+ };
26
+ return result;
27
+ }
@@ -0,0 +1,20 @@
1
+ import { Balance } from '../commonStateTypes/balance';
2
+ interface BalanceChangePayload {
3
+ currency_code: string;
4
+ currency_symbol: string;
5
+ since: string;
6
+ available?: number;
7
+ available_percent?: number;
8
+ current?: number;
9
+ current_percent?: number;
10
+ percent?: number;
11
+ }
12
+ export interface BalancePayload {
13
+ currency_code: string;
14
+ currency_symbol: string;
15
+ available?: number | null;
16
+ change?: BalanceChangePayload;
17
+ forecast?: number | null;
18
+ }
19
+ export declare const mapBalancePayloadToBalance: (payload: BalancePayload) => Balance;
20
+ export {};
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mapBalancePayloadToBalance = void 0;
4
+ const amount_1 = require("../commonStateTypes/amount");
5
+ const zeniDayJS_1 = require("../zeniDayJS");
6
+ const mapBalancePayloadToBalance = (payload) => ({
7
+ available: (0, amount_1.toAmount)(payload.available ?? 0, payload.currency_code, payload.currency_symbol),
8
+ change: payload.change
9
+ ? mapBalanceChangePayloadToBalanceChange(payload.change)
10
+ : undefined,
11
+ });
12
+ exports.mapBalancePayloadToBalance = mapBalancePayloadToBalance;
13
+ const mapBalanceChangePayloadToBalanceChange = (payload) => ({
14
+ available: payload.available != null
15
+ ? (0, amount_1.toAmount)(payload.available, payload.currency_code, payload.currency_symbol)
16
+ : undefined,
17
+ availablePercent: payload.available_percent,
18
+ since: (0, zeniDayJS_1.date)(payload.since),
19
+ percent: payload.percent,
20
+ current: payload.current == null
21
+ ? undefined
22
+ : (0, amount_1.toAmount)(payload.current, payload.currency_code, payload.currency_symbol),
23
+ currentPercent: payload.current_percent,
24
+ });
@@ -0,0 +1,39 @@
1
+ import { NestedAccountIDHierarchy } from '../../commonStateTypes/accountView/nestedAccountID';
2
+ import { NestedClassID } from '../../commonStateTypes/classesView/nestedClassID';
3
+ import { AccountMetadataPayload } from '../../entity/account/accountPayload';
4
+ import { ClassMetadataPayload } from '../../entity/class/classPayload';
5
+ import { AccountCOABalanceGroupedPayloadByAccountId } from '../subAccountView/reportBySubAccountPayload';
6
+ import { COABalanceGroupedPayloadV2 } from '../v2/coaBalancePayload';
7
+ import { ReportPayloadV2 } from '../v2/viewAndReportPayloadv2';
8
+ export interface ReportByClassMetadataPayloadV2 extends ReportPayloadV2 {
9
+ accounts: AccountMetadataPayload[];
10
+ classes: ClassMetadataPayload[];
11
+ }
12
+ export interface ClassCOABalanceGroupedPayloadV2 extends COABalanceGroupedPayloadV2 {
13
+ accounts: AccountCOABalanceGroupedPayloadByAccountId;
14
+ }
15
+ interface ClassCOABalanceGroupedPayloadByClassIdV2 {
16
+ [class_Id: string]: ClassCOABalanceGroupedPayloadV2;
17
+ }
18
+ export interface SectionByClassCOABalanceGroupedPayloadV2 extends COABalanceGroupedPayloadV2 {
19
+ classes: ClassCOABalanceGroupedPayloadByClassIdV2;
20
+ }
21
+ interface CalculatedClassCOABalanceGroupedPayloadByClassIdV2 {
22
+ [class_Id: string]: COABalanceGroupedPayloadV2;
23
+ }
24
+ /**
25
+ * A section whose per-class entries carry a time series and nothing else: the
26
+ * backend fills the account-wise map only for the account sections, so the
27
+ * calculated sections (net income, the operating total, change in cash) are
28
+ * grouped by class with no accounts underneath.
29
+ */
30
+ export interface CalculatedSectionByClassCOABalanceGroupedPayloadV2 extends COABalanceGroupedPayloadV2 {
31
+ classes: CalculatedClassCOABalanceGroupedPayloadByClassIdV2;
32
+ }
33
+ export interface ClassMetadataWithBalancesPayloadV2 {
34
+ classBalances: COABalanceGroupedPayloadV2;
35
+ classMetadata: ClassMetadataPayload;
36
+ nestedAccountIds: NestedAccountIDHierarchy[];
37
+ nestedClassId: NestedClassID;
38
+ }
39
+ export {};
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /*
4
+ ToDo:: Define this type individually for each report if platform is not supporting this.
5
+ interface PandLReportByClassPayload {
6
+ metadata: ReportByClassMetadataPayload;
7
+ sections: Record<string, SectionByClassCOABalanceGroupedPayload>; // Record<section_id, SectionCOABalanceGroupedPayload>
8
+ calculated_sections: Record<string, COABalanceGroupedByPeriodPayload>; // Record<calcualted_section_id, COABalanceGroupedByPeriodPayload>
9
+ }
10
+ */
@@ -0,0 +1,7 @@
1
+ import { COABalanceByAdditionalPeriodGrouped } from '../commonStateTypes/coaBalance/coaBalanceByAdditionalPeriod';
2
+ import { COABalanceGroupedPayload, COABalancePayload } from './coaBalancePayload';
3
+ export interface COABalanceByAdditionalPeriodGroupedPayload extends COABalanceGroupedPayload {
4
+ last_30_days_months: COABalancePayload[] | null;
5
+ last_90_days_months: COABalancePayload[] | null;
6
+ }
7
+ export declare const toCOABalanceByAdditionalPeriodGrouped: (payload: COABalanceByAdditionalPeriodGroupedPayload) => COABalanceByAdditionalPeriodGrouped;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toCOABalanceByAdditionalPeriodGrouped = void 0;
4
+ const coaBalancePayload_1 = require("./coaBalancePayload");
5
+ const toCOABalanceByAdditionalPeriodGrouped = (payload) => ({
6
+ ...(0, coaBalancePayload_1.mapCOABalanceGroupedPayloadToCOABalanceGrouped)(payload),
7
+ last30DaysMonths: payload.last_30_days_months != null
8
+ ? payload.last_30_days_months.map((p) => (0, coaBalancePayload_1.mapCOABalancePayloadToCOABalance)(p, 'month'))
9
+ : [],
10
+ last90DaysMonths: payload.last_90_days_months != null
11
+ ? payload.last_90_days_months.map((p) => (0, coaBalancePayload_1.mapCOABalancePayloadToCOABalance)(p, 'month'))
12
+ : [],
13
+ });
14
+ exports.toCOABalanceByAdditionalPeriodGrouped = toCOABalanceByAdditionalPeriodGrouped;
@@ -0,0 +1,51 @@
1
+ import { COABalance, COABalanceGrouped, COABalanceGroupedWithAccountIDs, COABalanceGroupedWithIDs, COABalanceTimeFrame } from '../commonStateTypes/coaBalance/coaBalance';
2
+ import { COABalanceType } from '../commonStateTypes/coaBalance/coaBalanceType';
3
+ import { BalancePayload } from './balanceChangePayload';
4
+ /**
5
+ * Interface for any Chart of Account (COA) balance payload in a
6
+ * date range.
7
+ */
8
+ export interface COABalancePayload {
9
+ balance: BalancePayload;
10
+ end_date: string;
11
+ label: string | null;
12
+ start_date: string;
13
+ account_ids?: string[];
14
+ id?: string;
15
+ }
16
+ /**
17
+ * map COABalance Payload to COABalance
18
+ * @param payload COABalance payload JSON
19
+ * @param timeframe COABalance timeframe, default: 'free_range'
20
+ * @param type COABalance type, default: 'default'
21
+ * @returns COA Balance
22
+ */
23
+ export declare const mapCOABalancePayloadToCOABalance: (payload: COABalancePayload, timeframe?: COABalanceTimeFrame, type?: COABalanceType) => COABalance;
24
+ export interface COABalanceGroupedByPeriodPayload {
25
+ months?: COABalancePayload[];
26
+ quarters?: COABalancePayload[];
27
+ weeks?: COABalancePayload[];
28
+ years?: COABalancePayload[];
29
+ }
30
+ export interface COABalanceGroupedPayload extends COABalanceGroupedByPeriodPayload {
31
+ averages?: {
32
+ months?: COABalancePayload;
33
+ };
34
+ totals?: {
35
+ months?: COABalancePayload;
36
+ quarters?: COABalancePayload;
37
+ weeks?: COABalancePayload;
38
+ years?: COABalancePayload;
39
+ };
40
+ }
41
+ export declare const mapCOABalanceGroupedPayloadToCOABalanceGrouped: (payload: COABalanceGroupedPayload) => COABalanceGrouped;
42
+ export interface COABalanceGroupedWithIDsPayload extends COABalanceGroupedPayload {
43
+ account_group_ids?: string[];
44
+ account_ids?: string[];
45
+ }
46
+ export declare const mapCOABalanceGroupedWithIDsPayloadToCOABalanceGroupedWithIDs: (payload: COABalanceGroupedWithIDsPayload) => COABalanceGroupedWithIDs;
47
+ interface COABalanceGroupedWithAccountIDsPayload extends COABalanceGroupedPayload {
48
+ account_ids: string[];
49
+ }
50
+ export declare const mapCOABalanceGroupedWithAccountIDsPayloadToCOABalanceGroupedWithAccountIDs: (payload: COABalanceGroupedWithAccountIDsPayload) => COABalanceGroupedWithAccountIDs;
51
+ export {};
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mapCOABalanceGroupedWithAccountIDsPayloadToCOABalanceGroupedWithAccountIDs = exports.mapCOABalanceGroupedWithIDsPayloadToCOABalanceGroupedWithIDs = exports.mapCOABalanceGroupedPayloadToCOABalanceGrouped = exports.mapCOABalancePayloadToCOABalance = void 0;
4
+ const amount_1 = require("../commonStateTypes/amount");
5
+ const zeniDayJS_1 = require("../zeniDayJS");
6
+ /**
7
+ * map COABalance Payload to COABalance
8
+ * @param payload COABalance payload JSON
9
+ * @param timeframe COABalance timeframe, default: 'free_range'
10
+ * @param type COABalance type, default: 'default'
11
+ * @returns COA Balance
12
+ */
13
+ const mapCOABalancePayloadToCOABalance = (payload, timeframe = 'free_range', type = 'default') => {
14
+ return {
15
+ balance: (0, amount_1.toAmount)(payload.balance.available ?? 0, payload.balance.currency_code, payload.balance.currency_symbol),
16
+ forecast: 'forecast' in payload.balance
17
+ ? (0, amount_1.toAmount)(payload.balance.forecast ?? 0, payload.balance.currency_code, payload.balance.currency_symbol)
18
+ : undefined,
19
+ balanceTimeFrame: timeframe,
20
+ type: type,
21
+ startDate: (0, zeniDayJS_1.date)(payload.start_date),
22
+ endDate: (0, zeniDayJS_1.date)(payload.end_date),
23
+ id: payload.id,
24
+ label: payload.label ?? '',
25
+ sourceAccountIDs: payload.account_ids,
26
+ };
27
+ };
28
+ exports.mapCOABalancePayloadToCOABalance = mapCOABalancePayloadToCOABalance;
29
+ const mapCOABalanceGroupedPayloadToCOABalanceGrouped = (payload) => ({
30
+ weeks: payload.weeks?.map((p) => (0, exports.mapCOABalancePayloadToCOABalance)(p, 'week')),
31
+ months: payload.months?.map((p) => (0, exports.mapCOABalancePayloadToCOABalance)(p, 'month')),
32
+ quarters: payload.quarters?.map((p) => (0, exports.mapCOABalancePayloadToCOABalance)(p, 'quarter')),
33
+ years: payload?.years?.map((p) => (0, exports.mapCOABalancePayloadToCOABalance)(p, 'year')),
34
+ totals: {
35
+ weeks: payload.totals?.weeks == null ||
36
+ Object.keys(payload.totals?.weeks).length === 0
37
+ ? undefined
38
+ : (0, exports.mapCOABalancePayloadToCOABalance)(payload.totals.weeks),
39
+ months: payload.totals?.months == null ||
40
+ Object.keys(payload.totals?.months).length === 0
41
+ ? undefined
42
+ : (0, exports.mapCOABalancePayloadToCOABalance)(payload.totals.months),
43
+ quarters: payload.totals?.quarters == null ||
44
+ Object.keys(payload.totals?.quarters).length === 0
45
+ ? undefined
46
+ : (0, exports.mapCOABalancePayloadToCOABalance)(payload.totals.quarters),
47
+ years: payload.totals?.years == null ||
48
+ Object.keys(payload.totals?.years).length === 0
49
+ ? undefined
50
+ : (0, exports.mapCOABalancePayloadToCOABalance)(payload.totals.years),
51
+ },
52
+ });
53
+ exports.mapCOABalanceGroupedPayloadToCOABalanceGrouped = mapCOABalanceGroupedPayloadToCOABalanceGrouped;
54
+ const mapCOABalanceGroupedWithIDsPayloadToCOABalanceGroupedWithIDs = (payload) => ({
55
+ accountGroupIDs: payload.account_group_ids ?? [],
56
+ accountIDs: payload.account_ids ?? [],
57
+ ...(0, exports.mapCOABalanceGroupedPayloadToCOABalanceGrouped)(payload),
58
+ });
59
+ exports.mapCOABalanceGroupedWithIDsPayloadToCOABalanceGroupedWithIDs = mapCOABalanceGroupedWithIDsPayloadToCOABalanceGroupedWithIDs;
60
+ const mapCOABalanceGroupedWithAccountIDsPayloadToCOABalanceGroupedWithAccountIDs = (payload) => ({
61
+ accountIDs: payload.account_ids,
62
+ ...(0, exports.mapCOABalanceGroupedPayloadToCOABalanceGrouped)(payload),
63
+ });
64
+ exports.mapCOABalanceGroupedWithAccountIDsPayloadToCOABalanceGroupedWithAccountIDs = mapCOABalanceGroupedWithAccountIDsPayloadToCOABalanceGroupedWithAccountIDs;
@@ -0,0 +1,19 @@
1
+ import { AllowedValueWithCode } from '../commonStateTypes/allowedValue';
2
+ export interface AllowedValueWithCodePayload {
3
+ code: string;
4
+ name: string;
5
+ }
6
+ export interface AllowedValueWithCodeOptionalPayload {
7
+ code: string | null;
8
+ name: string | null;
9
+ }
10
+ export declare function isAllowedValueWithCodePayload(allowedValueWithCodePayload: any): allowedValueWithCodePayload is AllowedValueWithCodePayload;
11
+ export declare function isAllowedValueWithCodeOptionalPayload(allowedValueWithCodePayload: any): allowedValueWithCodePayload is AllowedValueWithCodeOptionalPayload;
12
+ export declare function toAllowedValueWithCode(allowedValueWithCodePayload: AllowedValueWithCodePayload): AllowedValueWithCode;
13
+ export interface LabelValueCodesPayload {
14
+ label: string;
15
+ values: {
16
+ code: string;
17
+ description: string;
18
+ }[] | string[];
19
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isAllowedValueWithCodePayload = isAllowedValueWithCodePayload;
4
+ exports.isAllowedValueWithCodeOptionalPayload = isAllowedValueWithCodeOptionalPayload;
5
+ exports.toAllowedValueWithCode = toAllowedValueWithCode;
6
+ function isAllowedValueWithCodePayload(allowedValueWithCodePayload // eslint-disable-line @typescript-eslint/no-explicit-any
7
+ ) {
8
+ return (isAllowedValueWithCodeOptionalPayload(allowedValueWithCodePayload) &&
9
+ allowedValueWithCodePayload.code != null &&
10
+ allowedValueWithCodePayload.name != null);
11
+ }
12
+ function isAllowedValueWithCodeOptionalPayload(allowedValueWithCodePayload // eslint-disable-line @typescript-eslint/no-explicit-any
13
+ ) {
14
+ return ((Object.keys(allowedValueWithCodePayload) ??
15
+ []).includes('code') &&
16
+ (Object.keys(allowedValueWithCodePayload) ??
17
+ []).includes('name'));
18
+ }
19
+ // This helper is useful if we have any difference in AllowedValueWithCode from AllowedValueWithCodePayload
20
+ function toAllowedValueWithCode(allowedValueWithCodePayload) {
21
+ return allowedValueWithCodePayload;
22
+ }
@@ -0,0 +1,14 @@
1
+ import { RecommendationBase } from '../commonStateTypes/recommendationBaseCore';
2
+ export interface RecommendationBasePayload {
3
+ min: number;
4
+ max?: number;
5
+ reason?: string;
6
+ recommendation_hash?: string;
7
+ type?: string;
8
+ }
9
+ export interface AIReasoningPayload {
10
+ cot: string[];
11
+ reasoning: string;
12
+ }
13
+ export declare const toRecommendationBase: (payload: RecommendationBasePayload) => RecommendationBase;
14
+ export declare const toRecommendationBasePayload: (base: RecommendationBase) => RecommendationBasePayload;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toRecommendationBasePayload = exports.toRecommendationBase = void 0;
4
+ const toRecommendationBase = (payload) => {
5
+ return {
6
+ max: payload.max,
7
+ min: payload.min,
8
+ reason: payload.reason ?? '',
9
+ type: payload.type,
10
+ recommendationHash: payload.recommendation_hash,
11
+ };
12
+ };
13
+ exports.toRecommendationBase = toRecommendationBase;
14
+ const toRecommendationBasePayload = (base) => {
15
+ return {
16
+ max: base.max,
17
+ min: base.min,
18
+ reason: base.reason,
19
+ type: base.type,
20
+ };
21
+ };
22
+ exports.toRecommendationBasePayload = toRecommendationBasePayload;
@@ -0,0 +1,29 @@
1
+ import { AIReasoningPayload } from '../commonPayloadTypes/recommendationBasePayloadCore';
2
+ import { Recommendation, RecommendationWithCOT } from '../commonStateTypes/recommendationBase';
3
+ import { RecommendedVendorBase } from '../commonStateTypes/vendorRecommendation';
4
+ import { RecommendedAccountBasePayload, RecommendedAccountBasePayloadWithCOT } from '../entity/account/accountPayload';
5
+ import { RecommendedClassBasePayload, RecommendedClassBasePayloadWithCOT } from '../entity/class/classPayload';
6
+ import { RecommendedVendorBasePayload } from './vendorRecommendationPayload';
7
+ export interface RecommendationPayload {
8
+ accounting_classes?: RecommendedClassBasePayload[];
9
+ accounts?: RecommendedAccountBasePayload[];
10
+ customers?: RecommendedVendorBasePayload[];
11
+ vendors?: RecommendedVendorBasePayload[];
12
+ }
13
+ export interface RecommendedVendorBasePayloadWithCOT extends RecommendedVendorBasePayload {
14
+ ai_reasoning?: AIReasoningPayload;
15
+ }
16
+ export interface RecommendationPayloadWithCOT {
17
+ accounting_classes?: RecommendedClassBasePayloadWithCOT[];
18
+ accounts?: RecommendedAccountBasePayloadWithCOT[];
19
+ customers?: RecommendedVendorBasePayloadWithCOT[];
20
+ vendors?: RecommendedVendorBasePayloadWithCOT[];
21
+ }
22
+ export interface EntityRecommendationPayload {
23
+ account?: RecommendedAccountBasePayload;
24
+ accounting_class?: RecommendedClassBasePayload;
25
+ }
26
+ export declare const toRecommendationPayload: (recommendation: Recommendation) => EntityRecommendationPayload;
27
+ export declare const toRecommendedVendorBasePayload: (vendorRecommendation: RecommendedVendorBase) => RecommendedVendorBasePayload;
28
+ export declare const transformRecommendation: (recommendation: RecommendationPayload) => Recommendation[];
29
+ export declare const transformRecommendationWithCOT: (recommendation: RecommendationPayloadWithCOT) => RecommendationWithCOT[];
@@ -0,0 +1,128 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.transformRecommendationWithCOT = exports.transformRecommendation = exports.toRecommendedVendorBasePayload = exports.toRecommendationPayload = void 0;
4
+ const recommendationBase_1 = require("../commonStateTypes/recommendationBase");
5
+ const accountPayload_1 = require("../entity/account/accountPayload");
6
+ const classPayload_1 = require("../entity/class/classPayload");
7
+ const toRecommendationPayload = (recommendation) => {
8
+ return {
9
+ account: recommendation.account != null
10
+ ? (0, accountPayload_1.toRecommendedAccountBasePayload)(recommendation.account)
11
+ : undefined,
12
+ accounting_class: recommendation.class != null
13
+ ? (0, classPayload_1.toRecommendedClassBasePayload)(recommendation.class)
14
+ : undefined,
15
+ };
16
+ };
17
+ exports.toRecommendationPayload = toRecommendationPayload;
18
+ const toRecommendedVendorBasePayload = (vendorRecommendation) => {
19
+ return {
20
+ vendor_name: vendorRecommendation.name,
21
+ vendor_name_confidence: vendorRecommendation.vendorNameConfidence,
22
+ third_party_merchant_id: vendorRecommendation.thirdPartyMerchantId,
23
+ vendor_id: vendorRecommendation.id ?? null,
24
+ qbo_id: vendorRecommendation.qboId ?? null,
25
+ reason: vendorRecommendation.reason,
26
+ logo: {
27
+ url: vendorRecommendation.logo?.toString(),
28
+ base64: null,
29
+ },
30
+ website_url: vendorRecommendation.websiteUrl?.toString() ?? null,
31
+ };
32
+ };
33
+ exports.toRecommendedVendorBasePayload = toRecommendedVendorBasePayload;
34
+ const transformRecommendation = (recommendation) => {
35
+ const accounts = recommendation.accounts;
36
+ const classObjs = recommendation.accounting_classes;
37
+ const recommendedVendors = recommendation.vendors;
38
+ const recommendations = [];
39
+ const mappedAccounts = accounts?.map((account) => (0, accountPayload_1.mapRecommendedAccountBasePayloadToRecommendedAccountBase)(account));
40
+ const mappedClasses = classObjs?.map((cls) => (0, classPayload_1.mapRecommendedClassBasePayloadToRecommendedClassBase)(cls));
41
+ const mappedRecommendedVendors = recommendedVendors?.map((recommendedVendor) => (0, recommendationBase_1.mapRecommendedVendorPayloadToBase)(recommendedVendor));
42
+ // Note: Accounts and Classes array length can be different here. So checking for larger array and iterating over that and mapped as per indexes
43
+ if (mappedAccounts != null &&
44
+ mappedAccounts.length >= (mappedClasses?.length ?? 0) &&
45
+ mappedAccounts.length >= (mappedRecommendedVendors?.length ?? 0)) {
46
+ mappedAccounts.forEach((account, index) => {
47
+ recommendations.push({
48
+ account,
49
+ class: mappedClasses?.[index],
50
+ vendor: mappedRecommendedVendors?.[index],
51
+ });
52
+ });
53
+ }
54
+ else if (mappedClasses != null &&
55
+ mappedClasses.length >= (mappedAccounts?.length ?? 0) &&
56
+ mappedClasses.length >= (mappedRecommendedVendors?.length ?? 0)) {
57
+ mappedClasses.forEach((recommendedClass, index) => {
58
+ recommendations.push({
59
+ account: mappedAccounts?.[index],
60
+ class: recommendedClass,
61
+ vendor: mappedRecommendedVendors?.[index],
62
+ });
63
+ });
64
+ }
65
+ else if (mappedRecommendedVendors != null) {
66
+ mappedRecommendedVendors.forEach((recommendedvendor, index) => {
67
+ recommendations.push({
68
+ account: mappedAccounts?.[index],
69
+ class: mappedClasses?.[index],
70
+ vendor: recommendedvendor,
71
+ });
72
+ });
73
+ }
74
+ return recommendations;
75
+ };
76
+ exports.transformRecommendation = transformRecommendation;
77
+ const transformRecommendationWithCOT = (recommendation) => {
78
+ const accounts = recommendation.accounts;
79
+ const classObjs = recommendation.accounting_classes;
80
+ const recommendedVendors = recommendation.vendors;
81
+ const recommendations = [];
82
+ const mappedAccounts = accounts?.map((account) => (0, accountPayload_1.mapRecommendedAccountBasePayloadWithCOTToRecommendedAccountBaseWithCOT)(account));
83
+ const mappedClasses = classObjs?.map((cls) => (0, classPayload_1.mapRecommendedClassBasePayloadWithCOTToRecommendedClassBaseWithCOT)(cls));
84
+ const mappedRecommendedVendors = recommendedVendors?.map((recommendedVendor) => {
85
+ const base = (0, recommendationBase_1.mapRecommendedVendorPayloadToBase)(recommendedVendor);
86
+ // Always return RecommendedVendorBaseWithCOT, with empty COT if not present
87
+ const vendorWithCOT = {
88
+ ...base,
89
+ cot: recommendedVendor.ai_reasoning?.cot ?? [],
90
+ reasoning: recommendedVendor.ai_reasoning?.reasoning ?? '',
91
+ };
92
+ return vendorWithCOT;
93
+ });
94
+ // Note: Accounts and Classes array length can be different here. So checking for larger array and iterating over that and mapped as per indexes
95
+ if (mappedAccounts != null &&
96
+ mappedAccounts.length >= (mappedClasses?.length ?? 0) &&
97
+ mappedAccounts.length >= (mappedRecommendedVendors?.length ?? 0)) {
98
+ mappedAccounts.forEach((account, index) => {
99
+ recommendations.push({
100
+ account,
101
+ class: mappedClasses?.[index],
102
+ vendor: mappedRecommendedVendors?.[index],
103
+ });
104
+ });
105
+ }
106
+ else if (mappedClasses != null &&
107
+ mappedClasses.length >= (mappedAccounts?.length ?? 0) &&
108
+ mappedClasses.length >= (mappedRecommendedVendors?.length ?? 0)) {
109
+ mappedClasses.forEach((recommendedClass, index) => {
110
+ recommendations.push({
111
+ account: mappedAccounts?.[index],
112
+ class: recommendedClass,
113
+ vendor: mappedRecommendedVendors?.[index],
114
+ });
115
+ });
116
+ }
117
+ else if (mappedRecommendedVendors != null) {
118
+ mappedRecommendedVendors.forEach((recommendedvendor, index) => {
119
+ recommendations.push({
120
+ account: mappedAccounts?.[index],
121
+ class: mappedClasses?.[index],
122
+ vendor: recommendedvendor,
123
+ });
124
+ });
125
+ }
126
+ return recommendations;
127
+ };
128
+ exports.transformRecommendationWithCOT = transformRecommendationWithCOT;
@@ -0,0 +1,4 @@
1
+ import { SortOrder } from '../commonStateTypes/selectorTypes/sortOrderTypes';
2
+ export type SortOrderPayload = 'asc' | 'desc';
3
+ export declare const mapSortOrderPayloadToSortOrder: (sortOrderPayload: SortOrderPayload) => SortOrder;
4
+ export declare const getSortOrder: (sortOrder: SortOrder) => SortOrderPayload;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getSortOrder = exports.mapSortOrderPayloadToSortOrder = void 0;
4
+ const mapSortOrderPayloadToSortOrder = (sortOrderPayload) => {
5
+ return sortOrderPayload === 'asc' ? 'ascending' : 'descending';
6
+ };
7
+ exports.mapSortOrderPayloadToSortOrder = mapSortOrderPayloadToSortOrder;
8
+ const getSortOrder = (sortOrder) => {
9
+ return sortOrder === 'ascending' ? 'asc' : 'desc';
10
+ };
11
+ exports.getSortOrder = getSortOrder;
@@ -0,0 +1,14 @@
1
+ import { Status } from '../commonStateTypes/status';
2
+ export interface StatusCodeWithLabelPayload {
3
+ code: string;
4
+ label: string;
5
+ }
6
+ export interface StatusPayload {
7
+ code: number;
8
+ description: string;
9
+ message: string;
10
+ is_filtered_report?: boolean;
11
+ last_refresh_attempt_time?: string | null;
12
+ last_refresh_success_time?: string | null;
13
+ }
14
+ export declare const mapStatusPayloadToStatus: (payload: StatusPayload) => Status;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mapStatusPayloadToStatus = void 0;
4
+ const zeniDayJS_1 = require("../zeniDayJS");
5
+ const mapStatusPayloadToStatus = (payload) => ({
6
+ code: payload.code,
7
+ description: payload.description,
8
+ message: payload.message,
9
+ lastRefreshAttemptTime: payload.last_refresh_attempt_time != null
10
+ ? (0, zeniDayJS_1.date)(payload.last_refresh_attempt_time)
11
+ : undefined,
12
+ lastRefreshSuccessTime: payload.last_refresh_success_time != null
13
+ ? (0, zeniDayJS_1.date)(payload.last_refresh_success_time)
14
+ : undefined,
15
+ isFilteredReport: payload.is_filtered_report,
16
+ });
17
+ exports.mapStatusPayloadToStatus = mapStatusPayloadToStatus;