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'
@@ -111,9 +111,9 @@ class CorelogicInterceptor {
111
111
  });
112
112
  }
113
113
  }
114
- 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 });
115
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
114
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
115
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
117
117
  type: Injectable
118
118
  }], ctorParameters: function () {
119
119
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -152,9 +152,9 @@ class FinancialYearInterceptor {
152
152
  return next.handle(clonedReq);
153
153
  }
154
154
  }
155
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
156
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
155
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
156
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
158
158
  type: Injectable
159
159
  }], ctorParameters: function () {
160
160
  return [{ type: undefined, decorators: [{
@@ -442,10 +442,10 @@ class TransactionBase extends ObservableModel {
442
442
  return !this.isPropertyTank() && !this.isSoleTank();
443
443
  }
444
444
  get amountWithGst() {
445
- return this.isGST ? +(Math.round(this.amount * ChartAccounts.GSTCoefficient)).toFixed(2) : this.amount;
445
+ return this.isGST ? this.amount * ChartAccounts.GSTCoefficient : this.amount;
446
446
  }
447
447
  get gstAmount() {
448
- return +(this.amountWithGst - this.amount).toFixed(2);
448
+ return +(this.amountWithGst - this.amount);
449
449
  }
450
450
  get gstClaimAmount() {
451
451
  return this.gstAmount * this.claimRatio;
@@ -1660,7 +1660,7 @@ class Collection {
1660
1660
  return this.items.reduce((prev, current) => (get(prev, path) > get(current, path) ? prev : current));
1661
1661
  }
1662
1662
  reduce(callback, init = 0) {
1663
- return +this.items.reduce(callback, init).toFixed(2);
1663
+ return this.items.reduce(callback, init);
1664
1664
  }
1665
1665
  slice(from, to) {
1666
1666
  this.items.slice(from, to);
@@ -4344,7 +4344,7 @@ class BankTransaction extends BankTransaction$1 {
4344
4344
  */
4345
4345
  toTransaction() {
4346
4346
  return plainToClass(Transaction, {
4347
- amount: +this.amount.toFixed(2),
4347
+ amount: this.amount,
4348
4348
  description: this.description,
4349
4349
  date: this.date,
4350
4350
  source: TransactionSourceEnum.BANK_TRANSACTION,
@@ -4694,13 +4694,13 @@ class SoleInvoice extends SoleInvoice$1 {
4694
4694
  */
4695
4695
  get inclusiveGSTAmount() {
4696
4696
  const gstPrice = this.itemsCollection.gstPrice;
4697
- return +(gstPrice - (gstPrice / (1 + ChartAccounts.GSTRatio))).toFixed(2);
4697
+ return gstPrice - (gstPrice / (1 + ChartAccounts.GSTRatio));
4698
4698
  }
4699
4699
  /**
4700
4700
  * When tax exclusive, GST amount should be added additionally to total price
4701
4701
  */
4702
4702
  get exclusiveGSTAmount() {
4703
- return +(this.itemsCollection.gstPrice * ChartAccounts.GSTRatio).toFixed(2);
4703
+ return this.itemsCollection.gstPrice * ChartAccounts.GSTRatio;
4704
4704
  }
4705
4705
  isDraft() {
4706
4706
  return this.status === SoleInvoiceStatusesEnum.DRAFT;
@@ -4816,7 +4816,7 @@ class LogbookPeriod {
4816
4816
  }
4817
4817
  getWorkUsageByClaim(claim) {
4818
4818
  const claimKilometers = this.logbooks.getByVehicleClaim(claim).getClaimableLogbooks().kilometers;
4819
- return Math.round(this.workUsage * (claimKilometers / this.kilometers));
4819
+ return this.workUsage * (claimKilometers / this.kilometers);
4820
4820
  }
4821
4821
  }
4822
4822
  __decorate([
@@ -4915,7 +4915,7 @@ class VehicleClaim extends VehicleClaim$1 {
4915
4915
  * Claim amount for KMs method. Exists only for KMs method.
4916
4916
  */
4917
4917
  getKMSClaimAmount(vehicleClaimRate) {
4918
- return +(this.kilometers * vehicleClaimRate).toFixed(2);
4918
+ return this.kilometers * vehicleClaimRate;
4919
4919
  }
4920
4920
  /**
4921
4921
  * Get logbook claim amount. Exists only for logbook method.
@@ -5218,7 +5218,7 @@ class Transaction extends Transaction$1 {
5218
5218
  if (this.isWorkTank() || this.isHoldingTank()) {
5219
5219
  grossAmount += this.frankingCredit - this.taxFreeComponent - this.eligibleForReduction;
5220
5220
  }
5221
- return +(Math.round(grossAmount * 100) / 100).toFixed(2);
5221
+ return grossAmount;
5222
5222
  }
5223
5223
  /**
5224
5224
  * @TODO vik confusing logic demanded by Nicole, we need a better ux to fix it
@@ -5775,7 +5775,7 @@ class DepreciationCollection extends Collection {
5775
5775
  return this.items.reduce((sum, depreciation) => sum + depreciation.currentYearForecast.claimAmount, 0);
5776
5776
  }
5777
5777
  getClaimedAmountByYear(year = +localStorage.getItem('financialYear')) {
5778
- return +Math.round(this.amount - this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0)).toFixed(2);
5778
+ return this.amount - this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0);
5779
5779
  }
5780
5780
  getClaimAmountByYear(year = +localStorage.getItem('financialYear')) {
5781
5781
  return this.items.reduce((sum, depreciation) => sum + depreciation.getClaimAmountByYear(year), 0);
@@ -6629,7 +6629,7 @@ class VehicleLogbookCollection extends Collection {
6629
6629
  */
6630
6630
  getWorkUsage() {
6631
6631
  const workKilometers = this.getClaimableLogbooks().kilometers;
6632
- return Math.round(workKilometers / this.kilometers * 100);
6632
+ return workKilometers / this.kilometers * 100;
6633
6633
  }
6634
6634
  /**
6635
6635
  * Get list of logbooks related to passed vehicle claim
@@ -6822,7 +6822,7 @@ class BankTransactionCollection extends Collection {
6822
6822
  * Difference between total bank transactions amount and sum of allocations for passed bank transactions
6823
6823
  */
6824
6824
  getUnallocatedAmount(allocations) {
6825
- return +(this.getAmount() - allocations.getByBankTransactionsIds(this.getIds()).amount).toFixed(2);
6825
+ return this.getAmount() - allocations.getByBankTransactionsIds(this.getIds()).amount;
6826
6826
  }
6827
6827
  /**
6828
6828
  * get date of the last transaction
@@ -9029,9 +9029,9 @@ class JwtService extends JwtHelperService {
9029
9029
  return this.getUser().id === userId;
9030
9030
  }
9031
9031
  }
9032
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9033
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
9034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
9032
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9033
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
9034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
9035
9035
  type: Injectable,
9036
9036
  args: [{
9037
9037
  providedIn: 'root'
@@ -9066,9 +9066,9 @@ class EventDispatcherService {
9066
9066
  this.eventSubject2.next(event);
9067
9067
  }
9068
9068
  }
9069
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9070
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
9069
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9070
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9072
9072
  type: Injectable,
9073
9073
  args: [{
9074
9074
  providedIn: 'root'
@@ -9117,9 +9117,9 @@ class AuthService {
9117
9117
  location.replace(url);
9118
9118
  }
9119
9119
  }
9120
- 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 });
9121
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
9122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
9120
+ 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 });
9121
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9123
9123
  type: Injectable,
9124
9124
  args: [{
9125
9125
  providedIn: 'root'
@@ -9255,9 +9255,9 @@ class JwtInterceptor {
9255
9255
  });
9256
9256
  }
9257
9257
  }
9258
- 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 });
9259
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9258
+ 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 });
9259
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9261
9261
  type: Injectable
9262
9262
  }], ctorParameters: function () {
9263
9263
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9292,9 +9292,9 @@ class UserSwitcherService {
9292
9292
  window.location.replace('/firm/dashboard');
9293
9293
  }
9294
9294
  }
9295
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9296
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9295
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9296
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9298
9298
  type: Injectable,
9299
9299
  args: [{
9300
9300
  providedIn: 'root'
@@ -9340,9 +9340,9 @@ class UserSwitcherInterceptor {
9340
9340
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9341
9341
  }
9342
9342
  }
9343
- 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 });
9344
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9343
+ 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 });
9344
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9346
9346
  type: Injectable
9347
9347
  }], ctorParameters: function () {
9348
9348
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9619,9 +9619,9 @@ class PreloaderService {
9619
9619
  this.activePreloaders.next(activePreloaders);
9620
9620
  }
9621
9621
  }
9622
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9623
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9622
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9623
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9625
9625
  type: Injectable,
9626
9626
  args: [{
9627
9627
  providedIn: 'root'
@@ -9649,9 +9649,9 @@ class PreloaderInterceptor {
9649
9649
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9650
9650
  }
9651
9651
  }
9652
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9653
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9652
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9653
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9655
9655
  type: Injectable
9656
9656
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9657
9657
 
@@ -9681,9 +9681,9 @@ class DataService {
9681
9681
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9682
9682
  }
9683
9683
  }
9684
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9685
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
9684
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9685
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9687
9687
  type: Injectable,
9688
9688
  args: [{
9689
9689
  providedIn: 'root'
@@ -9720,9 +9720,9 @@ class SseService {
9720
9720
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9721
9721
  }
9722
9722
  }
9723
- 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 });
9724
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
9723
+ 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 });
9724
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9726
9726
  type: Injectable,
9727
9727
  args: [{
9728
9728
  providedIn: 'root'
@@ -9937,9 +9937,9 @@ let RestService$1 = class RestService extends DataService {
9937
9937
  */
9938
9938
  listenEvents() { }
9939
9939
  };
9940
- 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 });
9941
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9940
+ 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 });
9941
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9943
9943
  type: Injectable,
9944
9944
  args: [{
9945
9945
  providedIn: 'root'
@@ -10084,9 +10084,9 @@ class ToastService {
10084
10084
  }));
10085
10085
  }
10086
10086
  }
10087
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10088
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
10089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
10087
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10088
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10090
10090
  type: Injectable,
10091
10091
  args: [{
10092
10092
  providedIn: 'root'
@@ -10164,9 +10164,9 @@ class BankConnectionService extends RestService$1 {
10164
10164
  });
10165
10165
  }
10166
10166
  }
10167
- 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 });
10168
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
10167
+ 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 });
10168
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10170
10170
  type: Injectable,
10171
10171
  args: [{
10172
10172
  providedIn: 'root'
@@ -10309,9 +10309,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10309
10309
  * How long we will wait accounts retrieving, break after timeout if not retireved
10310
10310
  */
10311
10311
  BasiqService.retrieveAccountsTimeout = 20000;
10312
- 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 });
10313
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10312
+ 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 });
10313
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10315
10315
  type: Injectable,
10316
10316
  args: [{
10317
10317
  providedIn: 'root'
@@ -10348,9 +10348,9 @@ class BasiqTokenService extends RestService$1 {
10348
10348
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10349
10349
  }
10350
10350
  }
10351
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10352
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10351
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10352
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10354
10354
  type: Injectable,
10355
10355
  args: [{
10356
10356
  providedIn: 'root'
@@ -10379,9 +10379,9 @@ class BasiqTokenInterceptor {
10379
10379
  });
10380
10380
  }
10381
10381
  }
10382
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10383
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10382
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10383
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10385
10385
  type: Injectable
10386
10386
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10387
10387
 
@@ -10564,9 +10564,9 @@ class UserService {
10564
10564
  });
