taxtank-core 0.29.1 → 0.29.2

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 (608) hide show
  1. package/bundles/taxtank-core.umd.js +368 -385
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/collections/collection.js +5 -2
  4. package/esm2015/lib/collections/depreciation.collection.js +1 -4
  5. package/esm2015/lib/collections/sole/sole-business-losses.collection.js +6 -5
  6. package/esm2015/lib/collections/tax-summary/report-item.collection.js +1 -1
  7. package/esm2015/lib/collections/transaction/index.js +1 -2
  8. package/esm2015/lib/collections/transaction/transaction.collection.js +12 -9
  9. package/esm2015/lib/forms/sole/bas-report.form.js +3 -9
  10. package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
  11. package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
  12. package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
  13. package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
  14. package/esm2015/lib/interceptors/interceptors.module.js +4 -4
  15. package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
  16. package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
  17. package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
  18. package/esm2015/lib/models/report/my-tax/my-tax-losses/my-tax-losses.js +5 -4
  19. package/esm2015/lib/models/report/sole/sole-business/sole-business-loss-report.js +7 -6
  20. package/esm2015/lib/models/sole/sole-invoice.js +1 -2
  21. package/esm2015/lib/models/tax-summary/tax-summary.js +13 -1
  22. package/esm2015/lib/models/transaction/transaction.js +7 -8
  23. package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
  24. package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
  25. package/esm2015/lib/services/asset/assets.service.js +3 -3
  26. package/esm2015/lib/services/auth/auth.service.js +3 -3
  27. package/esm2015/lib/services/auth/jwt.service.js +3 -3
  28. package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
  29. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
  30. package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
  31. package/esm2015/lib/services/event/sse.service.js +3 -3
  32. package/esm2015/lib/services/export/export-formatter.service.js +3 -3
  33. package/esm2015/lib/services/header-title/header-title.service.js +3 -3
  34. package/esm2015/lib/services/http/address/address.service.js +3 -3
  35. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
  36. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
  37. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
  38. package/esm2015/lib/services/http/bank/bank.service.js +3 -3
  39. package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
  40. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
  41. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
  42. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
  43. package/esm2015/lib/services/http/chat/chat.service.js +3 -3
  44. package/esm2015/lib/services/http/chat/message-document.service.js +3 -3
  45. package/esm2015/lib/services/http/chat/message.service.js +3 -3
  46. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
  47. package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
  48. package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
  49. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
  50. package/esm2015/lib/services/http/document/document.service.js +3 -3
  51. package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
  52. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
  53. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
  54. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
  55. package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
  56. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
  57. package/esm2015/lib/services/http/firm/firm.service.js +3 -3
  58. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
  59. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
  60. package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
  61. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
  62. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
  63. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
  64. package/esm2015/lib/services/http/loan/loan.service.js +3 -3
  65. package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
  66. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
  67. package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
  68. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
  69. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
  70. package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
  71. package/esm2015/lib/services/http/property/property.service.js +3 -3
  72. package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
  73. package/esm2015/lib/services/http/rest/rest-old.service.js +3 -3
  74. package/esm2015/lib/services/http/rest/rest.service.js +3 -3
  75. package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
  76. package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
  77. package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
  78. package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
  79. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
  80. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
  81. package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
  82. package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
  83. package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
  84. package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
  85. package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
  86. package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
  87. package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
  88. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
  89. package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
  90. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
  91. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
  92. package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
  93. package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
  94. package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
  95. package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
  96. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
  97. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
  98. package/esm2015/lib/services/http/user/user.service.js +3 -3
  99. package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
  100. package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
  101. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
  102. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
  103. package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
  104. package/esm2015/lib/services/intercom/intercom.service.js +3 -3
  105. package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
  106. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
  107. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
  108. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
  109. package/esm2015/lib/services/preloader/preloader.service.js +3 -3
  110. package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
  111. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
  112. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
  113. package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
  114. package/esm2015/lib/services/toast/toast.service.js +3 -3
  115. package/esm2015/lib/services/transaction/transaction-calculation.service.js +5 -6
  116. package/esm2015/lib/services/user/user-switcher.service.js +3 -3
  117. package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
  118. package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
  119. package/esm2015/lib/tt-core.module.js +4 -4
  120. package/fesm2015/taxtank-core.js +366 -368
  121. package/fesm2015/taxtank-core.js.map +1 -1
  122. package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
  123. package/lib/collections/bank-account.collection.d.ts.map +1 -0
  124. package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
  125. package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
  126. package/lib/collections/chat/chat.collection.d.ts.map +1 -0
  127. package/lib/collections/chat/index.d.ts.map +1 -0
  128. package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
  129. package/lib/collections/chat/message.collection.d.ts.map +1 -0
  130. package/lib/collections/client-invite.collection.d.ts.map +1 -0
  131. package/lib/collections/client-movement.collection.d.ts.map +1 -0
  132. package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
  133. package/lib/collections/client.collection.d.ts.map +1 -0
  134. package/lib/collections/collection.d.ts +1 -0
  135. package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
  136. package/lib/collections/depreciation.collection.d.ts +0 -3
  137. package/lib/collections/depreciation.collection.d.ts.map +1 -0
  138. package/lib/collections/employee.collection.d.ts.map +1 -0
  139. package/lib/collections/income-source.collection.d.ts.map +1 -0
  140. package/lib/collections/index.d.ts.map +1 -0
  141. package/lib/collections/loan/index.d.ts.map +1 -0
  142. package/lib/collections/loan/loan.collection.d.ts.map +1 -0
  143. package/lib/collections/property/index.d.ts.map +1 -0
  144. package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
  145. package/lib/collections/property/property-sale/index.d.ts.map +1 -0
  146. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
  147. package/lib/collections/property/property-share.collection.d.ts.map +1 -0
  148. package/lib/collections/property/property.collection.d.ts.map +1 -0
  149. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
  150. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
  151. package/lib/collections/report/index.d.ts.map +1 -0
  152. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
  153. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
  154. package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
  155. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
  156. package/lib/collections/sole/index.d.ts.map +1 -0
  157. package/lib/collections/sole/sole-business-losses.collection.d.ts +2 -2
  158. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
  159. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
  160. package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
  161. package/lib/collections/subscription/index.d.ts.map +1 -0
  162. package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
  163. package/lib/collections/tax-review.collection.d.ts.map +1 -0
  164. package/lib/collections/tax-summary/index.d.ts.map +1 -0
  165. package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
  166. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
  167. package/lib/collections/transaction/index.d.ts +0 -1
  168. package/lib/collections/transaction/index.d.ts.map +1 -0
  169. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
  170. package/lib/collections/transaction/transaction.collection.d.ts +4 -2
  171. package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
  172. package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
  173. package/lib/collections/user-event-type-collection.d.ts.map +1 -0
  174. package/lib/collections/vehicle/index.d.ts.map +1 -0
  175. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
  176. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
  177. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
  178. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +1 -0
  179. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +1 -0
  180. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +1 -0
  181. package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
  182. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
  183. package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
  184. package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
  185. package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
  186. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +1 -0
  187. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +1 -0
  188. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
  189. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
  190. package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
  191. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
  192. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
  193. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
  194. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
  195. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
  196. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
  197. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
  198. package/lib/forms/abstract.form.d.ts.map +1 -0
  199. package/lib/forms/address/address.form.d.ts.map +1 -0
  200. package/lib/forms/address/index.d.ts.map +1 -0
  201. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
  202. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
  203. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
  204. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
  205. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
  206. package/lib/forms/bank/bank-login.form.d.ts.map +1 -0
  207. package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
  208. package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
  209. package/lib/forms/depreciation/index.d.ts.map +1 -0
  210. package/lib/forms/form-validations.enum.d.ts.map +1 -0
  211. package/lib/forms/index.d.ts.map +1 -0
  212. package/lib/forms/loan/index.d.ts.map +1 -0
  213. package/lib/forms/loan/loan.form.d.ts.map +1 -0
  214. package/lib/forms/login/login.form.d.ts.map +1 -0
  215. package/lib/forms/phone/index.d.ts.map +1 -0
  216. package/lib/forms/phone/phone.form.d.ts.map +1 -0
  217. package/lib/forms/property/index.d.ts.map +1 -0
  218. package/lib/forms/property/property-sale/index.d.ts.map +1 -0
  219. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
  220. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
  221. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
  222. package/lib/forms/register/register-client.form.d.ts.map +1 -0
  223. package/lib/forms/register/register-firm.form.d.ts.map +1 -0
  224. package/lib/forms/report/my-tax/index.d.ts.map +1 -0
  225. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +1 -0
  226. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +1 -0
  227. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
  228. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +1 -0
  229. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
  230. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
  231. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
  232. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
  233. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
  234. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
  235. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
  236. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
  237. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
  238. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
  239. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
  240. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
  241. package/lib/forms/sole/bas-report.form.d.ts +0 -3
  242. package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
  243. package/lib/forms/sole/index.d.ts.map +1 -0
  244. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
  245. package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
  246. package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
  247. package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
  248. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
  249. package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
  250. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
  251. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
  252. package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
  253. package/lib/forms/transaction/index.d.ts.map +1 -0
  254. package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
  255. package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
  256. package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
  257. package/lib/forms/transaction/work-income.form.d.ts.map +1 -0
  258. package/lib/forms/user/index.d.ts.map +1 -0
  259. package/lib/forms/user/password.form.d.ts.map +1 -0
  260. package/lib/forms/user/reset-password.form.d.ts.map +1 -0
  261. package/lib/forms/user/user-invite.form.d.ts.map +1 -0
  262. package/lib/forms/vehicle/index.d.ts.map +1 -0
  263. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
  264. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
  265. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
  266. package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
  267. package/lib/functions/clone-deep.d.ts.map +1 -0
  268. package/lib/functions/create-date.d.ts.map +1 -0
  269. package/lib/functions/enum-to-list.d.ts.map +1 -0
  270. package/lib/functions/get-doc-icon.d.ts.map +1 -0
  271. package/lib/functions/mat-options-functions.d.ts.map +1 -0
  272. package/lib/functions/mat-sort-options.d.ts.map +1 -0
  273. package/lib/functions/round-to.d.ts.map +1 -0
  274. package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
  275. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
  276. package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
  277. package/lib/interceptors/interceptors.module.d.ts.map +1 -0
  278. package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
  279. package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
  280. package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
  281. package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
  282. package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
  283. package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
  284. package/lib/interfaces/expense.interface.d.ts.map +1 -0
  285. package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
  286. package/lib/interfaces/index.d.ts.map +1 -0
  287. package/lib/interfaces/option.interface.d.ts.map +1 -0
  288. package/lib/interfaces/receipt.interface.d.ts.map +1 -0
  289. package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
  290. package/lib/interfaces/tank.interface.d.ts.map +1 -0
  291. package/lib/interfaces/updatable.interface.d.ts.map +1 -0
  292. package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
  293. package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
  294. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
  295. package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
  296. package/lib/models/badge/badge.d.ts.map +1 -0
  297. package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
  298. package/lib/models/bank/bank-account-property.d.ts.map +1 -0
  299. package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
  300. package/lib/models/bank/bank-account.d.ts.map +1 -0
  301. package/lib/models/bank/bank-connection.d.ts.map +1 -0
  302. package/lib/models/bank/bank-login-data.d.ts.map +1 -0
  303. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
  304. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
  305. package/lib/models/bank/bank-transaction.d.ts.map +1 -0
  306. package/lib/models/bank/index.d.ts.map +1 -0
  307. package/lib/models/bank/type-loan.const.d.ts.map +1 -0
  308. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
  309. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
  310. package/lib/models/borrowing-expense/index.d.ts.map +1 -0
  311. package/lib/models/chart/chart-data.d.ts.map +1 -0
  312. package/lib/models/chart/chart-serie.d.ts.map +1 -0
  313. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  314. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
  315. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  316. package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
  317. package/lib/models/chart-accounts/index.d.ts.map +1 -0
  318. package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
  319. package/lib/models/chat/chat.d.ts.map +1 -0
  320. package/lib/models/chat/index.d.ts.map +1 -0
  321. package/lib/models/chat/message-document.d.ts.map +1 -0
  322. package/lib/models/chat/message.d.ts.map +1 -0
  323. package/lib/models/client/client-details.d.ts.map +1 -0
  324. package/lib/models/client/client-income-types.d.ts.map +1 -0
  325. package/lib/models/client/client-invite.d.ts.map +1 -0
  326. package/lib/models/client/client-movement.d.ts.map +1 -0
  327. package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
  328. package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
  329. package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
  330. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  331. package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
  332. package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
  333. package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
  334. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
  335. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
  336. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
  337. package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
  338. package/lib/models/depreciation/depreciation.d.ts.map +1 -0
  339. package/lib/models/depreciation/index.d.ts.map +1 -0
  340. package/lib/models/dictionary/dictionary.d.ts.map +1 -0
  341. package/lib/models/dictionary/index.d.ts.map +1 -0
  342. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
  343. package/lib/models/document/document-file-types.const.d.ts.map +1 -0
  344. package/lib/models/document/document-folder.d.ts.map +1 -0
  345. package/lib/models/document/document.d.ts.map +1 -0
  346. package/lib/models/document/index.d.ts.map +1 -0
  347. package/lib/models/employee/employee-details.d.ts.map +1 -0
  348. package/lib/models/employee/employee-invite.d.ts.map +1 -0
  349. package/lib/models/endpoint/endpoint.d.ts.map +1 -0
  350. package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
  351. package/lib/models/event/index.d.ts.map +1 -0
  352. package/lib/models/export/export-format.enum.d.ts.map +1 -0
  353. package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
  354. package/lib/models/export/export-row.d.ts.map +1 -0
  355. package/lib/models/file/icons-file.enum.d.ts.map +1 -0
  356. package/lib/models/financial-year/index.d.ts.map +1 -0
  357. package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
  358. package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
  359. package/lib/models/financial-year/months.const.d.ts.map +1 -0
  360. package/lib/models/firm/firm.d.ts.map +1 -0
  361. package/lib/models/income-position/income-position.d.ts.map +1 -0
  362. package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
  363. package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
  364. package/lib/models/income-source/income-source-type.d.ts.map +1 -0
  365. package/lib/models/income-source/income-source.d.ts.map +1 -0
  366. package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
  367. package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
  368. package/lib/models/index.d.ts.map +1 -0
  369. package/lib/models/loan/index.d.ts.map +1 -0
  370. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
  371. package/lib/models/notification/index.d.ts.map +1 -0
  372. package/lib/models/notification/notification.d.ts.map +1 -0
  373. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
  374. package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
  375. package/lib/models/phone/phone.d.ts.map +1 -0
  376. package/lib/models/property/calculation-form-item.d.ts.map +1 -0
  377. package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
  378. package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
  379. package/lib/models/property/index.d.ts.map +1 -0
  380. package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
  381. package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
  382. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
  383. package/lib/models/property/property-share.d.ts.map +1 -0
  384. package/lib/models/property/property.d.ts.map +1 -0
  385. package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
  386. package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
  387. package/lib/models/report/index.d.ts.map +1 -0
  388. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts +4 -3
  389. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts +3 -2
  390. package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
  391. package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
  392. package/lib/models/service-subscription/service-price.d.ts.map +1 -0
  393. package/lib/models/service-subscription/service-product.d.ts.map +1 -0
  394. package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
  395. package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
  396. package/lib/models/sole/bas-report.d.ts.map +1 -0
  397. package/lib/models/sole/index.d.ts.map +1 -0
  398. package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
  399. package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
  400. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  401. package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
  402. package/lib/models/sole/sole-business.d.ts.map +1 -0
  403. package/lib/models/sole/sole-contact.d.ts.map +1 -0
  404. package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
  405. package/lib/models/sole/sole-details.d.ts.map +1 -0
  406. package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
  407. package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
  408. package/lib/models/sole/sole-invoice.d.ts.map +1 -0
  409. package/lib/models/tax-review/tax-review.d.ts.map +1 -0
  410. package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
  411. package/lib/models/tax-summary/report-item.d.ts.map +1 -0
  412. package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
  413. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
  414. package/lib/models/tax-summary/tax-summary.d.ts +3 -0
  415. package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
  416. package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
  417. package/lib/models/toast/toast.d.ts.map +1 -0
  418. package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
  419. package/lib/models/transaction/index.d.ts.map +1 -0
  420. package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
  421. package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
  422. package/lib/models/transaction/transaction-metadata.d.ts.map +1 -0
  423. package/lib/models/transaction/transaction.d.ts +1 -4
  424. package/lib/models/transaction/transaction.d.ts.map +1 -0
  425. package/lib/models/user/index.d.ts.map +1 -0
  426. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
  427. package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
  428. package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
  429. package/lib/models/user/my-account-history.d.ts.map +1 -0
  430. package/lib/models/user/occupation.d.ts.map +1 -0
  431. package/lib/models/user/user-roles.const.d.ts.map +1 -0
  432. package/lib/models/user/user-to-register.d.ts.map +1 -0
  433. package/lib/models/user/user-work-position.const.d.ts.map +1 -0
  434. package/lib/models/user/user.d.ts.map +1 -0
  435. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
  436. package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
  437. package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
  438. package/lib/models/user-event/user-event-type.d.ts.map +1 -0
  439. package/lib/models/vehicle/index.d.ts.map +1 -0
  440. package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
  441. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  442. package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
  443. package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
  444. package/lib/models/vehicle/vehicle.d.ts.map +1 -0
  445. package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
  446. package/lib/services/account-setup/index.d.ts.map +1 -0
  447. package/lib/services/affiliate/index.d.ts.map +1 -0
  448. package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
  449. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
  450. package/lib/services/asset/assets.service.d.ts.map +1 -0
  451. package/lib/services/asset/index.d.ts.map +1 -0
  452. package/lib/services/auth/auth.service.d.ts.map +1 -0
  453. package/lib/services/auth/index.d.ts.map +1 -0
  454. package/lib/services/auth/jwt.service.d.ts.map +1 -0
  455. package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
  456. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
  457. package/lib/services/bank/index.d.ts.map +1 -0
  458. package/lib/services/event/index.d.ts.map +1 -0
  459. package/lib/services/event/sse.service.d.ts.map +1 -0
  460. package/lib/services/export/export-formatter.service.d.ts.map +1 -0
  461. package/lib/services/export/index.d.ts.map +1 -0
  462. package/lib/services/header-title/header-title.service.d.ts.map +1 -0
  463. package/lib/services/header-title/index.d.ts.map +1 -0
  464. package/lib/services/http/depreciation/index.d.ts.map +1 -0
  465. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
  466. package/lib/services/http/document/document.service.d.ts.map +1 -0
  467. package/lib/services/http/document/index.d.ts.map +1 -0
  468. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
  469. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
  470. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
  471. package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
  472. package/lib/services/http/facebook/index.d.ts.map +1 -0
  473. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
  474. package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
  475. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
  476. package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
  477. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
  478. package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
  479. package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
  480. package/lib/services/http/firm/employee/index.d.ts.map +1 -0
  481. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
  482. package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
  483. package/lib/services/http/firm/firm.service.d.ts.map +1 -0
  484. package/lib/services/http/firm/index.d.ts.map +1 -0
  485. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
  486. package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
  487. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
  488. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
  489. package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
  490. package/lib/services/http/income-source/index.d.ts.map +1 -0
  491. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
  492. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
  493. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
  494. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
  495. package/lib/services/http/index.d.ts.map +1 -0
  496. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
  497. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
  498. package/lib/services/http/loan/index.d.ts.map +1 -0
  499. package/lib/services/http/loan/loan.service.d.ts.map +1 -0
  500. package/lib/services/http/property/index.d.ts.map +1 -0
  501. package/lib/services/http/property/property-category/index.d.ts.map +1 -0
  502. package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
  503. package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
  504. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
  505. package/lib/services/http/property/property-document/index.d.ts.map +1 -0
  506. package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
  507. package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
  508. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
  509. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +1 -0
  510. package/lib/services/http/property/property-share/index.d.ts.map +1 -0
  511. package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
  512. package/lib/services/http/property/property.service.d.ts.map +1 -0
  513. package/lib/services/http/receipt/index.d.ts.map +1 -0
  514. package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
  515. package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
  516. package/lib/services/http/service-notification/index.d.ts.map +1 -0
  517. package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
  518. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
  519. package/lib/services/http/sole/index.d.ts.map +1 -0
  520. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
  521. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
  522. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
  523. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
  524. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
  525. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
  526. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
  527. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
  528. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
  529. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
  530. package/lib/services/http/subscription/index.d.ts.map +1 -0
  531. package/lib/services/http/subscription/service-price.service.d.ts.map +1 -0
  532. package/lib/services/http/subscription/subscription.service.d.ts.map +1 -0
  533. package/lib/services/http/tax-review/index.d.ts.map +1 -0
  534. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
  535. package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
  536. package/lib/services/http/tax-summary/index.d.ts.map +1 -0
  537. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
  538. package/lib/services/http/transaction/index.d.ts.map +1 -0
  539. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
  540. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
  541. package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
  542. package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
  543. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
  544. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
  545. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
  546. package/lib/services/http/user/index.d.ts.map +1 -0
  547. package/lib/services/http/user/occupation/occupation.service.d.ts.map +1 -0
  548. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
  549. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
  550. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
  551. package/lib/services/http/vehicle/index.d.ts.map +1 -0
  552. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
  553. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
  554. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
  555. package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
  556. package/lib/services/index.d.ts.map +1 -0
  557. package/lib/services/intercom/index.d.ts.map +1 -0
  558. package/lib/services/intercom/intercom.service.d.ts.map +1 -0
  559. package/lib/services/pdf/index.d.ts.map +1 -0
  560. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
  561. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
  562. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
  563. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
  564. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
  565. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
  566. package/lib/services/preloader/index.d.ts.map +1 -0
  567. package/lib/services/preloader/preloader.service.d.ts.map +1 -0
  568. package/lib/services/property/corelogic/index.d.ts.map +1 -0
  569. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
  570. package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
  571. package/lib/services/property/index.d.ts.map +1 -0
  572. package/lib/services/property/property-calculation/index.d.ts.map +1 -0
  573. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
  574. package/lib/services/report/index.d.ts.map +1 -0
  575. package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
  576. package/lib/services/toast/index.d.ts.map +1 -0
  577. package/lib/services/toast/toast.service.d.ts.map +1 -0
  578. package/lib/services/transaction/index.d.ts.map +1 -0
  579. package/lib/services/transaction/transaction-calculation.service.d.ts +2 -4
  580. package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
  581. package/lib/services/user/index.d.ts.map +1 -0
  582. package/lib/services/user/user-switcher.service.d.ts.map +1 -0
  583. package/lib/services/vehicle/index.d.ts.map +1 -0
  584. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
  585. package/lib/services/xlsx/index.d.ts.map +1 -0
  586. package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
  587. package/lib/tt-core.module.d.ts.map +1 -0
  588. package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
  589. package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
  590. package/lib/validators/at-least-one.validator.d.ts.map +1 -0
  591. package/lib/validators/autocomplete.validator.d.ts.map +1 -0
  592. package/lib/validators/conditional.validator.d.ts.map +1 -0
  593. package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
  594. package/lib/validators/date-range.validator.d.ts.map +1 -0
  595. package/lib/validators/fields-sum.validator.d.ts.map +1 -0
  596. package/lib/validators/file.validator.d.ts.map +1 -0
  597. package/lib/validators/index.d.ts.map +1 -0
  598. package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
  599. package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
  600. package/lib/validators/password-match.validator.d.ts.map +1 -0
  601. package/lib/validators/password.validator.d.ts.map +1 -0
  602. package/lib/validators/phone-number.validator.d.ts.map +1 -0
  603. package/lib/validators/required-length.validator.d.ts.map +1 -0
  604. package/package.json +1 -1
  605. package/public-api.d.ts.map +1 -0
  606. package/taxtank-core.d.ts.map +1 -0
  607. package/esm2015/lib/collections/transaction/transaction-base.collection.js +0 -14
  608. package/lib/collections/transaction/transaction-base.collection.d.ts +0 -9
