taxtank-core 0.30.128 → 0.30.129

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 (726) hide show
  1. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  2. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  3. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  4. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  5. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  6. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  7. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  8. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  9. package/esm2020/lib/models/property/borrowing-report.mjs +3 -2
  10. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  11. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  12. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  13. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  14. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  15. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  16. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  17. package/esm2020/lib/services/data.service.mjs +3 -3
  18. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  19. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  20. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  21. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  22. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  23. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  24. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  25. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  26. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  27. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  28. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  29. package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
  30. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  31. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  32. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  33. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  34. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  35. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  36. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  37. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  38. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  39. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  40. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  41. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  42. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  43. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  44. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  45. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  46. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  47. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  48. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  49. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  50. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  51. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  52. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  53. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  54. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  55. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  56. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  57. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  58. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  59. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  60. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  61. package/esm2020/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +3 -3
  62. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  63. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  64. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  65. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  66. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  67. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  68. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  69. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  70. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  71. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  72. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  73. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  74. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  75. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  76. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  77. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  78. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  79. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  80. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  82. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  83. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  84. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  85. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  86. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  87. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  88. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  89. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  90. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  91. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  92. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  93. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  94. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  95. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  96. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  97. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  98. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  99. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  100. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  101. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  102. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  103. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  104. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
  105. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  106. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  107. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  108. package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +3 -3
  109. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  110. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  111. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  112. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  113. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  114. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  115. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  116. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  117. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  118. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  119. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  120. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  121. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  122. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  123. package/esm2020/lib/tt-core.module.mjs +4 -4
  124. package/fesm2015/taxtank-core.mjs +369 -369
  125. package/fesm2015/taxtank-core.mjs.map +1 -1
  126. package/fesm2020/taxtank-core.mjs +369 -369
  127. package/fesm2020/taxtank-core.mjs.map +1 -1
  128. package/lib/models/property/borrowing-report.d.ts +1 -1
  129. package/package.json +1 -1
  130. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  131. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  132. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  133. package/lib/collections/asset-sale.collection.d.ts.map +0 -1
  134. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  135. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  136. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  137. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  138. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  139. package/lib/collections/client.collection.d.ts.map +0 -1
  140. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  141. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  142. package/lib/collections/employee.collection.d.ts.map +0 -1
  143. package/lib/collections/holding/holding-sale.collection.d.ts.map +0 -1
  144. package/lib/collections/holding/holding-type.collection.d.ts.map +0 -1
  145. package/lib/collections/holding/holding.collection.d.ts.map +0 -1
  146. package/lib/collections/holding/index.d.ts.map +0 -1
  147. package/lib/collections/income-source/income-source-forecast.collection.d.ts.map +0 -1
  148. package/lib/collections/income-source/income-source.collection.d.ts.map +0 -1
  149. package/lib/collections/income-source/index.d.ts.map +0 -1
  150. package/lib/collections/index.d.ts.map +0 -1
  151. package/lib/collections/property/index.d.ts.map +0 -1
  152. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  153. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  154. package/lib/collections/property/property.collection.d.ts.map +0 -1
  155. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  156. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  157. package/lib/collections/report/index.d.ts.map +0 -1
  158. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  159. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  160. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  161. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  162. package/lib/collections/sole/index.d.ts.map +0 -1
  163. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  164. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  165. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  166. package/lib/collections/subscription/index.d.ts.map +0 -1
  167. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  168. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  169. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  170. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  171. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  172. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  173. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  174. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  175. package/lib/collections/transaction/index.d.ts.map +0 -1
  176. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  177. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  178. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  179. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  180. package/lib/collections/vehicle/index.d.ts.map +0 -1
  181. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  182. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  183. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  184. package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +0 -1
  185. package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +0 -1
  186. package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +0 -1
  187. package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +0 -1
  188. package/lib/db/Enums/income-source/index.d.ts.map +0 -1
  189. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  190. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  191. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  192. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  193. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  194. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  195. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  196. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  197. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  198. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  199. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  200. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  201. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  202. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  203. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  204. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  205. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  206. package/lib/db/Models/observable-model.d.ts.map +0 -1
  207. package/lib/db/Models/property/borrowing-report.d.ts.map +0 -1
  208. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  209. package/lib/db/Models/property/property.d.ts.map +0 -1
  210. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  211. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  212. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  213. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  214. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  215. package/lib/db/Models/user/user.d.ts.map +0 -1
  216. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  217. package/lib/forms/abstract.form.d.ts.map +0 -1
  218. package/lib/forms/address/address.form.d.ts.map +0 -1
  219. package/lib/forms/address/index.d.ts.map +0 -1
  220. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  221. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  222. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  223. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  224. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  225. package/lib/forms/budget/budget.form.d.ts.map +0 -1
  226. package/lib/forms/budget/index.d.ts.map +0 -1
  227. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  228. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  229. package/lib/forms/client/index.d.ts.map +0 -1
  230. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  231. package/lib/forms/depreciation/index.d.ts.map +0 -1
  232. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  233. package/lib/forms/holding/holding-reinvest.form.d.ts.map +0 -1
  234. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  235. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  236. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  237. package/lib/forms/holding/index.d.ts.map +0 -1
  238. package/lib/forms/index.d.ts.map +0 -1
  239. package/lib/forms/loan/index.d.ts.map +0 -1
  240. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  241. package/lib/forms/login/login.form.d.ts.map +0 -1
  242. package/lib/forms/phone/index.d.ts.map +0 -1
  243. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  244. package/lib/forms/property/borrowing-report.form.d.ts.map +0 -1
  245. package/lib/forms/property/index.d.ts.map +0 -1
  246. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  247. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  248. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  249. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  250. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  251. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  252. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  253. 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
  254. 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
  255. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  256. 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
  257. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  258. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  259. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  260. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  261. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  262. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  263. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  264. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  265. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  266. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  267. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  268. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  269. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  270. package/lib/forms/sole/index.d.ts.map +0 -1
  271. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  272. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  273. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  274. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  275. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  276. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  277. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  278. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  279. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  280. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  281. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  282. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  283. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  284. package/lib/forms/transaction/holding/holding-income.form.d.ts.map +0 -1
  285. package/lib/forms/transaction/index.d.ts.map +0 -1
  286. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  287. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  288. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  289. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  290. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  291. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  292. package/lib/forms/user/index.d.ts.map +0 -1
  293. package/lib/forms/user/password.form.d.ts.map +0 -1
  294. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  295. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  296. package/lib/forms/vehicle/index.d.ts.map +0 -1
  297. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  298. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  299. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  300. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  301. package/lib/functions/clone-deep.d.ts.map +0 -1
  302. package/lib/functions/create-date.d.ts.map +0 -1
  303. package/lib/functions/enum-to-list.d.ts.map +0 -1
  304. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  305. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  306. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  307. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  308. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  309. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  310. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  311. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  312. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  313. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  314. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  315. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  316. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  317. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  318. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  319. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  320. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  321. package/lib/interfaces/index.d.ts.map +0 -1
  322. package/lib/interfaces/option.interface.d.ts.map +0 -1
  323. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  324. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  325. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  326. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  327. package/lib/messages/index.d.ts.map +0 -1
  328. package/lib/messages/messages.enum.d.ts.map +0 -1
  329. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  330. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  331. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  332. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  333. package/lib/models/badge/badge.d.ts.map +0 -1
  334. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  335. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  336. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  337. package/lib/models/bank/bank-account.d.ts.map +0 -1
  338. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  339. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  340. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  341. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  342. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  343. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  344. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  345. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  346. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  347. package/lib/models/bank/index.d.ts.map +0 -1
  348. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  349. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  350. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  351. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  352. package/lib/models/budget/budget-rule.d.ts.map +0 -1
  353. package/lib/models/budget/budget.d.ts.map +0 -1
  354. package/lib/models/budget/index.d.ts.map +0 -1
  355. package/lib/models/chart/chart-data.d.ts.map +0 -1
  356. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  357. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  358. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  359. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  360. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  361. package/lib/models/chat/chat.d.ts.map +0 -1
  362. package/lib/models/chat/index.d.ts.map +0 -1
  363. package/lib/models/chat/message-document.d.ts.map +0 -1
  364. package/lib/models/chat/message.d.ts.map +0 -1
  365. package/lib/models/client/client-movement.d.ts.map +0 -1
  366. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  367. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  368. package/lib/models/client/index.d.ts.map +0 -1
  369. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  370. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  371. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  372. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  373. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  374. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  375. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  376. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  377. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  378. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  379. package/lib/models/depreciation/index.d.ts.map +0 -1
  380. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  381. package/lib/models/dictionary/index.d.ts.map +0 -1
  382. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  383. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  384. package/lib/models/document/document-folder.d.ts.map +0 -1
  385. package/lib/models/document/document.d.ts.map +0 -1
  386. package/lib/models/document/index.d.ts.map +0 -1
  387. package/lib/models/employee/employee-details.d.ts.map +0 -1
  388. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  389. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  390. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  391. package/lib/models/event/index.d.ts.map +0 -1
  392. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  393. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  394. package/lib/models/export/export-row.d.ts.map +0 -1
  395. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  396. package/lib/models/holding/holding-reinvest.d.ts.map +0 -1
  397. package/lib/models/holding/holding.d.ts.map +0 -1
  398. package/lib/models/holding/index.d.ts.map +0 -1
  399. package/lib/models/income-position/income-position.d.ts.map +0 -1
  400. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  401. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  402. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  403. package/lib/models/income-source/income-source.d.ts.map +0 -1
  404. package/lib/models/income-source/index.d.ts.map +0 -1
  405. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  406. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  407. package/lib/models/index.d.ts.map +0 -1
  408. package/lib/models/notification/index.d.ts.map +0 -1
  409. package/lib/models/notification/notification.d.ts.map +0 -1
  410. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  411. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  412. package/lib/models/property/borrowing-report.d.ts.map +0 -1
  413. package/lib/models/property/index.d.ts.map +0 -1
  414. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  415. package/lib/models/property/property-share.d.ts.map +0 -1
  416. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  417. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  418. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  419. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  420. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  421. package/lib/models/report/index.d.ts.map +0 -1
  422. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  423. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  424. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  425. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  426. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  427. 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
  428. 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
  429. 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
  430. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  431. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  432. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  433. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  434. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  435. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  436. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  437. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  438. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  439. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  440. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  441. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  442. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  443. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  444. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  445. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  446. package/lib/models/report/property/index.d.ts.map +0 -1
  447. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  448. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  449. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  450. package/lib/models/report/sole/index.d.ts.map +0 -1
  451. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  452. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  453. package/lib/models/service-subscription/index.d.ts.map +0 -1
  454. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  455. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  456. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  457. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  458. package/lib/models/service-subscription/service-promo-code.d.ts.map +0 -1
  459. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  460. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  461. package/lib/models/sole/bas-report.d.ts.map +0 -1
  462. package/lib/models/sole/index.d.ts.map +0 -1
  463. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  464. package/lib/models/sole/sole-business.d.ts.map +0 -1
  465. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  466. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  467. package/lib/models/sole/sole-details.d.ts.map +0 -1
  468. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  469. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  470. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  471. package/lib/models/tax-return/index.d.ts.map +0 -1
  472. package/lib/models/tax-return/tax-return-category.d.ts.map +0 -1
  473. package/lib/models/tax-return/tax-return-item.d.ts.map +0 -1
  474. package/lib/models/tax-return/tax-return.d.ts.map +0 -1
  475. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  476. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  477. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  478. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  479. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  480. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  481. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  482. package/lib/models/toast/toast.d.ts.map +0 -1
  483. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  484. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  485. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  486. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  487. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  488. package/lib/models/transaction/index.d.ts.map +0 -1
  489. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  490. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  491. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  492. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  493. package/lib/models/transaction/transaction.d.ts.map +0 -1
  494. package/lib/models/user/user.d.ts.map +0 -1
  495. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  496. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  497. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  498. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  499. package/lib/models/vehicle/index.d.ts.map +0 -1
  500. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  501. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  502. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  503. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  504. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  505. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  506. package/lib/services/account-setup/index.d.ts.map +0 -1
  507. package/lib/services/affiliate/index.d.ts.map +0 -1
  508. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  509. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  510. package/lib/services/asset/assets.service.d.ts.map +0 -1
  511. package/lib/services/asset/index.d.ts.map +0 -1
  512. package/lib/services/auth/auth.service.d.ts.map +0 -1
  513. package/lib/services/auth/index.d.ts.map +0 -1
  514. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  515. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  516. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  517. package/lib/services/bank/index.d.ts.map +0 -1
  518. package/lib/services/data.service.d.ts.map +0 -1
  519. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  520. package/lib/services/export/index.d.ts.map +0 -1
  521. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  522. package/lib/services/header-title/index.d.ts.map +0 -1
  523. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  524. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  525. package/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts.map +0 -1
  526. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  527. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  528. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  529. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  530. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  531. package/lib/services/http/bank/basiq/basiq-messages.enum.d.ts.map +0 -1
  532. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  533. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  534. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  535. package/lib/services/http/bank/index.d.ts.map +0 -1
  536. package/lib/services/http/budget/budget-messages.enum.d.ts.map +0 -1
  537. package/lib/services/http/budget/budget.service.d.ts.map +0 -1
  538. package/lib/services/http/budget/index.d.ts.map +0 -1
  539. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  540. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  541. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  542. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  543. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  544. package/lib/services/http/chat/index.d.ts.map +0 -1
  545. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  546. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  547. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  548. package/lib/services/http/client/index.d.ts.map +0 -1
  549. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  550. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  551. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  552. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  553. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  554. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  555. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  556. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  557. package/lib/services/http/document/document.service.d.ts.map +0 -1
  558. package/lib/services/http/document/index.d.ts.map +0 -1
  559. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  560. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  561. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  562. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  563. package/lib/services/http/facebook/index.d.ts.map +0 -1
  564. package/lib/services/http/file/file.service.d.ts.map +0 -1
  565. package/lib/services/http/file/index.d.ts.map +0 -1
  566. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  567. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  568. package/lib/services/http/firm/client-invite/client-invite-messages.enum.d.ts.map +0 -1
  569. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  570. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  571. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  572. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  573. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  574. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  575. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  576. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  577. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  578. package/lib/services/http/firm/index.d.ts.map +0 -1
  579. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  580. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  581. package/lib/services/http/google/google.service.d.ts.map +0 -1
  582. package/lib/services/http/google/index.d.ts.map +0 -1
  583. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  584. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  585. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  586. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  587. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  588. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  589. package/lib/services/http/holding/index.d.ts.map +0 -1
  590. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  591. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  592. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  593. package/lib/services/http/income-source/index.d.ts.map +0 -1
  594. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  595. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  596. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  597. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  598. package/lib/services/http/index.d.ts.map +0 -1
  599. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  600. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  601. package/lib/services/http/loan/index.d.ts.map +0 -1
  602. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  603. package/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts.map +0 -1
  604. package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts.map +0 -1
  605. package/lib/services/http/property/borrowing-report/index.d.ts.map +0 -1
  606. package/lib/services/http/property/index.d.ts.map +0 -1
  607. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  608. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  609. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  610. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  611. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  612. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  613. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  614. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  615. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  616. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  617. package/lib/services/http/property/property.service.d.ts.map +0 -1
  618. package/lib/services/http/receipt/index.d.ts.map +0 -1
  619. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  620. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  621. package/lib/services/http/rest/index.d.ts.map +0 -1
  622. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  623. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  624. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  625. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  626. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  627. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  628. package/lib/services/http/sole/index.d.ts.map +0 -1
  629. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  630. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  631. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  632. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  633. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  634. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  635. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  636. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  637. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  638. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  639. package/lib/services/http/subscription/index.d.ts.map +0 -1
  640. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  641. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  642. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  643. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  644. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  645. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  646. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  647. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  648. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  649. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  650. package/lib/services/http/transaction/index.d.ts.map +0 -1
  651. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  652. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  653. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  654. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  655. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  656. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  657. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  658. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  659. package/lib/services/http/user/index.d.ts.map +0 -1
  660. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  661. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  662. package/lib/services/http/user/user.service.d.ts.map +0 -1
  663. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  664. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  665. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  666. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  667. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  668. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  669. package/lib/services/index.d.ts.map +0 -1
  670. package/lib/services/intercom/index.d.ts.map +0 -1
  671. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  672. package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts.map +0 -1
  673. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  674. package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
  675. package/lib/services/json/index.d.ts.map +0 -1
  676. package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  677. package/lib/services/json/tax-return/tax-return-item.service.d.ts.map +0 -1
  678. package/lib/services/pdf/index.d.ts.map +0 -1
  679. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  680. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  681. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  682. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  683. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  684. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  685. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  686. package/lib/services/preloader/index.d.ts.map +0 -1
  687. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  688. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  689. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  690. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  691. package/lib/services/property/index.d.ts.map +0 -1
  692. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  693. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  694. package/lib/services/report/index.d.ts.map +0 -1
  695. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  696. package/lib/services/toast/index.d.ts.map +0 -1
  697. package/lib/services/toast/toast.service.d.ts.map +0 -1
  698. package/lib/services/transaction/index.d.ts.map +0 -1
  699. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  700. package/lib/services/user/index.d.ts.map +0 -1
  701. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  702. package/lib/services/vehicle/index.d.ts.map +0 -1
  703. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  704. package/lib/services/xlsx/index.d.ts.map +0 -1
  705. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  706. package/lib/tt-core.module.d.ts.map +0 -1
  707. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  708. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  709. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  710. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  711. package/lib/validators/conditional.validator.d.ts.map +0 -1
  712. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  713. package/lib/validators/date-range.validator.d.ts.map +0 -1
  714. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  715. package/lib/validators/file.validator.d.ts.map +0 -1
  716. package/lib/validators/greater-than.validator.d.ts.map +0 -1
  717. package/lib/validators/index.d.ts.map +0 -1
  718. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  719. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  720. package/lib/validators/password-match.validator.d.ts.map +0 -1
  721. package/lib/validators/password.validator.d.ts.map +0 -1
  722. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  723. package/lib/validators/required-length.validator.d.ts.map +0 -1
  724. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  725. package/public-api.d.ts.map +0 -1
  726. package/taxtank-core.d.ts.map +0 -1
