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'
@@ -111,9 +111,9 @@ class CorelogicInterceptor {
111
111
  });
112
112
  }
113
113
  }
114
- 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 });
115
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
114
+ 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 });
115
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor, decorators: [{
117
117
  type: Injectable
118
118
  }], ctorParameters: function () {
119
119
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -152,9 +152,9 @@ class FinancialYearInterceptor {
152
152
  return next.handle(clonedReq);
153
153
  }
154
154
  }
155
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
156
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
155
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
156
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
158
158
  type: Injectable
159
159
  }], ctorParameters: function () {
160
160
  return [{ type: undefined, decorators: [{
@@ -163,9 +163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
163
163
  }] }];
164
164
  } });
165
165
 
166
- /**
167
- * @TODO move from db folder when refactored base models
168
- */
166
+ // @TODO make it abstract
169
167
  class AbstractModel {
170
168
  hasValue(value, path = 'id') {
171
169
  return get(path) === value;
@@ -306,7 +304,6 @@ __decorate([
306
304
  ], BankAccountProperty$1.prototype, "percent", void 0);
307
305
 
308
306
  /**
309
- * @TODO move from db folder when refactored base models
310
307
  * Model, which children should be listened via event dispatcher service ising automatic events
311
308
  */
312
309
  class ObservableModel extends AbstractModel {
@@ -1690,6 +1687,13 @@ class LoanCollection extends Collection {
1690
1687
  }
1691
1688
 
1692
1689
  class PropertySaleCollection extends Collection {
1690
+ /**
1691
+ * @TODO vik remove?
1692
+ */
1693
+ get grossCapitalGain() {
1694
+ return this.filter((propertySale) => propertySale.grossCapitalGain > 0)
1695
+ .sumBy('grossCapitalGain');
1696
+ }
1693
1697
  /**
1694
1698
  * Property sales are CGT applicable unless it has "Principle place of residence" exemption type
1695
1699
  */
@@ -1699,6 +1703,18 @@ class PropertySaleCollection extends Collection {
1699
1703
  getByPropertyShareIds(ids) {
1700
1704
  return this.filterBy('share.id', ids);
1701
1705
  }
1706
+ get currentYearCapitalLoss() {
1707
+ return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
1708
+ }
1709
+ get fullExemptionGrossCapitalGain() {
1710
+ return this.filter((sale) => sale.grossCapitalGain > 0 && sale.netCapitalGain == 0).grossCapitalGain;
1711
+ }
1712
+ get halfExemptionGrossCapitalGain() {
1713
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain != sale.grossCapitalGain).grossCapitalGain;
1714
+ }
1715
+ get noExemptionGrossCapitalGain() {
1716
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain == sale.grossCapitalGain).grossCapitalGain;
1717
+ }
1702
1718
  }
1703
1719
 
1704
1720
  var TaxExemptionMetaFieldEnum;
@@ -3676,13 +3692,7 @@ class TaxExemption extends TaxExemption$1 {
3676
3692
  }
3677
3693
  }
3678
3694
 
3679
- class AssetSale extends ObservableModel {
3680
- }
3681
- __decorate([
3682
- Type(() => Date)
3683
- ], AssetSale.prototype, "date", void 0);
3684
-
3685
- class PropertySale extends AssetSale {
3695
+ class PropertySale extends PropertySale$1 {
3686
3696
  get saleCostsTotalAmount() {
3687
3697
  return this.commission + this.legalFees + this.otherCost;
3688
3698
  }
@@ -7164,6 +7174,22 @@ class HoldingCollection extends ExportableCollection {
7164
7174
  }
7165
7175
 
7166
7176
  class HoldingSaleCollection extends ExportableCollection {
7177
+ /**
7178
+ * @TODO vik remove?
7179
+ */
7180
+ get grossCapitalGain() {
7181
+ return this.filter((sale) => sale.grossCapitalGain > 0)
7182
+ .sumBy('grossCapitalGain');
7183
+ }
7184
+ get currentYearCapitalLoss() {
7185
+ return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
7186
+ }
7187
+ get halfExemptionGrossCapitalGain() {
7188
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain !== sale.grossCapitalGain).grossCapitalGain;
7189
+ }
7190
+ get noExemptionGrossCapitalGain() {
7191
+ return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain === sale.grossCapitalGain).grossCapitalGain;
7192
+ }
7167
7193
  getExportHeader() {
7168
7194
  return ['Ticker', 'Asset type', 'Date of buy', 'Date of sale', 'My Capital Gain/(Loss)', 'Exempt or Concession'];
7169
7195
  }
@@ -7227,51 +7253,6 @@ class HoldingTypeCollection extends Collection {
7227
7253
  }
7228
7254
  }
7229
7255
 
7230
- class AssetSaleCollection extends Collection {
7231
- get grossCapitalProfit() {
7232
- return this.filter((sale) => sale.grossCapitalGain > 0)
7233
- .sumBy('grossCapitalGain');
7234
- }
7235
- get fullExemptionSales() {
7236
- return this.filter((sale) => sale.grossCapitalGain != 0 && sale.netCapitalGain == 0);
7237
- }
7238
- get fullExemptionGrossCapitalProfit() {
7239
- return this.filter((sale) => sale.grossCapitalGain > 0 && sale.netCapitalGain == 0).grossCapitalProfit;
7240
- }
7241
- get halfExemptionGrossCapitalProfit() {
7242
- return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain !== sale.grossCapitalGain).grossCapitalProfit;
7243
- }
7244
- get noExemptionGrossCapitalProfit() {
7245
- return this.filter((sale) => sale.netCapitalGain > 0 && sale.netCapitalGain === sale.grossCapitalGain).grossCapitalProfit;
7246
- }
7247
- get taxableGrossCapitalProfit() {
7248
- return this.halfExemptionGrossCapitalProfit + this.noExemptionGrossCapitalProfit;
7249
- }
7250
- get currentYearCapitalLoss() {
7251
- return Math.abs(this.filterByFinancialYear('date').filter((sale) => sale.netCapitalGain < 0).sumBy('grossCapitalGain'));
7252
- }
7253
- /**
7254
- * NET CAPITAL GAIN/(LOSS) AFTER CONCESSIONS & DISCOUNTS
7255
- */
7256
- calculateNetCapitalGain(priorCapitalLoss) {
7257
- // gross capital profit
7258
- const noExemptionGrossCapitalProfit = this.noExemptionGrossCapitalProfit;
7259
- const taxableGrossCapitalProfit = this.taxableGrossCapitalProfit;
7260
- // gross capital loss
7261
- const currentYearCapitalLoss = this.currentYearCapitalLoss;
7262
- const currentYearCapitalLossApplied = Math.min(taxableGrossCapitalProfit, currentYearCapitalLoss);
7263
- const priorYearCapitalLossApplied = Math.min(priorCapitalLoss, taxableGrossCapitalProfit - currentYearCapitalLossApplied);
7264
- const capitalLossApplied = currentYearCapitalLossApplied + priorYearCapitalLossApplied;
7265
- // grossCapitalProfit after loss
7266
- const noExemptionCapitalGain = Math.max(noExemptionGrossCapitalProfit - capitalLossApplied, 0);
7267
- const halfExemptionCapitalGain = Math.max(this.halfExemptionGrossCapitalProfit - (capitalLossApplied - noExemptionGrossCapitalProfit), 0);
7268
- const capitalGain = noExemptionCapitalGain + halfExemptionCapitalGain;
7269
- // capitalGain after exemption
7270
- const cgtDiscount = halfExemptionCapitalGain / 2;
7271
- return noExemptionCapitalGain + cgtDiscount - currentYearCapitalLoss + currentYearCapitalLossApplied;
7272
- }
7273
- }
7274
-
7275
7256
  // @TODO Alex move here all collections