@@ -92,9 +92,9 @@
92
92
  };
93
93
  return CorelogicService;
94
94
  }());
95
- CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
- CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, decorators: [{
95
+ CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
+ CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, decorators: [{
98
98
  type: i0.Injectable,
99
99
  args: [{
100
100
  providedIn: 'root'
@@ -138,9 +138,9 @@
138
138
  };
139
139
  return CorelogicInterceptor;
140
140
  }());
141
- CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
- CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor });
143
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
141
+ CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
+ CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor });
143
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
144
144
  type: i0.Injectable
145
145
  }], ctorParameters: function () {
146
146
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -180,9 +180,9 @@
180
180
  };
181
181
  return FinancialYearInterceptor;
182
182
  }());
183
- FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
- FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
183
+ FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
+ FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
186
186
  type: i0.Injectable
187
187
  }], ctorParameters: function () {
188
188
  return [{ type: undefined, decorators: [{
@@ -191,7 +191,7 @@
191
191
  }] }];
192
192
  } });
193
193
 
194
- /******************************************************************************
194
+ /*! *****************************************************************************
195
195
  Copyright (c) Microsoft Corporation.
196
196
 
197
197
  Permission to use, copy, modify, and/or distribute this software for any
@@ -353,11 +353,7 @@
353
353
  var __createBinding = Object.create ? (function (o, m, k, k2) {
354
354
  if (k2 === undefined)
355
355
  k2 = k;
356
- var desc = Object.getOwnPropertyDescriptor(m, k);
357
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
358
- desc = { enumerable: true, get: function () { return m[k]; } };
359
- }
360
- Object.defineProperty(o, k2, desc);
356
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
361
357
  }) : (function (o, m, k, k2) {
362
358
  if (k2 === undefined)
363
359
  k2 = k;
@@ -512,11 +508,6 @@
512
508
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
513
509
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
514
510
  }
515
- function __classPrivateFieldIn(state, receiver) {
516
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
517
- throw new TypeError("Cannot use 'in' operator on non-object");
518
- return typeof state === "function" ? receiver === state : state.has(receiver);
519
- }
520
511
 
521
512
  var NAME_TOKEN = 'token';
522
513
  var NAME_REFRESH_TOKEN = 'refreshToken';
@@ -547,9 +538,9 @@
547
538
  };
548
539
  return JwtService;
549
540
  }(angularJwt.JwtHelperService));
550
- JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
551
- JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
552
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, decorators: [{
541
+ JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
542
+ JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
543
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, decorators: [{
553
544
  type: i0.Injectable,
554
545
  args: [{
555
546
  providedIn: 'root'
@@ -658,9 +649,9 @@
658
649
  };
659
650
  return EventDispatcherService;
660
651
  }());
661
- EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
662
- EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
663
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
652
+ EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
653
+ EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
654
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
664
655
  type: i0.Injectable,
665
656
  args: [{
666
657
  providedIn: 'root'
@@ -714,9 +705,9 @@
714
705
  };
715
706
  return AuthService;
716
707
  }());
717
- AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
718
- AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
719
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, decorators: [{
708
+ AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
709
+ AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
710
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, decorators: [{
720
711
  type: i0.Injectable,
721
712
  args: [{
722
713
  providedIn: 'root'
@@ -857,9 +848,9 @@
857
848
  };
858
849
  return JwtInterceptor;
859
850
  }());
860
- JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
861
- JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor });
862
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
851
+ JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
852
+ JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor });
853
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
863
854
  type: i0.Injectable
864
855
  }], ctorParameters: function () {
865
856
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -897,9 +888,9 @@
897
888
  };
898
889
  return UserSwitcherService;
899
890
  }());
900
- UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
901
- UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
902
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
891
+ UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
892
+ UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
893
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
903
894
  type: i0.Injectable,
904
895
  args: [{
905
896
  providedIn: 'root'
@@ -946,9 +937,9 @@
946
937
  };
947
938
  return UserSwitcherInterceptor;
948
939
  }());
949
- UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
950
- UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor });
951
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
940
+ UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
941
+ UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor });
942
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
952
943
  type: i0.Injectable
953
944
  }], ctorParameters: function () {
954
945
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -1195,9 +1186,9 @@
1195
1186
  };
1196
1187
  return PreloaderService;
1197
1188
  }());
1198
- PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1199
- PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1200
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1189
+ PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1190
+ PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1191
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1201
1192
  type: i0.Injectable,
1202
1193
  args: [{
1203
1194
  providedIn: 'root'
@@ -1227,9 +1218,9 @@
1227
1218
  };
1228
1219
  return PreloaderInterceptor;
1229
1220
  }());
1230
- PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1231
- PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor });
1232
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1221
+ PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1222
+ PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor });
1223
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1233
1224
  type: i0.Injectable
1234
1225
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
1235
1226
 
@@ -1559,9 +1550,9 @@
1559
1550
  RestService.prototype.listenEvents = function () { };
1560
1551
  return RestService;
1561
1552
  }());
1562
- RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1563
- RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1564
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, decorators: [{
1553
+ RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1554
+ RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1555
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, decorators: [{
1565
1556
  type: i0.Injectable,
1566
1557
  args: [{
1567
1558
  providedIn: 'root'
@@ -1774,7 +1765,7 @@
1774
1765
  */
