@zeniai/client-epic-state 5.0.88-betaAS2 → 5.0.89-beta0ND

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 (1838) hide show
  1. package/lib/commonStateTypes/animations.d.ts +1 -1
  2. package/lib/commonStateTypes/animations.js +1 -0
  3. package/lib/entity/company/companyPayload.d.ts +4 -0
  4. package/lib/entity/company/companyPayload.js +4 -0
  5. package/lib/entity/company/companyStateTypes.d.ts +4 -0
  6. package/lib/entity/paymentAccount/paymentAccountSelector.d.ts +1 -0
  7. package/lib/entity/paymentAccount/paymentAccountSelector.js +4 -0
  8. package/lib/entity/tenant/epic/deleteConnectionEpic.d.ts +1 -1
  9. package/lib/entity/tenant/epic/initEmailConnectOAuthEpic.d.ts +21 -0
  10. package/lib/entity/tenant/epic/initEmailConnectOAuthEpic.js +54 -0
  11. package/lib/entity/tenant/epic/saveAPIKeyConnectionEpic.d.ts +1 -1
  12. package/lib/entity/tenant/epic/saveConnectorCredentialsEpic.d.ts +3 -3
  13. package/lib/entity/tenant/epic/saveOAuthConnectionEpic.d.ts +1 -1
  14. package/lib/entity/tenant/tenantPayload.d.ts +1 -0
  15. package/lib/entity/tenant/tenantReducer.d.ts +38 -25
  16. package/lib/entity/tenant/tenantReducer.js +65 -5
  17. package/lib/entity/tenant/tenantState.d.ts +1 -0
  18. package/lib/entity/transaction/stateTypes/transactionLine.d.ts +2 -1
  19. package/lib/entity/transaction/stateTypes/transactionLine.js +2 -1
  20. package/lib/epic.d.ts +8 -3
  21. package/lib/epic.js +9 -3
  22. package/lib/esm/common/aiCfo/aiCfoSuggestedQuestionsPageContext.js.map +1 -0
  23. package/lib/esm/commonPayloadTypes/agingReportPayloadTypes.js.map +1 -0
  24. package/lib/esm/commonPayloadTypes/balanceChangePayload.js.map +1 -0
  25. package/lib/esm/commonPayloadTypes/classesView/reportByClassPayloadV2.js.map +1 -0
  26. package/lib/esm/commonPayloadTypes/coaBalanceByAdditionalPeriodPayload.js.map +1 -0
  27. package/lib/esm/commonPayloadTypes/coaBalancePayload.js.map +1 -0
  28. package/lib/esm/commonPayloadTypes/commonPayload.js.map +1 -0
  29. package/lib/esm/commonPayloadTypes/recommendationPayload.js.map +1 -0
  30. package/lib/esm/commonPayloadTypes/sortOrderPayload.js.map +1 -0
  31. package/lib/esm/commonPayloadTypes/statusPayload.js.map +1 -0
  32. package/lib/esm/commonPayloadTypes/subAccountView/reportBySubAccountPayload.js.map +1 -0
  33. package/lib/esm/commonPayloadTypes/subAccountView/subAccountPayloadHelper.js.map +1 -0
  34. package/lib/esm/commonPayloadTypes/urlPayload.js.map +1 -0
  35. package/lib/esm/commonPayloadTypes/v2/coaBalancePayload.js.map +1 -0
  36. package/lib/esm/commonPayloadTypes/v2/viewAndReportPayloadv2.js.map +1 -0
  37. package/lib/esm/commonPayloadTypes/vendorRecommendationPayload.js.map +1 -0
  38. package/lib/esm/commonPayloadTypes/viewAndReportPayload.js.map +1 -0
  39. package/lib/esm/commonStateTypes/accountView/getNestedAccountIDHierarchyForReport.js.map +1 -0
  40. package/lib/esm/commonStateTypes/accountView/nestedAccountID.js.map +1 -0
  41. package/lib/esm/commonStateTypes/agingBalance/agingBalance.js.map +1 -0
  42. package/lib/esm/commonStateTypes/allowedValue.js.map +1 -0
  43. package/lib/esm/commonStateTypes/amount.js.map +1 -0
  44. package/lib/esm/commonStateTypes/animations.js +1 -0
  45. package/lib/esm/commonStateTypes/animations.js.map +1 -0
  46. package/lib/esm/commonStateTypes/balance.js.map +1 -0
  47. package/lib/esm/commonStateTypes/balanceTimeseries.js.map +1 -0
  48. package/lib/esm/commonStateTypes/bookCloseDateHelper.js.map +1 -0
  49. package/lib/esm/commonStateTypes/cacheOverrideFetchReducer.js.map +1 -0
  50. package/lib/esm/commonStateTypes/classesView/getNestedClassIDHierarchyForReport.js.map +1 -0
  51. package/lib/esm/commonStateTypes/classesView/nestedClassID.js.map +1 -0
  52. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getAdditionalBalances.js.map +1 -0
  53. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getComparisionBalance.js.map +1 -0
  54. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getSamePeriodLastYearBalance.js.map +1 -0
  55. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/getSummationBalance.js.map +1 -0
  56. package/lib/esm/commonStateTypes/coaBalance/additionalBalances/sliceCOABalances.js.map +1 -0
  57. package/lib/esm/commonStateTypes/coaBalance/classBalances/getDifferenceOfBalancesGroupedByPeriod.js.map +1 -0
  58. package/lib/esm/commonStateTypes/coaBalance/classBalances/getSumOfBalancesGroupedByPeriod.js.map +1 -0
  59. package/lib/esm/commonStateTypes/coaBalance/coaBalance.js.map +1 -0
  60. package/lib/esm/commonStateTypes/coaBalance/coaBalanceByAdditionalPeriod.js.map +1 -0
  61. package/lib/esm/commonStateTypes/coaBalance/coaBalanceType.js.map +1 -0
  62. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilter.js.map +1 -0
  63. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilterClassesView.js.map +1 -0
  64. package/lib/esm/commonStateTypes/coaBalance/coaBalancesFilterProjectView.js.map +1 -0
  65. package/lib/esm/commonStateTypes/coaBalance/pickAndMergeForecast.js.map +1 -0
  66. package/lib/esm/commonStateTypes/coaBalance/sortBalancesByFreeRangeTotal.js.map +1 -0
  67. package/lib/esm/commonStateTypes/coaBalance/sortBalancesByTotalAmounts.js.map +1 -0
  68. package/lib/esm/commonStateTypes/common.js.map +1 -0
  69. package/lib/esm/commonStateTypes/currencyHelper.js.map +1 -0
  70. package/lib/esm/commonStateTypes/customerView/getNestedCustomerHierarchy.js.map +1 -0
  71. package/lib/esm/commonStateTypes/customerView/nestedCustomerID.js.map +1 -0
  72. package/lib/esm/commonStateTypes/dataAvailable.js.map +1 -0
  73. package/lib/esm/commonStateTypes/fileType.js.map +1 -0
  74. package/lib/esm/commonStateTypes/filterPrimitives.js.map +1 -0
  75. package/lib/esm/commonStateTypes/fiscalYearHelpers/addSubtractPeriod.js.map +1 -0
  76. package/lib/esm/commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM.js.map +1 -0
  77. package/lib/esm/commonStateTypes/fiscalYearHelpers/formatZeniDateFY.js.map +1 -0
  78. package/lib/esm/commonStateTypes/fiscalYearHelpers/getActualPeriod.js.map +1 -0
  79. package/lib/esm/commonStateTypes/fiscalYearHelpers/getFYMonths.js.map +1 -0
  80. package/lib/esm/commonStateTypes/fiscalYearHelpers/getFYQuarterAndYear.js.map +1 -0
  81. package/lib/esm/commonStateTypes/fiscalYearHelpers/getStartOfAndEndOfTimeframeFY.js.map +1 -0
  82. package/lib/esm/commonStateTypes/numberToUnion.js.map +1 -0
  83. package/lib/esm/commonStateTypes/projectView/projectViewParentID.js.map +1 -0
  84. package/lib/esm/commonStateTypes/pusherActions.js.map +1 -0
  85. package/lib/esm/commonStateTypes/recommendationBase.js.map +1 -0
  86. package/lib/esm/commonStateTypes/reduceFetchState.js.map +1 -0
  87. package/lib/esm/commonStateTypes/reimbursementTypeCode.js.map +1 -0
  88. package/lib/esm/commonStateTypes/selectorTypes/accountsViewSelectorReport.js.map +1 -0
  89. package/lib/esm/commonStateTypes/selectorTypes/classesViewSelectorReport.js.map +1 -0
  90. package/lib/esm/commonStateTypes/selectorTypes/pickAndMergeForecastCalculatedSection.js.map +1 -0
  91. package/lib/esm/commonStateTypes/selectorTypes/pickAndMergeForecastSection.js.map +1 -0
  92. package/lib/esm/commonStateTypes/selectorTypes/selectorTypes.js.map +1 -0
  93. package/lib/esm/commonStateTypes/selectorTypes/sortOrderTypes.js.map +1 -0
  94. package/lib/esm/commonStateTypes/status.js.map +1 -0
  95. package/lib/esm/commonStateTypes/stringToUnion.js.map +1 -0
  96. package/lib/esm/commonStateTypes/systemInfo.js.map +1 -0
  97. package/lib/esm/commonStateTypes/timePeriod.js.map +1 -0
  98. package/lib/esm/commonStateTypes/timeframeTick.js.map +1 -0
  99. package/lib/esm/commonStateTypes/v2/viewAndReport.js.map +1 -0
  100. package/lib/esm/commonStateTypes/vendorRecommendation.js.map +1 -0
  101. package/lib/esm/commonStateTypes/viewAndReport/agingReportStateTypes.js.map +1 -0
  102. package/lib/esm/commonStateTypes/viewAndReport/reportIDHelper.js.map +1 -0
  103. package/lib/esm/commonStateTypes/viewAndReport/reportUIState.js.map +1 -0
  104. package/lib/esm/commonStateTypes/viewAndReport/thisPeriodHelpers.js.map +1 -0
  105. package/lib/esm/commonStateTypes/viewAndReport/viewAndReport.js.map +1 -0
  106. package/lib/esm/commonStateTypes/workingDayHelper.js.map +1 -0
  107. package/lib/esm/configureStore.js.map +1 -0
  108. package/lib/esm/coreEpics.js.map +1 -0
  109. package/lib/esm/entity/account/accountPayload.js.map +1 -0
  110. package/lib/esm/entity/account/accountReducer.js.map +1 -0
  111. package/lib/esm/entity/account/accountSelector.js.map +1 -0
  112. package/lib/esm/entity/account/accountState.js.map +1 -0
  113. package/lib/esm/entity/account/pickAndMergeForecastAccountReport.js.map +1 -0
  114. package/lib/esm/entity/account/subAccountSelector.js.map +1 -0
  115. package/lib/esm/entity/accountGroup/accountGroupPayload.js.map +1 -0
  116. package/lib/esm/entity/accountGroup/accountGroupReducer.js.map +1 -0
  117. package/lib/esm/entity/accountGroup/accountGroupSelector.js.map +1 -0
  118. package/lib/esm/entity/accountGroup/accountGroupState.js.map +1 -0
  119. package/lib/esm/entity/accountGroup/accountGroupV2Selector.js.map +1 -0
  120. package/lib/esm/entity/accountGroup/pickAndMergeForecastAcGroupReport.js.map +1 -0
  121. package/lib/esm/entity/accountRecon/accountReconPayload.js.map +1 -0
  122. package/lib/esm/entity/accountRecon/accountReconReducer.js.map +1 -0
  123. package/lib/esm/entity/accountRecon/accountReconSelector.js.map +1 -0
  124. package/lib/esm/entity/accountRecon/accountReconState.js.map +1 -0
  125. package/lib/esm/entity/address/addressPayload.js.map +1 -0
  126. package/lib/esm/entity/address/addressReducer.js.map +1 -0
  127. package/lib/esm/entity/address/addressSelector.js.map +1 -0
  128. package/lib/esm/entity/address/addressState.js.map +1 -0
  129. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerPayload.js.map +1 -0
  130. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerReducer.js.map +1 -0
  131. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerSelector.js.map +1 -0
  132. package/lib/esm/entity/aiAccountantCustomer/aiAccountantCustomerState.js.map +1 -0
  133. package/lib/esm/entity/aiCfo/aiCfoPayload.js.map +1 -0
  134. package/lib/esm/entity/aiCfo/aiCfoReducer.js.map +1 -0
  135. package/lib/esm/entity/aiCfo/aiCfoSelector.js.map +1 -0
  136. package/lib/esm/entity/aiCfo/aiCfoState.js.map +1 -0
  137. package/lib/esm/entity/approvalRule/approvalRulePayload.js.map +1 -0
  138. package/lib/esm/entity/approvalRule/approvalRuleReducer.js.map +1 -0
  139. package/lib/esm/entity/approvalRule/approvalRuleSelector.js.map +1 -0
  140. package/lib/esm/entity/approvalRule/approvalRuleState.js.map +1 -0
  141. package/lib/esm/entity/bankAccount/bankAccount.js.map +1 -0
  142. package/lib/esm/entity/bankAccount/bankAccountPayload.js.map +1 -0
  143. package/lib/esm/entity/bankAccount/bankAccountReducer.js.map +1 -0
  144. package/lib/esm/entity/bankAccount/bankAccountSelector.js.map +1 -0
  145. package/lib/esm/entity/billPay/billTransaction/billTransactionPayload.js.map +1 -0
  146. package/lib/esm/entity/billPay/billTransaction/billTransactionReducer.js.map +1 -0
  147. package/lib/esm/entity/billPay/billTransaction/billTransactionState.js.map +1 -0
  148. package/lib/esm/entity/billPay/contact/contact.js.map +1 -0
  149. package/lib/esm/entity/billPay/contact/contactPayload.js.map +1 -0
  150. package/lib/esm/entity/billPay/contact/contactReducer.js.map +1 -0
  151. package/lib/esm/entity/billPay/contact/contactSelector.js.map +1 -0
  152. package/lib/esm/entity/billPay/recurringBills/recurringBillsPayload.js.map +1 -0
  153. package/lib/esm/entity/billPay/recurringBills/recurringBillsReducer.js.map +1 -0
  154. package/lib/esm/entity/billPay/recurringBills/recurringBillsState.js.map +1 -0
  155. package/lib/esm/entity/cardPayment/cardPaymentPayload.js.map +1 -0
  156. package/lib/esm/entity/cardPayment/cardPaymentReducer.js.map +1 -0
  157. package/lib/esm/entity/cardPayment/cardPaymentSelector.js.map +1 -0
  158. package/lib/esm/entity/cardPayment/cardPaymentState.js.map +1 -0
  159. package/lib/esm/entity/chargeCard/chargeCard.js.map +1 -0
  160. package/lib/esm/entity/chargeCard/chargeCardPayload.js.map +1 -0
  161. package/lib/esm/entity/chargeCard/chargeCardReducer.js.map +1 -0
  162. package/lib/esm/entity/chargeCard/chargeCardSelector.js.map +1 -0
  163. package/lib/esm/entity/chargeCardRepayment/chargeCardRepayment.js.map +1 -0
  164. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentPayload.js.map +1 -0
  165. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentReducer.js.map +1 -0
  166. package/lib/esm/entity/chargeCardRepayment/chargeCardRepaymentSelector.js.map +1 -0
  167. package/lib/esm/entity/chargeCardTransaction/chargeCardTransaction.js.map +1 -0
  168. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionPayload.js.map +1 -0
  169. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionReducer.js.map +1 -0
  170. package/lib/esm/entity/chargeCardTransaction/chargeCardTransactionSelector.js.map +1 -0
  171. package/lib/esm/entity/class/classPayload.js.map +1 -0
  172. package/lib/esm/entity/class/classReducer.js.map +1 -0
  173. package/lib/esm/entity/class/classSelector.js.map +1 -0
  174. package/lib/esm/entity/class/classSelectorTypes.js.map +1 -0
  175. package/lib/esm/entity/class/classSelectorV2.js.map +1 -0
  176. package/lib/esm/entity/class/classState.js.map +1 -0
  177. package/lib/esm/entity/company/companyHelper.js.map +1 -0
  178. package/lib/esm/entity/company/companyPayload.js +4 -0
  179. package/lib/esm/entity/company/companyPayload.js.map +1 -0
  180. package/lib/esm/entity/company/companyReducer.js.map +1 -0
  181. package/lib/esm/entity/company/companySelector.js.map +1 -0
  182. package/lib/esm/entity/company/companyState.js.map +1 -0
  183. package/lib/esm/entity/company/companyStateTypes.js.map +1 -0
  184. package/lib/esm/entity/companyHealthMetric/companyHealthMetricPayload.js.map +1 -0
  185. package/lib/esm/entity/companyHealthMetric/companyHealthMetricReducer.js.map +1 -0
  186. package/lib/esm/entity/companyHealthMetric/companyHealthMetricSelector.js.map +1 -0
  187. package/lib/esm/entity/companyHealthMetric/companyHealthMetricState.js.map +1 -0
  188. package/lib/esm/entity/connectedAccount/connectedAccount.js.map +1 -0
  189. package/lib/esm/entity/connectedAccount/connectedAccountPayload.js.map +1 -0
  190. package/lib/esm/entity/connectedAccount/connectedAccountReducer.js.map +1 -0
  191. package/lib/esm/entity/connectedAccount/connectedAccountSelector.js.map +1 -0
  192. package/lib/esm/entity/countryList/countryListReducer.js.map +1 -0
  193. package/lib/esm/entity/countryList/countryListSelector.js.map +1 -0
  194. package/lib/esm/entity/countryList/countryListState.js.map +1 -0
  195. package/lib/esm/entity/countryList/payloads/countryListPayload.js.map +1 -0
  196. package/lib/esm/entity/countryList/payloads/nationalityCountryListPayload.js.map +1 -0
  197. package/lib/esm/entity/creditAgent/creditAgentPayload.js.map +1 -0
  198. package/lib/esm/entity/creditAgent/creditAgentReducer.js.map +1 -0
  199. package/lib/esm/entity/creditAgent/creditAgentSelector.js.map +1 -0
  200. package/lib/esm/entity/creditAgent/creditAgentState.js.map +1 -0
  201. package/lib/esm/entity/currency/currency.js.map +1 -0
  202. package/lib/esm/entity/currency/currencyPayload.js.map +1 -0
  203. package/lib/esm/entity/currency/currencyReducer.js.map +1 -0
  204. package/lib/esm/entity/currency/currencySelector.js.map +1 -0
  205. package/lib/esm/entity/customer/customerPayload.js.map +1 -0
  206. package/lib/esm/entity/customer/customerReducer.js.map +1 -0
  207. package/lib/esm/entity/customer/customerSelector.js.map +1 -0
  208. package/lib/esm/entity/customer/customerState.js.map +1 -0
  209. package/lib/esm/entity/customerIncome/customerIncomeTrend.js.map +1 -0
  210. package/lib/esm/entity/customerIncome/customerIncomeTrendReducer.js.map +1 -0
  211. package/lib/esm/entity/customerIncome/customerIncomeTrendSelector.js.map +1 -0
  212. package/lib/esm/entity/customerIncome/customerIncomeTrendState.js.map +1 -0
  213. package/lib/esm/entity/customerSatisfaction/customerSatisfactionPayload.js.map +1 -0
  214. package/lib/esm/entity/customerSatisfaction/customerSatisfactionReducer.js.map +1 -0
  215. package/lib/esm/entity/customerSatisfaction/customerSatisfactionReducerHelpers.js.map +1 -0
  216. package/lib/esm/entity/customerSatisfaction/customerSatisfactionSelector.js.map +1 -0
  217. package/lib/esm/entity/customerSatisfaction/customerSatisfactionSelectorReducerTypes.js.map +1 -0
  218. package/lib/esm/entity/customerSatisfaction/customerSatisfactionState.js.map +1 -0
  219. package/lib/esm/entity/depositAccount/depositAccount.js.map +1 -0
  220. package/lib/esm/entity/depositAccount/depositAccountPayload.js.map +1 -0
  221. package/lib/esm/entity/depositAccount/depositAccountReducer.js.map +1 -0
  222. package/lib/esm/entity/depositAccount/depositAccountSelector.js.map +1 -0
  223. package/lib/esm/entity/depositAccountTransaction/depositAccountTransaction.js.map +1 -0
  224. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionPayload.js.map +1 -0
  225. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionReducer.js.map +1 -0
  226. package/lib/esm/entity/depositAccountTransaction/depositAccountTransactionSelector.js.map +1 -0
  227. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusPayload.js.map +1 -0
  228. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusReducer.js.map +1 -0
  229. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusSelector.js.map +1 -0
  230. package/lib/esm/entity/entityApprovalStatus/entityApprovalStatusState.js.map +1 -0
  231. package/lib/esm/entity/file/filePayload.js.map +1 -0
  232. package/lib/esm/entity/file/fileReducer.js.map +1 -0
  233. package/lib/esm/entity/file/fileSelector.js.map +1 -0
  234. package/lib/esm/entity/file/fileState.js.map +1 -0
  235. package/lib/esm/entity/forecast/forecastPayload.js.map +1 -0
  236. package/lib/esm/entity/forecast/forecastReducer.js.map +1 -0
  237. package/lib/esm/entity/forecast/forecastSelector.js.map +1 -0
  238. package/lib/esm/entity/forecast/forecastState.js.map +1 -0
  239. package/lib/esm/entity/genericEntity/entity.js.map +1 -0
  240. package/lib/esm/entity/genericEntity/entityPayload.js.map +1 -0
  241. package/lib/esm/entity/genericEntity/entityReducer.js.map +1 -0
  242. package/lib/esm/entity/genericEntity/entitySelector.js.map +1 -0
  243. package/lib/esm/entity/genericEntity/entityState.js.map +1 -0
  244. package/lib/esm/entity/globalMerchant/globalMerchantPayload.js.map +1 -0
  245. package/lib/esm/entity/globalMerchant/globalMerchantReducer.js.map +1 -0
  246. package/lib/esm/entity/globalMerchant/globalMerchantSelector.js.map +1 -0
  247. package/lib/esm/entity/globalMerchant/globalMerchantState.js.map +1 -0
  248. package/lib/esm/entity/insights/insightPayload.js.map +1 -0
  249. package/lib/esm/entity/insights/insightReducer.js.map +1 -0
  250. package/lib/esm/entity/insights/insightSelector.js.map +1 -0
  251. package/lib/esm/entity/insights/insightState.js.map +1 -0
  252. package/lib/esm/entity/insights/insightSummary.js.map +1 -0
  253. package/lib/esm/entity/insights/insightSummaryPayload.js.map +1 -0
  254. package/lib/esm/entity/jeSchedules/jeScheduleHelper.js.map +1 -0
  255. package/lib/esm/entity/jeSchedules/jeSchedulesPayload.js.map +1 -0
  256. package/lib/esm/entity/jeSchedules/jeSchedulesReducer.js.map +1 -0
  257. package/lib/esm/entity/jeSchedules/jeSchedulesSelector.js.map +1 -0
  258. package/lib/esm/entity/jeSchedules/jeSchedulesState.js.map +1 -0
  259. package/lib/esm/entity/jeSchedules/jeSchedulesTypes.js.map +1 -0
  260. package/lib/esm/entity/jeSchedules/updateAccruedJESchedulesEpic.js.map +1 -0
  261. package/lib/esm/entity/jeSchedules/updateJESchedulesEpic.js.map +1 -0
  262. package/lib/esm/entity/merchant/merchant.js.map +1 -0
  263. package/lib/esm/entity/merchant/merchantPayload.js.map +1 -0
  264. package/lib/esm/entity/merchant/merchantReducer.js.map +1 -0
  265. package/lib/esm/entity/merchant/merchantSelector.js.map +1 -0
  266. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksPayload.js.map +1 -0
  267. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksReducer.js.map +1 -0
  268. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksSelector.js.map +1 -0
  269. package/lib/esm/entity/monthEndCloseChecks/monthEndCloseChecksState.js.map +1 -0
  270. package/lib/esm/entity/notification/notificationPayload.js.map +1 -0
  271. package/lib/esm/entity/notification/notificationReducer.js.map +1 -0
  272. package/lib/esm/entity/notification/notificationSelector.js.map +1 -0
  273. package/lib/esm/entity/notification/notificationState.js.map +1 -0
  274. package/lib/esm/entity/notification/types/notificationSelectorTypes.js.map +1 -0
  275. package/lib/esm/entity/notification/types/notificationStateTypes.js.map +1 -0
  276. package/lib/esm/entity/notification/types/notificationTypes.js.map +1 -0
  277. package/lib/esm/entity/onboardingCustomer/onboardingCustomerPayload.js.map +1 -0
  278. package/lib/esm/entity/onboardingCustomer/onboardingCustomerReducer.js.map +1 -0
  279. package/lib/esm/entity/onboardingCustomer/onboardingCustomerSelector.js.map +1 -0
  280. package/lib/esm/entity/onboardingCustomer/onboardingCustomerState.js.map +1 -0
  281. package/lib/esm/entity/paymentAccount/paymentAccountPayload.js.map +1 -0
  282. package/lib/esm/entity/paymentAccount/paymentAccountReducer.js.map +1 -0
  283. package/lib/esm/entity/paymentAccount/paymentAccountSelector.js +3 -0
  284. package/lib/esm/entity/paymentAccount/paymentAccountSelector.js.map +1 -0
  285. package/lib/esm/entity/paymentAccount/paymentAccountState.js.map +1 -0
  286. package/lib/esm/entity/paymentInstrument/paymentInstrument.js.map +1 -0
  287. package/lib/esm/entity/paymentInstrument/paymentInstrumentPayload.js.map +1 -0
  288. package/lib/esm/entity/paymentInstrument/paymentInstrumentReducer.js.map +1 -0
  289. package/lib/esm/entity/paymentInstrument/paymentInstrumentSelector.js.map +1 -0
  290. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryPayload.js.map +1 -0
  291. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryReducer.js.map +1 -0
  292. package/lib/esm/entity/portfolio/accountingSummary/accountingSummarySelector.js.map +1 -0
  293. package/lib/esm/entity/portfolio/accountingSummary/accountingSummaryState.js.map +1 -0
  294. package/lib/esm/entity/project/projectPayload.js.map +1 -0
  295. package/lib/esm/entity/project/projectReducer.js.map +1 -0
  296. package/lib/esm/entity/project/projectSelector.js.map +1 -0
  297. package/lib/esm/entity/project/projectState.js.map +1 -0
  298. package/lib/esm/entity/reimbursement/reimbursementPayload.js.map +1 -0
  299. package/lib/esm/entity/reimbursement/reimbursementReducer.js.map +1 -0
  300. package/lib/esm/entity/reimbursement/reimbursementState.js.map +1 -0
  301. package/lib/esm/entity/sectionAccountsView/getNestedAccountIDHierarchyForSection.js.map +1 -0
  302. package/lib/esm/entity/sectionAccountsView/sectionAccountsView.js.map +1 -0
  303. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewEpic.js.map +1 -0
  304. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewHelper.js.map +1 -0
  305. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewReducer.js.map +1 -0
  306. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewSelector.js.map +1 -0
  307. package/lib/esm/entity/sectionAccountsView/sectionAccountsViewState.js.map +1 -0
  308. package/lib/esm/entity/sectionClassesViewV2/sectionClassesView.js.map +1 -0
  309. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewEpic.js.map +1 -0
  310. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewHelper.js.map +1 -0
  311. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewReducer.js.map +1 -0
  312. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewSelector.js.map +1 -0
  313. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewSelectorTypes.js.map +1 -0
  314. package/lib/esm/entity/sectionClassesViewV2/sectionClassesViewState.js.map +1 -0
  315. package/lib/esm/entity/sectionClassesViewV2/selectorHelpers/getNestedClassIDHierarchyForSection.js.map +1 -0
  316. package/lib/esm/entity/sectionProjectView/sectionProjectView.js.map +1 -0
  317. package/lib/esm/entity/sectionProjectView/sectionProjectViewEpic.js.map +1 -0
  318. package/lib/esm/entity/sectionProjectView/sectionProjectViewHelper.js.map +1 -0
  319. package/lib/esm/entity/sectionProjectView/sectionProjectViewReducer.js.map +1 -0
  320. package/lib/esm/entity/sectionProjectView/sectionProjectViewSelector.js.map +1 -0
  321. package/lib/esm/entity/sectionProjectView/sectionProjectViewSelectorTypes.js.map +1 -0
  322. package/lib/esm/entity/sectionProjectView/sectionProjectViewState.js.map +1 -0
  323. package/lib/esm/entity/snackbar/snackbarReducer.js.map +1 -0
  324. package/lib/esm/entity/snackbar/snackbarSelector.js.map +1 -0
  325. package/lib/esm/entity/snackbar/snackbarState.js.map +1 -0
  326. package/lib/esm/entity/snackbar/snackbarTypes.js.map +1 -0
  327. package/lib/esm/entity/subscription/subscription/subscriptionPayload.js.map +1 -0
  328. package/lib/esm/entity/subscription/subscription/subscriptionReducer.js.map +1 -0
  329. package/lib/esm/entity/subscription/subscription/subscriptionSelector.js.map +1 -0
  330. package/lib/esm/entity/subscription/subscription/subscriptionState.js.map +1 -0
  331. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnPayload.js.map +1 -0
  332. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnReducer.js.map +1 -0
  333. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnSelector.js.map +1 -0
  334. package/lib/esm/entity/subscription/subscriptionAddOn/subscriptionAddOnState.js.map +1 -0
  335. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponPayload.js.map +1 -0
  336. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponReducer.js.map +1 -0
  337. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponSelector.js.map +1 -0
  338. package/lib/esm/entity/subscription/subscriptionCoupon/subscriptionCouponState.js.map +1 -0
  339. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanPayload.js.map +1 -0
  340. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanReducer.js.map +1 -0
  341. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanSelector.js.map +1 -0
  342. package/lib/esm/entity/subscription/subscriptionPlan/subscriptionPlanState.js.map +1 -0
  343. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryPayload.js.map +1 -0
  344. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryReducer.js.map +1 -0
  345. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummarySelector.js.map +1 -0
  346. package/lib/esm/entity/subscription/subscriptionSummary/subscriptionSummaryState.js.map +1 -0
  347. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountPayload.js.map +1 -0
  348. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountReducer.js.map +1 -0
  349. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountSelector.js.map +1 -0
  350. package/lib/esm/entity/subscriptionPaymentAccount/subscriptionPaymentAccountState.js.map +1 -0
  351. package/lib/esm/entity/tag/tagPayload.js.map +1 -0
  352. package/lib/esm/entity/tag/tagReducer.js.map +1 -0
  353. package/lib/esm/entity/tag/tagSelector.js.map +1 -0
  354. package/lib/esm/entity/tag/tagState.js.map +1 -0
  355. package/lib/esm/entity/task/taskPayload.js.map +1 -0
  356. package/lib/esm/entity/task/taskReducer.js.map +1 -0
  357. package/lib/esm/entity/task/taskSelector.js.map +1 -0
  358. package/lib/esm/entity/task/taskState.js.map +1 -0
  359. package/lib/esm/entity/taskGroup/taskGroupPayload.js.map +1 -0
  360. package/lib/esm/entity/taskGroup/taskGroupReducer.js.map +1 -0
  361. package/lib/esm/entity/taskGroup/taskGroupSelector.js.map +1 -0
  362. package/lib/esm/entity/taskGroup/taskGroupState.js.map +1 -0
  363. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplatePayload.js.map +1 -0
  364. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateReducer.js.map +1 -0
  365. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateSelector.js.map +1 -0
  366. package/lib/esm/entity/taskGroupTemplate/taskGroupTemplateState.js.map +1 -0
  367. package/lib/esm/entity/taskSummary/taskSummaryPayload.js.map +1 -0
  368. package/lib/esm/entity/taskSummary/taskSummaryReducer.js.map +1 -0
  369. package/lib/esm/entity/taskSummary/taskSummarySelector.js.map +1 -0
  370. package/lib/esm/entity/taskSummary/taskSummaryState.js.map +1 -0
  371. package/lib/esm/entity/tenant/SessionManager.js.map +1 -0
  372. package/lib/esm/entity/tenant/clearAllEpic.js.map +1 -0
  373. package/lib/esm/entity/tenant/epic/deleteConnectionEpic.js.map +1 -0
  374. package/lib/esm/entity/tenant/epic/doMagicLinkSignInEpic.js.map +1 -0
  375. package/lib/esm/entity/tenant/epic/fetchActiveTenantEpic.js.map +1 -0
  376. package/lib/esm/entity/tenant/epic/fetchAllTenantsEpic.js.map +1 -0
  377. package/lib/esm/entity/tenant/epic/fetchExcludedResourcesEpic.js.map +1 -0
  378. package/lib/esm/entity/tenant/epic/fetchExternalConnectionsEpic.js.map +1 -0
  379. package/lib/esm/entity/tenant/epic/fetchSubscriptionSummaryForTenantEpic.js.map +1 -0
  380. package/lib/esm/entity/tenant/epic/initEmailConnectOAuthEpic.js +50 -0
  381. package/lib/esm/entity/tenant/epic/initEmailConnectOAuthEpic.js.map +1 -0
  382. package/lib/esm/entity/tenant/epic/resendVerifyDeviceOTPEpic.js.map +1 -0
  383. package/lib/esm/entity/tenant/epic/saveAPIKeyConnectionEpic.js.map +1 -0
  384. package/lib/esm/entity/tenant/epic/saveConnectorCredentialsEpic.js.map +1 -0
  385. package/lib/esm/entity/tenant/epic/saveExternalConnectionEpic.js.map +1 -0
  386. package/lib/esm/entity/tenant/epic/saveOAuthConnectionEpic.js.map +1 -0
  387. package/lib/esm/entity/tenant/epic/sendEmailMagicLinkToUserEpic.js.map +1 -0
  388. package/lib/esm/entity/tenant/epic/sessionHeartbeatEpic.js.map +1 -0
  389. package/lib/esm/entity/tenant/epic/signInUserEpic.js.map +1 -0
  390. package/lib/esm/entity/tenant/epic/signOutUserEpic.js.map +1 -0
  391. package/lib/esm/entity/tenant/epic/verifyDeviceWithTwoFAEpic.js.map +1 -0
  392. package/lib/esm/entity/tenant/sessionTypes.js.map +1 -0
  393. package/lib/esm/entity/tenant/tenantPayload.js.map +1 -0
  394. package/lib/esm/entity/tenant/tenantReducer.js +63 -3
  395. package/lib/esm/entity/tenant/tenantReducer.js.map +1 -0
  396. package/lib/esm/entity/tenant/tenantSelector.js.map +1 -0
  397. package/lib/esm/entity/tenant/tenantState.js.map +1 -0
  398. package/lib/esm/entity/toastNotification/epic/pushToastNotificationEpic.js.map +1 -0
  399. package/lib/esm/entity/toastNotification/toastNotificationConstants.js.map +1 -0
  400. package/lib/esm/entity/toastNotification/toastNotificationPayload.js.map +1 -0
  401. package/lib/esm/entity/toastNotification/toastNotificationReducer.js.map +1 -0
  402. package/lib/esm/entity/toastNotification/toastNotificationSelector.js.map +1 -0
  403. package/lib/esm/entity/toastNotification/toastNotificationState.js.map +1 -0
  404. package/lib/esm/entity/transaction/payloadTypes/attachmentPayload.js.map +1 -0
  405. package/lib/esm/entity/transaction/payloadTypes/customerTransactionPayload.js.map +1 -0
  406. package/lib/esm/entity/transaction/payloadTypes/otherTransactionPayload.js.map +1 -0
  407. package/lib/esm/entity/transaction/payloadTypes/reconciliationTransactionPayloads.js.map +1 -0
  408. package/lib/esm/entity/transaction/payloadTypes/scheduleTransactionPayload.js.map +1 -0
  409. package/lib/esm/entity/transaction/payloadTypes/transactionIDPayload.js.map +1 -0
  410. package/lib/esm/entity/transaction/payloadTypes/transactionLinePayload.js.map +1 -0
  411. package/lib/esm/entity/transaction/payloadTypes/transactionPayload.js.map +1 -0
  412. package/lib/esm/entity/transaction/payloadTypes/vendorTransactionPayload.js.map +1 -0
  413. package/lib/esm/entity/transaction/stateTypes/attachment.js.map +1 -0
  414. package/lib/esm/entity/transaction/stateTypes/customerTransaction.js.map +1 -0
  415. package/lib/esm/entity/transaction/stateTypes/otherTransaction.js.map +1 -0
  416. package/lib/esm/entity/transaction/stateTypes/paymentType.js.map +1 -0
  417. package/lib/esm/entity/transaction/stateTypes/reconciliationTransaction.js.map +1 -0
  418. package/lib/esm/entity/transaction/stateTypes/scheduleTransaction.js.map +1 -0
  419. package/lib/esm/entity/transaction/stateTypes/transaction.js.map +1 -0
  420. package/lib/esm/entity/transaction/stateTypes/transactionLine.js +1 -0
  421. package/lib/esm/entity/transaction/stateTypes/transactionLine.js.map +1 -0
  422. package/lib/esm/entity/transaction/stateTypes/transactionType.js.map +1 -0
  423. package/lib/esm/entity/transaction/stateTypes/vendorTransaction.js.map +1 -0
  424. package/lib/esm/entity/transaction/toSupportedTransaction.js.map +1 -0
  425. package/lib/esm/entity/transaction/transactionHelper.js.map +1 -0
  426. package/lib/esm/entity/transaction/transactionReducer.js.map +1 -0
  427. package/lib/esm/entity/transaction/transactionSelector.js.map +1 -0
  428. package/lib/esm/entity/transaction/transactionState.js.map +1 -0
  429. package/lib/esm/entity/transactionActivityLog/transactionActivityLogPayload.js.map +1 -0
  430. package/lib/esm/entity/transactionActivityLog/transactionActivityLogReducer.js.map +1 -0
  431. package/lib/esm/entity/transactionActivityLog/transactionActivityLogSelector.js.map +1 -0
  432. package/lib/esm/entity/transactionActivityLog/transactionActivityLogState.js.map +1 -0
  433. package/lib/esm/entity/user/userPayload.js.map +1 -0
  434. package/lib/esm/entity/user/userReducer.js.map +1 -0
  435. package/lib/esm/entity/user/userSelector.js.map +1 -0
  436. package/lib/esm/entity/user/userState.js.map +1 -0
  437. package/lib/esm/entity/userGroups/userGroupsPayload.js.map +1 -0
  438. package/lib/esm/entity/userGroups/userGroupsReducer.js.map +1 -0
  439. package/lib/esm/entity/userGroups/userGroupsSelector.js.map +1 -0
  440. package/lib/esm/entity/userGroups/userGroupsState.js.map +1 -0
  441. package/lib/esm/entity/userRole/userRolePayload.js.map +1 -0
  442. package/lib/esm/entity/userRole/userRoleReducer.js.map +1 -0
  443. package/lib/esm/entity/userRole/userRoleSelector.js.map +1 -0
  444. package/lib/esm/entity/userRole/userRoleState.js.map +1 -0
  445. package/lib/esm/entity/userRole/userRoleType.js.map +1 -0
  446. package/lib/esm/entity/vendor/__mocks__/vendorMock.js.map +1 -0
  447. package/lib/esm/entity/vendor/__mocks__/vendorStateMocks.js.map +1 -0
  448. package/lib/esm/entity/vendor/vendorPayload.js.map +1 -0
  449. package/lib/esm/entity/vendor/vendorReducer.js.map +1 -0
  450. package/lib/esm/entity/vendor/vendorSelector.js.map +1 -0
  451. package/lib/esm/entity/vendor/vendorState.js.map +1 -0
  452. package/lib/esm/entity/vendor/vendorType.js.map +1 -0
  453. package/lib/esm/entity/vendorExpense/vendorExpenseReducer.js.map +1 -0
  454. package/lib/esm/entity/vendorExpense/vendorExpenseSelector.js.map +1 -0
  455. package/lib/esm/entity/vendorExpense/vendorExpenseState.js.map +1 -0
  456. package/lib/esm/entity/vendorExpense/vendorExpenseTrend.js.map +1 -0
  457. package/lib/esm/epic.js +9 -3
  458. package/lib/esm/epic.js.map +1 -0
  459. package/lib/esm/epicManager.js.map +1 -0
  460. package/lib/esm/externalAPI.js.map +1 -0
  461. package/lib/esm/index.js +11 -6
  462. package/lib/esm/index.js.map +1 -0
  463. package/lib/esm/init.js.map +1 -0
  464. package/lib/esm/reducer.js.map +1 -0
  465. package/lib/esm/responsePayload.js.map +1 -0
  466. package/lib/esm/view/accountList/accountListPayload.js.map +1 -0
  467. package/lib/esm/view/accountList/accountListReducer.js.map +1 -0
  468. package/lib/esm/view/accountList/accountListSelector.js.map +1 -0
  469. package/lib/esm/view/accountList/accountListState.js.map +1 -0
  470. package/lib/esm/view/accountList/fetchAccountListEpic.js.map +1 -0
  471. package/lib/esm/view/accountMappingView/__mocks__/accountMappingSelectorMock.js.map +1 -0
  472. package/lib/esm/view/accountMappingView/accountMappingPayload.js.map +1 -0
  473. package/lib/esm/view/accountMappingView/accountMappingReducer.js.map +1 -0
  474. package/lib/esm/view/accountMappingView/accountMappingState.js.map +1 -0
  475. package/lib/esm/view/accountMappingView/accountMappingTypeHelper.js.map +1 -0
  476. package/lib/esm/view/accountMappingView/accountMappingViewSelector.js.map +1 -0
  477. package/lib/esm/view/accountMappingView/accountTypeRecommendation/accountTypeRecommendationPayload.js.map +1 -0
  478. package/lib/esm/view/accountMappingView/accountTypeRecommendation/fetchRecommendationForAccountTypeEpic.js.map +1 -0
  479. package/lib/esm/view/accountMappingView/fetchAccountListForAccountTypesEpic.js.map +1 -0
  480. package/lib/esm/view/accountMappingView/initializeAccountMappingViewEpic.js.map +1 -0
  481. package/lib/esm/view/accountMappingView/saveAccountMappingViewEpic.js.map +1 -0
  482. package/lib/esm/view/addressView/__mocks__/addressViewMocks.js.map +1 -0
  483. package/lib/esm/view/addressView/addressViewPayload.js.map +1 -0
  484. package/lib/esm/view/addressView/addressViewReducer.js.map +1 -0
  485. package/lib/esm/view/addressView/addressViewSelector.js.map +1 -0
  486. package/lib/esm/view/addressView/addressViewState.js.map +1 -0
  487. package/lib/esm/view/addressView/epic/createAddressEpic.js.map +1 -0
  488. package/lib/esm/view/addressView/epic/createCompanyAddressEpic.js.map +1 -0
  489. package/lib/esm/view/addressView/epic/createCompanyUserAddressEpic.js.map +1 -0
  490. package/lib/esm/view/addressView/epic/fetchAddressEpic.js.map +1 -0
  491. package/lib/esm/view/addressView/epic/saveNewAddressEpic.js.map +1 -0
  492. package/lib/esm/view/addressView/epic/updateAddressEpic.js.map +1 -0
  493. package/lib/esm/view/addressView/toAddressViewLocalData.js.map +1 -0
  494. package/lib/esm/view/aiAccountantView/aiAccountantViewPayload.js.map +1 -0
  495. package/lib/esm/view/aiAccountantView/aiAccountantViewReducer.js.map +1 -0
  496. package/lib/esm/view/aiAccountantView/aiAccountantViewSelector.js.map +1 -0
  497. package/lib/esm/view/aiAccountantView/aiAccountantViewState.js.map +1 -0
  498. package/lib/esm/view/aiAccountantView/epics/cancelAiAccountantOnboardingEpic.js.map +1 -0
  499. package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantCustomersEpic.js.map +1 -0
  500. package/lib/esm/view/aiAccountantView/epics/fetchAiAccountantJobsEpic.js.map +1 -0
  501. package/lib/esm/view/aiAccountantView/epics/triggerAiAccountantJobEpic.js.map +1 -0
  502. package/lib/esm/view/aiAgentPerformance/aggregatedReportEpic.js.map +1 -0
  503. package/lib/esm/view/aiAgentPerformance/aggregatedReportPayload.js.map +1 -0
  504. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewReducer.js.map +1 -0
  505. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewSelector.js.map +1 -0
  506. package/lib/esm/view/aiAgentPerformance/aggregatedReportViewState.js.map +1 -0
  507. package/lib/esm/view/aiAgentPerformance/performanceHelper.js.map +1 -0
  508. package/lib/esm/view/aiCfoView/aiCfoViewPayload.js.map +1 -0
  509. package/lib/esm/view/aiCfoView/aiCfoViewReducer.js.map +1 -0
  510. package/lib/esm/view/aiCfoView/aiCfoViewSelector.js.map +1 -0
  511. package/lib/esm/view/aiCfoView/aiCfoViewState.js.map +1 -0
  512. package/lib/esm/view/aiCfoView/epics/acceptMasterTOSEpic.js.map +1 -0
  513. package/lib/esm/view/aiCfoView/epics/createSessionAndSubmitEpic.js.map +1 -0
  514. package/lib/esm/view/aiCfoView/epics/createSessionEpic.js.map +1 -0
  515. package/lib/esm/view/aiCfoView/epics/deleteChatSessionEpic.js.map +1 -0
  516. package/lib/esm/view/aiCfoView/epics/fetchChatHistoryEpic.js.map +1 -0
  517. package/lib/esm/view/aiCfoView/epics/fetchChatSessionsForUserEpic.js.map +1 -0
  518. package/lib/esm/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js.map +1 -0
  519. package/lib/esm/view/aiCfoView/epics/stopSubmitEpic.js.map +1 -0
  520. package/lib/esm/view/aiCfoView/epics/stopSubmitQuestionEpic.js.map +1 -0
  521. package/lib/esm/view/aiCfoView/epics/submitQuestionEpic.js.map +1 -0
  522. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailPayload.js.map +1 -0
  523. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailReducer.js.map +1 -0
  524. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailSelector.js.map +1 -0
  525. package/lib/esm/view/apAgingView/apAgingDetail/apAgingDetailState.js.map +1 -0
  526. package/lib/esm/view/apAgingView/apAgingDetail/fetchApAgingDetailEpic.js.map +1 -0
  527. package/lib/esm/view/apAgingView/apAgingReport/apAgingPayload.js.map +1 -0
  528. package/lib/esm/view/apAgingView/apAgingReport/apAgingReducer.js.map +1 -0
  529. package/lib/esm/view/apAgingView/apAgingReport/apAgingSelector.js.map +1 -0
  530. package/lib/esm/view/apAgingView/apAgingReport/apAgingState.js.map +1 -0
  531. package/lib/esm/view/apAgingView/apAgingReport/fetchApAgingEpic.js.map +1 -0
  532. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailPayload.js.map +1 -0
  533. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailReducer.js.map +1 -0
  534. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailSelector.js.map +1 -0
  535. package/lib/esm/view/arAgingView/arAgingDetail/arAgingDetailState.js.map +1 -0
  536. package/lib/esm/view/arAgingView/arAgingDetail/fetchArAgingDetailEpic.js.map +1 -0
  537. package/lib/esm/view/arAgingView/arAgingReport/arAgingPayload.js.map +1 -0
  538. package/lib/esm/view/arAgingView/arAgingReport/arAgingReducer.js.map +1 -0
  539. package/lib/esm/view/arAgingView/arAgingReport/arAgingSelector.js.map +1 -0
  540. package/lib/esm/view/arAgingView/arAgingReport/arAgingState.js.map +1 -0
  541. package/lib/esm/view/arAgingView/arAgingReport/fetchArAgingEpic.js.map +1 -0
  542. package/lib/esm/view/auditReportView/auditReportViewHelper.js.map +1 -0
  543. package/lib/esm/view/auditReportView/auditReportViewPayload.js.map +1 -0
  544. package/lib/esm/view/auditReportView/auditReportViewReducer.js.map +1 -0
  545. package/lib/esm/view/auditReportView/auditReportViewSelector.js.map +1 -0
  546. package/lib/esm/view/auditReportView/auditReportViewState.js.map +1 -0
  547. package/lib/esm/view/auditReportView/epics/fetchAuditReportGroupViewEpic.js.map +1 -0
  548. package/lib/esm/view/auditReportView/epics/fetchAuditRuleGroupViewEpic.js.map +1 -0
  549. package/lib/esm/view/auditReportView/epics/saveReasonForAuditRuleEpic.js.map +1 -0
  550. package/lib/esm/view/authenticationView/authenticationViewPayload.js.map +1 -0
  551. package/lib/esm/view/authenticationView/authenticationViewReducer.js.map +1 -0
  552. package/lib/esm/view/authenticationView/authenticationViewSelector.js.map +1 -0
  553. package/lib/esm/view/authenticationView/authenticationViewState.js.map +1 -0
  554. package/lib/esm/view/authenticationView/epics/fetchCollaborationAuthTokenEpic.js.map +1 -0
  555. package/lib/esm/view/autoComplete/entityAutoCompletePayload.js.map +1 -0
  556. package/lib/esm/view/autoComplete/entityAutoCompleteReducer.js.map +1 -0
  557. package/lib/esm/view/autoComplete/entityAutoCompleteSelector.js.map +1 -0
  558. package/lib/esm/view/autoComplete/entityAutoCompleteState.js.map +1 -0
  559. package/lib/esm/view/autoComplete/fetchEntityAutoCompleteEpic.js.map +1 -0
  560. package/lib/esm/view/balanceSheet/balanceSheetEpic.js.map +1 -0
  561. package/lib/esm/view/balanceSheet/balanceSheetForTimeframeEpic.js.map +1 -0
  562. package/lib/esm/view/balanceSheet/balanceSheetPayload.js.map +1 -0
  563. package/lib/esm/view/balanceSheet/balanceSheetReducer.js.map +1 -0
  564. package/lib/esm/view/balanceSheet/balanceSheetSelector.js.map +1 -0
  565. package/lib/esm/view/balanceSheet/balanceSheetSelectorTypes.js.map +1 -0
  566. package/lib/esm/view/balanceSheet/balanceSheetState.js.map +1 -0
  567. package/lib/esm/view/bankAccountView/bankAccountViewPayload.js.map +1 -0
  568. package/lib/esm/view/bankAccountView/bankAccountViewReducer.js.map +1 -0
  569. package/lib/esm/view/bankAccountView/bankAccountViewSelector.js.map +1 -0
  570. package/lib/esm/view/bankAccountView/bankAccountViewState.js.map +1 -0
  571. package/lib/esm/view/bankAccountView/epic/createBankAccountEpic.js.map +1 -0
  572. package/lib/esm/view/bankAccountView/epic/createInternationalBankAccountEpic.js.map +1 -0
  573. package/lib/esm/view/bankAccountView/epic/createUserBankAccountEpic.js.map +1 -0
  574. package/lib/esm/view/bankAccountView/epic/deleteBankAccountEpic.js.map +1 -0
  575. package/lib/esm/view/bankAccountView/epic/deleteInternationalBankAccountEpic.js.map +1 -0
  576. package/lib/esm/view/bankAccountView/epic/deleteUserBankAccountEpic.js.map +1 -0
  577. package/lib/esm/view/bankAccountView/epic/fetchBankCountryNameByIbanEpic.js.map +1 -0
  578. package/lib/esm/view/bankAccountView/epic/fetchBankNameByRoutingEpic.js.map +1 -0
  579. package/lib/esm/view/bankAccountView/epic/fetchBankNameBySwiftEpic.js.map +1 -0
  580. package/lib/esm/view/billPayCard/billPayCardPayload.js.map +1 -0
  581. package/lib/esm/view/billPayCard/billPayCardReducer.js.map +1 -0
  582. package/lib/esm/view/billPayCard/billPayCardSelector.js.map +1 -0
  583. package/lib/esm/view/billPayCard/billPayCardState.js.map +1 -0
  584. package/lib/esm/view/billPayCard/fetchBillPayCardEpic.js.map +1 -0
  585. package/lib/esm/view/cardBalance/cardBalanceEpic.js.map +1 -0
  586. package/lib/esm/view/cardBalance/cardBalancePayload.js.map +1 -0
  587. package/lib/esm/view/cardBalance/cardBalanceReducer.js.map +1 -0
  588. package/lib/esm/view/cardBalance/cardBalanceSelector.js.map +1 -0
  589. package/lib/esm/view/cardBalance/cardBalanceState.js.map +1 -0
  590. package/lib/esm/view/cardBalance/statementCloseDayEpic.js.map +1 -0
  591. package/lib/esm/view/cardPayment/cardPaymentViewPayload.js.map +1 -0
  592. package/lib/esm/view/cardPayment/cardPaymentViewReducer.js.map +1 -0
  593. package/lib/esm/view/cardPayment/cardPaymentViewSelector.js.map +1 -0
  594. package/lib/esm/view/cardPayment/cardPaymentViewState.js.map +1 -0
  595. package/lib/esm/view/cardPayment/cardPaymentViewTypes.js.map +1 -0
  596. package/lib/esm/view/cardPayment/epic/addCardPaymentSourceEpic.js.map +1 -0
  597. package/lib/esm/view/cardPayment/epic/confirmCardSetupIntentEpic.js.map +1 -0
  598. package/lib/esm/view/cardPayment/epic/createCardSetupIntentEpic.js.map +1 -0
  599. package/lib/esm/view/cardPayment/epic/fetchPaymentSourcesEpic.js.map +1 -0
  600. package/lib/esm/view/cashBalance/cashBalanceEpic.js.map +1 -0
  601. package/lib/esm/view/cashBalance/cashBalancePayload.js.map +1 -0
  602. package/lib/esm/view/cashBalance/cashBalanceReducer.js.map +1 -0
  603. package/lib/esm/view/cashBalance/cashBalanceSelector.js.map +1 -0
  604. package/lib/esm/view/cashBalance/cashBalanceState.js.map +1 -0
  605. package/lib/esm/view/cashFlow/cashFlowEpic.js.map +1 -0
  606. package/lib/esm/view/cashFlow/cashFlowForTimeframeEpic.js.map +1 -0
  607. package/lib/esm/view/cashFlow/cashFlowPayload.js.map +1 -0
  608. package/lib/esm/view/cashFlow/cashFlowReducer.js.map +1 -0
  609. package/lib/esm/view/cashFlow/cashFlowSelector.js.map +1 -0
  610. package/lib/esm/view/cashFlow/cashFlowSelectorTypes.js.map +1 -0
  611. package/lib/esm/view/cashFlow/cashFlowState.js.map +1 -0
  612. package/lib/esm/view/cashInCashOut/cashInCashOutEpic.js.map +1 -0
  613. package/lib/esm/view/cashInCashOut/cashInCashOutPayload.js.map +1 -0
  614. package/lib/esm/view/cashInCashOut/cashInCashOutReducer.js.map +1 -0
  615. package/lib/esm/view/cashInCashOut/cashInCashOutSelector.js.map +1 -0
  616. package/lib/esm/view/cashInCashOut/cashInCashOutSelectorTypes.js.map +1 -0
  617. package/lib/esm/view/cashInCashOut/cashInCashOutState.js.map +1 -0
  618. package/lib/esm/view/cashPosition/cashPositionEpic.js.map +1 -0
  619. package/lib/esm/view/cashPosition/cashPositionPayload.js.map +1 -0
  620. package/lib/esm/view/cashPosition/cashPositionReducer.js.map +1 -0
  621. package/lib/esm/view/cashPosition/cashPositionSelector.js.map +1 -0
  622. package/lib/esm/view/cashPosition/cashPositionSelectorTypes.js.map +1 -0
  623. package/lib/esm/view/cashPosition/cashPositionState.js.map +1 -0
  624. package/lib/esm/view/classList/classListPayload.js.map +1 -0
  625. package/lib/esm/view/classList/classListReducer.js.map +1 -0
  626. package/lib/esm/view/classList/classListSelector.js.map +1 -0
  627. package/lib/esm/view/classList/classListState.js.map +1 -0
  628. package/lib/esm/view/classList/fetchClassListEpic.js.map +1 -0
  629. package/lib/esm/view/common/getSelectedAndHighlightedRanges.js.map +1 -0
  630. package/lib/esm/view/common/recurringViewHelper.js.map +1 -0
  631. package/lib/esm/view/common/reportsHelpers.js.map +1 -0
  632. package/lib/esm/view/common/zeniClearingAccountHelper.js.map +1 -0
  633. package/lib/esm/view/commonVendorView/commonVendorViewHelper.js.map +1 -0
  634. package/lib/esm/view/commonVendorView/transactionVendorView/epics/resetTransactionVendorLocalDataEpic.js.map +1 -0
  635. package/lib/esm/view/commonVendorView/transactionVendorView/epics/saveTransactionVendorEpic.js.map +1 -0
  636. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorLocalDataHelper.js.map +1 -0
  637. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewPayload.js.map +1 -0
  638. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.js.map +1 -0
  639. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewSelector.js.map +1 -0
  640. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewState.js.map +1 -0
  641. package/lib/esm/view/commonVendorView/vendorView/epics/fetchAndUpdateVendorRecommendationsEpic.js.map +1 -0
  642. package/lib/esm/view/commonVendorView/vendorView/epics/fetchVendorDetailsEpic.js.map +1 -0
  643. package/lib/esm/view/commonVendorView/vendorView/epics/fetchVendorEpic.js.map +1 -0
  644. package/lib/esm/view/commonVendorView/vendorView/epics/initializeVendorAddressEpic.js.map +1 -0
  645. package/lib/esm/view/commonVendorView/vendorView/epics/resetVendorDetailLocalDataEpic.js.map +1 -0
  646. package/lib/esm/view/commonVendorView/vendorView/epics/saveVendorEpic.js.map +1 -0
  647. package/lib/esm/view/commonVendorView/vendorView/epics/twoFactorAuth/fetchUserDetailEpic.js.map +1 -0
  648. package/lib/esm/view/commonVendorView/vendorView/epics/twoFactorAuth/verifyUserEpic.js.map +1 -0
  649. package/lib/esm/view/commonVendorView/vendorView/epics/updateSelectedVendorForCreateFlowEpic.js.map +1 -0
  650. package/lib/esm/view/commonVendorView/vendorView/epics/vendorDetailLocalDataHelpers.js.map +1 -0
  651. package/lib/esm/view/commonVendorView/vendorView/vendorViewPayload.js.map +1 -0
  652. package/lib/esm/view/commonVendorView/vendorView/vendorViewReducer.js.map +1 -0
  653. package/lib/esm/view/commonVendorView/vendorView/vendorViewSelector.js.map +1 -0
  654. package/lib/esm/view/commonVendorView/vendorView/vendorViewState.js.map +1 -0
  655. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailPageViewEpic.js.map +1 -0
  656. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorDetailsEpic.js.map +1 -0
  657. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/fetchVendorsTabVendorEpic.js.map +1 -0
  658. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/resetVendorsTabVendorDetailLocalDataEpic.js.map +1 -0
  659. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/saveVendorsTabVendorEpic.js.map +1 -0
  660. package/lib/esm/view/commonVendorView/vendorsTabVendorView/epics/vendorsTabVendorDetailLocalDataHelpers.js.map +1 -0
  661. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewPayload.js.map +1 -0
  662. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewReducer.js.map +1 -0
  663. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.js.map +1 -0
  664. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewState.js.map +1 -0
  665. package/lib/esm/view/companyConfigView/companyConfigEpic.js.map +1 -0
  666. package/lib/esm/view/companyConfigView/companyConfigPayload.js.map +1 -0
  667. package/lib/esm/view/companyConfigView/companyConfigReducer.js.map +1 -0
  668. package/lib/esm/view/companyConfigView/companyConfigSelector.js.map +1 -0
  669. package/lib/esm/view/companyConfigView/companyConfigState.js.map +1 -0
  670. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigPayload.js.map +1 -0
  671. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigReducer.js.map +1 -0
  672. package/lib/esm/view/companyHealthMetricView/companyHealthMetricConfigSelector.js.map +1 -0
  673. package/lib/esm/view/companyHealthMetricView/companyHealthMetricView.js.map +1 -0
  674. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewPayload.js.map +1 -0
  675. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewReducer.js.map +1 -0
  676. package/lib/esm/view/companyHealthMetricView/companyHealthMetricViewSelector.js.map +1 -0
  677. package/lib/esm/view/companyHealthMetricView/epic/fetchCompanyHealthMetricConfigEpic.js.map +1 -0
  678. package/lib/esm/view/companyHealthMetricView/epic/fetchCompanyHealthMetricViewEpic.js.map +1 -0
  679. package/lib/esm/view/companyHealthMetricView/epic/initializeCompanyHealthMetricViewLocalData.js.map +1 -0
  680. package/lib/esm/view/companyHealthMetricView/epic/saveCompanyHealthMetricByIdEpic.js.map +1 -0
  681. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewPayload.js.map +1 -0
  682. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewReducer.js.map +1 -0
  683. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewSelector.js.map +1 -0
  684. package/lib/esm/view/companyMonthEndReportView/companyMonthEndReportViewState.js.map +1 -0
  685. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDataEpic.js.map +1 -0
  686. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportHistoricDatesEpic.js.map +1 -0
  687. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportTemplatesEpic.js.map +1 -0
  688. package/lib/esm/view/companyMonthEndReportView/epics/fetchCompanyMonthEndReportViewEpic.js.map +1 -0
  689. package/lib/esm/view/companyMonthEndReportView/epics/improveUsingZeniGPTEpic.js.map +1 -0
  690. package/lib/esm/view/companyMonthEndReportView/epics/saveCompanyMonthEndReportEpic.js.map +1 -0
  691. package/lib/esm/view/companyMonthEndReportView/epics/sendCompanyMonthEndReportEpic.js.map +1 -0
  692. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewPayload.js.map +1 -0
  693. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewReducer.js.map +1 -0
  694. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewSelector.js.map +1 -0
  695. package/lib/esm/view/companyTaskManagerView/companyTaskManagerViewState.js.map +1 -0
  696. package/lib/esm/view/companyTaskManagerView/epics/fetchCompanyTaskManagerViewEpic.js.map +1 -0
  697. package/lib/esm/view/companyTaskManagerView/epics/fetchTaskManagerMetricsEpic.js.map +1 -0
  698. package/lib/esm/view/companyView/companyViewPayload.js.map +1 -0
  699. package/lib/esm/view/companyView/companyViewReducer.js.map +1 -0
  700. package/lib/esm/view/companyView/companyViewState.js.map +1 -0
  701. package/lib/esm/view/companyView/epic/companyManagementSavePendingUpdates.js.map +1 -0
  702. package/lib/esm/view/companyView/epic/companyManagementSaveUpdatesEpic.js.map +1 -0
  703. package/lib/esm/view/companyView/epic/companyPassport/createCompanyOfficersEpic.js.map +1 -0
  704. package/lib/esm/view/companyView/epic/companyPassport/dismissCapitalizationOnboardingEpic.js.map +1 -0
  705. package/lib/esm/view/companyView/epic/companyPassport/fetchCompanyPassportViewEpic.js.map +1 -0
  706. package/lib/esm/view/companyView/epic/companyPassport/saveCompanyPassportDetailsEpic.js.map +1 -0
  707. package/lib/esm/view/companyView/epic/companyPassport/updateAccountingClassesEnabledEpic.js.map +1 -0
  708. package/lib/esm/view/companyView/epic/companyPassport/updateCapitalizationThresholdEpic.js.map +1 -0
  709. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyDetailsEpic.js.map +1 -0
  710. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyOfficerEpic.js.map +1 -0
  711. package/lib/esm/view/companyView/epic/companyPassport/updateCompanyPassportLocalStoreDataEpic.js.map +1 -0
  712. package/lib/esm/view/companyView/epic/companyPassport/updatePrimaryContactEpic.js.map +1 -0
  713. package/lib/esm/view/companyView/epic/fetchAllCockpitViewsEpic.js.map +1 -0
  714. package/lib/esm/view/companyView/epic/fetchCompanyManagementViewEpic.js.map +1 -0
  715. package/lib/esm/view/companyView/epic/fetchCompanyMetaDataEpic.js.map +1 -0
  716. package/lib/esm/view/companyView/epic/fetchCompanyPortfolioViewEpic.js.map +1 -0
  717. package/lib/esm/view/companyView/epic/fetchManagementViewEpic.js.map +1 -0
  718. package/lib/esm/view/companyView/epic/fetchOnboardingViewEpic.js.map +1 -0
  719. package/lib/esm/view/companyView/epic/fetchPortfolioViewEpic.js.map +1 -0
  720. package/lib/esm/view/companyView/epic/fetchSubscriptionViewEpic.js.map +1 -0
  721. package/lib/esm/view/companyView/epic/fetchZeniUsersEpic.js.map +1 -0
  722. package/lib/esm/view/companyView/epic/getSubscriptionIDsByCompanyID.js.map +1 -0
  723. package/lib/esm/view/companyView/helpers/cockpitHelpers.js.map +1 -0
  724. package/lib/esm/view/companyView/parentSubsidiaryView/fetchParentSubsidiaryManagementViewEpic.js.map +1 -0
  725. package/lib/esm/view/companyView/parentSubsidiaryView/parentSubsidiaryViewSelector.js.map +1 -0
  726. package/lib/esm/view/companyView/parentSubsidiaryView/parentSubsidiaryViewState.js.map +1 -0
  727. package/lib/esm/view/companyView/selector/companyManagementViewSelector.js.map +1 -0
  728. package/lib/esm/view/companyView/selector/companyPassportViewSelector.js.map +1 -0
  729. package/lib/esm/view/companyView/selector/companyPortfolioViewSelector.js.map +1 -0
  730. package/lib/esm/view/companyView/selector/getAllCockpitTabsFilterView.js.map +1 -0
  731. package/lib/esm/view/companyView/selectorHelpers/getCompanyView.js.map +1 -0
  732. package/lib/esm/view/companyView/types/cockpitTabsID.js.map +1 -0
  733. package/lib/esm/view/companyView/types/cockpitTypes.js.map +1 -0
  734. package/lib/esm/view/companyView/types/commonState.js.map +1 -0
  735. package/lib/esm/view/companyView/types/companyManagementViewState.js.map +1 -0
  736. package/lib/esm/view/companyView/types/companyMetaDataViewState.js.map +1 -0
  737. package/lib/esm/view/companyView/types/companyPassport/companyDetailsLocalData.js.map +1 -0
  738. package/lib/esm/view/companyView/types/companyPassport/companyPassportLocalData.js.map +1 -0
  739. package/lib/esm/view/companyView/types/companyPassport/companyPassportViewState.js.map +1 -0
  740. package/lib/esm/view/companyView/types/companyPassport/companyUsersLocalData.js.map +1 -0
  741. package/lib/esm/view/companyView/types/companyPassportViewPayload.js.map +1 -0
  742. package/lib/esm/view/companyView/types/companyPortfolioViewState.js.map +1 -0
  743. package/lib/esm/view/companyView/types/companyView.js.map +1 -0
  744. package/lib/esm/view/companyView/types/userAndRole.js.map +1 -0
  745. package/lib/esm/view/createTransferEntry/createTransferEntryReducer.js.map +1 -0
  746. package/lib/esm/view/createTransferEntry/createTransferEntrySelector.js.map +1 -0
  747. package/lib/esm/view/createTransferEntry/createTransferEntryState.js.map +1 -0
  748. package/lib/esm/view/createTransferEntry/epics/createTransferEntryEpic.js.map +1 -0
  749. package/lib/esm/view/createTransferEntry/epics/fetchTransferAccountsEpic.js.map +1 -0
  750. package/lib/esm/view/creditAgentView/buildCreditReportCsv.js.map +1 -0
  751. package/lib/esm/view/creditAgentView/creditAgentViewPayload.js.map +1 -0
  752. package/lib/esm/view/creditAgentView/creditAgentViewReducer.js.map +1 -0
  753. package/lib/esm/view/creditAgentView/creditAgentViewSelector.js.map +1 -0
  754. package/lib/esm/view/creditAgentView/creditAgentViewState.js.map +1 -0
  755. package/lib/esm/view/creditAgentView/epics/fetchCardProfilesEpic.js.map +1 -0
  756. package/lib/esm/view/creditAgentView/epics/fetchCreditAgentMacroEpic.js.map +1 -0
  757. package/lib/esm/view/creditAgentView/epics/saveCreditAgentMacroEpic.js.map +1 -0
  758. package/lib/esm/view/creditAgentView/epics/scheduleTenantCreditScoreCronEpic.js.map +1 -0
  759. package/lib/esm/view/creditAgentView/epics/updateCardProfileEpic.js.map +1 -0
  760. package/lib/esm/view/dashboard/dashboardEpic.js.map +1 -0
  761. package/lib/esm/view/dashboard/dashboardReducer.js.map +1 -0
  762. package/lib/esm/view/dashboard/dashboardSelector.js.map +1 -0
  763. package/lib/esm/view/dashboard/dashboardState.js.map +1 -0
  764. package/lib/esm/view/dashboardLayout/dashboardLayoutPayload.js.map +1 -0
  765. package/lib/esm/view/dashboardLayout/dashboardLayoutReducer.js.map +1 -0
  766. package/lib/esm/view/dashboardLayout/dashboardLayoutSelector.js.map +1 -0
  767. package/lib/esm/view/dashboardLayout/dashboardLayoutState.js.map +1 -0
  768. package/lib/esm/view/dashboardLayout/fetchDashboardLayoutEpic.js.map +1 -0
  769. package/lib/esm/view/dashboardLayout/updateDashboardLayoutEpic.js.map +1 -0
  770. package/lib/esm/view/expenseAutomationView/epics/accountRecon/deleteAccountStatementEpic.js.map +1 -0
  771. package/lib/esm/view/expenseAutomationView/epics/accountRecon/excludeAccountFromReconciliationEpic.js.map +1 -0
  772. package/lib/esm/view/expenseAutomationView/epics/accountRecon/fetchReconciliationViewEpic.js.map +1 -0
  773. package/lib/esm/view/expenseAutomationView/epics/accountRecon/includeAccountInReconciliationEpic.js.map +1 -0
  774. package/lib/esm/view/expenseAutomationView/epics/accountRecon/initialiseLocalDataForSelectedAccountIdEpic.js.map +1 -0
  775. package/lib/esm/view/expenseAutomationView/epics/accountRecon/saveReconciliationDetailEpic.js.map +1 -0
  776. package/lib/esm/view/expenseAutomationView/epics/accountRecon/saveReconciliationReviewEpic.js.map +1 -0
  777. package/lib/esm/view/expenseAutomationView/epics/accountRecon/updateReconcileTabLocalDataEpic.js.map +1 -0
  778. package/lib/esm/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementDocumentAIHelper.js.map +1 -0
  779. package/lib/esm/view/expenseAutomationView/epics/accountRecon/uploadAccountStatementEpic.js.map +1 -0
  780. package/lib/esm/view/expenseAutomationView/epics/common/fetchAllExpenseAutomationTabsEpic.js.map +1 -0
  781. package/lib/esm/view/expenseAutomationView/epics/common/refreshExpenseAutomationCurrentTabEpic.js.map +1 -0
  782. package/lib/esm/view/expenseAutomationView/epics/fluxAnalysis/fetchFluxAnalysisViewEpic.js.map +1 -0
  783. package/lib/esm/view/expenseAutomationView/epics/fluxAnalysis/reviewFluxAnalysisEpic.js.map +1 -0
  784. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchAccountSettingsListForAccountTypesEpic.js.map +1 -0
  785. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/fetchRecommendationForAccountSettingsEpic.js.map +1 -0
  786. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/initializeAccountSettingsViewEpic.js.map +1 -0
  787. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/accountSettings/saveAccountSettingsViewEpic.js.map +1 -0
  788. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulePageEpic.js.map +1 -0
  789. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/fetchJeSchedulesEpic.js.map +1 -0
  790. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/ignoreRecommendedJeScheduleEpic.js.map +1 -0
  791. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/initializeJeScheduleLocalDataEpic.js.map +1 -0
  792. package/lib/esm/view/expenseAutomationView/epics/jeSchedule/retryJeSchedulesEpic.js.map +1 -0
  793. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadMatchResultToastEpic.js.map +1 -0
  794. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js.map +1 -0
  795. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js.map +1 -0
  796. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js.map +1 -0
  797. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js.map +1 -0
  798. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js.map +1 -0
  799. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMissingReceiptsEpic.js.map +1 -0
  800. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js.map +1 -0
  801. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js.map +1 -0
  802. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/refetchCompletedTransactionsOnBulkUploadSortEpic.js.map +1 -0
  803. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/refreshBatchDetailsForBatchIdEpic.js.map +1 -0
  804. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/restoreBulkUploadAutomatchingOnMountEpic.js.map +1 -0
  805. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js.map +1 -0
  806. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/syncTabsAfterAutomatchEpic.js.map +1 -0
  807. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js.map +1 -0
  808. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js.map +1 -0
  809. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/backgroundRefetchReviewTabEpic.js.map +1 -0
  810. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationEpic.js.map +1 -0
  811. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/fetchTransactionCategorizationViewEpic.js.map +1 -0
  812. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/initializeTransactionCategorizationLocalDataEpic.js.map +1 -0
  813. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/markTransactionAsNotMiscategorizedEpic.js.map +1 -0
  814. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/saveTransactionCategorizationEpic.js.map +1 -0
  815. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/triggerReviewTabRefetchEpic.js.map +1 -0
  816. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/updateTransactionCategorizationEpic.js.map +1 -0
  817. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js.map +1 -0
  818. package/lib/esm/view/expenseAutomationView/expenseAutomationViewPayload.js.map +1 -0
  819. package/lib/esm/view/expenseAutomationView/expenseAutomationViewReducer.js.map +1 -0
  820. package/lib/esm/view/expenseAutomationView/expenseAutomationViewSelector.js.map +1 -0
  821. package/lib/esm/view/expenseAutomationView/expenseAutomationViewState.js.map +1 -0
  822. package/lib/esm/view/expenseAutomationView/helpers/bulkUploadTiming.js.map +1 -0
  823. package/lib/esm/view/expenseAutomationView/helpers/helpers.js.map +1 -0
  824. package/lib/esm/view/expenseAutomationView/helpers/jeAccountSettingHelper.js.map +1 -0
  825. package/lib/esm/view/expenseAutomationView/helpers/reconciliationHelpers.js.map +1 -0
  826. package/lib/esm/view/expenseAutomationView/helpers/rollingCalendarDateRangeInclusive.js.map +1 -0
  827. package/lib/esm/view/expenseAutomationView/helpers/saveTransactionHelper.js.map +1 -0
  828. package/lib/esm/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.js.map +1 -0
  829. package/lib/esm/view/expenseAutomationView/payload/fluxAnalysisPayload.js.map +1 -0
  830. package/lib/esm/view/expenseAutomationView/payload/jeSchedulesPayload.js.map +1 -0
  831. package/lib/esm/view/expenseAutomationView/payload/missingReceiptsPayload.js.map +1 -0
  832. package/lib/esm/view/expenseAutomationView/payload/reconciliationPayload.js.map +1 -0
  833. package/lib/esm/view/expenseAutomationView/payload/transactionCategorizationPayload.js.map +1 -0
  834. package/lib/esm/view/expenseAutomationView/reducers/fluxAnalysisViewReducer.js.map +1 -0
  835. package/lib/esm/view/expenseAutomationView/reducers/jeSchedulesViewReducer.js.map +1 -0
  836. package/lib/esm/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js.map +1 -0
  837. package/lib/esm/view/expenseAutomationView/reducers/reconciliationViewReducer.js.map +1 -0
  838. package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js.map +1 -0
  839. package/lib/esm/view/expenseAutomationView/selectorTypes/expenseAutomationViewSelectorTypes.js.map +1 -0
  840. package/lib/esm/view/expenseAutomationView/selectorTypes/fluxAnalysisViewSelectorTypes.js.map +1 -0
  841. package/lib/esm/view/expenseAutomationView/selectorTypes/jeAccountSettingsViewSelectorTypes.js.map +1 -0
  842. package/lib/esm/view/expenseAutomationView/selectorTypes/jeSchedulesSelectorTypes.js.map +1 -0
  843. package/lib/esm/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.js.map +1 -0
  844. package/lib/esm/view/expenseAutomationView/selectorTypes/reconciliationViewSelectorTypes.js.map +1 -0
  845. package/lib/esm/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.js.map +1 -0
  846. package/lib/esm/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.js.map +1 -0
  847. package/lib/esm/view/expenseAutomationView/selectors/jeAccountSettingsViewSelector.js.map +1 -0
  848. package/lib/esm/view/expenseAutomationView/selectors/jeSchedulesViewSelector.js.map +1 -0
  849. package/lib/esm/view/expenseAutomationView/selectors/missingReceiptsSelector.js.map +1 -0
  850. package/lib/esm/view/expenseAutomationView/selectors/reconciliationViewSelector.js.map +1 -0
  851. package/lib/esm/view/expenseAutomationView/selectors/transactionCategorizationSelector.js.map +1 -0
  852. package/lib/esm/view/expenseAutomationView/transactionFilterHelpers.js.map +1 -0
  853. package/lib/esm/view/expenseAutomationView/types/completedSubTab.js.map +1 -0
  854. package/lib/esm/view/expenseAutomationView/types/fluxAnalysisViewState.js.map +1 -0
  855. package/lib/esm/view/expenseAutomationView/types/jeSchedulesViewState.js.map +1 -0
  856. package/lib/esm/view/expenseAutomationView/types/missingReceiptsViewState.js.map +1 -0
  857. package/lib/esm/view/expenseAutomationView/types/reconciliationViewState.js.map +1 -0
  858. package/lib/esm/view/expenseAutomationView/types/transactionsViewState.js.map +1 -0
  859. package/lib/esm/view/featureNotificationView/epics/fetchRegisteredInterestsEpic.js.map +1 -0
  860. package/lib/esm/view/featureNotificationView/epics/notifyMeForFeatureEpic.js.map +1 -0
  861. package/lib/esm/view/featureNotificationView/featureNotificationViewPayload.js.map +1 -0
  862. package/lib/esm/view/featureNotificationView/featureNotificationViewReducer.js.map +1 -0
  863. package/lib/esm/view/featureNotificationView/featureNotificationViewSelector.js.map +1 -0
  864. package/lib/esm/view/featureNotificationView/featureNotificationViewState.js.map +1 -0
  865. package/lib/esm/view/fileView/epic/deleteFileEpic.js +2 -2
  866. package/lib/esm/view/fileView/epic/deleteFileEpic.js.map +1 -0
  867. package/lib/esm/view/fileView/epic/deleteFileListEpic.js +2 -2
  868. package/lib/esm/view/fileView/epic/deleteFileListEpic.js.map +1 -0
  869. package/lib/esm/view/fileView/epic/fetchFileEpic.js.map +1 -0
  870. package/lib/esm/view/fileView/epic/fetchFileListEpic.js.map +1 -0
  871. package/lib/esm/view/fileView/epic/updateFileNameEpic.js +2 -2
  872. package/lib/esm/view/fileView/epic/updateFileNameEpic.js.map +1 -0
  873. package/lib/esm/view/fileView/epic/updateFilesMetadataEpic.js.map +1 -0
  874. package/lib/esm/view/fileView/fileDownloadHelpers.js.map +1 -0
  875. package/lib/esm/view/fileView/fileUploadHelpers.js.map +1 -0
  876. package/lib/esm/view/fileView/fileViewPayload.js.map +1 -0
  877. package/lib/esm/view/fileView/fileViewReducer.js.map +1 -0
  878. package/lib/esm/view/fileView/fileViewSelector.js.map +1 -0
  879. package/lib/esm/view/fileView/fileViewState.js.map +1 -0
  880. package/lib/esm/view/financeStatement/financeStatementEpic.js.map +1 -0
  881. package/lib/esm/view/financeStatement/financeStatementReducer.js.map +1 -0
  882. package/lib/esm/view/financeStatement/financeStatementSelector.js.map +1 -0
  883. package/lib/esm/view/financeStatement/financeStatementState.js.map +1 -0
  884. package/lib/esm/view/forecastList/fetchForecastListEpic.js.map +1 -0
  885. package/lib/esm/view/forecastList/forecastListPayload.js.map +1 -0
  886. package/lib/esm/view/forecastList/forecastListReducer.js.map +1 -0
  887. package/lib/esm/view/forecastList/forecastListSelector.js.map +1 -0
  888. package/lib/esm/view/forecastList/forecastListState.js.map +1 -0
  889. package/lib/esm/view/globalMerchantView/epics/createGlobalMerchantEpic.js.map +1 -0
  890. package/lib/esm/view/globalMerchantView/epics/fetchGlobalMerchantRecommendationEpic.js.map +1 -0
  891. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/fetchGlobalMerchantAutoCompleteViewEpic.js.map +1 -0
  892. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewPayload.js.map +1 -0
  893. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewReducer.js.map +1 -0
  894. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewSelector.js.map +1 -0
  895. package/lib/esm/view/globalMerchantView/globalMerchantAutoCompleteView/globalMerchantAutoCompleteViewState.js.map +1 -0
  896. package/lib/esm/view/globalMerchantView/globalMerchantViewPayload.js.map +1 -0
  897. package/lib/esm/view/globalMerchantView/globalMerchantViewReducer.js.map +1 -0
  898. package/lib/esm/view/globalMerchantView/globalMerchantViewSelector.js.map +1 -0
  899. package/lib/esm/view/globalMerchantView/globalMerchantViewState.js.map +1 -0
  900. package/lib/esm/view/insightsCard/insightsCardEpic.js.map +1 -0
  901. package/lib/esm/view/insightsCard/insightsCardPayload.js.map +1 -0
  902. package/lib/esm/view/insightsCard/insightsCardReducer.js.map +1 -0
  903. package/lib/esm/view/insightsCard/insightsCardSelector.js.map +1 -0
  904. package/lib/esm/view/insightsCard/insightsCardSelectorTypes.js.map +1 -0
  905. package/lib/esm/view/insightsCard/insightsCardState.js.map +1 -0
  906. package/lib/esm/view/monthEndCloseChecksView/epics/fetchMonthClosePerformanceTrendEpic.js.map +1 -0
  907. package/lib/esm/view/monthEndCloseChecksView/epics/fetchMonthEndCloseChecksEpic.js.map +1 -0
  908. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewPayload.js.map +1 -0
  909. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewReducer.js.map +1 -0
  910. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewSelector.js.map +1 -0
  911. package/lib/esm/view/monthEndCloseChecksView/monthEndCloseChecksViewState.js.map +1 -0
  912. package/lib/esm/view/netBurnOrIncome/fetchNetBurnOrIncomeWithForecastEpic.js.map +1 -0
  913. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeEpic.js.map +1 -0
  914. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeForTimeframeEpic.js.map +1 -0
  915. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeHelper.js.map +1 -0
  916. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomePayload.js.map +1 -0
  917. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeReducer.js.map +1 -0
  918. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeSelector.js.map +1 -0
  919. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeSelectorTypes.js.map +1 -0
  920. package/lib/esm/view/netBurnOrIncome/netBurnOrIncomeState.js.map +1 -0
  921. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewEpic.js.map +1 -0
  922. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewPayload.js.map +1 -0
  923. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewReducer.js.map +1 -0
  924. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelector.js.map +1 -0
  925. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewSelectorTypes.js.map +1 -0
  926. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeClassesViewState.js.map +1 -0
  927. package/lib/esm/view/netBurnOrIncomeClassesView/netBurnOrIncomeForTimeframeClassesViewEpic.js.map +1 -0
  928. package/lib/esm/view/netBurnOrIncomeStoryCard/epic/fetchNetBurnOrIncomeStoryCardEpic.js.map +1 -0
  929. package/lib/esm/view/netBurnOrIncomeStoryCard/epic/updateNetBurnOrIncomeStoryCardSettingsEpic.js.map +1 -0
  930. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardPayload.js.map +1 -0
  931. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardReducer.js.map +1 -0
  932. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelector.js.map +1 -0
  933. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardSelectorTypes.js.map +1 -0
  934. package/lib/esm/view/netBurnOrIncomeStoryCard/netBurnOrIncomeStoryCardState.js.map +1 -0
  935. package/lib/esm/view/notificationView/epics/fetchNotificationUnreadCountEpic.js.map +1 -0
  936. package/lib/esm/view/notificationView/epics/fetchNotificationViewEpic.js.map +1 -0
  937. package/lib/esm/view/notificationView/epics/updateNotificationViewAllNotificationsStatusEpic.js.map +1 -0
  938. package/lib/esm/view/notificationView/epics/updateNotificationViewNotificationStatusEpic.js.map +1 -0
  939. package/lib/esm/view/notificationView/notificationView.helpers.js.map +1 -0
  940. package/lib/esm/view/notificationView/notificationViewPayload.js.map +1 -0
  941. package/lib/esm/view/notificationView/notificationViewReducer.js.map +1 -0
  942. package/lib/esm/view/notificationView/notificationViewSelector.js.map +1 -0
  943. package/lib/esm/view/notificationView/notificationViewState.js.map +1 -0
  944. package/lib/esm/view/onboardingView/cockpitView/epic/fetchCompanyOnboardingViewEpic.js.map +1 -0
  945. package/lib/esm/view/onboardingView/cockpitView/epic/fetchOnboardingCompletedCompaniesEpic.js.map +1 -0
  946. package/lib/esm/view/onboardingView/cockpitView/epic/fetchQBOConnectionPoolEpic.js.map +1 -0
  947. package/lib/esm/view/onboardingView/cockpitView/epic/getOnboardingEmailGroupEpic.js.map +1 -0
  948. package/lib/esm/view/onboardingView/cockpitView/epic/initializeOnboardingCustomerViewUpdateDataEpic.js.map +1 -0
  949. package/lib/esm/view/onboardingView/cockpitView/epic/retryBankAccountConnectionForOnboardingEpic.js.map +1 -0
  950. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerCompletedStatusEpic.js.map +1 -0
  951. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerNotesEpic.js.map +1 -0
  952. package/lib/esm/view/onboardingView/cockpitView/epic/saveOnboardingCustomerViewUpdatesEpic.js.map +1 -0
  953. package/lib/esm/view/onboardingView/cockpitView/epic/sendOnboardingCustomerViewInviteEpic.js.map +1 -0
  954. package/lib/esm/view/onboardingView/cockpitView/epic/updateQBOConnectionPoolExternalConnectionEpic.js.map +1 -0
  955. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewPayload.js.map +1 -0
  956. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewReducer.js.map +1 -0
  957. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewSelector.js.map +1 -0
  958. package/lib/esm/view/onboardingView/cockpitView/onboardingCockpitViewState.js.map +1 -0
  959. package/lib/esm/view/onboardingView/cockpitView/types/onboardingCockpitViewTypes.js.map +1 -0
  960. package/lib/esm/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.js +42 -0
  961. package/lib/esm/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.js.map +1 -0
  962. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.js +29 -0
  963. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.js.map +1 -0
  964. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.js +40 -0
  965. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.js.map +1 -0
  966. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerSetupViewEpic.js.map +1 -0
  967. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/fetchOnboardingCustomerViewEpic.js.map +1 -0
  968. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewCompleteStatusEpic.js.map +1 -0
  969. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewDashboardLoadedEpic.js.map +1 -0
  970. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewEpic.js.map +1 -0
  971. package/lib/esm/view/onboardingView/customerView/epic/customerDetails/updateOnboardingCustomerViewLocalStoreDataEpic.js.map +1 -0
  972. package/lib/esm/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountLoginStatusEpic.js.map +1 -0
  973. package/lib/esm/view/onboardingView/customerView/epic/paymentAccounts/updateOnboardingPaymentAccountStatusEpic.js.map +1 -0
  974. package/lib/esm/view/onboardingView/customerView/epic/plaidConnection/establishOnboardingPlaidConnectionEpic.js.map +1 -0
  975. package/lib/esm/view/onboardingView/customerView/epic/plaidConnection/getOnboardingPlaidLinkTokenEpic.js.map +1 -0
  976. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewPayload.js.map +1 -0
  977. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewReducer.js +217 -50
  978. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewReducer.js.map +1 -0
  979. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewSelector.js +7 -1
  980. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewSelector.js.map +1 -0
  981. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewState.js +12 -0
  982. package/lib/esm/view/onboardingView/customerView/onboardingCustomerViewState.js.map +1 -0
  983. package/lib/esm/view/onboardingView/customerView/types/paymentAccount.js.map +1 -0
  984. package/lib/esm/view/opEx/fetchOpExWithForecastEpic.js.map +1 -0
  985. package/lib/esm/view/opEx/opExEpic.js.map +1 -0
  986. package/lib/esm/view/opEx/opExForTimeFrameEpic.js.map +1 -0
  987. package/lib/esm/view/opEx/opExPayload.js.map +1 -0
  988. package/lib/esm/view/opEx/opExReducer.js.map +1 -0
  989. package/lib/esm/view/opEx/opExSelector.js.map +1 -0
  990. package/lib/esm/view/opEx/opExSelectorTypes.js.map +1 -0
  991. package/lib/esm/view/opEx/opExState.js.map +1 -0
  992. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportEpic.js.map +1 -0
  993. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportForTimeframeEpic.js.map +1 -0
  994. package/lib/esm/view/opExByVendor/fetchOpExByVendorReportSummaryEpic.js.map +1 -0
  995. package/lib/esm/view/opExByVendor/opExByVendorPayload.js.map +1 -0
  996. package/lib/esm/view/opExByVendor/opExByVendorReducer.js.map +1 -0
  997. package/lib/esm/view/opExByVendor/opExByVendorSelector.js.map +1 -0
  998. package/lib/esm/view/opExByVendor/opExByVendorState.js.map +1 -0
  999. package/lib/esm/view/opExClassesView/opExClassesViewEpic.js.map +1 -0
  1000. package/lib/esm/view/opExClassesView/opExClassesViewPayload.js.map +1 -0
  1001. package/lib/esm/view/opExClassesView/opExClassesViewReducer.js.map +1 -0
  1002. package/lib/esm/view/opExClassesView/opExClassesViewSelector.js.map +1 -0
  1003. package/lib/esm/view/opExClassesView/opExClassesViewSelectorTypes.js.map +1 -0
  1004. package/lib/esm/view/opExClassesView/opExClassesViewState.js.map +1 -0
  1005. package/lib/esm/view/opExClassesView/opExForTimeframeClassesViewEpic.js.map +1 -0
  1006. package/lib/esm/view/ownerList/fetchOwnerListEpic.js.map +1 -0
  1007. package/lib/esm/view/ownerList/ownerListPayload.js.map +1 -0
  1008. package/lib/esm/view/ownerList/ownerListReducer.js.map +1 -0
  1009. package/lib/esm/view/ownerList/ownerListState.js.map +1 -0
  1010. package/lib/esm/view/people/changeZeniPersonRolesEpic.js.map +1 -0
  1011. package/lib/esm/view/people/deletePersonEpic.js.map +1 -0
  1012. package/lib/esm/view/people/fetchAllPeopleRequiredViewsEpic.js.map +1 -0
  1013. package/lib/esm/view/people/fetchPeopleEpic.js.map +1 -0
  1014. package/lib/esm/view/people/helpers/updateManagersListOnRoleChange.js.map +1 -0
  1015. package/lib/esm/view/people/initializeEditPersonEpic.js.map +1 -0
  1016. package/lib/esm/view/people/invitePeopleEpic.js.map +1 -0
  1017. package/lib/esm/view/people/inviteZeniPeopleEpic.js.map +1 -0
  1018. package/lib/esm/view/people/peoplePageEpic.js.map +1 -0
  1019. package/lib/esm/view/people/peoplePayload.js.map +1 -0
  1020. package/lib/esm/view/people/peopleReducer.js.map +1 -0
  1021. package/lib/esm/view/people/peopleSaveUpdatesEpic.js.map +1 -0
  1022. package/lib/esm/view/people/peopleSelector.js.map +1 -0
  1023. package/lib/esm/view/people/peopleSelectorTypes.js.map +1 -0
  1024. package/lib/esm/view/people/peopleState.js.map +1 -0
  1025. package/lib/esm/view/people/peopleTypes.js.map +1 -0
  1026. package/lib/esm/view/people/resendInviteEpic.js.map +1 -0
  1027. package/lib/esm/view/profitAndLoss/pAndLWithForecast/pAndLWithForecastSelector.js.map +1 -0
  1028. package/lib/esm/view/profitAndLoss/profitAndLossEpic.js.map +1 -0
  1029. package/lib/esm/view/profitAndLoss/profitAndLossForTimeframeEpic.js.map +1 -0
  1030. package/lib/esm/view/profitAndLoss/profitAndLossPayload.js.map +1 -0
  1031. package/lib/esm/view/profitAndLoss/profitAndLossReducer.js.map +1 -0
  1032. package/lib/esm/view/profitAndLoss/profitAndLossSelector.js.map +1 -0
  1033. package/lib/esm/view/profitAndLoss/profitAndLossState.js.map +1 -0
  1034. package/lib/esm/view/profitAndLossClassesView/horizontalSectionEmptyBalancesSlice.js.map +1 -0
  1035. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.js.map +1 -0
  1036. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.js.map +1 -0
  1037. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewEpic.js.map +1 -0
  1038. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewPayload.js.map +1 -0
  1039. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewReducer.js.map +1 -0
  1040. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewSelector.js.map +1 -0
  1041. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewSelectorTypes.js.map +1 -0
  1042. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewState.js.map +1 -0
  1043. package/lib/esm/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.js.map +1 -0
  1044. package/lib/esm/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.js.map +1 -0
  1045. package/lib/esm/view/profitAndLossProjectView/profitAndLossForTimeframeProjectViewEpic.js.map +1 -0
  1046. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewEpic.js.map +1 -0
  1047. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewPayload.js.map +1 -0
  1048. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewReducer.js.map +1 -0
  1049. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewSelector.js.map +1 -0
  1050. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewSelectorTypes.js.map +1 -0
  1051. package/lib/esm/view/profitAndLossProjectView/profitAndLossProjectViewState.js.map +1 -0
  1052. package/lib/esm/view/projectList/fetchProjectListEpic.js.map +1 -0
  1053. package/lib/esm/view/projectList/projectListPayload.js.map +1 -0
  1054. package/lib/esm/view/projectList/projectListReducer.js.map +1 -0
  1055. package/lib/esm/view/projectList/projectListSelector.js.map +1 -0
  1056. package/lib/esm/view/projectList/projectListState.js.map +1 -0
  1057. package/lib/esm/view/recommendation/fetchEntityRecommendationsByTransactionIdEpic.js.map +1 -0
  1058. package/lib/esm/view/recommendation/fetchEntityRecommendationsForLineUpdateEpic.js.map +1 -0
  1059. package/lib/esm/view/recommendation/fetchRecommendationByEntityIdEpic.js.map +1 -0
  1060. package/lib/esm/view/recommendation/fetchRecommendationByEntityNameEpic.js.map +1 -0
  1061. package/lib/esm/view/recommendation/recommendationHelper.js.map +1 -0
  1062. package/lib/esm/view/recommendation/recommendationPayload.js.map +1 -0
  1063. package/lib/esm/view/recommendation/recommendationReducer.js.map +1 -0
  1064. package/lib/esm/view/recommendation/recommendationSelector.js.map +1 -0
  1065. package/lib/esm/view/recommendation/recommendationState.js.map +1 -0
  1066. package/lib/esm/view/referralView/epics/fetchReferralsEpic.js.map +1 -0
  1067. package/lib/esm/view/referralView/epics/fetchRewardsPlanEpic.js.map +1 -0
  1068. package/lib/esm/view/referralView/epics/resendReferralInviteEpic.js.map +1 -0
  1069. package/lib/esm/view/referralView/epics/sendReferralInviteEpic.js.map +1 -0
  1070. package/lib/esm/view/referralView/epics/updateReferViewedEpic.js.map +1 -0
  1071. package/lib/esm/view/referralView/referralPayload.js.map +1 -0
  1072. package/lib/esm/view/referralView/referralReducer.js.map +1 -0
  1073. package/lib/esm/view/referralView/referralSelector.js.map +1 -0
  1074. package/lib/esm/view/referralView/referralState.js.map +1 -0
  1075. package/lib/esm/view/reimbursementCard/fetchReimbursementCardEpic.js.map +1 -0
  1076. package/lib/esm/view/reimbursementCard/reimbursementCardPayload.js.map +1 -0
  1077. package/lib/esm/view/reimbursementCard/reimbursementCardReducer.js.map +1 -0
  1078. package/lib/esm/view/reimbursementCard/reimbursementCardSelector.js.map +1 -0
  1079. package/lib/esm/view/reimbursementCard/reimbursementCardState.js.map +1 -0
  1080. package/lib/esm/view/reportUIOptions/reportUIOptionsReducer.js.map +1 -0
  1081. package/lib/esm/view/reportUIOptions/reportUIOptionsState.js.map +1 -0
  1082. package/lib/esm/view/reportUIOptions/toggleReportUIOptionForecastModeEpic.js.map +1 -0
  1083. package/lib/esm/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.js.map +1 -0
  1084. package/lib/esm/view/reportUIOptions/updateReportUIOptionCompareModeEpic.js.map +1 -0
  1085. package/lib/esm/view/reportUIOptions/updateReportUIOptionIsCompareModeOnEpic.js.map +1 -0
  1086. package/lib/esm/view/reportUIOptions/updateReportUIOptionThisPeriodEpic.js.map +1 -0
  1087. package/lib/esm/view/reportUIOptions/updateReportUIOptionTimeFrameEpic.js.map +1 -0
  1088. package/lib/esm/view/reportsResync/reportsClassViewRefetchingEpic.js.map +1 -0
  1089. package/lib/esm/view/reportsResync/reportsResyncEpic.js.map +1 -0
  1090. package/lib/esm/view/reportsResync/reportsResyncReducer.js.map +1 -0
  1091. package/lib/esm/view/reportsResync/reportsResyncSelector.js.map +1 -0
  1092. package/lib/esm/view/reportsResync/reportsResyncState.js.map +1 -0
  1093. package/lib/esm/view/revenue/fetchRevenueWithForecastEpic.js.map +1 -0
  1094. package/lib/esm/view/revenue/revenueEpic.js.map +1 -0
  1095. package/lib/esm/view/revenue/revenueForTimeframeEpic.js.map +1 -0
  1096. package/lib/esm/view/revenue/revenueHelper.js.map +1 -0
  1097. package/lib/esm/view/revenue/revenuePayload.js.map +1 -0
  1098. package/lib/esm/view/revenue/revenueReducer.js.map +1 -0
  1099. package/lib/esm/view/revenue/revenueSelector.js.map +1 -0
  1100. package/lib/esm/view/revenue/revenueSelectorTypes.js.map +1 -0
  1101. package/lib/esm/view/revenue/revenueState.js.map +1 -0
  1102. package/lib/esm/view/revenueClassesView/revenueClassesViewEpic.js.map +1 -0
  1103. package/lib/esm/view/revenueClassesView/revenueClassesViewPayload.js.map +1 -0
  1104. package/lib/esm/view/revenueClassesView/revenueClassesViewReducer.js.map +1 -0
  1105. package/lib/esm/view/revenueClassesView/revenueClassesViewSelector.js.map +1 -0
  1106. package/lib/esm/view/revenueClassesView/revenueClassesViewSelectorTypes.js.map +1 -0
  1107. package/lib/esm/view/revenueClassesView/revenueClassesViewState.js.map +1 -0
  1108. package/lib/esm/view/revenueClassesView/revenueForTimeframeClassesViewEpic.js.map +1 -0
  1109. package/lib/esm/view/reviewCompanyView/fetchReviewCompanyViewEpic.js.map +1 -0
  1110. package/lib/esm/view/reviewCompanyView/retryBankAccountConnectionEpic.js.map +1 -0
  1111. package/lib/esm/view/reviewCompanyView/reviewCompanyPayload.js.map +1 -0
  1112. package/lib/esm/view/reviewCompanyView/reviewCompanyViewReducer.js.map +1 -0
  1113. package/lib/esm/view/reviewCompanyView/reviewCompanyViewSelector.js.map +1 -0
  1114. package/lib/esm/view/reviewCompanyView/reviewCompanyViewState.js.map +1 -0
  1115. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/LinkBillExpenseView/linkBillExpense.js.map +1 -0
  1116. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/cancelScheduleAccruedJournalEntryEpic.js.map +1 -0
  1117. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/createNewSchedulesAccruedEpic.js.map +1 -0
  1118. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/deleteScheduleAccruedDetailEpic.js.map +1 -0
  1119. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchRecommendedTransactionRowIndexEpic.js.map +1 -0
  1120. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsEpic.js.map +1 -0
  1121. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/fetchScheduleAccruedDetailsPageEpic.js.map +1 -0
  1122. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/initializeScheduleAccruedDetailLocalDataEpic.js.map +1 -0
  1123. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/saveScheduleAccruedDetailsEpic.js.map +1 -0
  1124. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/epics/updateAmountsInScheduleAccruedDetailEpic.js.map +1 -0
  1125. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailLocalDataHelper.js.map +1 -0
  1126. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailPayload.js.map +1 -0
  1127. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailReducer.js.map +1 -0
  1128. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailSelector.js.map +1 -0
  1129. package/lib/esm/view/scheduleView/scheduleAccruedDetailView/scheduleAccruedDetailState.js.map +1 -0
  1130. package/lib/esm/view/scheduleView/scheduleDetailView/epics/createNewSchedulesEpic.js.map +1 -0
  1131. package/lib/esm/view/scheduleView/scheduleDetailView/epics/deleteScheduleDetailEpic.js.map +1 -0
  1132. package/lib/esm/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsEpic.js.map +1 -0
  1133. package/lib/esm/view/scheduleView/scheduleDetailView/epics/fetchScheduleDetailsPageEpic.js.map +1 -0
  1134. package/lib/esm/view/scheduleView/scheduleDetailView/epics/initializeScheduleDetailLocalDataEpic.js.map +1 -0
  1135. package/lib/esm/view/scheduleView/scheduleDetailView/epics/markAsCompleteScheduleDetailEpic.js.map +1 -0
  1136. package/lib/esm/view/scheduleView/scheduleDetailView/epics/saveScheduleDetailsEpic.js.map +1 -0
  1137. package/lib/esm/view/scheduleView/scheduleDetailView/epics/updateAmountsInScheduleDetailEpic.js.map +1 -0
  1138. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailLocalDataHelper.js.map +1 -0
  1139. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailPayload.js.map +1 -0
  1140. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailReducer.js.map +1 -0
  1141. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailSelector.js.map +1 -0
  1142. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailState.js.map +1 -0
  1143. package/lib/esm/view/scheduleView/scheduleDetailView/scheduleDetailTypes.js.map +1 -0
  1144. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchAccruedScheduleListEpic.js.map +1 -0
  1145. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchDownloadSchedulesEpic.js.map +1 -0
  1146. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchScheduleListEpic.js.map +1 -0
  1147. package/lib/esm/view/scheduleView/scheduleListView/epics/fetchSchedulesAccountEpic.js.map +1 -0
  1148. package/lib/esm/view/scheduleView/scheduleListView/scheduleListHelper.js.map +1 -0
  1149. package/lib/esm/view/scheduleView/scheduleListView/scheduleListPayload.js.map +1 -0
  1150. package/lib/esm/view/scheduleView/scheduleListView/scheduleListReducer.js.map +1 -0
  1151. package/lib/esm/view/scheduleView/scheduleListView/scheduleListSelector.js.map +1 -0
  1152. package/lib/esm/view/scheduleView/scheduleListView/scheduleListState.js.map +1 -0
  1153. package/lib/esm/view/scheduleView/scheduleListView/scheduleListTypes.js.map +1 -0
  1154. package/lib/esm/view/settingsView/epic/fetchBankAccountsListEpic.js.map +1 -0
  1155. package/lib/esm/view/settingsView/epic/fetchBankConnectionsViewEpic.js.map +1 -0
  1156. package/lib/esm/view/settingsView/epic/fetchBillingAccountsViewEpic.js.map +1 -0
  1157. package/lib/esm/view/settingsView/epic/fetchCompanyBillingAddressEpic.js.map +1 -0
  1158. package/lib/esm/view/settingsView/epic/fetchMyProfileEpic.js.map +1 -0
  1159. package/lib/esm/view/settingsView/epic/fetchMyProfileViewEpic.js.map +1 -0
  1160. package/lib/esm/view/settingsView/epic/fetchNotificationSettingsEpic.js.map +1 -0
  1161. package/lib/esm/view/settingsView/epic/fetchNotificationSettingsViewEpic.js.map +1 -0
  1162. package/lib/esm/view/settingsView/epic/initializeMyProfileLocalDataEpic.js.map +1 -0
  1163. package/lib/esm/view/settingsView/epic/refreshIntegrationsDataEpic.js.map +1 -0
  1164. package/lib/esm/view/settingsView/epic/saveCompanyBillingAddressEpic.js.map +1 -0
  1165. package/lib/esm/view/settingsView/epic/saveNotificationSettingsEpic.js.map +1 -0
  1166. package/lib/esm/view/settingsView/epic/updateMyProfileEpic.js.map +1 -0
  1167. package/lib/esm/view/settingsView/settingsViewHelpers.js.map +1 -0
  1168. package/lib/esm/view/settingsView/settingsViewPayload.js.map +1 -0
  1169. package/lib/esm/view/settingsView/settingsViewReducer.js.map +1 -0
  1170. package/lib/esm/view/settingsView/settingsViewSelector.js.map +1 -0
  1171. package/lib/esm/view/settingsView/settingsViewState.js.map +1 -0
  1172. package/lib/esm/view/settingsView/types/settingsViewSelectorTypes.js.map +1 -0
  1173. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesPayload.js.map +1 -0
  1174. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesReducer.js.map +1 -0
  1175. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesSelector.js.map +1 -0
  1176. package/lib/esm/view/spendManagement/autotransferRules/autoTransferRulesState.js.map +1 -0
  1177. package/lib/esm/view/spendManagement/autotransferRules/epics/createAutoTransferRuleEpic.js.map +1 -0
  1178. package/lib/esm/view/spendManagement/autotransferRules/epics/deleteAutoTransferRuleEpic.js.map +1 -0
  1179. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferReviewDetailEpic.js.map +1 -0
  1180. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferRuleHistory.js.map +1 -0
  1181. package/lib/esm/view/spendManagement/autotransferRules/epics/fetchAutoTransferRulesEpic.js.map +1 -0
  1182. package/lib/esm/view/spendManagement/autotransferRules/epics/updateAutoTransferRuleEpic.js.map +1 -0
  1183. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewPayload.js.map +1 -0
  1184. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewReducer.js.map +1 -0
  1185. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewSelector.js.map +1 -0
  1186. package/lib/esm/view/spendManagement/billPay/billDetailView/billDetailViewState.js.map +1 -0
  1187. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/approveOrRejectBillEpic.js.map +1 -0
  1188. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/cancelAndDeleteBillEpic.js.map +1 -0
  1189. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/deleteBillEpic.js.map +1 -0
  1190. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/fetchBillDetailEpic.js.map +1 -0
  1191. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/fetchEligibleActionsForBillEpic.js.map +1 -0
  1192. package/lib/esm/view/spendManagement/billPay/billDetailView/epics/retryOrRefundBillEpic.js.map +1 -0
  1193. package/lib/esm/view/spendManagement/billPay/billList/billListDownloadSelector.js.map +1 -0
  1194. package/lib/esm/view/spendManagement/billPay/billList/billListPayload.js.map +1 -0
  1195. package/lib/esm/view/spendManagement/billPay/billList/billListReducer.js.map +1 -0
  1196. package/lib/esm/view/spendManagement/billPay/billList/billListSelector.js.map +1 -0
  1197. package/lib/esm/view/spendManagement/billPay/billList/billListState.js.map +1 -0
  1198. package/lib/esm/view/spendManagement/billPay/billList/fetchBillListEpic.js.map +1 -0
  1199. package/lib/esm/view/spendManagement/billPay/billList/fetchBillListPerTabEpic.js.map +1 -0
  1200. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigPayload.js.map +1 -0
  1201. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigReducer.js.map +1 -0
  1202. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigSelector.js.map +1 -0
  1203. package/lib/esm/view/spendManagement/billPay/billPayConfig/billPayConfigState.js.map +1 -0
  1204. package/lib/esm/view/spendManagement/billPay/billPayConfig/fetchBillPayConfigEpic.js.map +1 -0
  1205. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewPayload.js.map +1 -0
  1206. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewReducer.js.map +1 -0
  1207. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewSelector.js.map +1 -0
  1208. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewState.js.map +1 -0
  1209. package/lib/esm/view/spendManagement/billPay/billPayReview/fetchDuplicateBillEpic.js.map +1 -0
  1210. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewPayload.js.map +1 -0
  1211. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewReducer.js.map +1 -0
  1212. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js.map +1 -0
  1213. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelectorTypes.js.map +1 -0
  1214. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewState.js.map +1 -0
  1215. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/deleteBillPayApprovalRuleEpic.js.map +1 -0
  1216. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.js.map +1 -0
  1217. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversListEpic.js.map +1 -0
  1218. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPaySetupApproverViewEpic.js.map +1 -0
  1219. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/initializeBillPaySetupApproverViewUpdateDataEpic.js.map +1 -0
  1220. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/saveBillPaySetupApproverViewUpdatesEpic.js.map +1 -0
  1221. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/types/commonPayload.js.map +1 -0
  1222. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/types/commonState.js.map +1 -0
  1223. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewPayload.js.map +1 -0
  1224. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewReducer.js.map +1 -0
  1225. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewSelector.js.map +1 -0
  1226. package/lib/esm/view/spendManagement/billPay/billPaySetupView/billPaySetupViewState.js.map +1 -0
  1227. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPaySetup/fetchBillPaySetupViewEpic.js.map +1 -0
  1228. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayTermsEpic.js.map +1 -0
  1229. package/lib/esm/view/spendManagement/billPay/billPaySetupView/epic/billPayTerms/acceptBillPayUpdatedTermsEpic.js.map +1 -0
  1230. package/lib/esm/view/spendManagement/billPay/billPaySetupView/types/billPayTerms.js.map +1 -0
  1231. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewPayload.js.map +1 -0
  1232. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewReducer.js.map +1 -0
  1233. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewSelector.js.map +1 -0
  1234. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/billsBulkActionViewState.js.map +1 -0
  1235. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/approveOrRejectBillsBulkActionEpic.js.map +1 -0
  1236. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/cancelOrDeleteBillsBulkActionEpic.js.map +1 -0
  1237. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/submitDraftBillsBulkActionEpic.js.map +1 -0
  1238. package/lib/esm/view/spendManagement/billPay/billsBulkActionView/epics/validateBillsBulkActionEpic.ts.js.map +1 -0
  1239. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewPayload.js.map +1 -0
  1240. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewReducer.js.map +1 -0
  1241. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewSelector.js.map +1 -0
  1242. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewState.js.map +1 -0
  1243. package/lib/esm/view/spendManagement/billPay/editBillView/epics/convertAmountToHomeCurrencyEpic.js.map +1 -0
  1244. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchBillAndInitializeLocalStoreEpic.js.map +1 -0
  1245. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchEditBillDetailPageEpic.js.map +1 -0
  1246. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchVendorAndUpdateBillLocalDataEpic.js.map +1 -0
  1247. package/lib/esm/view/spendManagement/billPay/editBillView/epics/fetchVendorByNameAndParseInvoice.js.map +1 -0
  1248. package/lib/esm/view/spendManagement/billPay/editBillView/epics/initializeBillToLocalStoreEpic.js.map +1 -0
  1249. package/lib/esm/view/spendManagement/billPay/editBillView/epics/parseInvoiceToBillEpic.js.map +1 -0
  1250. package/lib/esm/view/spendManagement/billPay/editBillView/epics/saveBillDetailEpic.js.map +1 -0
  1251. package/lib/esm/view/spendManagement/billPay/editBillView/epics/updateVendorContactEpic.js.map +1 -0
  1252. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/createInternationalPaymentInstrumentEpic.js.map +1 -0
  1253. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/deletePaymentInstrumentEpic.js.map +1 -0
  1254. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/fetchInternationalWireDynamicFormEpic.js.map +1 -0
  1255. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/initializeDynamicFormEpic.js.map +1 -0
  1256. package/lib/esm/view/spendManagement/billPay/internationalWire/epics/initializeInternationalWireLocalDataEpic.js.map +1 -0
  1257. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWire.js.map +1 -0
  1258. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWirePayload.js.map +1 -0
  1259. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWireReducer.js.map +1 -0
  1260. package/lib/esm/view/spendManagement/billPay/internationalWire/internationalWireSelector.js.map +1 -0
  1261. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/fetchIntlVerificationFormEpic.js.map +1 -0
  1262. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/initializeIntlVerificationFormEpic.js.map +1 -0
  1263. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/epics/submitIntlVerificationEpic.js.map +1 -0
  1264. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationPayload.js.map +1 -0
  1265. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationReducer.js.map +1 -0
  1266. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationSelector.js.map +1 -0
  1267. package/lib/esm/view/spendManagement/billPay/internationalWireVerification/internationalWireVerificationState.js.map +1 -0
  1268. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameByRoutingEpic.js.map +1 -0
  1269. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBankNameBySwiftEpic.js.map +1 -0
  1270. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkBillEpic.js.map +1 -0
  1271. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/fetchMagicLinkTenantEpic.js.map +1 -0
  1272. package/lib/esm/view/spendManagement/billPay/magicLinkView/epics/saveMagicLinkBankAccountEpic.js.map +1 -0
  1273. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewPayload.js.map +1 -0
  1274. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewReducer.js.map +1 -0
  1275. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewSelector.js.map +1 -0
  1276. package/lib/esm/view/spendManagement/billPay/magicLinkView/magicLinkViewState.js.map +1 -0
  1277. package/lib/esm/view/spendManagement/billPay/previousBills/fetchPreviousBillsEpic.js.map +1 -0
  1278. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsPayload.js.map +1 -0
  1279. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsReducer.js.map +1 -0
  1280. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsSelector.js.map +1 -0
  1281. package/lib/esm/view/spendManagement/billPay/previousBills/previousBillsState.js.map +1 -0
  1282. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectEpic.js.map +1 -0
  1283. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectReducer.js.map +1 -0
  1284. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectSelector.js.map +1 -0
  1285. package/lib/esm/view/spendManagement/billPay/wiseRedirectView/wiseRedirectState.js.map +1 -0
  1286. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingReducer.js.map +1 -0
  1287. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingSelector.js.map +1 -0
  1288. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/cardUserOnboardingState.js.map +1 -0
  1289. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/epics/initializeCardUserOnboardingLocalDataEpic.js.map +1 -0
  1290. package/lib/esm/view/spendManagement/chargeCards/cardUserOnboarding/epics/saveCardOnboardingUserDetailsEpic.js.map +1 -0
  1291. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailPayload.js.map +1 -0
  1292. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailReducer.js.map +1 -0
  1293. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailSelector.js.map +1 -0
  1294. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/cashbackDetailState.js.map +1 -0
  1295. package/lib/esm/view/spendManagement/chargeCards/cashbackDetail/fetchCashbackDetailEpic.js.map +1 -0
  1296. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigPayload.js.map +1 -0
  1297. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigReducer.js.map +1 -0
  1298. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/chargeCardConfigState.js.map +1 -0
  1299. package/lib/esm/view/spendManagement/chargeCards/chargeCardConfig/fetchChargeCardConfigEpic.js.map +1 -0
  1300. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetail.js.map +1 -0
  1301. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailPayload.js.map +1 -0
  1302. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailReducer.js.map +1 -0
  1303. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/chargeCardDetailSelector.js.map +1 -0
  1304. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/closeChargeCardEpic.js.map +1 -0
  1305. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailEpic.js.map +1 -0
  1306. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardDetailPageEpic.js.map +1 -0
  1307. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionAttachmentsEpic.js.map +1 -0
  1308. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionListEpic.js.map +1 -0
  1309. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardTransactionStatisticsEpic.js.map +1 -0
  1310. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchChargeCardsRecurringExpensesEpic.js.map +1 -0
  1311. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/fetchDepositAccountLimitEpic.js.map +1 -0
  1312. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/lockChargeCardEpic.js.map +1 -0
  1313. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/unlockChargeCardEpic.js.map +1 -0
  1314. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardDetailEpic.js.map +1 -0
  1315. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardLimitEpic.js.map +1 -0
  1316. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateChargeCardNameEpic.js.map +1 -0
  1317. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updateDebitCardPinAttemptEpic.js.map +1 -0
  1318. package/lib/esm/view/spendManagement/chargeCards/chargeCardDetail/updatePhysicalChargeCardAttemptEpic.js.map +1 -0
  1319. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js.map +1 -0
  1320. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListPayload.js.map +1 -0
  1321. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListReducer.js.map +1 -0
  1322. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js.map +1 -0
  1323. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/closeChargeCardsEpic.js.map +1 -0
  1324. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListEpic.js.map +1 -0
  1325. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchChargeCardListPageEpic.js.map +1 -0
  1326. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountEpic.js.map +1 -0
  1327. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchCreditAccountRepaymentEpic.js.map +1 -0
  1328. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/fetchDebitCardSummaryEpic.js.map +1 -0
  1329. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/lockChargeCardsEpic.js.map +1 -0
  1330. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/resendCardInviteEpic.js.map +1 -0
  1331. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/revokeCardInviteEpic.js.map +1 -0
  1332. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/revokeChargeCardsInviteEpic.js.map +1 -0
  1333. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/unlockChargeCardsEpic.js.map +1 -0
  1334. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/updateChargeCardsLimitEpic.js.map +1 -0
  1335. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistory.js.map +1 -0
  1336. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryDownloadSelector.js.map +1 -0
  1337. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryHelpers.js.map +1 -0
  1338. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryPayload.js.map +1 -0
  1339. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistoryReducer.js.map +1 -0
  1340. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/chargeCardPaymentHistorySelector.js.map +1 -0
  1341. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentHistoryEpic.js.map +1 -0
  1342. package/lib/esm/view/spendManagement/chargeCards/chargeCardPaymentHistory/fetchChargeCardPaymentPageEpic.js.map +1 -0
  1343. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailReducer.js.map +1 -0
  1344. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailSelector.js.map +1 -0
  1345. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentDetailState.js.map +1 -0
  1346. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/chargeCardRepaymentPayload.js.map +1 -0
  1347. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/fetchChargeCardRepaymentDetailEpic.js.map +1 -0
  1348. package/lib/esm/view/spendManagement/chargeCards/chargeCardRepaymentDetail/initiateChargeCardRepaymentEpic.js.map +1 -0
  1349. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewPayload.js.map +1 -0
  1350. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewReducer.js.map +1 -0
  1351. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewSelector.js.map +1 -0
  1352. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/chargeCardSetUpViewState.js.map +1 -0
  1353. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/acceptChargeCardTermsEpic.js.map +1 -0
  1354. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/enableChargeCardAutoPayEpic.js.map +1 -0
  1355. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/expressInterestChargeCardEpic.js.map +1 -0
  1356. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/epic/fetchChargeCardSetupViewEpic.js.map +1 -0
  1357. package/lib/esm/view/spendManagement/chargeCards/chargeCardSetUp/types/chargeCardTerms.js.map +1 -0
  1358. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementList.js.map +1 -0
  1359. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListPayload.js.map +1 -0
  1360. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListReducer.js.map +1 -0
  1361. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/chargeCardStatementListSelector.js.map +1 -0
  1362. package/lib/esm/view/spendManagement/chargeCards/chargeCardStatementList/fetchChargeCardStatementListEpic.js.map +1 -0
  1363. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/depositAccountWithLimitPayload.js.map +1 -0
  1364. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/fetchDepositAccountListForCardsEpic.js.map +1 -0
  1365. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/fetchIssueCardPageEpic.js.map +1 -0
  1366. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardEpic.js.map +1 -0
  1367. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardReducer.js.map +1 -0
  1368. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardSelector.js.map +1 -0
  1369. package/lib/esm/view/spendManagement/chargeCards/issueChargeCard/issueChargeCardState.js.map +1 -0
  1370. package/lib/esm/view/spendManagement/commonHistoryView/commonHistory.js.map +1 -0
  1371. package/lib/esm/view/spendManagement/commonHistoryView/commonHistoryPayload.js.map +1 -0
  1372. package/lib/esm/view/spendManagement/commonHistoryView/commonHistoryReducer.js.map +1 -0
  1373. package/lib/esm/view/spendManagement/commonHistoryView/commonHistorySelector.js.map +1 -0
  1374. package/lib/esm/view/spendManagement/commonHistoryView/fetchEntityHistoryEpic.js.map +1 -0
  1375. package/lib/esm/view/spendManagement/commonSetup/epic/setup/enableSetupEpic.js.map +1 -0
  1376. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.js +52 -0
  1377. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.js.map +1 -0
  1378. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.js +59 -0
  1379. package/lib/esm/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.js.map +1 -0
  1380. package/lib/esm/view/spendManagement/commonSetup/epic/setup/updateBusinessVerificationDetailsEpic.js.map +1 -0
  1381. package/lib/esm/view/spendManagement/commonSetup/epic/setup/updateSetupViewLocalStoreDataEpic.js.map +1 -0
  1382. package/lib/esm/view/spendManagement/commonSetup/kycKybAutofillActions.js +14 -0
  1383. package/lib/esm/view/spendManagement/commonSetup/kycKybAutofillActions.js.map +1 -0
  1384. package/lib/esm/view/spendManagement/commonSetup/kycKybParseMapper.js +205 -0
  1385. package/lib/esm/view/spendManagement/commonSetup/kycKybParseMapper.js.map +1 -0
  1386. package/lib/esm/view/spendManagement/commonSetup/setupViewPayload.js.map +1 -0
  1387. package/lib/esm/view/spendManagement/commonSetup/setupViewReducer.js +105 -52
  1388. package/lib/esm/view/spendManagement/commonSetup/setupViewReducer.js.map +1 -0
  1389. package/lib/esm/view/spendManagement/commonSetup/setupViewSelector.js +6 -1
  1390. package/lib/esm/view/spendManagement/commonSetup/setupViewSelector.js.map +1 -0
  1391. package/lib/esm/view/spendManagement/commonSetup/setupViewState.js.map +1 -0
  1392. package/lib/esm/view/spendManagement/commonSetup/types/businessVerification.js.map +1 -0
  1393. package/lib/esm/view/spendManagement/commonSetup/types/kycKybAutofill.js +28 -0
  1394. package/lib/esm/view/spendManagement/commonSetup/types/kycKybAutofill.js.map +1 -0
  1395. package/lib/esm/view/spendManagement/helpers.js.map +1 -0
  1396. package/lib/esm/view/spendManagement/merchantList/fetchMerchantListEpic.js.map +1 -0
  1397. package/lib/esm/view/spendManagement/merchantList/merchantListPayload.js.map +1 -0
  1398. package/lib/esm/view/spendManagement/merchantList/merchantListReducer.js.map +1 -0
  1399. package/lib/esm/view/spendManagement/merchantList/merchantListSelector.js.map +1 -0
  1400. package/lib/esm/view/spendManagement/merchantList/merchantListState.js.map +1 -0
  1401. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/getPaymentAccountsEpic.js.map +1 -0
  1402. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updateMappedCashAccountEpic.js.map +1 -0
  1403. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountEpic.js.map +1 -0
  1404. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountLoginStatusEpic.js.map +1 -0
  1405. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePaymentAccountStatusEpic.js.map +1 -0
  1406. package/lib/esm/view/spendManagement/plaidAccount/epic/paymentAccounts/updatePrimaryFundingAccountEpic.js.map +1 -0
  1407. package/lib/esm/view/spendManagement/plaidAccount/epic/plaidConnection/establishPlaidConnectionEpic.js.map +1 -0
  1408. package/lib/esm/view/spendManagement/plaidAccount/epic/plaidConnection/getPlaidLinkTokenEpic.js.map +1 -0
  1409. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewReducer.js.map +1 -0
  1410. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewSelector.js.map +1 -0
  1411. package/lib/esm/view/spendManagement/plaidAccount/plaidAccountViewState.js.map +1 -0
  1412. package/lib/esm/view/spendManagement/plaidAccount/types/paymentAccount.js.map +1 -0
  1413. package/lib/esm/view/spendManagement/plaidAccount/types/plaidConnection.js.map +1 -0
  1414. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalPayload.js.map +1 -0
  1415. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalReducer.js.map +1 -0
  1416. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalSelector.js.map +1 -0
  1417. package/lib/esm/view/spendManagement/realTimeApprovalView/realTimeApprovalState.js.map +1 -0
  1418. package/lib/esm/view/spendManagement/realTimeApprovalView/saveRealTimeApprovalEpic.js.map +1 -0
  1419. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewPayload.js.map +1 -0
  1420. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewReducer.js.map +1 -0
  1421. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.js.map +1 -0
  1422. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewState.js.map +1 -0
  1423. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchCurrencyConversionValueEpic.js.map +1 -0
  1424. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchEditRemiDetailPageEpic.js.map +1 -0
  1425. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchRecommendationsAndUpdateMerchantRecommendationsEpic.js.map +1 -0
  1426. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/fetchRemiAndInitializeLocalStoreEpic.js.map +1 -0
  1427. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/initializeRemiToLocalStoreEpic.js.map +1 -0
  1428. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/parseReceiptsToRemiEpic.js.map +1 -0
  1429. package/lib/esm/view/spendManagement/reimbursement/editRemiView/epics/saveRemiDetailEpic.js.map +1 -0
  1430. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/fetchReimbursementConfigEpic.js.map +1 -0
  1431. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigPayload.js.map +1 -0
  1432. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigReducer.js.map +1 -0
  1433. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigSelector.js.map +1 -0
  1434. package/lib/esm/view/spendManagement/reimbursement/reimbursementConfig/reimbursementConfigState.js.map +1 -0
  1435. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/approveOrRejectRemiEpic.js.map +1 -0
  1436. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/cancelAndDeleteRemiEpic.js.map +1 -0
  1437. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/deleteRemiEpic.js.map +1 -0
  1438. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/fetchDuplicateReimbursementEpic.js.map +1 -0
  1439. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/epics/fetchRemiDetailEpic.js.map +1 -0
  1440. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewPayload.js.map +1 -0
  1441. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewReducer.js.map +1 -0
  1442. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewSelector.js.map +1 -0
  1443. package/lib/esm/view/spendManagement/reimbursement/remiDetailView/remiDetailViewState.js.map +1 -0
  1444. package/lib/esm/view/spendManagement/reimbursement/remiListView/fetchRemiListEpic.js.map +1 -0
  1445. package/lib/esm/view/spendManagement/reimbursement/remiListView/fetchRemiListPerTabEpic.js.map +1 -0
  1446. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListDownloadSelector.js.map +1 -0
  1447. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListPayload.js.map +1 -0
  1448. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListReducer.js.map +1 -0
  1449. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListSelector.js.map +1 -0
  1450. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListState.js.map +1 -0
  1451. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/deleteRemiApprovalRuleEpic.js.map +1 -0
  1452. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversDetailsEpic.js.map +1 -0
  1453. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiApproversListEpic.js.map +1 -0
  1454. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/fetchRemiSetupApproverViewEpic.js.map +1 -0
  1455. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/initializeRemiSetupApproverViewUpdateDataEpic.js.map +1 -0
  1456. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/epic/saveRemiSetupApproverViewUpdatesEpic.js.map +1 -0
  1457. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewPayload.js.map +1 -0
  1458. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewReducer.js.map +1 -0
  1459. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelector.js.map +1 -0
  1460. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewSelectorTypes.js.map +1 -0
  1461. package/lib/esm/view/spendManagement/reimbursement/remiSetupApproverView/remiSetupApproverViewState.js.map +1 -0
  1462. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/fetchRemiSetupViewEpic.js.map +1 -0
  1463. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateMileageDetailsEpic.js.map +1 -0
  1464. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiSetup/updateRemiSetupViewLocalStoreDataEpic.js.map +1 -0
  1465. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptEmployeeRemiTermsEpic.js.map +1 -0
  1466. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/epic/remiTerms/acceptRemiTermsEpic.js.map +1 -0
  1467. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewPayload.js.map +1 -0
  1468. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewReducer.js.map +1 -0
  1469. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewSelector.js.map +1 -0
  1470. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/remiSetupViewState.js.map +1 -0
  1471. package/lib/esm/view/spendManagement/reimbursement/remiSetupView/types/remiTerms.js.map +1 -0
  1472. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/approveOrRejectRemisBulkActionEpic.js.map +1 -0
  1473. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/cancelOrDeleteRemisBulkActionEpic.js.map +1 -0
  1474. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/reviewDraftRemisBulkActionEpic.ts.js.map +1 -0
  1475. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/epics/submitDraftRemisBulkActionEpic.js.map +1 -0
  1476. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewPayload.js.map +1 -0
  1477. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewReducer.js.map +1 -0
  1478. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewSelector.js.map +1 -0
  1479. package/lib/esm/view/spendManagement/reimbursement/remisBulkActionView/remisBulkActionViewState.js.map +1 -0
  1480. package/lib/esm/view/spendManagement/spendManagementFilterHelpers.js.map +1 -0
  1481. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryDetailEpic.js.map +1 -0
  1482. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryHistoryEpic.js.map +1 -0
  1483. package/lib/esm/view/spendManagement/treasury/treasuryList/epics/fetchTreasuryTransactionListEpic.js.map +1 -0
  1484. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailPayload.js.map +1 -0
  1485. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailReducer.js.map +1 -0
  1486. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailSelector.js.map +1 -0
  1487. package/lib/esm/view/spendManagement/treasury/treasuryList/treasuryDetailState.js.map +1 -0
  1488. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/acceptTreasuryTermsEpic.js.map +1 -0
  1489. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchPortfolioAllocationEpic.js.map +1 -0
  1490. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasuryFundsEpic.js.map +1 -0
  1491. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/fetchTreasurySetupViewEpic.js.map +1 -0
  1492. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/updatePortfolioAllocationEpic.js.map +1 -0
  1493. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/updateTreasuryPromoIntroClosedByOutsideClickEpic.js.map +1 -0
  1494. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/updateTreasuryPromoRemindMeLaterClickedEpic.js.map +1 -0
  1495. package/lib/esm/view/spendManagement/treasury/treasurySetUp/epic/updateTreasuryVideoViewedEpic.js.map +1 -0
  1496. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewPayload.js.map +1 -0
  1497. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewReducer.js.map +1 -0
  1498. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewSelector.js.map +1 -0
  1499. package/lib/esm/view/spendManagement/treasury/treasurySetUp/treasurySetupViewState.js.map +1 -0
  1500. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/fetchTreasuryStatementListEpic.js.map +1 -0
  1501. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementList.js.map +1 -0
  1502. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListPayload.js.map +1 -0
  1503. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListReducer.js.map +1 -0
  1504. package/lib/esm/view/spendManagement/treasury/treasuryStatementList/treasuryStatementListSelector.js.map +1 -0
  1505. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/fetchTreasuryTaxLetterListEpic.js.map +1 -0
  1506. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListReducer.js.map +1 -0
  1507. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListSelector.js.map +1 -0
  1508. package/lib/esm/view/spendManagement/treasury/treasuryTaxLetterList/treasuryTaxLetterListState.js.map +1 -0
  1509. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyEpic.js.map +1 -0
  1510. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyPayload.js.map +1 -0
  1511. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyReducer.js.map +1 -0
  1512. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneySelector.js.map +1 -0
  1513. package/lib/esm/view/spendManagement/treasury/treasuryTransferMoney/treasuryTransferMoneyState.js.map +1 -0
  1514. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositEpic.js.map +1 -0
  1515. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositReducer.js.map +1 -0
  1516. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositSelector.js.map +1 -0
  1517. package/lib/esm/view/spendManagement/zeniAccounts/checkDeposit/checkDepositState.js.map +1 -0
  1518. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailPayload.js.map +1 -0
  1519. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailReducer.js.map +1 -0
  1520. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailSelector.js.map +1 -0
  1521. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/depositAccountDetailState.js.map +1 -0
  1522. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountDetailEpic.js.map +1 -0
  1523. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountEpic.js.map +1 -0
  1524. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/fetchDepositAccountHistoryEpic.js.map +1 -0
  1525. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountDetail/updateDepositAccountEpic.js.map +1 -0
  1526. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountList.js.map +1 -0
  1527. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListPayload.js.map +1 -0
  1528. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListReducer.js.map +1 -0
  1529. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/depositAccountListSelector.js.map +1 -0
  1530. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountList/fetchDepositAccountListEpic.js.map +1 -0
  1531. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListPayload.js.map +1 -0
  1532. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListReducer.js.map +1 -0
  1533. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListSelector.js.map +1 -0
  1534. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/depositAccountTransactionListState.js.map +1 -0
  1535. package/lib/esm/view/spendManagement/zeniAccounts/depositAccountTransactionList/fetchDepositAccountTransactionListEpic.js.map +1 -0
  1536. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/epics/fetchExpressPayInitialDetailsEpic.js.map +1 -0
  1537. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/epics/submitExpressPayEpic.js.map +1 -0
  1538. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPayReducer.js.map +1 -0
  1539. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPaySelector.js.map +1 -0
  1540. package/lib/esm/view/spendManagement/zeniAccounts/expressPay/expressPayState.js.map +1 -0
  1541. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountBalanceEpic.js.map +1 -0
  1542. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/fetchPaymentAccountListEpic.js.map +1 -0
  1543. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountList.js.map +1 -0
  1544. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListPayload.js.map +1 -0
  1545. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListReducer.js.map +1 -0
  1546. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/paymentAccountListSelector.js.map +1 -0
  1547. package/lib/esm/view/spendManagement/zeniAccounts/paymentAccountList/unlinkPaymentAccountEpic.js.map +1 -0
  1548. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/fetchReviewTransferDetailEpic.js.map +1 -0
  1549. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailPayload.js.map +1 -0
  1550. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailReducer.js.map +1 -0
  1551. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailSelector.js.map +1 -0
  1552. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferDetailState.js.map +1 -0
  1553. package/lib/esm/view/spendManagement/zeniAccounts/transferDetail/transferMoneyEpic.js.map +1 -0
  1554. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/createCheckingAccountEpic.js.map +1 -0
  1555. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/fetchZeniAccountListPageEpic.js.map +1 -0
  1556. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListPayload.js.map +1 -0
  1557. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListReducer.js.map +1 -0
  1558. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListSelector.js.map +1 -0
  1559. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountList/zeniAccountListState.js.map +1 -0
  1560. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/acceptZeniAccountTermsEpic.js.map +1 -0
  1561. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/epic/fetchZeniAccountSetupViewEpic.js.map +1 -0
  1562. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/types/zeniAccountTerms.js.map +1 -0
  1563. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewPayload.js.map +1 -0
  1564. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewReducer.js.map +1 -0
  1565. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewSelector.js.map +1 -0
  1566. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountSetUp/zeniAccountSetupViewState.js.map +1 -0
  1567. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/fetchZeniAccountsConfigEpic.js.map +1 -0
  1568. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigPayload.js.map +1 -0
  1569. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigReducer.js.map +1 -0
  1570. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigSelector.js.map +1 -0
  1571. package/lib/esm/view/spendManagement/zeniAccounts/zeniAccountsConfig/zeniAccountsConfigState.js.map +1 -0
  1572. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionAddOnsEpic.js.map +1 -0
  1573. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionCouponsEpic.js.map +1 -0
  1574. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionCreateEstimateEpic.js.map +1 -0
  1575. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionDetailsEpic.js.map +1 -0
  1576. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionListEpic.js.map +1 -0
  1577. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionPlansEpic.js.map +1 -0
  1578. package/lib/esm/view/subscriptionView/epic/fetchSubscriptionUpdateEstimateEpic.js.map +1 -0
  1579. package/lib/esm/view/subscriptionView/epic/initializeSubscriptionLocalDataEpic.js.map +1 -0
  1580. package/lib/esm/view/subscriptionView/epic/saveSubscriptionNotesUpdatesEpic.js.map +1 -0
  1581. package/lib/esm/view/subscriptionView/epic/saveSubscriptionUpdatesEpic.js.map +1 -0
  1582. package/lib/esm/view/subscriptionView/reduceSubscriptionViewFetchState.js.map +1 -0
  1583. package/lib/esm/view/subscriptionView/selectorHelpers.js.map +1 -0
  1584. package/lib/esm/view/subscriptionView/subscriptionEstmiatePayload.js.map +1 -0
  1585. package/lib/esm/view/subscriptionView/subscriptionViewPayload.js.map +1 -0
  1586. package/lib/esm/view/subscriptionView/subscriptionViewReducer.js.map +1 -0
  1587. package/lib/esm/view/subscriptionView/subscriptionViewSelector.js.map +1 -0
  1588. package/lib/esm/view/subscriptionView/subscriptionViewSelectorTypes.js.map +1 -0
  1589. package/lib/esm/view/subscriptionView/subscriptionViewState.js.map +1 -0
  1590. package/lib/esm/view/subscriptionView/types/subscriptionEstmiate.js.map +1 -0
  1591. package/lib/esm/view/subscriptionView/types/subscriptionTypes.js.map +1 -0
  1592. package/lib/esm/view/subscriptionView/types/subscriptionView.js.map +1 -0
  1593. package/lib/esm/view/tagView/epics/createTagEpic.js.map +1 -0
  1594. package/lib/esm/view/tagView/epics/deleteTagEpic.js.map +1 -0
  1595. package/lib/esm/view/tagView/epics/fetchAllTagsEpic.js.map +1 -0
  1596. package/lib/esm/view/tagView/tagViewPayload.js.map +1 -0
  1597. package/lib/esm/view/tagView/tagViewReducer.js.map +1 -0
  1598. package/lib/esm/view/tagView/tagViewSelector.js.map +1 -0
  1599. package/lib/esm/view/tagView/tagViewState.js.map +1 -0
  1600. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponses.js.map +1 -0
  1601. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesPayload.js.map +1 -0
  1602. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesReducer.js.map +1 -0
  1603. package/lib/esm/view/taskManager/cannedResponsesView/cannedResponsesSelector.js.map +1 -0
  1604. package/lib/esm/view/taskManager/cannedResponsesView/epics/deleteCannedResponseEpic.js.map +1 -0
  1605. package/lib/esm/view/taskManager/cannedResponsesView/epics/fetchCannedResponsesEpic.js.map +1 -0
  1606. package/lib/esm/view/taskManager/cannedResponsesView/epics/saveCannedResponseEpic.js.map +1 -0
  1607. package/lib/esm/view/taskManager/taskDetailView/epics/archiveTaskEpic.js.map +1 -0
  1608. package/lib/esm/view/taskManager/taskDetailView/epics/deleteTaskEpic.js.map +1 -0
  1609. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskDetailEpic.js.map +1 -0
  1610. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskDetailPageEpic.js.map +1 -0
  1611. package/lib/esm/view/taskManager/taskDetailView/epics/fetchTaskHistoryEpic.js.map +1 -0
  1612. package/lib/esm/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.js.map +1 -0
  1613. package/lib/esm/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.js.map +1 -0
  1614. package/lib/esm/view/taskManager/taskDetailView/epics/snoozeTaskEpic.js.map +1 -0
  1615. package/lib/esm/view/taskManager/taskDetailView/epics/unsnoozeTaskEpic.js.map +1 -0
  1616. package/lib/esm/view/taskManager/taskDetailView/taskDetail.js.map +1 -0
  1617. package/lib/esm/view/taskManager/taskDetailView/taskDetailReducer.js.map +1 -0
  1618. package/lib/esm/view/taskManager/taskDetailView/taskDetailSelector.js.map +1 -0
  1619. package/lib/esm/view/taskManager/taskGroupTemplateView/epics/createTaskFromTaskGroupTemplateEpic.js.map +1 -0
  1620. package/lib/esm/view/taskManager/taskGroupTemplateView/epics/fetchTaskGroupTemplatesEpic.js.map +1 -0
  1621. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewPayload.js.map +1 -0
  1622. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer.js.map +1 -0
  1623. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewSelector.js.map +1 -0
  1624. package/lib/esm/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewState.js.map +1 -0
  1625. package/lib/esm/view/taskManager/taskGroupView/epics/createNewTaskGroupEpic.js.map +1 -0
  1626. package/lib/esm/view/taskManager/taskGroupView/epics/deleteTaskGroupEpic.js.map +1 -0
  1627. package/lib/esm/view/taskManager/taskGroupView/epics/fetchAllTaskGroupsEpic.js.map +1 -0
  1628. package/lib/esm/view/taskManager/taskGroupView/epics/updateTaskGroupNameEpic.js.map +1 -0
  1629. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewPayload.js.map +1 -0
  1630. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewReducer.js.map +1 -0
  1631. package/lib/esm/view/taskManager/taskGroupView/taskGroupViewState.js.map +1 -0
  1632. package/lib/esm/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.js.map +1 -0
  1633. package/lib/esm/view/taskManager/taskListView/epics/dragNDropTasksEpic.js.map +1 -0
  1634. package/lib/esm/view/taskManager/taskListView/epics/fetchTaskListEpic.js.map +1 -0
  1635. package/lib/esm/view/taskManager/taskListView/epics/fetchTaskListPageEpic.js.map +1 -0
  1636. package/lib/esm/view/taskManager/taskListView/epics/updateTaskFromListViewEpic.js.map +1 -0
  1637. package/lib/esm/view/taskManager/taskListView/taskList.js.map +1 -0
  1638. package/lib/esm/view/taskManager/taskListView/taskListPayload.js.map +1 -0
  1639. package/lib/esm/view/taskManager/taskListView/taskListReducer.js.map +1 -0
  1640. package/lib/esm/view/taskManager/taskListView/taskListSelector.js.map +1 -0
  1641. package/lib/esm/view/taskManager/taskListView/taskListViewHelpers.js.map +1 -0
  1642. package/lib/esm/view/tasksCard/fetchTasksCardEpic.js.map +1 -0
  1643. package/lib/esm/view/tasksCard/tasksCardPayload.js.map +1 -0
  1644. package/lib/esm/view/tasksCard/tasksCardReducer.js.map +1 -0
  1645. package/lib/esm/view/tasksCard/tasksCardSelector.js.map +1 -0
  1646. package/lib/esm/view/tasksCard/tasksCardState.js.map +1 -0
  1647. package/lib/esm/view/topEx/topExEpic.js.map +1 -0
  1648. package/lib/esm/view/topEx/topExPayload.js.map +1 -0
  1649. package/lib/esm/view/topEx/topExReducer.js.map +1 -0
  1650. package/lib/esm/view/topEx/topExSelector.js.map +1 -0
  1651. package/lib/esm/view/topEx/topExSelectorTypes.js.map +1 -0
  1652. package/lib/esm/view/topEx/topExState.js.map +1 -0
  1653. package/lib/esm/view/transactionActivityLogView/fetchTransactionActivityLogEpic.js.map +1 -0
  1654. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewPayload.js.map +1 -0
  1655. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewReducer.js.map +1 -0
  1656. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewSelector.js.map +1 -0
  1657. package/lib/esm/view/transactionActivityLogView/transactionActivityLogViewState.js.map +1 -0
  1658. package/lib/esm/view/transactionDetail/epics/deleteTransactionAttachmentEpic.js.map +1 -0
  1659. package/lib/esm/view/transactionDetail/epics/downloadAccountingProviderAttachmentEpic.js.map +1 -0
  1660. package/lib/esm/view/transactionDetail/epics/initializeTransactionDetailLocalDataEpic.js.map +1 -0
  1661. package/lib/esm/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.js.map +1 -0
  1662. package/lib/esm/view/transactionDetail/epics/saveTransactionDetailEpic.js.map +1 -0
  1663. package/lib/esm/view/transactionDetail/epics/saveTransactionHelper.js.map +1 -0
  1664. package/lib/esm/view/transactionDetail/epics/transactionDetailEpic.js.map +1 -0
  1665. package/lib/esm/view/transactionDetail/epics/updateTransactionDetailEpic.js.map +1 -0
  1666. package/lib/esm/view/transactionDetail/epics/uploadMissingAttachmentSuccessEpic.js.map +1 -0
  1667. package/lib/esm/view/transactionDetail/filePayload.js.map +1 -0
  1668. package/lib/esm/view/transactionDetail/getAccountingProviderAttachmentSelector.js.map +1 -0
  1669. package/lib/esm/view/transactionDetail/journalEntryLinesViewModel.js +149 -0
  1670. package/lib/esm/view/transactionDetail/journalEntryLinesViewModel.js.map +1 -0
  1671. package/lib/esm/view/transactionDetail/transactionDetailLocalDataHelper.js.map +1 -0
  1672. package/lib/esm/view/transactionDetail/transactionDetailPayload.js.map +1 -0
  1673. package/lib/esm/view/transactionDetail/transactionDetailReducer.js.map +1 -0
  1674. package/lib/esm/view/transactionDetail/transactionDetailSelector.js.map +1 -0
  1675. package/lib/esm/view/transactionDetail/transactionDetailState.js.map +1 -0
  1676. package/lib/esm/view/transactionDetail/transactionDetailTypes.js.map +1 -0
  1677. package/lib/esm/view/transactionList/fetchTransactionListByAccountEpic.js.map +1 -0
  1678. package/lib/esm/view/transactionList/fetchTransactionListByClassEpic.js.map +1 -0
  1679. package/lib/esm/view/transactionList/fetchTransactionListByEntityEpic.js.map +1 -0
  1680. package/lib/esm/view/transactionList/fetchTransactionListByProjectEpic.js.map +1 -0
  1681. package/lib/esm/view/transactionList/fetchTransactionsListByCategoryTypeEpic.js.map +1 -0
  1682. package/lib/esm/view/transactionList/parallelFetchAccountTransactionListEpic.js.map +1 -0
  1683. package/lib/esm/view/transactionList/parallelFetchClassTransactionListEpic.js.map +1 -0
  1684. package/lib/esm/view/transactionList/parallelFetchEntityTransactionListEpic.js.map +1 -0
  1685. package/lib/esm/view/transactionList/parallelFetchProjectTransactionListEpic.js.map +1 -0
  1686. package/lib/esm/view/transactionList/parallelFetchTransactionListByCategoryTypeEpic.js.map +1 -0
  1687. package/lib/esm/view/transactionList/reduceTransactionListFetchState.js.map +1 -0
  1688. package/lib/esm/view/transactionList/transactionListByAccountSelector.js.map +1 -0
  1689. package/lib/esm/view/transactionList/transactionListByCategoryTypeSelector.js.map +1 -0
  1690. package/lib/esm/view/transactionList/transactionListByClassSelector.js.map +1 -0
  1691. package/lib/esm/view/transactionList/transactionListByEntitySelector.js.map +1 -0
  1692. package/lib/esm/view/transactionList/transactionListByProjectSelector.js.map +1 -0
  1693. package/lib/esm/view/transactionList/transactionListPayload.js.map +1 -0
  1694. package/lib/esm/view/transactionList/transactionListReducer.js.map +1 -0
  1695. package/lib/esm/view/transactionList/transactionListState.js.map +1 -0
  1696. package/lib/esm/view/trend/fetchExpenseTrendEpic.js.map +1 -0
  1697. package/lib/esm/view/trend/fetchIncomeTrendEpic.js.map +1 -0
  1698. package/lib/esm/view/trend/trendPayload.js.map +1 -0
  1699. package/lib/esm/view/trend/trendReducer.js.map +1 -0
  1700. package/lib/esm/view/trend/trendSelector.js.map +1 -0
  1701. package/lib/esm/view/trend/trendState.js.map +1 -0
  1702. package/lib/esm/view/trendWithTransactions/fetchTransactionsForEntityEpic.js.map +1 -0
  1703. package/lib/esm/view/trendWithTransactions/fetchTrendForEntityEpic.js.map +1 -0
  1704. package/lib/esm/view/trendWithTransactions/reduceTrendWithTransactionsState.js.map +1 -0
  1705. package/lib/esm/view/trendWithTransactions/trendWithTransactionsReducer.js.map +1 -0
  1706. package/lib/esm/view/trendWithTransactions/trendWithTransactionsSelector.js.map +1 -0
  1707. package/lib/esm/view/trendWithTransactions/trendWithTransactionsState.js.map +1 -0
  1708. package/lib/esm/view/twoFactorAuthentication/resendOtpEpic.js.map +1 -0
  1709. package/lib/esm/view/twoFactorAuthentication/sendOtpEpic.js.map +1 -0
  1710. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthentication.js.map +1 -0
  1711. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationPayload.js.map +1 -0
  1712. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationReducer.js.map +1 -0
  1713. package/lib/esm/view/twoFactorAuthentication/twoFactorAuthenticationSelector.js.map +1 -0
  1714. package/lib/esm/view/twoFactorAuthentication/verifyOtpEpic.js.map +1 -0
  1715. package/lib/esm/view/userFinancialAccount/fetchUserFinancialAccountEpic.js.map +1 -0
  1716. package/lib/esm/view/userFinancialAccount/userFinancialAccountPayload.js.map +1 -0
  1717. package/lib/esm/view/userFinancialAccount/userFinancialAccountReducer.js.map +1 -0
  1718. package/lib/esm/view/userFinancialAccount/userFinancialAccountSelector.js.map +1 -0
  1719. package/lib/esm/view/userFinancialAccount/userFinancialAccountState.js.map +1 -0
  1720. package/lib/esm/view/userGroupListView/userGroupListViewReducer.js.map +1 -0
  1721. package/lib/esm/view/userGroupListView/userGroupListViewSelector.js.map +1 -0
  1722. package/lib/esm/view/userGroupListView/userGroupListViewState.js.map +1 -0
  1723. package/lib/esm/view/userListView/fetchUserListByTypeEpic.js.map +1 -0
  1724. package/lib/esm/view/userListView/userListViewPayload.js.map +1 -0
  1725. package/lib/esm/view/userListView/userListViewReducer.js.map +1 -0
  1726. package/lib/esm/view/userListView/userListViewSelector.js.map +1 -0
  1727. package/lib/esm/view/userListView/userListViewState.js.map +1 -0
  1728. package/lib/esm/view/userRoleConfigView/userRoleConfigEpic.js.map +1 -0
  1729. package/lib/esm/view/userRoleConfigView/userRoleConfigPayload.js.map +1 -0
  1730. package/lib/esm/view/userRoleConfigView/userRoleConfigReducer.js.map +1 -0
  1731. package/lib/esm/view/userRoleConfigView/userRoleConfigSelector.js.map +1 -0
  1732. package/lib/esm/view/userRoleConfigView/userRoleConfigState.js.map +1 -0
  1733. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListEpic.js.map +1 -0
  1734. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListPayload.js.map +1 -0
  1735. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListReducer.js.map +1 -0
  1736. package/lib/esm/view/vendor1099TypeList/vendor1099TypeListState.js.map +1 -0
  1737. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099DownloadMock.js.map +1 -0
  1738. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099ListMock.js.map +1 -0
  1739. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099ListSelectorMock.js.map +1 -0
  1740. package/lib/esm/view/vendorFiling1099/__mock__/vendorFiling1099UploadDetailsMock.js.map +1 -0
  1741. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099AllEpic.js.map +1 -0
  1742. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099DownloadEpic.js.map +1 -0
  1743. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/fetchVendorsFiling1099ListEpic.js.map +1 -0
  1744. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListPayload.js.map +1 -0
  1745. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListReducer.js.map +1 -0
  1746. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListSelector.js.map +1 -0
  1747. package/lib/esm/view/vendorFiling1099/vendorFiling1099List/vendorFiling1099ListState.js.map +1 -0
  1748. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsPayload.js.map +1 -0
  1749. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsReducer.js.map +1 -0
  1750. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSaveEpic.js.map +1 -0
  1751. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsSelector.js.map +1 -0
  1752. package/lib/esm/view/vendorFiling1099/vendorFiling1099UploadDetails/vendorFiling1099UploadDetailsState.js.map +1 -0
  1753. package/lib/esm/view/vendorList/fetchVendorsListEpic.js.map +1 -0
  1754. package/lib/esm/view/vendorList/vendorListPayload.js.map +1 -0
  1755. package/lib/esm/view/vendorList/vendorListReducer.js.map +1 -0
  1756. package/lib/esm/view/vendorList/vendorListSelector.js.map +1 -0
  1757. package/lib/esm/view/vendorList/vendorListState.js.map +1 -0
  1758. package/lib/esm/view/vendorReviewView/common/payload/commonTypes.js.map +1 -0
  1759. package/lib/esm/view/vendorReviewView/common/state/commonTypes.js.map +1 -0
  1760. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewAttachmentsEpic.js.map +1 -0
  1761. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/fetchVendorFirstReviewViewEpic.js.map +1 -0
  1762. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorDetailsViewEpic.js.map +1 -0
  1763. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/epics/saveVendorFirstReviewViewEpic.js.map +1 -0
  1764. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewPayload.js.map +1 -0
  1765. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewReducer.js.map +1 -0
  1766. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewSelector.js.map +1 -0
  1767. package/lib/esm/view/vendorReviewView/vendorFirstReviewView/vendorFirstReviewViewState.js.map +1 -0
  1768. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/approveVendorGlobalReviewEpic.js.map +1 -0
  1769. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/fetchVendorGlobalReviewViewEpic.js.map +1 -0
  1770. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/epics/rejectVendorGlobalReviewEpic.js.map +1 -0
  1771. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewPayload.js.map +1 -0
  1772. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewReducer.js.map +1 -0
  1773. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewSelector.js.map +1 -0
  1774. package/lib/esm/view/vendorReviewView/vendorGlobalReviewView/vendorGlobalReviewViewState.js.map +1 -0
  1775. package/lib/esm/view/vendorTabView/fetchVendorTabViewEpic.js.map +1 -0
  1776. package/lib/esm/view/vendorTabView/vendorTabViewReducer.js.map +1 -0
  1777. package/lib/esm/view/vendorTabView/vendorTabViewSelector.js.map +1 -0
  1778. package/lib/esm/view/vendorTabView/vendorTabViewState.js.map +1 -0
  1779. package/lib/esm/view/vendorTypeList/vendorTypeListEpic.js.map +1 -0
  1780. package/lib/esm/view/vendorTypeList/vendorTypeListPayload.js.map +1 -0
  1781. package/lib/esm/view/vendorTypeList/vendorTypeListReducer.js.map +1 -0
  1782. package/lib/esm/view/vendorTypeList/vendorTypeListState.js.map +1 -0
  1783. package/lib/esm/view/vendorTypeList/vendorTypeSelector.js.map +1 -0
  1784. package/lib/esm/view/zeniAccStatementList/fetchZeniAccStatementListEpic.js.map +1 -0
  1785. package/lib/esm/view/zeniAccStatementList/fetchZeniAccStatementPageEpic.js.map +1 -0
  1786. package/lib/esm/view/zeniAccStatementList/zeniAccStatementList.js.map +1 -0
  1787. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListPayload.js.map +1 -0
  1788. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListReducer.js.map +1 -0
  1789. package/lib/esm/view/zeniAccStatementList/zeniAccStatementListSelector.js.map +1 -0
  1790. package/lib/esm/view/zeniAccountsPromoCard/zeniAccountsPromoCardEpic.js.map +1 -0
  1791. package/lib/esm/view/zeniAccountsPromoCard/zeniAccountsPromoCardPayload.js.map +1 -0
  1792. package/lib/esm/view/zeniAccountsPromoCard/zeniAccountsPromoCardReducer.js.map +1 -0
  1793. package/lib/esm/view/zeniAccountsPromoCard/zeniAccountsPromoCardSelector.js.map +1 -0
  1794. package/lib/esm/view/zeniAccountsPromoCard/zeniAccountsPromoCardState.js.map +1 -0
  1795. package/lib/esm/view/zeniOAuthView/epics/approveOAuthConsentEpic.js.map +1 -0
  1796. package/lib/esm/view/zeniOAuthView/zeniOAuthParamsParser.js.map +1 -0
  1797. package/lib/esm/view/zeniOAuthView/zeniOAuthReducer.js.map +1 -0
  1798. package/lib/esm/view/zeniOAuthView/zeniOAuthSelector.js.map +1 -0
  1799. package/lib/esm/view/zeniOAuthView/zeniOAuthState.js.map +1 -0
  1800. package/lib/esm/zeniAPI.js.map +1 -0
  1801. package/lib/esm/zeniDayJS.js.map +1 -0
  1802. package/lib/esm/zeniUrl.js.map +1 -0
  1803. package/lib/index.d.ts +14 -7
  1804. package/lib/index.js +59 -31
  1805. package/lib/view/fileView/epic/deleteFileEpic.js +1 -1
  1806. package/lib/view/fileView/epic/deleteFileListEpic.js +1 -1
  1807. package/lib/view/fileView/epic/updateFileNameEpic.js +1 -1
  1808. package/lib/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.d.ts +7 -0
  1809. package/lib/view/onboardingView/customerView/epic/aiAgentsActivation/fetchAiAgentsActivationStatusEpic.js +46 -0
  1810. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.d.ts +8 -0
  1811. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiActivationViewedEpic.js +33 -0
  1812. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.d.ts +9 -0
  1813. package/lib/view/onboardingView/customerView/epic/customerDetails/acknowledgeOnboardingAiFinanceTeamEpic.js +44 -0
  1814. package/lib/view/onboardingView/customerView/onboardingCustomerViewPayload.d.ts +3 -0
  1815. package/lib/view/onboardingView/customerView/onboardingCustomerViewReducer.d.ts +41 -4
  1816. package/lib/view/onboardingView/customerView/onboardingCustomerViewReducer.js +219 -51
  1817. package/lib/view/onboardingView/customerView/onboardingCustomerViewSelector.d.ts +5 -1
  1818. package/lib/view/onboardingView/customerView/onboardingCustomerViewSelector.js +11 -2
  1819. package/lib/view/onboardingView/customerView/onboardingCustomerViewState.d.ts +40 -0
  1820. package/lib/view/onboardingView/customerView/onboardingCustomerViewState.js +13 -1
  1821. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.d.ts +28 -0
  1822. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKybDocumentEpic.js +56 -0
  1823. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.d.ts +30 -0
  1824. package/lib/view/spendManagement/commonSetup/epic/setup/parseUploadedKycDocumentEpic.js +63 -0
  1825. package/lib/view/spendManagement/commonSetup/kycKybAutofillActions.d.ts +33 -0
  1826. package/lib/view/spendManagement/commonSetup/kycKybAutofillActions.js +17 -0
  1827. package/lib/view/spendManagement/commonSetup/kycKybParseMapper.d.ts +24 -0
  1828. package/lib/view/spendManagement/commonSetup/kycKybParseMapper.js +213 -0
  1829. package/lib/view/spendManagement/commonSetup/setupViewReducer.d.ts +28 -2
  1830. package/lib/view/spendManagement/commonSetup/setupViewReducer.js +106 -53
  1831. package/lib/view/spendManagement/commonSetup/setupViewSelector.d.ts +7 -2
  1832. package/lib/view/spendManagement/commonSetup/setupViewSelector.js +6 -1
  1833. package/lib/view/spendManagement/commonSetup/setupViewState.d.ts +19 -0
  1834. package/lib/view/spendManagement/commonSetup/types/kycKybAutofill.d.ts +125 -0
  1835. package/lib/view/spendManagement/commonSetup/types/kycKybAutofill.js +32 -0
  1836. package/lib/view/transactionDetail/journalEntryLinesViewModel.d.ts +102 -0
  1837. package/lib/view/transactionDetail/journalEntryLinesViewModel.js +160 -0
  1838. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteTaskEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/deleteTaskEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,IAAI,EAAE,EAAE,EAAC,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AAEzE,OAAO,EAEL,mBAAmB,EACnB,eAAe,GAChB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EACL,aAAa,EACb,kBAAkB,GACnB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAC,UAAU,EAAE,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAS5E,MAAM,CAAC,MAAM,cAAc,GAAG,CAC5B,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EAChB,EAAE,CACF,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC,EACxB,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE;IAClB,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IAEhC,OAAO,OAAO;SACX,gBAAgB,CACf,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,2BAA2B,MAAM,EAAE,CACnF;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAyB,EAAE,EAAE;QACrC,IAAI,eAAe,CAAC,QAAQ,CAAC,EAAE,CAAC;YAC9B,MAAM,OAAO,GAAiB,EAAE,CAAC;YACjC,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;gBACnB,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAC;YAC3C,CAAC;YACD,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;YAC9B,OAAO,CAAC,IAAI,CACV,0BAA0B,CAAC,EAAC,UAAU,EAAE,WAAW,EAAE,MAAM,EAAC,CAAC,CAC9D,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,CAAC;gBACV,0BAA0B,CAAC;oBACzB,UAAU,EAAE,OAAO;oBACnB,MAAM;oBACN,KAAK,EAAE,QAAQ,CAAC,MAAM;iBACvB,CAAC;gBACF,YAAY,CAAC;oBACX,cAAc,EAAE,aAAa;oBAC7B,WAAW,EAAE,QAAQ;oBACrB,IAAI,EAAE,OAAO;oBACb,SAAS,EAAE;wBACT;4BACE,YAAY,EAAE,aAAa;4BAC3B,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,OAAO;yBACvC;qBACF;iBACF,CAAC;aACH,CAAC,CAAC;QACL,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE,CACnB,EAAE,CACA,0BAA0B,CAAC;QACzB,UAAU,EAAE,OAAO;QACnB,MAAM;QACN,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,wCAAwC;YACtC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;KACF,CAAC,CACH,CACF,CACF,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n ZeniAPIResponse,\n createZeniAPIStatus,\n isSuccessStatus,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {\n fetchTaskList,\n removeTaskFromList,\n} from '../../taskListView/taskListReducer';\nimport {deleteTask, deleteTaskSuccessOrFailure} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof deleteTask>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof deleteTaskSuccessOrFailure>\n | ReturnType<typeof removeTaskFromList>;\n\nexport const deleteTaskEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n) =>\n actions$.pipe(\n filter(deleteTask.match),\n mergeMap((action) => {\n const {taskId} = action.payload;\n\n return zeniAPI\n .deleteAndGetJSON<ZeniAPIResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}`\n )\n .pipe(\n mergeMap((response: ZeniAPIResponse) => {\n if (isSuccessStatus(response)) {\n const actions: ActionType[] = [];\n if (taskId != null) {\n actions.push(removeTaskFromList(taskId));\n }\n actions.push(fetchTaskList());\n actions.push(\n deleteTaskSuccessOrFailure({fetchState: 'Completed', taskId})\n );\n return from(actions);\n } else {\n return from([\n deleteTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: response.status,\n }),\n openSnackbar({\n messageSection: 'delete_task',\n messageText: 'failed',\n type: 'error',\n variables: [\n {\n variableName: '_api-error_',\n variableValue: response.status.message,\n },\n ],\n }),\n ]);\n }\n }),\n catchError((error) =>\n of(\n deleteTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Delete Task REST API call errored out ' +\n JSON.stringify(error)\n ),\n })\n )\n )\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskDetailEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/fetchTaskDetailEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import recordGet from 'lodash/get';\nimport {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, concat, from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTags} from '../../../../entity/tag/tagReducer';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {fetchFileList} from '../../../fileView/fileViewReducer';\nimport {FetchTaskListResponse} from '../../taskListView/taskListPayload';\nimport {\n fetchTaskDetail,\n initializeTaskToLocalStore,\n removeTaskDetail,\n updateEditTaskFetchStatus,\n} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskDetail>\n | ReturnType<typeof updateTags>\n | ReturnType<typeof updateEditTaskFetchStatus>\n | ReturnType<typeof removeTaskDetail>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof initializeTaskToLocalStore>\n | ReturnType<typeof fetchFileList>\n | ReturnType<typeof openSnackbar>;\n\nexport const fetchTaskDetailEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskDetail.match),\n mergeMap((action) => {\n const {taskId, cacheOverride} = action.payload;\n const taskActions: ActionType[] = [];\n const state = state$.value;\n\n const taskDetail = recordGet(\n state.taskDetailState.editTaskStateById,\n taskId,\n undefined\n );\n if (cacheOverride === true) {\n taskActions.push(removeTaskDetail(taskId));\n }\n\n if (\n cacheOverride === true ||\n taskDetail == null ||\n taskDetail.fetchTaskStatus.fetchState !== 'In-Progress'\n ) {\n taskActions.push(\n updateEditTaskFetchStatus({taskId, fetchState: 'In-Progress'})\n );\n\n const getTaskDetail$ = zeniAPI\n .getJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}`\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const fetchActions: ActionType[] = [\n updateTasks(response.data.tasks),\n updateEditTaskFetchStatus({\n taskId,\n fetchState: 'Completed',\n }),\n updateTags(\n response.data.tasks.map((task) => task.tags).flat()\n ),\n initializeTaskToLocalStore(taskId),\n ];\n const fileIds = response.data.tasks[0].file_ids;\n if (fileIds.length > 0) {\n fetchActions.push(fetchFileList(fileIds));\n }\n return from(fetchActions);\n } else {\n const fetchActions: ActionType[] = [\n updateEditTaskFetchStatus({\n taskId,\n fetchState: 'Error',\n error: response.status,\n }),\n ];\n\n if (response.status.message.includes('delete')) {\n fetchActions.push(\n openSnackbar({\n messageSection: 'fetch_task_detail',\n messageText: 'failed',\n type: 'error',\n showStatusIcon: true,\n variables: [\n {\n variableName: '_api-error_',\n variableValue: 'Cannot retrieve deleted task.',\n },\n ],\n })\n );\n } else {\n fetchActions.push(\n openSnackbar({\n messageSection: 'fetch_task_detail',\n messageText: 'failed',\n type: 'error',\n showStatusIcon: true,\n variables: [\n {\n variableName: '_api-error_',\n variableValue: response.status.message,\n },\n ],\n })\n );\n }\n\n return from(fetchActions);\n }\n }),\n catchError((error) => {\n console.error(`REST API call errored out ${error}`);\n return of(\n updateEditTaskFetchStatus({\n taskId,\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Fetch Task detail REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n\n return concat(from(taskActions), getTaskDetail$);\n } else {\n return from(taskActions);\n }\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskDetailPageEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/fetchTaskDetailPageEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,MAAM,EAAE,IAAI,EAAC,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAC,mBAAmB,EAAC,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,gBAAgB,GAEjB,MAAM,sBAAsB,CAAC;AAU9B,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACrC,QAAuC,EACvC,MAAkC,EACV,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,EACjC,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE;IAClB,MAAM,EAAC,aAAa,EAAE,MAAM,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IAC/C,MAAM,iBAAiB,GAAiB,EAAE,CAAC;IAC3C,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAC3B,IAAI,aAAa,KAAK,IAAI,EAAE,CAAC;QAC3B,iBAAiB,CAAC,IAAI,CACpB,mBAAmB,CAAC,sBAAsB,EAAE,IAAI,CAAC,CAClD,CAAC;QACF,iBAAiB,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;QACzC,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;YACnB,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;YACtD,iBAAiB,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;QACzD,CAAC;IACH,CAAC;SAAM,CAAC;QACN,MAAM,eAAe,GACnB,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,oBAAoB,CAAC;QAC9D,IACE,eAAe,CAAC,aAAa,EAAE,KAAK,KAAK;YACzC,eAAe,CAAC,UAAU,KAAK,aAAa,EAC5C,CAAC;YACD,iBAAiB,CAAC,IAAI,CACpB,mBAAmB,CAAC,sBAAsB,EAAE,KAAK,CAAC,CACnD,CAAC;QACJ,CAAC;QACD,IACE,KAAK,CAAC,cAAc,CAAC,aAAa,EAAE,KAAK,KAAK;YAC9C,KAAK,CAAC,cAAc,CAAC,UAAU,KAAK,aAAa,EACjD,CAAC;YACD,iBAAiB,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;QAC3C,CAAC;QACD,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;YACnB,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;YACvD,iBAAiB,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;QAC1D,CAAC;IACH,CAAC;IACD,OAAO,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC;AACzC,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, concat, from} from 'rxjs';\nimport {filter, mergeMap} from 'rxjs/operators';\n\nimport {RootState} from '../../../../reducer';\nimport {fetchClassList} from '../../../classList/classListReducer';\nimport {fetchUserListByType} from '../../../userListView/userListViewReducer';\nimport {\n fetchTaskDetail,\n fetchTaskDetailPage,\n fetchTaskHistory,\n initializeTaskToLocalStore,\n} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskDetailPage>\n | ReturnType<typeof fetchTaskDetail>\n | ReturnType<typeof fetchUserListByType>\n | ReturnType<typeof initializeTaskToLocalStore>\n | ReturnType<typeof fetchClassList>\n | ReturnType<typeof fetchTaskHistory>;\n\nexport const fetchTaskDetailPageEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskDetailPage.match),\n mergeMap((action) => {\n const {cacheOverride, taskId} = action.payload;\n const taskDetailActions: ActionType[] = [];\n const state = state$.value;\n if (cacheOverride === true) {\n taskDetailActions.push(\n fetchUserListByType('taskManagerCandidate', true)\n );\n taskDetailActions.push(fetchClassList());\n if (taskId != null) {\n taskDetailActions.push(fetchTaskDetail(taskId, true));\n taskDetailActions.push(fetchTaskHistory(taskId, true));\n }\n } else {\n const taskManageUsers =\n state.userListViewState.userListByType.taskManagerCandidate;\n if (\n taskManageUsers.hasValidState() === false &&\n taskManageUsers.fetchState !== 'In-Progress'\n ) {\n taskDetailActions.push(\n fetchUserListByType('taskManagerCandidate', false)\n );\n }\n if (\n state.classListState.hasValidState() === false &&\n state.classListState.fetchState !== 'In-Progress'\n ) {\n taskDetailActions.push(fetchClassList());\n }\n if (taskId != null) {\n taskDetailActions.push(fetchTaskDetail(taskId, false));\n taskDetailActions.push(fetchTaskHistory(taskId, false));\n }\n }\n return concat(from(taskDetailActions));\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskHistoryEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/fetchTaskHistoryEpic.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAa,MAAM,EAAE,IAAI,EAAE,EAAE,EAAC,MAAM,MAAM,CAAC;AAClD,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC;AAO9B,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,QAAuC,EACvC,MAAkC,EAClC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAC9B,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE;IAClB,MAAM,EAAC,MAAM,EAAE,aAAa,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IAC/C,MAAM,cAAc,GAAiB,EAAE,CAAC;IACxC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAE3B,MAAM,iBAAiB,GAAG,SAAS,CACjC,KAAK,CAAC,eAAe,CAAC,eAAe,EACrC,MAAM,EACN,SAAS,CACV,CAAC;IAEF,IACE,aAAa,KAAK,IAAI;QACtB,iBAAiB,IAAI,IAAI;QACzB,iBAAiB,CAAC,UAAU,KAAK,aAAa,EAC9C,CAAC;QACD,cAAc,CAAC,IAAI,CACjB,4BAA4B,CAAC;YAC3B,MAAM;YACN,UAAU,EAAE,aAAa;SAC1B,CAAC,CACH,CAAC;QAEF,MAAM,iBAAiB,GAAG,OAAO;aAC9B,OAAO,CACN,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,2BAA2B,MAAM,UAAU,CAC3F;aACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAoC,EAAE,EAAE;YAChD,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;gBACzD,OAAO,EAAE,CACP,iBAAiB,CAAC;oBAChB,MAAM;oBACN,qBAAqB,EAAE,QAAQ,CAAC,IAAI,CAAC,UAAU;iBAChD,CAAC,CACH,CAAC;YACJ,CAAC;iBAAM,CAAC;gBACN,OAAO,EAAE,CACP,4BAA4B,CAAC;oBAC3B,MAAM;oBACN,UAAU,EAAE,OAAO;oBACnB,KAAK,EAAE,QAAQ,CAAC,MAAM;iBACvB,CAAC,CACH,CAAC;YACJ,CAAC;QACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;YACnB,OAAO,EAAE,CACP,4BAA4B,CAAC;gBAC3B,MAAM;gBACN,UAAU,EAAE,OAAO;gBACnB,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,8CAA8C;oBAC5C,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;aACF,CAAC,CACH,CAAC;QACJ,CAAC,CAAC,CACH,CAAC;QACJ,OAAO,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,iBAAiB,CAAC,CAAC;IACzD,CAAC;SAAM,CAAC;QACN,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAC9B,CAAC;AACH,CAAC,CAAC,CACH,CAAC","sourcesContent":["import recordGet from 'lodash/get';\nimport {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, concat, from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchEntityHistoryResponse} from '../../../spendManagement/commonHistoryView/commonHistoryPayload';\nimport {\n fetchTaskHistory,\n updateTaskHistory,\n updateTaskHistoryFetchStatus,\n} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskHistory>\n | ReturnType<typeof updateTaskHistory>\n | ReturnType<typeof updateTaskHistoryFetchStatus>;\n\nexport const fetchTaskHistoryEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskHistory.match),\n mergeMap((action) => {\n const {taskId, cacheOverride} = action.payload;\n const historyActions: ActionType[] = [];\n const state = state$.value;\n\n const taskHistoryDetail = recordGet(\n state.taskDetailState.taskHistoryById,\n taskId,\n undefined\n );\n\n if (\n cacheOverride === true ||\n taskHistoryDetail == null ||\n taskHistoryDetail.fetchState !== 'In-Progress'\n ) {\n historyActions.push(\n updateTaskHistoryFetchStatus({\n taskId,\n fetchState: 'In-Progress',\n })\n );\n\n const getHistoryDetail$ = zeniAPI\n .getJSON<FetchEntityHistoryResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}/history`\n )\n .pipe(\n mergeMap((response: FetchEntityHistoryResponse) => {\n if (isSuccessResponse(response) && response.data != null) {\n return of(\n updateTaskHistory({\n taskId,\n historicEventsPayload: response.data.activities,\n })\n );\n } else {\n return of(\n updateTaskHistoryFetchStatus({\n taskId,\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskHistoryFetchStatus({\n taskId,\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Fetch Task history REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n return concat(from(historyActions), getHistoryDetail$);\n } else {\n return from(historyActions);\n }\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"initializeTaskToLocalStoreEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/initializeTaskToLocalStoreEpic.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAa,IAAI,EAAC,MAAM,MAAM,CAAC;AACtC,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAKhD,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAO9B,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAC5C,QAAuC,EACvC,MAAkC,EACV,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,0BAA0B,CAAC,KAAK,CAAC,EACxC,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE;IAClB,MAAM,EAAC,MAAM,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IAChC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAE3B,MAAM,IAAI,GAAqB,SAAS,CACtC,KAAK,CAAC,SAAS,CAAC,QAAQ,EACxB,MAAM,EACN,SAAS,CACV,CAAC;IAEF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACjB,MAAM,mBAAmB,GAAsB;YAC7C,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,WAAW,EAAE,IAAI,CAAC,WAAW;YAC7B,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;YACxB,QAAQ,EAAE,IAAI,CAAC,SAAS;YACxB,cAAc,EAAE,IAAI,CAAC,cAAc;YACnC,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI;YAC5B,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,OAAO,EAAE,IAAI,CAAC,OAAO;YACrB,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,kBAAkB,EAAE,IAAI,CAAC,kBAAkB;YAC3C,mBAAmB,EAAE,IAAI,CAAC,mBAAmB;YAC7C,yBAAyB,EAAE;gBACzB,8BAA8B,EAAE,MAAM,EAAE,qCAAqC;gBAC7E,gBAAgB,EAAE,IAAI,CAAC,gBAAgB;aACxC;YACD,qBAAqB,EAAE,IAAI,CAAC,gBAAgB;YAC5C,kBAAkB,EAAE,IAAI,CAAC,kBAAkB;YAC3C,SAAS,EAAE,IAAI,CAAC,SAAS;YACzB,SAAS,EAAE,IAAI,CAAC,SAAS;SAC1B,CAAC;QACF,MAAM,OAAO,GAAiB;YAC5B,2BAA2B,CAAC,EAAC,mBAAmB,EAAE,MAAM,EAAC,CAAC;YAC1D,yBAAyB,CAAC,EAAC,MAAM,EAAE,UAAU,EAAE,WAAW,EAAC,CAAC;SAC7D,CAAC;QACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;IACvB,CAAC;IACD,OAAO,IAAI,CAAC;QACV,yBAAyB,CAAC,EAAC,MAAM,EAAE,UAAU,EAAE,WAAW,EAAC,CAAC;KAC7D,CAAC,CAAC;AACL,CAAC,CAAC,CACH,CAAC","sourcesContent":["import recordGet from 'lodash/get';\nimport {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from} from 'rxjs';\nimport {filter, mergeMap} from 'rxjs/operators';\n\nimport {Task} from '../../../../entity/task/taskState';\nimport {RootState} from '../../../../reducer';\nimport {EditTaskLocalData} from '../taskDetail';\nimport {\n initializeTaskToLocalStore,\n saveTaskUpdatesToLocalStore,\n updateEditTaskFetchStatus,\n} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof initializeTaskToLocalStore>\n | ReturnType<typeof saveTaskUpdatesToLocalStore>\n | ReturnType<typeof updateEditTaskFetchStatus>;\n\nexport const initializeTaskToLocalStoreEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>\n): Observable<ActionType> =>\n actions$.pipe(\n filter(initializeTaskToLocalStore.match),\n mergeMap((action) => {\n const {taskId} = action.payload;\n const state = state$.value;\n\n const task: Task | undefined = recordGet(\n state.taskState.taskByID,\n taskId,\n undefined\n );\n\n if (task != null) {\n const taskDetailLocalData: EditTaskLocalData = {\n name: task.name,\n description: task.description,\n status: task.status.code,\n assignee: task.assignees,\n groupAssignees: task.groupAssignees,\n dueDate: task.dueDate,\n priority: task.priority.code,\n tagIds: task.tagIds,\n fileIds: task.fileIds,\n type: task.type,\n recurringFrequency: task.recurringFrequency,\n recurringDaysOfWeek: task.recurringDaysOfWeek,\n recurringEndDateLocalData: {\n recurringDatePickerOptionsType: 'date', // by default, date would be selected\n recurringEndDate: task.recurringEndDate,\n },\n savedRecurringEndDate: task.recurringEndDate,\n recurringStartDate: task.recurringStartDate,\n timeSpent: task.timeSpent,\n isPrivate: task.isPrivate,\n };\n const actions: ActionType[] = [\n saveTaskUpdatesToLocalStore({taskDetailLocalData, taskId}),\n updateEditTaskFetchStatus({taskId, fetchState: 'Completed'}),\n ];\n return from(actions);\n }\n return from([\n updateEditTaskFetchStatus({taskId, fetchState: 'Completed'}),\n ]);\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saveTaskDetailEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/saveTaskDetailEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {ID} from '../../../../commonStateTypes/common';\nimport {convertHHMMStrToMinutes} from '../../../../commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM';\nimport {DEFAULT_DATE_FORMAT} from '../../../../commonStateTypes/fiscalYearHelpers/formatZeniDateFY';\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {getTaskById} from '../../../../entity/task/taskSelector';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskListResponse} from '../../taskListView/taskListPayload';\nimport {updateTaskListOnNewTaskCreationSuccess} from '../../taskListView/taskListReducer';\nimport {saveTaskDetail, saveTaskSuccessOrFailure} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof saveTaskDetail>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof updateTaskListOnNewTaskCreationSuccess>\n | ReturnType<typeof saveTaskSuccessOrFailure>;\n\nexport const saveTaskDetailEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n) =>\n actions$.pipe(\n filter(saveTaskDetail.match),\n mergeMap((action) => {\n const {taskId, taskGroupId} = action.payload;\n const state = state$.value;\n const isTaskListFetched = state.taskListState.fetchState === 'Completed';\n const updatedTaskGroupId =\n taskId == null\n ? taskGroupId\n : getTaskById(state.taskState, taskId)?.taskGroupIds[0];\n const payload = prepareTaskPayload(state, taskId, updatedTaskGroupId);\n const saveTaskApi =\n taskId != null\n ? zeniAPI.putAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}`,\n payload\n )\n : zeniAPI.postAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks`,\n payload\n );\n\n return saveTaskApi.pipe(\n mergeMap((response: FetchTaskListResponse) => {\n if (\n isSuccessResponse(response) &&\n response.data != null &&\n updatedTaskGroupId != null &&\n response.data.tasks.length > 0\n ) {\n const newTaskId = response.data.tasks[0].task_id;\n\n const actions: ActionType[] = [\n updateTasks(response.data.tasks),\n saveTaskSuccessOrFailure({\n fetchState: 'Completed',\n newTaskId,\n taskId,\n }),\n ];\n\n if (isTaskListFetched === true) {\n actions.push(\n updateTaskListOnNewTaskCreationSuccess({\n taskGroupId: updatedTaskGroupId,\n task: response.data.tasks[0],\n currentTaskState:\n taskId != null\n ? getTaskById(state.taskState, taskId)\n : undefined,\n })\n );\n }\n\n return from(actions);\n } else {\n return of(\n saveTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: response.status,\n }),\n openSnackbar({\n messageSection: 'save_task_detail',\n messageText: 'failed',\n type: 'error',\n variables: [\n {\n variableName: '_api-error_',\n variableValue: response.status.message,\n },\n ],\n })\n );\n }\n }),\n catchError((error) =>\n of(\n saveTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Save Task REST API call errored out' + JSON.stringify(error)\n ),\n })\n )\n )\n );\n })\n );\n\nconst prepareTaskPayload = (\n state: RootState,\n taskId?: ID,\n taskGroupId?: ID\n) => {\n const {taskDetailState, taskState} = state;\n\n const syncToken =\n taskId != null ? (getTaskById(taskState, taskId)?.syncToken ?? '') : '';\n\n const sourceState =\n taskId != null\n ? taskDetailState.editTaskStateById[taskId]\n : taskDetailState.newTaskState;\n const localData = sourceState.taskDetailLocalData;\n return {\n name: localData.name,\n assignees: localData.assignee,\n description: localData.description,\n due_date: localData.dueDate?.format('YYYY-MM-DD') ?? null,\n priority: localData.priority,\n status: localData.status,\n tags: localData.tagIds,\n file_ids: localData.fileIds,\n type: localData.type.code,\n recurring_end_date:\n localData.type.code === 'recurring'\n ? (localData.savedRecurringEndDate?.format(DEFAULT_DATE_FORMAT) ?? null)\n : null,\n recurring_frequency:\n localData.type.code === 'recurring' ? localData.recurringFrequency : null,\n recurring_start_date:\n localData.type.code === 'recurring'\n ? (localData.recurringStartDate?.format(DEFAULT_DATE_FORMAT) ?? null)\n : null,\n recurring_days_of_week:\n localData.type.code === 'recurring' &&\n localData.recurringFrequency === 'semi_weekly'\n ? (localData.recurringDaysOfWeek ?? [])\n : [],\n sync_token: syncToken,\n task_group_ids: taskGroupId != null ? [taskGroupId] : [],\n time_spent: convertHHMMStrToMinutes(localData.timeSpent),\n group_assignees: localData.groupAssignees,\n ...(taskId == null ? {is_private: localData.isPrivate ?? false} : {}),\n };\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snoozeTaskEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/snoozeTaskEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {ID} from '../../../../commonStateTypes/common';\nimport {SNOOZED_DISPLAY_FORMAT} from '../../../../commonStateTypes/fiscalYearHelpers/formatZeniDateFY';\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {date} from '../../../../zeniDayJS';\nimport {FetchTaskListResponse} from '../../taskListView/taskListPayload';\nimport {\n fetchTaskList,\n removeTaskFromList,\n} from '../../taskListView/taskListReducer';\nimport {snoozeTask, snoozeTaskSuccessOrFailure} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof snoozeTask>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof snoozeTaskSuccessOrFailure>\n | ReturnType<typeof removeTaskFromList>;\n\nexport const snoozeTaskEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n) =>\n actions$.pipe(\n filter(snoozeTask.match),\n mergeMap((action) =>\n handleSnoozeTask(\n action.payload.taskId,\n action.payload.snoozedUntil,\n zeniAPI\n )\n )\n );\n\nconst formatSnoozedUntilForDisplay = (snoozedUntil: string): string =>\n date(snoozedUntil).format(SNOOZED_DISPLAY_FORMAT);\n\nconst handleSnoozeTask = (\n taskId: ID,\n snoozedUntil: string,\n zeniAPI: ZeniAPI\n) => {\n const snoozeTaskApi$ = zeniAPI.postAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}/snooze`,\n {snoozed_until: snoozedUntil}\n );\n\n return snoozeTaskApi$.pipe(\n mergeMap((response) => handleApiResponse(response, taskId, snoozedUntil)),\n catchError((error) =>\n of(\n snoozeTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Snooze Task REST API call errored out: ' + JSON.stringify(error)\n ),\n })\n )\n )\n );\n};\n\nconst handleApiResponse = (\n response: FetchTaskListResponse,\n taskId: ID,\n snoozedUntil: string\n) => {\n if (\n isSuccessResponse(response) &&\n response.data != null &&\n response.data.tasks.length > 0\n ) {\n const fetchActions: ActionType[] = [\n updateTasks(response.data.tasks),\n removeTaskFromList(taskId),\n fetchTaskList(),\n snoozeTaskSuccessOrFailure({\n fetchState: 'Completed',\n taskId,\n }),\n openSnackbar({\n messageSection: 'snooze_task',\n messageText: 'success',\n type: 'success',\n variables: [\n {\n variableName: '_snoozed_until_',\n variableValue: formatSnoozedUntilForDisplay(snoozedUntil),\n },\n ],\n }),\n ];\n return from(fetchActions);\n } else {\n return from([\n snoozeTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: response.status,\n }),\n openSnackbar({\n messageSection: 'snooze_task',\n messageText: 'failed',\n type: 'error',\n variables: [\n {\n variableName: '_api-error_',\n variableValue: response.status.message,\n },\n ],\n }),\n ]);\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsnoozeTaskEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskDetailView/epics/unsnoozeTaskEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,IAAI,EAAE,EAAE,EAAC,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAEhE,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,aAAa,EACb,kBAAkB,GACnB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAC,0BAA0B,EAAE,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAU9E,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAC9B,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EAChB,EAAE,CACF,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,EAC1B,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CACzE,CAAC;AAEJ,MAAM,kBAAkB,GAAG,CAAC,MAAU,EAAE,OAAgB,EAAE,EAAE;IAC1D,MAAM,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAC/C,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,2BAA2B,MAAM,SAAS,CAC1F,CAAC;IAEF,OAAO,gBAAgB,CAAC,IAAI,CAC1B,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,iBAAiB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,EAC3D,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE,CACnB,EAAE,CACA,0BAA0B,CAAC;QACzB,UAAU,EAAE,OAAO;QACnB,MAAM;QACN,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,2CAA2C,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACpE;KACF,CAAC,CACH,CACF,CACF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,QAA+B,EAAE,MAAU,EAAE,EAAE;IACxE,IACE,iBAAiB,CAAC,QAAQ,CAAC;QAC3B,QAAQ,CAAC,IAAI,IAAI,IAAI;QACrB,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAC9B,CAAC;QACD,MAAM,YAAY,GAAiB;YACjC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;YAChC,kBAAkB,CAAC,MAAM,CAAC;YAC1B,aAAa,EAAE;YACf,0BAA0B,CAAC;gBACzB,UAAU,EAAE,WAAW;gBACvB,MAAM;aACP,CAAC;YACF,YAAY,CAAC;gBACX,cAAc,EAAE,eAAe;gBAC/B,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,SAAS;aAChB,CAAC;SACH,CAAC;QACF,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC5B,CAAC;SAAM,CAAC;QACN,OAAO,IAAI,CAAC;YACV,0BAA0B,CAAC;gBACzB,UAAU,EAAE,OAAO;gBACnB,MAAM;gBACN,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC;YACF,YAAY,CAAC;gBACX,cAAc,EAAE,eAAe;gBAC/B,WAAW,EAAE,QAAQ;gBACrB,IAAI,EAAE,OAAO;gBACb,SAAS,EAAE;oBACT;wBACE,YAAY,EAAE,aAAa;wBAC3B,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,OAAO;qBACvC;iBACF;aACF,CAAC;SACH,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {from, of} from 'rxjs';\nimport {catchError, filter, mergeMap} from 'rxjs/operators';\n\nimport {ID} from '../../../../commonStateTypes/common';\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskListResponse} from '../../taskListView/taskListPayload';\nimport {\n fetchTaskList,\n removeTaskFromList,\n} from '../../taskListView/taskListReducer';\nimport {snoozeTaskSuccessOrFailure, unsnoozeTask} from '../taskDetailReducer';\n\nexport type ActionType =\n | ReturnType<typeof unsnoozeTask>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof removeTaskFromList>\n | ReturnType<typeof snoozeTaskSuccessOrFailure>;\n\nexport const unsnoozeTaskEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n) =>\n actions$.pipe(\n filter(unsnoozeTask.match),\n mergeMap((action) => handleUnsnoozeTask(action.payload.taskId, zeniAPI))\n );\n\nconst handleUnsnoozeTask = (taskId: ID, zeniAPI: ZeniAPI) => {\n const unsnoozeTaskApi$ = zeniAPI.deleteAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}/snooze`\n );\n\n return unsnoozeTaskApi$.pipe(\n mergeMap((response) => handleApiResponse(response, taskId)),\n catchError((error) =>\n of(\n snoozeTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Unsnooze Task REST API call errored out: ' + JSON.stringify(error)\n ),\n })\n )\n )\n );\n};\n\nconst handleApiResponse = (response: FetchTaskListResponse, taskId: ID) => {\n if (\n isSuccessResponse(response) &&\n response.data != null &&\n response.data.tasks.length > 0\n ) {\n const fetchActions: ActionType[] = [\n updateTasks(response.data.tasks),\n removeTaskFromList(taskId),\n fetchTaskList(),\n snoozeTaskSuccessOrFailure({\n fetchState: 'Completed',\n taskId,\n }),\n openSnackbar({\n messageSection: 'unsnooze_task',\n messageText: 'success',\n type: 'success',\n }),\n ];\n return from(fetchActions);\n } else {\n return from([\n snoozeTaskSuccessOrFailure({\n fetchState: 'Error',\n taskId,\n error: response.status,\n }),\n openSnackbar({\n messageSection: 'unsnooze_task',\n messageText: 'failed',\n type: 'error',\n variables: [\n {\n variableName: '_api-error_',\n variableValue: response.status.message,\n },\n ],\n }),\n ]);\n }\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskDetail.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskDetailView/taskDetail.ts"],"names":[],"mappings":"AAsDA,MAAM,CAAC,MAAM,0BAA0B,GAAsB;IAC3D,IAAI,EAAE,EAAE;IACR,WAAW,EAAE,EAAE;IACf,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,EAAE;IACZ,cAAc,EAAE,EAAE;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,IAAI,EAAE;QACJ,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,UAAU;KACjB;IACD,yBAAyB,EAAE,EAAE;IAC7B,SAAS,EAAE,EAAE;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAmB;IAC/C,eAAe,EAAE;QACf,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;IACD,aAAa,EAAE;QACb,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;IACD,UAAU,EAAE;QACV,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;IACD,gBAAgB,EAAE;QAChB,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;IACD,YAAY,EAAE;QACZ,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;IACD,mBAAmB,EAAE,0BAA0B;CAChD,CAAC","sourcesContent":["import {FetchStateAndError, ID} from '../../../commonStateTypes/common';\nimport {\n DayOfWeek,\n PriorityCodeType,\n TaskStatusCodeType,\n TaskType,\n} from '../../../entity/task/taskState';\nimport {ZeniDate} from '../../../zeniDayJS';\nimport {\n RecurringDatePickerOptions,\n RecurringFrequencyType,\n} from '../../common/recurringViewHelper';\nimport {CommonHistoryView} from '../../spendManagement/commonHistoryView/commonHistory';\n\nexport interface TaskDetailViewState {\n editTaskStateById: Record<ID, EditTaskDetail>;\n newTaskState: EditTaskDetail;\n taskHistoryById: Record<ID, CommonHistoryView>;\n}\nexport interface EditTaskDetail {\n archiveStatus: FetchStateAndError;\n deleteTaskStatus: FetchStateAndError;\n fetchTaskStatus: FetchStateAndError;\n saveStatus: FetchStateAndError;\n snoozeStatus: FetchStateAndError;\n taskDetailLocalData: EditTaskLocalData;\n taskId?: ID;\n}\nexport interface EditTaskLocalData {\n assignee: ID[];\n description: string;\n fileIds: ID[];\n groupAssignees: ID[];\n name: string;\n priority: PriorityCodeType;\n recurringEndDateLocalData: {\n recurringCount?: number;\n // Note: This holds values of end date selection before clicking on Save. Once Save is hit, end date is saved into `savedRecurringEndDate`, which is shown on UI\n recurringDatePickerOptionsType?: RecurringDatePickerOptions;\n recurringEndDate?: ZeniDate;\n };\n status: TaskStatusCodeType;\n tagIds: ID[];\n timeSpent: string;\n type: TaskType;\n dueDate?: ZeniDate;\n isPrivate?: boolean;\n recurringDaysOfWeek?: DayOfWeek[];\n recurringFrequency?: RecurringFrequencyType;\n recurringStartDate?: ZeniDate;\n savedRecurringEndDate?: ZeniDate;\n savedRecurringTasksCount?: number;\n}\n\nexport const initialTaskDetailLocalData: EditTaskLocalData = {\n name: '',\n description: '',\n status: 'todo',\n assignee: [],\n groupAssignees: [],\n dueDate: undefined,\n priority: 'medium',\n tagIds: [],\n fileIds: [],\n type: {\n code: 'one_time',\n name: 'One Time',\n },\n recurringEndDateLocalData: {},\n timeSpent: '',\n};\n\nexport const initialTaskDetail: EditTaskDetail = {\n fetchTaskStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n archiveStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n saveStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n deleteTaskStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n snoozeStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n taskDetailLocalData: initialTaskDetailLocalData,\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskDetailReducer.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskDetailView/taskDetailReducer.ts"],"names":[],"mappings":"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","sourcesContent":["import {PayloadAction, createSlice} from '@reduxjs/toolkit';\nimport recordGet from 'lodash/get';\n\nimport {FetchState, ID} from '../../../commonStateTypes/common';\nimport {ZeniAPIStatus} from '../../../responsePayload';\nimport {initialCommonHistory} from '../../spendManagement/commonHistoryView/commonHistory';\nimport {\n HistoricEventPayload,\n toHistoricEvent,\n} from '../../spendManagement/commonHistoryView/commonHistoryPayload';\nimport {\n EditTaskLocalData,\n TaskDetailViewState,\n initialTaskDetail,\n} from './taskDetail';\n\nexport const initialState: TaskDetailViewState = {\n newTaskState: initialTaskDetail,\n editTaskStateById: {},\n taskHistoryById: {},\n};\n\nconst taskDetailView = createSlice({\n name: 'taskDetailView',\n initialState,\n reducers: {\n fetchTaskDetailPage: {\n reducer(\n draft,\n action: PayloadAction<{\n cacheOverride: boolean;\n taskId?: ID;\n }>\n ) {\n const {taskId} = action.payload;\n if (taskId != null) {\n const detail = recordGet(draft.editTaskStateById, taskId, undefined);\n if (\n action.payload.cacheOverride === true ||\n detail == null ||\n detail.fetchTaskStatus.fetchState !== 'In-Progress'\n ) {\n draft.editTaskStateById[taskId] = {\n ...initialTaskDetail,\n };\n }\n }\n },\n prepare(cacheOverride: boolean, taskId?: ID) {\n return {payload: {cacheOverride, taskId}};\n },\n },\n\n fetchTaskDetail: {\n reducer() {\n //do nothing\n },\n prepare(taskId: ID, cacheOverride = false) {\n return {\n payload: {\n taskId,\n cacheOverride,\n },\n };\n },\n },\n\n removeTaskDetail(draft, action: PayloadAction<ID>) {\n const key = action.payload;\n delete draft.editTaskStateById[key];\n },\n\n updateEditTaskFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n taskId: ID;\n error?: ZeniAPIStatus;\n }>\n ) {\n const {taskId, fetchState, error} = action.payload;\n\n draft.editTaskStateById[taskId] = {\n ...draft.editTaskStateById[taskId],\n fetchTaskStatus: {\n fetchState,\n error: fetchState === 'Error' ? error : undefined,\n },\n };\n },\n\n initializeTaskToLocalStore: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId: ID;\n }>\n ) {\n const key = action.payload.taskId;\n draft.editTaskStateById[key] = {\n ...draft.editTaskStateById[key],\n taskId: key,\n };\n },\n prepare(taskId: ID) {\n return {payload: {taskId}};\n },\n },\n\n updateCreatedTagToLocalStore(\n draft,\n action: PayloadAction<{\n tagId: ID;\n taskId?: ID;\n }>\n ) {\n const key = action.payload.taskId;\n if (key != null) {\n draft.editTaskStateById[key].taskDetailLocalData.tagIds.push(\n action.payload.tagId\n );\n } else {\n draft.newTaskState.taskDetailLocalData.tagIds.push(\n action.payload.tagId\n );\n }\n },\n\n updateDeletedTagToLocalStore(\n draft,\n action: PayloadAction<{\n tagId: ID | undefined;\n taskId: ID | undefined;\n }>\n ) {\n const {tagId, taskId} = action.payload;\n if (taskId != null) {\n if (\n draft.editTaskStateById[taskId].taskDetailLocalData.tagIds.find(\n (tag) => tag === tagId\n ) != null\n ) {\n draft.editTaskStateById[taskId].taskDetailLocalData.tagIds =\n draft.editTaskStateById[taskId].taskDetailLocalData.tagIds.filter(\n (tag) => tag !== tagId\n );\n }\n } else if (\n draft.newTaskState.taskDetailLocalData.tagIds.find(\n (tag) => tag === tagId\n ) != null\n ) {\n draft.newTaskState.taskDetailLocalData.tagIds =\n draft.newTaskState.taskDetailLocalData.tagIds.filter(\n (tag) => tag !== tagId\n );\n }\n },\n\n saveTaskUpdatesToLocalStore(\n draft,\n action: PayloadAction<{\n taskDetailLocalData: EditTaskLocalData;\n taskId?: ID;\n }>\n ) {\n if (action.payload.taskId != null) {\n const key = action.payload.taskId;\n\n draft.editTaskStateById[key].taskDetailLocalData = {\n ...draft.editTaskStateById[key].taskDetailLocalData,\n ...action.payload.taskDetailLocalData,\n };\n draft.editTaskStateById[key].taskId = key;\n } else {\n draft.newTaskState.taskDetailLocalData = {\n ...draft.newTaskState.taskDetailLocalData,\n ...action.payload.taskDetailLocalData,\n };\n }\n },\n\n discardTaskUpdatesInLocalStore(\n draft,\n action: PayloadAction<{\n taskId?: ID;\n }>\n ) {\n if (action.payload.taskId != null) {\n const key = action.payload.taskId;\n draft.editTaskStateById[key] = initialTaskDetail;\n } else {\n draft.newTaskState = initialTaskDetail;\n }\n },\n\n saveTaskDetail: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId?: ID;\n }>\n ) {\n const {taskId} = action.payload;\n if (taskId != null) {\n draft.editTaskStateById[taskId] = {\n ...draft.editTaskStateById[taskId],\n saveStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n } else {\n draft.newTaskState = {\n ...draft.newTaskState,\n saveStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n }\n },\n prepare(taskId?: ID, taskGroupId?: ID) {\n return {\n payload: {\n taskId,\n taskGroupId,\n },\n };\n },\n },\n\n saveTaskSuccessOrFailure(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n newTaskId?: ID;\n taskId?: ID;\n }>\n ) {\n const {taskId, fetchState, error, newTaskId} = action.payload;\n if (taskId != null && draft.editTaskStateById[taskId] != null) {\n draft.editTaskStateById[taskId].saveStatus.fetchState = fetchState;\n draft.editTaskStateById[taskId].saveStatus.error = error;\n } else if (taskId == null) {\n if (newTaskId != null) {\n draft.newTaskState.taskId = newTaskId;\n }\n draft.newTaskState.saveStatus.fetchState = fetchState;\n draft.newTaskState.saveStatus.error = action.payload.error;\n }\n },\n\n archiveTask: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId: ID;\n }>\n ) {\n const {taskId} = action.payload;\n draft.editTaskStateById[taskId] = {\n ...draft.editTaskStateById[taskId],\n archiveStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n },\n prepare(taskId: ID) {\n return {\n payload: {\n taskId,\n },\n };\n },\n },\n\n archiveTaskSuccessOrFailure(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n taskId: ID;\n error?: ZeniAPIStatus;\n }>\n ) {\n const {taskId, fetchState, error} = action.payload;\n if (draft.editTaskStateById[taskId] != null) {\n draft.editTaskStateById[taskId].archiveStatus.fetchState = fetchState;\n draft.editTaskStateById[taskId].archiveStatus.error = error;\n }\n },\n\n deleteTask: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId?: ID;\n }>\n ) {\n const {taskId} = action.payload;\n if (taskId != null) {\n draft.editTaskStateById[taskId] = {\n ...draft.editTaskStateById[taskId],\n deleteTaskStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n } else {\n draft.newTaskState = {\n ...draft.newTaskState,\n deleteTaskStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n }\n },\n prepare(taskId?: ID) {\n return {\n payload: {\n taskId,\n },\n };\n },\n },\n\n deleteTaskSuccessOrFailure(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n taskId?: ID;\n }>\n ) {\n if (\n action.payload.taskId != null &&\n draft.editTaskStateById[action.payload.taskId] != null\n ) {\n const {taskId} = action.payload;\n draft.editTaskStateById[taskId].deleteTaskStatus.fetchState =\n action.payload.fetchState;\n draft.editTaskStateById[taskId].deleteTaskStatus.error =\n action.payload.error;\n } else if (action.payload.taskId == null) {\n draft.newTaskState.deleteTaskStatus.fetchState =\n action.payload.fetchState;\n draft.newTaskState.deleteTaskStatus.error = action.payload.error;\n }\n },\n\n snoozeTask: {\n reducer(\n draft,\n action: PayloadAction<{\n snoozedUntil: string;\n taskId: ID;\n }>\n ) {\n const {taskId} = action.payload;\n draft.editTaskStateById[taskId] = {\n ...(draft.editTaskStateById[taskId] != null\n ? draft.editTaskStateById[taskId]\n : initialTaskDetail),\n snoozeStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n },\n prepare(taskId: ID, snoozedUntil: string) {\n return {\n payload: {\n taskId,\n snoozedUntil,\n },\n };\n },\n },\n\n snoozeTaskSuccessOrFailure(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n taskId: ID;\n error?: ZeniAPIStatus;\n }>\n ) {\n const {taskId, fetchState, error} = action.payload;\n if (draft.editTaskStateById[taskId] != null) {\n draft.editTaskStateById[taskId].snoozeStatus.fetchState = fetchState;\n draft.editTaskStateById[taskId].snoozeStatus.error = error;\n }\n },\n\n unsnoozeTask: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId: ID;\n }>\n ) {\n const {taskId} = action.payload;\n draft.editTaskStateById[taskId] = {\n ...(draft.editTaskStateById[taskId] != null\n ? draft.editTaskStateById[taskId]\n : initialTaskDetail),\n snoozeStatus: {\n fetchState: 'In-Progress',\n error: undefined,\n },\n };\n },\n prepare(taskId: ID) {\n return {\n payload: {\n taskId,\n },\n };\n },\n },\n\n fetchTaskHistory: {\n reducer(\n draft,\n action: PayloadAction<{\n taskId: ID;\n cacheOverride?: boolean;\n }>\n ) {\n const {taskId, cacheOverride} = action.payload;\n const detail = recordGet(draft.taskHistoryById, taskId, undefined);\n if (\n cacheOverride === true ||\n detail == null ||\n detail.fetchState !== 'In-Progress'\n ) {\n draft.taskHistoryById[taskId] = {\n ...initialCommonHistory,\n };\n }\n },\n prepare(taskId: ID, cacheOverride = true) {\n return {\n payload: {taskId, cacheOverride},\n };\n },\n },\n\n updateTaskHistory(\n draft,\n action: PayloadAction<{\n historicEventsPayload: HistoricEventPayload[];\n taskId: ID;\n }>\n ) {\n const {taskId, historicEventsPayload} = action.payload;\n const historicEvents = historicEventsPayload.map((historicEventPayload) =>\n toHistoricEvent(historicEventPayload)\n );\n draft.taskHistoryById[taskId] = {\n ...initialCommonHistory,\n fetchState: 'Completed',\n error: undefined,\n historicEvents,\n };\n },\n\n updateTaskHistoryFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n taskId: ID;\n error?: ZeniAPIStatus;\n }>\n ) {\n const {taskId, fetchState, error} = action.payload;\n draft.taskHistoryById[taskId] = {\n ...initialCommonHistory,\n fetchState,\n error,\n };\n },\n\n clearTaskDetail(draft) {\n Object.assign(draft, initialState);\n },\n },\n});\n\nexport const {\n fetchTaskDetailPage,\n fetchTaskDetail,\n initializeTaskToLocalStore,\n updateEditTaskFetchStatus,\n saveTaskUpdatesToLocalStore,\n discardTaskUpdatesInLocalStore,\n saveTaskDetail,\n archiveTask,\n archiveTaskSuccessOrFailure,\n saveTaskSuccessOrFailure,\n deleteTask,\n removeTaskDetail,\n deleteTaskSuccessOrFailure,\n snoozeTask,\n snoozeTaskSuccessOrFailure,\n unsnoozeTask,\n fetchTaskHistory,\n updateTaskHistory,\n updateTaskHistoryFetchStatus,\n clearTaskDetail,\n updateCreatedTagToLocalStore,\n updateDeletedTagToLocalStore,\n} = taskDetailView.actions;\nexport default taskDetailView.reducer;\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskDetailSelector.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskDetailView/taskDetailSelector.ts"],"names":[],"mappings":"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","sourcesContent":["import isEqual from 'lodash/isEqual';\n\nimport {FetchStateAndError, ID} from '../../../commonStateTypes/common';\nimport {reduceFetchState} from '../../../commonStateTypes/reduceFetchState';\nimport {SelectorView} from '../../../commonStateTypes/viewAndReport/viewAndReport';\nimport {getClassesByIds} from '../../../entity/class/classSelector';\nimport {Class} from '../../../entity/class/classState';\nimport {getFilesByFileIds} from '../../../entity/file/fileSelector';\nimport {File} from '../../../entity/file/fileState';\nimport {getTaskById} from '../../../entity/task/taskSelector';\nimport {Task, TaskPriority, TaskStatus} from '../../../entity/task/taskState';\nimport {RootState} from '../../../reducer';\nimport {ZeniDate} from '../../../zeniDayJS';\nimport {\n UserAndRole,\n getUserAndUserRole,\n} from '../../companyView/types/userAndRole';\nimport {\n getFileDeleteStatusById,\n getFileUpdateNameStatusById,\n} from '../../fileView/fileViewSelector';\nimport {HistoricEvent} from '../../spendManagement/commonHistoryView/commonHistory';\nimport {\n UserListSelectorView,\n getUserList,\n} from '../../userListView/userListViewSelector';\nimport {\n EditTaskDetail,\n EditTaskLocalData,\n initialTaskDetail,\n} from './taskDetail';\n\nexport interface TaskDetailSelectorView extends SelectorView {\n allAccountingClasses: Class[];\n deleteFileStatusById: Record<ID, FetchStateAndError | undefined>;\n files: File[];\n showTaskDetailFormFooter: boolean;\n taskDetailView: EditTaskDetail;\n taskHistory: HistoricEvent[];\n updateFileStatusById: Record<ID, FetchStateAndError | undefined>;\n userList: UserListSelectorView;\n createdByUser?: UserAndRole;\n isArchived?: boolean;\n isDeleted?: boolean;\n recurringSourceTaskId?: ID;\n snoozedUntil?: ZeniDate | null;\n taskGroupId?: ID;\n}\n\nexport const getTaskDetail = (\n state: RootState,\n taskId?: ID\n): TaskDetailSelectorView => {\n const {\n taskDetailState,\n classListState,\n classState,\n fileState,\n fileViewState,\n userState,\n userRoleState,\n userListViewState,\n addressState,\n taskState,\n } = state;\n\n const deleteFileStatusById: Record<ID, FetchStateAndError | undefined> = {};\n const updateFileStatusById: Record<ID, FetchStateAndError | undefined> = {};\n let showTaskDetailFormFooter = false;\n const sourceTaskDetail =\n taskId != null\n ? (taskDetailState.editTaskStateById[taskId] ?? initialTaskDetail)\n : taskDetailState.newTaskState;\n const userList = getUserList(\n userState,\n userRoleState,\n userListViewState,\n 'taskManagerCandidate'\n );\n let fetchStatus: FetchStateAndError = {\n fetchState: 'Not-Started',\n error: undefined,\n };\n\n let taskHistory: HistoricEvent[] = [];\n let createdByUser: UserAndRole | undefined = undefined;\n let isArchived: boolean | undefined = undefined;\n let isDeleted: boolean | undefined = undefined;\n let recurringSourceTaskId: ID | undefined = undefined;\n let snoozedUntil: ZeniDate | null | undefined = undefined;\n let taskGroupId: ID | undefined = undefined;\n\n if (taskId != null && sourceTaskDetail != null) {\n const taskEntity = getTaskById(taskState, taskId);\n const fileIdsInEntity = taskEntity?.fileIds ?? [];\n\n if (taskEntity != null) {\n createdByUser = getUserAndUserRole(\n userState,\n userRoleState,\n addressState,\n taskEntity.createdBy\n );\n isArchived = taskEntity.isArchived;\n isDeleted = taskEntity.isDeleted;\n recurringSourceTaskId = taskEntity.recurringSourceTaskId;\n snoozedUntil = taskEntity.snoozedUntil;\n taskGroupId = taskEntity.taskGroupIds[0];\n }\n\n if (fileIdsInEntity.length > 0) {\n fetchStatus = reduceFetchState([\n fileViewState.fetchFilesStatus,\n sourceTaskDetail.fetchTaskStatus,\n userList,\n classListState,\n ]);\n } else {\n fetchStatus = reduceFetchState([\n sourceTaskDetail.fetchTaskStatus,\n userList,\n classListState,\n ]);\n }\n showTaskDetailFormFooter = showFormFooter(\n sourceTaskDetail.taskDetailLocalData,\n taskEntity\n );\n taskHistory = taskDetailState.taskHistoryById[taskId]?.historicEvents ?? [];\n } else if (taskId == null) {\n fetchStatus = reduceFetchState([userList, classListState]);\n }\n const {classIds} = classListState;\n const allAccountingClasses = getClassesByIds(classState, {\n classIds: classIds,\n reportId: 'class_list',\n });\n let files: File[] = [];\n if (sourceTaskDetail != null) {\n sourceTaskDetail.taskDetailLocalData.fileIds.forEach((fileId) => {\n deleteFileStatusById[fileId] = getFileDeleteStatusById(state, fileId);\n updateFileStatusById[fileId] = getFileUpdateNameStatusById(state, fileId);\n });\n files = getFilesByFileIds(\n fileState,\n sourceTaskDetail.taskDetailLocalData.fileIds\n );\n }\n\n return {\n taskDetailView: sourceTaskDetail,\n allAccountingClasses,\n userList,\n deleteFileStatusById,\n updateFileStatusById,\n files,\n taskHistory,\n fetchState: fetchStatus.fetchState,\n error: fetchStatus.error,\n version: 0,\n createdByUser,\n isArchived,\n isDeleted,\n recurringSourceTaskId,\n showTaskDetailFormFooter,\n snoozedUntil,\n taskGroupId,\n };\n};\n\nexport const allTaskStatus: TaskStatus[] = [\n {\n code: 'todo',\n name: 'To Do',\n },\n {\n code: 'in_progress',\n name: 'In Progress',\n },\n {\n code: 'on_hold',\n name: 'On Hold',\n },\n {\n code: 'done',\n name: 'Done',\n },\n {\n code: 'resolved',\n name: 'Complete',\n },\n];\n\nexport const allTaskPriority: TaskPriority[] = [\n {\n code: 'urgent',\n name: 'Urgent',\n },\n {\n code: 'high',\n name: 'High',\n },\n {\n code: 'medium',\n name: 'Medium',\n },\n {\n code: 'low',\n name: 'Low',\n },\n {\n code: 'normal',\n name: 'Normal',\n },\n];\n\nconst showFormFooter = (\n taskDetailLocalData: EditTaskLocalData,\n taskDetailInStore?: Task\n): boolean => {\n if (\n taskDetailLocalData.name !== taskDetailInStore?.name ||\n taskDetailLocalData.description !== taskDetailInStore.description ||\n taskDetailLocalData.priority !== taskDetailInStore.priority.code ||\n taskDetailLocalData.status !== taskDetailInStore.status.code ||\n !isEqual(taskDetailInStore.tagIds, taskDetailLocalData.tagIds) ||\n !isEqual(\n taskDetailLocalData.assignee,\n taskDetailInStore?.assignees ?? []\n ) ||\n !isEqual(\n taskDetailLocalData.groupAssignees,\n taskDetailInStore?.groupAssignees ?? []\n ) ||\n !isEqual(taskDetailLocalData.fileIds, taskDetailInStore.fileIds ?? []) ||\n !isEqual(taskDetailLocalData.dueDate, taskDetailInStore.dueDate) ||\n !isEqual(taskDetailLocalData.type, taskDetailInStore.type) ||\n !isEqual(\n taskDetailLocalData.savedRecurringEndDate,\n taskDetailInStore.recurringEndDate\n ) ||\n !isEqual(\n taskDetailLocalData.recurringFrequency,\n taskDetailInStore.recurringFrequency\n ) ||\n !isEqual(\n taskDetailLocalData.recurringDaysOfWeek,\n taskDetailInStore.recurringDaysOfWeek\n ) ||\n !isEqual(\n taskDetailLocalData.recurringStartDate,\n taskDetailInStore.recurringStartDate\n ) ||\n !isEqual(taskDetailLocalData.timeSpent, taskDetailInStore.timeSpent)\n ) {\n return true;\n }\n return false;\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createTaskFromTaskGroupTemplateEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupTemplateView/epics/createTaskFromTaskGroupTemplateEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,IAAI,EAAC,MAAM,MAAM,CAAC;AACtC,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAChE,OAAO,EAAC,gBAAgB,EAAC,MAAM,+CAA+C,CAAC;AAG/E,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAC,6CAA6C,EAAC,MAAM,0CAA0C,CAAC;AACvG,OAAO,EAAC,6CAA6C,EAAC,MAAM,oCAAoC,CAAC;AAEjG,OAAO,EACL,+BAA+B,EAC/B,+CAA+C,EAC/C,+CAA+C,GAChD,MAAM,iCAAiC,CAAC;AAYzC,MAAM,CAAC,MAAM,mCAAmC,GAAG,CACjD,QAAuC,EACvC,MAAkC,EAClC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,+BAA+B,CAAC,KAAK,CAAC,EAC7C,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;IACnB,MAAM,EAAC,mBAAmB,EAAE,OAAO,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACtD,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAC3B,MAAM,oBAAoB,GAAG,KAAK,CAAC,kBAAkB,CAAC,aAAa,CAAC;IACpE,MAAM,OAAO,GAAG;QACd,UAAU,EAAE,mBAAmB;QAC/B,gCAAgC,EAAE,OAAO,CAAC,MAAM,KAAK,CAAC;QACtD,UAAU,EAAE,OAAO;KACpB,CAAC;IACF,OAAO,OAAO;SACX,cAAc,CACb,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,6BAA6B,EAC5E,OAAO,CACR;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,MAAM,OAAO,GAAiB;gBAC5B,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC;gBACtC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;gBAChC,+CAA+C,EAAE;gBACjD,6CAA6C,CAAC;oBAC5C,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK;iBAC3B,CAAC;aACH,CAAC;YACF,IACE,oBAAoB,CAAC,QAAQ,CAC3B,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,aAAa,CACtC,KAAK,KAAK,EACX,CAAC;gBACD,OAAO,CAAC,IAAI,CACV,6CAA6C,CAAC;oBAC5C,cAAc,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,aAAa;iBACtD,CAAC,CACH,CAAC;YACJ,CAAC;YACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,MAAM,OAAO,GAAiB;gBAC5B,+CAA+C,CAC7C,QAAQ,CAAC,MAAM,CAChB;aACF,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,MAAM,OAAO,GAAiB;YAC5B,+CAA+C,CAC7C,mBAAmB,CACjB,kBAAkB,EAClB,sDAAsD;gBACpD,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB,CACF;SACF,CAAC;QACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;IACvB,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {updateTaskGroups} from '../../../../entity/taskGroup/taskGroupReducer';\nimport {updateTaskGroupTemplates} from '../../../../entity/taskGroupTemplate/taskGroupTemplateReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {updateTaskGroupViewOnTaskGroupCreationSuccess} from '../../taskGroupView/taskGroupViewReducer';\nimport {updateTaskListOnCreateTaskFromTemplateSuccess} from '../../taskListView/taskListReducer';\nimport {CreateTaskFromTaskGroupTemplateResponse} from '../taskGroupTemplateViewPayload';\nimport {\n createTaskFromTaskGroupTemplate,\n updateTaskGroupTemplatesViewOnCreateTaskFailure,\n updateTaskGroupTemplatesViewOnCreateTaskSuccess,\n} from '../taskGroupTemplateViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof createTaskFromTaskGroupTemplate>\n | ReturnType<typeof updateTaskGroupTemplates>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof updateTaskGroups>\n | ReturnType<typeof updateTaskGroupViewOnTaskGroupCreationSuccess>\n | ReturnType<typeof updateTaskListOnCreateTaskFromTemplateSuccess>\n | ReturnType<typeof updateTaskGroupTemplatesViewOnCreateTaskFailure>\n | ReturnType<typeof updateTaskGroupTemplatesViewOnCreateTaskSuccess>;\n\nexport const createTaskFromTaskGroupTemplateEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(createTaskFromTaskGroupTemplate.match),\n switchMap((action) => {\n const {taskGroupTemplateId, taskIds} = action.payload;\n const state = state$.value;\n const existingTaskGroupIds = state.taskGroupViewState.taskGroupsIds;\n const payload = {\n group_name: taskGroupTemplateId,\n is_create_all_tasks_inside_group: taskIds.length === 0,\n task_names: taskIds,\n };\n return zeniAPI\n .postAndGetJSON<CreateTaskFromTaskGroupTemplateResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/templates`,\n payload\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const actions: ActionType[] = [\n updateTaskGroups(response.data.groups),\n updateTasks(response.data.tasks),\n updateTaskGroupTemplatesViewOnCreateTaskSuccess(),\n updateTaskListOnCreateTaskFromTemplateSuccess({\n tasks: response.data.tasks,\n }),\n ];\n if (\n existingTaskGroupIds.includes(\n response.data.groups[0].task_group_id\n ) === false\n ) {\n actions.push(\n updateTaskGroupViewOnTaskGroupCreationSuccess({\n newTaskGroupId: response.data.groups[0].task_group_id,\n })\n );\n }\n return from(actions);\n } else {\n const actions: ActionType[] = [\n updateTaskGroupTemplatesViewOnCreateTaskFailure(\n response.status\n ),\n ];\n return from(actions);\n }\n }),\n catchError((error) => {\n const actions: ActionType[] = [\n updateTaskGroupTemplatesViewOnCreateTaskFailure(\n createZeniAPIStatus(\n 'Unexpected error',\n 'Create task from templates REST API call errored out' +\n JSON.stringify(error)\n )\n ),\n ];\n return from(actions);\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskGroupTemplatesEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupTemplateView/epics/fetchTaskGroupTemplatesEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,IAAI,EAAC,MAAM,MAAM,CAAC;AACtC,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,wBAAwB,EAAC,MAAM,+DAA+D,CAAC;AAEvG,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,uBAAuB,EACvB,0CAA0C,EAC1C,0CAA0C,GAC3C,MAAM,iCAAiC,CAAC;AAQzC,MAAM,CAAC,MAAM,2BAA2B,GAAG,CACzC,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,uBAAuB,CAAC,KAAK,CAAC,EACrC,SAAS,CAAC,GAAG,EAAE;IACb,OAAO,OAAO;SACX,OAAO,CACN,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,6BAA6B,CAC7E;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,MAAM,OAAO,GAAiB;gBAC5B,0CAA0C,CAAC,QAAQ,CAAC,IAAI,CAAC;gBACzD,wBAAwB,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC;aAClD,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,MAAM,OAAO,GAAiB;gBAC5B,0CAA0C,CAAC,QAAQ,CAAC,MAAM,CAAC;aAC5D,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,MAAM,OAAO,GAAiB;YAC5B,0CAA0C,CACxC,mBAAmB,CACjB,kBAAkB,EAClB,sDAAsD;gBACpD,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB,CACF;SACF,CAAC;QACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;IACvB,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {updateTaskGroupTemplates} from '../../../../entity/taskGroupTemplate/taskGroupTemplateReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskGroupTemplatesResponse} from '../taskGroupTemplateViewPayload';\nimport {\n fetchTaskGroupTemplates,\n updateTaskGroupTemplatesViewOnFetchFailure,\n updateTaskGroupTemplatesViewOnFetchSuccess,\n} from '../taskGroupTemplateViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskGroupTemplates>\n | ReturnType<typeof updateTaskGroupTemplates>\n | ReturnType<typeof updateTaskGroupTemplatesViewOnFetchSuccess>\n | ReturnType<typeof updateTaskGroupTemplatesViewOnFetchFailure>;\n\nexport const fetchTaskGroupTemplatesEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskGroupTemplates.match),\n switchMap(() => {\n return zeniAPI\n .getJSON<FetchTaskGroupTemplatesResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/templates`\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const actions: ActionType[] = [\n updateTaskGroupTemplatesViewOnFetchSuccess(response.data),\n updateTaskGroupTemplates(response.data.templates),\n ];\n return from(actions);\n } else {\n const actions: ActionType[] = [\n updateTaskGroupTemplatesViewOnFetchFailure(response.status),\n ];\n return from(actions);\n }\n }),\n catchError((error) => {\n const actions: ActionType[] = [\n updateTaskGroupTemplatesViewOnFetchFailure(\n createZeniAPIStatus(\n 'Unexpected error',\n 'fetch task group templates REST API call errored out' +\n JSON.stringify(error)\n )\n ),\n ];\n return from(actions);\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupTemplateViewPayload.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewPayload.ts"],"names":[],"mappings":"","sourcesContent":["import {TaskPayload} from '../../../entity/task/taskPayload';\nimport {TaskGroupPayload} from '../../../entity/taskGroup/taskGroupPayload';\nimport {TaskGroupTemplatePayload} from '../../../entity/taskGroupTemplate/taskGroupTemplatePayload';\nimport {ZeniAPIResponse} from '../../../responsePayload';\n\nexport interface FetchTaskGroupTemplatesPayload {\n templates: TaskGroupTemplatePayload[];\n}\n\nexport type FetchTaskGroupTemplatesResponse =\n ZeniAPIResponse<FetchTaskGroupTemplatesPayload>;\n\ninterface CreateTaskFromTaskGroupTemplatePayload {\n groups: TaskGroupPayload[];\n tasks: TaskPayload[];\n}\n\nexport type CreateTaskFromTaskGroupTemplateResponse =\n ZeniAPIResponse<CreateTaskFromTaskGroupTemplatePayload>;\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupTemplateViewReducer.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewReducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,WAAW,EAAC,MAAM,kBAAkB,CAAC;AAO5D,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,oBAAoB,EAAE,EAAE;IACxB,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,SAAS;IAChB,aAAa;QACX,OAAO,IAAI,CAAC,UAAU,KAAK,WAAW,CAAC;IACzC,CAAC;IACD,oBAAoB,EAAE;QACpB,UAAU,EAAE,aAAa;QACzB,KAAK,EAAE,SAAS;KACjB;CACF,CAAC;AAEF,MAAM,qBAAqB,GAAG,WAAW,CAAC;IACxC,IAAI,EAAE,uBAAuB;IAC7B,YAAY;IACZ,QAAQ,EAAE;QACR,uBAAuB,CAAC,KAAK;YAC3B,KAAK,CAAC,UAAU,GAAG,aAAa,CAAC;YACjC,KAAK,CAAC,KAAK,GAAG,SAAS,CAAC;QAC1B,CAAC;QACD,0CAA0C,CACxC,KAAK,EACL,MAAqD;YAErD,KAAK,CAAC,UAAU,GAAG,WAAW,CAAC;YAC/B,KAAK,CAAC,KAAK,GAAG,SAAS,CAAC;YACxB,MAAM,EAAC,SAAS,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;YACnC,KAAK,CAAC,oBAAoB,GAAG,SAAS,CAAC,GAAG,CACxC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,UAAU,CAClC,CAAC;QACJ,CAAC;QACD,0CAA0C,CACxC,KAAK,EACL,MAAoC;YAEpC,KAAK,CAAC,UAAU,GAAG,OAAO,CAAC;YAC3B,KAAK,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC;QAC/B,CAAC;QACD,+BAA+B,EAAE;YAC/B,OAAO,CAAC,mBAAuB,EAAE,OAAa;gBAC5C,OAAO,EAAC,OAAO,EAAE,EAAC,mBAAmB,EAAE,OAAO,EAAC,EAAC,CAAC;YACnD,CAAC;YACD,OAAO,CAAC,KAAK;gBACX,KAAK,CAAC,oBAAoB,CAAC,UAAU,GAAG,aAAa,CAAC;gBACtD,KAAK,CAAC,oBAAoB,CAAC,KAAK,GAAG,SAAS,CAAC;YAC/C,CAAC;SACF;QACD,+CAA+C,CAAC,KAAK;YACnD,KAAK,CAAC,oBAAoB,CAAC,UAAU,GAAG,WAAW,CAAC;YACpD,KAAK,CAAC,oBAAoB,CAAC,KAAK,GAAG,SAAS,CAAC;QAC/C,CAAC;QACD,+CAA+C,CAC7C,KAAK,EACL,MAAoC;YAEpC,KAAK,CAAC,oBAAoB,CAAC,UAAU,GAAG,OAAO,CAAC;YAChD,KAAK,CAAC,oBAAoB,CAAC,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC;QACpD,CAAC;QACD,2BAA2B,CAAC,KAAK;YAC/B,MAAM,CAAC,MAAM,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC;QACrC,CAAC;KACF;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,EACX,uBAAuB,EACvB,0CAA0C,EAC1C,0CAA0C,EAC1C,2BAA2B,EAC3B,+BAA+B,EAC/B,+CAA+C,EAC/C,+CAA+C,GAChD,GAAG,qBAAqB,CAAC,OAAO,CAAC;AAClC,eAAe,qBAAqB,CAAC,OAAO,CAAC","sourcesContent":["import {PayloadAction, createSlice} from '@reduxjs/toolkit';\n\nimport {ID} from '../../../commonStateTypes/common';\nimport {ZeniAPIStatus} from '../../../responsePayload';\nimport {FetchTaskGroupTemplatesPayload} from './taskGroupTemplateViewPayload';\nimport {TaskGroupTemplateViewState} from './taskGroupTemplateViewState';\n\nexport const initialState: TaskGroupTemplateViewState = {\n taskGroupTemplateIds: [],\n fetchState: 'Not-Started',\n error: undefined,\n hasValidState() {\n return this.fetchState === 'Completed';\n },\n createTaskFetchState: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n};\n\nconst taskGroupTemplateView = createSlice({\n name: 'taskGroupTemplateView',\n initialState,\n reducers: {\n fetchTaskGroupTemplates(draft) {\n draft.fetchState = 'In-Progress';\n draft.error = undefined;\n },\n updateTaskGroupTemplatesViewOnFetchSuccess(\n draft,\n action: PayloadAction<FetchTaskGroupTemplatesPayload>\n ) {\n draft.fetchState = 'Completed';\n draft.error = undefined;\n const {templates} = action.payload;\n draft.taskGroupTemplateIds = templates.map(\n (template) => template.group_name\n );\n },\n updateTaskGroupTemplatesViewOnFetchFailure(\n draft,\n action: PayloadAction<ZeniAPIStatus>\n ) {\n draft.fetchState = 'Error';\n draft.error = action.payload;\n },\n createTaskFromTaskGroupTemplate: {\n prepare(taskGroupTemplateId: ID, taskIds: ID[]) {\n return {payload: {taskGroupTemplateId, taskIds}};\n },\n reducer(draft) {\n draft.createTaskFetchState.fetchState = 'In-Progress';\n draft.createTaskFetchState.error = undefined;\n },\n },\n updateTaskGroupTemplatesViewOnCreateTaskSuccess(draft) {\n draft.createTaskFetchState.fetchState = 'Completed';\n draft.createTaskFetchState.error = undefined;\n },\n updateTaskGroupTemplatesViewOnCreateTaskFailure(\n draft,\n action: PayloadAction<ZeniAPIStatus>\n ) {\n draft.createTaskFetchState.fetchState = 'Error';\n draft.createTaskFetchState.error = action.payload;\n },\n clearTaskGroupTemplatesView(draft) {\n Object.assign(draft, initialState);\n },\n },\n});\n\nexport const {\n fetchTaskGroupTemplates,\n updateTaskGroupTemplatesViewOnFetchSuccess,\n updateTaskGroupTemplatesViewOnFetchFailure,\n clearTaskGroupTemplatesView,\n createTaskFromTaskGroupTemplate,\n updateTaskGroupTemplatesViewOnCreateTaskSuccess,\n updateTaskGroupTemplatesViewOnCreateTaskFailure,\n} = taskGroupTemplateView.actions;\nexport default taskGroupTemplateView.reducer;\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupTemplateViewSelector.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewSelector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAGhD,OAAO,EAAC,yBAAyB,EAAC,MAAM,6DAA6D,CAAC;AAQtG,MAAM,CAAC,MAAM,wBAAwB,GAER,cAAc,CACzC,CAAC,KAAgB,EAAE,EAAE,CAAC,KAAK,CAAC,sBAAsB,EAClD,CAAC,KAAgB,EAAE,EAAE,CAAC,KAAK,CAAC,0BAA0B,EACtD,CACE,sBAAsB,EACtB,0BAA0B,EACH,EAAE;IACzB,MAAM,EAAC,UAAU,EAAE,KAAK,EAAE,oBAAoB,EAAC,GAC7C,0BAA0B,CAAC;IAC7B,MAAM,kBAAkB,GAAG,yBAAyB,CAClD,sBAAsB,EACtB,oBAAoB,CACrB,CAAC;IACF,OAAO,EAAC,UAAU,EAAE,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAC,CAAC;AAC5D,CAAC,CACF,CAAC","sourcesContent":["import {createSelector} from '@reduxjs/toolkit';\n\nimport {SelectorView} from '../../../commonStateTypes/viewAndReport/viewAndReport';\nimport {getTaskGroupTemplateByIds} from '../../../entity/taskGroupTemplate/taskGroupTemplateSelector';\nimport {TaskGroupTemplate} from '../../../entity/taskGroupTemplate/taskGroupTemplateState';\nimport {RootState} from '../../../reducer';\n\nexport interface TaskGroupTemplateView extends SelectorView {\n templates: TaskGroupTemplate[];\n}\n\nexport const getTaskGroupTemplateView: (\n state: RootState\n) => TaskGroupTemplateView = createSelector(\n (state: RootState) => state.taskGroupTemplateState,\n (state: RootState) => state.taskGroupTemplateViewState,\n (\n taskGroupTemplateState,\n taskGroupTemplateViewState\n ): TaskGroupTemplateView => {\n const {fetchState, error, taskGroupTemplateIds} =\n taskGroupTemplateViewState;\n const taskGroupTemplates = getTaskGroupTemplateByIds(\n taskGroupTemplateState,\n taskGroupTemplateIds\n );\n return {fetchState, error, templates: taskGroupTemplates};\n }\n);\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupTemplateViewState.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupTemplateView/taskGroupTemplateViewState.ts"],"names":[],"mappings":"","sourcesContent":["import {\n FetchStateAndError,\n FetchedState,\n ID,\n} from '../../../commonStateTypes/common';\n\nexport interface TaskGroupTemplateViewState extends FetchedState {\n createTaskFetchState: FetchStateAndError;\n taskGroupTemplateIds: ID[];\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createNewTaskGroupEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupView/epics/createNewTaskGroupEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTaskGroup} from '../../../../entity/taskGroup/taskGroupReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {\n bulkUpdateTaskList,\n updateTaskListOnNewGroupCreationSuccess,\n} from '../../taskListView/taskListReducer';\nimport {FetchTaskGroupsResponse} from '../taskGroupViewPayload';\nimport {\n createNewTaskGroup,\n updateTaskGroupCreationFetchStatus,\n updateTaskGroupViewOnTaskGroupCreationSuccess,\n} from '../taskGroupViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof createNewTaskGroup>\n | ReturnType<typeof updateTaskGroup>\n | ReturnType<typeof updateTaskListOnNewGroupCreationSuccess>\n | ReturnType<typeof updateTaskGroupViewOnTaskGroupCreationSuccess>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof bulkUpdateTaskList>\n | ReturnType<typeof updateTaskGroupCreationFetchStatus>;\n\nexport const createNewTaskGroupEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(createNewTaskGroup.match),\n switchMap((action) => {\n const {groupName, updateSelectedTasks} = action.payload;\n const state = state$.value;\n const {localData} = state.taskListState;\n const payload = {\n name: groupName,\n };\n return zeniAPI\n .postAndGetJSON<FetchTaskGroupsResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/groups`,\n payload\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const actions: ActionType[] = [\n updateTaskGroup(response.data.task_groups[0]),\n updateTaskGroupViewOnTaskGroupCreationSuccess({\n newTaskGroupId: response.data.task_groups[0].task_group_id,\n }),\n updateTaskListOnNewGroupCreationSuccess({\n newTaskGroup: response.data.task_groups[0],\n }),\n openSnackbar({\n messageSection: 'task_group_creation_success',\n messageText: 'success',\n type: 'success',\n }),\n ];\n if (updateSelectedTasks === true) {\n actions.push(\n bulkUpdateTaskList(\n localData.selectedTaskIds,\n response.data.task_groups[0].task_group_id,\n {\n taskGroupIds: [\n response.data.task_groups[0].task_group_id,\n ],\n }\n )\n );\n }\n return from(actions);\n } else {\n return of(\n updateTaskGroupCreationFetchStatus({\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskGroupCreationFetchStatus({\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Create Task Group REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteTaskGroupEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupView/epics/deleteTaskGroupEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,EAAE,EAAC,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,+CAA+C,CAAC;AAE9E,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAC,iCAAiC,EAAC,MAAM,oCAAoC,CAAC;AAErF,OAAO,EACL,eAAe,EACf,kCAAkC,EAClC,wCAAwC,GACzC,MAAM,yBAAyB,CAAC;AAUjC,MAAM,CAAC,MAAM,mBAAmB,GAAG,CACjC,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,eAAe,CAAC,KAAK,CAAC,EAC7B,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;IACnB,MAAM,EAAC,WAAW,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACrC,OAAO,OAAO;SACX,gBAAgB,CACf,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,4BAA4B,WAAW,EAAE,CACzF;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,OAAO,EAAE,CACP,eAAe,CAAC,WAAW,CAAC,EAC5B,wCAAwC,CAAC;gBACvC,kBAAkB,EAAE,WAAW;aAChC,CAAC,EACF,iCAAiC,CAAC;gBAChC,WAAW;aACZ,CAAC,EACF,YAAY,CAAC;gBACX,cAAc,EAAE,6BAA6B;gBAC7C,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,SAAS;aAChB,CAAC,CACH,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO,EAAE,CACP,kCAAkC,CAAC;gBACjC,UAAU,EAAE,OAAO;gBACnB,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC,CACH,CAAC;QACJ,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,OAAO,EAAE,CACP,kCAAkC,CAAC;YACjC,UAAU,EAAE,OAAO;YACnB,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,6CAA6C;gBAC3C,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;SACF,CAAC,CACH,CAAC;IACJ,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {removeTaskGroup} from '../../../../entity/taskGroup/taskGroupReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {updateTaskListOnTaskGroupDeletion} from '../../taskListView/taskListReducer';\nimport {FetchTaskGroupsResponse} from '../taskGroupViewPayload';\nimport {\n deleteTaskGroup,\n updateTaskGroupDeletionFetchStatus,\n updateTaskGroupViewOnTaskDeletionSuccess,\n} from '../taskGroupViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof deleteTaskGroup>\n | ReturnType<typeof removeTaskGroup>\n | ReturnType<typeof updateTaskListOnTaskGroupDeletion>\n | ReturnType<typeof updateTaskGroupDeletionFetchStatus>\n | ReturnType<typeof openSnackbar>\n | ReturnType<typeof updateTaskGroupViewOnTaskDeletionSuccess>;\n\nexport const deleteTaskGroupEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(deleteTaskGroup.match),\n switchMap((action) => {\n const {taskGroupId} = action.payload;\n return zeniAPI\n .deleteAndGetJSON<FetchTaskGroupsResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/groups/${taskGroupId}`\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n return of(\n removeTaskGroup(taskGroupId),\n updateTaskGroupViewOnTaskDeletionSuccess({\n deletedTaskGroupId: taskGroupId,\n }),\n updateTaskListOnTaskGroupDeletion({\n taskGroupId,\n }),\n openSnackbar({\n messageSection: 'task_group_deletion_success',\n messageText: 'success',\n type: 'success',\n })\n );\n } else {\n return of(\n updateTaskGroupDeletionFetchStatus({\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskGroupDeletionFetchStatus({\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Delete Task Group REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchAllTaskGroupsEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupView/epics/fetchAllTaskGroupsEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,EAAE,EAAC,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,+CAA+C,CAAC;AAE/E,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,yBAAyB,GAC1B,MAAM,yBAAyB,CAAC;AAQjC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,kBAAkB,CAAC,KAAK,CAAC,EAChC,SAAS,CAAC,GAAG,EAAE;IACb,MAAM,UAAU,GAAG,EAAC,WAAW,EAAE,KAAK,EAAC,CAAC;IACxC,OAAO,OAAO;SACX,OAAO,CACN,GACE,OAAO,CAAC,YAAY,CAAC,uBACvB,kCAAkC,kBAAkB,CAClD,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAC3B,EAAE,CACJ;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,OAAO,EAAE,CACP,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAC3C,yBAAyB,CAAC;gBACxB,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,WAAW;aAChC,CAAC,CACH,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO,EAAE,CACP,2BAA2B,CAAC;gBAC1B,UAAU,EAAE,OAAO;gBACnB,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC,CACH,CAAC;QACJ,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,OAAO,EAAE,CACP,2BAA2B,CAAC;YAC1B,UAAU,EAAE,OAAO;YACnB,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,iDAAiD;gBAC/C,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;SACF,CAAC,CACH,CAAC;IACJ,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {updateTaskGroups} from '../../../../entity/taskGroup/taskGroupReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskGroupsResponse} from '../taskGroupViewPayload';\nimport {\n fetchAllTaskGroups,\n updateTaskGroupsFetchStatus,\n updateTaskGroupsOnSuccess,\n} from '../taskGroupViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchAllTaskGroups>\n | ReturnType<typeof updateTaskGroups>\n | ReturnType<typeof updateTaskGroupsOnSuccess>\n | ReturnType<typeof updateTaskGroupsFetchStatus>;\n\nexport const fetchAllTaskGroupsEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchAllTaskGroups.match),\n switchMap(() => {\n const queryParam = {filter_type: 'all'};\n return zeniAPI\n .getJSON<FetchTaskGroupsResponse>(\n `${\n zeniAPI.apiEndPoints.taskMicroServiceBaseUrl\n }/1.0/task-manager/groups?query=${encodeURIComponent(\n JSON.stringify(queryParam)\n )}`\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n return of(\n updateTaskGroups(response.data.task_groups),\n updateTaskGroupsOnSuccess({\n data: response.data.task_groups,\n })\n );\n } else {\n return of(\n updateTaskGroupsFetchStatus({\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskGroupsFetchStatus({\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Fetch all task groups REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTaskGroupNameEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskGroupView/epics/updateTaskGroupNameEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,IAAI,EAAE,EAAE,EAAC,MAAM,MAAM,CAAC;AAC1C,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,+CAA+C,CAAC;AAE9E,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAC,mCAAmC,EAAC,MAAM,oCAAoC,CAAC;AAEvF,OAAO,EACL,0BAA0B,EAC1B,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AASjC,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACrC,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,EACjC,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;IACnB,MAAM,EAAC,WAAW,EAAE,aAAa,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACpD,MAAM,OAAO,GAAG;QACd,IAAI,EAAE,aAAa;KACpB,CAAC;IACF,OAAO,OAAO;SACX,aAAa,CACZ,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,4BAA4B,WAAW,EAAE,EACxF,OAAO,CACR;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,MAAM,OAAO,GAAiB;gBAC5B,eAAe,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;gBAC7C,0BAA0B,CAAC;oBACzB,UAAU,EAAE,WAAW;iBACxB,CAAC;gBACF,mCAAmC,CAAC;oBAClC,WAAW;oBACX,aAAa;iBACd,CAAC;gBACF,YAAY,CAAC;oBACX,cAAc,EAAE,2BAA2B;oBAC3C,WAAW,EAAE,SAAS;oBACtB,IAAI,EAAE,SAAS;iBAChB,CAAC;aACH,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,OAAO,EAAE,CACP,0BAA0B,CAAC;gBACzB,UAAU,EAAE,OAAO;gBACnB,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC,CACH,CAAC;QACJ,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,OAAO,EAAE,CACP,0BAA0B,CAAC;YACzB,UAAU,EAAE,OAAO;YACnB,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,6CAA6C;gBAC3C,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;SACF,CAAC,CACH,CAAC;IACJ,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {openSnackbar} from '../../../../entity/snackbar/snackbarReducer';\nimport {updateTaskGroup} from '../../../../entity/taskGroup/taskGroupReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {updateTaskListOnTaskGroupNameUpdate} from '../../taskListView/taskListReducer';\nimport {FetchTaskGroupsResponse} from '../taskGroupViewPayload';\nimport {\n updateTaskGroupFetchStatus,\n updateTaskGroupName,\n} from '../taskGroupViewReducer';\n\nexport type ActionType =\n | ReturnType<typeof updateTaskGroupName>\n | ReturnType<typeof updateTaskGroupFetchStatus>\n | ReturnType<typeof updateTaskGroup>\n | ReturnType<typeof updateTaskListOnTaskGroupNameUpdate>\n | ReturnType<typeof openSnackbar>;\n\nexport const updateTaskGroupNameEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(updateTaskGroupName.match),\n switchMap((action) => {\n const {taskGroupId, taskGroupName} = action.payload;\n const payload = {\n name: taskGroupName,\n };\n return zeniAPI\n .putAndGetJSON<FetchTaskGroupsResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/groups/${taskGroupId}`,\n payload\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const actions: ActionType[] = [\n updateTaskGroup(response.data.task_groups[0]),\n updateTaskGroupFetchStatus({\n fetchState: 'Completed',\n }),\n updateTaskListOnTaskGroupNameUpdate({\n taskGroupId,\n taskGroupName,\n }),\n openSnackbar({\n messageSection: 'task_group_update_success',\n messageText: 'success',\n type: 'success',\n }),\n ];\n return from(actions);\n } else {\n return of(\n updateTaskGroupFetchStatus({\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskGroupFetchStatus({\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Update Task Group REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupViewPayload.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupView/taskGroupViewPayload.ts"],"names":[],"mappings":"","sourcesContent":["import {TaskGroupPayload} from '../../../entity/taskGroup/taskGroupPayload';\nimport {ZeniAPIResponse} from '../../../responsePayload';\n\ninterface FetchTaskGroupsPayload {\n task_groups: TaskGroupPayload[];\n}\n\nexport type FetchTaskGroupsResponse = ZeniAPIResponse<FetchTaskGroupsPayload>;\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupViewReducer.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupView/taskGroupViewReducer.ts"],"names":[],"mappings":"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","sourcesContent":["import {PayloadAction, createSlice} from '@reduxjs/toolkit';\n\nimport {FetchState, ID} from '../../../commonStateTypes/common';\nimport {TaskGroupPayload} from '../../../entity/taskGroup/taskGroupPayload';\nimport {ZeniAPIStatus} from '../../../responsePayload';\nimport {TaskGroupViewState} from './taskGroupViewState';\n\nexport const initialState: TaskGroupViewState = {\n taskGroupsIds: [],\n fetchState: 'Not-Started',\n error: undefined,\n hasValidState() {\n return this.fetchState == 'Completed';\n },\n taskGroupCreationStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n taskGroupDeleteStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n taskGroupUpdateStatus: {\n fetchState: 'Not-Started',\n error: undefined,\n },\n};\n\nconst taskGroupView = createSlice({\n name: 'taskGroupView',\n initialState,\n reducers: {\n fetchAllTaskGroups(draft) {\n draft.fetchState = 'In-Progress';\n draft.error = undefined;\n },\n\n updateTaskGroupsOnSuccess(\n draft,\n action: PayloadAction<{\n data: TaskGroupPayload[];\n }>\n ) {\n const {data} = action.payload;\n draft.fetchState = 'Completed';\n draft.error = undefined;\n draft.taskGroupsIds = data.map(\n (task: TaskGroupPayload) => task.task_group_id\n );\n },\n\n updateTaskGroupsFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n }>\n ) {\n draft.fetchState = action.payload.fetchState;\n draft.error = action.payload.error;\n },\n\n createNewTaskGroup: {\n reducer(draft) {\n draft.taskGroupCreationStatus = {\n fetchState: 'In-Progress',\n error: undefined,\n };\n },\n prepare(groupName: string, updateSelectedTasks: boolean) {\n return {\n payload: {\n groupName,\n updateSelectedTasks,\n },\n };\n },\n },\n\n updateTaskGroupViewOnTaskGroupCreationSuccess(\n draft,\n action: PayloadAction<{\n newTaskGroupId: ID;\n }>\n ) {\n const {newTaskGroupId} = action.payload;\n draft.taskGroupsIds = [...draft.taskGroupsIds, newTaskGroupId];\n draft.taskGroupCreationStatus.fetchState = 'Completed';\n draft.taskGroupCreationStatus.error = undefined;\n },\n\n updateTaskGroupCreationFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n }>\n ) {\n draft.taskGroupCreationStatus.fetchState = action.payload.fetchState;\n draft.taskGroupCreationStatus.error = action.payload.error;\n },\n\n deleteTaskGroup: {\n reducer(draft) {\n draft.taskGroupDeleteStatus = {\n fetchState: 'In-Progress',\n error: undefined,\n };\n },\n prepare(taskGroupId: ID) {\n return {\n payload: {\n taskGroupId,\n },\n };\n },\n },\n\n updateTaskGroupViewOnTaskDeletionSuccess(\n draft,\n action: PayloadAction<{\n deletedTaskGroupId: ID;\n }>\n ) {\n const {deletedTaskGroupId} = action.payload;\n draft.taskGroupsIds = draft.taskGroupsIds.filter(\n (groupId) => groupId !== deletedTaskGroupId\n );\n draft.taskGroupDeleteStatus.fetchState = 'Completed';\n draft.taskGroupDeleteStatus.error = undefined;\n },\n\n updateTaskGroupDeletionFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n }>\n ) {\n draft.taskGroupDeleteStatus.fetchState = action.payload.fetchState;\n draft.taskGroupDeleteStatus.error = action.payload.error;\n },\n\n updateTaskGroupName: {\n reducer(draft) {\n draft.taskGroupUpdateStatus = {\n fetchState: 'In-Progress',\n error: undefined,\n };\n },\n prepare(taskGroupId, taskGroupName) {\n return {\n payload: {\n taskGroupId,\n taskGroupName,\n },\n };\n },\n },\n\n updateTaskGroupFetchStatus(\n draft,\n action: PayloadAction<{\n fetchState: FetchState;\n error?: ZeniAPIStatus;\n }>\n ) {\n draft.taskGroupUpdateStatus = {\n fetchState: action.payload.fetchState,\n error: action.payload.error,\n };\n },\n\n clearTaskGroupView(draft) {\n Object.assign(draft, initialState);\n },\n },\n});\n\nexport const {\n fetchAllTaskGroups,\n updateTaskGroupsOnSuccess,\n updateTaskGroupsFetchStatus,\n createNewTaskGroup,\n updateTaskGroupCreationFetchStatus,\n updateTaskGroupViewOnTaskGroupCreationSuccess,\n deleteTaskGroup,\n updateTaskGroupDeletionFetchStatus,\n updateTaskGroupViewOnTaskDeletionSuccess,\n updateTaskGroupName,\n updateTaskGroupFetchStatus,\n clearTaskGroupView,\n} = taskGroupView.actions;\nexport default taskGroupView.reducer;\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskGroupViewState.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskGroupView/taskGroupViewState.ts"],"names":[],"mappings":"","sourcesContent":["import {\n FetchStateAndError,\n FetchedState,\n ID,\n} from '../../../commonStateTypes/common';\n\nexport interface TaskGroupViewState extends FetchedState {\n taskGroupCreationStatus: FetchStateAndError;\n taskGroupDeleteStatus: FetchStateAndError;\n taskGroupsIds: ID[];\n taskGroupUpdateStatus: FetchStateAndError;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulkUpdateTaskListEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import get from 'lodash/get';\nimport {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {ID} from '../../../../commonStateTypes/common';\nimport {convertHHMMStrToMinutes} from '../../../../commonStateTypes/fiscalYearHelpers/formatMinutesToFromHHMM';\nimport {DEFAULT_DATE_FORMAT} from '../../../../commonStateTypes/fiscalYearHelpers/formatZeniDateFY';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {Task} from '../../../../entity/task/taskState';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskListResponse} from '../taskListPayload';\nimport {\n bulkUpdateTaskList,\n fetchTaskList,\n updateTasksListOnBulkUpdateTasksFailure,\n updateTasksListOnBulkUpdateTasksSuccess,\n} from '../taskListReducer';\n\nexport type ActionType =\n | ReturnType<typeof bulkUpdateTaskList>\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof updateTasksListOnBulkUpdateTasksFailure>\n | ReturnType<typeof updateTasksListOnBulkUpdateTasksSuccess>;\n\nexport const bulkUpdateTaskListEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(bulkUpdateTaskList.match),\n switchMap((action) => {\n const {taskIds, updates, groupId} = action.payload;\n const bulkUpdates = toBulkUpdatesPayload(updates);\n if (groupId != null) {\n bulkUpdates.task_group_ids = [groupId];\n }\n const payload = {task_ids: taskIds, updates: bulkUpdates};\n return zeniAPI\n .putAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/bulk-update`,\n payload\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const removeFromList =\n updates.isArchived === true ||\n updates.isDeleted === true ||\n 'snoozedUntil' in updates;\n return of(\n updateTasks(response.data.tasks),\n updateTasksListOnBulkUpdateTasksSuccess({\n taskIds,\n groupId,\n removeFromList,\n }),\n fetchTaskList()\n );\n } else {\n return of(\n updateTasksListOnBulkUpdateTasksFailure({\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTasksListOnBulkUpdateTasksFailure({\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Bulk update task list REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n\n/**\n * Helpers\n */\n\nconst toBulkUpdatesPayload = (\n updates: Partial<Task>\n): Record<string, unknown> => {\n const payload: Record<string, unknown> = {};\n\n if (updates.status != null) {\n payload.status = updates.status.code;\n }\n if (updates.priority != null) {\n payload.priority = updates.priority.code;\n }\n if (updates.assignees != null) {\n payload.assignees = updates.assignees;\n }\n if (updates.groupAssignees != null) {\n payload.group_assignees = updates.groupAssignees;\n }\n if (updates.dueDate != null) {\n payload.due_date = updates.dueDate.format(DEFAULT_DATE_FORMAT);\n }\n if (updates.tagIds != null) {\n payload.tags = updates.tagIds;\n }\n if (updates.timeSpent != null) {\n payload.time_spent = convertHHMMStrToMinutes(\n updates.timeSpent.replace(/\\D/g, '')\n );\n }\n if (updates.isArchived != null) {\n payload.is_archived = updates.isArchived;\n }\n if (updates.isDeleted != null) {\n payload.is_deleted = updates.isDeleted;\n }\n if ('snoozedUntil' in updates) {\n payload.snoozed_until =\n updates.snoozedUntil != null ? updates.snoozedUntil.toISOString() : null;\n payload.is_snooze_notification_sent = false;\n if (updates.snoozedUntil == null) {\n payload.snoozed_by = null;\n payload.snoozed_at = null;\n }\n }\n\n return payload;\n};\n\ninterface UpdateTaskPayload {\n assignees: string[];\n description: string;\n due_date: string | null;\n file_ids: ID[];\n group_assignees: string[];\n is_archived: boolean;\n is_deleted: boolean;\n name: string;\n priority: string;\n recurring_end_date: string | null;\n recurring_frequency: string | null;\n recurring_start_date: string | null;\n snoozed_until: string | null;\n status: string;\n tags: string[];\n task_group_ids: string[];\n task_id: string;\n time_spent: number;\n type: string;\n}\n\nexport const getTaskPayload = (\n state: RootState,\n taskId: ID,\n updates: Partial<Task>\n): UpdateTaskPayload => {\n const {taskState} = state;\n const taskData = get(taskState.taskByID, taskId);\n return toTaskPayload(state, {\n ...taskData,\n ...updates,\n });\n};\n\nconst toTaskPayload = (state: RootState, task: Task): UpdateTaskPayload => {\n const {tagState} = state;\n const tags = task.tagIds\n .map((tagId) => {\n return get(tagState.tagByID, tagId);\n })\n .filter((tag) => tag != null);\n const tagPayload: ID[] = tags.map((tag) => {\n return tag.tagId;\n });\n const taskPayload: UpdateTaskPayload = {\n task_id: task.id,\n name: task.name,\n assignees: task.assignees,\n description: task.description,\n group_assignees: task.groupAssignees,\n is_archived: task.isArchived,\n is_deleted: task.isDeleted,\n snoozed_until:\n task.snoozedUntil != null ? task.snoozedUntil.toISOString() : null,\n due_date:\n task.dueDate != null ? task.dueDate.format(DEFAULT_DATE_FORMAT) : null,\n priority: task.priority.code,\n status: task.status.code,\n tags: tagPayload,\n type: task.type.code,\n file_ids: task.fileIds,\n recurring_end_date:\n task.recurringEndDate != null\n ? task.recurringEndDate.format(DEFAULT_DATE_FORMAT)\n : null,\n recurring_frequency: task.recurringFrequency ?? null,\n recurring_start_date:\n task.recurringStartDate != null\n ? task.recurringStartDate.format(DEFAULT_DATE_FORMAT)\n : null,\n task_group_ids: task.taskGroupIds,\n time_spent: convertHHMMStrToMinutes(task.timeSpent),\n };\n return taskPayload;\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dragNDropTasksEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskListView/epics/dragNDropTasksEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,IAAI,EAAC,MAAM,MAAM,CAAC;AACtC,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,uCAAuC,GACxC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAC,cAAc,EAAC,MAAM,wBAAwB,CAAC;AAOtD,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAChC,QAAuC,EAEvC,MAAkC,EACV,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAC5B,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE;IAClB,MAAM,EAAC,OAAO,EAAE,OAAO,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IAC1C,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAC3B,MAAM,EAAC,UAAU,EAAC,GAAG,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC;IACjD,MAAM,OAAO,GAAG,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAEpD,MAAM,OAAO,GAAiB;QAC5B,uCAAuC,CAAC;YACtC,OAAO;YACP,OAAO;YACP,cAAc,EAAE,KAAK;SACtB,CAAC;QACF,kBAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC;KAC9C,CAAC;IACF,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;AACvB,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from} from 'rxjs';\nimport {filter, mergeMap} from 'rxjs/operators';\n\nimport {RootState} from '../../../../reducer';\nimport {\n bulkUpdateTaskList,\n dragNDropTasks,\n updateTasksListOnBulkUpdateTasksSuccess,\n} from '../taskListReducer';\nimport {getTaskUpdates} from '../taskListViewHelpers';\n\nexport type ActionType =\n | ReturnType<typeof dragNDropTasks>\n | ReturnType<typeof bulkUpdateTaskList>\n | ReturnType<typeof updateTasksListOnBulkUpdateTasksSuccess>;\n\nexport const dragNDropTasksEpic = (\n actions$: ActionsObservable<ActionType>,\n\n state$: StateObservable<RootState>\n): Observable<ActionType> =>\n actions$.pipe(\n filter(dragNDropTasks.match),\n mergeMap((action) => {\n const {taskIds, groupId} = action.payload;\n const state = state$.value;\n const {groupByKey} = state.taskListState.uiState;\n const updates = getTaskUpdates(groupByKey, groupId);\n\n const actions: ActionType[] = [\n updateTasksListOnBulkUpdateTasksSuccess({\n taskIds,\n groupId,\n removeFromList: false,\n }),\n bulkUpdateTaskList(taskIds, groupId, updates),\n ];\n return from(actions);\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskListEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskListView/epics/fetchTaskListEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,EAAE,EAAC,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,UAAU,EAAC,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAEhE,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,aAAa,EACb,cAAc,EACd,yBAAyB,GAC1B,MAAM,oBAAoB,CAAC;AAS5B,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,QAAuC,EACvC,OAAmC,EACnC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC,EAC3B,SAAS,CAAC,GAAG,EAAE;IACb,OAAO,OAAO;SACX,OAAO,CACN,GACE,OAAO,CAAC,YAAY,CAAC,uBACvB,iCAAiC,kBAAkB,CACjD,sBAAsB,CACvB,EAAE,CACJ;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,MAAM,EAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAC,GAAG,QAAQ,CAAC,IAAI,CAAC;YAC1D,MAAM,QAAQ,GAAG;gBACf,GAAG,KAAK;gBACR,GAAG,CAAC,OAAO,IAAI,EAAE,CAAC;gBAClB,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC;gBACnB,GAAG,CAAC,OAAO,IAAI,EAAE,CAAC;aACnB,CAAC;YACF,OAAO,EAAE,CACP,WAAW,CAAC,QAAQ,CAAC,EACrB,cAAc,CAAC;gBACb,IAAI,EAAE,KAAK;gBACX,OAAO,EAAE,OAAO,IAAI,EAAE;gBACtB,QAAQ,EAAE,QAAQ,IAAI,EAAE;gBACxB,OAAO,EAAE,OAAO,IAAI,EAAE;aACvB,CAAC,EACF,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC,CACrD,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO,EAAE,CACP,yBAAyB,CAAC;gBACxB,UAAU,EAAE,OAAO;gBACnB,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC,CACH,CAAC;QACJ,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,OAAO,EAAE,CACP,yBAAyB,CAAC;YACxB,UAAU,EAAE,OAAO;YACnB,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,2CAA2C;gBACzC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;SACF,CAAC,CACH,CAAC;IACJ,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {updateTags} from '../../../../entity/tag/tagReducer';\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskListResponse} from '../taskListPayload';\nimport {\n fetchTaskList,\n updateTaskList,\n updateTaskListFetchStatus,\n} from '../taskListReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof updateTags>\n | ReturnType<typeof updateTaskList>\n | ReturnType<typeof updateTaskListFetchStatus>;\n\nexport const fetchTaskListEpic = (\n actions$: ActionsObservable<ActionType>,\n _state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskList.match),\n switchMap(() => {\n return zeniAPI\n .getJSON<FetchTaskListResponse>(\n `${\n zeniAPI.apiEndPoints.taskMicroServiceBaseUrl\n }/1.0/task-manager/tasks?query=${encodeURIComponent(\n `{\"task_type\": \"all\"}`\n )}`\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n const {tasks, deleted, archived, snoozed} = response.data;\n const allTasks = [\n ...tasks,\n ...(deleted ?? []),\n ...(archived ?? []),\n ...(snoozed ?? []),\n ];\n return of(\n updateTasks(allTasks),\n updateTaskList({\n data: tasks,\n deleted: deleted ?? [],\n archived: archived ?? [],\n snoozed: snoozed ?? [],\n }),\n updateTags(allTasks.map((task) => task.tags).flat())\n );\n } else {\n return of(\n updateTaskListFetchStatus({\n fetchState: 'Error',\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTaskListFetchStatus({\n fetchState: 'Error',\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'Fetch Task List REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetchTaskListPageEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskListView/epics/fetchTaskListPageEpic.ts"],"names":[],"mappings":"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","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, concat, from} from 'rxjs';\nimport {filter, mergeMap} from 'rxjs/operators';\n\nimport {RootState} from '../../../../reducer';\nimport {fetchClassList} from '../../../classList/classListReducer';\nimport {fetchTagList} from '../../../tagView/tagViewReducer';\nimport {fetchUserListByType} from '../../../userListView/userListViewReducer';\nimport {fetchTaskGroupTemplates} from '../../taskGroupTemplateView/taskGroupTemplateViewReducer';\nimport {fetchAllTaskGroups} from '../../taskGroupView/taskGroupViewReducer';\nimport {fetchTaskList, fetchTaskListPage} from '../taskListReducer';\n\nexport type ActionType =\n | ReturnType<typeof fetchTaskListPage>\n | ReturnType<typeof fetchTaskList>\n | ReturnType<typeof fetchUserListByType>\n | ReturnType<typeof fetchTagList>\n | ReturnType<typeof fetchAllTaskGroups>\n | ReturnType<typeof fetchTaskGroupTemplates>\n | ReturnType<typeof fetchClassList>;\n\nexport const fetchTaskListPageEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>\n): Observable<ActionType> =>\n actions$.pipe(\n filter(fetchTaskListPage.match),\n mergeMap((action) => {\n const {cacheOverride, isTaskTemplatesEnabled} = action.payload;\n const taskListPageActions: ActionType[] = [];\n const state = state$.value;\n if (cacheOverride === true) {\n taskListPageActions.push(\n fetchTaskList(),\n fetchClassList(),\n fetchUserListByType('taskManagerCandidate', true),\n fetchTagList(),\n fetchAllTaskGroups()\n );\n if (isTaskTemplatesEnabled === true) {\n taskListPageActions.push(fetchTaskGroupTemplates());\n }\n } else {\n if (\n state.taskListState.fetchState !== 'In-Progress' &&\n state.taskListState.hasValidState() === false\n ) {\n taskListPageActions.push(fetchTaskList());\n }\n if (\n state.classListState.hasValidState() === false &&\n state.classListState.fetchState !== 'In-Progress'\n ) {\n taskListPageActions.push(fetchClassList());\n }\n const taskManageUsers =\n state.userListViewState.userListByType.taskManagerCandidate;\n if (\n taskManageUsers.hasValidState() === false &&\n taskManageUsers.fetchState !== 'In-Progress'\n ) {\n taskListPageActions.push(\n fetchUserListByType('taskManagerCandidate', false)\n );\n }\n if (\n state.tagViewState.hasValidState() === false &&\n state.tagViewState.fetchState !== 'In-Progress'\n ) {\n taskListPageActions.push(fetchTagList());\n }\n\n if (\n state.taskGroupViewState.hasValidState() === false &&\n state.taskGroupViewState.fetchState !== 'In-Progress'\n ) {\n taskListPageActions.push(fetchAllTaskGroups());\n }\n\n if (\n isTaskTemplatesEnabled === true &&\n state.taskGroupTemplateViewState.hasValidState() === false &&\n state.taskGroupTemplateViewState.fetchState !== 'In-Progress'\n ) {\n taskListPageActions.push(fetchTaskGroupTemplates());\n }\n }\n return concat(from(taskListPageActions));\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateTaskFromListViewEpic.js","sourceRoot":"","sources":["../../../../../../src/view/taskManager/taskListView/epics/updateTaskFromListViewEpic.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,IAAI,EAAE,EAAE,EAAC,MAAM,MAAM,CAAC;AAC1C,OAAO,EAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAEhE,OAAO,EACL,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AAQxD,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACxC,QAAuC,EACvC,MAAkC,EAClC,OAAgB,EACQ,EAAE,CAC1B,QAAQ,CAAC,IAAI,CACX,MAAM,CAAC,sBAAsB,CAAC,KAAK,CAAC,EACpC,SAAS,CAAC,CAAC,MAAM,EAAE,EAAE;IACnB,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;IAC3B,MAAM,EAAC,IAAI,EAAE,OAAO,EAAC,GAAG,MAAM,CAAC,OAAO,CAAC;IACvC,MAAM,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACvB,6DAA6D;IAC7D,MAAM,EAAC,aAAa,EAAE,aAAa,EAAE,GAAG,QAAQ,EAAC,GAAG,cAAc,CAChE,KAAK,EACL,MAAM,EACN,OAAO,CACR,CAAC;IACF,OAAO,OAAO;SACX,aAAa,CACZ,GAAG,OAAO,CAAC,YAAY,CAAC,uBAAuB,2BAA2B,MAAM,EAAE,EAClF,QAAQ,CACT;SACA,IAAI,CACH,QAAQ,CAAC,CAAC,QAAQ,EAAE,EAAE;QACpB,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC;YACzD,OAAO,IAAI,CAAC;gBACV,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;gBAChC,kCAAkC,EAAE;aACrC,CAAC,CAAC;QACL,CAAC;aAAM,CAAC;YACN,OAAO,EAAE,CACP,kCAAkC,CAAC;gBACjC,KAAK,EAAE,QAAQ,CAAC,MAAM;aACvB,CAAC,CACH,CAAC;QACJ,CAAC;IACH,CAAC,CAAC,EACF,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE;QACnB,OAAO,EAAE,CACP,kCAAkC,CAAC;YACjC,KAAK,EAAE,mBAAmB,CACxB,kBAAkB,EAClB,sDAAsD;gBACpD,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CACxB;SACF,CAAC,CACH,CAAC;IACJ,CAAC,CAAC,CACH,CAAC;AACN,CAAC,CAAC,CACH,CAAC","sourcesContent":["import {ActionsObservable, StateObservable} from 'redux-observable';\nimport {Observable, from, of} from 'rxjs';\nimport {catchError, filter, mergeMap, switchMap} from 'rxjs/operators';\n\nimport {updateTasks} from '../../../../entity/task/taskReducer';\nimport {RootState} from '../../../../reducer';\nimport {\n createZeniAPIStatus,\n isSuccessResponse,\n} from '../../../../responsePayload';\nimport {ZeniAPI} from '../../../../zeniAPI';\nimport {FetchTaskListResponse} from '../taskListPayload';\nimport {\n updateTaskFromListView,\n updateTasksListOnUpdateTaskFailure,\n updateTasksListOnUpdateTaskSuccess,\n} from '../taskListReducer';\nimport {getTaskPayload} from './bulkUpdateTaskListEpic';\n\nexport type ActionType =\n | ReturnType<typeof updateTaskFromListView>\n | ReturnType<typeof updateTasks>\n | ReturnType<typeof updateTasksListOnUpdateTaskFailure>\n | ReturnType<typeof updateTasksListOnUpdateTaskSuccess>;\n\nexport const updateTaskFromListViewEpic = (\n actions$: ActionsObservable<ActionType>,\n state$: StateObservable<RootState>,\n zeniAPI: ZeniAPI\n): Observable<ActionType> =>\n actions$.pipe(\n filter(updateTaskFromListView.match),\n switchMap((action) => {\n const state = state$.value;\n const {task, updates} = action.payload;\n const taskId = task.id;\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n const {snoozed_until: _snoozedUntil, ...taskData} = getTaskPayload(\n state,\n taskId,\n updates\n );\n return zeniAPI\n .putAndGetJSON<FetchTaskListResponse>(\n `${zeniAPI.apiEndPoints.taskMicroServiceBaseUrl}/1.0/task-manager/tasks/${taskId}`,\n taskData\n )\n .pipe(\n mergeMap((response) => {\n if (isSuccessResponse(response) && response.data != null) {\n return from([\n updateTasks(response.data.tasks),\n updateTasksListOnUpdateTaskSuccess(),\n ]);\n } else {\n return of(\n updateTasksListOnUpdateTaskFailure({\n error: response.status,\n })\n );\n }\n }),\n catchError((error) => {\n return of(\n updateTasksListOnUpdateTaskFailure({\n error: createZeniAPIStatus(\n 'Unexpected Error',\n 'update task from list view REST API call errored out' +\n JSON.stringify(error)\n ),\n })\n );\n })\n );\n })\n );\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskList.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskListView/taskList.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,aAAa,EACb,mBAAmB,GACpB,MAAM,yCAAyC,CAAC;AAYjD,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,MAAM;IACN,UAAU;IACV,SAAS;IACT,SAAS;CACD,CAAC;AAqBX,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,SAAS;IACT,OAAO;IACP,WAAW;IACX,YAAY;IACZ,UAAU;CACF,CAAC;AAEX,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAS,EAAE,EAAE,CACjD,aAAa,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC;AAwCxC,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,WAAW;IACX,QAAQ;IACR,SAAS;IACT,UAAU;IACV,UAAU;IACV,KAAK;CACG,CAAC;AAEX,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAS,EAAE,EAAE,CACpD,aAAa,CAAC,CAAC,EAAE,uBAAuB,CAAC,CAAC;AAE5C,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAS,EAAE,EAAE,CAC1D,mBAAmB,CAAC,CAAC,EAAE,uBAAuB,CAAC,CAAC;AAUlD,MAAM,uBAAuB,GAAG;IAC9B,MAAM;IACN,SAAS;IACT,UAAU;IACV,cAAc;IACd,KAAK;IACL,QAAQ;IACR,UAAU;IACV,WAAW;IACX,YAAY;CACJ,CAAC;AAEX,6DAA6D;AAC7D,MAAM,qBAAqB,GAAG,CAAC,CAAS,EAAE,EAAE,CAC1C,aAAa,CAAC,CAAC,EAAE,uBAAuB,CAAC,CAAC;AAM5C,MAAM,CAAC,MAAM,2BAA2B,GAAmC;IACzE,EAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAC;IACnD,EAAC,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAC;IACrD,EAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAC;IAChD,EAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAC;IACtD;QACE,KAAK,EAAE,UAAU;QACjB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;KACf;IACD,EAAC,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAC;CAC3D,CAAC;AAYF,MAAM,CAAC,MAAM,6BAA6B,GAAoC;IAC5E,EAAC,KAAK,EAAE,QAAQ,EAAC;IACjB,EAAC,KAAK,EAAE,UAAU,EAAC;IACnB,EAAC,KAAK,EAAE,KAAK,EAAC;IACd,EAAC,KAAK,EAAE,SAAS,EAAC;IAClB;QACE,KAAK,EAAE,UAAU;KAClB;IACD;QACE,KAAK,EAAE,WAAW;KACnB;CACF,CAAC","sourcesContent":["import {\n FetchStateAndError,\n FetchedState,\n ID,\n} from '../../../commonStateTypes/common';\nimport {\n stringToUnion,\n stringToUnionStrict,\n} from '../../../commonStateTypes/stringToUnion';\nimport {\n PriorityCodeType,\n TaskStatusCodeType,\n} from '../../../entity/task/taskState';\nimport {ZeniDate} from '../../../zeniDayJS';\nimport {SpendManagementUIState} from '../../spendManagement/billPay/billList/billListState';\nimport {\n CategoryCombinationOperator,\n FilterCategoryType,\n} from '../../spendManagement/spendManagementFilterHelpers';\n\nexport const ALL_TASK_LIST_TABS = [\n 'live',\n 'archived',\n 'deleted',\n 'snoozed',\n] as const;\n\nexport type TaskListTab = (typeof ALL_TASK_LIST_TABS)[number];\n\nexport interface TaskListTabData {\n taskIds: ID[];\n taskIdsByAssignees: Record<ID, ID[]>;\n taskIdsByDueDate: Record<DueDateGroupKey, ID[]>;\n taskIdsByGroupsIds: Record<ID, ID[]>;\n taskIdsByPriority: Record<PriorityCodeType, ID[]>;\n taskIdsByStatus: Record<TaskStatusCodeType, ID[]>;\n taskIdsByTags: Record<ID, ID[]>;\n}\n\nexport interface TaskListLocalData {\n defaultTaskGroupId: ID | null;\n existingTaskGroupNamesByGroupId: Record<ID, string>;\n newTaskGroupName: string;\n selectedTaskIds: ID[];\n}\n\nexport const DUE_DATE_GROUP_KEYS = [\n 'overdue',\n 'today',\n 'this_week',\n 'this_month',\n 'upcoming',\n] as const;\n\nexport const toDueDateGroupKeyType = (v: string) =>\n stringToUnion(v, DUE_DATE_GROUP_KEYS);\n\nexport declare type DueDateGroupKey = ReturnType<typeof toDueDateGroupKeyType>;\n\nexport interface TaskListState extends FetchedState {\n byTab: Record<TaskListTab, TaskListTabData>;\n currentTab: TaskListTab;\n filters: TaskListFilters;\n localData: TaskListLocalData;\n taskIds: ID[];\n taskIdsByAssignees: Record<ID, ID[]>;\n taskIdsByDueDate: Record<DueDateGroupKey, ID[]>;\n taskIdsByGroupsIds: Record<ID, ID[]>;\n taskIdsByPriority: Record<PriorityCodeType, ID[]>;\n taskIdsByStatus: Record<TaskStatusCodeType, ID[]>;\n taskIdsByTags: Record<ID, ID[]>;\n uiState: TaskListUIState;\n updateTasksFetchState: FetchStateAndError;\n}\n\nexport interface TaskListFilters {\n categories: TaskFilterCategory[];\n categoryCombinationOperator: CategoryCombinationOperator;\n}\n\nexport interface TaskFilterCategory {\n field: TaskListFilterCategoryField;\n matchingOperator: 'equal' | 'not_equal';\n values: (string | ZeniDate)[];\n valuesCombinationOperator: 'ANY';\n}\n\nexport type TaskListFilterCategoryField =\n | 'status'\n | 'dueDate'\n | 'assignee'\n | 'creationDate'\n | 'priority'\n | 'tag';\n\nexport const TASK_LIST_GROUP_BY_KEYS = [\n 'groupName',\n 'status',\n 'dueDate',\n 'assignee',\n 'priority',\n 'tag',\n] as const;\n\nexport const toTaskListGroupByKeyType = (v: string) =>\n stringToUnion(v, TASK_LIST_GROUP_BY_KEYS);\n\nexport const toTaskListGroupByKeyTypeStrict = (v: string) =>\n stringToUnionStrict(v, TASK_LIST_GROUP_BY_KEYS);\n\nexport declare type TaskGroupKey = ReturnType<typeof toTaskListGroupByKeyType>;\n\nexport interface TaskListUIState extends SpendManagementUIState {\n groupByKey: TaskGroupKey;\n searchText: string;\n sortKey: TaskListViewSortKey;\n}\n\nconst ALL_TASK_LIST_SORT_KEYS = [\n 'name',\n 'dueDate',\n 'assignee',\n 'creationDate',\n 'tag',\n 'status',\n 'priority',\n 'timeSpent',\n 'visibility',\n] as const;\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nconst toTaskListSortKeyType = (v: string) =>\n stringToUnion(v, ALL_TASK_LIST_SORT_KEYS);\n\nexport declare type TaskListViewSortKey = ReturnType<\n typeof toTaskListSortKeyType\n>;\n\nexport const TASK_LIST_FILTER_CATEGORIES: TaskListFilterCategoryOption[] = [\n {value: 'status', multiple: true, type: 'dropdown'},\n {value: 'priority', type: 'dropdown', multiple: true},\n {value: 'tag', type: 'dropdown', multiple: true},\n {value: 'dueDate', type: 'dateRange', multiple: false},\n {\n value: 'assignee',\n type: 'user',\n multiple: true,\n },\n {value: 'creationDate', type: 'dateRange', multiple: true},\n];\n\ninterface TaskListFilterCategoryOption {\n value: TaskListFilterCategoryField;\n multiple?: boolean;\n type?: FilterCategoryType;\n}\n\ninterface TaskListGroupByCategoryOption {\n value: TaskGroupKey;\n}\n\nexport const TASK_LIST_GROUP_BY_CATEGORIES: TaskListGroupByCategoryOption[] = [\n {value: 'status'},\n {value: 'priority'},\n {value: 'tag'},\n {value: 'dueDate'},\n {\n value: 'assignee',\n },\n {\n value: 'groupName',\n },\n];\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskListPayload.js","sourceRoot":"","sources":["../../../../../src/view/taskManager/taskListView/taskListPayload.ts"],"names":[],"mappings":"","sourcesContent":["import {TaskPayload} from '../../../entity/task/taskPayload';\nimport {ZeniAPIResponse} from '../../../responsePayload';\n\ninterface FetchTaskListPayload {\n tasks: TaskPayload[];\n archived?: TaskPayload[];\n deleted?: TaskPayload[];\n snoozed?: TaskPayload[];\n}\n\nexport type FetchTaskListResponse = ZeniAPIResponse<FetchTaskListPayload>;\n"]}