@@ -72,9 +72,9 @@ class CorelogicService {
72
72
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
73
73
  }
74
74
  }
75
- 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 });
76
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
75
+ 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 });
76
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
@@ -114,9 +114,9 @@ class CorelogicInterceptor {
114
114
  });
115
115
  }
116
116
  }
117
- 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 });
118
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
117
+ 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 });
118
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
120
120
  type: Injectable
121
121
  }], ctorParameters: function () {
122
122
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -155,9 +155,9 @@ class FinancialYearInterceptor {
155
155
  return next.handle(clonedReq);
156
156
  }
157
157
  }
158
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
159
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
158
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
159
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
161
161
  type: Injectable
162
162
  }], ctorParameters: function () {
163
163
  return [{ type: undefined, decorators: [{
@@ -5995,7 +5995,7 @@ class BorrowingReport extends BorrowingReport$1 {
5995
5995
  /**
5996
5996
  * some fields calculated automatically until user filled them manually
5997
5997
  */
5998
- static calculate(salaryForecasts, incomeSourceForecasts, clientDetails, report = plainToClass(BorrowingReport, {})) {
5998
+ static calculate(salaryForecasts, incomeSourceForecasts, clientDetails = plainToClass(AnnualClientDetails, {}), report = plainToClass(BorrowingReport, {})) {
5999
5999
  if (!report.netSalary) {
6000
6000
  report.netSalary = new Collection(salaryForecasts).sumBy('monthlyAmount')
6001
6001
  + new IncomeSourceForecastCollection(incomeSourceForecasts).bonuses.sumBy('monthlyAmount');
@@ -9416,9 +9416,9 @@ class JwtService extends JwtHelperService {
9416
9416
  return this.getUser().id === userId;
9417
9417
  }
9418
9418
  }
9419
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9420
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
9421
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
9419
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9420
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
9421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
9422
9422
  type: Injectable,
9423
9423
  args: [{
9424
9424
  providedIn: 'root'
@@ -9453,9 +9453,9 @@ class EventDispatcherService {
9453
9453
  this.eventSubject2.next(event);
9454
9454
  }
9455
9455
  }
9456
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9457
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
9456
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9457
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9459
9459
  type: Injectable,
9460
9460
  args: [{
9461
9461
  providedIn: 'root'
@@ -9504,9 +9504,9 @@ class AuthService {
9504
9504
  location.replace(url);
9505
9505
  }
9506
9506
  }
9507
- 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 });
9508
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
9509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
9507
+ 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 });
9508
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9510
9510
  type: Injectable,
9511
9511
  args: [{
9512
9512
  providedIn: 'root'
@@ -9642,9 +9642,9 @@ class JwtInterceptor {
9642
9642
  });
9643
9643
  }
9644
9644
  }
9645
- 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 });
9646
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9645
+ 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 });
9646
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9648
9648
  type: Injectable
9649
9649
  }], ctorParameters: function () {
9650
9650
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9679,9 +9679,9 @@ class UserSwitcherService {
9679
9679
  window.location.replace('/firm/dashboard');
9680
9680
  }
9681
9681
  }