1775
1766
  Collection.prototype.sumBy = function (path, abs) {
1776
1767
  if (abs === void 0) { abs = false; }
1777
- return +this.items.reduce(function (sum, item) { return sum + (abs ? Math.abs(Number(get__default["default"](item, path))) : Number(get__default["default"](item, path))); }, 0).toFixed(2);
1768
+ return this.reduce(function (sum, item) { return sum + (abs ? Math.abs(Number(get__default["default"](item, path))) : Number(get__default["default"](item, path))); });
1778
1769
  };
1779
1770
  Collection.prototype.groupBy = function (path) {
1780
1771
  if (path === void 0) { path = ''; }
@@ -1835,6 +1826,10 @@
1835
1826
  Collection.prototype.maxBy = function (path) {
1836
1827
  return this.items.reduce(function (prev, current) { return (get__default["default"](prev, path) > get__default["default"](current, path) ? prev : current); });
1837
1828
  };
1829
+ Collection.prototype.reduce = function (callback, init) {
1830
+ if (init === void 0) { init = 0; }
1831
+ return +this.items.reduce(callback, init).toFixed(2);
1832
+ };
1838
1833
  return Collection;
1839
1834
  }());
1840
1835
 
@@ -5114,16 +5109,6 @@
5114
5109
  enumerable: false,
