taxtank-core 0.30.19 → 0.30.21

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 (787) hide show
  1. package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-category.enum.mjs +3 -1
  2. package/esm2020/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +3 -1
  3. package/esm2020/lib/db/Enums/holding/holding-type-category.enum.mjs +10 -0
  4. package/esm2020/lib/db/Enums/subscription/service-product-id.enum.mjs +2 -1
  5. package/esm2020/lib/db/Enums/tank-type.enum.mjs +2 -1
  6. package/esm2020/lib/db/Enums/user-roles.enum.mjs +2 -1
  7. package/esm2020/lib/db/Models/holding/holding-sale.mjs +3 -0
  8. package/esm2020/lib/db/Models/holding/holding-type.mjs +3 -0
  9. package/esm2020/lib/db/Models/holding/holding.mjs +3 -0
  10. package/esm2020/lib/db/Models/holding/index.mjs +4 -0
  11. package/esm2020/lib/db/Models/index.mjs +2 -1
  12. package/esm2020/lib/db/Models/transaction/transaction-base.mjs +14 -1
  13. package/esm2020/lib/forms/client/client-income-types.form.mjs +2 -2
  14. package/esm2020/lib/forms/report/my-tax/my-tax-income-statements.form.mjs +17 -1
  15. package/esm2020/lib/forms/transaction/allocation-rule.form.mjs +14 -2
  16. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  17. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  18. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  19. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  20. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  21. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  22. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  23. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  24. package/esm2020/lib/models/account-setup/account-setup-item.mjs +2 -2
  25. package/esm2020/lib/models/account-setup/account-setup-items.const.mjs +14 -4
  26. package/esm2020/lib/models/account-setup/account-setup-items.enum.mjs +2 -1
  27. package/esm2020/lib/models/chart-accounts/chart-accounts-categories.const.mjs +16 -2
  28. package/esm2020/lib/models/client/client-income-types.mjs +1 -9
  29. package/esm2020/lib/models/holding/holding-sale.mjs +10 -0
  30. package/esm2020/lib/models/holding/holding-type.mjs +10 -0
  31. package/esm2020/lib/models/holding/holding.mjs +27 -0
  32. package/esm2020/lib/models/holding/index.mjs +4 -0
  33. package/esm2020/lib/models/index.mjs +2 -1
  34. package/esm2020/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.mjs +10 -1
  35. package/esm2020/lib/models/service-subscription/service-product.mjs +4 -1
  36. package/esm2020/lib/models/transaction/allocation-rule.mjs +1 -13
  37. package/esm2020/lib/models/transaction/transaction.mjs +5 -2
  38. package/esm2020/lib/models/user/user-roles.const.mjs +3 -1
  39. package/esm2020/lib/services/account-setup/account-setup.service.mjs +21 -16
  40. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  41. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  42. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  43. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  44. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  45. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  46. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  47. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  48. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  49. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  50. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  51. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  52. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  53. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  54. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  55. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  56. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  57. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  58. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  59. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  60. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  61. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  62. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  63. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  64. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  65. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  66. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  67. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  68. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  69. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  70. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  71. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  72. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  73. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  74. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  75. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  76. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  77. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +27 -0
  78. package/esm2020/lib/services/http/holding/holding-type.service.mjs +27 -0
  79. package/esm2020/lib/services/http/holding/holding.service.mjs +27 -0
  80. package/esm2020/lib/services/http/holding/index.mjs +4 -0
  81. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  82. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  83. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  84. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  85. package/esm2020/lib/services/http/index.mjs +2 -1
  86. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  87. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  88. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  89. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  90. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  91. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  92. package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
  93. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  94. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  95. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  96. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  97. package/esm2020/lib/services/http/rest/rest.service.mjs +4 -4
  98. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  99. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  100. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  101. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  102. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  103. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  104. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  105. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  106. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  107. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  108. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  109. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  110. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  111. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  112. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  113. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  114. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  115. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  116. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  117. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  118. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  119. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  120. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  121. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  122. package/esm2020/lib/services/http/user/occupation/occupation.service.mjs +3 -3
  123. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  124. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  125. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  126. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  127. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  128. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  129. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  130. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  131. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  132. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  133. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  134. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  135. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  136. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  137. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  138. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  139. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  140. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  141. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  142. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  143. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  144. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  145. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  146. package/esm2020/lib/tt-core.module.mjs +4 -4
  147. package/fesm2015/taxtank-core.mjs +556 -374
  148. package/fesm2015/taxtank-core.mjs.map +1 -1
  149. package/fesm2020/taxtank-core.mjs +555 -374
  150. package/fesm2020/taxtank-core.mjs.map +1 -1
  151. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts +3 -1
  152. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts +3 -1
  153. package/lib/db/Enums/holding/holding-type-category.enum.d.ts +8 -0
  154. package/lib/db/Enums/subscription/service-product-id.enum.d.ts +2 -1
  155. package/lib/db/Enums/tank-type.enum.d.ts +2 -1
  156. package/lib/db/Enums/user-roles.enum.d.ts +1 -0
  157. package/lib/db/Models/holding/holding-sale.d.ts +12 -0
  158. package/lib/db/Models/holding/holding-type.d.ts +12 -0
  159. package/lib/db/Models/holding/holding.d.ts +16 -0
  160. package/lib/db/Models/holding/index.d.ts +3 -0
  161. package/lib/db/Models/index.d.ts +1 -0
  162. package/lib/db/Models/transaction/transaction-base.d.ts +1 -0
  163. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts +2 -2
  164. package/lib/forms/transaction/allocation-rule.form.d.ts +1 -0
  165. package/lib/models/account-setup/account-setup-item.d.ts +1 -1
  166. package/lib/models/account-setup/account-setup-items.enum.d.ts +2 -1
  167. package/lib/models/client/client-income-types.d.ts +0 -5
  168. package/lib/models/holding/holding-sale.d.ts +12 -0
  169. package/lib/models/holding/holding-type.d.ts +12 -0
  170. package/lib/models/holding/holding.d.ts +17 -0
  171. package/lib/models/holding/index.d.ts +3 -0
  172. package/lib/models/index.d.ts +1 -0
  173. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts +4 -0
  174. package/lib/models/service-subscription/service-product.d.ts +1 -0
  175. package/lib/models/transaction/allocation-rule.d.ts +0 -1
  176. package/lib/services/account-setup/account-setup.service.d.ts +3 -2
  177. package/lib/services/http/holding/holding-sale.service.d.ts +17 -0
  178. package/lib/services/http/holding/holding-type.service.d.ts +17 -0
  179. package/lib/services/http/holding/holding.service.d.ts +17 -0
  180. package/lib/services/http/holding/index.d.ts +3 -0
  181. package/lib/services/http/index.d.ts +1 -0
  182. package/lib/services/http/rest/rest.service.d.ts +1 -1
  183. package/package.json +1 -1
  184. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  185. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  186. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  187. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  188. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  189. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  190. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  191. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  192. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  193. package/lib/collections/client.collection.d.ts.map +0 -1
  194. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  195. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  196. package/lib/collections/employee.collection.d.ts.map +0 -1
  197. package/lib/collections/exportable.collection.d.ts.map +0 -1
  198. package/lib/collections/income-source.collection.d.ts.map +0 -1
  199. package/lib/collections/index.d.ts.map +0 -1
  200. package/lib/collections/loan/index.d.ts.map +0 -1
  201. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  202. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  203. package/lib/collections/property/index.d.ts.map +0 -1
  204. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  205. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  206. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
  207. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  208. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  209. package/lib/collections/property/property.collection.d.ts.map +0 -1
  210. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  211. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  212. package/lib/collections/report/index.d.ts.map +0 -1
  213. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  214. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  215. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  216. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  217. package/lib/collections/sole/index.d.ts.map +0 -1
  218. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  219. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  220. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  221. package/lib/collections/subscription/index.d.ts.map +0 -1
  222. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  223. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  224. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  225. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  226. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  227. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  228. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  229. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  230. package/lib/collections/transaction/index.d.ts.map +0 -1
  231. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  232. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  233. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  234. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  235. package/lib/collections/vehicle/index.d.ts.map +0 -1
  236. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  237. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  238. package/lib/db/Enums/bank-popular.enum.d.ts.map +0 -1
  239. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  240. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +0 -1
  241. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +0 -1
  242. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +0 -1
  243. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  244. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  245. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  246. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  247. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  248. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  249. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  250. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  251. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  252. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  253. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  254. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  255. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  256. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  257. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  258. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  259. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  260. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  261. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  262. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  263. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  264. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  265. package/lib/db/Models/observable-model.d.ts.map +0 -1
  266. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  267. package/lib/db/Models/property/property.d.ts.map +0 -1
  268. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  269. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  270. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  271. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  272. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  273. package/lib/db/Models/user/user.d.ts.map +0 -1
  274. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  275. package/lib/forms/abstract.form.d.ts.map +0 -1
  276. package/lib/forms/address/address.form.d.ts.map +0 -1
  277. package/lib/forms/address/index.d.ts.map +0 -1
  278. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  279. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  280. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  281. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  282. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  283. package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
  284. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  285. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  286. package/lib/forms/depreciation/index.d.ts.map +0 -1
  287. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  288. package/lib/forms/index.d.ts.map +0 -1
  289. package/lib/forms/loan/index.d.ts.map +0 -1
  290. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  291. package/lib/forms/login/login.form.d.ts.map +0 -1
  292. package/lib/forms/phone/index.d.ts.map +0 -1
  293. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  294. package/lib/forms/property/index.d.ts.map +0 -1
  295. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  296. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  297. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  298. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  299. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  300. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  301. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  302. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +0 -1
  303. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +0 -1
  304. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  305. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +0 -1
  306. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  307. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  308. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  309. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  310. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  311. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  312. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  313. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  314. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  315. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  316. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  317. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  318. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  319. package/lib/forms/sole/index.d.ts.map +0 -1
  320. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  321. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  322. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  323. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  324. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  325. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  326. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  327. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  328. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  329. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  330. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  331. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  332. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  333. package/lib/forms/transaction/index.d.ts.map +0 -1
  334. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  335. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  336. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  337. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  338. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  339. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  340. package/lib/forms/user/index.d.ts.map +0 -1
  341. package/lib/forms/user/password.form.d.ts.map +0 -1
  342. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  343. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  344. package/lib/forms/vehicle/index.d.ts.map +0 -1
  345. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  346. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  347. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  348. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  349. package/lib/functions/clone-deep.d.ts.map +0 -1
  350. package/lib/functions/create-date.d.ts.map +0 -1
  351. package/lib/functions/enum-to-list.d.ts.map +0 -1
  352. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  353. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  354. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  355. package/lib/functions/round-to.d.ts.map +0 -1
  356. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  357. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  358. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  359. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  360. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  361. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  362. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  363. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  364. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  365. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  366. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  367. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  368. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  369. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  370. package/lib/interfaces/index.d.ts.map +0 -1
  371. package/lib/interfaces/option.interface.d.ts.map +0 -1
  372. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  373. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  374. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  375. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  376. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  377. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  378. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  379. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  380. package/lib/models/badge/badge.d.ts.map +0 -1
  381. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  382. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  383. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  384. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  385. package/lib/models/bank/bank-account.d.ts.map +0 -1
  386. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  387. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  388. package/lib/models/bank/bank-login-data.d.ts.map +0 -1
  389. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  390. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  391. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  392. package/lib/models/bank/bank.d.ts.map +0 -1
  393. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  394. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  395. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  396. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  397. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  398. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  399. package/lib/models/bank/index.d.ts.map +0 -1
  400. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  401. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  402. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  403. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  404. package/lib/models/chart/chart-data.d.ts.map +0 -1
  405. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  406. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  407. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  408. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  409. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  410. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  411. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  412. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  413. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  414. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  415. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  416. package/lib/models/chat/chat.d.ts.map +0 -1
  417. package/lib/models/chat/index.d.ts.map +0 -1
  418. package/lib/models/chat/message-document.d.ts.map +0 -1
  419. package/lib/models/chat/message.d.ts.map +0 -1
  420. package/lib/models/client/client-income-types.d.ts.map +0 -1
  421. package/lib/models/client/client-invite.d.ts.map +0 -1
  422. package/lib/models/client/client-movement.d.ts.map +0 -1
  423. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  424. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  425. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  426. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  427. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  428. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  429. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  430. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  431. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  432. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  433. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  434. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  435. package/lib/models/depreciation/index.d.ts.map +0 -1
  436. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  437. package/lib/models/dictionary/index.d.ts.map +0 -1
  438. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  439. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  440. package/lib/models/document/document-folder.d.ts.map +0 -1
  441. package/lib/models/document/document.d.ts.map +0 -1
  442. package/lib/models/document/index.d.ts.map +0 -1
  443. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  444. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  445. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  446. package/lib/models/event/index.d.ts.map +0 -1
  447. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  448. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  449. package/lib/models/export/export-row.d.ts.map +0 -1
  450. package/lib/models/file/file.d.ts.map +0 -1
  451. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  452. package/lib/models/file/index.d.ts.map +0 -1
  453. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  454. package/lib/models/financial-year/index.d.ts.map +0 -1
  455. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  456. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  457. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  458. package/lib/models/income-position/income-position.d.ts.map +0 -1
  459. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  460. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  461. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  462. package/lib/models/income-source/income-source.d.ts.map +0 -1
  463. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  464. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  465. package/lib/models/index.d.ts.map +0 -1
  466. package/lib/models/loan/index.d.ts.map +0 -1
  467. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  468. package/lib/models/loan/loan.d.ts.map +0 -1
  469. package/lib/models/notification/index.d.ts.map +0 -1
  470. package/lib/models/notification/notification.d.ts.map +0 -1
  471. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  472. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  473. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  474. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  475. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  476. package/lib/models/property/index.d.ts.map +0 -1
  477. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  478. package/lib/models/property/property-category.d.ts.map +0 -1
  479. package/lib/models/property/property-document.d.ts.map +0 -1
  480. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  481. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  482. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  483. package/lib/models/property/property-forecast.d.ts.map +0 -1
  484. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  485. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  486. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  487. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  488. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  489. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  490. package/lib/models/property/property-share.d.ts.map +0 -1
  491. package/lib/models/property/property-subscription.d.ts.map +0 -1
  492. package/lib/models/property/property-valuation.d.ts.map +0 -1
  493. package/lib/models/property/property.d.ts.map +0 -1
  494. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  495. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  496. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  497. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  498. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  499. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  500. package/lib/models/report/index.d.ts.map +0 -1
  501. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  502. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  503. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  504. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  505. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  506. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +0 -1
  507. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +0 -1
  508. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +0 -1
  509. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  510. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  511. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  512. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  513. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  514. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  515. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  516. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  517. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  518. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  519. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  520. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  521. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  522. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  523. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  524. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  525. package/lib/models/report/property/index.d.ts.map +0 -1
  526. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  527. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  528. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  529. package/lib/models/report/sole/index.d.ts.map +0 -1
  530. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  531. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  532. package/lib/models/service-subscription/index.d.ts.map +0 -1
  533. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  534. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  535. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  536. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  537. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  538. package/lib/models/service-subscription/stripe-promo-code.d.ts.map +0 -1
  539. package/lib/models/sole/bas-report.d.ts.map +0 -1
  540. package/lib/models/sole/index.d.ts.map +0 -1
  541. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  542. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  543. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  544. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  545. package/lib/models/sole/sole-business.d.ts.map +0 -1
  546. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  547. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  548. package/lib/models/sole/sole-details.d.ts.map +0 -1
  549. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  550. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  551. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  552. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  553. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  554. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  555. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  556. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  557. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  558. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  559. package/lib/models/toast/toast.d.ts.map +0 -1
  560. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  561. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  562. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  563. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  564. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  565. package/lib/models/transaction/index.d.ts.map +0 -1
  566. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  567. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  568. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  569. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  570. package/lib/models/transaction/transaction.d.ts.map +0 -1
  571. package/lib/models/user/index.d.ts.map +0 -1
  572. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  573. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  574. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  575. package/lib/models/user/my-account-history.d.ts.map +0 -1
  576. package/lib/models/user/occupation.d.ts.map +0 -1
  577. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  578. package/lib/models/user/user-to-register.d.ts.map +0 -1
  579. package/lib/models/user/user.d.ts.map +0 -1
  580. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  581. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  582. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  583. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  584. package/lib/models/vehicle/index.d.ts.map +0 -1
  585. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  586. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  587. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  588. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  589. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  590. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  591. package/lib/services/account-setup/index.d.ts.map +0 -1
  592. package/lib/services/affiliate/index.d.ts.map +0 -1
  593. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  594. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  595. package/lib/services/asset/assets.service.d.ts.map +0 -1
  596. package/lib/services/asset/index.d.ts.map +0 -1
  597. package/lib/services/auth/auth.service.d.ts.map +0 -1
  598. package/lib/services/auth/index.d.ts.map +0 -1
  599. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  600. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  601. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  602. package/lib/services/bank/index.d.ts.map +0 -1
  603. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  604. package/lib/services/export/index.d.ts.map +0 -1
  605. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  606. package/lib/services/header-title/index.d.ts.map +0 -1
  607. package/lib/services/http/address/address.service.d.ts.map +0 -1
  608. package/lib/services/http/address/index.d.ts.map +0 -1
  609. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  610. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  611. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  612. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  613. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  614. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  615. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  616. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  617. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  618. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  619. package/lib/services/http/bank/index.d.ts.map +0 -1
  620. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  621. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  622. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  623. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  624. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  625. package/lib/services/http/chat/index.d.ts.map +0 -1
  626. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  627. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  628. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  629. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  630. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  631. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  632. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  633. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  634. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  635. package/lib/services/http/document/document.service.d.ts.map +0 -1
  636. package/lib/services/http/document/index.d.ts.map +0 -1
  637. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  638. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  639. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  640. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  641. package/lib/services/http/facebook/index.d.ts.map +0 -1
  642. package/lib/services/http/file/file.service.d.ts.map +0 -1
  643. package/lib/services/http/file/index.d.ts.map +0 -1
  644. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  645. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  646. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  647. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  648. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  649. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  650. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  651. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  652. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  653. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  654. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  655. package/lib/services/http/firm/index.d.ts.map +0 -1
  656. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  657. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  658. package/lib/services/http/google/google.service.d.ts.map +0 -1
  659. package/lib/services/http/google/index.d.ts.map +0 -1
  660. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  661. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  662. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  663. package/lib/services/http/income-source/index.d.ts.map +0 -1
  664. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  665. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  666. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  667. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  668. package/lib/services/http/index.d.ts.map +0 -1
  669. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  670. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  671. package/lib/services/http/loan/index.d.ts.map +0 -1
  672. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  673. package/lib/services/http/property/index.d.ts.map +0 -1
  674. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  675. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  676. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  677. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  678. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  679. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  680. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  681. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  682. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  683. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  684. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  685. package/lib/services/http/property/property.service.d.ts.map +0 -1
  686. package/lib/services/http/receipt/index.d.ts.map +0 -1
  687. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  688. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  689. package/lib/services/http/rest/index.d.ts.map +0 -1
  690. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  691. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  692. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  693. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  694. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  695. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  696. package/lib/services/http/sole/index.d.ts.map +0 -1
  697. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  698. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  699. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  700. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  701. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  702. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  703. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  704. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  705. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  706. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  707. package/lib/services/http/subscription/index.d.ts.map +0 -1
  708. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  709. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  710. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  711. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  712. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  713. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  714. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  715. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  716. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  717. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  718. package/lib/services/http/transaction/index.d.ts.map +0 -1
  719. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  720. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  721. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  722. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  723. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  724. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  725. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  726. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  727. package/lib/services/http/user/index.d.ts.map +0 -1
  728. package/lib/services/http/user/occupation/occupation.service.d.ts.map +0 -1
  729. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  730. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  731. package/lib/services/http/user/user.service.d.ts.map +0 -1
  732. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  733. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  734. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  735. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  736. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  737. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  738. package/lib/services/index.d.ts.map +0 -1
  739. package/lib/services/intercom/index.d.ts.map +0 -1
  740. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  741. package/lib/services/pdf/index.d.ts.map +0 -1
  742. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  743. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  744. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  745. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  746. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  747. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  748. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  749. package/lib/services/preloader/index.d.ts.map +0 -1
  750. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  751. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  752. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  753. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  754. package/lib/services/property/index.d.ts.map +0 -1
  755. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  756. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  757. package/lib/services/report/index.d.ts.map +0 -1
  758. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  759. package/lib/services/toast/index.d.ts.map +0 -1
  760. package/lib/services/toast/toast.service.d.ts.map +0 -1
  761. package/lib/services/transaction/index.d.ts.map +0 -1
  762. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  763. package/lib/services/user/index.d.ts.map +0 -1
  764. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  765. package/lib/services/vehicle/index.d.ts.map +0 -1
  766. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  767. package/lib/services/xlsx/index.d.ts.map +0 -1
  768. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  769. package/lib/tt-core.module.d.ts.map +0 -1
  770. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  771. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  772. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  773. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  774. package/lib/validators/conditional.validator.d.ts.map +0 -1
  775. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  776. package/lib/validators/date-range.validator.d.ts.map +0 -1
  777. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  778. package/lib/validators/file.validator.d.ts.map +0 -1
  779. package/lib/validators/index.d.ts.map +0 -1
  780. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  781. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  782. package/lib/validators/password-match.validator.d.ts.map +0 -1
  783. package/lib/validators/password.validator.d.ts.map +0 -1
  784. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  785. package/lib/validators/required-length.validator.d.ts.map +0 -1
  786. package/public-api.d.ts.map +0 -1
  787. package/taxtank-core.d.ts.map +0 -1