9682
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9683
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9682
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9683
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9685
9685
  type: Injectable,
9686
9686
  args: [{
9687
9687
  providedIn: 'root'
@@ -9727,9 +9727,9 @@ class UserSwitcherInterceptor {
9727
9727
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9728
9728
  }
9729
9729
  }
9730
- 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 });
9731
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9732
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9730
+ 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 });
9731
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9732
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9733
9733
  type: Injectable
9734
9734
  }], ctorParameters: function () {
9735
9735
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -10013,9 +10013,9 @@ class PreloaderService {
10013
10013
  this.activePreloaders.next(activePreloaders);
10014
10014
  }
10015
10015
  }
10016
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10017
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
10018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
10016
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10017
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
10018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
10019
10019
  type: Injectable,
10020
10020
  args: [{
10021
10021
  providedIn: 'root'
@@ -10043,9 +10043,9 @@ class PreloaderInterceptor {
10043
10043
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
10044
10044
  }
10045
10045
  }
10046
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
10047
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
10048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
10046
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
10047
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
10048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
10049
10049
  type: Injectable
10050
10050
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
10051
10051
 
@@ -10123,9 +10123,9 @@ class DataService {
10123
10123
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
10124
10124
  }
10125
10125
  }
10126
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10127
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
10128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
10126
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10127
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
10128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
10129
10129
  type: Injectable,