5115
5110
  configurable: true
5116
5111
  });
5117
- Object.defineProperty(Transaction.prototype, "isKmsChartAccountsCategory", {
5118
- /**
5119
- * Check if transaction has 'Kms travelled for work' chart accounts category
5120
- */
5121
- get: function () {
5122
- return this.chartAccounts.id === exports.ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK;
5123
- },
5124
- enumerable: false,
5125
- configurable: true
5126
- });
5127
5112
  /**
5128
5113
  * Get transaction date
5129
5114
  */
@@ -5234,7 +5219,11 @@
5234
5219
  return allocations.filterBy('transaction.id', this.id).sumBy('amount');
5235
5220
  };
5236
5221
  Transaction.prototype.getAllocatedClaimAmount = function (allocations) {
5237
- return this.getAllocatedAmount(allocations) * this.claimRatio;
5222
+ var coef = 1;
5223
+ if (this.isSoleTank() && this.isIncome() && this.isGST) {
5224
+ coef = ChartAccounts.GSTCoefficient;
5225
+ }
5226
+ return this.getAllocatedAmount(allocations) * this.claimRatio / coef;
5238
5227
  };
5239
5228
  Transaction.prototype.getUnallocatedAmount = function (allocations) {
5240
5229
  return this.netAmount - this.getAllocatedAmount(allocations);
@@ -5262,6 +5251,7 @@
5262
5251
  });
5263
5252
  Object.defineProperty(Transaction.prototype, "netAmount", {
5264
5253
  /**
5254
+ * @TODO vik confusing logic demanded by Nicole, we need a better ux to fix it
5265
5255
  * netAmount matches received payment (bankTransaction amount), includes gst and salary included adjustments
5266
5256
  * ie user received 1000$ salary including 100$ tips. NetAmount=1000$, amount=900$, tips=100$
5267
5257
  */
@@ -5586,7 +5576,6 @@
5586
5576
  });
5587
5577
  SoleInvoice.prototype.getTransactionsIds = function () {
5588
5578
  return new Collection(this.items).mapBy('transaction.id');
5589
- this.items.map(function (item) { return item.transaction.id; });
5590
5579
  };
5591
5580
  return SoleInvoice;
5592
5581
  }(SoleInvoice$1));
@@ -8399,13 +8388,11 @@
8399
8388
  ], ChartData.prototype, "data", void 0);
8400
8389
 
8401
8390
  /**
8402
- * @TODO extend from TransactionBaseCollection
8403
8391
  * Collection of transactions
8404
8392
  */
8405
8393
  var TransactionCollection = /** @class */ (function (_super) {
8406
8394
  __extends(TransactionCollection, _super);
8407
8395
  /**
8408
- * @TODO use TransactionBaseCollection instead
8409
8396
  * we use depreciations as expense transactions a lot
8410
8397
  */
8411
8398
  function TransactionCollection(transactions, depreciations) {
@@ -8644,18 +8631,23 @@
8644
8631
  * user pays GST only from allocated part (or paid) of income
8645
8632
  */
8646
8633
  TransactionCollection.prototype.calculateAllocatedClaimAmount = function (allocations) {
8647
- var allocatedClaimAmount = 0;
8648
- this.filterBy('isGST', true).toArray().forEach(function (transaction) {
8649
- allocatedClaimAmount += transaction.getAllocatedClaimAmount(allocations);
8650
- });
8651
- return allocatedClaimAmount;
8634
+ return this.reduce(function (sum, transaction) { return sum + transaction.getAllocatedClaimAmount(allocations); });
8652
8635
  };
8653
8636
  TransactionCollection.prototype.calculateAllocatedGST = function (allocations) {
8654
- return this.calculateAllocatedClaimAmount(allocations) * ChartAccounts.GSTRatio;
8637
+ return this.filterBy('isGST', true).reduce(function (sum, transaction) { return sum + transaction.getAllocatedClaimAmount(allocations); }) * ChartAccounts.GSTRatio;
8655
8638
  };
8656
8639
  TransactionCollection.prototype.getAllocatedAmount = function (allocations) {
8657
8640
  return allocations.getByTransactionsIds(this.getIds()).sumBy('amount');
8658
8641
  };
8642
+ /**
8643
+ * @TODO vik business transactions calculated differently, separated collection?
8644
+ */
8645
+ TransactionCollection.prototype.getBusinessClaimAmount = function (businessId, allocations) {
8646
+ var transactions = this.filterBy('business.id', businessId);
8647
+ var expenses = transactions.getExpenseTransactions();
8648
+ var incomes = transactions.getIncomeTransactions();
8649
+ return incomes.calculateAllocatedClaimAmount(allocations) + expenses.sumBy('claimAmount');
8650
+ };
8659
8651
  return TransactionCollection;
8660
8652
  }(ExportableCollection));
8661
8653
 
@@ -8707,26 +8699,6 @@
8707
8699
  return TransactionAllocationCollection;
8708
8700
  }(Collection));
8709
8701
 