10565
10565
  }
10566
10566
  }
10567
- 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 });
10568
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10567
+ 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 });
10568
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10570
10570
  type: Injectable,
10571
10571
  args: [{
10572
10572
  providedIn: 'root'
@@ -10598,17 +10598,17 @@ class BasiqClientIdInterceptor {
10598
10598
  });
10599
10599
  }
10600
10600
  }
10601
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10602
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10601
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10602
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10603
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10604
10604
  type: Injectable
10605
10605
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10606
10606
 
10607
10607
  class InterceptorsModule {
10608
10608
  }
10609
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10610
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10611
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10609
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10610
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10611
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10612
10612
  {
10613
10613
  provide: HTTP_INTERCEPTORS,
10614
10614
  useClass: CorelogicInterceptor,
@@ -10646,7 +10646,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10646
10646
  multi: true
10647
10647
  }
10648
10648
  ] });
10649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10650
10650
  type: NgModule,
10651
10651
  args: [{
10652
10652
  providers: [
@@ -10704,12 +10704,12 @@ class TtCoreModule {
10704
10704
  };
10705
10705
  }
10706
10706
  }
10707
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10708
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10707
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10708
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10709
10709
  InterceptorsModule] });
10710
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10710
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10711
10711
  InterceptorsModule] });
10712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10713
10713
  type: NgModule,
