taxtank-core 0.30.96 → 0.30.99

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 (446) hide show
  1. package/esm2020/lib/collections/bank-transaction.collection.mjs +2 -2
  2. package/esm2020/lib/collections/collection.mjs +2 -2
  3. package/esm2020/lib/collections/depreciation.collection.mjs +2 -2
  4. package/esm2020/lib/collections/vehicle/vehicle-logbook.collection.mjs +2 -2
  5. package/esm2020/lib/db/Models/transaction/transaction-base.mjs +3 -3
  6. package/esm2020/lib/forms/property/property-sale/property-sale-cost-sale.form.mjs +2 -2
  7. package/esm2020/lib/forms/property/property-sale/property-sale-exemptions.form.mjs +5 -1
  8. package/esm2020/lib/forms/sole/sole-business-loss.form.mjs +3 -3
  9. package/esm2020/lib/forms/transaction/transaction-base.form.mjs +3 -3
  10. package/esm2020/lib/forms/transaction/work/work-expense.form.mjs +2 -2
  11. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  12. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  13. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  15. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  16. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  17. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  18. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  19. package/esm2020/lib/models/bank/bank-transaction.mjs +2 -2
  20. package/esm2020/lib/models/sole/sole-invoice.mjs +3 -3
  21. package/esm2020/lib/models/transaction/transaction.mjs +2 -2
  22. package/esm2020/lib/models/vehicle/logbook-period.mjs +2 -2
  23. package/esm2020/lib/models/vehicle/vehicle-claim.mjs +2 -2
  24. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  25. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  26. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  27. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  28. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  29. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  30. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  31. package/esm2020/lib/services/data.service.mjs +3 -3
  32. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  33. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  34. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  35. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  36. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  38. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  39. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  40. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  41. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  42. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  43. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  44. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  45. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  46. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  47. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  48. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  49. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  50. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  51. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  52. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  53. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  54. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  55. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  56. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  59. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  60. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  61. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  62. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  63. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  64. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  65. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  66. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  67. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  68. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  69. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  70. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  71. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  72. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  73. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  77. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  78. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  79. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  80. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  81. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  82. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  83. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  91. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  92. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  93. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  96. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  97. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  98. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  99. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  100. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  101. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  103. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  104. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  105. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  106. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  108. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  109. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  110. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  112. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  113. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  114. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  115. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  116. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  117. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  118. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  119. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  120. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  121. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  122. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  123. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  124. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  125. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  126. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  127. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  128. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  129. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  130. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  131. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  132. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  133. package/esm2020/lib/tt-core.module.mjs +4 -4
  134. package/fesm2015/taxtank-core.mjs +378 -374
  135. package/fesm2015/taxtank-core.mjs.map +1 -1
  136. package/fesm2020/taxtank-core.mjs +378 -374
  137. package/fesm2020/taxtank-core.mjs.map +1 -1
  138. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts +4 -0
  139. package/package.json +1 -1
  140. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  141. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  142. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  143. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  144. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  145. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  146. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  147. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  148. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  149. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  150. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  151. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  152. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  153. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  154. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  155. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  156. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  157. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  158. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  159. package/lib/db/Models/observable-model.d.ts.map +0 -1
  160. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  161. package/lib/db/Models/property/property.d.ts.map +0 -1
  162. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  163. package/lib/db/Models/user/user.d.ts.map +0 -1
  164. package/lib/forms/abstract.form.d.ts.map +0 -1
  165. package/lib/forms/address/address.form.d.ts.map +0 -1
  166. package/lib/forms/address/index.d.ts.map +0 -1
  167. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  168. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  169. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  170. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  171. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  172. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  173. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  174. package/lib/forms/client/index.d.ts.map +0 -1
  175. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  176. package/lib/forms/depreciation/index.d.ts.map +0 -1
  177. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  178. package/lib/forms/holding/holding-reinvest.form.d.ts.map +0 -1
  179. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  180. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  181. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  182. package/lib/forms/holding/index.d.ts.map +0 -1
  183. package/lib/forms/index.d.ts.map +0 -1
  184. package/lib/forms/loan/index.d.ts.map +0 -1
  185. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  186. package/lib/forms/login/login.form.d.ts.map +0 -1
  187. package/lib/forms/phone/index.d.ts.map +0 -1
  188. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  189. package/lib/forms/property/index.d.ts.map +0 -1
  190. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  191. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  192. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  193. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  194. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  195. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  196. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  197. 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
  198. 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
  199. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  200. 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
  201. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  202. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  203. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  204. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  205. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  206. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  207. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  208. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  209. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  210. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  211. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  212. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  213. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  214. package/lib/forms/sole/index.d.ts.map +0 -1
  215. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  216. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  217. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  218. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  219. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  220. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  221. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  222. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  223. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  224. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  225. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  226. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  227. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  228. package/lib/forms/transaction/holding/holding-income.form.d.ts.map +0 -1
  229. package/lib/forms/transaction/index.d.ts.map +0 -1
  230. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  231. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  232. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  233. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  234. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  235. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  236. package/lib/forms/user/index.d.ts.map +0 -1
  237. package/lib/forms/user/password.form.d.ts.map +0 -1
  238. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  239. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  240. package/lib/forms/vehicle/index.d.ts.map +0 -1
  241. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  242. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  243. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  244. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  245. package/lib/functions/clone-deep.d.ts.map +0 -1
  246. package/lib/functions/create-date.d.ts.map +0 -1
  247. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  248. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  249. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  250. package/lib/functions/round-to.d.ts.map +0 -1
  251. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  252. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  253. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  254. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  255. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  256. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  257. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  258. package/lib/messages/index.d.ts.map +0 -1
  259. package/lib/messages/messages.enum.d.ts.map +0 -1
  260. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  261. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  262. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  263. package/lib/models/badge/badge.d.ts.map +0 -1
  264. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  265. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  266. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  267. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  268. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  269. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  270. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  271. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  272. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  273. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  274. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  275. package/lib/models/bank/index.d.ts.map +0 -1
  276. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  277. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  278. package/lib/models/chat/chat.d.ts.map +0 -1
  279. package/lib/models/chat/index.d.ts.map +0 -1
  280. package/lib/models/chat/message-document.d.ts.map +0 -1
  281. package/lib/models/chat/message.d.ts.map +0 -1
  282. package/lib/models/client/annual-client-details.d.ts.map +0 -1
  283. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  284. package/lib/models/client/index.d.ts.map +0 -1
  285. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  286. package/lib/models/dictionary/index.d.ts.map +0 -1
  287. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  288. package/lib/models/document/index.d.ts.map +0 -1
  289. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  290. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  291. package/lib/models/event/index.d.ts.map +0 -1
  292. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  293. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  294. package/lib/models/income-position/income-position.d.ts.map +0 -1
  295. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  296. package/lib/models/income-source/index.d.ts.map +0 -1
  297. package/lib/models/index.d.ts.map +0 -1
  298. package/lib/models/notification/index.d.ts.map +0 -1
  299. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  300. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  301. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  302. package/lib/models/report/index.d.ts.map +0 -1
  303. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  304. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  305. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  306. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  307. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  308. 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
  309. 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
  310. 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
  311. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  312. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  313. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  314. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  315. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  316. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  317. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  318. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  319. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  320. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  321. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  322. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  323. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  324. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  325. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  326. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  327. package/lib/models/report/property/index.d.ts.map +0 -1
  328. package/lib/models/report/sole/index.d.ts.map +0 -1
  329. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  330. package/lib/models/service-subscription/index.d.ts.map +0 -1
  331. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  332. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  333. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  334. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  335. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  336. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  337. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  338. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  339. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  340. package/lib/services/account-setup/index.d.ts.map +0 -1
  341. package/lib/services/affiliate/index.d.ts.map +0 -1
  342. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  343. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  344. package/lib/services/asset/assets.service.d.ts.map +0 -1
  345. package/lib/services/asset/index.d.ts.map +0 -1
  346. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  347. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  348. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  349. package/lib/services/bank/index.d.ts.map +0 -1
  350. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  351. package/lib/services/export/index.d.ts.map +0 -1
  352. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  353. package/lib/services/header-title/index.d.ts.map +0 -1
  354. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  355. package/lib/services/http/client/index.d.ts.map +0 -1
  356. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  357. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  358. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  359. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  360. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  361. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  362. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  363. package/lib/services/http/holding/index.d.ts.map +0 -1
  364. package/lib/services/http/index.d.ts.map +0 -1
  365. package/lib/services/http/subscription/index.d.ts.map +0 -1
  366. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  367. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  368. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  369. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  370. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  371. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  372. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  373. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  374. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  375. package/lib/services/http/transaction/index.d.ts.map +0 -1
  376. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  377. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  378. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  379. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  380. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  381. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  382. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  383. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  384. package/lib/services/http/user/index.d.ts.map +0 -1
  385. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  386. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  387. package/lib/services/http/user/user.service.d.ts.map +0 -1
  388. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  389. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  390. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  391. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  392. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  393. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  394. package/lib/services/index.d.ts.map +0 -1
  395. package/lib/services/intercom/index.d.ts.map +0 -1
  396. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  397. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  398. package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
  399. package/lib/services/json/index.d.ts.map +0 -1
  400. package/lib/services/pdf/index.d.ts.map +0 -1
  401. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  402. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  403. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  404. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  405. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  406. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  407. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  408. package/lib/services/preloader/index.d.ts.map +0 -1
  409. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  410. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  411. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  412. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  413. package/lib/services/property/index.d.ts.map +0 -1
  414. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  415. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  416. package/lib/services/report/index.d.ts.map +0 -1
  417. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  418. package/lib/services/transaction/index.d.ts.map +0 -1
  419. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  420. package/lib/services/user/index.d.ts.map +0 -1
  421. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  422. package/lib/services/vehicle/index.d.ts.map +0 -1
  423. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  424. package/lib/services/xlsx/index.d.ts.map +0 -1
  425. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  426. package/lib/tt-core.module.d.ts.map +0 -1
  427. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  428. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  429. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  430. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  431. package/lib/validators/conditional.validator.d.ts.map +0 -1
  432. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  433. package/lib/validators/date-range.validator.d.ts.map +0 -1
  434. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  435. package/lib/validators/file.validator.d.ts.map +0 -1
  436. package/lib/validators/greater-than.validator.d.ts.map +0 -1
  437. package/lib/validators/index.d.ts.map +0 -1
  438. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  439. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  440. package/lib/validators/password-match.validator.d.ts.map +0 -1
  441. package/lib/validators/password.validator.d.ts.map +0 -1
  442. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  443. package/lib/validators/required-length.validator.d.ts.map +0 -1
  444. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  445. package/public-api.d.ts.map +0 -1
  446. 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.2.4", 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.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
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: [{
75
75
  type: Injectable,
76
76
  args: [{
77
77
  providedIn: 'root'
@@ -109,9 +109,9 @@ class CorelogicInterceptor {
109
109
  });
110
110
  }
111
111
  }
112
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
113
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
112
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
113
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
115
115
  type: Injectable
116
116
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
117
117
  type: Inject,
@@ -148,9 +148,9 @@ class FinancialYearInterceptor {
148
148
  return next.handle(clonedReq);
149
149
  }
150
150
  }