7276
7257
 
7277
7258
  class ServicePromoCode {
@@ -8576,7 +8557,7 @@ __decorate([
8576
8557
  Type(() => HoldingTypeExchange)
8577
8558
  ], HoldingType.prototype, "exchange", void 0);
8578
8559
 
8579
- class HoldingSale extends AssetSale {
8560
+ class HoldingSale extends ObservableModel {
8580
8561
  /**
8581
8562
  * netCapitalGain is different from grossCapitalGain only when 1 year rule applied
8582
8563
  */
@@ -8602,6 +8583,9 @@ class HoldingSale extends AssetSale {
8602
8583
  __decorate([
8603
8584
  Transform(({ value }) => ({ id: value.id }), { toPlainOnly: true })
8604
8585
  ], HoldingSale.prototype, "holding", void 0);
8586
+ __decorate([
8587
+ Type(() => Date)
8588
+ ], HoldingSale.prototype, "date", void 0);
8605
8589
  __decorate([
8606
8590
  Type(() => AppFile)
8607
8591
  ], HoldingSale.prototype, "file", void 0);
@@ -8918,9 +8902,9 @@ class JwtService extends JwtHelperService {
8918
8902
  return this.getUser().id === userId;
8919
8903
  }
8920
8904
  }
8921
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8922
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8923
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8905
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8906
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, providedIn: 'root' });
8907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, decorators: [{
8924
8908
  type: Injectable,
8925
8909
  args: [{
8926
8910
  providedIn: 'root'
@@ -8955,9 +8939,9 @@ class EventDispatcherService {
8955
8939
  this.eventSubject2.next(event);
8956
8940
  }
8957
8941
  }
8958
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8959
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
8942
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8943
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, decorators: [{
8961
8945
  type: Injectable,
8962
8946
  args: [{
8963
8947
  providedIn: 'root'
@@ -9006,9 +8990,9 @@ class AuthService {
9006
8990
  location.replace(url);
9007
8991
  }
9008
8992
  }
9009
- 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 });
9010
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
8993
+ 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 });
8994
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, providedIn: 'root' });
8995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, decorators: [{
9012
8996
  type: Injectable,
9013
8997
  args: [{
9014
8998
  providedIn: 'root'
@@ -9144,9 +9128,9 @@ class JwtInterceptor {
9144
9128
  });
9145
9129
  }
9146
9130
  }
9147
- 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 });
9148
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9131
+ 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 });
9132
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor });
9133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor, decorators: [{
9150
9134
  type: Injectable
9151
9135
  }], ctorParameters: function () {
9152
9136
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9181,9 +9165,9 @@ class UserSwitcherService {
9181
9165
  window.location.replace('/firm/dashboard');
9182
9166
  }
9183
9167
  }
9184
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9185
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9168
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9169
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, decorators: [{
9187
9171
  type: Injectable,
9188
9172
  args: [{
9189
9173
  providedIn: 'root'
@@ -9229,9 +9213,9 @@ class UserSwitcherInterceptor {
9229
9213
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9230
9214
  }
9231
9215
  }
9232
- 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 });
9233
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9216
+ 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 });
9217
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor });
9218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9235
9219
  type: Injectable
9236
9220
  }], ctorParameters: function () {
9237
9221
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9314,6 +9298,7 @@ const ENDPOINTS = {
9314
9298
  DEPRECIATIONS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+'),
9315
9299
  DEPRECIATION_RECEIPTS_POST: new Endpoint('POST', '\\/depreciations\\/\\d+\\/receipts'),
9316
9300
  DEPRECIATION_RECEIPTS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+\\/receipts\\/\\d+'),
9301
+ DOWNLOAD_FILE_GET: new Endpoint('GET', '\\/files\\/\\d+\\/download'),
9317
9302
  EMPLOYEES_GET: new Endpoint('GET', '\\/employees'),
9318
9303
  EMPLOYEES_INVITES_GET: new Endpoint('GET', '\\/employees\\/\\invites'),
9319
9304
  EMPLOYEES_INVITES_DELETE: new Endpoint('DELETE', '\\/employees\\/\\invites\\/\\d+'),
@@ -9505,9 +9490,9 @@ class PreloaderService {
9505
9490
  this.activePreloaders.next(activePreloaders);
9506
9491
  }
9507
9492
  }
9508
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9509
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9493
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9494
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, decorators: [{
9511
9496
  type: Injectable,
9512
9497
  args: [{
9513
9498
  providedIn: 'root'
@@ -9535,9 +9520,9 @@ class PreloaderInterceptor {
9535
9520
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9536
9521
  }
9537
9522
  }
9538
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9539
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9523
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9524
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor });
9525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9541
9526
  type: Injectable
9542
9527
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9543
9528
 
@@ -9567,9 +9552,9 @@ class DataService {
9567
9552
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9568
9553
  }
9569
9554
  }
9570
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9571
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9555
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9556
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, providedIn: 'root' });
9557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, decorators: [{
9573
9558
  type: Injectable,
9574
9559
  args: [{
9575
9560
  providedIn: 'root'
@@ -9606,9 +9591,9 @@ class SseService {
9606
9591
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9607
9592
  }
9608
9593
  }
9609
- 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 });
9610
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9594
+ 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 });
9595
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, providedIn: 'root' });
9596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, decorators: [{
9612
9597
  type: Injectable,
9613
9598
  args: [{
9614
9599
  providedIn: 'root'
@@ -9818,9 +9803,9 @@ let RestService$1 = class RestService extends DataService {
9818
9803
  */
9819
9804
  listenEvents() { }
9820
9805
  };
9821
- 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 });
9822
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9806
+ 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 });
9807
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, providedIn: 'root' });
9808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, decorators: [{
9824
9809
  type: Injectable,
9825
9810
  args: [{
9826
9811
  providedIn: 'root'
@@ -9940,9 +9925,9 @@ class ToastService {
9940
9925
  }));
9941
9926
  }
9942
9927
  }
