taxtank-core 0.30.58 → 0.30.59

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 (918) hide show
  1. package/esm2020/lib/collections/holding/holding-sale.collection.mjs +17 -1
  2. package/esm2020/lib/collections/index.mjs +1 -2
  3. package/esm2020/lib/collections/property/property-sale/property-sale.collection.mjs +20 -1
  4. package/esm2020/lib/db/Models/abstract-model.mjs +2 -4
  5. package/esm2020/lib/db/Models/observable-model.mjs +1 -2
  6. package/esm2020/lib/forms/holding/holding-sale.form.mjs +9 -10
  7. package/esm2020/lib/forms/report/my-tax/my-tax-cgt.form.mjs +7 -7
  8. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  12. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  13. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  15. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  16. package/esm2020/lib/models/endpoint/endpoints.const.mjs +2 -1
  17. package/esm2020/lib/models/holding/holding-sale.mjs +6 -3
  18. package/esm2020/lib/models/index.mjs +1 -2
  19. package/esm2020/lib/models/property/property-sale/property-sale.mjs +3 -3
  20. package/esm2020/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.mjs +8 -10
  21. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  22. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  23. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  24. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  25. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  26. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  27. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  28. package/esm2020/lib/services/data.service.mjs +3 -3
  29. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  30. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  31. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  32. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  33. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  34. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  35. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  36. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  38. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  39. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  40. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  41. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  42. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  43. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  44. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  45. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  46. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  47. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  48. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  49. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  50. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  51. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  52. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  53. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  54. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  55. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  56. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  59. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  60. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  61. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  62. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  63. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  64. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  65. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  66. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  67. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  68. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  69. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  70. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  71. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  72. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  73. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  77. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  78. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  79. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  80. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  91. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  92. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  93. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  96. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  97. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  98. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  99. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  100. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  101. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  103. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  104. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  105. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  106. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  108. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  109. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  110. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  112. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  113. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  114. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  115. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  116. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  117. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  118. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  119. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  120. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  121. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  122. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  123. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  124. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  125. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  126. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  127. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  128. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  129. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  130. package/esm2020/lib/tt-core.module.mjs +4 -4
  131. package/fesm2015/taxtank-core.mjs +420 -437
  132. package/fesm2015/taxtank-core.mjs.map +1 -1
  133. package/fesm2020/taxtank-core.mjs +420 -437
  134. package/fesm2020/taxtank-core.mjs.map +1 -1
  135. package/lib/collections/holding/holding-sale.collection.d.ts +7 -0
  136. package/lib/collections/index.d.ts +0 -1
  137. package/lib/collections/property/property-sale/property-sale.collection.d.ts +8 -0
  138. package/lib/db/Models/abstract-model.d.ts +1 -4
  139. package/lib/db/Models/observable-model.d.ts +1 -2
  140. package/lib/forms/holding/holding-sale.form.d.ts +1 -1
  141. package/lib/models/holding/holding-sale.d.ts +6 -2
  142. package/lib/models/index.d.ts +0 -1
  143. package/lib/models/property/property-sale/property-sale.d.ts +3 -6
  144. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts +5 -5
  145. package/package.json +1 -1
  146. package/esm2020/lib/collections/asset-sale.collection.mjs +0 -46
  147. package/esm2020/lib/models/asset-sale.mjs +0 -9
  148. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  149. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  150. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  151. package/lib/collections/asset-sale.collection.d.ts +0 -15
  152. package/lib/collections/asset-sale.collection.d.ts.map +0 -1
  153. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  154. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  155. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  156. package/lib/collections/chat/chat.collection.d.ts.map +0 -1
  157. package/lib/collections/chat/index.d.ts.map +0 -1
  158. package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
  159. package/lib/collections/chat/message.collection.d.ts.map +0 -1
  160. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  161. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  162. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  163. package/lib/collections/client.collection.d.ts.map +0 -1
  164. package/lib/collections/collection-dictionary.d.ts.map +0 -1
  165. package/lib/collections/collection.d.ts.map +0 -1
  166. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  167. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  168. package/lib/collections/employee.collection.d.ts.map +0 -1
  169. package/lib/collections/exportable.collection.d.ts.map +0 -1
  170. package/lib/collections/holding/holding-sale.collection.d.ts.map +0 -1
  171. package/lib/collections/holding/holding-type.collection.d.ts.map +0 -1
  172. package/lib/collections/holding/holding.collection.d.ts.map +0 -1
  173. package/lib/collections/holding/index.d.ts.map +0 -1
  174. package/lib/collections/income-source.collection.d.ts.map +0 -1
  175. package/lib/collections/index.d.ts.map +0 -1
  176. package/lib/collections/loan/index.d.ts.map +0 -1
  177. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  178. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  179. package/lib/collections/property/index.d.ts.map +0 -1
  180. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  181. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  182. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
  183. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  184. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  185. package/lib/collections/property/property.collection.d.ts.map +0 -1
  186. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  187. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  188. package/lib/collections/report/index.d.ts.map +0 -1
  189. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  190. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  191. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  192. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  193. package/lib/collections/sole/index.d.ts.map +0 -1
  194. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  195. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  196. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  197. package/lib/collections/subscription/index.d.ts.map +0 -1
  198. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  199. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  200. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  201. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  202. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  203. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  204. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  205. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  206. package/lib/collections/transaction/index.d.ts.map +0 -1
  207. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  208. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  209. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  210. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  211. package/lib/collections/vehicle/index.d.ts.map +0 -1
  212. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  213. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  214. package/lib/db/Enums/bank-popular.enum.d.ts.map +0 -1
  215. package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
  216. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
  217. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
  218. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
  219. package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
  220. package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
  221. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  222. package/lib/db/Enums/file-type.enum.d.ts.map +0 -1
  223. package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
  224. package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +0 -1
  225. package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +0 -1
  226. package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +0 -1
  227. package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +0 -1
  228. package/lib/db/Enums/income-source/index.d.ts.map +0 -1
  229. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  230. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  231. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  232. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +0 -1
  233. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  234. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +0 -1
  235. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
  236. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
  237. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
  238. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
  239. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  240. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  241. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +0 -1
  242. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +0 -1
  243. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  244. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  245. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +0 -1
  246. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
  247. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
  248. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
  249. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
  250. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
  251. package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
  252. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
  253. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
  254. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  255. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  256. package/lib/db/Enums/tax-review-status.enum.d.ts.map +0 -1
  257. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  258. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  259. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +0 -1
  260. package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
  261. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  262. package/lib/db/Enums/user-event-status.enum.d.ts.map +0 -1
  263. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  264. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  265. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +0 -1
  266. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  267. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  268. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  269. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  270. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  271. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
  272. package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
  273. package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
  274. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  275. package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
  276. package/lib/db/Models/bank/bank.d.ts.map +0 -1
  277. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  278. package/lib/db/Models/bank/financial-data-system.d.ts.map +0 -1
  279. package/lib/db/Models/client/annual-client-details.d.ts.map +0 -1
  280. package/lib/db/Models/client/client-details.d.ts.map +0 -1
  281. package/lib/db/Models/client/client-income-types.d.ts.map +0 -1
  282. package/lib/db/Models/client/index.d.ts.map +0 -1
  283. package/lib/db/Models/client/occupation.d.ts.map +0 -1
  284. package/lib/db/Models/document/document-base.d.ts.map +0 -1
  285. package/lib/db/Models/document/document-folder.d.ts.map +0 -1
  286. package/lib/db/Models/document/document.d.ts.map +0 -1
  287. package/lib/db/Models/document/property-document.d.ts.map +0 -1
  288. package/lib/db/Models/file.d.ts.map +0 -1
  289. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
  290. package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
  291. package/lib/db/Models/firm/chat.d.ts.map +0 -1
  292. package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
  293. package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
  294. package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
  295. package/lib/db/Models/firm/firm-invite.d.ts.map +0 -1
  296. package/lib/db/Models/firm/firm.d.ts.map +0 -1
  297. package/lib/db/Models/firm/message-document.d.ts.map +0 -1
  298. package/lib/db/Models/firm/message.d.ts.map +0 -1
  299. package/lib/db/Models/holding/holding-sale.d.ts.map +0 -1
  300. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +0 -1
  301. package/lib/db/Models/holding/holding-type.d.ts.map +0 -1
  302. package/lib/db/Models/holding/holding.d.ts.map +0 -1
  303. package/lib/db/Models/holding/index.d.ts.map +0 -1
  304. package/lib/db/Models/index.d.ts.map +0 -1
  305. package/lib/db/Models/observable-model.d.ts.map +0 -1
  306. package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
  307. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  308. package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
  309. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  310. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
  311. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  312. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
  313. package/lib/db/Models/property/property-share.d.ts.map +0 -1
  314. package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
  315. package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
  316. package/lib/db/Models/property/property.d.ts.map +0 -1
  317. package/lib/db/Models/service-notification.d.ts.map +0 -1
  318. package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
  319. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
  320. package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
  321. package/lib/db/Models/spare/spare-document-category.d.ts.map +0 -1
  322. package/lib/db/Models/spare/spare-document.d.ts.map +0 -1
  323. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  324. package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
  325. package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
  326. package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
  327. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
  328. package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
  329. package/lib/db/Models/tax-calculation.d.ts.map +0 -1
  330. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  331. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  332. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  333. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  334. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +0 -1
  335. package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
  336. package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
  337. package/lib/db/Models/user/employee-details.d.ts.map +0 -1
  338. package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
  339. package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
  340. package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
  341. package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
  342. package/lib/db/Models/user/user-event.d.ts.map +0 -1
  343. package/lib/db/Models/user/user.d.ts.map +0 -1
  344. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  345. package/lib/forms/abstract.form.d.ts.map +0 -1
  346. package/lib/forms/address/address.form.d.ts.map +0 -1
  347. package/lib/forms/address/index.d.ts.map +0 -1
  348. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  349. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  350. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  351. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  352. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  353. package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
  354. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  355. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  356. package/lib/forms/client/index.d.ts.map +0 -1
  357. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  358. package/lib/forms/depreciation/index.d.ts.map +0 -1
  359. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  360. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  361. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  362. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  363. package/lib/forms/holding/index.d.ts.map +0 -1
  364. package/lib/forms/index.d.ts.map +0 -1
  365. package/lib/forms/loan/index.d.ts.map +0 -1
  366. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  367. package/lib/forms/login/login.form.d.ts.map +0 -1
  368. package/lib/forms/phone/index.d.ts.map +0 -1
  369. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  370. package/lib/forms/property/index.d.ts.map +0 -1
  371. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  372. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  373. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  374. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  375. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  376. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  377. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  378. 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
  379. 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
  380. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  381. 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
  382. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  383. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  384. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  385. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  386. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  387. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  388. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  389. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  390. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  391. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  392. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  393. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  394. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  395. package/lib/forms/sole/index.d.ts.map +0 -1
  396. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  397. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  398. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  399. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  400. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  401. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  402. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  403. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  404. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  405. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  406. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  407. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  408. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  409. package/lib/forms/transaction/holding/holding-income.form.d.ts.map +0 -1
  410. package/lib/forms/transaction/index.d.ts.map +0 -1
  411. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  412. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  413. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  414. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  415. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  416. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  417. package/lib/forms/user/index.d.ts.map +0 -1
  418. package/lib/forms/user/password.form.d.ts.map +0 -1
  419. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  420. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  421. package/lib/forms/vehicle/index.d.ts.map +0 -1
  422. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  423. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  424. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  425. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  426. package/lib/functions/array/index.d.ts.map +0 -1
  427. package/lib/functions/array/replace.d.ts.map +0 -1
  428. package/lib/functions/array/sort-deep.d.ts.map +0 -1
  429. package/lib/functions/array/sort.d.ts.map +0 -1
  430. package/lib/functions/array/to-array.d.ts.map +0 -1
  431. package/lib/functions/clone-deep.d.ts.map +0 -1
  432. package/lib/functions/create-date.d.ts.map +0 -1
  433. package/lib/functions/enum-to-list.d.ts.map +0 -1
  434. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  435. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  436. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  437. package/lib/functions/round-to.d.ts.map +0 -1
  438. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  439. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  440. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  441. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  442. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  443. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  444. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  445. package/lib/interfaces/asset-entity-type.enum.d.ts.map +0 -1
  446. package/lib/interfaces/asset-type.enum.d.ts.map +0 -1
  447. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  448. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  449. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  450. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  451. package/lib/interfaces/document.interface.d.ts.map +0 -1
  452. package/lib/interfaces/documentable.interface.d.ts.map +0 -1
  453. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  454. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  455. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  456. package/lib/interfaces/index.d.ts.map +0 -1
  457. package/lib/interfaces/option.interface.d.ts.map +0 -1
  458. package/lib/interfaces/photoable.d.ts.map +0 -1
  459. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  460. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  461. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  462. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  463. package/lib/messages/index.d.ts.map +0 -1
  464. package/lib/messages/messages.enum.d.ts.map +0 -1
  465. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  466. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  467. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  468. package/lib/models/asset-sale.d.ts +0 -7
  469. package/lib/models/asset-sale.d.ts.map +0 -1
  470. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  471. package/lib/models/badge/badge.d.ts.map +0 -1
  472. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  473. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  474. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  475. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  476. package/lib/models/bank/bank-account.d.ts.map +0 -1
  477. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  478. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  479. package/lib/models/bank/bank-login-data.d.ts.map +0 -1
  480. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  481. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  482. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  483. package/lib/models/bank/bank.d.ts.map +0 -1
  484. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  485. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  486. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  487. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  488. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  489. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  490. package/lib/models/bank/index.d.ts.map +0 -1
  491. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  492. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  493. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  494. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  495. package/lib/models/chart/chart-data.d.ts.map +0 -1
  496. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  497. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  498. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  499. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  500. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  501. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  502. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  503. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  504. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  505. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  506. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  507. package/lib/models/chat/chat.d.ts.map +0 -1
  508. package/lib/models/chat/index.d.ts.map +0 -1
  509. package/lib/models/chat/message-document.d.ts.map +0 -1
  510. package/lib/models/chat/message.d.ts.map +0 -1
  511. package/lib/models/client/annual-client-details.d.ts.map +0 -1
  512. package/lib/models/client/client-details.d.ts.map +0 -1
  513. package/lib/models/client/client-income-types.d.ts.map +0 -1
  514. package/lib/models/client/client-invite.d.ts.map +0 -1
  515. package/lib/models/client/client-movement.d.ts.map +0 -1
  516. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  517. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  518. package/lib/models/client/index.d.ts.map +0 -1
  519. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  520. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  521. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  522. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  523. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  524. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  525. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  526. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  527. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  528. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  529. package/lib/models/depreciation/index.d.ts.map +0 -1
  530. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  531. package/lib/models/dictionary/index.d.ts.map +0 -1
  532. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  533. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  534. package/lib/models/document/document-folder.d.ts.map +0 -1
  535. package/lib/models/document/document.d.ts.map +0 -1
  536. package/lib/models/document/index.d.ts.map +0 -1
  537. package/lib/models/employee/employee-details.d.ts.map +0 -1
  538. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  539. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  540. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  541. package/lib/models/event/app-event-type.enum.d.ts.map +0 -1
  542. package/lib/models/event/app-event.d.ts.map +0 -1
  543. package/lib/models/event/index.d.ts.map +0 -1
  544. package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
  545. package/lib/models/export/export-cell.d.ts.map +0 -1
  546. package/lib/models/export/export-data-table.d.ts.map +0 -1
  547. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  548. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  549. package/lib/models/export/export-row.d.ts.map +0 -1
  550. package/lib/models/file/file.d.ts.map +0 -1
  551. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  552. package/lib/models/file/index.d.ts.map +0 -1
  553. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  554. package/lib/models/financial-year/index.d.ts.map +0 -1
  555. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  556. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  557. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  558. package/lib/models/firm/firm.d.ts.map +0 -1
  559. package/lib/models/holding/holding-sale.d.ts.map +0 -1
  560. package/lib/models/holding/holding-type-exchange.d.ts.map +0 -1
  561. package/lib/models/holding/holding-type.d.ts.map +0 -1
  562. package/lib/models/holding/holding.d.ts.map +0 -1
  563. package/lib/models/holding/index.d.ts.map +0 -1
  564. package/lib/models/income-position/income-position.d.ts.map +0 -1
  565. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  566. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  567. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  568. package/lib/models/income-source/income-source.d.ts.map +0 -1
  569. package/lib/models/income-source/index.d.ts.map +0 -1
  570. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  571. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  572. package/lib/models/index.d.ts.map +0 -1
  573. package/lib/models/loan/index.d.ts.map +0 -1
  574. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  575. package/lib/models/loan/loan-payment.d.ts.map +0 -1
  576. package/lib/models/loan/loan-payout.d.ts.map +0 -1
  577. package/lib/models/loan/loan.d.ts.map +0 -1
  578. package/lib/models/notification/index.d.ts.map +0 -1
  579. package/lib/models/notification/notification.d.ts.map +0 -1
  580. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  581. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  582. package/lib/models/phone/phone.d.ts.map +0 -1
  583. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  584. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  585. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  586. package/lib/models/property/index.d.ts.map +0 -1
  587. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  588. package/lib/models/property/property-category.d.ts.map +0 -1
  589. package/lib/models/property/property-document.d.ts.map +0 -1
  590. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  591. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  592. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  593. package/lib/models/property/property-forecast.d.ts.map +0 -1
  594. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  595. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  596. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  597. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  598. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  599. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  600. package/lib/models/property/property-share.d.ts.map +0 -1
  601. package/lib/models/property/property-subscription.d.ts.map +0 -1
  602. package/lib/models/property/property-valuation.d.ts.map +0 -1
  603. package/lib/models/property/property.d.ts.map +0 -1
  604. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  605. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  606. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  607. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  608. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  609. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  610. package/lib/models/report/index.d.ts.map +0 -1
  611. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  612. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  613. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  614. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  615. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  616. 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
  617. 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
  618. 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
  619. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  620. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  621. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  622. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  623. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  624. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  625. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  626. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  627. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  628. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  629. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  630. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  631. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  632. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  633. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  634. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  635. package/lib/models/report/property/index.d.ts.map +0 -1
  636. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  637. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  638. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  639. package/lib/models/report/sole/index.d.ts.map +0 -1
  640. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  641. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  642. package/lib/models/service-subscription/index.d.ts.map +0 -1
  643. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  644. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  645. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  646. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  647. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  648. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  649. package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +0 -1
  650. package/lib/models/service-subscription/service-promo-code.d.ts.map +0 -1
  651. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  652. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  653. package/lib/models/sole/bas-report.d.ts.map +0 -1
  654. package/lib/models/sole/index.d.ts.map +0 -1
  655. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  656. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  657. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  658. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  659. package/lib/models/sole/sole-business.d.ts.map +0 -1
  660. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  661. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  662. package/lib/models/sole/sole-details.d.ts.map +0 -1
  663. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  664. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  665. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  666. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  667. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  668. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  669. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  670. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  671. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  672. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  673. package/lib/models/toast/toast.d.ts.map +0 -1
  674. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  675. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  676. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  677. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  678. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  679. package/lib/models/transaction/index.d.ts.map +0 -1
  680. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  681. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  682. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  683. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  684. package/lib/models/transaction/transaction.d.ts.map +0 -1
  685. package/lib/models/user/index.d.ts.map +0 -1
  686. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  687. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  688. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  689. package/lib/models/user/my-account-history.d.ts.map +0 -1
  690. package/lib/models/user/occupation.d.ts.map +0 -1
  691. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  692. package/lib/models/user/user-to-register.d.ts.map +0 -1
  693. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  694. package/lib/models/user/user.d.ts.map +0 -1
  695. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  696. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  697. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  698. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  699. package/lib/models/vehicle/index.d.ts.map +0 -1
  700. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  701. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  702. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  703. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  704. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  705. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  706. package/lib/services/account-setup/index.d.ts.map +0 -1
  707. package/lib/services/affiliate/index.d.ts.map +0 -1
  708. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  709. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  710. package/lib/services/asset/assets.service.d.ts.map +0 -1
  711. package/lib/services/asset/index.d.ts.map +0 -1
  712. package/lib/services/auth/auth.service.d.ts.map +0 -1
  713. package/lib/services/auth/index.d.ts.map +0 -1
  714. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  715. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  716. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  717. package/lib/services/bank/index.d.ts.map +0 -1
  718. package/lib/services/data.service.d.ts.map +0 -1
  719. package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
  720. package/lib/services/event/index.d.ts.map +0 -1
  721. package/lib/services/event/sse.service.d.ts.map +0 -1
  722. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  723. package/lib/services/export/index.d.ts.map +0 -1
  724. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  725. package/lib/services/header-title/index.d.ts.map +0 -1
  726. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  727. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  728. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  729. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  730. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  731. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  732. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  733. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  734. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  735. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  736. package/lib/services/http/bank/index.d.ts.map +0 -1
  737. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  738. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  739. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  740. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  741. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  742. package/lib/services/http/chat/index.d.ts.map +0 -1
  743. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  744. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  745. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  746. package/lib/services/http/client/index.d.ts.map +0 -1
  747. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  748. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  749. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  750. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  751. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  752. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  753. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  754. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  755. package/lib/services/http/document/document.service.d.ts.map +0 -1
  756. package/lib/services/http/document/index.d.ts.map +0 -1
  757. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  758. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  759. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  760. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  761. package/lib/services/http/facebook/index.d.ts.map +0 -1
  762. package/lib/services/http/file/file.service.d.ts.map +0 -1
  763. package/lib/services/http/file/index.d.ts.map +0 -1
  764. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  765. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  766. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  767. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  768. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  769. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  770. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  771. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  772. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  773. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  774. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  775. package/lib/services/http/firm/index.d.ts.map +0 -1
  776. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  777. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  778. package/lib/services/http/google/google.service.d.ts.map +0 -1
  779. package/lib/services/http/google/index.d.ts.map +0 -1
  780. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  781. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  782. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  783. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  784. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  785. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  786. package/lib/services/http/holding/index.d.ts.map +0 -1
  787. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  788. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  789. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  790. package/lib/services/http/income-source/index.d.ts.map +0 -1
  791. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  792. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  793. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  794. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  795. package/lib/services/http/index.d.ts.map +0 -1
  796. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  797. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  798. package/lib/services/http/loan/index.d.ts.map +0 -1
  799. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  800. package/lib/services/http/property/index.d.ts.map +0 -1
  801. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  802. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  803. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  804. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  805. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  806. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  807. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  808. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  809. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  810. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  811. package/lib/services/http/property/property.service.d.ts.map +0 -1
  812. package/lib/services/http/receipt/index.d.ts.map +0 -1
  813. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  814. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  815. package/lib/services/http/rest/index.d.ts.map +0 -1
  816. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  817. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  818. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  819. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  820. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  821. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  822. package/lib/services/http/sole/index.d.ts.map +0 -1
  823. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  824. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  825. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  826. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  827. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  828. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  829. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  830. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  831. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  832. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  833. package/lib/services/http/subscription/index.d.ts.map +0 -1
  834. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  835. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  836. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  837. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  838. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  839. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  840. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  841. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  842. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  843. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  844. package/lib/services/http/transaction/index.d.ts.map +0 -1
  845. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  846. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  847. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  848. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  849. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  850. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  851. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  852. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  853. package/lib/services/http/user/index.d.ts.map +0 -1
  854. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  855. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  856. package/lib/services/http/user/user.service.d.ts.map +0 -1
  857. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  858. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  859. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  860. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  861. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  862. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  863. package/lib/services/index.d.ts.map +0 -1
  864. package/lib/services/intercom/index.d.ts.map +0 -1
  865. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  866. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  867. package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
  868. package/lib/services/json/index.d.ts.map +0 -1
  869. package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  870. package/lib/services/pdf/index.d.ts.map +0 -1
  871. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  872. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  873. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  874. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  875. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  876. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  877. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  878. package/lib/services/preloader/index.d.ts.map +0 -1
  879. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  880. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  881. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  882. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  883. package/lib/services/property/index.d.ts.map +0 -1
  884. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  885. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  886. package/lib/services/report/index.d.ts.map +0 -1
  887. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  888. package/lib/services/toast/index.d.ts.map +0 -1
  889. package/lib/services/toast/toast.service.d.ts.map +0 -1
  890. package/lib/services/transaction/index.d.ts.map +0 -1
  891. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  892. package/lib/services/user/index.d.ts.map +0 -1
  893. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  894. package/lib/services/vehicle/index.d.ts.map +0 -1
  895. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  896. package/lib/services/xlsx/index.d.ts.map +0 -1
  897. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  898. package/lib/tt-core.module.d.ts.map +0 -1
  899. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  900. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  901. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  902. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  903. package/lib/validators/conditional.validator.d.ts.map +0 -1
  904. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  905. package/lib/validators/date-range.validator.d.ts.map +0 -1
  906. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  907. package/lib/validators/file.validator.d.ts.map +0 -1
  908. package/lib/validators/greater-than.validator.d.ts.map +0 -1
  909. package/lib/validators/index.d.ts.map +0 -1
  910. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  911. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  912. package/lib/validators/password-match.validator.d.ts.map +0 -1
  913. package/lib/validators/password.validator.d.ts.map +0 -1
  914. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  915. package/lib/validators/required-length.validator.d.ts.map +0 -1
  916. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  917. package/public-api.d.ts.map +0 -1
  918. package/taxtank-core.d.ts.map +0 -1