@@ -6,7 +6,7 @@ import * as i1 from '@angular/common/http';
6
6
  import { HttpParams, HttpErrorResponse, HTTP_INTERCEPTORS } from '@angular/common/http';
7
7
  import { map, mergeMap, filter, catchError, take, switchMap, finalize, first as first$1, skip, debounceTime, distinctUntilChanged } from 'rxjs/operators';
8
8
  import { ReplaySubject, Subject, BehaviorSubject, throwError, Observable, of, combineLatest, forkJoin, from, merge as merge$1 } from 'rxjs';
9
- import { plainToClass, Type, Exclude, Transform, Expose, classToPlain } from 'class-transformer';
9
+ import { plainToClass, Type, Transform, Exclude, Expose, classToPlain } from 'class-transformer';
10
10
  import { JwtHelperService } from '@auth0/angular-jwt';
11
11
  import { __decorate, __awaiter } from 'tslib';
12
12
  import get from 'lodash/get';
@@ -73,9 +73,9 @@ class CorelogicService {
73
73
  }));
74
74
  }
75
75
  }
76
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -117,9 +117,9 @@ class CorelogicInterceptor {
117
117
  });
118
118
  }
119
119
  }
120
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
121
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
120
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
121
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
123
123
  type: Injectable
124
124
  }], ctorParameters: function () {
125
125
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -158,9 +158,9 @@ class FinancialYearInterceptor {
158
158
  return next.handle(clonedReq);
159
159
  }
160
160
  }
