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'
@@ -112,9 +112,9 @@ class CorelogicInterceptor {
112
112
  });
113
113
  }
114
114
  }
115
- 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 });
116
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
115
+ 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 });
116
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
118
  type: Injectable
119
119
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
120
120
  type: Inject,
@@ -151,9 +151,9 @@ class FinancialYearInterceptor {
151
151
  return next.handle(clonedReq);
152
152
  }
153
153
  }
154
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
155
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
154
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
155
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
157
  type: Injectable
158
158
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
159
159
  type: Inject,
@@ -5962,7 +5962,7 @@ class BorrowingReport extends BorrowingReport$1 {
5962
5962
  /**
5963
5963
  * some fields calculated automatically until user filled them manually
5964
5964
  */
5965
- static calculate(salaryForecasts, incomeSourceForecasts, clientDetails, report = plainToClass(BorrowingReport, {})) {
5965
+ static calculate(salaryForecasts, incomeSourceForecasts, clientDetails = plainToClass(AnnualClientDetails, {}), report = plainToClass(BorrowingReport, {})) {
5966
5966
  if (!report.netSalary) {
5967
5967
  report.netSalary = new Collection(salaryForecasts).sumBy('monthlyAmount')
5968
5968
  + new IncomeSourceForecastCollection(incomeSourceForecasts).bonuses.sumBy('monthlyAmount');
@@ -9362,9 +9362,9 @@ class JwtService extends JwtHelperService {
9362
9362
  return this.getUser().id === userId;
9363
9363
  }
9364
9364
  }
9365
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9366
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
9367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
9365
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9366
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
9367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
9368
9368
  type: Injectable,
9369
9369
  args: [{
9370
9370
  providedIn: 'root'
@@ -9399,9 +9399,9 @@ class EventDispatcherService {
9399
9399
  this.eventSubject2.next(event);
9400
9400
  }
9401
9401
  }
9402
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9403
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
9402
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9403
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9405
9405
  type: Injectable,
9406
9406
  args: [{
9407
9407
  providedIn: 'root'
@@ -9450,9 +9450,9 @@ class AuthService {
9450
9450
  location.replace(url);
9451
9451
  }
9452
9452
  }
9453
- 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 });
9454
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
9455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
9453
+ 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 });
9454
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9456
9456
  type: Injectable,
9457
9457
  args: [{
9458
9458
  providedIn: 'root'
@@ -9585,9 +9585,9 @@ class JwtInterceptor {
9585
9585
  });
9586
9586
  }
9587
9587
  }
9588
- 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 });
9589
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9588
+ 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 });
9589
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9591
9591
  type: Injectable
9592
9592
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
9593
9593
  type: Inject,
@@ -9620,9 +9620,9 @@ class UserSwitcherService {
9620
9620
  window.location.replace('/firm/dashboard');
9621
9621
  }
9622
9622
  }
9623
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9624
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9623
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9624
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9626
9626
  type: Injectable,
9627
9627
  args: [{
9628
9628
  providedIn: 'root'
@@ -9668,9 +9668,9 @@ class UserSwitcherInterceptor {
9668
9668
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9669
9669
  }
9670
9670
  }
9671
- 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 });
9672
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9671
+ 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 });
9672
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9674
9674
  type: Injectable
9675
9675
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9676
9676
  type: Inject,
@@ -9952,9 +9952,9 @@ class PreloaderService {
9952
9952
  this.activePreloaders.next(activePreloaders);
9953
9953
  }
9954
9954
  }
9955
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9956
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9955
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9956
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9958
9958
  type: Injectable,
9959
9959
  args: [{
9960
9960
  providedIn: 'root'
@@ -9982,9 +9982,9 @@ class PreloaderInterceptor {
9982
9982
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9983
9983
  }
9984
9984
  }
9985
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9986
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9987
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9985
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9986
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9987
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9988
9988
  type: Injectable
9989
9989
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9990
9990
 
@@ -10062,9 +10062,9 @@ class DataService {
10062
10062
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
10063
10063
  }
10064
10064
  }
10065
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10066
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
10067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
10065
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10066
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
10067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
10068
10068
  type: Injectable,
10069
10069
  args: [{
10070
10070
  providedIn: 'root'
@@ -10101,9 +10101,9 @@ class SseService {
10101
10101
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
10102
10102
  }
10103
10103
  }
10104
- 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 });
10105
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
10106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
10104
+ 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 });
10105
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
10106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
10107
10107
  type: Injectable,
10108
10108
  args: [{
10109
10109
  providedIn: 'root'
@@ -10317,9 +10317,9 @@ let RestService$1 = class RestService extends DataService {
10317
10317
  */
10318
10318
  listenEvents() { }
10319
10319
  };
10320
- 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 });
10321
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
10322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
10320
+ 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 });
10321
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
10322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
10323
10323
  type: Injectable,
10324
10324
  args: [{
10325
10325
  providedIn: 'root'
@@ -10462,9 +10462,9 @@ class ToastService {
10462
10462
  }));
10463
10463
  }
10464
10464
  }