@@ -69,9 +69,9 @@ class CorelogicService {
69
69
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
70
70
  }
71
71
  }
72
- 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 });
73
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
72
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
73
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, providedIn: 'root' });
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, decorators: [{
75
75
  type: Injectable,
76
76
  args: [{
77
77
  providedIn: 'root'
@@ -109,9 +109,9 @@ class CorelogicInterceptor {
109
109
  });
110
110
  }
111
111
  }
112
- 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 });
113
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
112
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
113
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor });
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor, decorators: [{
115
115
  type: Injectable
116
116
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
117
117
  type: Inject,
@@ -148,18 +148,16 @@ class FinancialYearInterceptor {
148
148
  return next.handle(clonedReq);
149
149
  }
150
150
  }
151
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
152
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
151
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
152
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor });
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
154
154
  type: Injectable
155
155
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
156
156
  type: Inject,
157
157
  args: ['environment']
158
158
  }] }]; } });
159
159
 
160
- /**
161
- * @TODO move from db folder when refactored base models
162
- */
160
+ // @TODO make it abstract
163
161
  class AbstractModel {
164
162
  hasValue(value, path = 'id') {
165
163
  return get(path) === value;
@@ -300,7 +298,6 @@ __decorate([
300
298
  ], BankAccountProperty$1.prototype, "percent", void 0);
301
299
 
302
300
  /**
303
- * @TODO move from db folder when refactored base models
304
301
  * Model, which children should be listened via event dispatcher service ising automatic events
305
302
  */
306
303
  class ObservableModel extends AbstractModel {
@@ -1680,6 +1677,13 @@ class LoanCollection extends Collection {
1680
1677
  }
1681
1678
 
1682
1679
  class PropertySaleCollection extends Collection {
1680
+ /**
1681
+ * @TODO vik remove?
1682
+ */
1683
+ get grossCapitalGain() {
1684
+ return this.filter((propertySale) => propertySale.grossCapitalGain > 0)
1685
+ .sumBy('grossCapitalGain');
1686
+ }
1683
1687
  /**
1684
1688
  * Property sales are CGT applicable unless it has "Principle place of residence" exemption type
1685
1689
  */
@@ -1689,6 +1693,18 @@ class PropertySaleCollection extends Collection {
1689
1693
  getByPropertyShareIds(ids) {
1690
1694
  return this.filterBy('share.id', ids);
1691
1695
  }
1696
+ get currentYearCapitalLoss() {
1697
+ return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
1698
+ }
1699
+ get fullExemptionGrossCapitalGain() {
1700
+ return this.filter((sale) => sale.grossCapitalGain > 0 && sale.netCapitalGain == 0).grossCapitalGain;
1701
+ }
1702
+ get halfExemptionGrossCapitalGain() {
1703
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain != sale.grossCapitalGain).grossCapitalGain;
1704
+ }
1705
+ get noExemptionGrossCapitalGain() {
1706
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain == sale.grossCapitalGain).grossCapitalGain;
1707
+ }
1692
1708
  }
1693
1709
 
1694
1710
  var TaxExemptionMetaFieldEnum;
@@ -3660,13 +3676,7 @@ class TaxExemption extends TaxExemption$1 {
3660
3676
  }
3661
3677
  }
3662
3678
 
3663
- class AssetSale extends ObservableModel {
3664
- }
3665
- __decorate([
3666
- Type(() => Date)
3667
- ], AssetSale.prototype, "date", void 0);
3668
-
3669
- class PropertySale extends AssetSale {
3679
+ class PropertySale extends PropertySale$1 {
3670
3680
  get saleCostsTotalAmount() {
3671
3681
  return this.commission + this.legalFees + this.otherCost;
3672
3682
  }
@@ -7130,6 +7140,22 @@ class HoldingCollection extends ExportableCollection {
7130
7140
  }
7131
7141
 
7132
7142
  class HoldingSaleCollection extends ExportableCollection {
7143
+ /**
7144
+ * @TODO vik remove?
7145
+ */
7146
+ get grossCapitalGain() {
7147
+ return this.filter((sale) => sale.grossCapitalGain > 0)
7148
+ .sumBy('grossCapitalGain');
7149
+ }
7150
+ get currentYearCapitalLoss() {
7151
+ return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
7152
+ }
7153
+ get halfExemptionGrossCapitalGain() {
7154
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain !== sale.grossCapitalGain).grossCapitalGain;
7155
+ }
7156
+ get noExemptionGrossCapitalGain() {
7157
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain === sale.grossCapitalGain).grossCapitalGain;
7158
+ }
7133
7159
  getExportHeader() {
7134
7160
  return ['Ticker', 'Asset type', 'Date of buy', 'Date of sale', 'My Capital Gain/(Loss)', 'Exempt or Concession'];
7135
7161
  }
@@ -7190,51 +7216,6 @@ class HoldingTypeCollection extends Collection {
7190
7216
  }
7191
7217
  }
7192
7218
 
7193
- class AssetSaleCollection extends Collection {
7194
- get grossCapitalProfit() {
7195
- return this.filter((sale) => sale.grossCapitalGain > 0)
7196
- .sumBy('grossCapitalGain');
7197
- }
7198
- get fullExemptionSales() {
7199
- return this.filter((sale) => sale.grossCapitalGain != 0 && sale.netCapitalGain == 0);
7200
- }
7201
- get fullExemptionGrossCapitalProfit() {
7202
- return this.filter((sale) => sale.grossCapitalGain > 0 && sale.netCapitalGain == 0).grossCapitalProfit;
7203
- }
7204
- get halfExemptionGrossCapitalProfit() {
7205
- return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain !== sale.grossCapitalGain).grossCapitalProfit;
7206
- }
7207
- get noExemptionGrossCapitalProfit() {
7208
- return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain === sale.grossCapitalGain).grossCapitalProfit;
7209
- }
7210
- get taxableGrossCapitalProfit() {
7211
- return this.halfExemptionGrossCapitalProfit + this.noExemptionGrossCapitalProfit;
7212
- }
7213
- get currentYearCapitalLoss() {
7214
- return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
7215
- }
7216
- /**
7217
- * NET CAPITAL GAIN/(LOSS) AFTER CONCESSIONS & DISCOUNTS
7218
- */
7219
- calculateNetCapitalGain(priorCapitalLoss) {
7220
- // gross capital profit
7221
- const noExemptionGrossCapitalProfit = this.noExemptionGrossCapitalProfit;
7222
- const taxableGrossCapitalProfit = this.taxableGrossCapitalProfit;
7223
- // gross capital loss
7224
- const currentYearCapitalLoss = this.currentYearCapitalLoss;
7225
- const currentYearCapitalLossApplied = Math.min(taxableGrossCapitalProfit, currentYearCapitalLoss);
7226
- const priorYearCapitalLossApplied = Math.min(priorCapitalLoss, taxableGrossCapitalProfit - currentYearCapitalLossApplied);
7227
- const capitalLossApplied = currentYearCapitalLossApplied + priorYearCapitalLossApplied;
7228
- // grossCapitalProfit after loss
7229
- const noExemptionCapitalGain = Math.max(noExemptionGrossCapitalProfit - capitalLossApplied, 0);
7230
- const halfExemptionCapitalGain = Math.max(this.halfExemptionGrossCapitalProfit - (capitalLossApplied - noExemptionGrossCapitalProfit), 0);
7231
- const capitalGain = noExemptionCapitalGain + halfExemptionCapitalGain;
7232
- // capitalGain after exemption
7233
- const cgtDiscount = halfExemptionCapitalGain / 2;
7234
- return noExemptionCapitalGain + cgtDiscount - currentYearCapitalLoss + currentYearCapitalLossApplied;
7235
- }
7236
- }
7237
-
7238
7219
  // @TODO Alex move here all collections