8710
- /**
8711
- * used to combine transactions/depreciations
8712
- */
8713
- var TransactionBaseCollection = /** @class */ (function (_super) {
8714
- __extends(TransactionBaseCollection, _super);
8715
- function TransactionBaseCollection() {
8716
- return _super !== null && _super.apply(this, arguments) || this;
8717
- }
8718
- TransactionBaseCollection.prototype.getClaimAmountByBusinessId = function (businessId) {
8719
- return +this.filterBy('business.id', businessId).items.map(function (transaction) { return transaction instanceof Depreciation ? -transaction.claimAmount : transaction['claimAmount']; }).reduce(function (sum, claimAmount) { return sum + claimAmount; }, 0).toFixed(2);
8720
- };
8721
- TransactionBaseCollection.prototype.getSoleTransactions = function () {
8722
- return this.filter(function (transaction) { return transaction.isSoleTank(); });
8723
- };
8724
- return TransactionBaseCollection;
8725
- }(Collection));
8726
-
8727
- /**
8728
- * @TODO extend from TransactionBaseCollection
8729
- */
8730
8702
  var DepreciationCollection = /** @class */ (function (_super) {
8731
8703
  __extends(DepreciationCollection, _super);
8732
8704
  function DepreciationCollection() {
@@ -9119,10 +9091,10 @@
9119
9091
  /**
9120
9092
  * Business loss applied in current year, includes previous year losses and current year losses for businesses matching offset rule
9121
9093
  */
9122
- SoleBusinessLossesCollection.prototype.calculateBusinessLossApplied = function (transactions) {
9094
+ SoleBusinessLossesCollection.prototype.calculateBusinessLossApplied = function (transactions, allocations) {
9123
9095
  var _this = this;
9124
9096
  // claim amounts for businesses that can be applied to be reduced by prior year business losses
9125
- var claimAmountsByBusinessId = this.getClaimAmountsByBusinessId(transactions);
9097
+ var claimAmountsByBusinessId = this.getClaimAmountsByBusinessId(transactions, allocations);
9126
9098
  return Object.keys(claimAmountsByBusinessId.items).reduce(function (sum, businessId) {
9127
9099
  var loss = _this.findBy('business.id', +businessId);
9128
9100
  var lossOpenBalance = (loss === null || loss === void 0 ? void 0 : loss.openBalance) || 0;
@@ -9135,7 +9107,7 @@
9135
9107
  * businesses with income or businesses with a loss, but which met the non-commercial loss rules
9136
9108
  * https://www.ato.gov.au/Business/Non-commercial-losses/
9137
9109
  */
9138
- SoleBusinessLossesCollection.prototype.getClaimAmountsByBusinessId = function (transactions) {
9110
+ SoleBusinessLossesCollection.prototype.getClaimAmountsByBusinessId = function (transactions, allocations) {
9139
9111
  var _this = this;
9140
9112
  var claimAmountsByBusinessId = new Dictionary([]);
9141
9113
  var transactionsByBusinessId = new CollectionDictionary(transactions, 'business.id');
@@ -9145,7 +9117,8 @@
9145
9117
  var lossOffsetRule = (_a = _this.findBy('business.id', +businessId)) === null || _a === void 0 ? void 0 : _a.offsetRule;
9146
9118
  var businessClaimAmount = transactionsByBusinessId
9147
9119
  .get(businessId)
9148
- .getClaimAmountByBusinessId(+businessId);
9120
+ .getBusinessClaimAmount(+businessId, allocations);
9121
+ // @TODO vik it has nothing to do with getClaimAmountsByBusinessId
9149
9122
  // no way to apply loss for business without profit if offset rules not met
9150
9123
  if (businessClaimAmount < 0 && !lossOffsetRule) {
9151
9124
  return;
@@ -10353,9 +10326,9 @@
10353
10326
  };
10354
10327
  return SseService;
10355
10328
  }());
10356
- SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10357
- SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
10358
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, decorators: [{
10329
+ SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10330
+ SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
10331
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, decorators: [{
10359
10332
  type: i0.Injectable,
10360
10333
  args: [{
10361
10334
  providedIn: 'root'
@@ -10429,9 +10402,9 @@
10429
10402
  };
10430
10403
  return ToastService;
10431
10404
  }());
10432
- ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10433
- ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
10434
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, decorators: [{
10405
+ ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10406
+ ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
10407
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, decorators: [{
10435
10408
  type: i0.Injectable,
10436
10409
  args: [{
10437
10410
  providedIn: 'root'
@@ -10527,9 +10500,9 @@
10527
10500
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
10528
10501
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
10529
10502
  ];
10530
- BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10531
- BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
10532
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
10503
+ BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10504
+ BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
10505
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
10533
10506
  type: i0.Injectable,
10534
10507
  args: [{
10535
10508
  providedIn: 'root'
@@ -10648,9 +10621,9 @@
10648
10621
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10649
10622
  */
10650
10623
  BasiqService.bankCredintialsCheckInterval = 3000;
10651
- BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10652
- BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
10653
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, decorators: [{
10624
+ BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10625
+ BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
10626
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, decorators: [{
10654
10627
  type: i0.Injectable,
10655
10628
  args: [{
10656
10629
  providedIn: 'root'
@@ -10691,9 +10664,9 @@
10691
10664
  };
10692
10665
  return BasiqTokenService;
10693
10666
  }(RestService$1));
10694
- BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10695
- BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
10696
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
10667
+ BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10668
+ BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
10669
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
10697
10670
  type: i0.Injectable,
10698
10671
  args: [{
10699
10672
  providedIn: 'root'
@@ -10726,9 +10699,9 @@
10726
10699
  };
10727
10700
  return BasiqTokenInterceptor;
10728
10701
  }());
10729
- BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10730
- BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor });
10731
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
10702
+ BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10703
+ BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor });
10704
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
10732
10705
  type: i0.Injectable
10733
10706
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10734
10707
 
@@ -10897,9 +10870,9 @@
10897
10870
  };
10898
10871
  return UserService;
10899
10872
  }());
10900
- UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10901
- UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
10902
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, decorators: [{
10873
+ UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10874
+ UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
10875
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, decorators: [{
10903
10876
  type: i0.Injectable,
10904
10877
  args: [{
10905
10878
  providedIn: 'root'
@@ -10933,9 +10906,9 @@
10933
10906
  };
10934
10907
  return BasiqClientIdInterceptor;
10935
10908
  }());
10936
- BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10937
- BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
10938
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
10909
+ BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10910
+ BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
10911
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
10939
10912
  type: i0.Injectable
10940
10913
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10941
10914
 
@@ -10944,9 +10917,9 @@
10944
10917
  }
10945
10918
  return InterceptorsModule;
10946
10919
  }());
10947
- InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
10948
- InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule });
10949
- InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, providers: [
10920
+ InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
10921
+ InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule });
10922
+ InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, providers: [
10950
10923
  {
10951
10924
  provide: i1.HTTP_INTERCEPTORS,
10952
10925
  useClass: CorelogicInterceptor,
@@ -10984,7 +10957,7 @@
10984
10957
  multi: true
10985
10958
  }
10986
10959
  ] });
10987
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
10960
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
10988
10961
  type: i0.NgModule,
10989
10962
  args: [{
10990
10963
  providers: [
@@ -11045,14 +11018,14 @@
11045
11018
  };
11046
11019
  return TtCoreModule;
11047
11020
  }());
11048
- TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
11049
- TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
11021
+ TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
11022
+ TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
11050
11023
  InterceptorsModule] });
11051
- TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [[
11024
+ TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [[
11052
11025
  i1$1.CommonModule,
11053
11026
  InterceptorsModule
11054
11027
  ]] });
11055
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
11028
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
11056
11029
  type: i0.NgModule,
11057
11030
  args: [{
11058
11031
  declarations: [],
@@ -12360,11 +12333,12 @@
12360
12333
  * https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/4644110466/Tax+Return+MyTax+-+Online+Form ("Losses" section)
12361
12334
  */
12362
12335
  var MyTaxLosses = /** @class */ (function () {
12363
- function MyTaxLosses(transactions, businessLosses) {
12364
- this.transactions = transactions;
12336
+ function MyTaxLosses(businessLosses, transactions, allocations) {
12365
12337
  this.businessLosses = businessLosses;
12338
+ this.transactions = transactions;
12339
+ this.allocations = allocations;
12366
12340
  this.businessLossDeferred = businessLosses.sumBy('openBalance');
12367
- this.businessLossApplied = businessLosses.calculateBusinessLossApplied(transactions);
12341
+ this.businessLossApplied = businessLosses.calculateBusinessLossApplied(transactions, allocations);
12368
12342
  }
12369
12343
  return MyTaxLosses;
12370
12344
  }());
@@ -12523,12 +12497,13 @@
12523
12497
  */
12524
12498
  var SoleBusinessLossReport = /** @class */ (function (_super) {
12525
12499
  __extends(SoleBusinessLossReport, _super);
12526
- function SoleBusinessLossReport(loss, transactions, depreciations) {
12500
+ function SoleBusinessLossReport(loss, transactions, depreciations, allocations) {
12527
12501
  var _this = _super.call(this) || this;
12528
12502
  _this.openBalance = loss.openBalance;
12529
- _this.netIncome = transactions.sumBy('claimAmount') - depreciations.sumBy('claimAmount');
12530
- _this.closeBalance = new SoleBusinessLossesCollection([loss])
12531
- .calculateBusinessLossApplied(new TransactionBaseCollection(__spreadArray(__spreadArray([], __read(transactions)), __read(depreciations))));
12503
+ var claimAmount = new TransactionCollection(transactions.toArray(), depreciations.toArray())
12504
+ .getBusinessClaimAmount(loss.business.id, new TransactionAllocationCollection(allocations));
12505
+ _this.netIncome = claimAmount;
12506
+ _this.closeBalance = loss.offsetRule ? 0 : claimAmount - _this.openBalance;
12532
12507
  return _this;
12533
12508
  }
12534
12509
  return SoleBusinessLossReport;
@@ -12874,6 +12849,18 @@
12874
12849
  enumerable: false,
12875
12850
  configurable: true
12876
12851
  });
12852
+ TaxSummary.prototype.getDeferredBusinessLoss = function (business) {
12853
+ var _a;
12854
+ return (_a = this.sole.items
12855
+ .findByCategory(exports.TaxReturnCategoryListEnum.DEFERRED_BUSINESS_LOSSES).items
12856
+ .findBy('title', "Item 15c - " + business.name)) === null || _a === void 0 ? void 0 : _a.amount;
12857
+ };
12858
+ TaxSummary.prototype.getBusinessCloseBalance = function (business) {
12859
+ var _a;
12860
+ return (_a = this.sole.items
12861
+ .findByCategory(exports.TaxReturnCategoryListEnum.BUSINESS_INCOME_OR_LOSS).items
12862
+ .findBy('title', "Item 15c - " + business.name)) === null || _a === void 0 ? void 0 : _a.amount;
12863
+ };
12877
12864
  return TaxSummary;
12878
12865
  }());
12879
12866
  __decorate([
@@ -12977,9 +12964,9 @@
12977
12964
  };
12978
12965
  return AddressService;
12979
12966
  }());
12980
- AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12981
- AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12982
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, decorators: [{
12967
+ AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12968
+ AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12969
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, decorators: [{
12983
12970
  type: i0.Injectable,
12984
12971
  args: [{
12985
12972
  providedIn: 'root'
@@ -13039,9 +13026,9 @@
13039
13026
  };
13040
13027
  return BankAccountService;
13041
13028
  }(RestService$1));
13042
- BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13043
- BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
13044
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, decorators: [{
13029
+ BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13030
+ BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
13031
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, decorators: [{
13045
13032
  type: i0.Injectable,
13046
13033
  args: [{
13047
13034
  providedIn: 'root'
@@ -13111,9 +13098,9 @@
13111
13098
  };
13112
13099
  return BankTransactionService;
13113
13100
  }(RestService$1));
13114
- BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13115
- BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13116
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13101
+ BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13102
+ BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13103
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13117
13104
  type: i0.Injectable,
13118
13105
  args: [{
13119
13106
  providedIn: 'root'
@@ -13144,9 +13131,9 @@
13144
13131
  };
13145
13132
  return BankService;
13146
13133
  }(RestService$1));
13147
- BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13148
- BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13149
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, decorators: [{
13134
+ BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13135
+ BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13136
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, decorators: [{
13150
13137
  type: i0.Injectable,
13151
13138
  args: [{
13152
13139
  providedIn: 'root'
@@ -13169,9 +13156,9 @@
13169
13156
  }
13170
13157
  return ChartAccountsDepreciationService;
13171
13158
  }(RestService$1));
13172
- ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13173
- ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13174
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13159
+ ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13160
+ ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13161
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13175
13162
  type: i0.Injectable,
13176
13163
  args: [{
13177
13164
  providedIn: 'root'
@@ -13215,9 +13202,9 @@
13215
13202
  };
13216
13203
  return ChartAccountsService;
13217
13204
  }(RestService$1));
13218
- ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13219
- ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13220
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13205
+ ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13206
+ ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13207
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13221
13208
  type: i0.Injectable,
13222
13209
  args: [{
13223
13210
  providedIn: 'root'
@@ -13291,9 +13278,9 @@
13291
13278
  };
13292
13279
  return ChatService;
13293
13280
  }(RestService$1));
13294
- ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13295
- ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13296
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, decorators: [{
13281
+ ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13282
+ ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13283
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, decorators: [{
13297
13284
  type: i0.Injectable,
13298
13285
  args: [{
13299
13286
  providedIn: 'root'
@@ -13356,9 +13343,9 @@
13356
13343
  };
13357
13344
  return MessageService;
13358
13345
  }(RestService$1));
13359
- MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13360
- MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13361
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, decorators: [{
13346
+ MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13347
+ MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13348
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, decorators: [{
13362
13349
  type: i0.Injectable,
13363
13350
  args: [{
13364
13351
  providedIn: 'root'
@@ -13437,9 +13424,9 @@
13437
13424
  };
13438
13425
  return MessageDocumentService;
13439
13426
  }(RestService$1));
13440
- MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13441
- MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13442
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13427
+ MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13428
+ MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13429
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13443
13430
  type: i0.Injectable,
13444
13431
  args: [{
13445
13432
  providedIn: 'root'
@@ -13575,9 +13562,9 @@
13575
13562
  };
13576
13563
  return DepreciationService;
13577
13564
  }(RestService$1));
13578
- DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13579
- DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13580
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13565
+ DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13566
+ DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13567
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13581
13568
  type: i0.Injectable,
13582
13569
  args: [{
13583
13570
  providedIn: 'root'
@@ -13636,9 +13623,9 @@
13636
13623
  };
13637
13624
  return DepreciationCapitalProjectService;
13638
13625
  }());
13639
- DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13640
- DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13641
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13626
+ DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13627
+ DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13628
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13642
13629
  type: i0.Injectable,
13643
13630
  args: [{
13644
13631
  providedIn: 'root'
@@ -13711,9 +13698,9 @@
13711
13698
  };
13712
13699
  return ReceiptService;
13713
13700
  }());
13714
- ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13715
- ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13716
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13701
+ ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13702
+ ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13703
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13717
13704
  type: i0.Injectable,
13718
13705
  args: [{
13719
13706
  providedIn: 'root'
@@ -13747,9 +13734,9 @@
13747
13734
  }
13748
13735
  return DepreciationReceiptService;
13749
13736
  }(ReceiptService));
13750
- DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13751
- DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13752
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13737
+ DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13738
+ DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13739
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13753
13740
  type: i0.Injectable,
13754
13741
  args: [{
13755
13742
  providedIn: 'root'
@@ -13980,9 +13967,9 @@
13980
13967
  RestService.prototype.listenEvents = function () { };
13981
13968
  return RestService;
13982
13969
  }());
13983
- RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13984
- RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
13985
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, decorators: [{
13970
+ RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13971
+ RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
13972
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, decorators: [{
13986
13973
  type: i0.Injectable,
13987
13974
  args: [{
13988
13975
  providedIn: 'root'
@@ -14004,9 +13991,9 @@
14004
13991
  }
14005
13992
  return DocumentService;
14006
13993
  }(RestService));
14007
- DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14008
- DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
14009
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, decorators: [{
13994
+ DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13995
+ DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
13996
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, decorators: [{
14010
13997
  type: i0.Injectable,
14011
13998
  args: [{
14012
13999
  providedIn: 'root'
@@ -14078,9 +14065,9 @@
14078
14065
  };
14079
14066
  return DocumentFolderService;
14080
14067
  }(RestService));
14081
- DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14082
- DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
14083
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
14068
+ DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14069
+ DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
14070
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
14084
14071
  type: i0.Injectable,
14085
14072
  args: [{
14086
14073
  providedIn: 'root'
@@ -14169,9 +14156,9 @@
14169
14156
  auth_type: 'rerequest',
14170
14157
  return_scopes: true
14171
14158
  };
14172
- FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14173
- FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14174
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, decorators: [{
14159
+ FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14160
+ FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14161
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, decorators: [{
14175
14162
  type: i0.Injectable,
14176
14163
  args: [{
14177
14164
  providedIn: 'root'
@@ -14219,9 +14206,9 @@
14219
14206
  };
14220
14207
  return ClientIncomeTypesService;
14221
14208
  }());
14222
- ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14223
- ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
14224
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
14209
+ ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14210
+ ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
14211
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
14225
14212
  type: i0.Injectable,
14226
14213
  args: [{
14227
14214
  providedIn: 'root'
@@ -14350,9 +14337,9 @@
14350
14337
  };
14351
14338
  return ClientInviteService;
14352
14339
  }(RestService));
14353
- ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14354
- ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14355
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14340
+ ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14341
+ ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14342
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14356
14343
  type: i0.Injectable,
14357
14344
  args: [{
14358
14345
  providedIn: 'root'
@@ -14439,9 +14426,9 @@
14439
14426
  };
14440
14427
  return ClientMovementService;
14441
14428
  }(RestService));
14442
- ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14443
- ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14444
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14429
+ ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14430
+ ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14431
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14445
14432
  type: i0.Injectable,
14446
14433
  args: [{
14447
14434
  providedIn: 'root'
@@ -14474,9 +14461,9 @@
14474
14461
  };
14475
14462
  return EmployeeService;
14476
14463
  }(RestService));
14477
- EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14478
- EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14479
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14464
+ EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14465
+ EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14466
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14480
14467
  type: i0.Injectable,
14481
14468
  args: [{
14482
14469
  providedIn: 'root'
@@ -14523,9 +14510,9 @@
14523
14510
  };
14524
14511
  return EmployeeInviteService;
14525
14512
  }(RestService));
14526
- EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14527
- EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14528
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14513
+ EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14514
+ EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14515
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14529
14516
  type: i0.Injectable,
14530
14517
  args: [{
14531
14518
  providedIn: 'root'
@@ -14551,9 +14538,9 @@
14551
14538
  };
14552
14539
  return ClientPortfolioReportService;
14553
14540
  }());
14554
- ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14555
- ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14556
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14541
+ ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14542
+ ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14543
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14557
14544
  type: i0.Injectable,
14558
14545
  args: [{
14559
14546
  providedIn: 'root'
@@ -14629,9 +14616,9 @@
14629
14616
  };
14630
14617
  return FirmService;
14631
14618
  }());
14632
- FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14633
- FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14634
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, decorators: [{
14619
+ FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14620
+ FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14621
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, decorators: [{
14635
14622
  type: i0.Injectable,
14636
14623
  args: [{
14637
14624
  providedIn: 'root'
@@ -14711,9 +14698,9 @@
14711
14698
  };
14712
14699
  return IncomeSourceForecastService;
14713
14700
  }(RestService));
14714
- IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14715
- IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14716
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14701
+ IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14702
+ IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14703
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14717
14704
  type: i0.Injectable,
14718
14705
  args: [{
14719
14706
  providedIn: 'root'
@@ -14788,9 +14775,9 @@
14788
14775
  };
14789
14776
  return SalaryForecastService;
14790
14777
  }(RestService));
14791
- SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14792
- SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14793
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14778
+ SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14779
+ SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14780
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14794
14781
  type: i0.Injectable,
14795
14782
  args: [{
14796
14783
  providedIn: 'root'
@@ -14872,9 +14859,9 @@
14872
14859
  };
14873
14860
  return SoleForecastService;
14874
14861
  }(RestService));
14875
- SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14876
- SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14877
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14862
+ SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14863
+ SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14864
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14878
14865
  type: i0.Injectable,
14879
14866
  args: [{
14880
14867
  providedIn: 'root'
@@ -14982,9 +14969,9 @@
14982
14969
  };
14983
14970
  return IncomeSourceService;
14984
14971
  }(RestService));
14985
- IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14986
- IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14987
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14972
+ IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14973
+ IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14974
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14988
14975
  type: i0.Injectable,
14989
14976
  args: [{
14990
14977
  providedIn: 'root'
@@ -15049,9 +15036,9 @@
15049
15036
  };
15050
15037
  return BorrowingExpenseService;
15051
15038
  }());
15052
- BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15053
- BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
15054
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
15039
+ BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15040
+ BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
15041
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
15055
15042
  type: i0.Injectable,
15056
15043
  args: [{
15057
15044
  providedIn: 'root'
@@ -15142,9 +15129,9 @@
15142
15129
  };
15143
15130
  return LoanService;
15144
15131
  }(RestService$1));
15145
- LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15146
- LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
15147
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, decorators: [{
15132
+ LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15133
+ LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
15134
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, decorators: [{
15148
15135
  type: i0.Injectable,
15149
15136
  args: [{
15150
15137
  providedIn: 'root'
@@ -15166,9 +15153,9 @@
15166
15153
  }
15167
15154
  return PropertyCategoryService;
15168
15155
  }(RestService$1));
15169
- PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15170
- PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
15171
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
15156
+ PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15157
+ PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
15158
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
15172
15159
  type: i0.Injectable,
15173
15160
  args: [{
15174
15161
  providedIn: 'root'
@@ -15187,9 +15174,9 @@
15187
15174
  }
15188
15175
  return PropertyCategoryMovementService;
15189
15176
  }(RestService$1));
15190
- PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15191
- PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15192
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15177
+ PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15178
+ PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15179
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15193
15180
  type: i0.Injectable,
15194
15181
  args: [{
15195
15182
  providedIn: 'root'
@@ -15236,9 +15223,9 @@
15236
15223
  };
15237
15224
  return PropertyDocumentService;
15238
15225
  }(RestService$1));
15239
- PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15240
- PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15241
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15226
+ PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15227
+ PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15228
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15242
15229
  type: i0.Injectable,
15243
15230
  args: [{
15244
15231
  providedIn: 'root'
@@ -15258,9 +15245,9 @@
15258
15245
  }
15259
15246
  return TaxExemptionService;
15260
15247
  }(RestService$1));
15261
- TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15262
- TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15263
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15248
+ TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15249
+ TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15250
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15264
15251
  type: i0.Injectable,
15265
15252
  args: [{
15266
15253
  providedIn: 'root'
@@ -15279,9 +15266,9 @@
15279
15266
  }
15280
15267
  return PropertySaleService;
15281
15268
  }(RestService$1));
15282
- PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15283
- PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15284
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15269
+ PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15270
+ PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15271
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15285
15272
  type: i0.Injectable,
15286
15273
  args: [{
15287
15274
  providedIn: 'root'
@@ -15332,9 +15319,9 @@
15332
15319
  };
15333
15320
  return PropertyShareService;
15334
15321
  }(RestService$1));
15335
- PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15336
- PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15337
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15322
+ PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15323
+ PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15324
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15338
15325
  type: i0.Injectable,
15339
15326
  args: [{
15340
15327
  providedIn: 'root'
@@ -15440,9 +15427,9 @@
15440
15427
  };
15441
15428
  return PropertyService;
15442
15429
  }(RestService$1));
15443
- PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15444
- PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15445
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, decorators: [{
15430
+ PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15431
+ PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15432
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, decorators: [{
15446
15433
  type: i0.Injectable,
15447
15434
  args: [{
15448
15435
  providedIn: 'root'
@@ -15490,9 +15477,9 @@
15490
15477
  };
15491
15478
  return ServiceNotificationService;
15492
15479
  }(RestService));
15493
- ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15494
- ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15495
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15480
+ ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15481
+ ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15482
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15496
15483
  type: i0.Injectable,
15497
15484
  args: [{
15498
15485
  providedIn: 'root'
@@ -15548,9 +15535,9 @@
15548
15535
  };
15549
15536
  return SoleBusinessService;
15550
15537
  }(RestService));
15551
- SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15552
- SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15553
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15538
+ SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15539
+ SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15540
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15554
15541
  type: i0.Injectable,
15555
15542
  args: [{
15556
15543
  providedIn: 'root'
@@ -15568,9 +15555,9 @@
15568
15555
  }
15569
15556
  return SoleBusinessActivityService;
15570
15557
  }(RestService));
15571
- SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15572
- SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15573
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15558
+ SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15559
+ SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15560
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15574
15561
  type: i0.Injectable,
15575
15562
  args: [{
15576
15563
  providedIn: 'root'
@@ -15600,9 +15587,9 @@
15600
15587
  };
15601
15588
  return SoleBusinessLossService;
15602
15589
  }(RestService));
15603
- SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15604
- SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15605
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15590
+ SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15591
+ SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15592
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15606
15593
  type: i0.Injectable,
15607
15594
  args: [{
15608
15595
  providedIn: 'root'
@@ -15623,9 +15610,9 @@
15623
15610
  }
15624
15611
  return SoleBusinessLossOffsetRuleService;
15625
15612
  }(RestService));
15626
- SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15627
- SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15628
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15613
+ SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15614
+ SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15615
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15629
15616
  type: i0.Injectable,
15630
15617
  args: [{
15631
15618
  providedIn: 'root'
@@ -15643,9 +15630,9 @@
15643
15630
  }
15644
15631
  return SoleContactService;
15645
15632
  }(RestService));
15646
- SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15647
- SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15648
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15633
+ SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15634
+ SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15635
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15649
15636
  type: i0.Injectable,
15650
15637
  args: [{
15651
15638
  providedIn: 'root'
@@ -15705,9 +15692,9 @@
15705
15692
  };
15706
15693
  return SoleDepreciationMethodService;
15707
15694
  }());
15708
- SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15709
- SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15710
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15695
+ SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15696
+ SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15697
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15711
15698
  type: i0.Injectable,
15712
15699
  args: [{
15713
15700
  providedIn: 'root'
@@ -15766,9 +15753,9 @@
15766
15753
  };
15767
15754
  return SoleDetailsService;
15768
15755
  }());
15769
- SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15770
- SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15771
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15756
+ SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15757
+ SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15758
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15772
15759
  type: i0.Injectable,
15773
15760
  args: [{
15774
15761
  providedIn: 'root'
@@ -15851,9 +15838,9 @@
15851
15838
  };
15852
15839
  return SoleInvoiceService;
15853
15840
  }(RestService));
15854
- SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15855
- SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
15856
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
15841
+ SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15842
+ SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
15843
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
15857
15844
  type: i0.Injectable,
15858
15845
  args: [{
15859
15846
  providedIn: 'root'
@@ -15871,9 +15858,9 @@
15871
15858
  }
15872
15859
  return SoleInvoiceTemplateService;
15873
15860
  }(RestService));
15874
- SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15875
- SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
15876
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
15861
+ SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15862
+ SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
15863
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
15877
15864
  type: i0.Injectable,
15878
15865
  args: [{
15879
15866
  providedIn: 'root'
@@ -15891,9 +15878,9 @@
15891
15878
  }
15892
15879
  return BasReportService;
15893
15880
  }(RestService));
15894
- BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15895
- BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
15896
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, decorators: [{
15881
+ BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15882
+ BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
15883
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, decorators: [{
15897
15884
  type: i0.Injectable,
15898
15885
  args: [{
15899
15886
  providedIn: 'root'
@@ -15914,9 +15901,9 @@
15914
15901
  }
15915
15902
  return ServicePriceService;
15916
15903
  }(RestService));
15917
- ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15918
- ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
15919
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
15904
+ ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15905
+ ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
15906
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
15920
15907
  type: i0.Injectable,
15921
15908
  args: [{
15922
15909
  providedIn: 'root'
@@ -16043,9 +16030,9 @@
16043
16030
  };
16044
16031
  return SubscriptionService;
16045
16032
  }());
16046
- SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16047
- SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16048
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16033
+ SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16034
+ SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16035
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16049
16036
  type: i0.Injectable,
16050
16037
  args: [{
16051
16038
  providedIn: 'root'
@@ -16086,9 +16073,9 @@
16086
16073
  };
16087
16074
  return TaxReviewHistoryService;
16088
16075
  }(RestService));
16089
- TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16090
- TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16091
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16076
+ TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16077
+ TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16078
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16092
16079
  type: i0.Injectable,
16093
16080
  args: [{
16094
16081
  providedIn: 'root'
@@ -16185,9 +16172,9 @@
16185
16172
  };
16186
16173
  return TaxReviewService;
16187
16174
  }(RestService));
16188
- TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16189
- TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16190
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16175
+ TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16176
+ TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16177
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16191
16178
  type: i0.Injectable,
16192
16179
  args: [{
16193
16180
  providedIn: 'root'
@@ -16248,9 +16235,9 @@
16248
16235
  };
16249
16236
  return TaxSummaryService;
16250
16237
  }());
16251
- TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16252
- TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16253
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16238
+ TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16239
+ TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16240
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16254
16241
  type: i0.Injectable,
16255
16242
  args: [{
16256
16243
  providedIn: 'root'
@@ -16355,9 +16342,9 @@
16355
16342
  };
16356
16343
  return TransactionAllocationService;
16357
16344
  }(RestService));
16358
- TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16359
- TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16360
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16345
+ TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16346
+ TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16347
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16361
16348
  type: i0.Injectable,
16362
16349
  args: [{
16363
16350
  providedIn: 'root'
@@ -16386,9 +16373,9 @@
16386
16373
  }
16387
16374
  return TransactionReceiptService;
16388
16375
  }(ReceiptService));
16389
- TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16390
- TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16391
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16376
+ TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16377
+ TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16378
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16392
16379
  type: i0.Injectable,
16393
16380
  args: [{
16394
16381
  providedIn: 'root'
@@ -16727,9 +16714,9 @@
16727
16714
  };
16728
16715
  return TransactionService;
16729
16716
  }(RestService));
16730
- TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16731
- TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16732
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, decorators: [{
16717
+ TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16718
+ TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16719
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, decorators: [{
16733
16720
  type: i0.Injectable,
16734
16721
  args: [{
16735
16722
  providedIn: 'root'
@@ -16761,9 +16748,9 @@
16761
16748
  }());
16762
16749
  TutorialVideoService.googleUrl = "https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name";
16763
16750
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16764
- TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16765
- TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16766
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16751
+ TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16752
+ TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16753
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16767
16754
  type: i0.Injectable,
16768
16755
  args: [{
16769
16756
  providedIn: 'root'
@@ -16788,9 +16775,9 @@
16788
16775
  }
16789
16776
  return VehicleService;
16790
16777
  }(RestService));
16791
- VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16792
- VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16793
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, decorators: [{
16778
+ VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16779
+ VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16780
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, decorators: [{
16794
16781
  type: i0.Injectable,
16795
16782
  args: [{
16796
16783
  providedIn: 'root'
@@ -16871,9 +16858,9 @@
16871
16858
  };
16872
16859
  return VehicleClaimService;
16873
16860
  }(RestService));
16874
- VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16875
- VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
16876
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
16861
+ VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16862
+ VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
16863
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
16877
16864
  type: i0.Injectable,
16878
16865
  args: [{
16879
16866
  providedIn: 'root'
@@ -16955,9 +16942,9 @@
16955
16942
  };
16956
16943
  return VehicleClaimDetailsService;
16957
16944
  }());
16958
- VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16959
- VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
16960
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
16945
+ VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16946
+ VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
16947
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
16961
16948
  type: i0.Injectable,
16962
16949
  args: [{
16963
16950
  providedIn: 'root'
@@ -16982,9 +16969,9 @@
16982
16969
  }
16983
16970
  return VehicleLogbookService;
16984
16971
  }(RestService));
16985
- VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16986
- VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
16987
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
16972
+ VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16973
+ VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
16974
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
16988
16975
  type: i0.Injectable,
16989
16976
  args: [{
16990
16977
  providedIn: 'root'
@@ -17019,9 +17006,9 @@
17019
17006
  };
17020
17007
  return OccupationService;
17021
17008
  }());
17022
- OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17023
- OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17024
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, decorators: [{
17009
+ OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17010
+ OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17011
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, decorators: [{
17025
17012
  type: i0.Injectable,
17026
17013
  args: [{
17027
17014
  providedIn: 'root'
@@ -17071,9 +17058,9 @@
17071
17058
  };
17072
17059
  return UserEventSettingService;
17073
17060
  }(RestService));
17074
- UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17075
- UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17076
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17061
+ UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17062
+ UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17063
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17077
17064
  type: i0.Injectable,
17078
17065
  args: [{
17079
17066
  providedIn: 'root'
@@ -17091,9 +17078,9 @@
17091
17078
  }
17092
17079
  return UserEventTypeService;
17093
17080
  }(RestService));
17094
- UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17095
- UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17096
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17081
+ UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17082
+ UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17083
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17097
17084
  type: i0.Injectable,
17098
17085
  args: [{
17099
17086
  providedIn: 'root'
@@ -17113,9 +17100,9 @@
17113
17100
  }
17114
17101
  return UsersInviteService;
17115
17102
  }(RestService));
17116
- UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17117
- UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17118
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17103
+ UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17104
+ UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17105
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17119
17106
  type: i0.Injectable,
17120
17107
  args: [{
17121
17108
  providedIn: 'root'
@@ -17313,9 +17300,9 @@
17313
17300
  };
17314
17301
  return AccountSetupService;
17315
17302
  }());
17316
- AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17317
- AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17318
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17303
+ AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17304
+ AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17305
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17319
17306
  type: i0.Injectable,
17320
17307
  args: [{
17321
17308
  providedIn: 'root'
@@ -17343,9 +17330,9 @@
17343
17330
  };
17344
17331
  return RewardfulService;
17345
17332
  }());
17346
- RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17347
- RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17348
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17333
+ RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17334
+ RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17335
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17349
17336
  type: i0.Injectable,
17350
17337
  args: [{
17351
17338
  providedIn: 'root'
@@ -17393,9 +17380,9 @@
17393
17380
  };
17394
17381
  return AssetsService;
17395
17382
  }());
17396
- AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17397
- AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17398
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, decorators: [{
17383
+ AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17384
+ AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17385
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, decorators: [{
17399
17386
  type: i0.Injectable,
17400
17387
  args: [{
17401
17388
  providedIn: 'root'
@@ -17465,9 +17452,9 @@
17465
17452
  };
17466
17453
  return BankTransactionCalculationService;
17467
17454
  }());
17468
- BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17469
- BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17470
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17455
+ BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17456
+ BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17457
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17471
17458
  type: i0.Injectable,
17472
17459
  args: [{
17473
17460
  providedIn: 'root'
@@ -17497,9 +17484,9 @@
17497
17484
  };
17498
17485
  return BankAccountCalculationService;
17499
17486
  }());
17500
- BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17501
- BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17502
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17487
+ BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17488
+ BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17489
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17503
17490
  type: i0.Injectable,
17504
17491
  args: [{
17505
17492
  providedIn: 'root'
@@ -17526,9 +17513,9 @@
17526
17513
  };
17527
17514
  return ExportFormatterService;
17528
17515
  }());
17529
- ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17530
- ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17531
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17516
+ ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17517
+ ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17518
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17532
17519
  type: i0.Injectable,
17533
17520
  args: [{
17534
17521
  providedIn: 'root'
@@ -17551,9 +17538,9 @@
17551
17538
  };
17552
17539
  return HeaderTitleService;
17553
17540
  }());
17554
- HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17555
- HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17556
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17541
+ HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17542
+ HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17543
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17557
17544
  type: i0.Injectable,
17558
17545
  args: [{
17559
17546
  providedIn: 'root'
@@ -17588,9 +17575,9 @@
17588
17575
  };
17589
17576
  return IntercomService;
17590
17577
  }());
17591
- IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17592
- IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17593
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, decorators: [{
17578
+ IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17579
+ IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17580
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, decorators: [{
17594
17581
  type: i0.Injectable,
17595
17582
  args: [{
17596
17583
  providedIn: 'root'
@@ -17657,9 +17644,9 @@
17657
17644
  };
17658
17645
  return PdfFromDomElementService;
17659
17646
  }());
17660
- PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17661
- PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17662
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17647
+ PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17648
+ PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17649
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17663
17650
  type: i0.Injectable,
17664
17651
  args: [{
17665
17652
  providedIn: 'root'
@@ -17742,9 +17729,9 @@
17742
17729
  };
17743
17730
  return PdfFromTableService;
17744
17731
  }());
17745
- PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17746
- PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17747
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17732
+ PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17733
+ PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17734
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17748
17735
  type: i0.Injectable,
17749
17736
  args: [{
17750
17737
  providedIn: 'root'
@@ -17780,9 +17767,9 @@
17780
17767
  };
17781
17768
  return PdfFromDataTableService;
17782
17769
  }(PdfFromTableService));
17783
- PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17784
- PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17785
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17770
+ PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17771
+ PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17772
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17786
17773
  type: i0.Injectable,
17787
17774
  args: [{
17788
17775
  providedIn: 'root'
@@ -17821,9 +17808,9 @@
17821
17808
  };
17822
17809
  return PdfFromHtmlTableService;
17823
17810
  }(PdfFromTableService));
17824
- PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17825
- PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
17826
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
17811
+ PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17812
+ PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
17813
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
17827
17814
  type: i0.Injectable,
17828
17815
  args: [{
17829
17816
  providedIn: 'root'
@@ -17857,9 +17844,9 @@
17857
17844
  };
17858
17845
  return EquityPositionChartService;
17859
17846
  }());