161
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
162
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
161
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
162
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
164
164
  type: Injectable
165
165
  }], ctorParameters: function () {
166
166
  return [{ type: undefined, decorators: [{
@@ -366,6 +366,7 @@ var TankTypeEnum;
366
366
  TankTypeEnum[TankTypeEnum["WORK"] = 2] = "WORK";
367
367
  TankTypeEnum[TankTypeEnum["OTHER"] = 3] = "OTHER";
368
368
  TankTypeEnum[TankTypeEnum["SOLE"] = 4] = "SOLE";
369
+ TankTypeEnum[TankTypeEnum["HOLDING"] = 5] = "HOLDING";
369
370
  })(TankTypeEnum || (TankTypeEnum = {}));
370
371
 
371
372
  class TransactionBase extends ObservableModel {
@@ -380,6 +381,8 @@ class TransactionBase extends ObservableModel {
380
381
  return TankTypeEnum.WORK;
381
382
  case this.isSoleTank():
382
383
  return TankTypeEnum.SOLE;
384
+ case this.isHoldingTank():
385
+ return TankTypeEnum.HOLDING;
383
386
  default:
384
387
  return TankTypeEnum.OTHER;
385
388
  }
@@ -420,6 +423,15 @@ class TransactionBase extends ObservableModel {
420
423
  }
421
424
  return !!this.business;
422
425
  }
426
+ isHoldingTank() {
427
+ var _a;
428
+ // chart accounts may be empty for new instances
429
+ if (this.chartAccounts) {
430
+ return CHART_ACCOUNTS_CATEGORIES.holding.includes((_a = this.chartAccounts) === null || _a === void 0 ? void 0 : _a.category);
431
+ }
432
+ // @TODO Alex we need another way to distinguish work/holding
433
+ return !this.isPropertyTank() && !this.isSoleTank();
434
+ }
423
435
  get amountWithGst() {
424
436
  return this.isGST ? +(Math.round(this.amount * ChartAccounts.GSTCoefficient)).toFixed(2) : this.amount;
425
437
  }
@@ -439,6 +451,9 @@ class TransactionBase extends ObservableModel {
439
451
  return this.grossAmount * this.claimRatio;
440
452
  }
441
453
  }
454
+ __decorate([
455
+ Transform(({ value }) => +value)
456
+ ], TransactionBase.prototype, "amount", void 0);
442
457
  __decorate([
443
458
  Exclude({ toPlainOnly: true }),
444
459
  Type(() => Object),
@@ -696,6 +711,15 @@ class ServiceNotification extends AbstractModel {
696
711
  class TaxCalculation extends AbstractModel {
697
712
  }
698
713
 
714
+ let Holding$1 = class Holding {
715
+ };
716
+
717
+ let HoldingType$1 = class HoldingType {
718
+ };
719
+
720
+ let HoldingSale$1 = class HoldingSale {
721
+ };
722
+
699
723
  /**
700
724
  * access token, needed to access basiq connect ui (https://github.com/basiqio/basiq-connect-ui)
701
725
  */
@@ -1358,6 +1382,7 @@ var UserRolesEnum;
1358
1382
  UserRolesEnum["WORK_TANK"] = "ROLE_USER_WORK";
1359
1383
  UserRolesEnum["PROPERTY_TANK"] = "ROLE_USER_PROPERTY";
1360
1384
  UserRolesEnum["SOLE_TANK"] = "ROLE_USER_SOLE";
1385
+ UserRolesEnum["HOLDING_TANK"] = "ROLE_USER_HOLDING";
1361
1386
  UserRolesEnum["SWITCH_USER"] = "ROLE_PREVIOUS_ADMIN";
1362
1387
  })(UserRolesEnum || (UserRolesEnum = {}));
1363
1388
 
@@ -1434,6 +1459,7 @@ var ServiceProductIdEnum;
1434
1459
  ServiceProductIdEnum[ServiceProductIdEnum["WORK_TANK"] = 4] = "WORK_TANK";
1435
1460
  ServiceProductIdEnum[ServiceProductIdEnum["PROPERTIES"] = 5] = "PROPERTIES";
1436
1461
  ServiceProductIdEnum[ServiceProductIdEnum["SOLE_TANK"] = 6] = "SOLE_TANK";
1462
+ ServiceProductIdEnum[ServiceProductIdEnum["HOLDINGS_TANK"] = 7] = "HOLDINGS_TANK";
1437
1463
  })(ServiceProductIdEnum || (ServiceProductIdEnum = {}));
1438
1464
 
1439
1465
  class ServiceProduct extends ServiceProduct$1 {
@@ -1446,6 +1472,9 @@ class ServiceProduct extends ServiceProduct$1 {
1446
1472
  isSoleTank() {
1447
1473
  return this.id === ServiceProductIdEnum.SOLE_TANK;
1448
1474
  }
1475
+ isHoldingsTank() {
1476
+ return this.id === ServiceProductIdEnum.HOLDINGS_TANK;
1477
+ }
1449
1478
  isArchived() {
1450
1479
  return this.status === ServiceProductStatusEnum.ARCHIVED;
1451
1480
  }
@@ -1870,6 +1899,8 @@ var ChartAccountsCategoryEnum;
1870
1899
  ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_INCOME"] = 12] = "SOLE_INCOME";
1871
1900
  ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_EXPENSE"] = 13] = "SOLE_EXPENSE";
1872
1901
  ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["SOLE_DEPRECIATION"] = 14] = "SOLE_DEPRECIATION";
1902
+ ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["HOLDING_EXPENSE"] = 15] = "HOLDING_EXPENSE";
1903
+ ChartAccountsCategoryEnum[ChartAccountsCategoryEnum["HOLDING_INCOME"] = 16] = "HOLDING_INCOME";
1873
1904
  })(ChartAccountsCategoryEnum || (ChartAccountsCategoryEnum = {}));
1874
1905
 
1875
1906
  var ChartAccountsEtpEnum;
@@ -2047,6 +2078,8 @@ var ChartAccountsListEnum;
2047
2078
  ChartAccountsListEnum[ChartAccountsListEnum["PSI_OTHER"] = 858] = "PSI_OTHER";
2048
2079
  ChartAccountsListEnum[ChartAccountsListEnum["PSI_DEDUCTION_ASSOCIATES"] = 859] = "PSI_DEDUCTION_ASSOCIATES";
2049
2080
  ChartAccountsListEnum[ChartAccountsListEnum["PSI_DEDUCTION_OTHER"] = 860] = "PSI_DEDUCTION_OTHER";
2081
+ ChartAccountsListEnum[ChartAccountsListEnum["AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS"] = 871] = "AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS";
2082
+ ChartAccountsListEnum[ChartAccountsListEnum["FHSS"] = 872] = "FHSS";
2050
2083
  })(ChartAccountsListEnum || (ChartAccountsListEnum = {}));
2051
2084
 
2052
2085
  var ChartAccountsMetaFieldListEnum;
@@ -2176,6 +2209,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
2176
2209
  ChartAccountsCategoryEnum.OTHER_INCOME,
2177
2210
  ChartAccountsCategoryEnum.PERSONAL_INCOME,
2178
2211
  ChartAccountsCategoryEnum.SOLE_INCOME,
2212
+ ChartAccountsCategoryEnum.HOLDING_INCOME,
2179
2213
  ],