10714
10714
  args: [{
10715
10715
  declarations: [],
@@ -12266,9 +12266,9 @@ class AddressService {
12266
12266
  return this.countriesSubject.asObservable();
12267
12267
  }
12268
12268
  }
12269
- 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 });
12270
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12269
+ 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 });
12270
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12272
12272
  type: Injectable,
12273
12273
  args: [{
12274
12274
  providedIn: 'root'
@@ -12338,9 +12338,9 @@ class BankAccountService extends RestService$1 {
12338
12338
  });
12339
12339
  }
12340
12340
  }
12341
- 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 });
12342
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12341
+ 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 });
12342
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12344
12344
  type: Injectable,
12345
12345
  args: [{
12346
12346
  providedIn: 'root'
@@ -12407,9 +12407,9 @@ class BankTransactionService extends RestService$1 {
12407
12407
  });
12408
12408
  }
12409
12409
  }
12410
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12411
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12412
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12410
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12411
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12413
12413
  type: Injectable,
12414
12414
  args: [{
12415
12415
  providedIn: 'root'
@@ -12436,9 +12436,9 @@ class BankService extends RestService$1 {
12436
12436
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12437
12437
  }
12438
12438
  }
12439
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12440
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12439
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12440
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12442
12442
  type: Injectable,
12443
12443
  args: [{
12444
12444
  providedIn: 'root'
@@ -12458,9 +12458,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12458
12458
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12459
12459
  }
12460
12460
  }
12461
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12462
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12461
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12462
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12464
12464
  type: Injectable,
12465
12465
  args: [{
12466
12466
  providedIn: 'root'
@@ -12500,9 +12500,9 @@ class ChartAccountsService extends RestService$1 {
12500
12500
  }));
12501
12501
  }
12502
12502
  }
12503
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12504
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12503
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12504
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12506
12506
  type: Injectable,
12507
12507
  args: [{
12508
12508
  providedIn: 'root'
@@ -12571,9 +12571,9 @@ class ChatService extends RestService$1 {
12571
12571
  });
12572
12572
  }
12573
12573
  }
12574
- 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 });
12575
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12574
+ 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 });
12575
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12577
12577
  type: Injectable,
12578
12578
  args: [{
12579
12579
  providedIn: 'root'
@@ -12632,9 +12632,9 @@ class MessageService extends RestService$1 {
12632
12632
  });
12633
12633
  }
12634
12634
  }
12635
- 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 });
12636
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12635
+ 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 });
12636
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12638
12638
  type: Injectable,
12639
12639
  args: [{
12640
12640
  providedIn: 'root'
@@ -12706,9 +12706,9 @@ class MessageDocumentService extends RestService$1 {
12706
12706
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12707
12707
  }
12708
12708
  }
12709
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12710
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12709
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12710
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12711
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12712
12712
  type: Injectable,
12713
12713
  args: [{
12714
12714
  providedIn: 'root'
@@ -12771,9 +12771,9 @@ class ReceiptService {
12771
12771
  return plainToClass(this.modelClass, data);
12772
12772
  }
12773
12773
  }
12774
- 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 });
12775
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12774
+ 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 });
12775
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12777
12777
  type: Injectable,
12778
12778
  args: [{
12779
12779
  providedIn: 'root'
@@ -12804,9 +12804,9 @@ class DepreciationReceiptService extends ReceiptService {
12804
12804
  this.listenEvents();
12805
12805
  }
12806
12806
  }
12807
- 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 });
12808
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12807
+ 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 });
12808
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12810
12810
  type: Injectable,
12811
12811
  args: [{
12812
12812
  providedIn: 'root'
@@ -12935,9 +12935,9 @@ class DepreciationService extends RestService$1 {
12935
12935
  });
12936
12936
  }
12937
12937
  }
12938
- 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 });
12939
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12938
+ 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 });
12939
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12941
12941
  type: Injectable,
12942
12942
  args: [{
12943
12943
  providedIn: 'root'
@@ -12989,9 +12989,9 @@ class DepreciationCapitalProjectService {
12989
12989
  }));
12990
12990
  }
12991
12991
  }
12992
- 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 });
12993
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12992
+ 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 });
12993
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12995
12995
  type: Injectable,
12996
12996
  args: [{
12997
12997
  providedIn: 'root'
@@ -13203,9 +13203,9 @@ class RestService {
13203
13203
  */
13204
13204
  listenEvents() { }
13205
13205
  }
13206
- 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 });
13207
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
13208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
13206
+ 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 });
13207
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13209
13209
  type: Injectable,