7239
7220
 
7240
7221
  class ServicePromoCode {
@@ -8529,7 +8510,7 @@ __decorate([
8529
8510
  Type(() => HoldingTypeExchange)
8530
8511
  ], HoldingType.prototype, "exchange", void 0);
8531
8512
 
8532
- class HoldingSale extends AssetSale {
8513
+ class HoldingSale extends ObservableModel {
8533
8514
  /**
8534
8515
  * netCapitalGain is different from grossCapitalGain only when 1 year rule applied
8535
8516
  */
@@ -8555,6 +8536,9 @@ class HoldingSale extends AssetSale {
8555
8536
  __decorate([
8556
8537
  Transform(({ value }) => ({ id: value.id }), { toPlainOnly: true })
8557
8538
  ], HoldingSale.prototype, "holding", void 0);
8539
+ __decorate([
8540
+ Type(() => Date)
8541
+ ], HoldingSale.prototype, "date", void 0);
8558
8542
  __decorate([
8559
8543
  Type(() => AppFile)
8560
8544
  ], HoldingSale.prototype, "file", void 0);
@@ -8869,9 +8853,9 @@ class JwtService extends JwtHelperService {
8869
8853
  return this.getUser().id === userId;
8870
8854
  }
8871
8855
  }
8872
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8873
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8856
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8857
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, providedIn: 'root' });
8858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, decorators: [{
8875
8859
  type: Injectable,
8876
8860
  args: [{
8877
8861
  providedIn: 'root'
@@ -8906,9 +8890,9 @@ class EventDispatcherService {
8906
8890
  this.eventSubject2.next(event);
8907
8891
  }
8908
8892
  }
8909
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8910
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
8893
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8894
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, decorators: [{
8912
8896
  type: Injectable,
8913
8897
  args: [{
8914
8898
  providedIn: 'root'
@@ -8957,9 +8941,9 @@ class AuthService {
8957
8941
  location.replace(url);
8958
8942
  }
8959
8943
  }
8960
- 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 });
8961
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
8962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
8944
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8945
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, providedIn: 'root' });
8946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, decorators: [{
8963
8947
  type: Injectable,
8964
8948
  args: [{
8965
8949
  providedIn: 'root'
@@ -9092,9 +9076,9 @@ class JwtInterceptor {
9092
9076
  });
9093
9077
  }
9094
9078
  }
9095
- 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 });
9096
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9079
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9080
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor });
9081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor, decorators: [{
9098
9082
  type: Injectable
9099
9083
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
9100
9084
  type: Inject,
@@ -9127,9 +9111,9 @@ class UserSwitcherService {
9127
9111
  window.location.replace('/firm/dashboard');
9128
9112
  }
9129
9113
  }
9130
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9131
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9114
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9115
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, decorators: [{
9133
9117
  type: Injectable,
9134
9118
  args: [{
9135
9119
  providedIn: 'root'
@@ -9175,9 +9159,9 @@ class UserSwitcherInterceptor {
9175
9159
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9176
9160
  }
9177
9161
  }
9178
- 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 });
9179
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9162
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9163
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor });
9164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9181
9165
  type: Injectable