2180
2214
  expense: [
2181
2215
  ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
@@ -2186,7 +2220,8 @@ const CHART_ACCOUNTS_CATEGORIES = {
2186
2220
  ChartAccountsCategoryEnum.OTHER_EXPENSE,
2187
2221
  ChartAccountsCategoryEnum.PERSONAL_EXPENSE,
2188
2222
  ChartAccountsCategoryEnum.SOLE_EXPENSE,
2189
- ChartAccountsCategoryEnum.SOLE_DEPRECIATION
2223
+ ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
2224
+ ChartAccountsCategoryEnum.HOLDING_EXPENSE,
2190
2225
  ],
2191
2226
  property: [
2192
2227
  ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
@@ -2206,6 +2241,10 @@ const CHART_ACCOUNTS_CATEGORIES = {
2206
2241
  ChartAccountsCategoryEnum.SOLE_EXPENSE,
2207
2242
  ChartAccountsCategoryEnum.SOLE_DEPRECIATION
2208
2243
  ],
2244
+ holding: [
2245
+ ChartAccountsCategoryEnum.HOLDING_EXPENSE,
2246
+ ChartAccountsCategoryEnum.HOLDING_INCOME
2247
+ ],
2209
2248
  personal: [
2210
2249
  ChartAccountsCategoryEnum.PERSONAL_EXPENSE,
2211
2250
  ChartAccountsCategoryEnum.PERSONAL_INCOME
@@ -2233,6 +2272,12 @@ const CHART_ACCOUNTS_CATEGORIES = {
2233
2272
  soleDepreciation: [
2234
2273
  ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
2235
2274
  ],
2275
+ holdingExpense: [
2276
+ ChartAccountsCategoryEnum.HOLDING_EXPENSE,
2277
+ ],
2278
+ holdingIncome: [
2279
+ ChartAccountsCategoryEnum.HOLDING_INCOME,
2280
+ ],
2236
2281
  workTankHeader: [
2237
2282
  ChartAccountsCategoryEnum.WORK_INCOME,
2238
2283
  ChartAccountsCategoryEnum.OTHER_INCOME,
@@ -2256,6 +2301,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
2256
2301
  ChartAccountsCategoryEnum.PROPERTY_INCOME,
2257
2302
  ChartAccountsCategoryEnum.WORK_INCOME,
2258
2303
  ChartAccountsCategoryEnum.OTHER_INCOME,
2304
+ ChartAccountsCategoryEnum.HOLDING_INCOME,
2259
2305
  ChartAccountsCategoryEnum.PERSONAL_INCOME,
2260
2306
  ChartAccountsCategoryEnum.PROPERTY_EXPENSE,
2261
2307
  ChartAccountsCategoryEnum.PROPERTY_DEPRECIATION,
@@ -2263,6 +2309,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
2263
2309
  ChartAccountsCategoryEnum.WORK_DEPRECIATION,
2264
2310
  ChartAccountsCategoryEnum.WORK_EXPENSE,
2265
2311
  ChartAccountsCategoryEnum.OTHER_EXPENSE,
2312
+ ChartAccountsCategoryEnum.HOLDING_EXPENSE,
2266
2313
  ChartAccountsCategoryEnum.PERSONAL_EXPENSE
2267
2314
  ]
2268
2315
  };
@@ -3395,18 +3442,6 @@ class AllocationRule extends AllocationRule$1 {
3395
3442
  return 'transfer';
3396
3443
  }
3397
3444
  }
3398
- get tankTypeLabel() {
3399
- switch (this.transaction.tankType) {
3400
- case TankTypeEnum.WORK:
3401
- return 'work';
3402
- case TankTypeEnum.PROPERTY:
3403
- return 'property';
3404
- case TankTypeEnum.SOLE:
3405
- return 'sole';
3406
- default:
3407
- return 'personal';
3408
- }
3409
- }
3410
3445
  isIncome() {
3411
3446
  return this.type === AllocationRuleTypeEnum.INCOME;
3412
3447
  }
@@ -4360,11 +4395,13 @@ const USER_ROLES = {
4360
4395
  ROLE_EMPLOYEE: [UserRolesEnum.ACCOUNTANT, UserRolesEnum.ADVISOR],
4361
4396
  ROLE_ACCOUNTANT: [UserRolesEnum.ACCOUNTANT],
4362
4397
  ROLE_ADVISOR: [UserRolesEnum.ADVISOR],
4398
+ // @TODO makes no sense, these roles can't be hierarchical
4363
4399
  ROLE_CLIENT: [UserRolesEnum.CLIENT],
4364
4400
  ROLE_USER_SUBSCRIPTION: [UserRolesEnum.SUBSCRIPTION],
4365
4401
  ROLE_USER_WORK: [UserRolesEnum.WORK_TANK],
4366
4402
  ROLE_USER_PROPERTY: [UserRolesEnum.PROPERTY_TANK],
4367
4403
  ROLE_USER_SOLE: [UserRolesEnum.SOLE_TANK],
4404
+ ROLE_USER_HOLDING: [UserRolesEnum.HOLDING_TANK],
4368
4405
  };
4369
4406
 
4370
4407
  /**
@@ -5067,6 +5104,9 @@ __decorate([
5067
5104
  __decorate([
5068
5105
  Type(() => SoleInvoiceItem)
5069
5106
  ], Transaction.prototype, "soleInvoiceItem", void 0);
5107
+ __decorate([
5108
+ Transform(({ value }) => +value)
5109
+ ], Transaction.prototype, "tax", void 0);
5070
5110
 
5071
5111
  var TransactionCategoryEnum;
5072
5112
  (function (TransactionCategoryEnum) {
@@ -8240,6 +8280,37 @@ __decorate([
8240
8280
  Type(() => Document)
8241
8281
  ], DocumentFolder.prototype, "documents", void 0);
8242
8282
 
8283
+ class HoldingType extends AbstractModel {
8284
+ }
8285
+ __decorate([
8286
+ Type(() => User)
8287
+ ], HoldingType.prototype, "user", void 0);
8288
+
8289
+ class HoldingSale extends AbstractModel {
8290
+ }
8291
+ __decorate([
8292
+ Type(() => AppFile)
8293
+ ], HoldingSale.prototype, "file", void 0);
8294
+
8295
+ class Holding extends AbstractModel {
8296
+ }
8297
+ __decorate([
8298
+ Type(() => Date)
8299
+ ], Holding.prototype, "date", void 0);
8300
+ __decorate([
8301
+ Type(() => User)
8302
+ ], Holding.prototype, "user", void 0);
8303
+ __decorate([
8304
+ Type(() => HoldingType)
8305
+ ], Holding.prototype, "type", void 0);
8306
+ __decorate([
8307
+ Type(() => AppFile)
8308
+ ], Holding.prototype, "file", void 0);
8309
+ __decorate([
8310
+ Type(() => HoldingSale),
8311
+ Transform(({ value }) => new Collection(value))
8312
+ ], Holding.prototype, "sales", void 0);
8313
+
8243
8314
  const NAME_TOKEN = 'token';
8244
8315
  const NAME_REFRESH_TOKEN = 'refreshToken';
8245
8316
  class JwtService extends JwtHelperService {
@@ -8268,9 +8339,9 @@ class JwtService extends JwtHelperService {
8268
8339
  return this.getUser().id === userId;
8269
8340
  }
8270
8341
  }
8271
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8272
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8342
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8343
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
8344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
8274
8345
  type: Injectable,
8275
8346
  args: [{
8276
8347
  providedIn: 'root'
@@ -8305,9 +8376,9 @@ class EventDispatcherService {
8305
8376
  this.eventSubject2.next(event);
8306
8377
  }
8307
8378
  }
8308
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8309
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
8379
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8380
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
8311
8382
  type: Injectable,
8312
8383
  args: [{
8313
8384
  providedIn: 'root'
@@ -8356,9 +8427,9 @@ class AuthService {
8356
8427
  location.replace(url);
8357
8428
  }
8358
8429
  }
8359
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8360
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
8361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
8430
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8431
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
8432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
8362
8433
  type: Injectable,
8363
8434
  args: [{
8364
8435
  providedIn: 'root'
@@ -8496,9 +8567,9 @@ class JwtInterceptor {
8496
8567
  });
8497
8568
  }
8498
8569
  }
8499
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8500
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
8501
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
8570
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8571
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
8572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
8502
8573
  type: Injectable
8503
8574
  }], ctorParameters: function () {
8504
8575
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -8533,9 +8604,9 @@ class UserSwitcherService {
8533
8604
  window.location.replace('/firm/dashboard');
8534
8605
  }
8535
8606
  }
8536
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8537
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
8538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
8607
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8608
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
8609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
8539
8610
  type: Injectable,
8540
8611
  args: [{
8541
8612
  providedIn: 'root'
@@ -8581,9 +8652,9 @@ class UserSwitcherInterceptor {
8581
8652
  return next.handle(this.switch(request, this.userSwitcherService.get()));
8582
8653
  }
8583
8654
  }
8584
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8585
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
8586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
8655
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8656
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
8657
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
8587
8658
  type: Injectable
8588
8659
  }], ctorParameters: function () {
8589
8660
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -8838,9 +8909,9 @@ class PreloaderService {
8838
8909
  this.activePreloaders.next(activePreloaders);
8839
8910
  }
8840
8911
  }
8841
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8842
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
8843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
8912
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8913
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
8914
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
8844
8915
  type: Injectable,
8845
8916
  args: [{
8846
8917
  providedIn: 'root'
@@ -8868,9 +8939,9 @@ class PreloaderInterceptor {
8868
8939
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
8869
8940
  }
8870
8941
  }
8871
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
8872
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
8873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
8942
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
8943
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
8944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
8874
8945
  type: Injectable
8875
8946
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
8876
8947
 
@@ -8906,9 +8977,9 @@ class SseService {
8906
8977
  }));
8907
8978
  }
8908
8979
  }
8909
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8910
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
8911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
8980
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8981
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
8982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
8912
8983
  type: Injectable,
8913
8984
  args: [{
8914
8985
  providedIn: 'root'
@@ -9138,9 +9209,9 @@ let RestService$1 = class RestService {
9138
9209
  */
9139
9210
  listenEvents() { }
9140
9211
  };
9141
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9142
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9212
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9213
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9144
9215
  type: Injectable,
9145
9216
  args: [{
9146
9217
  providedIn: 'root'
@@ -9260,9 +9331,9 @@ class ToastService {
9260
9331
  }));
9261
9332
  }
9262
9333
  }
9263
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9264
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
9334
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9335
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
9336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
9266
9337
  type: Injectable,
9267
9338
  args: [{
9268
9339
  providedIn: 'root'
@@ -9352,9 +9423,9 @@ BankConnectionService.userEventTypes = [
9352
9423
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9353
9424
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9354
9425
  ];
9355
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9356
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
9426
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9427
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
9358
9429
  type: Injectable,
9359
9430
  args: [{
9360
9431
  providedIn: 'root'
@@ -9466,9 +9537,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
9466
9537
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
9467
9538
  */
9468
9539
  BasiqService.bankCredintialsCheckInterval = 3000;
9469
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
9470
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
9471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
9540
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
9541
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
9542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
9472
9543
  type: Injectable,
9473
9544
  args: [{
9474
9545
  providedIn: 'root'
@@ -9505,9 +9576,9 @@ class BasiqTokenService extends RestService$1 {
9505
9576
  return this.cacheSubject.asObservable();
9506
9577
  }
9507
9578
  }
9508
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9509
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
9510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
9579
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9580
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
9581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
9511
9582
  type: Injectable,
9512
9583
  args: [{
9513
9584
  providedIn: 'root'
@@ -9538,9 +9609,9 @@ class BasiqTokenInterceptor {
9538
9609
  });
9539
9610
  }
9540
9611
  }
9541
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
9542
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
9543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
9612
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
9613
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
9614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
9544
9615
  type: Injectable
9545
9616
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
9546
9617
 
@@ -9726,9 +9797,9 @@ class UserService {
9726
9797
  });
9727
9798
  }
9728
9799
  }
9729
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9730
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
9731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
9800
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9801
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
9802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
9732
9803
  type: Injectable,
9733
9804
  args: [{
9734
9805
  providedIn: 'root'
@@ -9760,17 +9831,17 @@ class BasiqClientIdInterceptor {
9760
9831
  });
9761
9832
  }
9762
9833
  }