151
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
152
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
151
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
152
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
154
154
  type: Injectable
155
155
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
156
156
  type: Inject,
@@ -433,10 +433,10 @@ class TransactionBase extends ObservableModel {
433
433
  return !this.isPropertyTank() && !this.isSoleTank();
434
434
  }
435
435
  get amountWithGst() {
436
- return this.isGST ? +(Math.round(this.amount * ChartAccounts.GSTCoefficient)).toFixed(2) : this.amount;
436
+ return this.isGST ? this.amount * ChartAccounts.GSTCoefficient : this.amount;
437
437
  }
438
438
  get gstAmount() {
439
- return +(this.amountWithGst - this.amount).toFixed(2);
439
+ return +(this.amountWithGst - this.amount);
440
440
  }
441
441
  get gstClaimAmount() {
442
442
  return this.gstAmount * this.claimRatio;
@@ -1650,7 +1650,7 @@ class Collection {
1650
1650
  return this.items.reduce((prev, current) => (get(prev, path) > get(current, path) ? prev : current));
1651
1651
  }
1652
1652
  reduce(callback, init = 0) {
1653
- return +this.items.reduce(callback, init).toFixed(2);
1653
+ return this.items.reduce(callback, init);
1654
1654
  }
1655
1655
  slice(from, to) {
1656
1656
  this.items.slice(from, to);
@@ -4324,7 +4324,7 @@ class BankTransaction extends BankTransaction$1 {
4324
4324
  */
4325
4325
  toTransaction() {
4326
4326
  return plainToClass(Transaction, {
4327
- amount: +this.amount.toFixed(2),
4327
+ amount: this.amount,
4328
4328
  description: this.description,
4329
4329
  date: this.date,
4330
4330
  source: TransactionSourceEnum.BANK_TRANSACTION,
@@ -4674,13 +4674,13 @@ class SoleInvoice extends SoleInvoice$1 {
4674
4674
  */
4675
4675
  get inclusiveGSTAmount() {
4676
4676
  const gstPrice = this.itemsCollection.gstPrice;
4677
- return +(gstPrice - (gstPrice / (1 + ChartAccounts.GSTRatio))).toFixed(2);
4677
+ return gstPrice - (gstPrice / (1 + ChartAccounts.GSTRatio));
4678
4678
  }
4679
4679
  /**
4680
4680
  * When tax exclusive, GST amount should be added additionally to total price
4681
4681
  */
4682
4682
  get exclusiveGSTAmount() {
4683
- return +(this.itemsCollection.gstPrice * ChartAccounts.GSTRatio).toFixed(2);
4683
+ return this.itemsCollection.gstPrice * ChartAccounts.GSTRatio;
4684
4684
  }
4685
4685
  isDraft() {
4686
4686
  return this.status === SoleInvoiceStatusesEnum.DRAFT;
@@ -4796,7 +4796,7 @@ class LogbookPeriod {
4796
4796
  }
4797
4797
  getWorkUsageByClaim(claim) {
4798
4798
  const claimKilometers = this.logbooks.getByVehicleClaim(claim).getClaimableLogbooks().kilometers;
4799
- return Math.round(this.workUsage * (claimKilometers / this.kilometers));
4799
+ return this.workUsage * (claimKilometers / this.kilometers);
4800
4800
  }
4801
4801
  }
4802
4802
  __decorate([
@@ -4895,7 +4895,7 @@ class VehicleClaim extends VehicleClaim$1 {
4895
4895
  * Claim amount for KMs method. Exists only for KMs method.
4896
4896
  */
4897
4897
  getKMSClaimAmount(vehicleClaimRate) {
4898
- return +(this.kilometers * vehicleClaimRate).toFixed(2);
4898
+ return this.kilometers * vehicleClaimRate;
4899
4899
  }
4900
4900
  /**
4901
4901
  * Get logbook claim amount. Exists only for logbook method.
@@ -5196,7 +5196,7 @@ class Transaction extends Transaction$1 {
5196
5196
  if (this.isWorkTank() || this.isHoldingTank()) {
5197
5197
  grossAmount += this.frankingCredit - this.taxFreeComponent - this.eligibleForReduction;
5198
5198
  }
5199
- return +(Math.round(grossAmount * 100) / 100).toFixed(2);
5199
+ return grossAmount;
5200
5200
  }
5201
5201
  /**
5202
5202
  * @TODO vik confusing logic demanded by Nicole, we need a better ux to fix it
@@ -5745,7 +5745,7 @@ class DepreciationCollection extends Collection {
5745
5745
  return this.items.reduce((sum, depreciation) => sum + depreciation.currentYearForecast.claimAmount, 0);
5746
5746
  }
5747
5747
  getClaimedAmountByYear(year = +localStorage.getItem('financialYear')) {
5748
- return +Math.round(this.amount - this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0)).toFixed(2);
5748
+ return this.amount - this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0);
5749
5749
  }
5750
5750
  getClaimAmountByYear(year = +localStorage.getItem('financialYear')) {
5751
5751
  return this.items.reduce((sum, depreciation) => sum + depreciation.getClaimAmountByYear(year), 0);
@@ -6597,7 +6597,7 @@ class VehicleLogbookCollection extends Collection {
6597
6597
  */
6598
6598
  getWorkUsage() {
6599
6599
  const workKilometers = this.getClaimableLogbooks().kilometers;
6600
- return Math.round(workKilometers / this.kilometers * 100);
6600
+ return workKilometers / this.kilometers * 100;
6601
6601
  }
6602
6602
  /**
6603
6603
  * Get list of logbooks related to passed vehicle claim
@@ -6790,7 +6790,7 @@ class BankTransactionCollection extends Collection {
6790
6790
  * Difference between total bank transactions amount and sum of allocations for passed bank transactions
6791
6791
  */
6792
6792
  getUnallocatedAmount(allocations) {
6793
- return +(this.getAmount() - allocations.getByBankTransactionsIds(this.getIds()).amount).toFixed(2);
6793
+ return this.getAmount() - allocations.getByBankTransactionsIds(this.getIds()).amount;
6794
6794
  }
6795
6795
  /**
6796
6796
  * get date of the last transaction
@@ -8975,9 +8975,9 @@ class JwtService extends JwtHelperService {
8975
8975
  return this.getUser().id === userId;
8976
8976
  }
8977
8977
  }
8978
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8979
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
8980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
8978
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8979
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8980
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8981
8981
  type: Injectable,
8982
8982
  args: [{
8983
8983
  providedIn: 'root'
@@ -9012,9 +9012,9 @@ class EventDispatcherService {
9012
9012
  this.eventSubject2.next(event);
9013
9013
  }
9014
9014
  }
9015
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9016
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9017
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
9015
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9016
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9017
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9018
9018
  type: Injectable,
9019
9019
  args: [{
9020
9020
  providedIn: 'root'
@@ -9063,9 +9063,9 @@ class AuthService {
9063
9063
  location.replace(url);
9064
9064
  }
9065
9065
  }
9066
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9067
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
9068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
9066
+ 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 });
9067
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9069
9069
  type: Injectable,
9070
9070
  args: [{
9071
9071
  providedIn: 'root'
@@ -9198,9 +9198,9 @@ class JwtInterceptor {
9198
9198
  });
9199
9199
  }
9200
9200
  }
9201
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9202
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9201
+ 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 });
9202
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9204
9204
  type: Injectable
9205
9205
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
9206
9206
  type: Inject,
@@ -9233,9 +9233,9 @@ class UserSwitcherService {
9233
9233
  window.location.replace('/firm/dashboard');
9234
9234
  }
9235
9235
  }
9236
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9237
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9236
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9237
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9239
9239
  type: Injectable,
9240
9240
  args: [{
9241
9241
  providedIn: 'root'
@@ -9281,9 +9281,9 @@ class UserSwitcherInterceptor {
9281
9281
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9282
9282
  }
9283
9283
  }
9284
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9285
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9284
+ 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 });
9285
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9287
9287
  type: Injectable
9288
9288
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9289
9289
  type: Inject,
@@ -9558,9 +9558,9 @@ class PreloaderService {
9558
9558
  this.activePreloaders.next(activePreloaders);
9559
9559
  }
9560
9560
  }
9561
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9562
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9563
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9561
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9562
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9564
9564
  type: Injectable,
9565
9565
  args: [{
9566
9566
  providedIn: 'root'
@@ -9588,9 +9588,9 @@ class PreloaderInterceptor {
9588
9588
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9589
9589
  }
9590
9590
  }
9591
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9592
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9591
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9592
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9594
9594
  type: Injectable
9595
9595
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9596
9596
 
@@ -9620,9 +9620,9 @@ class DataService {
9620
9620
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9621
9621
  }
9622
9622
  }
9623
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9624
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
9623
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9624
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9626
9626
  type: Injectable,
9627
9627
  args: [{
9628
9628
  providedIn: 'root'
@@ -9659,9 +9659,9 @@ class SseService {
9659
9659
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9660
9660
  }
9661
9661
  }
9662
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9663
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
9662
+ 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 });
9663
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9665
9665
  type: Injectable,
9666
9666
  args: [{
9667
9667
  providedIn: 'root'
@@ -9874,9 +9874,9 @@ let RestService$1 = class RestService extends DataService {
9874
9874
  */
9875
9875
  listenEvents() { }
9876
9876
  };
9877
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9878
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9877
+ 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 });
9878
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9880
9880
  type: Injectable,
9881
9881
  args: [{
9882
9882
  providedIn: 'root'
@@ -10019,9 +10019,9 @@ class ToastService {
10019
10019
  }));
10020
10020
  }
10021
10021
  }
10022
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10023
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
10024
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
10022
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10023
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10025
10025
  type: Injectable,
10026
10026
  args: [{
10027
10027
  providedIn: 'root'
@@ -10099,9 +10099,9 @@ class BankConnectionService extends RestService$1 {
10099
10099
  });
10100
10100
  }
10101
10101
  }
10102
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10103
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
10102
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10103
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10105
10105
  type: Injectable,
10106
10106
  args: [{
10107
10107
  providedIn: 'root'
@@ -10242,9 +10242,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10242
10242
  * How long we will wait accounts retrieving, break after timeout if not retireved
10243
10243
  */
10244
10244
  BasiqService.retrieveAccountsTimeout = 20000;
10245
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10246
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10245
+ 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 });
10246
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10248
10248
  type: Injectable,
10249
10249
  args: [{
10250
10250
  providedIn: 'root'
@@ -10279,9 +10279,9 @@ class BasiqTokenService extends RestService$1 {
10279
10279
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10280
10280
  }
10281
10281
  }
10282
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10283
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10282
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10283
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10285
10285
  type: Injectable,
10286
10286
  args: [{
10287
10287
  providedIn: 'root'
@@ -10310,9 +10310,9 @@ class BasiqTokenInterceptor {
10310
10310
  });
10311
10311
  }
10312
10312
  }
10313
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10314
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10313
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10314
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10316
10316
  type: Injectable
10317
10317
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10318
10318
 
@@ -10494,9 +10494,9 @@ class UserService {
10494
10494
  });
10495
10495
  }
10496
10496
  }
10497
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10498
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10497
+ 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 });
10498
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10500
10500
  type: Injectable,