9943
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9944
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
9928
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9929
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, providedIn: 'root' });
9930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, decorators: [{
9946
9931
  type: Injectable,
9947
9932
  args: [{
9948
9933
  providedIn: 'root'
@@ -10032,9 +10017,9 @@ BankConnectionService.userEventTypes = [
10032
10017
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
10033
10018
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
10034
10019
  ];
10035
- 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 });
10036
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10020
+ 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 });
10021
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, decorators: [{
10038
10023
  type: Injectable,
10039
10024
  args: [{
10040
10025
  providedIn: 'root'
@@ -10146,9 +10131,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
10146
10131
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10147
10132
  */
10148
10133
  BasiqService.bankCredintialsCheckInterval = 3000;
10149
- 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 });
10150
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10134
+ 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 });
10135
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, providedIn: 'root' });
10136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, decorators: [{
10152
10137
  type: Injectable,
10153
10138
  args: [{
10154
10139
  providedIn: 'root'
@@ -10185,9 +10170,9 @@ class BasiqTokenService extends RestService$1 {
10185
10170
  return this.cacheSubject.asObservable();
10186
10171
  }
10187
10172
  }
10188
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10189
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10173
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10174
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, decorators: [{
10191
10176
  type: Injectable,
10192
10177
  args: [{
10193
10178
  providedIn: 'root'
@@ -10216,9 +10201,9 @@ class BasiqTokenInterceptor {
10216
10201
  });
10217
10202
  }
10218
10203
  }
10219
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10220
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10204
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10205
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor });
10206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10222
10207
  type: Injectable
10223
10208
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10224
10209
 
@@ -10393,9 +10378,9 @@ class UserService {
10393
10378
  });
10394
10379
  }
10395
10380
  }
10396
- 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 });
10397
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10381
+ 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 });
10382
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, providedIn: 'root' });
10383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, decorators: [{
10399
10384
  type: Injectable,
10400
10385
  args: [{
10401
10386
  providedIn: 'root'
@@ -10427,17 +10412,17 @@ class BasiqClientIdInterceptor {
10427
10412
  });
10428
10413
  }
10429
10414
  }
10430
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10431
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10415
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10416
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor });
10417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10433
10418
  type: Injectable
10434
10419
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10435
10420
 
10436
10421
  class InterceptorsModule {
10437
10422
  }
10438
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10439
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10440
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10423
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10424
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule });
10425
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, providers: [
10441
10426
  {
10442
10427
  provide: HTTP_INTERCEPTORS,
10443
10428
  useClass: CorelogicInterceptor,
@@ -10475,7 +10460,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10475
10460
  multi: true
10476
10461
  }
10477
10462
  ] });
10478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, decorators: [{
10479
10464
  type: NgModule,
10480
10465
  args: [{
10481
10466
  providers: [
@@ -10533,12 +10518,12 @@ class TtCoreModule {
10533
10518
  };
10534
10519
  }
10535
10520
  }
10536
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10537
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10521
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10522
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10538
10523
  InterceptorsModule] });
10539
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10524
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10540
10525
  InterceptorsModule] });