13210
13210
  args: [{
13211
13211
  providedIn: 'root'
@@ -13224,9 +13224,9 @@ class DocumentService extends RestService {
13224
13224
  this.modelClass = Document;
13225
13225
  }
13226
13226
  }
13227
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13228
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
13229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
13227
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13228
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13230
13230
  type: Injectable,
13231
13231
  args: [{
13232
13232
  providedIn: 'root'
@@ -13292,9 +13292,9 @@ class DocumentFolderService extends RestService {
13292
13292
  }));
13293
13293
  }
13294
13294
  }
13295
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13296
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13295
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13296
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13298
13298
  type: Injectable,
13299
13299
  args: [{
13300
13300
  providedIn: 'root'
@@ -13371,9 +13371,9 @@ FacebookService.authOptions = {
13371
13371
  auth_type: 'rerequest',
13372
13372
  return_scopes: true
13373
13373
  };
13374
- 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 });
13375
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13374
+ 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 });
13375
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13377
13377
  type: Injectable,
13378
13378
  args: [{
13379
13379
  providedIn: 'root'
@@ -13443,9 +13443,9 @@ class GoogleService {
13443
13443
  google.accounts.id.disableAutoSelect();
13444
13444
  }
13445
13445
  }
13446
- 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 });
13447
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13446
+ 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 });
13447
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13449
13449
  type: Injectable,
13450
13450
  args: [{
13451
13451
  providedIn: 'root'
@@ -13476,9 +13476,9 @@ class FileService extends RestService$1 {
13476
13476
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13477
13477
  }
13478
13478
  }
13479
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13480
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13479
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13480
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13482
13482
  type: Injectable,
13483
13483
  args: [{
13484
13484
  providedIn: 'root'
@@ -13495,9 +13495,9 @@ class ClientIncomeTypesService extends RestService$1 {
13495
13495
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13496
13496
  }
13497
13497
  }
13498
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13499
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13498
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13499
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13501
13501
  type: Injectable,
13502
13502
  args: [{
13503
13503
  providedIn: 'root'
@@ -13610,9 +13610,9 @@ class ClientInviteService extends RestService {
13610
13610
  });
13611
13611
  }
13612
13612
  }
13613
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13614
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13613
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13614
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13615
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13616
13616
  type: Injectable,
13617
13617
  args: [{
13618
13618
  providedIn: 'root'
@@ -13685,9 +13685,9 @@ class ClientMovementService extends RestService {
13685
13685
  });
13686
13686
  }
13687
13687
  }
13688
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13689
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13688
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13689
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13691
13691
  type: Injectable,
13692
13692
  args: [{
13693
13693
  providedIn: 'root'
@@ -13716,9 +13716,9 @@ class EmployeeService extends RestService {
13716
13716
  }));
13717
13717
  }
13718
13718
  }
13719
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13720
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13719
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13720
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13722
13722
  type: Injectable,
13723
13723
  args: [{
13724
13724
  providedIn: 'root'
@@ -13759,9 +13759,9 @@ class EmployeeInviteService extends RestService {
13759
13759
  }));
13760
13760
  }
13761
13761
  }
13762
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13763
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13762
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13763
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13765
13765
  type: Injectable,
13766
13766
  args: [{
13767
13767
  providedIn: 'root'
@@ -13786,9 +13786,9 @@ class ClientPortfolioReportService {
13786
13786
  }));
13787
13787
  }
13788
13788
  }
13789
- 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 });
13790
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13789
+ 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 });
13790
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13792
13792
  type: Injectable,
13793
13793
  args: [{
13794
13794
  providedIn: 'root'
@@ -13852,9 +13852,9 @@ class FirmService {
13852
13852
  }));
13853
13853
  }
13854
13854
  }
13855
- 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 });
13856
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13857
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13855
+ 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 });
13856
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13857
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13858
13858
  type: Injectable,
13859
13859
  args: [{
13860
13860
  providedIn: 'root'
@@ -13929,9 +13929,9 @@ class IncomeSourceForecastService extends RestService {
13929
13929
  }).flat();
13930
13930
  }
13931
13931
  }
13932
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13933
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13932
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13933
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13935
13935
  type: Injectable,
13936
13936
  args: [{
13937
13937
  providedIn: 'root'
@@ -14001,9 +14001,9 @@ class SalaryForecastService extends RestService {
14001
14001
  }).flat();
14002
14002
  }
14003
14003
  }
14004
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14005
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
14004
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14005
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
14007
14007
  type: Injectable,
14008
14008
  args: [{
14009
14009
  providedIn: 'root'
@@ -14079,9 +14079,9 @@ class SoleForecastService extends RestService {
14079
14079
  });
14080
14080
  }
14081
14081
  }
14082
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14083
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
14082
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14083
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
14085
14085
  type: Injectable,
14086
14086
  args: [{
14087
14087
  providedIn: 'root'
@@ -14160,9 +14160,9 @@ class IncomeSourceService extends RestService {
14160
14160
  });
14161
14161
  }
14162
14162
  }
14163
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14164
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
14163
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14164
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14166
14166
  type: Injectable,
14167
14167
  args: [{
14168
14168
  providedIn: 'root'
@@ -14223,9 +14223,9 @@ class BorrowingExpenseService {
14223
14223
  }));
14224
14224
  }
14225
14225
  }
14226
- 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 });
14227
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14226
+ 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 });
14227
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14229
14229
  type: Injectable,
14230
14230
  args: [{
14231
14231
  providedIn: 'root'
@@ -14307,9 +14307,9 @@ class LoanService extends RestService$1 {
14307
14307
  }));
14308
14308
  }
14309
14309
  }
14310
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14311
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14310
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14311
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14313
14313
  type: Injectable,