10465
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10466
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
10467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
10465
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10466
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10468
10468
  type: Injectable,
10469
10469
  args: [{
10470
10470
  providedIn: 'root'
@@ -10542,9 +10542,9 @@ class BankConnectionService extends RestService$1 {
10542
10542
  });
10543
10543
  }
10544
10544
  }
10545
- 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 });
10546
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
10545
+ 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 });
10546
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10547
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10548
10548
  type: Injectable,
10549
10549
  args: [{
10550
10550
  providedIn: 'root'
@@ -10673,9 +10673,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10673
10673
  * How long we will wait accounts retrieving, break after timeout if not retireved
10674
10674
  */
10675
10675
  BasiqService.retrieveAccountsTimeout = 20000;
10676
- 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 });
10677
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10676
+ 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 });
10677
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10679
10679
  type: Injectable,
10680
10680
  args: [{
10681
10681
  providedIn: 'root'
@@ -10710,9 +10710,9 @@ class BasiqTokenService extends RestService$1 {
10710
10710
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10711
10711
  }
10712
10712
  }
10713
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10714
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10715
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10713
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10714
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10716
10716
  type: Injectable,
10717
10717
  args: [{
10718
10718
  providedIn: 'root'
@@ -10741,9 +10741,9 @@ class BasiqTokenInterceptor {
10741
10741
  });
10742
10742
  }
10743
10743
  }
10744
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10745
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10744
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10745
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10747
10747
  type: Injectable
10748
10748
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10749
10749
 
@@ -10925,9 +10925,9 @@ class UserService {
10925
10925
  });
10926
10926
  }
10927
10927
  }
10928
- 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 });
10929
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10928
+ 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 });
10929
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10931
10931
  type: Injectable,
10932
10932
  args: [{
10933
10933
  providedIn: 'root'
@@ -10957,17 +10957,17 @@ class BasiqClientIdInterceptor {
10957
10957
  });
10958
10958
  }
10959
10959
  }
10960
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10961
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10960
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10961
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10963
10963
  type: Injectable
10964
10964
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10965
10965
 
10966
10966
  class InterceptorsModule {
10967
10967
  }
10968
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10969
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10970
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10968
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10969
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10970
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10971
10971
  {
10972
10972
  provide: HTTP_INTERCEPTORS,
10973
10973
  useClass: CorelogicInterceptor,
@@ -11005,7 +11005,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
11005
11005
  multi: true
11006
11006
  }
11007
11007
  ] });
11008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
11008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
11009
11009
  type: NgModule,
11010
11010
  args: [{
11011
11011
  providers: [
@@ -11063,12 +11063,12 @@ class TtCoreModule {
11063
11063
  };
11064
11064
  }
11065
11065
  }
11066
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11067
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11066
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11067
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11068
11068
  InterceptorsModule] });
11069
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11069
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
11070
11070
  InterceptorsModule] });
11071
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
11071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
11072
11072
  type: NgModule,
11073
11073
  args: [{
11074
11074
  declarations: [],
@@ -12568,9 +12568,9 @@ class AddressService {
12568
12568
  return this.countriesSubject.asObservable();
12569
12569
  }
12570
12570
  }
12571
- 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 });
12572
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12571
+ 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 });
12572
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12574
12574
  type: Injectable,
12575
12575
  args: [{
12576
12576
  providedIn: 'root'
@@ -12638,9 +12638,9 @@ class BankAccountService extends RestService$1 {
12638
12638
  });
12639
12639
  }
12640
12640
  }
12641
- 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 });
12642
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12641
+ 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 });
12642
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12644
12644
  type: Injectable,
12645
12645
  args: [{
12646
12646
  providedIn: 'root'
@@ -12705,9 +12705,9 @@ class BankTransactionService extends RestService$1 {
12705
12705
  });
12706
12706
  }
12707
12707
  }
12708
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12709
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12708
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12709
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12711
12711
  type: Injectable,
12712
12712
  args: [{
12713
12713
  providedIn: 'root'
@@ -12734,9 +12734,9 @@ class BankService extends RestService$1 {
12734
12734
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12735
12735
  }
12736
12736
  }
12737
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12738
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12737
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12738
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12740
12740
  type: Injectable,
12741
12741
  args: [{
12742
12742
  providedIn: 'root'
@@ -12753,9 +12753,9 @@ class BudgetService extends RestService$1 {
12753
12753
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12754
12754
  }
12755
12755
  }
12756
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12757
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, providedIn: 'root' });
12758
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, decorators: [{
12756
+ BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12757
+ BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
12758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
12759
12759
  type: Injectable,
12760
12760
  args: [{
12761
12761
  providedIn: 'root'
@@ -12783,9 +12783,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12783
12783
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12784
12784
  }
12785
12785
  }
12786
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12787
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12786
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12787
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12789
12789
  type: Injectable,
12790
12790
  args: [{
12791
12791
  providedIn: 'root'
@@ -12825,9 +12825,9 @@ class ChartAccountsService extends RestService$1 {
12825
12825
  }));
12826
12826
  }
12827
12827
  }
12828
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12829
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12828
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12829
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12831
12831
  type: Injectable,