10130
10130
  args: [{
10131
10131
  providedIn: 'root'
@@ -10162,9 +10162,9 @@ class SseService {
10162
10162
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
10163
10163
  }
10164
10164
  }
10165
- 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 });
10166
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
10167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
10165
+ 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 });
10166
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
10167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
10168
10168
  type: Injectable,
10169
10169
  args: [{
10170
10170
  providedIn: 'root'
@@ -10380,9 +10380,9 @@ let RestService$1 = class RestService extends DataService {
10380
10380
  */
10381
10381
  listenEvents() { }
10382
10382
  };
10383
- 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 });
10384
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
10385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
10383
+ 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 });
10384
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
10385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
10386
10386
  type: Injectable,
10387
10387
  args: [{
10388
10388
  providedIn: 'root'
@@ -10527,9 +10527,9 @@ class ToastService {
10527
10527
  }));
10528
10528
  }
10529
10529
  }
10530
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10531
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
10532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
10530
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10531
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10533
10533
  type: Injectable,
10534
10534
  args: [{
10535
10535
  providedIn: 'root'
@@ -10607,9 +10607,9 @@ class BankConnectionService extends RestService$1 {
10607
10607
  });
10608
10608
  }
10609
10609
  }
10610
- 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 });
10611
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10612
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
10610
+ 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 });
10611
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10613
10613
  type: Injectable,
10614
10614
  args: [{
10615
10615
  providedIn: 'root'
@@ -10740,9 +10740,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10740
10740
  * How long we will wait accounts retrieving, break after timeout if not retireved
10741
10741
  */
10742
10742
  BasiqService.retrieveAccountsTimeout = 20000;
10743
- 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 });
10744
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10743
+ 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 });
10744
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10746
10746
  type: Injectable,
10747
10747
  args: [{
10748
10748
  providedIn: 'root'
@@ -10779,9 +10779,9 @@ class BasiqTokenService extends RestService$1 {
10779
10779
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10780
10780
  }
10781
10781
  }
10782
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10783
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10782
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10783
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10785
10785
  type: Injectable,
10786
10786
  args: [{
10787
10787
  providedIn: 'root'
@@ -10810,9 +10810,9 @@ class BasiqTokenInterceptor {
10810
10810
  });
10811
10811
  }
10812
10812
  }
10813
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10814
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10813
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10814
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10816
10816
  type: Injectable
10817
10817
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10818
10818
 
@@ -10995,9 +10995,9 @@ class UserService {
10995
10995
  });
10996
10996
  }
10997
10997
  }
10998
- 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 });
10999
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
11000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10998
+ 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 });
10999
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
11000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
11001
11001
  type: Injectable,
11002
11002
  args: [{
11003
11003
  providedIn: 'root'
@@ -11029,17 +11029,17 @@ class BasiqClientIdInterceptor {
11029
11029
  });
11030
11030
  }
11031
11031
  }
11032
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
11033
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
11034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
11032
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
11033
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
11034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
11035
11035
  type: Injectable
11036
11036
  }], ctorParameters: function () { return [{ type: UserService }]; } });
11037
11037
 
11038
11038
  class InterceptorsModule {
11039
11039
  }
11040
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11041
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
11042
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
11040
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11041
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
11042
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
11043
11043
  {
11044
11044
  provide: HTTP_INTERCEPTORS,
11045
11045
  useClass: CorelogicInterceptor,
@@ -11077,7 +11077,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
11077
11077
  multi: true
11078
11078
  }
11079
11079
  ] });
11080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
11080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
11081
11081
  type: NgModule,
11082
11082
  args: [{
11083
11083
  providers: [
@@ -11135,12 +11135,12 @@ class TtCoreModule {
11135
11135
  };
11136
11136
  }
11137
11137
  }
11138
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11139
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11138
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11139
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11140
11140
  InterceptorsModule] });
11141
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11141
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11142
11142
  InterceptorsModule] });
11143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
11143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
11144
11144
  type: NgModule,
11145
11145
  args: [{
11146
11146
  declarations: [],
@@ -12645,9 +12645,9 @@ class AddressService {
12645
12645
  return this.countriesSubject.asObservable();
12646
12646
  }
12647
12647
  }
12648
- 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 });
12649
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12648
+ 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 });
12649
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12651
12651
  type: Injectable,
12652
12652
  args: [{
12653
12653
  providedIn: 'root'
@@ -12717,9 +12717,9 @@ class BankAccountService extends RestService$1 {
12717
12717
  });
12718
12718
  }
12719
12719
  }
12720
- 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 });
12721
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12720
+ 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 });
12721
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12723
12723
  type: Injectable,
12724
12724
  args: [{
12725
12725
  providedIn: 'root'
@@ -12786,9 +12786,9 @@ class BankTransactionService extends RestService$1 {
12786
12786
  });
12787
12787
  }
12788
12788
  }
12789
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12790
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12789
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12790
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12792
12792
  type: Injectable,
12793
12793
  args: [{
12794
12794
  providedIn: 'root'
@@ -12815,9 +12815,9 @@ class BankService extends RestService$1 {
12815
12815
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12816
12816
  }
12817
12817
  }
12818
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12819
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12818
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12819
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12820
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12821
12821
  type: Injectable,
12822
12822
  args: [{
12823
12823
  providedIn: 'root'
@@ -12834,9 +12834,9 @@ class BudgetService extends RestService$1 {
12834
12834
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12835
12835
  }
12836
12836
  }
12837
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12838
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, providedIn: 'root' });
12839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, decorators: [{
12837
+ BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12838
+ BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
12839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
12840
12840
  type: Injectable,
12841
12841
  args: [{
12842
12842
  providedIn: 'root'
@@ -12864,9 +12864,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12864
12864
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12865
12865
  }
12866
12866
  }
12867
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12868
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12867
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12868
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12870
12870
  type: Injectable,
12871
12871
  args: [{
12872
12872
  providedIn: 'root'
@@ -12906,9 +12906,9 @@ class ChartAccountsService extends RestService$1 {
12906
12906
  }));
12907
12907
  }
12908
12908
  }
12909
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12910
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12909
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12910
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12912
12912
  type: Injectable,
12913
12913
  args: [{
12914
12914
  providedIn: 'root'
@@ -12977,9 +12977,9 @@ class ChatService extends RestService$1 {
12977
12977
  });
12978
12978
  }
12979
12979
  }
12980
- 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 });
12981
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12980
+ 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 });
12981
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12983
12983
  type: Injectable,
12984
12984
  args: [{
12985
12985
  providedIn: 'root'
@@ -13038,9 +13038,9 @@ class MessageService extends RestService$1 {
13038
13038
  });
13039
13039
  }
13040
13040
  }
13041
- 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 });
13042
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
13043
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
13041
+ 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 });
13042
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
13043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
13044
13044
  type: Injectable,