9182
9166
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9183
9167
  type: Inject,
@@ -9258,6 +9242,7 @@ const ENDPOINTS = {
9258
9242
  DEPRECIATIONS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+'),
9259
9243
  DEPRECIATION_RECEIPTS_POST: new Endpoint('POST', '\\/depreciations\\/\\d+\\/receipts'),
9260
9244
  DEPRECIATION_RECEIPTS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+\\/receipts\\/\\d+'),
9245
+ DOWNLOAD_FILE_GET: new Endpoint('GET', '\\/files\\/\\d+\\/download'),
9261
9246
  EMPLOYEES_GET: new Endpoint('GET', '\\/employees'),
9262
9247
  EMPLOYEES_INVITES_GET: new Endpoint('GET', '\\/employees\\/\\invites'),
9263
9248
  EMPLOYEES_INVITES_DELETE: new Endpoint('DELETE', '\\/employees\\/\\invites\\/\\d+'),
@@ -9449,9 +9434,9 @@ class PreloaderService {
9449
9434
  this.activePreloaders.next(activePreloaders);
9450
9435
  }
9451
9436
  }
9452
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9453
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9437
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9438
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, decorators: [{
9455
9440
  type: Injectable,
9456
9441
  args: [{
9457
9442
  providedIn: 'root'
@@ -9479,9 +9464,9 @@ class PreloaderInterceptor {
9479
9464
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9480
9465
  }
9481
9466
  }
9482
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9483
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9467
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9468
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor });
9469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9485
9470
  type: Injectable
9486
9471
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9487
9472
 
@@ -9511,9 +9496,9 @@ class DataService {
9511
9496
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9512
9497
  }
9513
9498
  }
9514
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9515
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9499
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9500
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, providedIn: 'root' });
9501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, decorators: [{
9517
9502
  type: Injectable,
9518
9503
  args: [{
9519
9504
  providedIn: 'root'
@@ -9550,9 +9535,9 @@ class SseService {
9550
9535
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9551
9536
  }
9552
9537
  }
9553
- 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 });
9554
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9538
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9539
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, providedIn: 'root' });
9540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, decorators: [{
9556
9541
  type: Injectable,
9557
9542
  args: [{
9558
9543
  providedIn: 'root'
@@ -9760,9 +9745,9 @@ let RestService$1 = class RestService extends DataService {
9760
9745
  */
9761
9746
  listenEvents() { }
9762
9747
  };
9763
- 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 });
9764
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9748
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9749
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, providedIn: 'root' });
9750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, decorators: [{
9766
9751
  type: Injectable,
9767
9752
  args: [{
9768
9753
  providedIn: 'root'
@@ -9880,9 +9865,9 @@ class ToastService {
9880
9865
  }));
9881
9866
  }
9882
9867
  }