9763
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
9764
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
9765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
9834
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
9835
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
9836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
9766
9837
  type: Injectable
9767
9838
  }], ctorParameters: function () { return [{ type: UserService }]; } });
9768
9839
 
9769
9840
  class InterceptorsModule {
9770
9841
  }
9771
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9772
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
9773
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
9842
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9843
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
9844
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
9774
9845
  {
9775
9846
  provide: HTTP_INTERCEPTORS,
9776
9847
  useClass: CorelogicInterceptor,
@@ -9808,7 +9879,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
9808
9879
  multi: true
9809
9880
  }
9810
9881
  ] });
9811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
9882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
9812
9883
  type: NgModule,
9813
9884
  args: [{
9814
9885
  providers: [
@@ -9866,12 +9937,12 @@ class TtCoreModule {
9866
9937
  };
9867
9938
  }
9868
9939
  }
9869
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9870
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
9940
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9941
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
9871
9942
  InterceptorsModule] });
9872
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
9943
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
9873
9944
  InterceptorsModule] });
9874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
9945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
9875
9946
  type: NgModule,
9876
9947
  args: [{
9877
9948
  declarations: [],
@@ -10295,14 +10366,6 @@ class Badge extends AbstractModel {
10295
10366
  }
10296
10367
 
10297
10368
  class ClientIncomeTypes extends ClientIncomeTypes$1 {
10298
- constructor() {
10299
- super(...arguments);
10300
- this.salary = false;
10301
- this.property = false;
10302
- this.sole = false;
10303
- this.dividends = false;
10304
- this.other = false;
10305
- }
10306
10369
  /**
10307
10370
  * Get count of selected income types
10308
10371
  */
@@ -11100,6 +11163,15 @@ class MyTaxIncomeStatements {
11100
11163
  .get(ChartAccountsListEnum.ATTRIBUTABLE_PSI).sumBy('grossAmount');
11101
11164
  this.attributablePsiTransactionsTotalTax = this.transactionsByChartAccounts
11102
11165
  .get(ChartAccountsListEnum.ATTRIBUTABLE_PSI).sumBy('tax');
11166
+ this.fhssTransactionsTotalAmount = this.transactionsByChartAccounts
11167
+ .get(ChartAccountsListEnum.FHSS).sumBy('grossAmount');
11168
+ this.fhssTransactionsTotalTax = this.transactionsByChartAccounts
11169
+ .get(ChartAccountsListEnum.FHSS).sumBy('tax');
11170
+ // Australian Government Special Payments
11171
+ this.australianSpecialPaymentsTotalAmount = this.transactionsByChartAccounts
11172
+ .get(ChartAccountsListEnum.AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS).sumBy('grossAmount');
11173
+ this.australianSpecialPaymentsTotalTax = this.transactionsByChartAccounts
11174
+ .get(ChartAccountsListEnum.AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS).sumBy('tax');
11103
11175
  }
11104
11176
  }
11105
11177
 
@@ -11640,9 +11712,9 @@ class AddressService {
11640
11712
  return this.countriesSubject.asObservable();
11641
11713
  }
11642
11714
  }
11643
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11644
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
11645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
11715
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11716
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
11717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
11646
11718
  type: Injectable,
11647
11719
  args: [{
11648
11720
  providedIn: 'root'
@@ -11697,9 +11769,9 @@ class BankAccountService extends RestService$1 {
11697
11769
  });
11698
11770
  }
11699
11771
  }
11700
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11701
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
11702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
11772
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11773
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
11774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
11703
11775
  type: Injectable,
11704
11776
  args: [{
11705
11777
  providedIn: 'root'
@@ -11764,9 +11836,9 @@ class BankTransactionService extends RestService$1 {
11764
11836
  });
11765
11837
  }
11766
11838
  }
11767
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11768
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
11769
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
11839
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11840
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
11841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
11770
11842
  type: Injectable,
11771
11843
  args: [{
11772
11844
  providedIn: 'root'
@@ -11794,9 +11866,9 @@ class BankService extends RestService$1 {
11794
11866
  }));
11795
11867
  }
11796
11868
  }
11797
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11798
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
11799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
11869
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11870
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
11871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
11800
11872
  type: Injectable,
11801
11873
  args: [{
11802
11874
  providedIn: 'root'
@@ -11816,9 +11888,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
11816
11888
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11817
11889
  }
11818
11890
  }
11819
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11820
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
11821
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11891
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11892
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
11893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11822
11894
  type: Injectable,
11823
11895
  args: [{
11824
11896
  providedIn: 'root'
@@ -11858,9 +11930,9 @@ class ChartAccountsService extends RestService$1 {
11858
11930
  }));
11859
11931
  }
11860
11932
  }
11861
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11862
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
11863
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
11933
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11934
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
11935
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
11864
11936
  type: Injectable,
11865
11937
  args: [{
11866
11938
  providedIn: 'root'
@@ -11929,9 +12001,9 @@ class ChatService extends RestService$1 {
11929
12001
  });
11930
12002
  }
11931
12003
  }
11932
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11933
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
11934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12004
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12005
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
11935
12007
  type: Injectable,
11936
12008
  args: [{
11937
12009
  providedIn: 'root'
@@ -11990,9 +12062,9 @@ class MessageService extends RestService$1 {
11990
12062
  });
11991
12063
  }
11992
12064
  }
11993
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11994
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
11995
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12065
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12066
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
11996
12068
  type: Injectable,
11997
12069
  args: [{
11998
12070
  providedIn: 'root'
@@ -12066,9 +12138,9 @@ class MessageDocumentService extends RestService$1 {
12066
12138
  }));
12067
12139
  }
12068
12140
  }
12069
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12070
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12141
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12142
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12072
12144
  type: Injectable,
12073
12145
  args: [{
12074
12146
  providedIn: 'root'
@@ -12193,9 +12265,9 @@ class DepreciationService extends RestService$1 {
12193
12265
  });
12194
12266
  }
12195
12267
  }
12196
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12197
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12268
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12269
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12199
12271
  type: Injectable,
12200
12272
  args: [{
12201
12273
  providedIn: 'root'
@@ -12249,9 +12321,9 @@ class DepreciationCapitalProjectService {
12249
12321
  }));
12250
12322
  }
12251
12323
  }
12252
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12253
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12324
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12325
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12255
12327
  type: Injectable,
12256
12328
  args: [{
12257
12329
  providedIn: 'root'
@@ -12319,9 +12391,9 @@ class ReceiptService {
12319
12391
  return plainToClass(this.modelClass, data);
12320
12392
  }
12321
12393
  }
12322
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12323
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12394
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12395
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12325
12397
  type: Injectable,
12326
12398
  args: [{
12327
12399
  providedIn: 'root'
@@ -12352,9 +12424,9 @@ class DepreciationReceiptService extends ReceiptService {
12352
12424
  this.listenEvents();
12353
12425
  }
12354
12426
  }
12355
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12356
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12427
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12428
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12358
12430
  type: Injectable,
12359
12431
  args: [{
12360
12432
  providedIn: 'root'
@@ -12570,9 +12642,9 @@ class RestService {
12570
12642
  */
12571
12643
  listenEvents() { }
12572
12644
  }
12573
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12574
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
12575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
12645
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12646
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
12647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
12576
12648
  type: Injectable,
12577
12649
  args: [{
12578
12650
  providedIn: 'root'
@@ -12591,9 +12663,9 @@ class DocumentService extends RestService {
12591
12663
  this.modelClass = Document;
12592
12664
  }
12593
12665
  }
12594
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12595
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
12596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
12666
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12667
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
12668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
12597
12669
  type: Injectable,
12598
12670
  args: [{
12599
12671
  providedIn: 'root'
@@ -12659,9 +12731,9 @@ class DocumentFolderService extends RestService {
12659
12731
  }));
12660
12732
  }
12661
12733
  }
12662
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12663
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
12734
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12735
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12736
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
12665
12737
  type: Injectable,
12666
12738
  args: [{
12667
12739
  providedIn: 'root'
@@ -12738,9 +12810,9 @@ FacebookService.authOptions = {
12738
12810
  auth_type: 'rerequest',
12739
12811
  return_scopes: true
12740
12812
  };
12741
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12742
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
12743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
12813
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12814
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
12815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
12744
12816
  type: Injectable,
12745
12817
  args: [{
12746
12818
  providedIn: 'root'
@@ -12810,9 +12882,9 @@ class GoogleService {
12810
12882
  google.accounts.id.disableAutoSelect();
12811
12883
  }
12812
12884
  }
12813
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12814
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
12815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
12885
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12886
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
12887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
12816
12888
  type: Injectable,
12817
12889
  args: [{
12818
12890
  providedIn: 'root'
@@ -12840,9 +12912,9 @@ class FileService extends RestService$1 {
12840
12912
  .pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
12841
12913
  }
12842
12914
  }
12843
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12844
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
12845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
12915
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12916
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
12917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
12846
12918
  type: Injectable,
12847
12919
  args: [{
12848
12920
  providedIn: 'root'
@@ -12859,9 +12931,9 @@ class ClientIncomeTypesService extends RestService$1 {
12859
12931
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
12860
12932
  }
12861
12933
  }
12862
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12863
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
12864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
12934
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12935
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
12936
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
12865
12937
  type: Injectable,
12866
12938
  args: [{
12867
12939
  providedIn: 'root'
@@ -12976,9 +13048,9 @@ class ClientInviteService extends RestService {
12976
13048
  });
12977
13049
  }
12978
13050
  }
12979
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12980
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
12981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13051
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13052
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13053
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
12982
13054
  type: Injectable,
12983
13055
  args: [{
12984
13056
  providedIn: 'root'
@@ -13057,9 +13129,9 @@ class ClientMovementService extends RestService {
13057
13129
  });
13058
13130
  }
13059
13131
  }
13060
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13061
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13132
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13133
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13063
13135
  type: Injectable,
13064
13136
  args: [{
13065
13137
  providedIn: 'root'
@@ -13088,9 +13160,9 @@ class EmployeeService extends RestService {
13088
13160
  }));
13089
13161
  }
13090
13162
  }
13091
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13092
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13093
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13163
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13164
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13094
13166
  type: Injectable,
13095
13167
  args: [{
13096
13168
  providedIn: 'root'
@@ -13133,9 +13205,9 @@ class EmployeeInviteService extends RestService {
13133
13205
  }));
13134
13206
  }
13135
13207
  }
13136
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13137
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13208
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13209
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13139
13211
  type: Injectable,
13140
13212
  args: [{
13141
13213
  providedIn: 'root'
@@ -13160,9 +13232,9 @@ class ClientPortfolioReportService {
13160
13232
  }));
13161
13233
  }
13162
13234
  }