10501
10501
  args: [{
10502
10502
  providedIn: 'root'
@@ -10526,17 +10526,17 @@ class BasiqClientIdInterceptor {
10526
10526
  });
10527
10527
  }
10528
10528
  }
10529
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10530
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10529
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10530
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10532
10532
  type: Injectable
10533
10533
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10534
10534
 
10535
10535
  class InterceptorsModule {
10536
10536
  }
10537
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10538
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10539
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10537
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10538
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10539
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10540
10540
  {
10541
10541
  provide: HTTP_INTERCEPTORS,
10542
10542
  useClass: CorelogicInterceptor,
@@ -10574,7 +10574,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10574
10574
  multi: true
10575
10575
  }
10576
10576
  ] });
10577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10578
10578
  type: NgModule,
10579
10579
  args: [{
10580
10580
  providers: [
@@ -10632,12 +10632,12 @@ class TtCoreModule {
10632
10632
  };
10633
10633
  }
10634
10634
  }
10635
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10636
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10635
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10636
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10637
10637
  InterceptorsModule] });
10638
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10638
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10639
10639
  InterceptorsModule] });
10640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10640
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10641
10641
  type: NgModule,
10642
10642
  args: [{
10643
10643
  declarations: [],
@@ -12189,9 +12189,9 @@ class AddressService {
12189
12189
  return this.countriesSubject.asObservable();
12190
12190
  }
12191
12191
  }
12192
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12193
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12192
+ 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 });
12193
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12195
12195
  type: Injectable,