10541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, decorators: [{
10542
10527
  type: NgModule,
10543
10528
  args: [{
10544
10529
  declarations: [],
@@ -11223,15 +11208,14 @@ class MyTaxBusinessLosses {
11223
11208
  *
11224
11209
  */
11225
11210
  class MyTaxCgt {
11226
- static createFrom(propertySales, holdingSales, clientCapitalLoss) {
11227
- const assetSales = new AssetSaleCollection([...propertySales.toArray(), ...holdingSales.toArray()]);
11228
- const netCapitalGain = assetSales.calculateNetCapitalGain(clientCapitalLoss);
11211
+ static createFrom(propertySales, properties, clientCapitalLoss) {
11229
11212
  return plainToClass(MyTaxCgt, {
11230
- hasAssetSales: !!assetSales.length,
11231
- hasExemption: !!assetSales.fullExemptionSales.length,
11232
- netCapitalProfit: Math.max(0, netCapitalGain),
11233
- taxableGrossCapitalProfit: assetSales.taxableGrossCapitalProfit,
11234
- netCapitalLoss: Math.min(0, netCapitalGain),
11213
+ // @TODO vik losses should be applied
11214
+ hasCapitalGain: !!propertySales.grossCapitalGain,
11215
+ hasExemption: !!propertySales.grossCapitalGain && this.isCGTApplicable(propertySales, properties),
11216
+ netCapitalGain: propertySales.sumBy('netCapitalGain'),
11217
+ grossCapitalGain: propertySales.grossCapitalGain,
11218
+ netCapitalLoss: clientCapitalLoss
11235
11219
  });
11236
11220
  }
11237
11221
  /**
@@ -12089,9 +12073,9 @@ class AddressService {
12089
12073
  return this.countriesSubject.asObservable();
12090
12074
  }
12091
12075
  }
12092
- 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 });
12093
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12076
+ 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 });
12077
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, providedIn: 'root' });
12078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, decorators: [{
12095
12079
  type: Injectable,
12096
12080
  args: [{
12097
12081
  providedIn: 'root'
@@ -12147,9 +12131,9 @@ class BankAccountService extends RestService$1 {
12147
12131
  });
12148
12132
  }
12149
12133
  }
12150
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12151
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12134
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12135
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, decorators: [{
12153
12137
  type: Injectable,
12154
12138
  args: [{
12155
12139
  providedIn: 'root'
@@ -12211,9 +12195,9 @@ class BankTransactionService extends RestService$1 {
12211
12195
  });
12212
12196
  }
12213
12197
  }
12214
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12215
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12198
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12199
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, decorators: [{
12217
12201
  type: Injectable,
12218
12202
  args: [{
12219
12203
  providedIn: 'root'
@@ -12240,9 +12224,9 @@ class BankService extends RestService$1 {
12240
12224
  banks.filter((bank) => bank.isManual || (!!bank.externalId && !!bank.loginFields))));
12241
12225
  }
12242
12226
  }
12243
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12244
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12227
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12228
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, providedIn: 'root' });
12229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, decorators: [{
12246
12230
  type: Injectable,
12247
12231
  args: [{
12248
12232
  providedIn: 'root'
@@ -12262,9 +12246,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12262
12246
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12263
12247
  }
12264
12248
  }
12265
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12266
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12249
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12250
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12268
12252
  type: Injectable,
12269
12253
  args: [{
12270
12254
  providedIn: 'root'
@@ -12304,9 +12288,9 @@ class ChartAccountsService extends RestService$1 {
12304
12288
  }));
12305
12289
  }
12306
12290
  }
12307
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12308
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12291
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12292
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, decorators: [{
12310
12294
  type: Injectable,
12311
12295
  args: [{
12312
12296
  providedIn: 'root'
@@ -12375,9 +12359,9 @@ class ChatService extends RestService$1 {
12375
12359
  });
12376
12360
  }
12377
12361
  }
12378
- 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 });
12379
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12362
+ 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 });
12363
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, providedIn: 'root' });
12364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, decorators: [{
12381
12365
  type: Injectable,
12382
12366
  args: [{
12383
12367
  providedIn: 'root'
@@ -12436,9 +12420,9 @@ class MessageService extends RestService$1 {
12436
12420
  });
12437
12421
  }
12438
12422
  }
12439
- 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 });
12440
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12423
+ 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 });
12424
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, providedIn: 'root' });
12425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, decorators: [{
12442
12426
  type: Injectable,
12443
12427
  args: [{
12444
12428
  providedIn: 'root'
@@ -12510,9 +12494,9 @@ class MessageDocumentService extends RestService$1 {
12510
12494
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12511
12495
  }
12512
12496
  }
12513
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12514
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12497
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12498
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, decorators: [{
12516
12500
  type: Injectable,
12517
12501
  args: [{
12518
12502
  providedIn: 'root'
@@ -12635,9 +12619,9 @@ class DepreciationService extends RestService$1 {
12635
12619
  });
12636
12620
  }
12637
12621
  }
12638
- 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 });
12639
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12622
+ 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 });
12623
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, decorators: [{
12641
12625
  type: Injectable,
12642
12626
  args: [{
12643
12627
  providedIn: 'root'
@@ -12689,9 +12673,9 @@ class DepreciationCapitalProjectService {
12689
12673
  }));
12690
12674
  }
12691
12675
  }
12692
- 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 });
12693
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12694
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12676
+ 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 });
12677
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12695
12679
  type: Injectable,
12696
12680
  args: [{
12697
12681
  providedIn: 'root'
@@ -12759,9 +12743,9 @@ class ReceiptService {
12759
12743
  return plainToClass(this.modelClass, data);
12760
12744
  }
12761
12745
  }
12762
- 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 });
12763
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12746
+ 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 });
12747
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, decorators: [{
12765
12749
  type: Injectable,
12766
12750
  args: [{
12767
12751
  providedIn: 'root'
@@ -12792,9 +12776,9 @@ class DepreciationReceiptService extends ReceiptService {
12792
12776
  this.listenEvents();
12793
12777
  }
12794
12778
  }
12795
- 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 });
12796
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12797
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12779
+ 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 });
12780
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12798
12782
  type: Injectable,
12799
12783
  args: [{
12800
12784
  providedIn: 'root'
@@ -13006,9 +12990,9 @@ class RestService {
13006
12990
  */
13007
12991
  listenEvents() { }
13008
12992
  }
13009
- 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 });
13010
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
12993
+ 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 });
12994
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, providedIn: 'root' });
12995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, decorators: [{
13012
12996
  type: Injectable,
13013
12997
  args: [{
13014
12998
  providedIn: 'root'
@@ -13027,9 +13011,9 @@ class DocumentService extends RestService {
13027
13011
  this.modelClass = Document;
13028
13012
  }
13029
13013
  }
13030
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13031
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13014
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13015
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, providedIn: 'root' });
13016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, decorators: [{
13033
13017
  type: Injectable,
13034
13018
  args: [{
13035
13019
  providedIn: 'root'
@@ -13095,9 +13079,9 @@ class DocumentFolderService extends RestService {
13095
13079
  }));
13096
13080
  }
13097
13081
  }
13098
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13099
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13082
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13083
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, decorators: [{
13101
13085
  type: Injectable,
13102
13086
  args: [{
13103
13087
  providedIn: 'root'
@@ -13174,9 +13158,9 @@ FacebookService.authOptions = {
13174
13158
  auth_type: 'rerequest',
13175
13159
  return_scopes: true
13176
13160
  };
13177
- 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 });
13178
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13161
+ 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 });
13162
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, providedIn: 'root' });
13163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, decorators: [{
13180
13164
  type: Injectable,
13181
13165
  args: [{
13182
13166
  providedIn: 'root'
@@ -13246,9 +13230,9 @@ class GoogleService {
13246
13230
  google.accounts.id.disableAutoSelect();
13247
13231
  }
13248
13232
  }
13249
- 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 });
13250
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13233
+ 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 });
13234
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, providedIn: 'root' });
13235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, decorators: [{
13252
13236
  type: Injectable,
13253
13237
  args: [{
13254
13238
  providedIn: 'root'
@@ -13279,9 +13263,9 @@ class FileService extends RestService$1 {
13279
13263
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13280
13264
  }
13281
13265
  }
13282
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13283
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13266
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13267
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, providedIn: 'root' });
13268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, decorators: [{
13285
13269
  type: Injectable,
13286
13270
  args: [{
13287
13271
  providedIn: 'root'
@@ -13298,9 +13282,9 @@ class ClientIncomeTypesService extends RestService$1 {
13298
13282
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13299
13283
  }
13300
13284
  }
13301
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13302
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13285
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13286
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13304
13288
  type: Injectable,
13305
13289
  args: [{
13306
13290
  providedIn: 'root'
@@ -13413,9 +13397,9 @@ class ClientInviteService extends RestService {
13413
13397
  });
13414
13398
  }
13415
13399
  }
13416
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13417
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13400
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13401
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, decorators: [{
13419
13403
  type: Injectable,
13420
13404
  args: [{
13421
13405
  providedIn: 'root'
@@ -13488,9 +13472,9 @@ class ClientMovementService extends RestService {
13488
13472
  });
13489
13473
  }
13490
13474
  }
13491
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13492
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13475
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13476
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, decorators: [{
13494
13478
  type: Injectable,
13495
13479
  args: [{
13496
13480
  providedIn: 'root'
@@ -13519,9 +13503,9 @@ class EmployeeService extends RestService {
13519
13503
  }));
13520
13504
  }
13521
13505
  }
13522
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13523
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13506
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13507
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, decorators: [{
13525
13509
  type: Injectable,
13526
13510
  args: [{
13527
13511
  providedIn: 'root'
@@ -13562,9 +13546,9 @@ class EmployeeInviteService extends RestService {
13562
13546
  }));
13563
13547
  }
13564
13548
  }
13565
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13566
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13549
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13550
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, decorators: [{
13568
13552
  type: Injectable,
13569
13553
  args: [{
13570
13554
  providedIn: 'root'
@@ -13589,9 +13573,9 @@ class ClientPortfolioReportService {
13589
13573
  }));
13590
13574
  }
13591
13575
  }
13592
- 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 });
13593
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13576
+ 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 });
13577
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13595
13579
  type: Injectable,
13596
13580
  args: [{
13597
13581
  providedIn: 'root'
@@ -13655,9 +13639,9 @@ class FirmService {
13655
13639
  }));
13656
13640
  }
13657
13641
  }