12832
12832
  args: [{
12833
12833
  providedIn: 'root'
@@ -12896,9 +12896,9 @@ class ChatService extends RestService$1 {
12896
12896
  });
12897
12897
  }
12898
12898
  }
12899
- 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 });
12900
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12901
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12899
+ 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 });
12900
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12902
12902
  type: Injectable,
12903
12903
  args: [{
12904
12904
  providedIn: 'root'
@@ -12955,9 +12955,9 @@ class MessageService extends RestService$1 {
12955
12955
  });
12956
12956
  }
12957
12957
  }
12958
- 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 });
12959
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12958
+ 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 });
12959
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12961
12961
  type: Injectable,
12962
12962
  args: [{
12963
12963
  providedIn: 'root'
@@ -13026,9 +13026,9 @@ class MessageDocumentService extends RestService$1 {
13026
13026
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
13027
13027
  }
13028
13028
  }
13029
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13030
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
13031
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
13029
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13030
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
13031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
13032
13032
  type: Injectable,
13033
13033
  args: [{
13034
13034
  providedIn: 'root'
@@ -13091,9 +13091,9 @@ class ReceiptService {
13091
13091
  return plainToClass(this.modelClass, data);
13092
13092
  }
13093
13093
  }
13094
- 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 });
13095
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
13096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
13094
+ 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 });
13095
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
13096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
13097
13097
  type: Injectable,
13098
13098
  args: [{
13099
13099
  providedIn: 'root'
@@ -13122,9 +13122,9 @@ class DepreciationReceiptService extends ReceiptService {
13122
13122
  this.listenEvents();
13123
13123
  }
13124
13124
  }
13125
- 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 });
13126
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
13127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
13125
+ 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 });
13126
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
13127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
13128
13128
  type: Injectable,
13129
13129
  args: [{
13130
13130
  providedIn: 'root'
@@ -13257,9 +13257,9 @@ class DepreciationService extends RestService$1 {
13257
13257
  });
13258
13258
  }
13259
13259
  }
13260
- 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 });
13261
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
13260
+ 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 });
13261
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
13263
13263
  type: Injectable,
13264
13264
  args: [{
13265
13265
  providedIn: 'root'
@@ -13309,9 +13309,9 @@ class DepreciationCapitalProjectService {
13309
13309
  }));
13310
13310
  }
13311
13311
  }
13312
- 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 });
13313
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13312
+ 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 });
13313
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13315
13315
  type: Injectable,
13316
13316
  args: [{
13317
13317
  providedIn: 'root'
@@ -13521,9 +13521,9 @@ class RestService {
13521
13521
  */
13522
13522
  listenEvents() { }
13523
13523
  }
13524
- 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 });
13525
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
13526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
13524
+ 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 });
13525
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13527
13527
  type: Injectable,
13528
13528
  args: [{
13529
13529
  providedIn: 'root'
@@ -13540,9 +13540,9 @@ class DocumentService extends RestService {
13540
13540
  this.modelClass = Document;
13541
13541
  }
13542
13542
  }
13543
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13544
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
13545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
13543
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13544
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13546
13546
  type: Injectable,
13547
13547
  args: [{
13548
13548
  providedIn: 'root'
@@ -13608,9 +13608,9 @@ class DocumentFolderService extends RestService {
13608
13608
  }));
13609
13609
  }
13610
13610
  }
13611
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13612
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13611
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13612
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13614
13614
  type: Injectable,
13615
13615
  args: [{
13616
13616
  providedIn: 'root'
@@ -13685,9 +13685,9 @@ FacebookService.authOptions = {
13685
13685
  auth_type: 'rerequest',
13686
13686
  return_scopes: true
13687
13687
  };
13688
- 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 });
13689
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13688
+ 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 });
13689
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13691
13691
  type: Injectable,
13692
13692
  args: [{
13693
13693
  providedIn: 'root'
@@ -13755,9 +13755,9 @@ class GoogleService {
13755
13755
  google.accounts.id.disableAutoSelect();
13756
13756
  }
13757
13757
  }
13758
- 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 });
13759
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13758
+ 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 });
13759
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13760
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13761
13761
  type: Injectable,
13762
13762
  args: [{
13763
13763
  providedIn: 'root'
@@ -13786,9 +13786,9 @@ class FileService extends RestService$1 {
13786
13786
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13787
13787
  }
13788
13788
  }
13789
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13790
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13789
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13790
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13792
13792
  type: Injectable,
13793
13793
  args: [{
13794
13794
  providedIn: 'root'
@@ -13805,9 +13805,9 @@ class ClientIncomeTypesService extends RestService$1 {
13805
13805
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13806
13806
  }
13807
13807
  }
13808
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13809
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13808
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13809
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13810
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13811
13811
  type: Injectable,
13812
13812
  args: [{
13813
13813
  providedIn: 'root'
@@ -13924,9 +13924,9 @@ class ClientInviteService extends RestService {
13924
13924
  });
13925
13925
  }
13926
13926
  }
13927
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13928
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13927
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13928
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13930
13930
  type: Injectable,
13931
13931
  args: [{
13932
13932
  providedIn: 'root'
@@ -14013,9 +14013,9 @@ class ClientMovementService extends RestService {
14013
14013
  });
14014
14014
  }
14015
14015
  }