12196
12196
  args: [{
12197
12197
  providedIn: 'root'
@@ -12259,9 +12259,9 @@ class BankAccountService extends RestService$1 {
12259
12259
  });
12260
12260
  }
12261
12261
  }
12262
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12263
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12262
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12263
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12265
12265
  type: Injectable,
12266
12266
  args: [{
12267
12267
  providedIn: 'root'
@@ -12326,9 +12326,9 @@ class BankTransactionService extends RestService$1 {
12326
12326
  });
12327
12327
  }
12328
12328
  }
12329
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12330
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12329
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12330
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12332
12332
  type: Injectable,
12333
12333
  args: [{
12334
12334
  providedIn: 'root'
@@ -12355,9 +12355,9 @@ class BankService extends RestService$1 {
12355
12355
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12356
12356
  }
12357
12357
  }
12358
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12359
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12358
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12359
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12361
12361
  type: Injectable,
12362
12362
  args: [{
12363
12363
  providedIn: 'root'
@@ -12377,9 +12377,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12377
12377
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12378
12378
  }
12379
12379
  }
12380
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12381
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12382
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12380
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12381
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12383
12383
  type: Injectable,
12384
12384
  args: [{
12385
12385
  providedIn: 'root'
@@ -12419,9 +12419,9 @@ class ChartAccountsService extends RestService$1 {
12419
12419
  }));
12420
12420
  }
12421
12421
  }
12422
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12423
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12422
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12423
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12425
12425
  type: Injectable,
12426
12426
  args: [{
12427
12427
  providedIn: 'root'
@@ -12490,9 +12490,9 @@ class ChatService extends RestService$1 {
12490
12490
  });
12491
12491
  }
12492
12492
  }
12493
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12494
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12493
+ 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 });
12494
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12496
12496
  type: Injectable,
12497
12497
  args: [{
12498
12498
  providedIn: 'root'
@@ -12549,9 +12549,9 @@ class MessageService extends RestService$1 {
12549
12549
  });
12550
12550
  }
12551
12551
  }
12552
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12553
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12552
+ 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 });
12553
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12555
12555
  type: Injectable,
12556
12556
  args: [{
12557
12557
  providedIn: 'root'
@@ -12620,9 +12620,9 @@ class MessageDocumentService extends RestService$1 {
12620
12620
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12621
12621
  }
12622
12622
  }
12623
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12624
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12623
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12624
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12626
12626
  type: Injectable,
12627
12627
  args: [{
12628
12628
  providedIn: 'root'
@@ -12685,9 +12685,9 @@ class ReceiptService {
12685
12685
  return plainToClass(this.modelClass, data);
12686
12686
  }
12687
12687
  }
12688
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12689
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12688
+ 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 });
12689
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12691
12691
  type: Injectable,
12692
12692
  args: [{
12693
12693
  providedIn: 'root'
@@ -12716,9 +12716,9 @@ class DepreciationReceiptService extends ReceiptService {
12716
12716
  this.listenEvents();
12717
12717
  }
12718
12718
  }
12719
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12720
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12719
+ 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 });
12720
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12722
12722
  type: Injectable,
12723
12723
  args: [{
12724
12724
  providedIn: 'root'
@@ -12845,9 +12845,9 @@ class DepreciationService extends RestService$1 {
12845
12845
  });
12846
12846
  }
12847
12847
  }
12848
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
12849
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12850
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12848
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
12849
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12851
12851
  type: Injectable,
12852
12852
  args: [{
12853
12853
  providedIn: 'root'
@@ -12897,9 +12897,9 @@ class DepreciationCapitalProjectService {
12897
12897
  }));
12898
12898
  }
12899
12899
  }
12900
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12901
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12902
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12900
+ 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 });
12901
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12903
12903
  type: Injectable,
12904
12904
  args: [{
12905
12905
  providedIn: 'root'
@@ -13109,9 +13109,9 @@ class RestService {
13109
13109
  */
13110
13110
  listenEvents() { }
13111
13111
  }
13112
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13113
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
13114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
13112
+ 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 });
13113
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13115
13115
  type: Injectable,
13116
13116
  args: [{
13117
13117
  providedIn: 'root'
@@ -13128,9 +13128,9 @@ class DocumentService extends RestService {
13128
13128
  this.modelClass = Document;
13129
13129
  }
13130
13130
  }
13131
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13132
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
13133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
13131
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13132
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13134
13134
  type: Injectable,
13135
13135
  args: [{
13136
13136
  providedIn: 'root'
@@ -13196,9 +13196,9 @@ class DocumentFolderService extends RestService {
13196
13196
  }));
13197
13197
  }