13163
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13164
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13235
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13236
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13166
13238
  type: Injectable,
13167
13239
  args: [{
13168
13240
  providedIn: 'root'
@@ -13234,9 +13306,9 @@ class FirmService {
13234
13306
  }));
13235
13307
  }
13236
13308
  }
13237
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13238
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13309
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13310
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13240
13312
  type: Injectable,
13241
13313
  args: [{
13242
13314
  providedIn: 'root'
@@ -13311,9 +13383,9 @@ class IncomeSourceForecastService extends RestService {
13311
13383
  }).flat();
13312
13384
  }
13313
13385
  }
13314
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13315
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13386
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13387
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13317
13389
  type: Injectable,
13318
13390
  args: [{
13319
13391
  providedIn: 'root'
@@ -13383,9 +13455,9 @@ class SalaryForecastService extends RestService {
13383
13455
  }).flat();
13384
13456
  }
13385
13457
  }
13386
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13387
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13388
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13458
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13459
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
13389
13461
  type: Injectable,
13390
13462
  args: [{
13391
13463
  providedIn: 'root'
@@ -13461,9 +13533,9 @@ class SoleForecastService extends RestService {
13461
13533
  });
13462
13534
  }
13463
13535
  }
13464
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13465
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13536
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13537
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
13467
13539
  type: Injectable,
13468
13540
  args: [{
13469
13541
  providedIn: 'root'
@@ -13562,9 +13634,9 @@ class IncomeSourceService extends RestService {
13562
13634
  });
13563
13635
  }
13564
13636
  }
13565
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13566
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
13637
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13638
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13639
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
13568
13640
  type: Injectable,
13569
13641
  args: [{
13570
13642
  providedIn: 'root'
@@ -13627,9 +13699,9 @@ class BorrowingExpenseService {
13627
13699
  }));
13628
13700
  }
13629
13701
  }
13630
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13631
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13702
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13703
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13704
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13633
13705
  type: Injectable,
13634
13706
  args: [{
13635
13707
  providedIn: 'root'
@@ -13713,9 +13785,9 @@ class LoanService extends RestService$1 {
13713
13785
  }));
13714
13786
  }
13715
13787
  }
13716
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13717
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
13718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
13788
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13789
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
13790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
13719
13791
  type: Injectable,
13720
13792
  args: [{
13721
13793
  providedIn: 'root'
@@ -13734,9 +13806,9 @@ class PropertyCategoryService extends RestService$1 {
13734
13806
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13735
13807
  }
13736
13808
  }
13737
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13738
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
13739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
13809
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13810
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
13811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
13740
13812
  type: Injectable,
13741
13813
  args: [{
13742
13814
  providedIn: 'root'
@@ -13752,9 +13824,9 @@ class PropertyCategoryMovementService extends RestService$1 {
13752
13824
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13753
13825
  }
13754
13826
  }
13755
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13756
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
13757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13827
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13828
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
13829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13758
13830
  type: Injectable,
13759
13831
  args: [{
13760
13832
  providedIn: 'root'
@@ -13796,9 +13868,9 @@ class PropertyDocumentService extends RestService$1 {
13796
13868
  });
13797
13869
  }
13798
13870
  }
13799
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13800
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
13801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
13871
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13872
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
13873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
13802
13874
  type: Injectable,
13803
13875
  args: [{
13804
13876
  providedIn: 'root'
@@ -13815,9 +13887,9 @@ class TaxExemptionService extends RestService$1 {
13815
13887
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
13816
13888
  }
13817
13889
  }
13818
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13819
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
13820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
13890
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13891
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
13892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
13821
13893
  type: Injectable,
13822
13894
  args: [{
13823
13895
  providedIn: 'root'
@@ -13833,9 +13905,9 @@ class PropertySaleService extends RestService$1 {
13833
13905
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13834
13906
  }
13835
13907
  }
13836
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13837
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
13838
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
13908
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13909
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
13910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
13839
13911
  type: Injectable,
13840
13912
  args: [{
13841
13913
  providedIn: 'root'
@@ -13882,9 +13954,9 @@ class PropertyShareService extends RestService$1 {
13882
13954
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
13883
13955
  }
13884
13956
  }
13885
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13886
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
13887
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
13957
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13958
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
13959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
13888
13960
  type: Injectable,
13889
13961
  args: [{
13890
13962
  providedIn: 'root'
@@ -13981,9 +14053,9 @@ class PropertyService extends RestService$1 {
13981
14053
  }));
13982
14054
  }
13983
14055
  }
13984
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13985
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
13986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14056
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14057
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
13987
14059
  type: Injectable,
13988
14060
  args: [{
13989
14061
  providedIn: 'root'
@@ -14027,9 +14099,9 @@ class ServiceNotificationService extends RestService {
14027
14099
  });
14028
14100
  }
14029
14101
  }
14030
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14031
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14102
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14103
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14033
14105
  type: Injectable,
14034
14106
  args: [{
14035
14107
  providedIn: 'root'
@@ -14080,9 +14152,9 @@ class SoleBusinessService extends RestService {
14080
14152
  }));
14081
14153
  }
14082
14154
  }
14083
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14084
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14085
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14155
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14156
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14086
14158
  type: Injectable,
14087
14159
  args: [{
14088
14160
  providedIn: 'root'
@@ -14097,9 +14169,9 @@ class SoleBusinessActivityService extends RestService {
14097
14169
  this.isHydra = true;
14098
14170
  }
14099
14171
  }
14100
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14101
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14172
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14173
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14103
14175
  type: Injectable,
14104
14176
  args: [{
14105
14177
  providedIn: 'root'
@@ -14125,9 +14197,9 @@ class SoleBusinessLossService extends RestService {
14125
14197
  });
14126
14198
  }
14127
14199
  }
14128
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14129
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14200
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14201
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14131
14203
  type: Injectable,
14132
14204
  args: [{
14133
14205
  providedIn: 'root'
@@ -14145,9 +14217,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14145
14217
  this.isHydra = true;
14146
14218
  }
14147
14219
  }
14148
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14149
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14220
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14221
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14151
14223
  type: Injectable,
14152
14224
  args: [{
14153
14225
  providedIn: 'root'
@@ -14162,9 +14234,9 @@ class SoleContactService extends RestService {
14162
14234
  this.isHydra = true;
14163
14235
  }
14164
14236
  }
14165
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14166
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14237
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14238
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14168
14240
  type: Injectable,
14169
14241
  args: [{
14170
14242
  providedIn: 'root'
@@ -14220,9 +14292,9 @@ class SoleDepreciationMethodService {
14220
14292
  });
14221
14293
  }
14222
14294
  }
14223
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14224
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14295
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14296
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14226
14298
  type: Injectable,
14227
14299
  args: [{
14228
14300
  providedIn: 'root'
@@ -14277,9 +14349,9 @@ class SoleDetailsService {
14277
14349
  }));
14278
14350
  }
14279
14351
  }
14280
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14281
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14352
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14353
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14283
14355
  type: Injectable,
14284
14356
  args: [{
14285
14357
  providedIn: 'root'
@@ -14355,9 +14427,9 @@ class SoleInvoiceService extends RestService {
14355
14427
  });
14356
14428
  }
14357
14429
  }
14358
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14359
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14430
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14431
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
14361
14433
  type: Injectable,
14362
14434
  args: [{
14363
14435
  providedIn: 'root'
@@ -14372,9 +14444,9 @@ class SoleInvoiceTemplateService extends RestService {
14372
14444
  this.isHydra = true;
14373
14445
  }
14374
14446
  }
14375
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14376
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14447
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14448
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14378
14450
  type: Injectable,
14379
14451
  args: [{
14380
14452
  providedIn: 'root'
@@ -14389,9 +14461,9 @@ class BasReportService extends RestService {
14389
14461
  this.isHydra = true;
14390
14462
  }
14391
14463
  }
14392
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14393
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14464
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14465
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
14466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
14395
14467
  type: Injectable,
14396
14468
  args: [{
14397
14469
  providedIn: 'root'
@@ -14417,9 +14489,9 @@ class ServicePaymentService extends RestService$1 {
14417
14489
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14418
14490
  }
14419
14491
  }
14420
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14421
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14492
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14493
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
14423
14495
  type: Injectable,
14424
14496
  args: [{
14425
14497
  providedIn: 'root'
@@ -14467,9 +14539,9 @@ class ServicePaymentMethodService extends RestService$1 {
14467
14539
  });
14468
14540
  }
14469
14541
  }
14470
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14471
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14542
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14543
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14473
14545
  type: Injectable,
14474
14546
  args: [{
14475
14547
  providedIn: 'root'
@@ -14494,9 +14566,9 @@ class ServicePriceService extends RestService$1 {
14494
14566
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14495
14567
  }
14496
14568
  }
14497
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14498
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
14569
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14570
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
14500
14572
  type: Injectable,
14501
14573
  args: [{
14502
14574
  providedIn: 'root'
@@ -14612,9 +14684,9 @@ class SubscriptionService extends RestService$1 {
14612
14684
  });
14613
14685
  }
14614
14686
  }
14615
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14616
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
14687
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14688
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
14618
14690
  type: Injectable,
14619
14691
  args: [{
14620
14692
  providedIn: 'root'
@@ -14636,9 +14708,9 @@ class ServiceProductService extends RestService$1 {
14636
14708
  this.isApiPlatform = true;
14637
14709
  }
14638
14710
  }
14639
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14640
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
14711
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14712
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
14642
14714
  type: Injectable,
14643
14715
  args: [{
14644
14716
  providedIn: 'root'
@@ -14670,9 +14742,9 @@ class TaxReviewHistoryService extends RestService {
14670
14742
  });
14671
14743
  }
14672
14744
  }
14673
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14674
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14745
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14746
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14676
14748
  type: Injectable,
14677
14749
  args: [{
14678
14750
  providedIn: 'root'
@@ -14761,9 +14833,9 @@ class TaxReviewService extends RestService {
14761
14833
  });
14762
14834
  }
14763
14835
  }
14764
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14765
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
14766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
14836
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14837
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
14838
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
14767
14839
  type: Injectable,
14768
14840
  args: [{
14769
14841
  providedIn: 'root'
@@ -14820,9 +14892,9 @@ class TaxSummaryService {
14820
14892
  });
14821
14893
  }
14822
14894
  }