14314
14314
  args: [{
14315
14315
  providedIn: 'root'
@@ -14328,9 +14328,9 @@ class PropertyCategoryService extends RestService$1 {
14328
14328
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14329
14329
  }
14330
14330
  }
14331
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14332
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14331
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14332
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14334
14334
  type: Injectable,
14335
14335
  args: [{
14336
14336
  providedIn: 'root'
@@ -14346,9 +14346,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14346
14346
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14347
14347
  }
14348
14348
  }
14349
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14350
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14349
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14350
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14352
14352
  type: Injectable,
14353
14353
  args: [{
14354
14354
  providedIn: 'root'
@@ -14390,9 +14390,9 @@ class PropertyDocumentService extends RestService$1 {
14390
14390
  });
14391
14391
  }
14392
14392
  }
14393
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14394
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14395
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14393
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14394
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14396
14396
  type: Injectable,
14397
14397
  args: [{
14398
14398
  providedIn: 'root'
@@ -14466,9 +14466,9 @@ class TaxExemptionService extends DataService {
14466
14466
  this.setCache(TaxExemptions);
14467
14467
  }
14468
14468
  }
14469
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14470
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14469
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14470
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14472
14472
  type: Injectable,
14473
14473
  args: [{
14474
14474
  providedIn: 'root'
@@ -14484,9 +14484,9 @@ class PropertySaleService extends RestService$1 {
14484
14484
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14485
14485
  }
14486
14486
  }
14487
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14488
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14487
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14488
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14490
14490
  type: Injectable,
14491
14491
  args: [{
14492
14492
  providedIn: 'root'
@@ -14533,9 +14533,9 @@ class PropertyShareService extends RestService$1 {
14533
14533
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14534
14534
  }
14535
14535
  }
14536
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14537
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14536
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14537
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14539
14539
  type: Injectable,
14540
14540
  args: [{
14541
14541
  providedIn: 'root'
@@ -14632,9 +14632,9 @@ class PropertyService extends RestService$1 {
14632
14632
  }));
14633
14633
  }
14634
14634
  }
14635
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14636
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14635
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14636
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14638
14638
  type: Injectable,
14639
14639
  args: [{
14640
14640
  providedIn: 'root'
@@ -14688,9 +14688,9 @@ class ServiceNotificationService extends RestService {
14688
14688
  });
14689
14689
  }
14690
14690
  }
14691
- 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 });
14692
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14691
+ 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 });
14692
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14694
14694
  type: Injectable,
14695
14695
  args: [{
14696
14696
  providedIn: 'root'
@@ -14741,9 +14741,9 @@ class SoleBusinessService extends RestService {
14741
14741
  }));
14742
14742
  }
14743
14743
  }
14744
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14745
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14744
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14745
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14747
14747
  type: Injectable,
14748
14748
  args: [{
14749
14749
  providedIn: 'root'
@@ -14758,9 +14758,9 @@ class SoleBusinessActivityService extends RestService {
14758
14758
  this.isHydra = true;
14759
14759
  }
14760
14760
  }
14761
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14762
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14761
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14762
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14764
14764
  type: Injectable,
14765
14765
  args: [{
14766
14766
  providedIn: 'root'
@@ -14786,9 +14786,9 @@ class SoleBusinessLossService extends RestService {
14786
14786
  });
14787
14787
  }
14788
14788
  }
14789
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14790
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14789
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14790
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14792
14792
  type: Injectable,
14793
14793
  args: [{
14794
14794
  providedIn: 'root'
@@ -14806,9 +14806,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14806
14806
  this.isHydra = true;
14807
14807
  }
14808
14808
  }
14809
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14810
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14809
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14810
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14812
14812
  type: Injectable,
14813
14813
  args: [{
14814
14814
  providedIn: 'root'
@@ -14823,9 +14823,9 @@ class SoleContactService extends RestService {
14823
14823
  this.isHydra = true;
14824
14824
  }
14825
14825
  }
14826
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14827
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14826
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14827
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14829
14829
  type: Injectable,
14830
14830
  args: [{
14831
14831
  providedIn: 'root'
@@ -14881,9 +14881,9 @@ class SoleDepreciationMethodService {
14881
14881
  });
14882
14882
  }
14883
14883
  }
14884
- 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 });
14885
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14884
+ 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 });
14885
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14887
14887
  type: Injectable,
14888
14888
  args: [{
14889
14889
  providedIn: 'root'
@@ -14938,9 +14938,9 @@ class SoleDetailsService {
14938
14938
  }));
14939
14939
  }
14940
14940
  }
14941
- 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 });
14942
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14941
+ 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 });
14942
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14944
14944
  type: Injectable,
14945
14945
  args: [{
14946
14946
  providedIn: 'root'
@@ -15016,9 +15016,9 @@ class SoleInvoiceService extends RestService {
15016
15016
  });
15017
15017
  }
15018
15018
  }
15019
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15020
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
15019
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15020
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
15022
15022
  type: Injectable,
15023
15023
  args: [{
15024
15024
  providedIn: 'root'
@@ -15033,9 +15033,9 @@ class SoleInvoiceTemplateService extends RestService {
15033
15033
  this.isHydra = true;
15034
15034
  }
15035
15035
  }
15036
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15037
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15038
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15036
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15037
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15039
15039
  type: Injectable,
15040
15040
  args: [{
15041
15041
  providedIn: 'root'
@@ -15050,9 +15050,9 @@ class BasReportService extends RestService {
15050
15050
  this.isHydra = true;
15051
15051
  }
15052
15052
  }
15053
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15054
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
15055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
15053
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15054
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
15055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
15056
15056
  type: Injectable,
15057
15057
  args: [{
15058
15058
  providedIn: 'root'
@@ -15078,9 +15078,9 @@ class ServicePaymentService extends RestService$1 {
15078
15078
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15079
15079
  }
15080
15080
  }
15081
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15082
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
15081
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15082
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
15084
15084
  type: Injectable,
15085
15085
  args: [{
15086
15086
  providedIn: 'root'
@@ -15128,9 +15128,9 @@ class ServicePaymentMethodService extends RestService$1 {
15128
15128
  });
15129
15129
  }
15130
15130
  }
15131
- 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 });
15132
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15131
+ 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 });
15132
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15134
15134
  type: Injectable,