14016
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14017
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
14018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
14016
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14017
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
14018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
14019
14019
  type: Injectable,
14020
14020
  args: [{
14021
14021
  providedIn: 'root'
@@ -14044,9 +14044,9 @@ class EmployeeService extends RestService {
14044
14044
  }));
14045
14045
  }
14046
14046
  }
14047
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14048
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
14049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
14047
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14048
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
14049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
14050
14050
  type: Injectable,
14051
14051
  args: [{
14052
14052
  providedIn: 'root'
@@ -14087,9 +14087,9 @@ class EmployeeInviteService extends RestService {
14087
14087
  }));
14088
14088
  }
14089
14089
  }
14090
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14091
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
14092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
14090
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14091
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
14092
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
14093
14093
  type: Injectable,
14094
14094
  args: [{
14095
14095
  providedIn: 'root'
@@ -14114,9 +14114,9 @@ class ClientPortfolioReportService {
14114
14114
  }));
14115
14115
  }
14116
14116
  }
14117
- 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 });
14118
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
14119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
14117
+ 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 });
14118
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
14119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
14120
14120
  type: Injectable,
14121
14121
  args: [{
14122
14122
  providedIn: 'root'
@@ -14178,9 +14178,9 @@ class FirmService {
14178
14178
  }));
14179
14179
  }
14180
14180
  }
14181
- 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 });
14182
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
14183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
14181
+ 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 });
14182
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
14183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
14184
14184
  type: Injectable,
14185
14185
  args: [{
14186
14186
  providedIn: 'root'
@@ -14254,9 +14254,9 @@ class IncomeSourceForecastService extends RestService {
14254
14254
  }).flat();
14255
14255
  }
14256
14256
  }
14257
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14258
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14257
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14258
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14260
14260
  type: Injectable,
14261
14261
  args: [{
14262
14262
  providedIn: 'root'
@@ -14326,9 +14326,9 @@ class SalaryForecastService extends RestService {
14326
14326
  }).flat();
14327
14327
  }
14328
14328
  }
14329
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14330
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
14329
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14330
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
14332
14332
  type: Injectable,
14333
14333
  args: [{
14334
14334
  providedIn: 'root'
@@ -14404,9 +14404,9 @@ class SoleForecastService extends RestService {
14404
14404
  });
14405
14405
  }
14406
14406
  }
14407
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14408
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
14407
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14408
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
14410
14410
  type: Injectable,
14411
14411
  args: [{
14412
14412
  providedIn: 'root'
@@ -14485,9 +14485,9 @@ class IncomeSourceService extends RestService {
14485
14485
  });
14486
14486
  }
14487
14487
  }
14488
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14489
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
14488
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14489
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14491
14491
  type: Injectable,
14492
14492
  args: [{
14493
14493
  providedIn: 'root'
@@ -14548,9 +14548,9 @@ class BorrowingExpenseService {
14548
14548
  }));
14549
14549
  }
14550
14550
  }
14551
- 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 });
14552
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14551
+ 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 });
14552
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14554
14554
  type: Injectable,
14555
14555
  args: [{
14556
14556
  providedIn: 'root'
@@ -14630,9 +14630,9 @@ class LoanService extends RestService$1 {
14630
14630
  }));
14631
14631
  }
14632
14632
  }
14633
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14634
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14633
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14634
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14636
14636
  type: Injectable,