14823
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14824
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
14825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
14895
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14896
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
14897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
14826
14898
  type: Injectable,
14827
14899
  args: [{
14828
14900
  providedIn: 'root'
@@ -14843,9 +14915,9 @@ class AllocationRuleService extends RestService$1 {
14843
14915
  this.isApiPlatform = true;
14844
14916
  }
14845
14917
  }
14846
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14847
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
14848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
14918
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14919
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
14920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
14849
14921
  type: Injectable,
14850
14922
  args: [{
14851
14923
  providedIn: 'root'
@@ -14936,9 +15008,9 @@ class TransactionAllocationService extends RestService {
14936
15008
  });
14937
15009
  }
14938
15010
  }
14939
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14940
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
14941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15011
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15012
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
14942
15014
  type: Injectable,
14943
15015
  args: [{
14944
15016
  providedIn: 'root'
@@ -14964,9 +15036,9 @@ class TransactionReceiptService extends ReceiptService {
14964
15036
  this.listenEvents();
14965
15037
  }
14966
15038
  }
14967
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14968
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
14969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15039
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15040
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
14970
15042
  type: Injectable,
14971
15043
  args: [{
14972
15044
  providedIn: 'root'
@@ -15289,9 +15361,9 @@ class TransactionService extends RestService {
15289
15361
  });
15290
15362
  }
15291
15363
  }
15292
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15293
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15364
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15365
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15295
15367
  type: Injectable,
15296
15368
  args: [{
15297
15369
  providedIn: 'root'
@@ -15322,9 +15394,9 @@ class TutorialVideoService {
15322
15394
  }
15323
15395
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15324
15396
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15325
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15326
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15397
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15398
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15328
15400
  type: Injectable,
15329
15401
  args: [{
15330
15402
  providedIn: 'root'
@@ -15346,9 +15418,9 @@ class VehicleService extends RestService {
15346
15418
  this.modelClass = Vehicle;
15347
15419
  }
15348
15420
  }
15349
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15350
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15421
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15422
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
15423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15352
15424
  type: Injectable,
15353
15425
  args: [{
15354
15426
  providedIn: 'root'
@@ -15420,9 +15492,9 @@ class VehicleClaimService extends RestService {
15420
15492
  combineLatest(batch$).subscribe();
15421
15493
  }
15422
15494
  }
15423
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15424
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15495
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15496
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
15426
15498
  type: Injectable,
15427
15499
  args: [{
15428
15500
  providedIn: 'root'
@@ -15499,9 +15571,9 @@ class VehicleClaimDetailsService {
15499
15571
  this.update(vehicleClaimDetails).subscribe();
15500
15572
  }
15501
15573
  }
15502
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15503
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15574
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15575
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15505
15577
  type: Injectable,
15506
15578
  args: [{
15507
15579
  providedIn: 'root'
@@ -15523,9 +15595,9 @@ class VehicleLogbookService extends RestService {
15523
15595
  this.modelClass = VehicleLogbook;
15524
15596
  }
15525
15597
  }
15526
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15527
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15598
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15599
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
15529
15601
  type: Injectable,
15530
15602
  args: [{
15531
15603
  providedIn: 'root'
@@ -15558,9 +15630,9 @@ class OccupationService {
15558
15630
  return this.occupationsSubject.asObservable();
15559
15631
  }
15560
15632
  }
15561
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15562
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
15563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
15633
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15634
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
15635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
15564
15636
  type: Injectable,
15565
15637
  args: [{
15566
15638
  providedIn: 'root'
@@ -15606,9 +15678,9 @@ class UserEventSettingService extends RestService {
15606
15678
  }));
15607
15679
  }
15608
15680
  }
15609
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15610
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
15681
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15682
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15683
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
15612
15684
  type: Injectable,
15613
15685
  args: [{
15614
15686
  providedIn: 'root'
@@ -15623,9 +15695,9 @@ class UserEventTypeService extends RestService {
15623
15695
  this.isHydra = true;
15624
15696
  }
15625
15697
  }
15626
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15627
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
15698
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15699
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
15629
15701
  type: Injectable,
15630
15702
  args: [{
15631
15703
  providedIn: 'root'
@@ -15642,9 +15714,75 @@ class UsersInviteService extends RestService {
15642
15714
  this.url = 'users/invite';
15643
15715
  }
15644
15716
  }
15645
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15646
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
15717
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15718
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
15720
+ type: Injectable,
15721
+ args: [{
15722
+ providedIn: 'root'
15723
+ }]
15724
+ }] });
15725
+
15726
+ /**
15727
+ * Service that handling banks logic
15728
+ */
15729
+ class HoldingService extends RestService$1 {
15730
+ constructor() {
15731
+ super(...arguments);
15732
+ this.modelClass = Holding;
15733
+ this.collectionClass = Collection;
15734
+ this.endpointUri = 'holdings';
15735
+ this.isApiPlatform = true;
15736
+ this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15737
+ }
15738
+ }
15739
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15740
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
15741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
15742
+ type: Injectable,
15743
+ args: [{
15744
+ providedIn: 'root'
15745
+ }]
15746
+ }] });
15747
+
15748
+ /**
15749
+ * Service that handling banks logic
15750
+ */
15751
+ class HoldingTypeService extends RestService$1 {
15752
+ constructor() {
15753
+ super(...arguments);
15754
+ this.modelClass = HoldingType;
15755
+ this.collectionClass = Collection;
15756
+ this.endpointUri = 'holding-types';
15757
+ this.isApiPlatform = true;
15758
+ this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15759
+ }
15760
+ }
15761
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15762
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
15764
+ type: Injectable,
15765
+ args: [{
15766
+ providedIn: 'root'
15767
+ }]
15768
+ }] });
15769
+
15770
+ /**
15771
+ * Service that handling banks logic
15772
+ */
15773
+ class HoldingSaleService extends RestService$1 {
15774
+ constructor() {
15775
+ super(...arguments);
15776
+ this.modelClass = HoldingSale;
15777
+ this.collectionClass = Collection;
15778
+ this.endpointUri = 'holding-sales';
15779
+ this.isApiPlatform = true;
15780
+ this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15781
+ }
15782
+ }
15783
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15784
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
15648
15786
  type: Injectable,