13045
13045
  args: [{
13046
13046
  providedIn: 'root'
@@ -13112,9 +13112,9 @@ class MessageDocumentService extends RestService$1 {
13112
13112
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
13113
13113
  }
13114
13114
  }
13115
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13116
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
13117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
13115
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13116
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
13117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
13118
13118
  type: Injectable,
13119
13119
  args: [{
13120
13120
  providedIn: 'root'
@@ -13177,9 +13177,9 @@ class ReceiptService {
13177
13177
  return plainToClass(this.modelClass, data);
13178
13178
  }
13179
13179
  }
13180
- 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 });
13181
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
13182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
13180
+ 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 });
13181
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
13182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
13183
13183
  type: Injectable,
13184
13184
  args: [{
13185
13185
  providedIn: 'root'
@@ -13210,9 +13210,9 @@ class DepreciationReceiptService extends ReceiptService {
13210
13210
  this.listenEvents();
13211
13211
  }
13212
13212
  }
13213
- 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 });
13214
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
13215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
13213
+ 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 });
13214
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
13215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
13216
13216
  type: Injectable,
13217
13217
  args: [{
13218
13218
  providedIn: 'root'
@@ -13347,9 +13347,9 @@ class DepreciationService extends RestService$1 {
13347
13347
  });
13348
13348
  }
13349
13349
  }
13350
- 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 });
13351
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
13350
+ 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 });
13351
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
13353
13353
  type: Injectable,
13354
13354
  args: [{
13355
13355
  providedIn: 'root'
@@ -13401,9 +13401,9 @@ class DepreciationCapitalProjectService {
13401
13401
  }));
13402
13402
  }
13403
13403
  }
13404
- 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 });
13405
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13404
+ 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 });
13405
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13407
13407
  type: Injectable,
13408
13408
  args: [{
13409
13409
  providedIn: 'root'
@@ -13615,9 +13615,9 @@ class RestService {
13615
13615
  */
13616
13616
  listenEvents() { }
13617
13617
  }
13618
- 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 });
13619
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
13620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
13618
+ 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 });
13619
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13621
13621
  type: Injectable,
13622
13622
  args: [{
13623
13623
  providedIn: 'root'
@@ -13636,9 +13636,9 @@ class DocumentService extends RestService {
13636
13636
  this.modelClass = Document;
13637
13637
  }
13638
13638
  }
13639
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13640
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
13641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
13639
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13640
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13642
13642
  type: Injectable,
13643
13643
  args: [{
13644
13644
  providedIn: 'root'
@@ -13704,9 +13704,9 @@ class DocumentFolderService extends RestService {
13704
13704
  }));
13705
13705
  }
13706
13706
  }
13707
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13708
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13709
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13707
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13708
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13710
13710
  type: Injectable,
13711
13711
  args: [{
13712
13712
  providedIn: 'root'
@@ -13783,9 +13783,9 @@ FacebookService.authOptions = {
13783
13783
  auth_type: 'rerequest',
13784
13784
  return_scopes: true
13785
13785
  };
13786
- 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 });
13787
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13786
+ 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 });
13787
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13789
13789
  type: Injectable,
13790
13790
  args: [{
13791
13791
  providedIn: 'root'
@@ -13855,9 +13855,9 @@ class GoogleService {
13855
13855
  google.accounts.id.disableAutoSelect();
13856
13856
  }
13857
13857
  }
13858
- 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 });
13859
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13858
+ 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 });
13859
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13861
13861
  type: Injectable,
13862
13862
  args: [{
13863
13863
  providedIn: 'root'
@@ -13888,9 +13888,9 @@ class FileService extends RestService$1 {
13888
13888
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13889
13889
  }
13890
13890
  }
13891
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13892
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13893
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13891
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13892
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13894
13894
  type: Injectable,
13895
13895
  args: [{
13896
13896
  providedIn: 'root'
@@ -13907,9 +13907,9 @@ class ClientIncomeTypesService extends RestService$1 {
13907
13907
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13908
13908
  }
13909
13909
  }
13910
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13911
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13912
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13910
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13911
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13913
13913
  type: Injectable,
13914
13914
  args: [{
13915
13915
  providedIn: 'root'
@@ -14026,9 +14026,9 @@ class ClientInviteService extends RestService {
14026
14026
  });
14027
14027
  }
14028
14028
  }
14029
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14030
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
14031
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
14029
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14030
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
14031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
14032
14032
  type: Injectable,
14033
14033
  args: [{
14034
14034
  providedIn: 'root'
@@ -14115,9 +14115,9 @@ class ClientMovementService extends RestService {
14115
14115
  });
14116
14116
  }
14117
14117
  }
14118
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14119
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
14120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
14118
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14119
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
14120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
14121
14121
  type: Injectable,
14122
14122
  args: [{
14123
14123
  providedIn: 'root'
@@ -14146,9 +14146,9 @@ class EmployeeService extends RestService {
14146
14146
  }));
14147
14147
  }
14148
14148
  }
14149
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14150
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
14151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
14149
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14150
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
14151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
14152
14152
  type: Injectable,
14153
14153
  args: [{
14154
14154
  providedIn: 'root'
@@ -14189,9 +14189,9 @@ class EmployeeInviteService extends RestService {
14189
14189
  }));
14190
14190
  }
14191
14191
  }
14192
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14193
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
14194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
14192
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14193
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
14194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
14195
14195
  type: Injectable,
14196
14196
  args: [{
14197
14197
  providedIn: 'root'
@@ -14216,9 +14216,9 @@ class ClientPortfolioReportService {
14216
14216
  }));
14217
14217
  }
14218
14218
  }
14219
- 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 });
14220
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
14221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
14219
+ 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 });
14220
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
14221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
14222
14222
  type: Injectable,
14223
14223
  args: [{
14224
14224
  providedIn: 'root'
@@ -14282,9 +14282,9 @@ class FirmService {
14282
14282
  }));
14283
14283
  }
14284
14284
  }
14285
- 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 });
14286
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
14287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
14285
+ 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 });
14286
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
14287
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
14288
14288
  type: Injectable,
14289
14289
  args: [{
14290
14290
  providedIn: 'root'
@@ -14360,9 +14360,9 @@ class IncomeSourceForecastService extends RestService {
14360
14360
  }).flat();
14361
14361
  }
14362
14362
  }
14363
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14364
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14363
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14364
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14366
14366
  type: Injectable,
14367
14367
  args: [{
14368
14368
  providedIn: 'root'
@@ -14432,9 +14432,9 @@ class SalaryForecastService extends RestService {
14432
14432
  }).flat();
14433
14433
  }
14434
14434
  }
14435
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14436
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
14435
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14436
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
14438
14438
  type: Injectable,
14439
14439
  args: [{
14440
14440
  providedIn: 'root'
@@ -14510,9 +14510,9 @@ class SoleForecastService extends RestService {
14510
14510
  });
14511
14511
  }
14512
14512
  }
14513
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14514
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
14513
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14514
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
14516
14516
  type: Injectable,
14517
14517
  args: [{
14518
14518
  providedIn: 'root'
@@ -14591,9 +14591,9 @@ class IncomeSourceService extends RestService {
14591
14591
  });
14592
14592
  }
14593
14593
  }
14594
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14595
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
14594
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14595
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14597
14597
  type: Injectable,
14598
14598
  args: [{
14599
14599
  providedIn: 'root'
@@ -14654,9 +14654,9 @@ class BorrowingExpenseService {
14654
14654
  }));