13658
- 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 });
13659
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13642
+ 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 });
13643
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, providedIn: 'root' });
13644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, decorators: [{
13661
13645
  type: Injectable,
13662
13646
  args: [{
13663
13647
  providedIn: 'root'
@@ -13732,9 +13716,9 @@ class IncomeSourceForecastService extends RestService {
13732
13716
  }).flat();
13733
13717
  }
13734
13718
  }
13735
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13736
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13719
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13720
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13738
13722
  type: Injectable,
13739
13723
  args: [{
13740
13724
  providedIn: 'root'
@@ -13804,9 +13788,9 @@ class SalaryForecastService extends RestService {
13804
13788
  }).flat();
13805
13789
  }
13806
13790
  }
13807
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13808
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13791
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13792
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, decorators: [{
13810
13794
  type: Injectable,
13811
13795
  args: [{
13812
13796
  providedIn: 'root'
@@ -13882,9 +13866,9 @@ class SoleForecastService extends RestService {
13882
13866
  });
13883
13867
  }
13884
13868
  }
13885
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13886
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13887
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13869
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13870
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, decorators: [{
13888
13872
  type: Injectable,
13889
13873
  args: [{
13890
13874
  providedIn: 'root'
@@ -13963,9 +13947,9 @@ class IncomeSourceService extends RestService {
13963
13947
  });
13964
13948
  }
13965
13949
  }
13966
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13967
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
13950
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13951
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, decorators: [{
13969
13953
  type: Injectable,
13970
13954
  args: [{
13971
13955
  providedIn: 'root'
@@ -14026,9 +14010,9 @@ class BorrowingExpenseService {
14026
14010
  }));
14027
14011
  }
14028
14012
  }
14029
- 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 });
14030
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14031
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14013
+ 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 });
14014
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14032
14016
  type: Injectable,
14033
14017
  args: [{
14034
14018
  providedIn: 'root'
@@ -14110,9 +14094,9 @@ class LoanService extends RestService$1 {
14110
14094
  }));
14111
14095
  }
14112
14096
  }