15649
15787
  args: [{
15650
15788
  providedIn: 'root'
@@ -15663,6 +15801,7 @@ var AccountSetupItemsEnum;
15663
15801
  AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
15664
15802
  AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
15665
15803
  AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
15804
+ AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
15666
15805
  })(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
15667
15806
 
15668
15807
  /**
@@ -15674,14 +15813,14 @@ const ACCOUNT_SETUP_ITEMS = {
15674
15813
  description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
15675
15814
  url: '/client/work-tank/forecasting',
15676
15815
  urlFragment: 'salaryProductTour',
15677
- clientIncomeTypes: ['salary']
15816
+ clientIncomeTypes: ['work']
15678
15817
  }),
15679
15818
  [AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
15680
15819
  title: 'Add any other expected incomes',
15681
15820
  description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
15682
15821
  url: '/client/work-tank/forecasting',
15683
15822
  urlFragment: 'otherIncomeProductTour',
15684
- clientIncomeTypes: ['dividends', 'other']
15823
+ clientIncomeTypes: ['work']
15685
15824
  }),
15686
15825
  [AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
15687
15826
  title: 'Add your properties',
@@ -15695,6 +15834,7 @@ const ACCOUNT_SETUP_ITEMS = {
15695
15834
  description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
15696
15835
  url: '/client/bank-feeds',
15697
15836
  urlFragment: 'bankAccountProductTour',
15837
+ clientIncomeTypes: ['work', 'property', 'sole']
15698
15838
  }),
15699
15839
  [AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
15700
15840
  title: 'Set up your logbook method',
@@ -15707,6 +15847,7 @@ const ACCOUNT_SETUP_ITEMS = {
15707
15847
  description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
15708
15848
  url: '/client/bank-feeds',
15709
15849
  urlFragment: 'allocationProductTour',
15850
+ clientIncomeTypes: ['work', 'property', 'sole']
15710
15851
  }),
15711
15852
  [AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
15712
15853
  title: 'Add your Sole Trader business',
@@ -15714,7 +15855,15 @@ const ACCOUNT_SETUP_ITEMS = {
15714
15855
  url: '/client/sole-tank',
15715
15856
  urlFragment: 'productTour',
15716
15857
  clientIncomeTypes: ['sole']
15717
- })
15858
+ }),
15859
+ [AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
15860
+ title: 'Add your holdings',
15861
+ description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
15862
+ url: '/client/holdings-tank',
15863
+ // @TODO Nicole waiting for product tour from
15864
+ urlFragment: 'productTour',
15865
+ clientIncomeTypes: ['holdings']
15866
+ }),
15718
15867
  };
15719
15868
 
15720
15869
  /**
@@ -15722,7 +15871,7 @@ const ACCOUNT_SETUP_ITEMS = {
15722
15871
  * Checks required steps and their completion
15723
15872
  */
15724
15873
  class AccountSetupService {
15725
- constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService) {
15874
+ constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService) {
15726
15875
  this.clientIncomeTypesService = clientIncomeTypesService;
15727
15876
  this.propertyService = propertyService;
15728
15877
  this.incomeSourceService = incomeSourceService;
@@ -15731,6 +15880,7 @@ class AccountSetupService {
15731
15880
  this.vehicleClaimService = vehicleClaimService;
15732
15881
  this.transactionService = transactionService;
15733
15882
  this.soleBusinessService = soleBusinessService;
15883
+ this.holdingService = holdingService;
15734
15884
  this.cacheSubject = new ReplaySubject(1);
15735
15885
  }
15736
15886
  /**
@@ -15740,9 +15890,7 @@ class AccountSetupService {
15740
15890
  if (!this.cache) {
15741
15891
  this.cache = new AccountSetupItemCollection([]);
15742
15892
  this.clientIncomeTypesService.getSingle()
15743
- .pipe(
15744
- // we need account setup only when user selected at least one income type
15745
- filter((incomeTypes) => !!incomeTypes.length), mergeMap((incomeTypes) => {
15893
+ .pipe(mergeMap((incomeTypes) => {
15746
15894
  this.clientIncomeTypesId = incomeTypes.id;
15747
15895
  return this.createBatch(incomeTypes);
15748
15896
  }))
@@ -15799,12 +15947,18 @@ class AccountSetupService {
15799
15947
  if (incomeTypes.sole) {
15800
15948
  batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
15801
15949
  }
15802
- // Bank feeds item is completed when user added at least one bank account (basiq or manual)
15803
- batch.push(this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray()));
15804
- // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
15805
- batch.push(this.getLogbookItem());
15806
- // Allocation item is completed when user added at least one transaction allocation
15807
- batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
15950
+ // holdings item is completed when user added at least one holding
15951
+ if (incomeTypes.holdings) {
15952
+ batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
15953
+ }
15954
+ if (incomeTypes.sole || incomeTypes.property || incomeTypes.work) {
15955
+ // Bank feeds item is completed when user added at least one bank account (basiq or manual)
15956
+ batch.push(this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray()));
15957
+ // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
15958
+ batch.push(this.getLogbookItem());
15959
+ // Allocation item is completed when user added at least one transaction allocation
15960
+ batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
15961
+ }
15808
15962
  return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
15809
15963
  }
15810
15964
  /**
@@ -15835,14 +15989,14 @@ class AccountSetupService {
15835
15989
  }));
15836
15990
  }
15837
15991
  }
15838
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
15839
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
15840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
15992
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }], target: i0.ɵɵFactoryTarget.Injectable });
15993
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
15994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
15841
15995
  type: Injectable,
15842
15996
  args: [{
15843
15997
  providedIn: 'root'
15844
15998
  }]
15845
- }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }]; } });
15999
+ }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }]; } });
15846
16000
 
15847
16001
  /**
15848
16002
  * Service to work with Rewardful (affiliate program) API
@@ -15863,9 +16017,9 @@ class RewardfulService {
15863
16017
  });
15864
16018
  }
15865
16019
  }
15866
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15867
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
15868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16020
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16021
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
15869
16023
  type: Injectable,
15870
16024
  args: [{
15871
16025
  providedIn: 'root'
@@ -15912,9 +16066,9 @@ class AssetsService {
15912
16066
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
15913
16067
  }
15914
16068
  }
15915
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15916
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
15917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16069
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16070
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
15918
16072
  type: Injectable,
15919
16073
  args: [{
15920
16074
  providedIn: 'root'
@@ -15979,9 +16133,9 @@ class BankTransactionCalculationService {
15979
16133
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
15980
16134
  }
15981
16135
  }
15982
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15983
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
15984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16136
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16137
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
15985
16139
  type: Injectable,
15986
16140
  args: [{
15987
16141
  providedIn: 'root'
@@ -16010,9 +16164,9 @@ class BankAccountCalculationService {
16010
16164
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16011
16165
  }
16012
16166
  }
16013
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16014
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16167
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16168
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16016
16170
  type: Injectable,
16017
16171
  args: [{
16018
16172
  providedIn: 'root'
@@ -16037,9 +16191,9 @@ class ExportFormatterService {
16037
16191
  }));
16038
16192
  }
16039
16193
  }
16040
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16041
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16042
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16194
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16195
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
16043
16197
  type: Injectable,
16044
16198
  args: [{
16045
16199
  providedIn: 'root'
@@ -16060,9 +16214,9 @@ class HeaderTitleService {
16060
16214
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16061
16215
  }
16062
16216
  }
16063
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16064
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16217
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16218
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
16066
16220
  type: Injectable,
16067
16221
  args: [{
16068
16222
  providedIn: 'root'
@@ -16096,9 +16250,9 @@ class IntercomService {
16096
16250
  window.Intercom('boot', connectionCredentials);
16097
16251
  }
16098
16252
  }
16099
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16100
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16253
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16254
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
16255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
16102
16256
  type: Injectable,
16103
16257
  args: [{
16104
16258
  providedIn: 'root'
@@ -16170,9 +16324,9 @@ class PdfFromDomElementService {
16170
16324
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16171
16325
  }
16172
16326
  }
16173
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16174
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16327
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16328
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16176
16330
  type: Injectable,
16177
16331
  args: [{
16178
16332
  providedIn: 'root'
@@ -16251,9 +16405,9 @@ class PdfFromTableService {
16251
16405
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16252
16406
  }
16253
16407
  }
16254
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16255
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
16408
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16409
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
16257
16411
  type: Injectable,
16258
16412
  args: [{
16259
16413
  providedIn: 'root'
@@ -16285,9 +16439,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16285
16439
  return pdf;
16286
16440
  }
16287
16441
  }
16288
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16289
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16442
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16443
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16291
16445
  type: Injectable,
16292
16446
  args: [{
16293
16447
  providedIn: 'root'
@@ -16320,9 +16474,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
16320
16474
  return pdf;
16321
16475
  }
16322
16476
  }
16323
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16324
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16477
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16478
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16326
16480
  type: Injectable,
16327
16481
  args: [{
16328
16482
  providedIn: 'root'
@@ -16355,9 +16509,9 @@ class EquityPositionChartService {
16355
16509
  }));
16356
16510
  }
16357
16511
  }
16358
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16359
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
16512
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16513
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
16361
16515
  type: Injectable,
16362
16516
  args: [{
16363
16517
  providedIn: 'root'
@@ -16531,9 +16685,9 @@ class PropertyCalculationService {
16531
16685
  }
16532
16686
  }
16533
16687
  }
16534
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16535
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
16536
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
16688
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16689
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
16690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
16537
16691
  type: Injectable,
16538
16692
  args: [{
16539
16693
  providedIn: 'root'
@@ -16590,9 +16744,9 @@ class PropertyTransactionReportService {
16590
16744
  }));
16591
16745
  }
16592
16746
  }
16593
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
16594
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
16595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
16747
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
16748
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
16749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
16596
16750
  type: Injectable,
16597
16751
  args: [{
16598
16752
  providedIn: 'root'
@@ -16662,9 +16816,9 @@ class TransactionCalculationService {
16662
16816
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
16663
16817
  }
16664
16818
  }
16665
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16666
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
16667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
16819
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16820
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
16821
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
16668
16822
  type: Injectable,
16669
16823
  args: [{
16670
16824
  providedIn: 'root'
@@ -16724,9 +16878,9 @@ class LogbookBestPeriodService {
16724
16878
  });
16725
16879
  }
16726
16880
  }
16727
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16728
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
16729
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
16881
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16882
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
16883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
16730
16884
  type: Injectable,
16731
16885
  args: [{
16732
16886
  providedIn: 'root'
@@ -16767,9 +16921,9 @@ class XlsxService {
16767
16921
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
16768
16922
  }
16769
16923
  }
16770
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16771
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
16772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
16924
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16925
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
16926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
16773
16927
  type: Injectable,
16774
16928
  args: [{
16775
16929
  providedIn: 'root'
@@ -18047,7 +18201,7 @@ class ClientIncomeTypesForm extends AbstractForm {
18047
18201
  work: new UntypedFormControl(clientIncomeTypes.work || false),
18048
18202
  property: new UntypedFormControl(clientIncomeTypes.property || false),
18049
18203
  sole: new UntypedFormControl(clientIncomeTypes.sole || false),
18050
- holdings: new UntypedFormControl({ value: clientIncomeTypes.holdings || false, disabled: true })
18204
+ holdings: new UntypedFormControl(clientIncomeTypes.holdings || false)
18051
18205
  }, clientIncomeTypes, atLeastOneCheckedValidator());
18052
18206
  this.clientIncomeTypes = clientIncomeTypes;
18053
18207
  }
@@ -18736,6 +18890,22 @@ class MyTaxIncomeStatementsForm extends AbstractForm {
18736
18890
  value: incomeStatements.attributablePsiTransactionsTotalTax,
18737
18891
  disabled: true
18738
18892
  }),
18893
+ fhssTransactionsTotalAmount: new UntypedFormControl({
18894
+ value: incomeStatements.fhssTransactionsTotalAmount,
18895
+ disabled: true
18896
+ }),
18897
+ fhssTransactionsTotalTax: new UntypedFormControl({
18898
+ value: incomeStatements.fhssTransactionsTotalTax,
18899
+ disabled: true
18900
+ }),
18901
+ australianSpecialPaymentsTotalAmount: new UntypedFormControl({
18902
+ value: incomeStatements.australianSpecialPaymentsTotalAmount,
18903
+ disabled: true
18904
+ }),
18905
+ australianSpecialPaymentsTotalTax: new UntypedFormControl({
18906
+ value: incomeStatements.australianSpecialPaymentsTotalTax,
18907
+ disabled: true
18908
+ }),
18739
18909
  });
18740
18910
  this.incomeStatements = incomeStatements;
18741
18911
  }
@@ -19245,9 +19415,21 @@ class AllocationRuleForm extends AbstractForm {
19245
19415
  return;
19246
19416
  }
19247
19417
  const excludedCategories = [...CHART_ACCOUNTS_CATEGORIES.depreciation];
19248
- this.chartAccountsCategories = intersection(CHART_ACCOUNTS_CATEGORIES[this.currentValue.typeLabel], CHART_ACCOUNTS_CATEGORIES[this.currentValue.tankTypeLabel])
19418
+ this.chartAccountsCategories = intersection(CHART_ACCOUNTS_CATEGORIES[this.currentValue.typeLabel], CHART_ACCOUNTS_CATEGORIES[this.tankTypeLabel])
19249
19419
  .filter((category) => !excludedCategories.includes(category));
19250
19420
  }
19421
+ get tankTypeLabel() {
19422
+ switch (this.transactionFormGroup.get('tankType').value) {
19423
+ case TankTypeEnum.WORK:
19424
+ return 'work';
19425
+ case TankTypeEnum.PROPERTY:
19426
+ return 'property';
19427
+ case TankTypeEnum.SOLE:
19428
+ return 'sole';
19429
+ default:
19430
+ return 'personal';
19431
+ }
19432
+ }
19251
19433
  setupFieldsByType(type) {
19252
19434
  switch (type) {
19253
19435
  case AllocationRuleTypeEnum.EXPENSE:
@@ -19627,5 +19809,5 @@ class DepreciationForm extends TransactionBaseForm {
19627
19809
  * Generated bundle index. Do not edit.
19628
19810
  */
19629
19811
 
19630
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
19812
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingSale, HoldingSaleService, HoldingService, HoldingType, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
19631
19813
  //# sourceMappingURL=taxtank-core.mjs.map