14655
14655
  }
14656
14656
  }
14657
- 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 });
14658
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14659
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14657
+ 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 });
14658
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14660
14660
  type: Injectable,
14661
14661
  args: [{
14662
14662
  providedIn: 'root'
@@ -14738,9 +14738,9 @@ class LoanService extends RestService$1 {
14738
14738
  }));
14739
14739
  }
14740
14740
  }
14741
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14742
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14741
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14742
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14744
14744
  type: Injectable,
14745
14745
  args: [{
14746
14746
  providedIn: 'root'
@@ -14757,9 +14757,9 @@ class BorrowingReportService extends RestService$1 {
14757
14757
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14758
14758
  }
14759
14759
  }
14760
- BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14761
- BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
14762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, decorators: [{
14760
+ BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14761
+ BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
14762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, decorators: [{
14763
14763
  type: Injectable,
14764
14764
  args: [{
14765
14765
  providedIn: 'root'
@@ -14785,9 +14785,9 @@ class PropertyCategoryService extends RestService$1 {
14785
14785
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14786
14786
  }
14787
14787
  }
14788
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14789
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14788
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14789
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14791
14791
  type: Injectable,
14792
14792
  args: [{
14793
14793
  providedIn: 'root'
@@ -14803,9 +14803,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14803
14803
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14804
14804
  }
14805
14805
  }
14806
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14807
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14806
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14807
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14809
14809
  type: Injectable,
14810
14810
  args: [{
14811
14811
  providedIn: 'root'
@@ -14847,9 +14847,9 @@ class PropertyDocumentService extends RestService$1 {
14847
14847
  });
14848
14848
  }
14849
14849
  }
14850
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14851
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14850
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14851
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14853
14853
  type: Injectable,
14854
14854
  args: [{
14855
14855
  providedIn: 'root'
@@ -14923,9 +14923,9 @@ class TaxExemptionService extends DataService {
14923
14923
  this.setCache(TaxExemptions);
14924
14924
  }
14925
14925
  }
14926
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14927
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14926
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14927
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14929
14929
  type: Injectable,
14930
14930
  args: [{
14931
14931
  providedIn: 'root'
@@ -14941,9 +14941,9 @@ class PropertySaleService extends RestService$1 {
14941
14941
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14942
14942
  }
14943
14943
  }
14944
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14945
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14944
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14945
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14947
14947
  type: Injectable,
14948
14948
  args: [{
14949
14949
  providedIn: 'root'
@@ -14990,9 +14990,9 @@ class PropertyShareService extends RestService$1 {
14990
14990
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14991
14991
  }
14992
14992
  }
14993
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14994
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14995
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14993
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14994
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14996
14996
  type: Injectable,
14997
14997
  args: [{
14998
14998
  providedIn: 'root'
@@ -15089,9 +15089,9 @@ class PropertyService extends RestService$1 {
15089
15089
  }));
15090
15090
  }
15091
15091
  }
15092
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15093
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
15094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
15092
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15093
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
15094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
15095
15095
  type: Injectable,
15096
15096
  args: [{
15097
15097
  providedIn: 'root'
@@ -15145,9 +15145,9 @@ class ServiceNotificationService extends RestService {
15145
15145
  });
15146
15146
  }
15147
15147
  }
15148
- 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 });
15149
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
15150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
15148
+ 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 });
15149
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
15150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
15151
15151
  type: Injectable,
15152
15152
  args: [{
15153
15153
  providedIn: 'root'
@@ -15198,9 +15198,9 @@ class SoleBusinessService extends RestService {
15198
15198
  }));
15199
15199
  }
15200
15200
  }
15201
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15202
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
15203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
15201
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15202
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
15203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
15204
15204
  type: Injectable,
15205
15205
  args: [{
15206
15206
  providedIn: 'root'
@@ -15215,9 +15215,9 @@ class SoleBusinessActivityService extends RestService {
15215
15215
  this.isHydra = true;
15216
15216
  }
15217
15217
  }
15218
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15219
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
15220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
15218
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15219
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
15220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
15221
15221
  type: Injectable,
15222
15222
  args: [{
15223
15223
  providedIn: 'root'
@@ -15243,9 +15243,9 @@ class SoleBusinessLossService extends RestService {
15243
15243
  });
15244
15244
  }
15245
15245
  }
15246
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15247
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
15248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
15246
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15247
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
15248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
15249
15249
  type: Injectable,
15250
15250
  args: [{
15251
15251
  providedIn: 'root'
@@ -15263,9 +15263,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
15263
15263
  this.isHydra = true;
15264
15264
  }
15265
15265
  }
15266
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15267
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
15266
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15267
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
15269
15269
  type: Injectable,
15270
15270
  args: [{
15271
15271
  providedIn: 'root'
@@ -15280,9 +15280,9 @@ class SoleContactService extends RestService {
15280
15280
  this.isHydra = true;
15281
15281
  }
15282
15282
  }
15283
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15284
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
15285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
15283
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15284
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
15285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
15286
15286
  type: Injectable,
15287
15287
  args: [{
15288
15288
  providedIn: 'root'
@@ -15338,9 +15338,9 @@ class SoleDepreciationMethodService {
15338
15338
  });
15339
15339
  }
15340
15340
  }
15341
- 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 });
15342
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15341
+ 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 });
15342
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15344
15344
  type: Injectable,
15345
15345
  args: [{
15346
15346
  providedIn: 'root'
@@ -15395,9 +15395,9 @@ class SoleDetailsService {
15395
15395
  }));
15396
15396
  }
15397
15397
  }
15398
- 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 });
15399
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
15398
+ 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 });
15399
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
15401
15401
  type: Injectable,
15402
15402
  args: [{
15403
15403
  providedIn: 'root'
@@ -15473,9 +15473,9 @@ class SoleInvoiceService extends RestService {
15473
15473
  });
15474
15474
  }
15475
15475
  }
15476
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15477
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
15476
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15477
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
15479
15479
  type: Injectable,
15480
15480
  args: [{
15481
15481
  providedIn: 'root'
@@ -15490,9 +15490,9 @@ class SoleInvoiceTemplateService extends RestService {
15490
15490
  this.isHydra = true;
15491
15491
  }
15492
15492
  }
15493
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15494
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15493
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15494
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15496
15496
  type: Injectable,
15497
15497
  args: [{
15498
15498
  providedIn: 'root'
@@ -15507,9 +15507,9 @@ class BasReportService extends RestService {
15507
15507
  this.isHydra = true;
15508
15508
  }
15509
15509
  }
15510
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15511
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
15512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
15510
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15511
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
15512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
15513
15513
  type: Injectable,
15514
15514
  args: [{
15515
15515
  providedIn: 'root'
@@ -15535,9 +15535,9 @@ class ServicePaymentService extends RestService$1 {
15535
15535
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15536
15536
  }
15537
15537
  }
15538
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15539
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
15538
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15539
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
15541
15541
  type: Injectable,
15542
15542
  args: [{
15543
15543
  providedIn: 'root'
@@ -15585,9 +15585,9 @@ class ServicePaymentMethodService extends RestService$1 {
15585
15585
  });
15586
15586
  }
15587
15587
  }
15588
- 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 });
15589
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15588
+ 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 });
15589
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15591
15591
  type: Injectable,