14637
14637
  args: [{
14638
14638
  providedIn: 'root'
@@ -14649,9 +14649,9 @@ class BorrowingReportService extends RestService$1 {
14649
14649
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14650
14650
  }
14651
14651
  }
14652
- BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14653
- BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
14654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingReportService, decorators: [{
14652
+ BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14653
+ BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
14654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, decorators: [{
14655
14655
  type: Injectable,
14656
14656
  args: [{
14657
14657
  providedIn: 'root'
@@ -14677,9 +14677,9 @@ class PropertyCategoryService extends RestService$1 {
14677
14677
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14678
14678
  }
14679
14679
  }
14680
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14681
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14680
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14681
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14683
14683
  type: Injectable,
14684
14684
  args: [{
14685
14685
  providedIn: 'root'
@@ -14695,9 +14695,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14695
14695
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14696
14696
  }
14697
14697
  }
14698
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14699
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14698
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14699
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14701
14701
  type: Injectable,
14702
14702
  args: [{
14703
14703
  providedIn: 'root'
@@ -14739,9 +14739,9 @@ class PropertyDocumentService extends RestService$1 {
14739
14739
  });
14740
14740
  }
14741
14741
  }
14742
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14743
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14744
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14742
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14743
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14745
14745
  type: Injectable,
14746
14746
  args: [{
14747
14747
  providedIn: 'root'
@@ -14820,9 +14820,9 @@ class TaxExemptionService extends DataService {
14820
14820
  this.setCache(TaxExemptions);
14821
14821
  }
14822
14822
  }
14823
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14824
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14823
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14824
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14826
14826
  type: Injectable,
14827
14827
  args: [{
14828
14828
  providedIn: 'root'
@@ -14838,9 +14838,9 @@ class PropertySaleService extends RestService$1 {
14838
14838
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14839
14839
  }
14840
14840
  }
14841
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14842
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14841
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14842
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14844
14844
  type: Injectable,
14845
14845
  args: [{
14846
14846
  providedIn: 'root'
@@ -14887,9 +14887,9 @@ class PropertyShareService extends RestService$1 {
14887
14887
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14888
14888
  }
14889
14889
  }
14890
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14891
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14892
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14890
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14891
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14893
14893
  type: Injectable,
14894
14894
  args: [{
14895
14895
  providedIn: 'root'
@@ -14986,9 +14986,9 @@ class PropertyService extends RestService$1 {
14986
14986
  }));
14987
14987
  }
14988
14988
  }
14989
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14990
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14991
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14989
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14990
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14992
14992
  type: Injectable,
14993
14993
  args: [{
14994
14994
  providedIn: 'root'
@@ -15042,9 +15042,9 @@ class ServiceNotificationService extends RestService {
15042
15042
  });
15043
15043
  }
15044
15044
  }
15045
- 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 });
15046
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
15047
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
15045
+ 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 });
15046
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
15047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
15048
15048
  type: Injectable,
15049
15049
  args: [{
15050
15050
  providedIn: 'root'
@@ -15093,9 +15093,9 @@ class SoleBusinessService extends RestService {
15093
15093
  }));
15094
15094
  }
15095
15095
  }
15096
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15097
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
15098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
15096
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15097
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
15098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
15099
15099
  type: Injectable,
15100
15100
  args: [{
15101
15101
  providedIn: 'root'
@@ -15110,9 +15110,9 @@ class SoleBusinessActivityService extends RestService {
15110
15110
  this.isHydra = true;
15111
15111
  }
15112
15112
  }
15113
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15114
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
15115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
15113
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15114
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
15115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
15116
15116
  type: Injectable,
15117
15117
  args: [{
15118
15118
  providedIn: 'root'
@@ -15138,9 +15138,9 @@ class SoleBusinessLossService extends RestService {
15138
15138
  });
15139
15139
  }
15140
15140
  }
15141
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15142
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
15143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
15141
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15142
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
15143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
15144
15144
  type: Injectable,
15145
15145
  args: [{
15146
15146
  providedIn: 'root'
@@ -15158,9 +15158,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
15158
15158
  this.isHydra = true;
15159
15159
  }
15160
15160
  }
15161
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15162
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
15161
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15162
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
15164
15164
  type: Injectable,
15165
15165
  args: [{
15166
15166
  providedIn: 'root'
@@ -15175,9 +15175,9 @@ class SoleContactService extends RestService {
15175
15175
  this.isHydra = true;
15176
15176
  }
15177
15177
  }
15178
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15179
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
15180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
15178
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15179
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
15180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
15181
15181
  type: Injectable,
15182
15182
  args: [{
15183
15183
  providedIn: 'root'
@@ -15233,9 +15233,9 @@ class SoleDepreciationMethodService {
15233
15233
  });
15234
15234
  }
15235
15235
  }
15236
- 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 });
15237
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15236
+ 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 });
15237
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15239
15239
  type: Injectable,
15240
15240
  args: [{
15241
15241
  providedIn: 'root'
@@ -15288,9 +15288,9 @@ class SoleDetailsService {
15288
15288
  }));
15289
15289
  }
15290
15290
  }
15291
- 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 });
15292
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
15291
+ 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 });
15292
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
15294
15294
  type: Injectable,
15295
15295
  args: [{
15296
15296
  providedIn: 'root'
@@ -15363,9 +15363,9 @@ class SoleInvoiceService extends RestService {
15363
15363
  });
15364
15364
  }
15365
15365
  }
15366
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15367
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
15366
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15367
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
15369
15369
  type: Injectable,
15370
15370
  args: [{
15371
15371
  providedIn: 'root'
@@ -15380,9 +15380,9 @@ class SoleInvoiceTemplateService extends RestService {
15380
15380
  this.isHydra = true;
15381
15381
  }
15382
15382
  }
15383
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15384
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15383
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15384
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15386
15386
  type: Injectable,
15387
15387
  args: [{
15388
15388
  providedIn: 'root'
@@ -15397,9 +15397,9 @@ class BasReportService extends RestService {
15397
15397
  this.isHydra = true;
15398
15398
  }
15399
15399
  }
15400
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15401
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
15402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
15400
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15401
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
15402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
15403
15403
  type: Injectable,
15404
15404
  args: [{
15405
15405
  providedIn: 'root'
@@ -15425,9 +15425,9 @@ class ServicePaymentService extends RestService$1 {
15425
15425
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15426
15426
  }
15427
15427
  }
15428
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15429
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
15428
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15429
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
15431
15431
  type: Injectable,
15432
15432
  args: [{
15433
15433
  providedIn: 'root'
@@ -15475,9 +15475,9 @@ class ServicePaymentMethodService extends RestService$1 {
15475
15475
  });
15476
15476
  }
15477
15477
  }
15478
- 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 });
15479
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15480
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15478
+ 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 });
15479
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15481
15481
  type: Injectable,