9883
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9884
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
9868
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9869
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, providedIn: 'root' });
9870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, decorators: [{
9886
9871
  type: Injectable,
9887
9872
  args: [{
9888
9873
  providedIn: 'root'
@@ -9972,9 +9957,9 @@ BankConnectionService.userEventTypes = [
9972
9957
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9973
9958
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9974
9959
  ];
9975
- 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 });
9976
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
9960
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9961
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, decorators: [{
9978
9963
  type: Injectable,
9979
9964
  args: [{
9980
9965
  providedIn: 'root'
@@ -10084,9 +10069,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
10084
10069
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10085
10070
  */
10086
10071
  BasiqService.bankCredintialsCheckInterval = 3000;
10087
- 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 });
10088
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10072
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10073
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, providedIn: 'root' });
10074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, decorators: [{
10090
10075
  type: Injectable,
10091
10076
  args: [{
10092
10077
  providedIn: 'root'
@@ -10121,9 +10106,9 @@ class BasiqTokenService extends RestService$1 {
10121
10106
  return this.cacheSubject.asObservable();
10122
10107
  }
10123
10108
  }
10124
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10125
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10109
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10110
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, decorators: [{
10127
10112
  type: Injectable,
10128
10113
  args: [{
10129
10114
  providedIn: 'root'
@@ -10152,9 +10137,9 @@ class BasiqTokenInterceptor {
10152
10137
  });
10153
10138
  }
10154
10139
  }
10155
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10156
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10140
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10141
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor });
10142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10158
10143
  type: Injectable
10159
10144
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10160
10145
 
@@ -10328,9 +10313,9 @@ class UserService {
10328
10313
  });
10329
10314
  }
10330
10315
  }
10331
- 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 });
10332
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10316
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10317
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, providedIn: 'root' });
10318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, decorators: [{
10334
10319
  type: Injectable,
10335
10320
  args: [{
10336
10321
  providedIn: 'root'
@@ -10360,17 +10345,17 @@ class BasiqClientIdInterceptor {
10360
10345
  });
10361
10346
  }
10362
10347
  }
10363
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10364
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10348
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10349
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor });
10350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10366
10351
  type: Injectable
10367
10352
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10368
10353
 
10369
10354
  class InterceptorsModule {
10370
10355
  }
10371
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10372
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10373
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10356
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10357
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule });
10358
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, providers: [
10374
10359
  {
10375
10360
  provide: HTTP_INTERCEPTORS,
10376
10361
  useClass: CorelogicInterceptor,
@@ -10408,7 +10393,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10408
10393
  multi: true
10409
10394
  }
10410
10395
  ] });
10411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, decorators: [{
10412
10397
  type: NgModule,
10413
10398
  args: [{
10414
10399
  providers: [
@@ -10466,12 +10451,12 @@ class TtCoreModule {
10466
10451
  };
10467
10452
  }
10468
10453
  }
10469
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10470
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10454
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10455
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10471
10456
  InterceptorsModule] });
10472
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10457
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10473
10458
  InterceptorsModule] });
10474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, decorators: [{
10475
10460
  type: NgModule,
10476
10461
  args: [{
10477
10462
  declarations: [],
@@ -11155,15 +11140,14 @@ class MyTaxBusinessLosses {
11155
11140
  *
11156
11141
  */
11157
11142
  class MyTaxCgt {
11158
- static createFrom(propertySales, holdingSales, clientCapitalLoss) {
11159
- const assetSales = new AssetSaleCollection([...propertySales.toArray(), ...holdingSales.toArray()]);
11160
- const netCapitalGain = assetSales.calculateNetCapitalGain(clientCapitalLoss);
11143
+ static createFrom(propertySales, properties, clientCapitalLoss) {
11161
11144
  return plainToClass(MyTaxCgt, {
11162
- hasAssetSales: !!assetSales.length,
11163
- hasExemption: !!assetSales.fullExemptionSales.length,
11164
- netCapitalProfit: Math.max(0, netCapitalGain),
11165
- taxableGrossCapitalProfit: assetSales.taxableGrossCapitalProfit,
11166
- netCapitalLoss: Math.min(0, netCapitalGain),
11145
+ // @TODO vik losses should be applied
11146
+ hasCapitalGain: !!propertySales.grossCapitalGain,
11147
+ hasExemption: !!propertySales.grossCapitalGain && this.isCGTApplicable(propertySales, properties),
11148
+ netCapitalGain: propertySales.sumBy('netCapitalGain'),
11149
+ grossCapitalGain: propertySales.grossCapitalGain,
11150
+ netCapitalLoss: clientCapitalLoss
11167
11151
  });
11168
11152
  }
11169
11153
  /**
@@ -12017,9 +12001,9 @@ class AddressService {
12017
12001
  return this.countriesSubject.asObservable();
12018
12002
  }
12019
12003
  }
12020
- 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 });
12021
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12004
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12005
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, providedIn: 'root' });
12006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, decorators: [{
12023
12007
  type: Injectable,
12024
12008
  args: [{
12025
12009
  providedIn: 'root'
@@ -12073,9 +12057,9 @@ class BankAccountService extends RestService$1 {
12073
12057
  });
12074
12058
  }
12075
12059
  }
12076
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12077
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12060
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12061
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, decorators: [{
12079
12063
  type: Injectable,
12080
12064
  args: [{
12081
12065
  providedIn: 'root'
@@ -12137,9 +12121,9 @@ class BankTransactionService extends RestService$1 {
12137
12121
  });
12138
12122
  }
12139
12123
  }
12140
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12141
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12124
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12125
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, decorators: [{
12143
12127
  type: Injectable,
12144
12128
  args: [{
12145
12129
  providedIn: 'root'
@@ -12166,9 +12150,9 @@ class BankService extends RestService$1 {
12166
12150
  banks.filter((bank) => bank.isManual || (!!bank.externalId && !!bank.loginFields))));
12167
12151
  }
12168
12152
  }
12169
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12170
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12153
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12154
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, providedIn: 'root' });
12155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, decorators: [{
12172
12156
  type: Injectable,
12173
12157
  args: [{
12174
12158
  providedIn: 'root'
@@ -12188,9 +12172,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12188
12172
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12189
12173
  }
12190
12174
  }
12191
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12192
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12175
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12176
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12194
12178
  type: Injectable,
12195
12179
  args: [{
12196
12180
  providedIn: 'root'
@@ -12230,9 +12214,9 @@ class ChartAccountsService extends RestService$1 {
12230
12214
  }));
12231
12215
  }
12232
12216
  }
12233
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12234
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12217
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12218
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, decorators: [{
12236
12220
  type: Injectable,
12237
12221
  args: [{
12238
12222
  providedIn: 'root'
@@ -12301,9 +12285,9 @@ class ChatService extends RestService$1 {
12301
12285
  });
12302
12286
  }
12303
12287
  }
12304
- 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 });
12305
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12288
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12289
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, providedIn: 'root' });
12290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, decorators: [{
12307
12291
  type: Injectable,
12308
12292
  args: [{
12309
12293
  providedIn: 'root'
@@ -12360,9 +12344,9 @@ class MessageService extends RestService$1 {
12360
12344
  });
12361
12345
  }
12362
12346
  }
12363
- 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 });
12364
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12347
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12348
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, providedIn: 'root' });
12349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, decorators: [{
12366
12350
  type: Injectable,
12367
12351
  args: [{
12368
12352
  providedIn: 'root'
@@ -12431,9 +12415,9 @@ class MessageDocumentService extends RestService$1 {
12431
12415
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12432
12416
  }
12433
12417
  }
12434
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12435
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12418
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12419
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, decorators: [{
12437
12421
  type: Injectable,
12438
12422
  args: [{
12439
12423
  providedIn: 'root'
@@ -12556,9 +12540,9 @@ class DepreciationService extends RestService$1 {
12556
12540
  });
12557
12541
  }
12558
12542
  }
12559
- 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 });
12560
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12543
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12544
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, decorators: [{
12562
12546
  type: Injectable,
12563
12547
  args: [{
12564
12548
  providedIn: 'root'
@@ -12608,9 +12592,9 @@ class DepreciationCapitalProjectService {
12608
12592
  }));
12609
12593
  }
12610
12594
  }
12611
- 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 });
12612
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12595
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12596
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12614
12598
  type: Injectable,
12615
12599
  args: [{
12616
12600
  providedIn: 'root'
@@ -12676,9 +12660,9 @@ class ReceiptService {
12676
12660
  return plainToClass(this.modelClass, data);
12677
12661
  }
12678
12662
  }
12679
- 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 });
12680
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12663
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12664
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, decorators: [{
12682
12666
  type: Injectable,
12683
12667
  args: [{
12684
12668
  providedIn: 'root'
@@ -12707,9 +12691,9 @@ class DepreciationReceiptService extends ReceiptService {
12707
12691
  this.listenEvents();
12708
12692
  }
12709
12693
  }
12710
- 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 });
12711
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12694
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12695
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12713
12697
  type: Injectable,
12714
12698
  args: [{
12715
12699
  providedIn: 'root'
@@ -12919,9 +12903,9 @@ class RestService {
12919
12903
  */
12920
12904
  listenEvents() { }
12921
12905
  }
12922
- 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 });
12923
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
12924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
12906
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12907
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, providedIn: 'root' });
12908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, decorators: [{
12925
12909
  type: Injectable,
12926
12910
  args: [{
12927
12911
  providedIn: 'root'
@@ -12938,9 +12922,9 @@ class DocumentService extends RestService {
12938
12922
  this.modelClass = Document;
12939
12923
  }
12940
12924
  }
12941
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12942
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
12943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
12925
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12926
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, providedIn: 'root' });
12927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, decorators: [{
12944
12928
  type: Injectable,
12945
12929
  args: [{
12946
12930
  providedIn: 'root'
@@ -13006,9 +12990,9 @@ class DocumentFolderService extends RestService {
13006
12990
  }));
13007
12991
  }
13008
12992
  }
13009
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13010
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
12993
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12994
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, decorators: [{
13012
12996
  type: Injectable,
13013
12997
  args: [{
13014
12998
  providedIn: 'root'
@@ -13083,9 +13067,9 @@ FacebookService.authOptions = {
13083
13067
  auth_type: 'rerequest',
13084
13068
  return_scopes: true
13085
13069
  };
13086
- 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 });
13087
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13070
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13071
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, providedIn: 'root' });
13072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, decorators: [{
13089
13073
  type: Injectable,
13090
13074
  args: [{
13091
13075
  providedIn: 'root'
@@ -13153,9 +13137,9 @@ class GoogleService {
13153
13137
  google.accounts.id.disableAutoSelect();
13154
13138
  }
13155
13139
  }
13156
- 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 });
13157
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13140
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13141
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, providedIn: 'root' });
13142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, decorators: [{
13159
13143
  type: Injectable,
13160
13144
  args: [{
13161
13145
  providedIn: 'root'
@@ -13184,9 +13168,9 @@ class FileService extends RestService$1 {
13184
13168
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13185
13169
  }
13186
13170
  }
13187
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13188
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13171
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13172
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, providedIn: 'root' });
13173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, decorators: [{
13190
13174
  type: Injectable,
13191
13175
  args: [{
13192
13176
  providedIn: 'root'
@@ -13203,9 +13187,9 @@ class ClientIncomeTypesService extends RestService$1 {
13203
13187
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13204
13188
  }
13205
13189
  }
13206
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13207
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13190
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13191
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13209
13193
  type: Injectable,
13210
13194
  args: [{
13211
13195
  providedIn: 'root'
@@ -13318,9 +13302,9 @@ class ClientInviteService extends RestService {
13318
13302
  });
13319
13303
  }
13320
13304
  }
13321
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13322
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13305
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13306
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, decorators: [{
13324
13308
  type: Injectable,
13325
13309
  args: [{
13326
13310
  providedIn: 'root'
@@ -13393,9 +13377,9 @@ class ClientMovementService extends RestService {
13393
13377
  });
13394
13378
  }
13395
13379
  }
13396
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13397
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13380
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13381
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, decorators: [{
13399
13383
  type: Injectable,
13400
13384
  args: [{
13401
13385
  providedIn: 'root'
@@ -13424,9 +13408,9 @@ class EmployeeService extends RestService {
13424
13408
  }));
13425
13409
  }
13426
13410
  }
13427
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13428
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13411
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13412
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, decorators: [{
13430
13414
  type: Injectable,
13431
13415
  args: [{
13432
13416
  providedIn: 'root'
@@ -13467,9 +13451,9 @@ class EmployeeInviteService extends RestService {
13467
13451
  }));
13468
13452
  }
13469
13453
  }
13470
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13471
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13454
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13455
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, decorators: [{
13473
13457
  type: Injectable,
13474
13458
  args: [{
13475
13459
  providedIn: 'root'
@@ -13494,9 +13478,9 @@ class ClientPortfolioReportService {
13494
13478
  }));
13495
13479
  }
13496
13480
  }
13497
- 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 });
13498
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13481
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13482
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13500
13484
  type: Injectable,
13501
13485
  args: [{
13502
13486
  providedIn: 'root'
@@ -13558,9 +13542,9 @@ class FirmService {
13558
13542
  }));
13559
13543
  }
13560
13544
  }
13561
- 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 });
13562
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13545
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13546
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, providedIn: 'root' });
13547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, decorators: [{
13564
13548
  type: Injectable,
13565
13549
  args: [{
13566
13550
  providedIn: 'root'
@@ -13633,9 +13617,9 @@ class IncomeSourceForecastService extends RestService {
13633
13617
  }).flat();
13634
13618
  }
13635
13619
  }
13636
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13637
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13620
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13621
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13639
13623
  type: Injectable,
13640
13624
  args: [{
13641
13625
  providedIn: 'root'
@@ -13705,9 +13689,9 @@ class SalaryForecastService extends RestService {
13705
13689
  }).flat();
13706
13690
  }
13707
13691
  }