13198
13198
  }
13199
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13200
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13201
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13199
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13200
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13202
13202
  type: Injectable,
13203
13203
  args: [{
13204
13204
  providedIn: 'root'
@@ -13273,9 +13273,9 @@ FacebookService.authOptions = {
13273
13273
  auth_type: 'rerequest',
13274
13274
  return_scopes: true
13275
13275
  };
13276
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13277
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13276
+ 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 });
13277
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13279
13279
  type: Injectable,
13280
13280
  args: [{
13281
13281
  providedIn: 'root'
@@ -13343,9 +13343,9 @@ class GoogleService {
13343
13343
  google.accounts.id.disableAutoSelect();
13344
13344
  }
13345
13345
  }
13346
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13347
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13346
+ 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 });
13347
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13349
13349
  type: Injectable,
13350
13350
  args: [{
13351
13351
  providedIn: 'root'
@@ -13374,9 +13374,9 @@ class FileService extends RestService$1 {
13374
13374
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13375
13375
  }
13376
13376
  }
13377
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13378
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13377
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13378
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13380
13380
  type: Injectable,
13381
13381
  args: [{
13382
13382
  providedIn: 'root'
@@ -13393,9 +13393,9 @@ class ClientIncomeTypesService extends RestService$1 {
13393
13393
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13394
13394
  }
13395
13395
  }
13396
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13397
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13396
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13397
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13399
13399
  type: Injectable,
13400
13400
  args: [{
13401
13401
  providedIn: 'root'
@@ -13508,9 +13508,9 @@ class ClientInviteService extends RestService {
13508
13508
  });
13509
13509
  }
13510
13510
  }
13511
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13512
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13511
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13512
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13514
13514
  type: Injectable,
13515
13515
  args: [{
13516
13516
  providedIn: 'root'
@@ -13583,9 +13583,9 @@ class ClientMovementService extends RestService {
13583
13583
  });
13584
13584
  }
13585
13585
  }
13586
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13587
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13586
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13587
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13589
13589
  type: Injectable,
13590
13590
  args: [{
13591
13591
  providedIn: 'root'
@@ -13614,9 +13614,9 @@ class EmployeeService extends RestService {
13614
13614
  }));
13615
13615
  }
13616
13616
  }
13617
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13618
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13617
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13618
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13620
13620
  type: Injectable,
13621
13621
  args: [{
13622
13622
  providedIn: 'root'
@@ -13657,9 +13657,9 @@ class EmployeeInviteService extends RestService {
13657
13657
  }));
13658
13658
  }
13659
13659
  }
13660
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13661
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13660
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13661
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13663
13663
  type: Injectable,
13664
13664
  args: [{
13665
13665
  providedIn: 'root'
@@ -13684,9 +13684,9 @@ class ClientPortfolioReportService {
13684
13684
  }));
13685
13685
  }
13686
13686
  }
13687
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13688
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13689
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13687
+ 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 });
13688
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13690
13690
  type: Injectable,
13691
13691
  args: [{
13692
13692
  providedIn: 'root'
@@ -13748,9 +13748,9 @@ class FirmService {
13748
13748
  }));
13749
13749
  }
13750
13750
  }
13751
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13752
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13751
+ 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 });
13752
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13754
13754
  type: Injectable,
13755
13755
  args: [{
13756
13756
  providedIn: 'root'
@@ -13823,9 +13823,9 @@ class IncomeSourceForecastService extends RestService {
13823
13823
  }).flat();
13824
13824
  }
13825
13825
  }
13826
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13827
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13826
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13827
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13829
13829
  type: Injectable,
13830
13830
  args: [{
13831
13831
  providedIn: 'root'
@@ -13895,9 +13895,9 @@ class SalaryForecastService extends RestService {
13895
13895
  }).flat();
13896
13896
  }
13897
13897
  }
13898
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13899
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13900
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
13898
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13899
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13901
13901
  type: Injectable,
13902
13902
  args: [{
13903
13903
  providedIn: 'root'
@@ -13973,9 +13973,9 @@ class SoleForecastService extends RestService {
13973
13973
  });
13974
13974
  }
13975
13975
  }
13976
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13977
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
13976
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13977
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13979
13979
  type: Injectable,
13980
13980
  args: [{
13981
13981
  providedIn: 'root'
@@ -14054,9 +14054,9 @@ class IncomeSourceService extends RestService {
14054
14054
  });
14055
14055
  }
14056
14056
  }
14057
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14058
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14059
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
14057
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14058
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14060
14060
  type: Injectable,
14061
14061
  args: [{
14062
14062
  providedIn: 'root'
@@ -14117,9 +14117,9 @@ class BorrowingExpenseService {
14117
14117
  }));
14118
14118
  }
14119
14119
  }
14120
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14121
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14120
+ 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 });
14121
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14123
14123
  type: Injectable,
14124
14124
  args: [{
14125
14125
  providedIn: 'root'
@@ -14199,9 +14199,9 @@ class LoanService extends RestService$1 {
14199
14199
  }));
14200
14200
  }
14201
14201
  }
14202
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14203
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14202
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14203
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14205
14205
  type: Injectable,
14206
14206
  args: [{
14207
14207
  providedIn: 'root'
@@ -14220,9 +14220,9 @@ class PropertyCategoryService extends RestService$1 {
14220
14220
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14221
14221
  }
14222
14222
  }
14223
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14224
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14223
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14224
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14226
14226
  type: Injectable,
14227
14227
  args: [{
14228
14228
  providedIn: 'root'
@@ -14238,9 +14238,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14238
14238
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14239
14239
  }
14240
14240
  }
14241
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14242
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14241
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14242
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14244
14244
  type: Injectable,
14245
14245
  args: [{
14246
14246
  providedIn: 'root'
@@ -14282,9 +14282,9 @@ class PropertyDocumentService extends RestService$1 {
14282
14282
  });
14283
14283
  }
14284
14284
  }
14285
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14286
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14285
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14286
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14288
14288
  type: Injectable,
14289
14289
  args: [{
14290
14290
  providedIn: 'root'
@@ -14363,9 +14363,9 @@ class TaxExemptionService extends DataService {
14363
14363
  this.setCache(TaxExemptions);
14364
14364
  }
14365
14365
  }
14366
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14367
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14366
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14367
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14369
14369
  type: Injectable,
14370
14370
  args: [{
14371
14371
  providedIn: 'root'
@@ -14381,9 +14381,9 @@ class PropertySaleService extends RestService$1 {
14381
14381
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14382
14382
  }
14383
14383
  }
14384
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14385
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14384
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14385
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14387
14387
  type: Injectable,
14388
14388
  args: [{
14389
14389
  providedIn: 'root'
@@ -14430,9 +14430,9 @@ class PropertyShareService extends RestService$1 {
14430
14430
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14431
14431
  }
14432
14432
  }
14433
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14434
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14433
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14434
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14436
14436
  type: Injectable,
14437
14437
  args: [{
14438
14438
  providedIn: 'root'
@@ -14529,9 +14529,9 @@ class PropertyService extends RestService$1 {
14529
14529
  }));
14530
14530
  }
14531
14531
  }
14532
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14533
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14532
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14533
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14535
14535
  type: Injectable,
14536
14536
  args: [{
14537
14537
  providedIn: 'root'
@@ -14585,9 +14585,9 @@ class ServiceNotificationService extends RestService {
14585
14585
  });
14586
14586
  }
14587
14587
  }