15482
15482
  args: [{
15483
15483
  providedIn: 'root'
@@ -15500,9 +15500,9 @@ class ServicePriceService extends RestService$1 {
15500
15500
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15501
15501
  }
15502
15502
  }
15503
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15504
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
15503
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15504
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15506
15506
  type: Injectable,
15507
15507
  args: [{
15508
15508
  providedIn: 'root'
@@ -15617,9 +15617,9 @@ class SubscriptionService extends RestService$1 {
15617
15617
  });
15618
15618
  }
15619
15619
  }
15620
- 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 });
15621
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
15620
+ 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 });
15621
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15623
15623
  type: Injectable,
15624
15624
  args: [{
15625
15625
  providedIn: 'root'
@@ -15639,9 +15639,9 @@ class ServiceProductService extends RestService$1 {
15639
15639
  this.isApiPlatform = true;
15640
15640
  }
15641
15641
  }
15642
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15643
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15642
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15643
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15645
15645
  type: Injectable,
15646
15646
  args: [{
15647
15647
  providedIn: 'root'
@@ -15673,9 +15673,9 @@ class TaxReviewHistoryService extends RestService {
15673
15673
  });
15674
15674
  }
15675
15675
  }
15676
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15677
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15676
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15677
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15679
15679
  type: Injectable,
15680
15680
  args: [{
15681
15681
  providedIn: 'root'
@@ -15764,9 +15764,9 @@ class TaxReviewService extends RestService {
15764
15764
  });
15765
15765
  }
15766
15766
  }
15767
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15768
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15769
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15767
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15768
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15769
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15770
15770
  type: Injectable,
15771
15771
  args: [{
15772
15772
  providedIn: 'root'
@@ -15823,9 +15823,9 @@ class TaxSummaryService {
15823
15823
  });
15824
15824
  }
15825
15825
  }
15826
- 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 });
15827
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15826
+ 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 });
15827
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15829
15829
  type: Injectable,
15830
15830
  args: [{
15831
15831
  providedIn: 'root'
@@ -15844,9 +15844,9 @@ class AllocationRuleService extends RestService$1 {
15844
15844
  this.isApiPlatform = true;
15845
15845
  }
15846
15846
  }
15847
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15848
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15847
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15848
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15850
15850
  type: Injectable,
15851
15851
  args: [{
15852
15852
  providedIn: 'root'
@@ -15936,9 +15936,9 @@ class TransactionAllocationService extends RestService {
15936
15936
  });
15937
15937
  }
15938
15938
  }
15939
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15940
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15939
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15940
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15941
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15942
15942
  type: Injectable,
15943
15943
  args: [{
15944
15944
  providedIn: 'root'
@@ -15964,9 +15964,9 @@ class TransactionReceiptService extends ReceiptService {
15964
15964
  this.listenEvents();
15965
15965
  }
15966
15966
  }
15967
- 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 });
15968
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15967
+ 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 });
15968
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15970
15970
  type: Injectable,
15971
15971
  args: [{
15972
15972
  providedIn: 'root'
@@ -16275,9 +16275,9 @@ class TransactionService extends RestService {
16275
16275
  });
16276
16276
  }
16277
16277
  }
16278
- 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 });
16279
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
16280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
16278
+ 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 });
16279
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
16280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
16281
16281
  type: Injectable,
16282
16282
  args: [{
16283
16283
  providedIn: 'root'
@@ -16306,9 +16306,9 @@ class TutorialVideoService {
16306
16306
  }
16307
16307
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
16308
16308
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16309
- 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 });
16310
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
16309
+ 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 });
16310
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
16312
16312
  type: Injectable,
16313
16313
  args: [{
16314
16314
  providedIn: 'root'
@@ -16328,9 +16328,9 @@ class VehicleService extends RestService {
16328
16328
  this.modelClass = Vehicle;
16329
16329
  }
16330
16330
  }
16331
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16332
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
16333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
16331
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16332
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
16333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
16334
16334
  type: Injectable,
16335
16335
  args: [{
16336
16336
  providedIn: 'root'
@@ -16402,9 +16402,9 @@ class VehicleClaimService extends RestService {
16402
16402
  combineLatest(batch$).subscribe();
16403
16403
  }
16404
16404
  }
16405
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16406
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
16405
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16406
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
16408
16408
  type: Injectable,
16409
16409
  args: [{
16410
16410
  providedIn: 'root'
@@ -16481,9 +16481,9 @@ class VehicleClaimDetailsService {
16481
16481
  this.update(vehicleClaimDetails).subscribe();
16482
16482
  }
16483
16483
  }
16484
- 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 });
16485
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16486
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16484
+ 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 });
16485
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16487
16487
  type: Injectable,