15135
15135
  args: [{
15136
15136
  providedIn: 'root'
@@ -15155,9 +15155,9 @@ class ServicePriceService extends RestService$1 {
15155
15155
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15156
15156
  }
15157
15157
  }
15158
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15159
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
15158
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15159
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15161
15161
  type: Injectable,
15162
15162
  args: [{
15163
15163
  providedIn: 'root'
@@ -15274,9 +15274,9 @@ class SubscriptionService extends RestService$1 {
15274
15274
  });
15275
15275
  }
15276
15276
  }
15277
- 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 });
15278
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
15277
+ 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 });
15278
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15280
15280
  type: Injectable,
15281
15281
  args: [{
15282
15282
  providedIn: 'root'
@@ -15298,9 +15298,9 @@ class ServiceProductService extends RestService$1 {
15298
15298
  this.isApiPlatform = true;
15299
15299
  }
15300
15300
  }
15301
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15302
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15301
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15302
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15304
15304
  type: Injectable,
15305
15305
  args: [{
15306
15306
  providedIn: 'root'
@@ -15332,9 +15332,9 @@ class TaxReviewHistoryService extends RestService {
15332
15332
  });
15333
15333
  }
15334
15334
  }
15335
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15336
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15335
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15336
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15338
15338
  type: Injectable,
15339
15339
  args: [{
15340
15340
  providedIn: 'root'
@@ -15423,9 +15423,9 @@ class TaxReviewService extends RestService {
15423
15423
  });
15424
15424
  }
15425
15425
  }
15426
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15427
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15426
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15427
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15429
15429
  type: Injectable,
15430
15430
  args: [{
15431
15431
  providedIn: 'root'
@@ -15482,9 +15482,9 @@ class TaxSummaryService {
15482
15482
  });
15483
15483
  }
15484
15484
  }
15485
- 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 });
15486
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15487
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15485
+ 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 });
15486
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15488
15488
  type: Injectable,
15489
15489
  args: [{
15490
15490
  providedIn: 'root'
@@ -15505,9 +15505,9 @@ class AllocationRuleService extends RestService$1 {
15505
15505
  this.isApiPlatform = true;
15506
15506
  }
15507
15507
  }
15508
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15509
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15508
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15509
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15511
15511
  type: Injectable,
15512
15512
  args: [{
15513
15513
  providedIn: 'root'
@@ -15596,9 +15596,9 @@ class TransactionAllocationService extends RestService {
15596
15596
  });
15597
15597
  }
15598
15598
  }
15599
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15600
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15599
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15600
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15602
15602
  type: Injectable,
15603
15603
  args: [{
15604
15604
  providedIn: 'root'
@@ -15624,9 +15624,9 @@ class TransactionReceiptService extends ReceiptService {
15624
15624
  this.listenEvents();
15625
15625
  }
15626
15626
  }
15627
- 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 });
15628
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15627
+ 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 });
15628
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15630
15630
  type: Injectable,
15631
15631
  args: [{
15632
15632
  providedIn: 'root'
@@ -15938,9 +15938,9 @@ class TransactionService extends RestService {
15938
15938
  });
15939
15939
  }
15940
15940
  }
15941
- 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 });
15942
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15941
+ 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 });
15942
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15944
15944
  type: Injectable,
15945
15945
  args: [{
15946
15946
  providedIn: 'root'
@@ -15971,9 +15971,9 @@ class TutorialVideoService {
15971
15971
  }
15972
15972
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15973
15973
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15974
- 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 });
15975
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15974
+ 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 });
15975
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15977
15977
  type: Injectable,
15978
15978
  args: [{
15979
15979
  providedIn: 'root'
@@ -15995,9 +15995,9 @@ class VehicleService extends RestService {
15995
15995
  this.modelClass = Vehicle;
15996
15996
  }
15997
15997
  }
15998
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15999
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
16000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15998
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15999
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
16000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
16001
16001
  type: Injectable,
16002
16002
  args: [{
16003
16003
  providedIn: 'root'
@@ -16069,9 +16069,9 @@ class VehicleClaimService extends RestService {
16069
16069
  combineLatest(batch$).subscribe();
16070
16070
  }
16071
16071
  }
16072
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16073
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
16072
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16073
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
16075
16075
  type: Injectable,
16076
16076
  args: [{
16077
16077
  providedIn: 'root'
@@ -16148,9 +16148,9 @@ class VehicleClaimDetailsService {
16148
16148
  this.update(vehicleClaimDetails).subscribe();
16149
16149
  }
16150
16150
  }
16151
- 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 });
16152
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16151
+ 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 });
16152
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16154
16154
  type: Injectable,
16155
16155
  args: [{
16156
16156
  providedIn: 'root'
@@ -16172,9 +16172,9 @@ class VehicleLogbookService extends RestService {
16172
16172
  this.modelClass = VehicleLogbook;
16173
16173
  }
16174
16174
  }
16175
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16176
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
16175
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16176
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16178
16178
  type: Injectable,
16179
16179
  args: [{
16180
16180
  providedIn: 'root'
@@ -16191,9 +16191,9 @@ class AnnualClientDetailsService extends RestService$1 {
16191
16191
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16192
16192
  }
16193
16193
  }
16194
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16195
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16194
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16195
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16197
16197
  type: Injectable,
16198
16198
  args: [{
16199
16199
  providedIn: 'root'
@@ -16224,9 +16224,9 @@ class OccupationService {
16224
16224
  return this.occupationsSubject.asObservable();
16225
16225
  }
16226
16226
  }
16227
- 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 });
16228
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
16229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
16227
+ 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 });
16228
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16230
16230
  type: Injectable,
16231
16231
  args: [{
16232
16232
  providedIn: 'root'
@@ -16272,9 +16272,9 @@ class UserEventSettingService extends RestService {
16272
16272
  }));