14113
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14114
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14097
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14098
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, providedIn: 'root' });
14099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, decorators: [{
14116
14100
  type: Injectable,
14117
14101
  args: [{
14118
14102
  providedIn: 'root'
@@ -14131,9 +14115,9 @@ class PropertyCategoryService extends RestService$1 {
14131
14115
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14132
14116
  }
14133
14117
  }
14134
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14135
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14118
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14119
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, decorators: [{
14137
14121
  type: Injectable,
14138
14122
  args: [{
14139
14123
  providedIn: 'root'
@@ -14149,9 +14133,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14149
14133
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14150
14134
  }
14151
14135
  }
14152
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14153
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14136
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14137
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14155
14139
  type: Injectable,
14156
14140
  args: [{
14157
14141
  providedIn: 'root'
@@ -14193,9 +14177,9 @@ class PropertyDocumentService extends RestService$1 {
14193
14177
  });
14194
14178
  }
14195
14179
  }
14196
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14197
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14180
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14181
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, decorators: [{
14199
14183
  type: Injectable,
14200
14184
  args: [{
14201
14185
  providedIn: 'root'
@@ -14269,9 +14253,9 @@ class TaxExemptionService extends DataService {
14269
14253
  this.setCache(TaxExemptions);
14270
14254
  }
14271
14255
  }
14272
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14273
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14256
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14257
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, decorators: [{
14275
14259
  type: Injectable,
14276
14260
  args: [{
14277
14261
  providedIn: 'root'
@@ -14287,9 +14271,9 @@ class PropertySaleService extends RestService$1 {
14287
14271
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14288
14272
  }
14289
14273
  }
14290
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14291
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14274
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14275
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, decorators: [{
14293
14277
  type: Injectable,
14294
14278
  args: [{
14295
14279
  providedIn: 'root'
@@ -14336,9 +14320,9 @@ class PropertyShareService extends RestService$1 {
14336
14320
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14337
14321
  }
14338
14322
  }
14339
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14340
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14323
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14324
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, decorators: [{
14342
14326
  type: Injectable,
14343
14327
  args: [{
14344
14328
  providedIn: 'root'
@@ -14435,9 +14419,9 @@ class PropertyService extends RestService$1 {
14435
14419
  }));
14436
14420
  }
14437
14421
  }
14438
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14439
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14422
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14423
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, providedIn: 'root' });
14424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, decorators: [{
14441
14425
  type: Injectable,
14442
14426
  args: [{
14443
14427
  providedIn: 'root'
@@ -14481,9 +14465,9 @@ class ServiceNotificationService extends RestService {
14481
14465
  });
14482
14466
  }
14483
14467
  }
14484
- 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 });
14485
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14486
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14468
+ 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 });
14469
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, decorators: [{
14487
14471
  type: Injectable,
14488
14472
  args: [{
14489
14473
  providedIn: 'root'
@@ -14534,9 +14518,9 @@ class SoleBusinessService extends RestService {
14534
14518
  }));
14535
14519
  }
14536
14520
  }
14537
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14538
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14521
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14522
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, decorators: [{
14540
14524
  type: Injectable,
14541
14525
  args: [{
14542
14526
  providedIn: 'root'
@@ -14551,9 +14535,9 @@ class SoleBusinessActivityService extends RestService {
14551
14535
  this.isHydra = true;
14552
14536
  }
14553
14537
  }
14554
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14555
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14538
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14539
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14557
14541
  type: Injectable,
14558
14542
  args: [{
14559
14543
  providedIn: 'root'
@@ -14579,9 +14563,9 @@ class SoleBusinessLossService extends RestService {
14579
14563
  });
14580
14564
  }
14581
14565
  }
14582
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14583
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14566
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14567
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14585
14569
  type: Injectable,
14586
14570
  args: [{
14587
14571
  providedIn: 'root'
@@ -14599,9 +14583,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14599
14583
  this.isHydra = true;
14600
14584
  }
14601
14585
  }
14602
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14603
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14604
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14586
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14587
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14605
14589
  type: Injectable,
14606
14590
  args: [{
14607
14591
  providedIn: 'root'
@@ -14616,9 +14600,9 @@ class SoleContactService extends RestService {
14616
14600
  this.isHydra = true;
14617
14601
  }
14618
14602
  }
14619
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14620
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14603
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14604
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, decorators: [{
14622
14606
  type: Injectable,
14623
14607
  args: [{
14624
14608
  providedIn: 'root'
@@ -14674,9 +14658,9 @@ class SoleDepreciationMethodService {
14674
14658
  });
14675
14659
  }
14676
14660
  }
14677
- 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 });
14678
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14679
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14661
+ 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 });
14662
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14680
14664
  type: Injectable,
14681
14665
  args: [{
14682
14666
  providedIn: 'root'
@@ -14731,9 +14715,9 @@ class SoleDetailsService {
14731
14715
  }));
14732
14716
  }
14733
14717
  }
14734
- 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 });
14735
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14718
+ 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 });
14719
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, decorators: [{
14737
14721
  type: Injectable,
14738
14722
  args: [{
14739
14723
  providedIn: 'root'
@@ -14809,9 +14793,9 @@ class SoleInvoiceService extends RestService {
14809
14793
  });
14810
14794
  }
14811
14795
  }
14812
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14813
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14814
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14796
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14797
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, decorators: [{
14815
14799
  type: Injectable,
14816
14800
  args: [{
14817
14801
  providedIn: 'root'
@@ -14826,9 +14810,9 @@ class SoleInvoiceTemplateService extends RestService {
14826
14810
  this.isHydra = true;
14827
14811
  }
14828
14812
  }
14829
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14830
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14813
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14814
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14832
14816
  type: Injectable,
14833
14817
  args: [{
14834
14818
  providedIn: 'root'
@@ -14843,9 +14827,9 @@ class BasReportService extends RestService {
14843
14827
  this.isHydra = true;
14844
14828
  }
14845
14829
  }
14846
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14847
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14830
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14831
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, providedIn: 'root' });
14832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, decorators: [{
14849
14833
  type: Injectable,
14850
14834
  args: [{
14851
14835
  providedIn: 'root'
@@ -14871,9 +14855,9 @@ class ServicePaymentService extends RestService$1 {
14871
14855
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14872
14856
  }
14873
14857
  }
14874
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14875
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14858
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14859
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, decorators: [{
14877
14861
  type: Injectable,
14878
14862
  args: [{
14879
14863
  providedIn: 'root'
@@ -14921,9 +14905,9 @@ class ServicePaymentMethodService extends RestService$1 {
14921
14905
  });
14922
14906
  }
14923
14907
  }
14924
- 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 });
14925
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14926
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14908
+ 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 });
14909
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14927
14911
  type: Injectable,
14928
14912
  args: [{
14929
14913
  providedIn: 'root'
@@ -14948,9 +14932,9 @@ class ServicePriceService extends RestService$1 {
14948
14932
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14949
14933
  }
14950
14934
  }
14951
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14952
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14953
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
14935
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14936
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14937
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, decorators: [{
14954
14938
  type: Injectable,
14955
14939
  args: [{
14956
14940
  providedIn: 'root'
@@ -15066,9 +15050,9 @@ class SubscriptionService extends RestService$1 {
15066
15050
  });
15067
15051
  }
15068
15052
  }
15069
- 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 });
15070
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15053
+ 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 });
15054
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, decorators: [{
15072
15056
  type: Injectable,
15073
15057
  args: [{
15074
15058
  providedIn: 'root'
@@ -15090,9 +15074,9 @@ class ServiceProductService extends RestService$1 {
15090
15074
  this.isApiPlatform = true;
15091
15075
  }
15092
15076
  }
15093
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15094
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15077
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15078
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, decorators: [{
15096
15080
  type: Injectable,
15097
15081
  args: [{
15098
15082
  providedIn: 'root'
@@ -15124,9 +15108,9 @@ class TaxReviewHistoryService extends RestService {
15124
15108
  });
15125
15109
  }
15126
15110
  }
15127
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15128
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15111
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15112
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15130
15114
  type: Injectable,
15131
15115
  args: [{
15132
15116
  providedIn: 'root'
@@ -15215,9 +15199,9 @@ class TaxReviewService extends RestService {
15215
15199
  });
15216
15200
  }
15217
15201
  }
15218
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15219
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15202
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15203
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, decorators: [{
15221
15205
  type: Injectable,
15222
15206
  args: [{
15223
15207
  providedIn: 'root'
@@ -15274,9 +15258,9 @@ class TaxSummaryService {
15274
15258
  });
15275
15259
  }
15276
15260
  }
15277
- 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 });
15278
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15261
+ 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 });
15262
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, decorators: [{
15280
15264
  type: Injectable,
15281
15265
  args: [{
15282
15266
  providedIn: 'root'
@@ -15297,9 +15281,9 @@ class AllocationRuleService extends RestService$1 {
15297
15281
  this.isApiPlatform = true;
15298
15282
  }
15299
15283
  }
15300
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15301
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15284
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15285
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, decorators: [{
15303
15287
  type: Injectable,
15304
15288
  args: [{
15305
15289
  providedIn: 'root'
@@ -15388,9 +15372,9 @@ class TransactionAllocationService extends RestService {
15388
15372
  });
15389
15373
  }
15390
15374
  }
15391
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15392
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15375
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15376
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, decorators: [{
15394
15378
  type: Injectable,
15395
15379
  args: [{
15396
15380
  providedIn: 'root'
@@ -15416,9 +15400,9 @@ class TransactionReceiptService extends ReceiptService {
15416
15400
  this.listenEvents();
15417
15401
  }
15418
15402
  }
15419
- 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 });
15420
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15421
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15403
+ 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 });
15404
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, decorators: [{
15422
15406
  type: Injectable,
15423
15407
  args: [{
15424
15408
  providedIn: 'root'
@@ -15730,9 +15714,9 @@ class TransactionService extends RestService {
15730
15714
  });
15731
15715
  }
15732
15716
  }
15733
- 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 });
15734
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15717
+ 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 });
15718
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, providedIn: 'root' });
15719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, decorators: [{
15736
15720
  type: Injectable,
15737
15721
  args: [{
15738
15722
  providedIn: 'root'
@@ -15763,9 +15747,9 @@ class TutorialVideoService {
15763
15747
  }
15764
15748
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15765
15749
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15766
- 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 });
15767
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15750
+ 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 });
15751
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, decorators: [{
15769
15753
  type: Injectable,
15770
15754
  args: [{
15771
15755
  providedIn: 'root'
@@ -15787,9 +15771,9 @@ class VehicleService extends RestService {
15787
15771
  this.modelClass = Vehicle;
15788
15772
  }
15789
15773
  }
15790
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15791
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15774
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15775
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, providedIn: 'root' });
15776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, decorators: [{
15793
15777
  type: Injectable,
15794
15778
  args: [{
15795
15779
  providedIn: 'root'
@@ -15861,9 +15845,9 @@ class VehicleClaimService extends RestService {
15861
15845
  combineLatest(batch$).subscribe();
15862
15846
  }
15863
15847
  }
15864
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15865
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15866
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15848
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15849
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, decorators: [{
15867
15851
  type: Injectable,
15868
15852
  args: [{
15869
15853
  providedIn: 'root'
@@ -15940,9 +15924,9 @@ class VehicleClaimDetailsService {
15940
15924
  this.update(vehicleClaimDetails).subscribe();
15941
15925
  }
15942
15926
  }
15943
- 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 });
15944
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15927
+ 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 });
15928
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15946
15930
  type: Injectable,
15947
15931
  args: [{
15948
15932
  providedIn: 'root'
@@ -15964,9 +15948,9 @@ class VehicleLogbookService extends RestService {
15964
15948
  this.modelClass = VehicleLogbook;
15965
15949
  }
15966
15950
  }
15967
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15968
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15951
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15952
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, decorators: [{
15970
15954
  type: Injectable,
15971
15955
  args: [{
15972
15956
  providedIn: 'root'
@@ -15983,9 +15967,9 @@ class AnnualClientDetailsService extends RestService$1 {
15983
15967
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15984
15968
  }
15985
15969
  }
15986
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15987
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15988
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15970
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15971
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15989
15973
  type: Injectable,
15990
15974
  args: [{
15991
15975
  providedIn: 'root'
@@ -16016,9 +16000,9 @@ class OccupationService {
16016
16000
  return this.occupationsSubject.asObservable();
16017
16001
  }
16018
16002
  }
16019
- 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 });
16020
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16003
+ 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 });
16004
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, providedIn: 'root' });
16005
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, decorators: [{
16022
16006
  type: Injectable,
16023
16007
  args: [{
16024
16008
  providedIn: 'root'
@@ -16064,9 +16048,9 @@ class UserEventSettingService extends RestService {
16064
16048
  }));
16065
16049
  }
16066
16050
  }
16067
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16068
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16051
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16052
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16053
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, decorators: [{
16070
16054
  type: Injectable,
16071
16055
  args: [{
16072
16056
  providedIn: 'root'
@@ -16081,9 +16065,9 @@ class UserEventTypeService extends RestService {
16081
16065
  this.isHydra = true;
16082
16066
  }
16083
16067
  }
16084
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16085
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16068
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16069
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, decorators: [{
16087
16071
  type: Injectable,
16088
16072
  args: [{
16089
16073
  providedIn: 'root'
@@ -16100,9 +16084,9 @@ class UsersInviteService extends RestService {
16100
16084
  this.url = 'users/invite';
16101
16085
  }
16102
16086
  }
16103
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16104
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16087
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16088
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, decorators: [{
16106
16090
  type: Injectable,
16107
16091
  args: [{
16108
16092
  providedIn: 'root'
@@ -16122,9 +16106,9 @@ class HoldingService extends RestService$1 {
16122
16106
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16123
16107
  }
16124
16108
  }
16125
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16126
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16109
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16110
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, providedIn: 'root' });
16111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, decorators: [{
16128
16112
  type: Injectable,
16129
16113
  args: [{
16130
16114
  providedIn: 'root'
@@ -16141,9 +16125,9 @@ class HoldingTypeService extends RestService$1 {
16141
16125
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16142
16126
  }
16143
16127
  }
16144
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16145
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16128
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16129
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, decorators: [{
16147
16131
  type: Injectable,
16148
16132
  args: [{
16149
16133
  providedIn: 'root'
@@ -16160,9 +16144,9 @@ class HoldingSaleService extends RestService$1 {
16160
16144
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16161
16145
  }
16162
16146
  }
16163
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16164
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16147
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16148
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, decorators: [{
16166
16150
  type: Injectable,
16167
16151
  args: [{
16168
16152
  providedIn: 'root'
@@ -16257,9 +16241,9 @@ class HoldingTypeExchangeService extends DataService {
16257
16241
  this.setCache(HoldingTypeExchanges);
16258
16242
  }
16259
16243
  }
16260
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16261
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16244
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16245
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16263
16247
  type: Injectable,
16264
16248
  args: [{
16265
16249
  providedIn: 'root'
@@ -16367,9 +16351,9 @@ class IncomeSourceTypeService extends DataService {
16367
16351
  this.setCache(IncomeSourceTypes);
16368
16352
  }
16369
16353
  }
16370
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16371
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16354
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16355
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16373
16357
  type: Injectable,
16374
16358
  args: [{
16375
16359
  providedIn: 'root'
@@ -16578,9 +16562,9 @@ class AccountSetupService {
16578
16562
  }));
16579
16563
  }
16580
16564
  }
16581
- 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 });
16582
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16565
+ 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 });
16566
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, decorators: [{
16584
16568
  type: Injectable,
16585
16569
  args: [{
16586
16570
  providedIn: 'root'
@@ -16606,9 +16590,9 @@ class RewardfulService {
16606
16590
  });
16607
16591
  }
16608
16592
  }
16609
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16610
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16593
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16594
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, decorators: [{
16612
16596
  type: Injectable,
16613
16597
  args: [{
16614
16598
  providedIn: 'root'
@@ -16655,9 +16639,9 @@ class AssetsService {
16655
16639
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16656
16640
  }
16657
16641
  }
16658
- 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 });
16659
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16642
+ 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 });
16643
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, providedIn: 'root' });
16644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, decorators: [{
16661
16645
  type: Injectable,
16662
16646
  args: [{
16663
16647
  providedIn: 'root'
@@ -16718,9 +16702,9 @@ class BankTransactionCalculationService {
16718
16702
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16719
16703
  }
16720
16704
  }
16721
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16722
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16705
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16706
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16724
16708
  type: Injectable,
16725
16709
  args: [{
16726
16710
  providedIn: 'root'
@@ -16749,9 +16733,9 @@ class BankAccountCalculationService {
16749
16733
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16750
16734
  }
16751
16735
  }
16752
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16753
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16736
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16737
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16755
16739
  type: Injectable,
16756
16740
  args: [{
16757
16741
  providedIn: 'root'
@@ -16779,9 +16763,9 @@ class ExportFormatterService {
16779
16763
  }));
16780
16764
  }
16781
16765
  }
16782
- 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 });
16783
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16766
+ 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 });
16767
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, decorators: [{
16785
16769
  type: Injectable,
16786
16770
  args: [{
16787
16771
  providedIn: 'root'
@@ -16802,9 +16786,9 @@ class HeaderTitleService {
16802
16786
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16803
16787
  }
16804
16788
  }
16805
- 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 });
16806
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16789
+ 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 });
16790
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, decorators: [{
16808
16792
  type: Injectable,
16809
16793
  args: [{
16810
16794
  providedIn: 'root'
@@ -16838,9 +16822,9 @@ class IntercomService {
16838
16822
  window.Intercom('boot', connectionCredentials);
16839
16823
  }
16840
16824
  }
16841
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16842
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16825
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16826
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, providedIn: 'root' });
16827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, decorators: [{
16844
16828
  type: Injectable,
16845
16829
  args: [{
16846
16830
  providedIn: 'root'
@@ -16912,9 +16896,9 @@ class PdfFromDomElementService {
16912
16896
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16913
16897
  }
16914
16898
  }
16915
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16916
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16899
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16900
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16918
16902
  type: Injectable,
16919
16903
  args: [{
16920
16904
  providedIn: 'root'
@@ -16993,9 +16977,9 @@ class PdfFromTableService {
16993
16977
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16994
16978
  }
16995
16979
  }
16996
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16997
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
16980
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16981
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, decorators: [{
16999
16983
  type: Injectable,
17000
16984
  args: [{
17001
16985
  providedIn: 'root'
@@ -17027,9 +17011,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17027
17011
  return pdf;
17028
17012
  }
17029
17013
  }
17030
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17031
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17014
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17015
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17033
17017
  type: Injectable,
17034
17018
  args: [{
17035
17019
  providedIn: 'root'
@@ -17062,9 +17046,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17062
17046
  return pdf;
17063
17047
  }
17064
17048
  }
17065
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17066
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17049
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17050
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17068
17052
  type: Injectable,
17069
17053
  args: [{
17070
17054
  providedIn: 'root'
@@ -17091,9 +17075,9 @@ class EquityPositionChartService {
17091
17075
  }))));
17092
17076
  }
17093
17077
  }
17094
- 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 });
17095
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
17078
+ 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 });
17079
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, decorators: [{
17097
17081
  type: Injectable,
17098
17082
  args: [{
17099
17083
  providedIn: 'root'
@@ -17248,9 +17232,9 @@ class PropertyCalculationService {
17248
17232
  }
17249
17233
  }
17250
17234
  }
17251
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17252
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17235
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17236
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, decorators: [{
17254
17238
  type: Injectable,
17255
17239
  args: [{
17256
17240
  providedIn: 'root'
@@ -17301,9 +17285,9 @@ class PropertyTransactionReportService {
17301
17285
  .getWithoutBorrowingExpenses()));
17302
17286
  }
17303
17287
  }
17304
- 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 });
17305
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17288
+ 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 });
17289
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17307
17291
  type: Injectable,
17308
17292
  args: [{
17309
17293
  providedIn: 'root'
@@ -17371,9 +17355,9 @@ class TransactionCalculationService {
17371
17355
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17372
17356
  }
17373
17357
  }
17374
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17375
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17358
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17359
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, decorators: [{
17377
17361
  type: Injectable,
17378
17362
  args: [{
17379
17363
  providedIn: 'root'
@@ -17433,9 +17417,9 @@ class LogbookBestPeriodService {
17433
17417
  });
17434
17418
  }
17435
17419
  }
17436
- 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 });
17437
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17420
+ 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 });
17421
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17439
17423
  type: Injectable,
17440
17424
  args: [{
17441
17425
  providedIn: 'root'
@@ -17514,9 +17498,9 @@ class XlsxService {
17514
17498
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17515
17499
  }
17516
17500
  }
17517
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17518
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17501
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17502
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, providedIn: 'root' });
17503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, decorators: [{
17520
17504
  type: Injectable,
17521
17505
  args: [{
17522
17506
  providedIn: 'root'
@@ -19333,15 +19317,15 @@ class MyTaxBusinessIncomeOrLossesForm extends AbstractForm {
19333
19317
  class MyTaxCgtForm extends AbstractForm {
19334
19318
  constructor(gainsOrLosses) {
19335
19319
  super({
19336
- hasAssetSales: new UntypedFormControl(gainsOrLosses.hasAssetSales),
19320
+ hasCapitalGain: new UntypedFormControl(gainsOrLosses.hasCapitalGain),
19337
19321
  hasExemption: new UntypedFormControl(gainsOrLosses.hasExemption),
19338
- exemptionType: new UntypedFormControl(null, conditionalValidator(() => this.get('hasAssetSales').value, Validators.required)),
19339
- netCapitalProfit: new UntypedFormControl({
19340
- value: gainsOrLosses.netCapitalProfit,
19322
+ exemptionType: new UntypedFormControl(null, conditionalValidator(() => this.get('hasExemption').value, Validators.required)),
19323
+ netCapitalGain: new UntypedFormControl({
19324
+ value: gainsOrLosses.netCapitalGain,
19341
19325
  disabled: true
19342
19326
  }),
19343
- taxableGrossCapitalProfit: new UntypedFormControl({
19344
- value: gainsOrLosses.taxableGrossCapitalProfit,
19327
+ grossCapitalGain: new UntypedFormControl({
19328
+ value: gainsOrLosses.grossCapitalGain,
19345
19329
  disabled: true
19346
19330
  }),
19347
19331
  netCapitalLoss: new UntypedFormControl({
@@ -20537,7 +20521,7 @@ class HoldingSaleForm extends AbstractForm {
20537
20521
  price: new UntypedFormControl(sale.price || type.price, Validators.required),
20538
20522
  fee: new UntypedFormControl(sale.fee, Validators.required),
20539
20523
  date: new UntypedFormControl(sale.date, Validators.required),
20540
- grossCapitalGain: new UntypedFormControl({ value: sale.grossCapitalGain, disabled: true }),
20524
+ totalCapitalGain: new UntypedFormControl({ value: sale.totalCapitalGain, disabled: true }),
20541
20525
  netCapitalGain: new UntypedFormControl({ value: sale.netCapitalGain, disabled: true }),
20542
20526
  file: new UntypedFormControl(sale.file)
20543
20527
  }, sale);
@@ -20555,17 +20539,16 @@ class HoldingSaleForm extends AbstractForm {
20555
20539
  return super.submit({}, true);
20556
20540
  }
20557
20541
  updateGainFields(date, price, quantity, fee) {
20558
- const grossCapitalGain = this.calculateGrossCapitalGain(price, quantity, fee);
20559
- this.get('grossCapitalGain').setValue(grossCapitalGain);
20560
- this.get('netCapitalGain').setValue(this.calculateNetCapitalGain(grossCapitalGain, date));
20542
+ const totalCapitalGain = this.calculateTotalCapitalGain(price, quantity, fee);
20543
+ this.get('totalCapitalGain').setValue(totalCapitalGain);
20544
+ this.get('netCapitalGain').setValue(this.calculateNetCapitalGain(totalCapitalGain, date));
20561
20545
  }
20562
- calculateGrossCapitalGain(price, quantity, fee) {
20546
+ calculateTotalCapitalGain(price, quantity, fee) {
20563
20547
  const fees = quantity * this.holding.fee / this.holding.quantity + fee;
20564
- const totalCapitalGain = (price - this.holding.price) * quantity - fees;
20565
- return round(totalCapitalGain * this.holding.ownershipPercent / 100, 2);
20548
+ return round((price - this.holding.price) * quantity - fees, 2);
20566
20549
  }
20567
- calculateNetCapitalGain(grossCapitalGain, date) {
20568
- let netCapitalGain = grossCapitalGain;
20550
+ calculateNetCapitalGain(totalCapitalGain, date) {
20551
+ let netCapitalGain = (totalCapitalGain * this.holding.ownershipPercent) / 100;
20569
20552
  if (this.isOneYearExemptionApplicable(netCapitalGain, date)) {
20570
20553
  netCapitalGain = netCapitalGain / 2;
20571
20554
  }
@@ -20635,5 +20618,5 @@ var MessagesEnum;
20635
20618
  * Generated bundle index. Do not edit.
20636
20619
  */
20637
20620
 
20638
- 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 };
20621
+ 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 };
20639
20622
  //# sourceMappingURL=taxtank-core.mjs.map