17860
- EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17861
- EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
17862
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
17847
+ EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17848
+ EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
17849
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
17863
17850
  type: i0.Injectable,
17864
17851
  args: [{
17865
17852
  providedIn: 'root'
@@ -18047,9 +18034,9 @@
18047
18034
  };
18048
18035
  return PropertyCalculationService;
18049
18036
  }());
18050
- PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18051
- PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18052
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18037
+ PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18038
+ PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18039
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18053
18040
  type: i0.Injectable,
18054
18041
  args: [{
18055
18042
  providedIn: 'root'
@@ -18106,9 +18093,9 @@
18106
18093
  };
18107
18094
  return PropertyTransactionReportService;
18108
18095
  }());
18109
- PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18110
- PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18111
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18096
+ PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18097
+ PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18098
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18112
18099
  type: i0.Injectable,
18113
18100
  args: [{
18114
18101
  providedIn: 'root'
@@ -18181,9 +18168,9 @@
18181
18168
  };
18182
18169
  return TransactionCalculationService;
18183
18170
  }());
18184
- TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18185
- TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18186
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18171
+ TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18172
+ TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18173
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18187
18174
  type: i0.Injectable,
18188
18175
  args: [{
18189
18176
  providedIn: 'root'
@@ -18247,9 +18234,9 @@
18247
18234
  };
18248
18235
  return LogbookBestPeriodService;
18249
18236
  }());