14588
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14589
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14588
+ 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 });
14589
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14591
14591
  type: Injectable,
14592
14592
  args: [{
14593
14593
  providedIn: 'root'
@@ -14636,9 +14636,9 @@ class SoleBusinessService extends RestService {
14636
14636
  }));
14637
14637
  }
14638
14638
  }
14639
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14640
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14639
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14640
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14642
14642
  type: Injectable,
14643
14643
  args: [{
14644
14644
  providedIn: 'root'
@@ -14653,9 +14653,9 @@ class SoleBusinessActivityService extends RestService {
14653
14653
  this.isHydra = true;
14654
14654
  }
14655
14655
  }
14656
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14657
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14656
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14657
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14659
14659
  type: Injectable,
14660
14660
  args: [{
14661
14661
  providedIn: 'root'
@@ -14681,9 +14681,9 @@ class SoleBusinessLossService extends RestService {
14681
14681
  });
14682
14682
  }
14683
14683
  }
14684
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14685
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14684
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14685
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14687
14687
  type: Injectable,
14688
14688
  args: [{
14689
14689
  providedIn: 'root'
@@ -14701,9 +14701,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14701
14701
  this.isHydra = true;
14702
14702
  }
14703
14703
  }
14704
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14705
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14704
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14705
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14707
14707
  type: Injectable,
14708
14708
  args: [{
14709
14709
  providedIn: 'root'
@@ -14718,9 +14718,9 @@ class SoleContactService extends RestService {
14718
14718
  this.isHydra = true;
14719
14719
  }
14720
14720
  }
14721
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14722
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14721
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14722
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14723
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14724
14724
  type: Injectable,
14725
14725
  args: [{
14726
14726
  providedIn: 'root'
@@ -14776,9 +14776,9 @@ class SoleDepreciationMethodService {
14776
14776
  });
14777
14777
  }
14778
14778
  }
14779
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14780
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14779
+ 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 });
14780
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14782
14782
  type: Injectable,
14783
14783
  args: [{
14784
14784
  providedIn: 'root'
@@ -14831,9 +14831,9 @@ class SoleDetailsService {
14831
14831
  }));
14832
14832
  }
14833
14833
  }
14834
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14835
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14834
+ 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 });
14835
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14836
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14837
14837
  type: Injectable,
14838
14838
  args: [{
14839
14839
  providedIn: 'root'
@@ -14906,9 +14906,9 @@ class SoleInvoiceService extends RestService {
14906
14906
  });
14907
14907
  }
14908
14908
  }
14909
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14910
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
14909
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14910
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14912
14912
  type: Injectable,
14913
14913
  args: [{
14914
14914
  providedIn: 'root'
@@ -14923,9 +14923,9 @@ class SoleInvoiceTemplateService extends RestService {
14923
14923
  this.isHydra = true;
14924
14924
  }
14925
14925
  }
14926
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14927
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14926
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14927
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14929
14929
  type: Injectable,
14930
14930
  args: [{
14931
14931
  providedIn: 'root'
@@ -14940,9 +14940,9 @@ class BasReportService extends RestService {
14940
14940
  this.isHydra = true;
14941
14941
  }
14942
14942
  }
14943
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14944
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
14945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
14943
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14944
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14946
14946
  type: Injectable,
14947
14947
  args: [{
14948
14948
  providedIn: 'root'
@@ -14968,9 +14968,9 @@ class ServicePaymentService extends RestService$1 {
14968
14968
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14969
14969
  }
14970
14970
  }
14971
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14972
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
14971
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14972
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14974
14974
  type: Injectable,
14975
14975
  args: [{
14976
14976
  providedIn: 'root'
@@ -15018,9 +15018,9 @@ class ServicePaymentMethodService extends RestService$1 {
15018
15018
  });
15019
15019
  }
15020
15020
  }
15021
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
15022
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15021
+ 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 });
15022
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15024
15024
  type: Injectable,
15025
15025
  args: [{
15026
15026
  providedIn: 'root'
@@ -15043,9 +15043,9 @@ class ServicePriceService extends RestService$1 {
15043
15043
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15044
15044
  }
15045
15045
  }
15046
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15047
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
15046
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15047
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15049
15049
  type: Injectable,
15050
15050
  args: [{
15051
15051
  providedIn: 'root'
@@ -15160,9 +15160,9 @@ class SubscriptionService extends RestService$1 {
15160
15160
  });
15161
15161
  }
15162
15162
  }
15163
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15164
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
15163
+ 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 });
15164
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15166
15166
  type: Injectable,
15167
15167
  args: [{
15168
15168
  providedIn: 'root'
@@ -15182,9 +15182,9 @@ class ServiceProductService extends RestService$1 {
15182
15182
  this.isApiPlatform = true;
15183
15183
  }
15184
15184
  }
15185
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15186
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15185
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15186
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15188
15188
  type: Injectable,
15189
15189
  args: [{
15190
15190
  providedIn: 'root'
@@ -15216,9 +15216,9 @@ class TaxReviewHistoryService extends RestService {
15216
15216
  });
15217
15217
  }
15218
15218
  }
15219
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15220
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15219
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15220
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15222
15222
  type: Injectable,
15223
15223
  args: [{
15224
15224
  providedIn: 'root'
@@ -15307,9 +15307,9 @@ class TaxReviewService extends RestService {
15307
15307
  });
15308
15308
  }
15309
15309
  }
15310
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15311
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15310
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15311
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15313
15313
  type: Injectable,
15314
15314
  args: [{
15315
15315
  providedIn: 'root'
@@ -15366,9 +15366,9 @@ class TaxSummaryService {
15366
15366
  });
15367
15367
  }
15368
15368
  }
15369
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15370
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15369
+ 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 });
15370
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15372
15372
  type: Injectable,
15373
15373
  args: [{
15374
15374
  providedIn: 'root'
@@ -15387,9 +15387,9 @@ class AllocationRuleService extends RestService$1 {
15387
15387
  this.isApiPlatform = true;
15388
15388
  }
15389
15389
  }
15390
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15391
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15390
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15391
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15393
15393
  type: Injectable,
15394
15394
  args: [{
15395
15395
  providedIn: 'root'
@@ -15478,9 +15478,9 @@ class TransactionAllocationService extends RestService {
15478
15478
  });
15479
15479
  }
15480
15480
  }
15481
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15482
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15481
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15482
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15484
15484
  type: Injectable,
15485
15485
  args: [{
15486
15486
  providedIn: 'root'
@@ -15506,9 +15506,9 @@ class TransactionReceiptService extends ReceiptService {
15506
15506
  this.listenEvents();
15507
15507
  }
15508
15508
  }
15509
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15510
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15511
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15509
+ 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 });
15510
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15511
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15512
15512
  type: Injectable,