13708
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13709
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13692
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13693
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, decorators: [{
13711
13695
  type: Injectable,
13712
13696
  args: [{
13713
13697
  providedIn: 'root'
@@ -13783,9 +13767,9 @@ class SoleForecastService extends RestService {
13783
13767
  });
13784
13768
  }
13785
13769
  }
13786
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13787
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13770
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13771
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, decorators: [{
13789
13773
  type: Injectable,
13790
13774
  args: [{
13791
13775
  providedIn: 'root'
@@ -13864,9 +13848,9 @@ class IncomeSourceService extends RestService {
13864
13848
  });
13865
13849
  }
13866
13850
  }
13867
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13868
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
13851
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13852
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, decorators: [{
13870
13854
  type: Injectable,
13871
13855
  args: [{
13872
13856
  providedIn: 'root'
@@ -13927,9 +13911,9 @@ class BorrowingExpenseService {
13927
13911
  }));
13928
13912
  }
13929
13913
  }
13930
- 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 });
13931
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13914
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13915
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13933
13917
  type: Injectable,
13934
13918
  args: [{
13935
13919
  providedIn: 'root'
@@ -14009,9 +13993,9 @@ class LoanService extends RestService$1 {
14009
13993
  }));
14010
13994
  }
14011
13995
  }
14012
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14013
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14014
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
13996
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13997
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, providedIn: 'root' });
13998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, decorators: [{
14015
13999
  type: Injectable,
14016
14000
  args: [{
14017
14001
  providedIn: 'root'
@@ -14030,9 +14014,9 @@ class PropertyCategoryService extends RestService$1 {
14030
14014
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14031
14015
  }
14032
14016
  }
14033
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14034
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14017
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14018
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, decorators: [{
14036
14020
  type: Injectable,
14037
14021
  args: [{
14038
14022
  providedIn: 'root'
@@ -14048,9 +14032,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14048
14032
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14049
14033
  }
14050
14034
  }
14051
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14052
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14053
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14035
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14036
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14054
14038
  type: Injectable,
14055
14039
  args: [{
14056
14040
  providedIn: 'root'
@@ -14092,9 +14076,9 @@ class PropertyDocumentService extends RestService$1 {
14092
14076
  });
14093
14077
  }
14094
14078
  }
14095
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14096
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14079
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14080
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, decorators: [{
14098
14082
  type: Injectable,
14099
14083
  args: [{
14100
14084
  providedIn: 'root'
@@ -14173,9 +14157,9 @@ class TaxExemptionService extends DataService {
14173
14157
  this.setCache(TaxExemptions);
14174
14158
  }
14175
14159
  }
14176
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14177
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14160
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14161
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, decorators: [{
14179
14163
  type: Injectable,
14180
14164
  args: [{
14181
14165
  providedIn: 'root'
@@ -14191,9 +14175,9 @@ class PropertySaleService extends RestService$1 {
14191
14175
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14192
14176
  }
14193
14177
  }
14194
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14195
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14178
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14179
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, decorators: [{
14197
14181
  type: Injectable,
14198
14182
  args: [{
14199
14183
  providedIn: 'root'
@@ -14240,9 +14224,9 @@ class PropertyShareService extends RestService$1 {
14240
14224
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14241
14225
  }
14242
14226
  }
14243
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14244
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14227
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14228
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, decorators: [{
14246
14230
  type: Injectable,
14247
14231
  args: [{
14248
14232
  providedIn: 'root'
@@ -14339,9 +14323,9 @@ class PropertyService extends RestService$1 {
14339
14323
  }));
14340
14324
  }
14341
14325
  }
14342
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14343
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14326
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14327
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, providedIn: 'root' });
14328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, decorators: [{
14345
14329
  type: Injectable,
14346
14330
  args: [{
14347
14331
  providedIn: 'root'
@@ -14385,9 +14369,9 @@ class ServiceNotificationService extends RestService {
14385
14369
  });
14386
14370
  }
14387
14371
  }
14388
- 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 });
14389
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14372
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14373
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, decorators: [{
14391
14375
  type: Injectable,
14392
14376
  args: [{
14393
14377
  providedIn: 'root'
@@ -14436,9 +14420,9 @@ class SoleBusinessService extends RestService {
14436
14420
  }));
14437
14421
  }
14438
14422
  }
14439
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14440
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14423
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14424
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, decorators: [{
14442
14426
  type: Injectable,
14443
14427
  args: [{
14444
14428
  providedIn: 'root'
@@ -14453,9 +14437,9 @@ class SoleBusinessActivityService extends RestService {
14453
14437
  this.isHydra = true;
14454
14438
  }
14455
14439
  }
14456
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14457
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14440
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14441
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14459
14443
  type: Injectable,
14460
14444
  args: [{
14461
14445
  providedIn: 'root'
@@ -14481,9 +14465,9 @@ class SoleBusinessLossService extends RestService {
14481
14465
  });
14482
14466
  }
14483
14467
  }
14484
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14485
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14486
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14468
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14469
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14487
14471
  type: Injectable,
14488
14472
  args: [{
14489
14473
  providedIn: 'root'
@@ -14501,9 +14485,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14501
14485
  this.isHydra = true;
14502
14486
  }
14503
14487
  }
14504
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14505
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14488
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14489
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14507
14491
  type: Injectable,
14508
14492
  args: [{
14509
14493
  providedIn: 'root'
@@ -14518,9 +14502,9 @@ class SoleContactService extends RestService {
14518
14502
  this.isHydra = true;
14519
14503
  }
14520
14504
  }
14521
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14522
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14523
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14505
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14506
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14507
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, decorators: [{
14524
14508
  type: Injectable,
14525
14509
  args: [{
14526
14510
  providedIn: 'root'
@@ -14576,9 +14560,9 @@ class SoleDepreciationMethodService {
14576
14560
  });
14577
14561
  }
14578
14562
  }
14579
- 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 });
14580
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14563
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14564
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14582
14566
  type: Injectable,
14583
14567
  args: [{
14584
14568
  providedIn: 'root'
@@ -14631,9 +14615,9 @@ class SoleDetailsService {
14631
14615
  }));
14632
14616
  }
14633
14617
  }
14634
- 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 });
14635
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14618
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14619
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, decorators: [{
14637
14621
  type: Injectable,
14638
14622
  args: [{
14639
14623
  providedIn: 'root'
@@ -14706,9 +14690,9 @@ class SoleInvoiceService extends RestService {
14706
14690
  });
14707
14691
  }
14708
14692
  }
14709
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14710
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14693
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14694
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, decorators: [{
14712
14696
  type: Injectable,
14713
14697
  args: [{
14714
14698
  providedIn: 'root'
@@ -14723,9 +14707,9 @@ class SoleInvoiceTemplateService extends RestService {
14723
14707
  this.isHydra = true;
14724
14708
  }
14725
14709
  }
14726
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14727
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14710
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14711
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14729
14713
  type: Injectable,
14730
14714
  args: [{
14731
14715
  providedIn: 'root'
@@ -14740,9 +14724,9 @@ class BasReportService extends RestService {
14740
14724
  this.isHydra = true;
14741
14725
  }
14742
14726
  }
14743
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14744
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14727
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14728
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, providedIn: 'root' });
14729
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, decorators: [{
14746
14730
  type: Injectable,
14747
14731
  args: [{
14748
14732
  providedIn: 'root'
@@ -14768,9 +14752,9 @@ class ServicePaymentService extends RestService$1 {
14768
14752
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14769
14753
  }
14770
14754
  }
14771
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14772
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14773
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14755
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14756
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, decorators: [{
14774
14758
  type: Injectable,
14775
14759
  args: [{
14776
14760
  providedIn: 'root'
@@ -14818,9 +14802,9 @@ class ServicePaymentMethodService extends RestService$1 {
14818
14802
  });
14819
14803
  }
14820
14804
  }
14821
- 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 });
14822
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14805
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14806
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14824
14808
  type: Injectable,
14825
14809
  args: [{
14826
14810
  providedIn: 'root'
@@ -14843,9 +14827,9 @@ class ServicePriceService extends RestService$1 {
14843
14827
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14844
14828
  }
14845
14829
  }
14846
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14847
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
14830
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14831
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, decorators: [{
14849
14833
  type: Injectable,
14850
14834
  args: [{
14851
14835
  providedIn: 'root'
@@ -14959,9 +14943,9 @@ class SubscriptionService extends RestService$1 {
14959
14943
  });
14960
14944
  }
14961
14945
  }
14962
- 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 });
14963
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14964
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
14946
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14947
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, decorators: [{
14965
14949
  type: Injectable,
14966
14950
  args: [{
14967
14951
  providedIn: 'root'
@@ -14981,9 +14965,9 @@ class ServiceProductService extends RestService$1 {
14981
14965
  this.isApiPlatform = true;
14982
14966
  }
14983
14967
  }
14984
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14985
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
14968
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14969
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, decorators: [{
14987
14971
  type: Injectable,
14988
14972
  args: [{
14989
14973
  providedIn: 'root'
@@ -15015,9 +14999,9 @@ class TaxReviewHistoryService extends RestService {
15015
14999
  });
15016
15000
  }
15017
15001
  }
15018
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15019
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15002
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15003
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15021
15005
  type: Injectable,
15022
15006
  args: [{
15023
15007
  providedIn: 'root'
@@ -15106,9 +15090,9 @@ class TaxReviewService extends RestService {
15106
15090
  });
15107
15091
  }
15108
15092
  }
15109
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15110
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15093
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15094
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, decorators: [{
15112
15096
  type: Injectable,
15113
15097
  args: [{
15114
15098
  providedIn: 'root'
@@ -15165,9 +15149,9 @@ class TaxSummaryService {
15165
15149
  });
15166
15150
  }
15167
15151
  }
15168
- 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 });
15169
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15152
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15153
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, decorators: [{
15171
15155
  type: Injectable,
15172
15156
  args: [{
15173
15157
  providedIn: 'root'
@@ -15186,9 +15170,9 @@ class AllocationRuleService extends RestService$1 {
15186
15170
  this.isApiPlatform = true;
15187
15171
  }
15188
15172
  }
15189
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15190
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15173
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15174
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, decorators: [{
15192
15176
  type: Injectable,
15193
15177
  args: [{
15194
15178
  providedIn: 'root'
@@ -15277,9 +15261,9 @@ class TransactionAllocationService extends RestService {
15277
15261
  });
15278
15262
  }
15279
15263
  }
15280
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15281
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15264
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15265
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, decorators: [{
15283
15267
  type: Injectable,
15284
15268
  args: [{
15285
15269
  providedIn: 'root'
@@ -15305,9 +15289,9 @@ class TransactionReceiptService extends ReceiptService {
15305
15289
  this.listenEvents();
15306
15290
  }
15307
15291
  }
15308
- 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 });
15309
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15292
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15293
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, decorators: [{
15311
15295
  type: Injectable,
15312
15296
  args: [{
15313
15297
  providedIn: 'root'
@@ -15616,9 +15600,9 @@ class TransactionService extends RestService {
15616
15600
  });
15617
15601
  }
15618
15602
  }
15619
- 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 });
15620
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15603
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15604
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, providedIn: 'root' });
15605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, decorators: [{
15622
15606
  type: Injectable,
15623
15607
  args: [{
15624
15608
  providedIn: 'root'
@@ -15647,9 +15631,9 @@ class TutorialVideoService {
15647
15631
  }
15648
15632
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15649
15633
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15650
- 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 });
15651
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15634
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15635
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, decorators: [{
15653
15637
  type: Injectable,
15654
15638
  args: [{
15655
15639
  providedIn: 'root'
@@ -15669,9 +15653,9 @@ class VehicleService extends RestService {
15669
15653
  this.modelClass = Vehicle;
15670
15654
  }
15671
15655
  }
15672
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15673
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15656
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15657
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, providedIn: 'root' });
15658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, decorators: [{
15675
15659
  type: Injectable,
15676
15660
  args: [{
15677
15661
  providedIn: 'root'
@@ -15743,9 +15727,9 @@ class VehicleClaimService extends RestService {
15743
15727
  combineLatest(batch$).subscribe();
15744
15728
  }
15745
15729
  }
15746
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15747
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15730
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15731
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15732
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, decorators: [{
15749
15733
  type: Injectable,
15750
15734
  args: [{
15751
15735
  providedIn: 'root'
@@ -15822,9 +15806,9 @@ class VehicleClaimDetailsService {
15822
15806
  this.update(vehicleClaimDetails).subscribe();
15823
15807
  }
15824
15808
  }
15825
- 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 });
15826
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15809
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15810
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15828
15812
  type: Injectable,
15829
15813
  args: [{
15830
15814
  providedIn: 'root'
@@ -15844,9 +15828,9 @@ class VehicleLogbookService extends RestService {
15844
15828
  this.modelClass = VehicleLogbook;
15845
15829
  }
15846
15830
  }
15847
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15848
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15831
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15832
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, decorators: [{
15850
15834
  type: Injectable,
15851
15835
  args: [{
15852
15836
  providedIn: 'root'
@@ -15863,9 +15847,9 @@ class AnnualClientDetailsService extends RestService$1 {
15863
15847
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15864
15848
  }
15865
15849
  }
15866
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15867
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15850
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15851
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15869
15853
  type: Injectable,
15870
15854
  args: [{
15871
15855
  providedIn: 'root'
@@ -15896,9 +15880,9 @@ class OccupationService {
15896
15880
  return this.occupationsSubject.asObservable();
15897
15881
  }
15898
15882
  }
15899
- 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 });
15900
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
15901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
15883
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15884
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, providedIn: 'root' });
15885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, decorators: [{
15902
15886
  type: Injectable,
15903
15887
  args: [{
15904
15888
  providedIn: 'root'
@@ -15942,9 +15926,9 @@ class UserEventSettingService extends RestService {
15942
15926
  }));
15943
15927
  }
15944
15928
  }
15945
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15946
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
15929
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15930
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, decorators: [{
15948
15932
  type: Injectable,
15949
15933
  args: [{
15950
15934
  providedIn: 'root'
@@ -15959,9 +15943,9 @@ class UserEventTypeService extends RestService {
15959
15943
  this.isHydra = true;
15960
15944
  }
15961
15945
  }
15962
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15963
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15964
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
15946
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15947
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15948
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, decorators: [{
15965
15949
  type: Injectable,
15966
15950
  args: [{
15967
15951
  providedIn: 'root'
@@ -15978,9 +15962,9 @@ class UsersInviteService extends RestService {
15978
15962
  this.url = 'users/invite';
15979
15963
  }
15980
15964
  }
15981
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15982
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15983
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
15965
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15966
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, decorators: [{
15984
15968
  type: Injectable,
15985
15969
  args: [{
15986
15970
  providedIn: 'root'
@@ -16000,9 +15984,9 @@ class HoldingService extends RestService$1 {
16000
15984
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16001
15985
  }
16002
15986
  }
16003
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16004
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16005
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
15987
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15988
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, providedIn: 'root' });
15989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, decorators: [{
16006
15990
  type: Injectable,
16007
15991
  args: [{
16008
15992
  providedIn: 'root'
@@ -16019,9 +16003,9 @@ class HoldingTypeService extends RestService$1 {
16019
16003
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16020
16004
  }
16021
16005
  }
16022
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16023
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16024
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16006
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16007
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, decorators: [{
16025
16009
  type: Injectable,
16026
16010
  args: [{
16027
16011
  providedIn: 'root'
@@ -16038,9 +16022,9 @@ class HoldingSaleService extends RestService$1 {
16038
16022
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16039
16023
  }
16040
16024
  }
16041
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16042
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16025
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16026
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, decorators: [{
16044
16028
  type: Injectable,
16045
16029
  args: [{
16046
16030
  providedIn: 'root'
@@ -16135,9 +16119,9 @@ class HoldingTypeExchangeService extends DataService {
16135
16119
  this.setCache(HoldingTypeExchanges);
16136
16120
  }
16137
16121
  }
16138
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16139
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16122
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16123
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16141
16125
  type: Injectable,
16142
16126
  args: [{
16143
16127
  providedIn: 'root'
@@ -16245,9 +16229,9 @@ class IncomeSourceTypeService extends DataService {
16245
16229
  this.setCache(IncomeSourceTypes);
16246
16230
  }
16247
16231
  }
16248
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16249
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16232
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16233
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16251
16235
  type: Injectable,
16252
16236
  args: [{
16253
16237
  providedIn: 'root'
@@ -16456,9 +16440,9 @@ class AccountSetupService {
16456
16440
  }));
16457
16441
  }
16458
16442
  }
16459
- 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 }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
16460
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16443
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
16444
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, decorators: [{
16462
16446
  type: Injectable,
16463
16447
  args: [{
16464
16448
  providedIn: 'root'
@@ -16484,9 +16468,9 @@ class RewardfulService {
16484
16468
  });
16485
16469
  }
16486
16470
  }
16487
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16488
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16471
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16472
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, decorators: [{
16490
16474
  type: Injectable,
16491
16475
  args: [{
16492
16476
  providedIn: 'root'
@@ -16531,9 +16515,9 @@ class AssetsService {
16531
16515
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16532
16516
  }
16533
16517
  }
16534
- 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 });
16535
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16536
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16518
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16519
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, providedIn: 'root' });
16520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, decorators: [{
16537
16521
  type: Injectable,
16538
16522
  args: [{
16539
16523
  providedIn: 'root'
@@ -16592,9 +16576,9 @@ class BankTransactionCalculationService {
16592
16576
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16593
16577
  }
16594
16578
  }
16595
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16596
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16597
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16579
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16580
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16598
16582
  type: Injectable,
16599
16583
  args: [{
16600
16584
  providedIn: 'root'
@@ -16623,9 +16607,9 @@ class BankAccountCalculationService {
16623
16607
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16624
16608
  }
16625
16609
  }
16626
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16627
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16610
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16611
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16629
16613
  type: Injectable,
16630
16614
  args: [{
16631
16615
  providedIn: 'root'
@@ -16653,9 +16637,9 @@ class ExportFormatterService {
16653
16637
  }));
16654
16638
  }
16655
16639
  }
16656
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16657
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16640
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16641
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, decorators: [{
16659
16643
  type: Injectable,
16660
16644
  args: [{
16661
16645
  providedIn: 'root'
@@ -16676,9 +16660,9 @@ class HeaderTitleService {
16676
16660
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16677
16661
  }
16678
16662
  }
16679
- 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 });
16680
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16663
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16664
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, decorators: [{
16682
16666
  type: Injectable,
16683
16667
  args: [{
16684
16668
  providedIn: 'root'
@@ -16712,9 +16696,9 @@ class IntercomService {
16712
16696
  window.Intercom('boot', connectionCredentials);
16713
16697
  }
16714
16698
  }
16715
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16716
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16699
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16700
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, providedIn: 'root' });
16701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, decorators: [{
16718
16702
  type: Injectable,
16719
16703
  args: [{
16720
16704
  providedIn: 'root'
@@ -16784,9 +16768,9 @@ class PdfFromDomElementService {
16784
16768
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16785
16769
  }
16786
16770
  }
16787
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16788
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16771
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16772
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16773
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16790
16774
  type: Injectable,
16791
16775
  args: [{
16792
16776
  providedIn: 'root'
@@ -16865,9 +16849,9 @@ class PdfFromTableService {
16865
16849
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16866
16850
  }
16867
16851
  }
16868
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16869
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16870
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
16852
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16853
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, decorators: [{
16871
16855
  type: Injectable,
16872
16856
  args: [{
16873
16857
  providedIn: 'root'
@@ -16904,9 +16888,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16904
16888
  return pdf;
16905
16889
  }
16906
16890
  }
16907
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16908
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16891
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16892
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16910
16894
  type: Injectable,
16911
16895
  args: [{
16912
16896
  providedIn: 'root'
@@ -16942,9 +16926,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
16942
16926
  return pdf;
16943
16927
  }
16944
16928
  }
16945
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16946
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16929
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16930
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16931
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16948
16932
  type: Injectable,
16949
16933
  args: [{
16950
16934
  providedIn: 'root'
@@ -16971,9 +16955,9 @@ class EquityPositionChartService {
16971
16955
  }))));
16972
16956
  }
16973
16957
  }
16974
- 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 });
16975
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
16958
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16959
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, decorators: [{
16977
16961
  type: Injectable,
16978
16962
  args: [{
16979
16963
  providedIn: 'root'
@@ -17126,9 +17110,9 @@ class PropertyCalculationService {
17126
17110
  }
17127
17111
  }
17128
17112
  }
17129
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17130
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17113
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17114
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, decorators: [{
17132
17116
  type: Injectable,
17133
17117
  args: [{
17134
17118
  providedIn: 'root'
@@ -17179,9 +17163,9 @@ class PropertyTransactionReportService {
17179
17163
  .getWithoutBorrowingExpenses()));
17180
17164
  }
17181
17165
  }
17182
- 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 });
17183
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17166
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17167
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17185
17169
  type: Injectable,
17186
17170
  args: [{
17187
17171
  providedIn: 'root'
@@ -17249,9 +17233,9 @@ class TransactionCalculationService {
17249
17233
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17250
17234
  }
17251
17235
  }
17252
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17253
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17236
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17237
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, decorators: [{
17255
17239
  type: Injectable,
17256
17240
  args: [{
17257
17241
  providedIn: 'root'
@@ -17311,9 +17295,9 @@ class LogbookBestPeriodService {
17311
17295
  });
17312
17296
  }
17313
17297
  }
17314
- 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 });
17315
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17298
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17299
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17317
17301
  type: Injectable,
17318
17302
  args: [{
17319
17303
  providedIn: 'root'
@@ -17391,9 +17375,9 @@ class XlsxService {
17391
17375
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17392
17376
  }
17393
17377
  }
17394
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17395
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17378
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17379
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, providedIn: 'root' });
17380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, decorators: [{
17397
17381
  type: Injectable,
17398
17382
  args: [{
17399
17383
  providedIn: 'root'
@@ -19206,15 +19190,15 @@ class MyTaxBusinessIncomeOrLossesForm extends AbstractForm {
19206
19190
  class MyTaxCgtForm extends AbstractForm {
19207
19191
  constructor(gainsOrLosses) {
19208
19192
  super({
19209
- hasAssetSales: new UntypedFormControl(gainsOrLosses.hasAssetSales),
19193
+ hasCapitalGain: new UntypedFormControl(gainsOrLosses.hasCapitalGain),
19210
19194
  hasExemption: new UntypedFormControl(gainsOrLosses.hasExemption),
19211
- exemptionType: new UntypedFormControl(null, conditionalValidator(() => this.get('hasAssetSales').value, Validators.required)),
19212
- netCapitalProfit: new UntypedFormControl({
19213
- value: gainsOrLosses.netCapitalProfit,
19195
+ exemptionType: new UntypedFormControl(null, conditionalValidator(() => this.get('hasExemption').value, Validators.required)),
19196
+ netCapitalGain: new UntypedFormControl({
19197
+ value: gainsOrLosses.netCapitalGain,
19214
19198
  disabled: true
19215
19199
  }),
19216
- taxableGrossCapitalProfit: new UntypedFormControl({
19217
- value: gainsOrLosses.taxableGrossCapitalProfit,
19200
+ grossCapitalGain: new UntypedFormControl({
19201
+ value: gainsOrLosses.grossCapitalGain,
19218
19202
  disabled: true
19219
19203
  }),
19220
19204
  netCapitalLoss: new UntypedFormControl({
@@ -20402,7 +20386,7 @@ class HoldingSaleForm extends AbstractForm {
20402
20386
  price: new UntypedFormControl(sale.price || type.price, Validators.required),
20403
20387
  fee: new UntypedFormControl(sale.fee, Validators.required),
20404
20388
  date: new UntypedFormControl(sale.date, Validators.required),
20405
- grossCapitalGain: new UntypedFormControl({ value: sale.grossCapitalGain, disabled: true }),
20389
+ totalCapitalGain: new UntypedFormControl({ value: sale.totalCapitalGain, disabled: true }),
20406
20390
  netCapitalGain: new UntypedFormControl({ value: sale.netCapitalGain, disabled: true }),
20407
20391
  file: new UntypedFormControl(sale.file)
20408
20392
  }, sale);
@@ -20420,17 +20404,16 @@ class HoldingSaleForm extends AbstractForm {
20420
20404
  return super.submit({}, true);
20421
20405
  }
20422
20406
  updateGainFields(date, price, quantity, fee) {
20423
- const grossCapitalGain = this.calculateGrossCapitalGain(price, quantity, fee);
20424
- this.get('grossCapitalGain').setValue(grossCapitalGain);
20425
- this.get('netCapitalGain').setValue(this.calculateNetCapitalGain(grossCapitalGain, date));
20407
+ const totalCapitalGain = this.calculateTotalCapitalGain(price, quantity, fee);
20408
+ this.get('totalCapitalGain').setValue(totalCapitalGain);
20409
+ this.get('netCapitalGain').setValue(this.calculateNetCapitalGain(totalCapitalGain, date));
20426
20410
  }
20427
- calculateGrossCapitalGain(price, quantity, fee) {
20411
+ calculateTotalCapitalGain(price, quantity, fee) {
20428
20412
  const fees = quantity * this.holding.fee / this.holding.quantity + fee;
20429
- const totalCapitalGain = (price - this.holding.price) * quantity - fees;
20430
- return round(totalCapitalGain * this.holding.ownershipPercent / 100, 2);
20413
+ return round((price - this.holding.price) * quantity - fees, 2);
20431
20414
  }
20432
- calculateNetCapitalGain(grossCapitalGain, date) {
20433
- let netCapitalGain = grossCapitalGain;
20415
+ calculateNetCapitalGain(totalCapitalGain, date) {
20416
+ let netCapitalGain = (totalCapitalGain * this.holding.ownershipPercent) / 100;
20434
20417
  if (this.isOneYearExemptionApplicable(netCapitalGain, date)) {
20435
20418
  netCapitalGain = netCapitalGain / 2;
20436
20419
  }
@@ -20500,5 +20483,5 @@ var MessagesEnum;
20500
20483
  * Generated bundle index. Do not edit.
20501
20484
  */
20502
20485
 
20503
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, 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, ChartAccountsHoldingUntaxedIncomeListEnum, 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, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, 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, MessagesEnum, 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, ServicePromoCode, 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, 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, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20486
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, 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, ChartAccountsHoldingUntaxedIncomeListEnum, 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, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, 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, MessagesEnum, 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, ServicePromoCode, 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, 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, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20504
20487
  //# sourceMappingURL=taxtank-core.mjs.map