16488
16488
  args: [{
16489
16489
  providedIn: 'root'
@@ -16503,9 +16503,9 @@ class VehicleLogbookService extends RestService {
16503
16503
  this.modelClass = VehicleLogbook;
16504
16504
  }
16505
16505
  }
16506
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16507
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
16506
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16507
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16509
16509
  type: Injectable,
16510
16510
  args: [{
16511
16511
  providedIn: 'root'
@@ -16522,9 +16522,9 @@ class AnnualClientDetailsService extends RestService$1 {
16522
16522
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16523
16523
  }
16524
16524
  }
16525
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16526
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16525
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16526
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16527
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16528
16528
  type: Injectable,
16529
16529
  args: [{
16530
16530
  providedIn: 'root'
@@ -16555,9 +16555,9 @@ class OccupationService {
16555
16555
  return this.occupationsSubject.asObservable();
16556
16556
  }
16557
16557
  }
16558
- 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 });
16559
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
16560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
16558
+ 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 });
16559
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16561
16561
  type: Injectable,
16562
16562
  args: [{
16563
16563
  providedIn: 'root'
@@ -16601,9 +16601,9 @@ class UserEventSettingService extends RestService {
16601
16601
  }));
16602
16602
  }
16603
16603
  }
16604
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16605
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
16604
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16605
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16607
16607
  type: Injectable,
16608
16608
  args: [{
16609
16609
  providedIn: 'root'
@@ -16618,9 +16618,9 @@ class UserEventTypeService extends RestService {
16618
16618
  this.isHydra = true;
16619
16619
  }
16620
16620
  }
16621
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16622
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
16621
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16622
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16624
16624
  type: Injectable,
16625
16625
  args: [{
16626
16626
  providedIn: 'root'
@@ -16637,9 +16637,9 @@ class UsersInviteService extends RestService {
16637
16637
  this.url = 'users/invite';
16638
16638
  }
16639
16639
  }
16640
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16641
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16642
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16640
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16641
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16643
16643
  type: Injectable,
16644
16644
  args: [{
16645
16645
  providedIn: 'root'
@@ -16659,9 +16659,9 @@ class HoldingService extends RestService$1 {
16659
16659
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16660
16660
  }
16661
16661
  }
16662
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16663
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16664
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16662
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16663
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16665
16665
  type: Injectable,
16666
16666
  args: [{
16667
16667
  providedIn: 'root'
@@ -16678,9 +16678,9 @@ class HoldingTypeService extends RestService$1 {
16678
16678
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16679
16679
  }
16680
16680
  }
16681
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16682
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16683
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16681
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16682
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16683
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16684
16684
  type: Injectable,
16685
16685
  args: [{
16686
16686
  providedIn: 'root'
@@ -16697,9 +16697,9 @@ class HoldingSaleService extends RestService$1 {
16697
16697
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16698
16698
  }
16699
16699
  }
16700
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16701
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16700
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16701
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16703
16703
  type: Injectable,
16704
16704
  args: [{
16705
16705
  providedIn: 'root'
@@ -16794,9 +16794,9 @@ class HoldingTypeExchangeService extends DataService {
16794
16794
  this.setCache(HoldingTypeExchanges);
16795
16795
  }
16796
16796
  }
16797
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16798
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16797
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16798
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16800
16800
  type: Injectable,
16801
16801
  args: [{
16802
16802
  providedIn: 'root'
@@ -16900,9 +16900,9 @@ class IncomeSourceTypeService extends DataService {
16900
16900
  this.setCache(IncomeSourceTypes);
16901
16901
  }
16902
16902
  }
16903
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16904
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16905
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16903
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16904
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16905
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16906
16906
  type: Injectable,
16907
16907
  args: [{
16908
16908
  providedIn: 'root'
@@ -16924,9 +16924,9 @@ class ChartAccountsValueService extends DataService {
16924
16924
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16925
16925
  }
16926
16926
  }
16927
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16928
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16927
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16928
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16930
16930
  type: Injectable,
16931
16931
  args: [{
16932
16932
  providedIn: 'root'
@@ -19016,9 +19016,9 @@ class TaxReturnItemService extends DataService {
19016
19016
  this.setCache(TaxReturnItems);
19017
19017
  }
19018
19018
  }
19019
- TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19020
- TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
19021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReturnItemService, decorators: [{
19019
+ TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19020
+ TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
19021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
19022
19022
  type: Injectable,
19023
19023
  args: [{
19024
19024
  providedIn: 'root'
@@ -19238,9 +19238,9 @@ class AccountSetupService {
19238
19238
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
19239
19239
  }
19240
19240
  }
19241
- 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 });
19242
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
19243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
19241
+ 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 });
19242
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
19243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
19244
19244
  type: Injectable,
19245
19245
  args: [{
19246
19246
  providedIn: 'root'
@@ -19266,9 +19266,9 @@ class RewardfulService {
19266
19266
  });
19267
19267
  }
19268
19268
  }
19269
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19270
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19271
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
19269
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19270
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
19272
19272
  type: Injectable,
19273
19273
  args: [{
19274
19274
  providedIn: 'root'
@@ -19313,9 +19313,9 @@ class AssetsService {
19313
19313
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
19314
19314
  }
19315
19315
  }
19316
- 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 });
19317
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
19318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
19316
+ 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 });
19317
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
19318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
19319
19319
  type: Injectable,
19320
19320
  args: [{
19321
19321
  providedIn: 'root'
@@ -19374,9 +19374,9 @@ class BankTransactionCalculationService {
19374
19374
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
19375
19375
  }
19376
19376
  }
19377
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19378
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19377
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19378
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19380
19380
  type: Injectable,
19381
19381
  args: [{
19382
19382
  providedIn: 'root'
@@ -19405,9 +19405,9 @@ class BankAccountCalculationService {
19405
19405
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
19406
19406
  }
19407
19407
  }
19408
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19409
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19408
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19409
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19411
19411
  type: Injectable,
19412
19412
  args: [{
19413
19413
  providedIn: 'root'
@@ -19435,9 +19435,9 @@ class ExportFormatterService {
19435
19435
  }));
19436
19436
  }
19437
19437
  }
19438
- 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 });
19439
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
19438
+ 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 });
19439
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
19441
19441
  type: Injectable,