15513
15513
  args: [{
15514
15514
  providedIn: 'root'
@@ -15817,9 +15817,9 @@ class TransactionService extends RestService {
15817
15817
  });
15818
15818
  }
15819
15819
  }
15820
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15821
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15820
+ 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 });
15821
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15823
15823
  type: Injectable,
15824
15824
  args: [{
15825
15825
  providedIn: 'root'
@@ -15848,9 +15848,9 @@ class TutorialVideoService {
15848
15848
  }
15849
15849
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15850
15850
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15851
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15852
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15851
+ 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 });
15852
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15853
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15854
15854
  type: Injectable,
15855
15855
  args: [{
15856
15856
  providedIn: 'root'
@@ -15870,9 +15870,9 @@ class VehicleService extends RestService {
15870
15870
  this.modelClass = Vehicle;
15871
15871
  }
15872
15872
  }
15873
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15874
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
15875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15873
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15874
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15876
15876
  type: Injectable,
15877
15877
  args: [{
15878
15878
  providedIn: 'root'
@@ -15944,9 +15944,9 @@ class VehicleClaimService extends RestService {
15944
15944
  combineLatest(batch$).subscribe();
15945
15945
  }
15946
15946
  }
15947
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15948
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
15947
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15948
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15949
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15950
15950
  type: Injectable,
15951
15951
  args: [{
15952
15952
  providedIn: 'root'
@@ -16023,9 +16023,9 @@ class VehicleClaimDetailsService {
16023
16023
  this.update(vehicleClaimDetails).subscribe();
16024
16024
  }
16025
16025
  }
16026
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16027
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16028
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16026
+ 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 });
16027
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16028
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16029
16029
  type: Injectable,
16030
16030
  args: [{
16031
16031
  providedIn: 'root'
@@ -16045,9 +16045,9 @@ class VehicleLogbookService extends RestService {
16045
16045
  this.modelClass = VehicleLogbook;
16046
16046
  }
16047
16047
  }
16048
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16049
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
16048
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16049
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16050
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16051
16051
  type: Injectable,
16052
16052
  args: [{
16053
16053
  providedIn: 'root'
@@ -16064,9 +16064,9 @@ class AnnualClientDetailsService extends RestService$1 {
16064
16064
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16065
16065
  }
16066
16066
  }
16067
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16068
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16067
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16068
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16070
16070
  type: Injectable,
16071
16071
  args: [{
16072
16072
  providedIn: 'root'
@@ -16097,9 +16097,9 @@ class OccupationService {
16097
16097
  return this.occupationsSubject.asObservable();
16098
16098
  }
16099
16099
  }
16100
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16101
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
16102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
16100
+ 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 });
16101
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16103
16103
  type: Injectable,
16104
16104
  args: [{
16105
16105
  providedIn: 'root'
@@ -16143,9 +16143,9 @@ class UserEventSettingService extends RestService {
16143
16143
  }));
16144
16144
  }
16145
16145
  }
16146
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16147
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
16146
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16147
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16149
16149
  type: Injectable,
16150
16150
  args: [{
16151
16151
  providedIn: 'root'
@@ -16160,9 +16160,9 @@ class UserEventTypeService extends RestService {
16160
16160
  this.isHydra = true;
16161
16161
  }
16162
16162
  }
16163
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16164
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
16163
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16164
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16166
16166
  type: Injectable,
16167
16167
  args: [{
16168
16168
  providedIn: 'root'
@@ -16179,9 +16179,9 @@ class UsersInviteService extends RestService {
16179
16179
  this.url = 'users/invite';
16180
16180
  }
16181
16181
  }
16182
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16183
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16182
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16183
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16185
16185
  type: Injectable,
16186
16186
  args: [{
16187
16187
  providedIn: 'root'
@@ -16201,9 +16201,9 @@ class HoldingService extends RestService$1 {
16201
16201
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16202
16202
  }
16203
16203
  }
16204
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16205
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16204
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16205
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16207
16207
  type: Injectable,
16208
16208
  args: [{
16209
16209
  providedIn: 'root'
@@ -16220,9 +16220,9 @@ class HoldingTypeService extends RestService$1 {
16220
16220
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16221
16221
  }
16222
16222
  }
16223
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16224
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16223
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16224
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16226
16226
  type: Injectable,
16227
16227
  args: [{
16228
16228
  providedIn: 'root'
@@ -16239,9 +16239,9 @@ class HoldingSaleService extends RestService$1 {
16239
16239
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16240
16240
  }
16241
16241
  }
16242
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16243
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16242
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16243
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16245
16245
  type: Injectable,
16246
16246
  args: [{
16247
16247
  providedIn: 'root'
@@ -16336,9 +16336,9 @@ class HoldingTypeExchangeService extends DataService {
16336
16336
  this.setCache(HoldingTypeExchanges);
16337
16337
  }
16338
16338
  }
16339
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16340
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16339
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16340
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16342
16342
  type: Injectable,
16343
16343
  args: [{
16344
16344
  providedIn: 'root'
@@ -16447,9 +16447,9 @@ class IncomeSourceTypeService extends DataService {
16447
16447
  this.setCache(IncomeSourceTypes);
16448
16448
  }
16449
16449
  }
16450
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16451
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16450
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16451
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16453
16453
  type: Injectable,
16454
16454
  args: [{
16455
16455
  providedIn: 'root'
@@ -16669,9 +16669,9 @@ class AccountSetupService {
16669
16669
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
16670
16670
  }
16671
16671
  }
16672
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
16673
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
16672
+ 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 });
16673
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16675
16675
  type: Injectable,
16676
16676
  args: [{
16677
16677
  providedIn: 'root'
@@ -16697,9 +16697,9 @@ class RewardfulService {
16697
16697
  });
16698
16698
  }
16699
16699
  }
16700
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16701
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
16700
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16701
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16703
16703
  type: Injectable,
16704
16704
  args: [{
16705
16705
  providedIn: 'root'
@@ -16744,9 +16744,9 @@ class AssetsService {
16744
16744
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16745
16745
  }
16746
16746
  }
16747
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16748
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16749
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
16747
+ 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 });
16748
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16750
16750
  type: Injectable,
16751
16751
  args: [{
16752
16752
  providedIn: 'root'
@@ -16805,9 +16805,9 @@ class BankTransactionCalculationService {
16805
16805
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16806
16806
  }
16807
16807
  }
16808
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16809
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16808
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16809
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16810
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16811
16811
  type: Injectable,
16812
16812
  args: [{
16813
16813
  providedIn: 'root'
@@ -16836,9 +16836,9 @@ class BankAccountCalculationService {
16836
16836
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16837
16837
  }
16838
16838
  }
16839
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16840
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16839
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16840
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16842
16842
  type: Injectable,
16843
16843
  args: [{
16844
16844
  providedIn: 'root'
@@ -16866,9 +16866,9 @@ class ExportFormatterService {
16866
16866
  }));
16867
16867
  }
16868
16868
  }
16869
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16870
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
16869
+ 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 });
16870
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16872
16872
  type: Injectable,
16873
16873
  args: [{
16874
16874
  providedIn: 'root'
@@ -16889,9 +16889,9 @@ class HeaderTitleService {
16889
16889
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16890
16890
  }
16891
16891
  }
16892
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16893
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
16892
+ 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 });
16893
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16895
16895
  type: Injectable,
16896
16896
  args: [{
16897
16897
  providedIn: 'root'
@@ -16925,9 +16925,9 @@ class IntercomService {
16925
16925
  window.Intercom('boot', connectionCredentials);
16926
16926
  }
16927
16927
  }
16928
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16929
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
16930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
16928
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16929
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16931
16931
  type: Injectable,
16932
16932
  args: [{
16933
16933
  providedIn: 'root'
@@ -16997,9 +16997,9 @@ class PdfFromDomElementService {
16997
16997
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16998
16998
  }
16999
16999
  }
17000
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17001
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17000
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17001
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17003
17003
  type: Injectable,
17004
17004
  args: [{
17005
17005
  providedIn: 'root'
@@ -17093,9 +17093,9 @@ class PdfFromTableService {
17093
17093
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
17094
17094
  }
17095
17095
  }
17096
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17097
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
17096
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17097
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
17099
17099
  type: Injectable,
17100
17100
  args: [{
17101
17101
  providedIn: 'root'
@@ -17134,9 +17134,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17134
17134
  return pdf;
17135
17135
  }
17136
17136
  }
17137
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17138
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17137
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17138
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17140
17140
  type: Injectable,
17141
17141
  args: [{
17142
17142
  providedIn: 'root'
@@ -17172,9 +17172,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17172
17172
  return pdf;
17173
17173
  }
17174
17174
  }
17175
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17176
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17175
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17176
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17178
17178
  type: Injectable,
17179
17179
  args: [{
17180
17180
  providedIn: 'root'
@@ -17201,9 +17201,9 @@ class EquityPositionChartService {
17201
17201
  }))));
17202
17202
  }
17203
17203
  }