16273
16273
  }
16274
16274
  }
16275
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16276
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
16275
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16276
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16278
16278
  type: Injectable,
16279
16279
  args: [{
16280
16280
  providedIn: 'root'
@@ -16289,9 +16289,9 @@ class UserEventTypeService extends RestService {
16289
16289
  this.isHydra = true;
16290
16290
  }
16291
16291
  }
16292
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16293
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
16292
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16293
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16295
16295
  type: Injectable,
16296
16296
  args: [{
16297
16297
  providedIn: 'root'
@@ -16308,9 +16308,9 @@ class UsersInviteService extends RestService {
16308
16308
  this.url = 'users/invite';
16309
16309
  }
16310
16310
  }
16311
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16312
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16313
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16311
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16312
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16314
16314
  type: Injectable,
16315
16315
  args: [{
16316
16316
  providedIn: 'root'
@@ -16330,9 +16330,9 @@ class HoldingService extends RestService$1 {
16330
16330
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16331
16331
  }
16332
16332
  }
16333
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16334
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16333
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16334
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16336
16336
  type: Injectable,
16337
16337
  args: [{
16338
16338
  providedIn: 'root'
@@ -16349,9 +16349,9 @@ class HoldingTypeService extends RestService$1 {
16349
16349
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16350
16350
  }
16351
16351
  }
16352
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16353
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16352
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16353
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16355
16355
  type: Injectable,
16356
16356
  args: [{
16357
16357
  providedIn: 'root'
@@ -16368,9 +16368,9 @@ class HoldingSaleService extends RestService$1 {
16368
16368
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16369
16369
  }
16370
16370
  }
16371
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16372
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16371
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16372
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16374
16374
  type: Injectable,
16375
16375
  args: [{
16376
16376
  providedIn: 'root'
@@ -16465,9 +16465,9 @@ class HoldingTypeExchangeService extends DataService {
16465
16465
  this.setCache(HoldingTypeExchanges);
16466
16466
  }
16467
16467
  }
16468
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16469
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16468
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16469
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16471
16471
  type: Injectable,
16472
16472
  args: [{
16473
16473
  providedIn: 'root'
@@ -16576,9 +16576,9 @@ class IncomeSourceTypeService extends DataService {
16576
16576
  this.setCache(IncomeSourceTypes);
16577
16577
  }
16578
16578
  }
16579
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16580
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16581
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16579
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16580
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16582
16582
  type: Injectable,
16583
16583
  args: [{
16584
16584
  providedIn: 'root'
@@ -16798,9 +16798,9 @@ class AccountSetupService {
16798
16798
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
16799
16799
  }
16800
16800
  }
16801
- 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 });
16802
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
16801
+ 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 });
16802
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16803
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16804
16804
  type: Injectable,
16805
16805
  args: [{
16806
16806
  providedIn: 'root'
@@ -16826,9 +16826,9 @@ class RewardfulService {
16826
16826
  });
16827
16827
  }
16828
16828
  }
16829
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16830
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
16829
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16830
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16832
16832
  type: Injectable,
16833
16833
  args: [{
16834
16834
  providedIn: 'root'
@@ -16875,9 +16875,9 @@ class AssetsService {
16875
16875
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16876
16876
  }
16877
16877
  }
16878
- 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 });
16879
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
16878
+ 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 });
16879
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16881
16881
  type: Injectable,
16882
16882
  args: [{
16883
16883
  providedIn: 'root'
@@ -16938,9 +16938,9 @@ class BankTransactionCalculationService {
16938
16938
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16939
16939
  }
16940
16940
  }
16941
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16942
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16941
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16942
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16944
16944
  type: Injectable,
16945
16945
  args: [{
16946
16946
  providedIn: 'root'
@@ -16969,9 +16969,9 @@ class BankAccountCalculationService {
16969
16969
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16970
16970
  }
16971
16971
  }
16972
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16973
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16972
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16973
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16974
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16975
16975
  type: Injectable,
16976
16976
  args: [{
16977
16977
  providedIn: 'root'
@@ -16999,9 +16999,9 @@ class ExportFormatterService {
16999
16999
  }));
17000
17000
  }
17001
17001
  }
17002
- 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 });
17003
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
17004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
17002
+ 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 });
17003
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
17004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
17005
17005
  type: Injectable,
17006
17006
  args: [{
17007
17007
  providedIn: 'root'
@@ -17022,9 +17022,9 @@ class HeaderTitleService {
17022
17022
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
17023
17023
  }
17024
17024
  }
17025
- 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 });
17026
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
17027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
17025
+ 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 });
17026
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
17027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
17028
17028
  type: Injectable,
17029
17029
  args: [{
17030
17030
  providedIn: 'root'
@@ -17058,9 +17058,9 @@ class IntercomService {
17058
17058
  window.Intercom('boot', connectionCredentials);
17059
17059
  }
17060
17060
  }
17061
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17062
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
17063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
17061
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17062
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
17063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
17064
17064
  type: Injectable,
17065
17065
  args: [{
17066
17066
  providedIn: 'root'
@@ -17132,9 +17132,9 @@ class PdfFromDomElementService {
17132
17132
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
17133
17133
  }
17134
17134
  }
17135
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17136
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17135
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17136
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17138
17138
  type: Injectable,
17139
17139
  args: [{
17140
17140
  providedIn: 'root'
@@ -17228,9 +17228,9 @@ class PdfFromTableService {
17228
17228
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
17229
17229
  }
17230
17230
  }
17231
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17232
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
17231
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17232
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
17234
17234
  type: Injectable,
17235
17235
  args: [{
17236
17236
  providedIn: 'root'
@@ -17264,9 +17264,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17264
17264
  return pdf;
17265
17265
  }
17266
17266
  }
17267
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17268
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17267
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17268
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17270
17270
  type: Injectable,
17271
17271
  args: [{
17272
17272
  providedIn: 'root'
@@ -17299,9 +17299,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17299
17299
  return pdf;
17300
17300
  }
17301
17301
  }
17302
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17303
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17302
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17303
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17305
17305
  type: Injectable,
17306
17306
  args: [{
17307
17307
  providedIn: 'root'
@@ -17328,9 +17328,9 @@ class EquityPositionChartService {
17328
17328
  }))));
17329
17329
  }