19442
19442
  args: [{
19443
19443
  providedIn: 'root'
@@ -19458,9 +19458,9 @@ class HeaderTitleService {
19458
19458
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
19459
19459
  }
19460
19460
  }
19461
- 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 });
19462
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
19461
+ 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 });
19462
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
19464
19464
  type: Injectable,
19465
19465
  args: [{
19466
19466
  providedIn: 'root'
@@ -19494,9 +19494,9 @@ class IntercomService {
19494
19494
  window.Intercom('boot', connectionCredentials);
19495
19495
  }
19496
19496
  }
19497
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19498
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
19499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
19497
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19498
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
19499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
19500
19500
  type: Injectable,
19501
19501
  args: [{
19502
19502
  providedIn: 'root'
@@ -19566,9 +19566,9 @@ class PdfFromDomElementService {
19566
19566
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
19567
19567
  }
19568
19568
  }
19569
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19570
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19569
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19570
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19572
19572
  type: Injectable,
19573
19573
  args: [{
19574
19574
  providedIn: 'root'
@@ -19662,9 +19662,9 @@ class PdfFromTableService {
19662
19662
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
19663
19663
  }
19664
19664
  }
19665
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19666
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
19665
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19666
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
19668
19668
  type: Injectable,
19669
19669
  args: [{
19670
19670
  providedIn: 'root'
@@ -19703,9 +19703,9 @@ class PdfFromDataTableService extends PdfFromTableService {
19703
19703
  return pdf;
19704
19704
  }
19705
19705
  }
19706
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19707
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19708
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19706
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19707
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19709
19709
  type: Injectable,
19710
19710
  args: [{
19711
19711
  providedIn: 'root'
@@ -19741,9 +19741,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
19741
19741
  return pdf;
19742
19742
  }
19743
19743
  }
19744
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19745
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19744
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19745
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19747
19747
  type: Injectable,
19748
19748
  args: [{
19749
19749
  providedIn: 'root'
@@ -19770,9 +19770,9 @@ class EquityPositionChartService {
19770
19770
  }))));
19771
19771
  }
19772
19772
  }
19773
- 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 });
19774
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19775
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
19773
+ 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 });
19774
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
19776
19776
  type: Injectable,
19777
19777
  args: [{
19778
19778
  providedIn: 'root'
@@ -19925,9 +19925,9 @@ class PropertyCalculationService {
19925
19925
  }
19926
19926
  }
19927
19927
  }
19928
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19929
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
19930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
19928
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19929
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
19930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
19931
19931
  type: Injectable,
19932
19932
  args: [{
19933
19933
  providedIn: 'root'
@@ -19980,9 +19980,9 @@ class PropertyTransactionReportService {
19980
19980
  .getWithoutBorrowingExpenses()));
19981
19981
  }
19982
19982
  }
19983
- 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 });
19984
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
19985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19983
+ 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 });
19984
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
19985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19986
19986
  type: Injectable,
19987
19987
  args: [{
19988
19988
  providedIn: 'root'
@@ -20050,9 +20050,9 @@ class TransactionCalculationService {
20050
20050
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
20051
20051
  }
20052
20052
  }
20053
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20054
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
20055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
20053
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20054
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
20055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
20056
20056
  type: Injectable,
20057
20057
  args: [{
20058
20058
  providedIn: 'root'
@@ -20112,9 +20112,9 @@ class LogbookBestPeriodService {
20112
20112
  });
20113
20113
  }
20114
20114
  }
20115
- 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 });
20116
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
20117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
20115
+ 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 });
20116
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
20117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
20118
20118
  type: Injectable,
20119
20119
  args: [{
20120
20120
  providedIn: 'root'
@@ -20192,9 +20192,9 @@ class XlsxService {
20192
20192
  FileSaver.saveAs(data, `${fileName}.xlsx`);
20193
20193
  }
20194
20194
  }
20195
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20196
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
20197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
20195
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20196
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
20197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
20198
20198
  type: Injectable,
20199
20199
  args: [{
20200
20200
  providedIn: 'root'