17204
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17205
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
17204
+ 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 });
17205
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
17207
17207
  type: Injectable,
17208
17208
  args: [{
17209
17209
  providedIn: 'root'
@@ -17356,9 +17356,9 @@ class PropertyCalculationService {
17356
17356
  }
17357
17357
  }
17358
17358
  }
17359
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17360
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
17359
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17360
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17362
17362
  type: Injectable,
17363
17363
  args: [{
17364
17364
  providedIn: 'root'
@@ -17409,9 +17409,9 @@ class PropertyTransactionReportService {
17409
17409
  .getWithoutBorrowingExpenses()));
17410
17410
  }
17411
17411
  }
17412
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17413
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17412
+ 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 });
17413
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17415
17415
  type: Injectable,
17416
17416
  args: [{
17417
17417
  providedIn: 'root'
@@ -17479,9 +17479,9 @@ class TransactionCalculationService {
17479
17479
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17480
17480
  }
17481
17481
  }
17482
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17483
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
17482
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17483
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17485
17485
  type: Injectable,
17486
17486
  args: [{
17487
17487
  providedIn: 'root'
@@ -17541,9 +17541,9 @@ class LogbookBestPeriodService {
17541
17541
  });
17542
17542
  }
17543
17543
  }
17544
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17545
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17544
+ 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 });
17545
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17547
17547
  type: Injectable,
17548
17548
  args: [{
17549
17549
  providedIn: 'root'
@@ -17621,9 +17621,9 @@ class XlsxService {
17621
17621
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17622
17622
  }
17623
17623
  }
17624
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17625
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
17624
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17625
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17627
17627
  type: Injectable,
17628
17628
  args: [{
17629
17629
  providedIn: 'root'
@@ -18436,11 +18436,11 @@ class SoleBusinessLossForm extends AbstractForm {
18436
18436
  openBalance: new UntypedFormControl(loss.openBalance, [Validators.required, Validators.min(0)]),
18437
18437
  offsetRule: new UntypedFormControl(loss.offsetRule?.id),
18438
18438
  // sum of depreciations/transactions claim amount - openBalance
18439
- balance: new UntypedFormControl({ value: (profit - loss.openBalance).toFixed(2), disabled: true }),
18439
+ balance: new UntypedFormControl({ value: (profit - loss.openBalance), disabled: true }),
18440
18440
  }, loss);
18441
18441
  this.loss = loss;
18442
18442
  this.get('openBalance').valueChanges.subscribe((openBalance) => {
18443
- this.get('balance').setValue((profit - openBalance).toFixed(2));
18443
+ this.get('balance').setValue((profit - openBalance));
18444
18444
  });
18445
18445
  }
18446
18446
  /**
@@ -19119,7 +19119,7 @@ class PropertySaleCostSaleForm extends AbstractForm {
19119
19119
  return super.submit(data);
19120
19120
  }
19121
19121
  updateGrossCapitalGain() {
19122
- this.get('grossCapitalGain').setValue(Math.round(this.property.calculateGrossCapitalGain(this.getPropertySale())).toFixed());
19122
+ this.get('grossCapitalGain').setValue(this.property.calculateGrossCapitalGain(this.getPropertySale()));
19123
19123
  }
19124
19124
  listenCommissionUpdated() {
19125
19125
  this.get('commission').valueChanges.subscribe(() => {
@@ -19179,6 +19179,10 @@ class PropertySaleExemptionsForm extends AbstractForm {
19179
19179
  updateNetCapitalGain() {
19180
19180
  this.get('netCapitalGain').setValue(this.property.calculateNetCapitalGain(this.getPropertySale()));
19181
19181
  }
19182
+ /**
19183
+ * @TODO copypast
19184
+ * @private
19185
+ */
19182
19186
  updateGrossCapitalGain() {
19183
19187
  this.get('grossCapitalGain').setValue(this.property.calculateGrossCapitalGain(this.getPropertySale()));
19184
19188
  }
@@ -20254,10 +20258,10 @@ class TransactionBaseForm extends AbstractForm {
20254
20258
  });
20255
20259
  }
20256
20260
  updateGstAmount() {
20257
- this.get('gstAmount').patchValue((this.amountWithGST - this.amount).toFixed(2));
20261
+ this.get('gstAmount').patchValue(this.amountWithGST - this.amount);
20258
20262
  }
20259
20263
  updateAmount() {
20260
- this.get('amount').patchValue(this.isGST ? (this.amountWithGST / ChartAccounts.GSTCoefficient).toFixed(2) : this.amountWithGST);
20264
+ this.get('amount').patchValue(this.isGST ? this.amountWithGST / ChartAccounts.GSTCoefficient : this.amountWithGST);
20261
20265
  }
20262
20266
  isGstApplicable() {
20263
20267
  return !!this.registeredForGst && !!this.model.business;
@@ -20519,7 +20523,7 @@ class WorkExpenseForm extends WorkTransactionForm {
20519
20523
  // for home office hours expense amount is a fixed rate per hour
20520
20524
  this.get('amount').reset();
20521
20525
  this.get('amount').disable();
20522
- this.get('amount').setValue((this.get('chartAccounts').value.getCurrentYearValue().value * +hoursMetaField.value).toFixed(2));
20526
+ this.get('amount').setValue((this.get('chartAccounts').value.getCurrentYearValue().value * +hoursMetaField.value));
20523
20527
  });
20524
20528
  }
20525
20529
  }