15592
15592
  args: [{
15593
15593
  providedIn: 'root'
@@ -15612,9 +15612,9 @@ class ServicePriceService extends RestService$1 {
15612
15612
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15613
15613
  }
15614
15614
  }
15615
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15616
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15617
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
15615
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15616
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15618
15618
  type: Injectable,
15619
15619
  args: [{
15620
15620
  providedIn: 'root'
@@ -15731,9 +15731,9 @@ class SubscriptionService extends RestService$1 {
15731
15731
  });
15732
15732
  }
15733
15733
  }
15734
- 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 });
15735
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
15734
+ 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 });
15735
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15736
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15737
15737
  type: Injectable,
15738
15738
  args: [{
15739
15739
  providedIn: 'root'
@@ -15755,9 +15755,9 @@ class ServiceProductService extends RestService$1 {
15755
15755
  this.isApiPlatform = true;
15756
15756
  }
15757
15757
  }
15758
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15759
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15758
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15759
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15760
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15761
15761
  type: Injectable,
15762
15762
  args: [{
15763
15763
  providedIn: 'root'
@@ -15789,9 +15789,9 @@ class TaxReviewHistoryService extends RestService {
15789
15789
  });
15790
15790
  }
15791
15791
  }
15792
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15793
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15794
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15792
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15793
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15795
15795
  type: Injectable,
15796
15796
  args: [{
15797
15797
  providedIn: 'root'
@@ -15880,9 +15880,9 @@ class TaxReviewService extends RestService {
15880
15880
  });
15881
15881
  }
15882
15882
  }
15883
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15884
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15883
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15884
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15886
15886
  type: Injectable,
15887
15887
  args: [{
15888
15888
  providedIn: 'root'
@@ -15939,9 +15939,9 @@ class TaxSummaryService {
15939
15939
  });
15940
15940
  }
15941
15941
  }
15942
- 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 });
15943
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15942
+ 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 });
15943
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15945
15945
  type: Injectable,
15946
15946
  args: [{
15947
15947
  providedIn: 'root'
@@ -15962,9 +15962,9 @@ class AllocationRuleService extends RestService$1 {
15962
15962
  this.isApiPlatform = true;
15963
15963
  }
15964
15964
  }
15965
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15966
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15965
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15966
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15968
15968
  type: Injectable,
15969
15969
  args: [{
15970
15970
  providedIn: 'root'
@@ -16054,9 +16054,9 @@ class TransactionAllocationService extends RestService {
16054
16054
  });
16055
16055
  }
16056
16056
  }
16057
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16058
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
16059
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
16057
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16058
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
16059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
16060
16060
  type: Injectable,
16061
16061
  args: [{
16062
16062
  providedIn: 'root'
@@ -16082,9 +16082,9 @@ class TransactionReceiptService extends ReceiptService {
16082
16082
  this.listenEvents();
16083
16083
  }
16084
16084
  }
16085
- 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 });
16086
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
16087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
16085
+ 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 });
16086
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
16087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
16088
16088
  type: Injectable,
16089
16089
  args: [{
16090
16090
  providedIn: 'root'
@@ -16396,9 +16396,9 @@ class TransactionService extends RestService {
16396
16396
  });
16397
16397
  }
16398
16398
  }
16399
- 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 });
16400
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
16401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
16399
+ 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 });
16400
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
16401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
16402
16402
  type: Injectable,
16403
16403
  args: [{
16404
16404
  providedIn: 'root'
@@ -16429,9 +16429,9 @@ class TutorialVideoService {
16429
16429
  }
16430
16430
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
16431
16431
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16432
- 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 });
16433
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16434
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
16432
+ 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 });
16433
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
16435
16435
  type: Injectable,
16436
16436
  args: [{
16437
16437
  providedIn: 'root'
@@ -16453,9 +16453,9 @@ class VehicleService extends RestService {
16453
16453
  this.modelClass = Vehicle;
16454
16454
  }
16455
16455
  }
16456
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16457
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
16458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
16456
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16457
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
16458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
16459
16459
  type: Injectable,
16460
16460
  args: [{
16461
16461
  providedIn: 'root'
@@ -16527,9 +16527,9 @@ class VehicleClaimService extends RestService {
16527
16527
  combineLatest(batch$).subscribe();
16528
16528
  }
16529
16529
  }
16530
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16531
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
16530
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16531
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
16533
16533
  type: Injectable,
16534
16534
  args: [{
16535
16535
  providedIn: 'root'
@@ -16606,9 +16606,9 @@ class VehicleClaimDetailsService {
16606
16606
  this.update(vehicleClaimDetails).subscribe();
16607
16607
  }
16608
16608
  }
16609
- 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 });
16610
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16609
+ 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 });
16610
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16612
16612
  type: Injectable,
16613
16613
  args: [{
16614
16614
  providedIn: 'root'
@@ -16630,9 +16630,9 @@ class VehicleLogbookService extends RestService {
16630
16630
  this.modelClass = VehicleLogbook;
16631
16631
  }
16632
16632
  }
16633
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16634
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
16633
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16634
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16636
16636
  type: Injectable,
16637
16637
  args: [{
16638
16638
  providedIn: 'root'
@@ -16649,9 +16649,9 @@ class AnnualClientDetailsService extends RestService$1 {
16649
16649
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16650
16650
  }
16651
16651
  }
16652
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16653
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16652
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16653
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16655
16655
  type: Injectable,
16656
16656
  args: [{
16657
16657
  providedIn: 'root'
@@ -16682,9 +16682,9 @@ class OccupationService {
16682
16682
  return this.occupationsSubject.asObservable();
16683
16683
  }
16684
16684
  }
16685
- 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 });
16686
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
16687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
16685
+ 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 });
16686
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16688
16688
  type: Injectable,
16689
16689
  args: [{
16690
16690
  providedIn: 'root'
@@ -16730,9 +16730,9 @@ class UserEventSettingService extends RestService {
16730
16730
  }));
16731
16731
  }
16732
16732
  }
16733
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16734
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
16733
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16734
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16736
16736
  type: Injectable,