18250
- LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18251
- LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18252
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18237
+ LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18238
+ LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18239
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18253
18240
  type: i0.Injectable,
18254
18241
  args: [{
18255
18242
  providedIn: 'root'
@@ -18293,9 +18280,9 @@
18293
18280
  };
18294
18281
  return XlsxService;
18295
18282
  }());
18296
- XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18297
- XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18298
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, decorators: [{
18283
+ XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18284
+ XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18285
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, decorators: [{
18299
18286
  type: i0.Injectable,
18300
18287
  args: [{
18301
18288
  providedIn: 'root'
@@ -19420,9 +19407,6 @@
19420
19407
  */
19421
19408
  var BasReportForm = /** @class */ (function (_super) {
19422
19409
  __extends(BasReportForm, _super);
19423
- /**
19424
- * @TODO vik TransactionBaseCollection here and everywhere
19425
- */
19426
19410
  function BasReportForm(report, transactions, allocations, depreciations) {
19427
19411
  var _this = _super.call(this, {
19428
19412
  dateFrom: new forms.FormControl(report.dateFrom, forms.Validators.required),
@@ -19446,7 +19430,7 @@
19446
19430
  var filteredTransactions = transactions.filterByRange('date', dateFrom, dateTo);
19447
19431
  var filteredDepreciations = depreciations.filterByRange('date', dateFrom, dateTo);
19448
19432
  var incomeTransactions = filteredTransactions.getIncomeTransactions();
19449
- var expenseTransactions = new TransactionBaseCollection(__spreadArray(__spreadArray([], __read(filteredTransactions.getExpenseTransactions().toArray())), __read(filteredDepreciations.toArray())));
19433
+ var expenseTransactions = new TransactionCollection(filteredTransactions.getExpenseTransactions().toArray(), filteredDepreciations.toArray());
19450
19434
  // all sole income claimed as 100%
19451
19435
  _this.get('income').setValue(incomeTransactions.getAllocatedAmount(allocations));
19452
19436
  _this.get('incomeGST').setValue(incomeTransactions.calculateAllocatedGST(allocations));
@@ -21383,7 +21367,6 @@
21383
21367
  exports.TransactionAllocationCollection = TransactionAllocationCollection;
21384
21368
  exports.TransactionAllocationService = TransactionAllocationService;
21385
21369
  exports.TransactionBase = TransactionBase;
21386
- exports.TransactionBaseCollection = TransactionBaseCollection;
21387
21370
  exports.TransactionBaseForm = TransactionBaseForm;
21388
21371
  exports.TransactionCalculationService = TransactionCalculationService;
21389
21372
  exports.TransactionCollection = TransactionCollection;