17330
17330
  }
17331
- 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 });
17332
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
17331
+ 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 });
17332
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
17334
17334
  type: Injectable,
17335
17335
  args: [{
17336
17336
  providedIn: 'root'
@@ -17485,9 +17485,9 @@ class PropertyCalculationService {
17485
17485
  }
17486
17486
  }
17487
17487
  }
17488
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17489
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
17488
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17489
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17491
17491
  type: Injectable,
17492
17492
  args: [{
17493
17493
  providedIn: 'root'
@@ -17538,9 +17538,9 @@ class PropertyTransactionReportService {
17538
17538
  .getWithoutBorrowingExpenses()));
17539
17539
  }
17540
17540
  }
17541
- 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 });
17542
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17541
+ 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 });
17542
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17544
17544
  type: Injectable,
17545
17545
  args: [{
17546
17546
  providedIn: 'root'
@@ -17608,9 +17608,9 @@ class TransactionCalculationService {
17608
17608
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17609
17609
  }
17610
17610
  }
17611
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17612
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
17611
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17612
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17614
17614
  type: Injectable,
17615
17615
  args: [{
17616
17616
  providedIn: 'root'
@@ -17670,9 +17670,9 @@ class LogbookBestPeriodService {
17670
17670
  });
17671
17671
  }
17672
17672
  }
17673
- 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 });
17674
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17673
+ 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 });
17674
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17676
17676
  type: Injectable,
17677
17677
  args: [{
17678
17678
  providedIn: 'root'
@@ -17751,9 +17751,9 @@ class XlsxService {
17751
17751
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17752
17752
  }
17753
17753
  }
17754
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17755
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
17754
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17755
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17757
17757
  type: Injectable,
17758
17758
  args: [{
17759
17759
  providedIn: 'root'
@@ -18564,11 +18564,11 @@ class SoleBusinessLossForm extends AbstractForm {
18564
18564
  openBalance: new UntypedFormControl(loss.openBalance, [Validators.required, Validators.min(0)]),
18565
18565
  offsetRule: new UntypedFormControl((_a = loss.offsetRule) === null || _a === void 0 ? void 0 : _a.id),
18566
18566
  // sum of depreciations/transactions claim amount - openBalance
18567
- balance: new UntypedFormControl({ value: (profit - loss.openBalance).toFixed(2), disabled: true }),
18567
+ balance: new UntypedFormControl({ value: (profit - loss.openBalance), disabled: true }),
18568
18568
  }, loss);
18569
18569
  this.loss = loss;
18570
18570
  this.get('openBalance').valueChanges.subscribe((openBalance) => {
18571
- this.get('balance').setValue((profit - openBalance).toFixed(2));
18571
+ this.get('balance').setValue((profit - openBalance));
18572
18572
  });
18573
18573
  }
18574
18574
  /**
@@ -19250,7 +19250,7 @@ class PropertySaleCostSaleForm extends AbstractForm {
19250
19250
  return super.submit(data);
19251
19251
  }
19252
19252
  updateGrossCapitalGain() {
19253
- this.get('grossCapitalGain').setValue(Math.round(this.property.calculateGrossCapitalGain(this.getPropertySale())).toFixed());
19253
+ this.get('grossCapitalGain').setValue(this.property.calculateGrossCapitalGain(this.getPropertySale()));
19254
19254
  }
19255
19255
  listenCommissionUpdated() {
19256
19256
  this.get('commission').valueChanges.subscribe(() => {
@@ -19311,6 +19311,10 @@ class PropertySaleExemptionsForm extends AbstractForm {
19311
19311
  updateNetCapitalGain() {
19312
19312
  this.get('netCapitalGain').setValue(this.property.calculateNetCapitalGain(this.getPropertySale()));
19313
19313
  }
19314
+ /**
19315
+ * @TODO copypast
19316
+ * @private
19317
+ */
19314
19318
  updateGrossCapitalGain() {
19315
19319
  this.get('grossCapitalGain').setValue(this.property.calculateGrossCapitalGain(this.getPropertySale()));
19316
19320
  }
@@ -20391,10 +20395,10 @@ class TransactionBaseForm extends AbstractForm {
20391
20395
  });
20392
20396
  }
20393
20397
  updateGstAmount() {
20394
- this.get('gstAmount').patchValue((this.amountWithGST - this.amount).toFixed(2));
20398
+ this.get('gstAmount').patchValue(this.amountWithGST - this.amount);
20395
20399
  }
20396
20400
  updateAmount() {
20397
- this.get('amount').patchValue(this.isGST ? (this.amountWithGST / ChartAccounts.GSTCoefficient).toFixed(2) : this.amountWithGST);
20401
+ this.get('amount').patchValue(this.isGST ? this.amountWithGST / ChartAccounts.GSTCoefficient : this.amountWithGST);
20398
20402
  }
20399
20403
  isGstApplicable() {
20400
20404
  return !!this.registeredForGst && !!this.model.business;
@@ -20661,7 +20665,7 @@ class WorkExpenseForm extends WorkTransactionForm {
20661
20665
  // for home office hours expense amount is a fixed rate per hour
20662
20666
  this.get('amount').reset();
20663
20667
  this.get('amount').disable();
20664
- this.get('amount').setValue((this.get('chartAccounts').value.getCurrentYearValue().value * +hoursMetaField.value).toFixed(2));
20668
+ this.get('amount').setValue((this.get('chartAccounts').value.getCurrentYearValue().value * +hoursMetaField.value));
20665
20669
  });
20666
20670
  }
20667
20671
  }