16737
16737
  args: [{
16738
16738
  providedIn: 'root'
@@ -16747,9 +16747,9 @@ class UserEventTypeService extends RestService {
16747
16747
  this.isHydra = true;
16748
16748
  }
16749
16749
  }
16750
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16751
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
16750
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16751
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16753
16753
  type: Injectable,
16754
16754
  args: [{
16755
16755
  providedIn: 'root'
@@ -16766,9 +16766,9 @@ class UsersInviteService extends RestService {
16766
16766
  this.url = 'users/invite';
16767
16767
  }
16768
16768
  }
16769
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16770
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16769
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16770
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16772
16772
  type: Injectable,
16773
16773
  args: [{
16774
16774
  providedIn: 'root'
@@ -16788,9 +16788,9 @@ class HoldingService extends RestService$1 {
16788
16788
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16789
16789
  }
16790
16790
  }
16791
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16792
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16791
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16792
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16794
16794
  type: Injectable,
16795
16795
  args: [{
16796
16796
  providedIn: 'root'
@@ -16807,9 +16807,9 @@ class HoldingTypeService extends RestService$1 {
16807
16807
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16808
16808
  }
16809
16809
  }
16810
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16811
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16812
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16810
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16811
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16813
16813
  type: Injectable,
16814
16814
  args: [{
16815
16815
  providedIn: 'root'
@@ -16826,9 +16826,9 @@ class HoldingSaleService extends RestService$1 {
16826
16826
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16827
16827
  }
16828
16828
  }
16829
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16830
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16829
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16830
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16832
16832
  type: Injectable,
16833
16833
  args: [{
16834
16834
  providedIn: 'root'
@@ -16923,9 +16923,9 @@ class HoldingTypeExchangeService extends DataService {
16923
16923
  this.setCache(HoldingTypeExchanges);
16924
16924
  }
16925
16925
  }
16926
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16927
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16926
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16927
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16929
16929
  type: Injectable,
16930
16930
  args: [{
16931
16931
  providedIn: 'root'
@@ -17029,9 +17029,9 @@ class IncomeSourceTypeService extends DataService {
17029
17029
  this.setCache(IncomeSourceTypes);
17030
17030
  }
17031
17031
  }
17032
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17033
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
17034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
17032
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17033
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
17034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
17035
17035
  type: Injectable,
17036
17036
  args: [{
17037
17037
  providedIn: 'root'
@@ -17053,9 +17053,9 @@ class ChartAccountsValueService extends DataService {
17053
17053
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
17054
17054
  }
17055
17055
  }
17056
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17057
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
17058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, decorators: [{
17056
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17057
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
17058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
17059
17059
  type: Injectable,
17060
17060
  args: [{
17061
17061
  providedIn: 'root'
@@ -19145,9 +19145,9 @@ class TaxReturnItemService extends DataService {
19145
19145
  this.setCache(TaxReturnItems);
19146
19146
  }
19147
19147
  }
19148
- TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19149
- TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
19150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, decorators: [{
19148
+ TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19149
+ TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
19150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
19151
19151
  type: Injectable,
19152
19152
  args: [{
19153
19153
  providedIn: 'root'
@@ -19367,9 +19367,9 @@ class AccountSetupService {
19367
19367
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
19368
19368
  }
19369
19369
  }
19370
- 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 });
19371
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
19372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
19370
+ 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 });
19371
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
19372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
19373
19373
  type: Injectable,
19374
19374
  args: [{
19375
19375
  providedIn: 'root'
@@ -19395,9 +19395,9 @@ class RewardfulService {
19395
19395
  });
19396
19396
  }
19397
19397
  }
19398
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19399
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
19398
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19399
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
19401
19401
  type: Injectable,
19402
19402
  args: [{
19403
19403
  providedIn: 'root'
@@ -19444,9 +19444,9 @@ class AssetsService {
19444
19444
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
19445
19445
  }
19446
19446
  }
19447
- 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 });
19448
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
19449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
19447
+ 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 });
19448
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
19449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
19450
19450
  type: Injectable,
19451
19451
  args: [{
19452
19452
  providedIn: 'root'
@@ -19507,9 +19507,9 @@ class BankTransactionCalculationService {
19507
19507
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
19508
19508
  }
19509
19509
  }
19510
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19511
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19510
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19511
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19513
19513
  type: Injectable,
19514
19514
  args: [{
19515
19515
  providedIn: 'root'
@@ -19538,9 +19538,9 @@ class BankAccountCalculationService {
19538
19538
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
19539
19539
  }
19540
19540
  }
19541
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19542
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19541
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19542
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19544
19544
  type: Injectable,
19545
19545
  args: [{
19546
19546
  providedIn: 'root'
@@ -19568,9 +19568,9 @@ class ExportFormatterService {
19568
19568
  }));
19569
19569
  }
19570
19570
  }
19571
- 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 });
19572
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
19571
+ 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 });
19572
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
19574
19574
  type: Injectable,
19575
19575
  args: [{
19576
19576
  providedIn: 'root'
@@ -19591,9 +19591,9 @@ class HeaderTitleService {
19591
19591
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
19592
19592
  }
19593
19593
  }
19594
- 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 });
19595
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
19594
+ 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 });
19595
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
19597
19597
  type: Injectable,
19598
19598
  args: [{
19599
19599
  providedIn: 'root'
@@ -19627,9 +19627,9 @@ class IntercomService {
19627
19627
  window.Intercom('boot', connectionCredentials);
19628
19628
  }
19629
19629
  }
19630
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19631
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
19632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
19630
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19631
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
19632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
19633
19633
  type: Injectable,
19634
19634
  args: [{
19635
19635
  providedIn: 'root'
@@ -19701,9 +19701,9 @@ class PdfFromDomElementService {
19701
19701
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
19702
19702
  }
19703
19703
  }
19704
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19705
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19704
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19705
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19707
19707
  type: Injectable,
19708
19708
  args: [{
19709
19709
  providedIn: 'root'
@@ -19797,9 +19797,9 @@ class PdfFromTableService {
19797
19797
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
19798
19798
  }
19799
19799
  }
19800
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19801
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19802
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
19800
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19801
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
19803
19803
  type: Injectable,
19804
19804
  args: [{
19805
19805
  providedIn: 'root'
@@ -19833,9 +19833,9 @@ class PdfFromDataTableService extends PdfFromTableService {
19833
19833
  return pdf;
19834
19834
  }
19835
19835
  }
19836
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19837
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19838
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19836
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19837
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19838
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19839
19839
  type: Injectable,
19840
19840
  args: [{
19841
19841
  providedIn: 'root'
@@ -19868,9 +19868,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
19868
19868
  return pdf;
19869
19869
  }
19870
19870
  }
19871
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19872
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19871
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19872
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19874
19874
  type: Injectable,
19875
19875
  args: [{
19876
19876
  providedIn: 'root'
@@ -19897,9 +19897,9 @@ class EquityPositionChartService {
19897
19897
  }))));
19898
19898
  }
19899
19899
  }
19900
- 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 });
19901
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19902
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
19900
+ 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 });
19901
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
19903
19903
  type: Injectable,
19904
19904
  args: [{
19905
19905
  providedIn: 'root'
@@ -20054,9 +20054,9 @@ class PropertyCalculationService {
20054
20054
  }
20055
20055
  }
20056
20056
  }
20057
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20058
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
20059
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
20057
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20058
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
20059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
20060
20060
  type: Injectable,
20061
20061
  args: [{
20062
20062
  providedIn: 'root'
@@ -20109,9 +20109,9 @@ class PropertyTransactionReportService {
20109
20109
  .getWithoutBorrowingExpenses()));
20110
20110
  }
20111
20111
  }
20112
- 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 });
20113
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
20114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
20112
+ 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 });
20113
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
20114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
20115
20115
  type: Injectable,
20116
20116
  args: [{
20117
20117
  providedIn: 'root'
@@ -20179,9 +20179,9 @@ class TransactionCalculationService {
20179
20179
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
20180
20180
  }
20181
20181
  }
20182
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20183
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
20184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
20182
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20183
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
20184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
20185
20185
  type: Injectable,
20186
20186
  args: [{
20187
20187
  providedIn: 'root'
@@ -20241,9 +20241,9 @@ class LogbookBestPeriodService {
20241
20241
  });
20242
20242
  }
20243
20243
  }
20244
- 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 });
20245
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
20246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
20244
+ 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 });
20245
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
20246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
20247
20247
  type: Injectable,
20248
20248
  args: [{
20249
20249
  providedIn: 'root'
@@ -20322,9 +20322,9 @@ class XlsxService {
20322
20322
  FileSaver.saveAs(data, `${fileName}.xlsx`);
20323
20323
  }
20324
20324
  }
20325
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20326
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
20327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
20325
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20326
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
20327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
20328
20328
  type: Injectable,
20329
20329
  args: [{
20330
20330
  providedIn: 'root'