taxtank-core 0.29.2 → 0.29.4

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 (585) hide show
  1. package/bundles/taxtank-core.umd.js +333 -329
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/collections/tax-summary/tax-return-categories.const.js +6 -6
  4. package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
  5. package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
  6. package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
  7. package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
  8. package/esm2015/lib/interceptors/interceptors.module.js +4 -4
  9. package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
  10. package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
  11. package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
  12. package/esm2015/lib/models/service-subscription/service-subscription.js +1 -6
  13. package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
  14. package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
  15. package/esm2015/lib/services/asset/assets.service.js +3 -3
  16. package/esm2015/lib/services/auth/auth.service.js +3 -3
  17. package/esm2015/lib/services/auth/jwt.service.js +3 -3
  18. package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
  19. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
  20. package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
  21. package/esm2015/lib/services/event/sse.service.js +3 -3
  22. package/esm2015/lib/services/export/export-formatter.service.js +3 -3
  23. package/esm2015/lib/services/header-title/header-title.service.js +3 -3
  24. package/esm2015/lib/services/http/address/address.service.js +3 -3
  25. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
  26. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
  27. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
  28. package/esm2015/lib/services/http/bank/bank.service.js +3 -3
  29. package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
  30. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
  31. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
  32. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
  33. package/esm2015/lib/services/http/chat/chat.service.js +3 -3
  34. package/esm2015/lib/services/http/chat/message-document.service.js +3 -3
  35. package/esm2015/lib/services/http/chat/message.service.js +3 -3
  36. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
  37. package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
  38. package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
  39. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
  40. package/esm2015/lib/services/http/document/document.service.js +3 -3
  41. package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
  42. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
  43. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
  44. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
  45. package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
  46. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
  47. package/esm2015/lib/services/http/firm/firm.service.js +3 -3
  48. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
  49. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
  50. package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
  51. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
  52. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
  53. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
  54. package/esm2015/lib/services/http/loan/loan.service.js +3 -3
  55. package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
  56. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
  57. package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
  58. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
  59. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
  60. package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
  61. package/esm2015/lib/services/http/property/property.service.js +3 -3
  62. package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
  63. package/esm2015/lib/services/http/rest/rest-old.service.js +3 -3
  64. package/esm2015/lib/services/http/rest/rest.service.js +3 -3
  65. package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
  66. package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
  67. package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
  68. package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
  69. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
  70. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
  71. package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
  72. package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
  73. package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
  74. package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
  75. package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
  76. package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
  77. package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
  78. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
  79. package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
  80. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
  81. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
  82. package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
  83. package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
  84. package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
  85. package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
  86. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
  87. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
  88. package/esm2015/lib/services/http/user/user.service.js +3 -3
  89. package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
  90. package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
  91. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
  92. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
  93. package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
  94. package/esm2015/lib/services/intercom/intercom.service.js +3 -3
  95. package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
  96. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
  97. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
  98. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
  99. package/esm2015/lib/services/preloader/preloader.service.js +3 -3
  100. package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
  101. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
  102. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
  103. package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
  104. package/esm2015/lib/services/toast/toast.service.js +3 -3
  105. package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
  106. package/esm2015/lib/services/user/user-switcher.service.js +3 -3
  107. package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
  108. package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
  109. package/esm2015/lib/tt-core.module.js +4 -4
  110. package/fesm2015/taxtank-core.js +322 -327
  111. package/fesm2015/taxtank-core.js.map +1 -1
  112. package/package.json +1 -1
  113. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  114. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  115. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  116. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  117. package/lib/collections/chat/chat.collection.d.ts.map +0 -1
  118. package/lib/collections/chat/index.d.ts.map +0 -1
  119. package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
  120. package/lib/collections/chat/message.collection.d.ts.map +0 -1
  121. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  122. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  123. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  124. package/lib/collections/client.collection.d.ts.map +0 -1
  125. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  126. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  127. package/lib/collections/employee.collection.d.ts.map +0 -1
  128. package/lib/collections/income-source.collection.d.ts.map +0 -1
  129. package/lib/collections/index.d.ts.map +0 -1
  130. package/lib/collections/loan/index.d.ts.map +0 -1
  131. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  132. package/lib/collections/property/index.d.ts.map +0 -1
  133. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  134. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  135. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  136. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  137. package/lib/collections/property/property.collection.d.ts.map +0 -1
  138. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  139. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  140. package/lib/collections/report/index.d.ts.map +0 -1
  141. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  142. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  143. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  144. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  145. package/lib/collections/sole/index.d.ts.map +0 -1
  146. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  147. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  148. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  149. package/lib/collections/subscription/index.d.ts.map +0 -1
  150. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  151. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  152. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  153. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  154. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  155. package/lib/collections/transaction/index.d.ts.map +0 -1
  156. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  157. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  158. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  159. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  160. package/lib/collections/vehicle/index.d.ts.map +0 -1
  161. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  162. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  163. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  164. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +0 -1
  165. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +0 -1
  166. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +0 -1
  167. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  168. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  169. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  170. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  171. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  172. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  173. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  174. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  175. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  176. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  177. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  178. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  179. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  180. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  181. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  182. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  183. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  184. package/lib/forms/abstract.form.d.ts.map +0 -1
  185. package/lib/forms/address/address.form.d.ts.map +0 -1
  186. package/lib/forms/address/index.d.ts.map +0 -1
  187. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  188. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  189. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  190. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  191. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  192. package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
  193. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  194. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  195. package/lib/forms/depreciation/index.d.ts.map +0 -1
  196. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  197. package/lib/forms/index.d.ts.map +0 -1
  198. package/lib/forms/loan/index.d.ts.map +0 -1
  199. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  200. package/lib/forms/login/login.form.d.ts.map +0 -1
  201. package/lib/forms/phone/index.d.ts.map +0 -1
  202. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  203. package/lib/forms/property/index.d.ts.map +0 -1
  204. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  205. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  206. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  207. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  208. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  209. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  210. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  211. 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
  212. 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
  213. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  214. 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
  215. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  216. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  217. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  218. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  219. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  220. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  221. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  222. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  223. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  224. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  225. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  226. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  227. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  228. package/lib/forms/sole/index.d.ts.map +0 -1
  229. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  230. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  231. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  232. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  233. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  234. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  235. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  236. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  237. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  238. package/lib/forms/transaction/index.d.ts.map +0 -1
  239. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  240. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  241. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  242. package/lib/forms/transaction/work-income.form.d.ts.map +0 -1
  243. package/lib/forms/user/index.d.ts.map +0 -1
  244. package/lib/forms/user/password.form.d.ts.map +0 -1
  245. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  246. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  247. package/lib/forms/vehicle/index.d.ts.map +0 -1
  248. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  249. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  250. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  251. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  252. package/lib/functions/clone-deep.d.ts.map +0 -1
  253. package/lib/functions/create-date.d.ts.map +0 -1
  254. package/lib/functions/enum-to-list.d.ts.map +0 -1
  255. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  256. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  257. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  258. package/lib/functions/round-to.d.ts.map +0 -1
  259. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  260. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  261. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  262. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  263. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  264. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  265. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  266. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  267. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  268. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  269. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  270. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  271. package/lib/interfaces/index.d.ts.map +0 -1
  272. package/lib/interfaces/option.interface.d.ts.map +0 -1
  273. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  274. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  275. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  276. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  277. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  278. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  279. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  280. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  281. package/lib/models/badge/badge.d.ts.map +0 -1
  282. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  283. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  284. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  285. package/lib/models/bank/bank-account.d.ts.map +0 -1
  286. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  287. package/lib/models/bank/bank-login-data.d.ts.map +0 -1
  288. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  289. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  290. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  291. package/lib/models/bank/index.d.ts.map +0 -1
  292. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  293. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  294. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  295. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  296. package/lib/models/chart/chart-data.d.ts.map +0 -1
  297. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  298. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  299. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  300. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  301. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  302. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  303. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  304. package/lib/models/chat/chat.d.ts.map +0 -1
  305. package/lib/models/chat/index.d.ts.map +0 -1
  306. package/lib/models/chat/message-document.d.ts.map +0 -1
  307. package/lib/models/chat/message.d.ts.map +0 -1
  308. package/lib/models/client/client-details.d.ts.map +0 -1
  309. package/lib/models/client/client-income-types.d.ts.map +0 -1
  310. package/lib/models/client/client-invite.d.ts.map +0 -1
  311. package/lib/models/client/client-movement.d.ts.map +0 -1
  312. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  313. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  314. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  315. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  316. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  317. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  318. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  319. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  320. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  321. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  322. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  323. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  324. package/lib/models/depreciation/index.d.ts.map +0 -1
  325. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  326. package/lib/models/dictionary/index.d.ts.map +0 -1
  327. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  328. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  329. package/lib/models/document/document-folder.d.ts.map +0 -1
  330. package/lib/models/document/document.d.ts.map +0 -1
  331. package/lib/models/document/index.d.ts.map +0 -1
  332. package/lib/models/employee/employee-details.d.ts.map +0 -1
  333. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  334. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  335. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  336. package/lib/models/event/index.d.ts.map +0 -1
  337. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  338. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  339. package/lib/models/export/export-row.d.ts.map +0 -1
  340. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  341. package/lib/models/financial-year/index.d.ts.map +0 -1
  342. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  343. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  344. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  345. package/lib/models/firm/firm.d.ts.map +0 -1
  346. package/lib/models/income-position/income-position.d.ts.map +0 -1
  347. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  348. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  349. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  350. package/lib/models/income-source/income-source.d.ts.map +0 -1
  351. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  352. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  353. package/lib/models/index.d.ts.map +0 -1
  354. package/lib/models/loan/index.d.ts.map +0 -1
  355. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  356. package/lib/models/notification/index.d.ts.map +0 -1
  357. package/lib/models/notification/notification.d.ts.map +0 -1
  358. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  359. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  360. package/lib/models/phone/phone.d.ts.map +0 -1
  361. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  362. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  363. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  364. package/lib/models/property/index.d.ts.map +0 -1
  365. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  366. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  367. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  368. package/lib/models/property/property-share.d.ts.map +0 -1
  369. package/lib/models/property/property.d.ts.map +0 -1
  370. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  371. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  372. package/lib/models/report/index.d.ts.map +0 -1
  373. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  374. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  375. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  376. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  377. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  378. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  379. package/lib/models/sole/bas-report.d.ts.map +0 -1
  380. package/lib/models/sole/index.d.ts.map +0 -1
  381. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  382. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  383. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  384. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  385. package/lib/models/sole/sole-business.d.ts.map +0 -1
  386. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  387. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  388. package/lib/models/sole/sole-details.d.ts.map +0 -1
  389. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  390. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  391. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  392. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  393. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  394. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  395. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  396. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  397. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  398. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  399. package/lib/models/toast/toast.d.ts.map +0 -1
  400. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  401. package/lib/models/transaction/index.d.ts.map +0 -1
  402. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  403. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  404. package/lib/models/transaction/transaction-metadata.d.ts.map +0 -1
  405. package/lib/models/transaction/transaction.d.ts.map +0 -1
  406. package/lib/models/user/index.d.ts.map +0 -1
  407. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  408. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  409. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  410. package/lib/models/user/my-account-history.d.ts.map +0 -1
  411. package/lib/models/user/occupation.d.ts.map +0 -1
  412. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  413. package/lib/models/user/user-to-register.d.ts.map +0 -1
  414. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  415. package/lib/models/user/user.d.ts.map +0 -1
  416. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  417. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  418. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  419. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  420. package/lib/models/vehicle/index.d.ts.map +0 -1
  421. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  422. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  423. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  424. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  425. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  426. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  427. package/lib/services/account-setup/index.d.ts.map +0 -1
  428. package/lib/services/affiliate/index.d.ts.map +0 -1
  429. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  430. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  431. package/lib/services/asset/assets.service.d.ts.map +0 -1
  432. package/lib/services/asset/index.d.ts.map +0 -1
  433. package/lib/services/auth/auth.service.d.ts.map +0 -1
  434. package/lib/services/auth/index.d.ts.map +0 -1
  435. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  436. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  437. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  438. package/lib/services/bank/index.d.ts.map +0 -1
  439. package/lib/services/event/index.d.ts.map +0 -1
  440. package/lib/services/event/sse.service.d.ts.map +0 -1
  441. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  442. package/lib/services/export/index.d.ts.map +0 -1
  443. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  444. package/lib/services/header-title/index.d.ts.map +0 -1
  445. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  446. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  447. package/lib/services/http/document/document.service.d.ts.map +0 -1
  448. package/lib/services/http/document/index.d.ts.map +0 -1
  449. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  450. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  451. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  452. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  453. package/lib/services/http/facebook/index.d.ts.map +0 -1
  454. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  455. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  456. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  457. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  458. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  459. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  460. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  461. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  462. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  463. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  464. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  465. package/lib/services/http/firm/index.d.ts.map +0 -1
  466. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  467. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  468. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  469. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  470. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  471. package/lib/services/http/income-source/index.d.ts.map +0 -1
  472. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  473. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  474. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  475. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  476. package/lib/services/http/index.d.ts.map +0 -1
  477. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  478. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  479. package/lib/services/http/loan/index.d.ts.map +0 -1
  480. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  481. package/lib/services/http/property/index.d.ts.map +0 -1
  482. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  483. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  484. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  485. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  486. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  487. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  488. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  489. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  490. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  491. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  492. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  493. package/lib/services/http/property/property.service.d.ts.map +0 -1
  494. package/lib/services/http/receipt/index.d.ts.map +0 -1
  495. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  496. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  497. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  498. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  499. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  500. package/lib/services/http/sole/index.d.ts.map +0 -1
  501. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  502. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  503. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  504. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  505. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  506. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  507. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  508. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  509. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  510. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  511. package/lib/services/http/subscription/index.d.ts.map +0 -1
  512. package/lib/services/http/subscription/service-price.service.d.ts.map +0 -1
  513. package/lib/services/http/subscription/subscription.service.d.ts.map +0 -1
  514. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  515. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  516. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  517. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  518. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  519. package/lib/services/http/transaction/index.d.ts.map +0 -1
  520. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  521. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  522. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  523. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  524. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  525. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  526. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  527. package/lib/services/http/user/index.d.ts.map +0 -1
  528. package/lib/services/http/user/occupation/occupation.service.d.ts.map +0 -1
  529. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  530. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  531. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  532. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  533. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  534. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  535. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  536. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  537. package/lib/services/index.d.ts.map +0 -1
  538. package/lib/services/intercom/index.d.ts.map +0 -1
  539. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  540. package/lib/services/pdf/index.d.ts.map +0 -1
  541. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  542. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  543. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  544. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  545. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  546. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  547. package/lib/services/preloader/index.d.ts.map +0 -1
  548. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  549. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  550. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  551. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  552. package/lib/services/property/index.d.ts.map +0 -1
  553. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  554. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  555. package/lib/services/report/index.d.ts.map +0 -1
  556. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  557. package/lib/services/toast/index.d.ts.map +0 -1
  558. package/lib/services/toast/toast.service.d.ts.map +0 -1
  559. package/lib/services/transaction/index.d.ts.map +0 -1
  560. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  561. package/lib/services/user/index.d.ts.map +0 -1
  562. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  563. package/lib/services/vehicle/index.d.ts.map +0 -1
  564. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  565. package/lib/services/xlsx/index.d.ts.map +0 -1
  566. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  567. package/lib/tt-core.module.d.ts.map +0 -1
  568. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  569. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  570. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  571. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  572. package/lib/validators/conditional.validator.d.ts.map +0 -1
  573. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  574. package/lib/validators/date-range.validator.d.ts.map +0 -1
  575. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  576. package/lib/validators/file.validator.d.ts.map +0 -1
  577. package/lib/validators/index.d.ts.map +0 -1
  578. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  579. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  580. package/lib/validators/password-match.validator.d.ts.map +0 -1
  581. package/lib/validators/password.validator.d.ts.map +0 -1
  582. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  583. package/lib/validators/required-length.validator.d.ts.map +0 -1
  584. package/public-api.d.ts.map +0 -1
  585. package/taxtank-core.d.ts.map +0 -1
@@ -73,9 +73,9 @@ class CorelogicService {
73
73
  }));
74
74
  }
75
75
  }
76
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -115,9 +115,9 @@ class CorelogicInterceptor {
115
115
  });
116
116
  }
117
117
  }
118
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicInterceptor });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor, decorators: [{
121
121
  type: Injectable
122
122
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
123
123
  type: Inject,
@@ -154,9 +154,9 @@ class FinancialYearInterceptor {
154
154
  return next.handle(clonedReq);
155
155
  }
156
156
  }
157
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor });
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
160
160
  type: Injectable
161
161
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
162
162
  type: Inject,
@@ -187,9 +187,9 @@ class JwtService extends JwtHelperService {
187
187
  return this.getUser().id === userId;
188
188
  }
189
189
  }
190
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
191
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, providedIn: 'root' });
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, decorators: [{
190
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
191
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, providedIn: 'root' });
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, decorators: [{
193
193
  type: Injectable,
194
194
  args: [{
195
195
  providedIn: 'root'
@@ -297,9 +297,9 @@ class EventDispatcherService {
297
297
  this.eventSubject2.next(event);
298
298
  }
299
299
  }
300
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
301
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, decorators: [{
300
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
301
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, decorators: [{
303
303
  type: Injectable,
304
304
  args: [{
305
305
  providedIn: 'root'
@@ -348,9 +348,9 @@ class AuthService {
348
348
  location.replace(url);
349
349
  }
350
350
  }
351
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
352
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, providedIn: 'root' });
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, decorators: [{
351
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
352
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, providedIn: 'root' });
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, decorators: [{
354
354
  type: Injectable,
355
355
  args: [{
356
356
  providedIn: 'root'
@@ -486,9 +486,9 @@ class JwtInterceptor {
486
486
  });
487
487
  }
488
488
  }
489
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
490
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor });
491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor, decorators: [{
489
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
490
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor });
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, decorators: [{
492
492
  type: Injectable
493
493
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
494
494
  type: Inject,
@@ -521,9 +521,9 @@ class UserSwitcherService {
521
521
  window.location.replace('/firm/dashboard');
522
522
  }
523
523
  }
524
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
525
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, decorators: [{
524
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
525
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, decorators: [{
527
527
  type: Injectable,
528
528
  args: [{
529
529
  providedIn: 'root'
@@ -569,9 +569,9 @@ class UserSwitcherInterceptor {
569
569
  return next.handle(this.switch(request, this.userSwitcherService.get()));
570
570
  }
571
571
  }
572
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
573
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor });
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
572
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
573
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor });
574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
575
575
  type: Injectable
576
576
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
577
577
  type: Inject,
@@ -810,9 +810,9 @@ class PreloaderService {
810
810
  this.activePreloaders.next(activePreloaders);
811
811
  }
812
812
  }
813
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
814
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, providedIn: 'root' });
815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, decorators: [{
813
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
814
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, providedIn: 'root' });
815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, decorators: [{
816
816
  type: Injectable,
817
817
  args: [{
818
818
  providedIn: 'root'
@@ -840,9 +840,9 @@ class PreloaderInterceptor {
840
840
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
841
841
  }
842
842
  }
843
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
844
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor });
845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor, decorators: [{
843
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
844
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor });
845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, decorators: [{
846
846
  type: Injectable
847
847
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
848
848
 
@@ -1141,9 +1141,9 @@ class RestService$1 {
1141
1141
  */
1142
1142
  listenEvents() { }
1143
1143
  }
1144
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
1145
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, providedIn: 'root' });
1146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, decorators: [{
1144
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
1145
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, providedIn: 'root' });
1146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, decorators: [{
1147
1147
  type: Injectable,
1148
1148
  args: [{
1149
1149
  providedIn: 'root'
@@ -2408,12 +2408,7 @@ class ServiceSubscription extends ServiceSubscription$1 {
2408
2408
  * based on the property service product and the number of properties the user has
2409
2409
  */
2410
2410
  getRecommendedPropertiesQty(propertyItem, propertiesQty) {
2411
- const max = propertyItem.price.product.maxQty;
2412
2411
  const min = propertyItem.price.product.minQty;
2413
- // if user has property subscription and number of properties doesn't exceed the maximum in the service product - return one more
2414
- if (this.hasItem(propertyItem)) {
2415
- propertiesQty = this.propertyQuantity < max ? this.propertyQuantity + 1 : max;
2416
- }
2417
2412
  return Math.max(min, propertiesQty);
2418
2413
  }
2419
2414
  }
@@ -7240,14 +7235,14 @@ const TAX_RETURN_CATEGORIES = {
7240
7235
  TaxReturnCategoryListEnum.GOVERNMENT_PENSIONS,
7241
7236
  TaxReturnCategoryListEnum.ANNUITIES_SUPER_INCOME_STREAMS,
7242
7237
  TaxReturnCategoryListEnum.SUPERANNUATION_LUMP_SUM_PAYMENTS,
7243
- TaxReturnCategoryListEnum.ATTRIBUTED_PSI_INCOME
7238
+ TaxReturnCategoryListEnum.ATTRIBUTED_PSI_INCOME,
7239
+ TaxReturnCategoryListEnum.DIVIDENDS,
7240
+ TaxReturnCategoryListEnum.GROSS_INTEREST
7244
7241
  ],
7245
7242
  expenses: [
7246
7243
  TaxReturnCategoryListEnum.WORK_EXPENSES
7247
7244
  ],
7248
- interest: [
7249
- TaxReturnCategoryListEnum.GROSS_INTEREST
7250
- ],
7245
+ interest: [],
7251
7246
  taxWithheld: [
7252
7247
  TaxReturnCategoryListEnum.TAX_WITHHELD
7253
7248
  ]
@@ -7271,9 +7266,9 @@ const TAX_RETURN_CATEGORIES = {
7271
7266
  other: {
7272
7267
  income: [
7273
7268
  TaxReturnCategoryListEnum.GROSS_INTEREST,
7274
- TaxReturnCategoryListEnum.DIVIDENDS,
7275
7269
  TaxReturnCategoryListEnum.SHARE_SCHEMES,
7276
7270
  TaxReturnCategoryListEnum.PARTNERSHIPS,
7271
+ TaxReturnCategoryListEnum.PARTNERSHIPS_TRUSTS,
7277
7272
  TaxReturnCategoryListEnum.TRUSTS,
7278
7273
  TaxReturnCategoryListEnum.PSI_SBE_INCOME,
7279
7274
  TaxReturnCategoryListEnum.SOLE_TRADER_BUSINESS_INCOME,
@@ -8015,9 +8010,9 @@ class SseService {
8015
8010
  }));
8016
8011
  }
8017
8012
  }
8018
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8019
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, providedIn: 'root' });
8020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, decorators: [{
8013
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8014
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, providedIn: 'root' });
8015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, decorators: [{
8021
8016
  type: Injectable,
8022
8017
  args: [{
8023
8018
  providedIn: 'root'
@@ -8087,9 +8082,9 @@ class ToastService {
8087
8082
  }));
8088
8083
  }
8089
8084
  }
8090
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8091
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, providedIn: 'root' });
8092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, decorators: [{
8085
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8086
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, providedIn: 'root' });
8087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, decorators: [{
8093
8088
  type: Injectable,
8094
8089
  args: [{
8095
8090
  providedIn: 'root'
@@ -8179,9 +8174,9 @@ BankConnectionService.userEventTypes = [
8179
8174
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
8180
8175
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
8181
8176
  ];
8182
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
8183
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
8184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, decorators: [{
8177
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
8178
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
8179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, decorators: [{
8185
8180
  type: Injectable,
8186
8181
  args: [{
8187
8182
  providedIn: 'root'
@@ -8291,9 +8286,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
8291
8286
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
8292
8287
  */
8293
8288
  BasiqService.bankCredintialsCheckInterval = 3000;
8294
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
8295
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, providedIn: 'root' });
8296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, decorators: [{
8289
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
8290
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, providedIn: 'root' });
8291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, decorators: [{
8297
8292
  type: Injectable,
8298
8293
  args: [{
8299
8294
  providedIn: 'root'
@@ -8328,9 +8323,9 @@ class BasiqTokenService extends RestService$1 {
8328
8323
  return this.cacheSubject.asObservable();
8329
8324
  }
8330
8325
  }
8331
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8332
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
8333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, decorators: [{
8326
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8327
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
8328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, decorators: [{
8334
8329
  type: Injectable,
8335
8330
  args: [{
8336
8331
  providedIn: 'root'
@@ -8361,9 +8356,9 @@ class BasiqTokenInterceptor {
8361
8356
  });
8362
8357
  }
8363
8358
  }
8364
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
8365
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor });
8366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
8359
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
8360
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor });
8361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
8367
8362
  type: Injectable
8368
8363
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
8369
8364
 
@@ -8524,9 +8519,9 @@ class UserService {
8524
8519
  this.eventDispatcherService.on(AppEventTypeEnum.SERVICE_SUBSCRIPTION_UPDATED).subscribe(() => this.resetCache());
8525
8520
  }
8526
8521
  }
8527
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8528
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, providedIn: 'root' });
8529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, decorators: [{
8522
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8523
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, providedIn: 'root' });
8524
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, decorators: [{
8530
8525
  type: Injectable,
8531
8526
  args: [{
8532
8527
  providedIn: 'root'
@@ -8556,17 +8551,17 @@ class BasiqClientIdInterceptor {
8556
8551
  });
8557
8552
  }
8558
8553
  }
8559
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
8560
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor });
8561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
8554
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
8555
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor });
8556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
8562
8557
  type: Injectable
8563
8558
  }], ctorParameters: function () { return [{ type: UserService }]; } });
8564
8559
 
8565
8560
  class InterceptorsModule {
8566
8561
  }
8567
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8568
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule });
8569
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, providers: [
8562
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8563
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule });
8564
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, providers: [
8570
8565
  {
8571
8566
  provide: HTTP_INTERCEPTORS,
8572
8567
  useClass: CorelogicInterceptor,
@@ -8604,7 +8599,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
8604
8599
  multi: true
8605
8600
  }
8606
8601
  ] });
8607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, decorators: [{
8602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, decorators: [{
8608
8603
  type: NgModule,
8609
8604
  args: [{
8610
8605
  providers: [
@@ -8662,14 +8657,14 @@ class TtCoreModule {
8662
8657
  };
8663
8658
  }
8664
8659
  }
8665
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8666
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
8660
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8661
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
8667
8662
  InterceptorsModule] });
8668
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, imports: [[
8663
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [[
8669
8664
  CommonModule,
8670
8665
  InterceptorsModule
8671
8666
  ]] });
8672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, decorators: [{
8667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, decorators: [{
8673
8668
  type: NgModule,
8674
8669
  args: [{
8675
8670
  declarations: [],
@@ -10455,9 +10450,9 @@ class AddressService {
10455
10450
  return this.countriesSubject.asObservable();
10456
10451
  }
10457
10452
  }
10458
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10459
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, providedIn: 'root' });
10460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, decorators: [{
10453
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10454
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, providedIn: 'root' });
10455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, decorators: [{
10461
10456
  type: Injectable,
10462
10457
  args: [{
10463
10458
  providedIn: 'root'
@@ -10510,9 +10505,9 @@ class BankAccountService extends RestService$1 {
10510
10505
  });
10511
10506
  }
10512
10507
  }
10513
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10514
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, decorators: [{
10508
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10509
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, decorators: [{
10516
10511
  type: Injectable,
10517
10512
  args: [{
10518
10513
  providedIn: 'root'
@@ -10577,9 +10572,9 @@ class BankTransactionService extends RestService$1 {
10577
10572
  });
10578
10573
  }
10579
10574
  }
10580
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10581
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, decorators: [{
10575
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10576
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, decorators: [{
10583
10578
  type: Injectable,
10584
10579
  args: [{
10585
10580
  providedIn: 'root'
@@ -10607,9 +10602,9 @@ class BankService extends RestService$1 {
10607
10602
  }));
10608
10603
  }
10609
10604
  }
10610
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10611
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, providedIn: 'root' });
10612
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, decorators: [{
10605
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10606
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, providedIn: 'root' });
10607
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, decorators: [{
10613
10608
  type: Injectable,
10614
10609
  args: [{
10615
10610
  providedIn: 'root'
@@ -10629,9 +10624,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
10629
10624
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
10630
10625
  }
10631
10626
  }
10632
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10633
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
10634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
10627
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10628
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
10629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
10635
10630
  type: Injectable,
10636
10631
  args: [{
10637
10632
  providedIn: 'root'
@@ -10671,9 +10666,9 @@ class ChartAccountsService extends RestService$1 {
10671
10666
  }));
10672
10667
  }
10673
10668
  }
10674
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10675
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
10676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, decorators: [{
10669
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10670
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
10671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, decorators: [{
10677
10672
  type: Injectable,
10678
10673
  args: [{
10679
10674
  providedIn: 'root'
@@ -10742,9 +10737,9 @@ class ChatService extends RestService$1 {
10742
10737
  });
10743
10738
  }
10744
10739
  }
10745
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10746
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, providedIn: 'root' });
10747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, decorators: [{
10740
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10741
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, providedIn: 'root' });
10742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, decorators: [{
10748
10743
  type: Injectable,
10749
10744
  args: [{
10750
10745
  providedIn: 'root'
@@ -10801,9 +10796,9 @@ class MessageService extends RestService$1 {
10801
10796
  });
10802
10797
  }
10803
10798
  }
10804
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10805
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, providedIn: 'root' });
10806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, decorators: [{
10799
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10800
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, providedIn: 'root' });
10801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, decorators: [{
10807
10802
  type: Injectable,
10808
10803
  args: [{
10809
10804
  providedIn: 'root'
@@ -10874,9 +10869,9 @@ class MessageDocumentService extends RestService$1 {
10874
10869
  }));
10875
10870
  }
10876
10871
  }
10877
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10878
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
10879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, decorators: [{
10872
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10873
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
10874
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, decorators: [{
10880
10875
  type: Injectable,
10881
10876
  args: [{
10882
10877
  providedIn: 'root'
@@ -11001,9 +10996,9 @@ class DepreciationService extends RestService$1 {
11001
10996
  });
11002
10997
  }
11003
10998
  }
11004
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11005
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, decorators: [{
10999
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11000
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, decorators: [{
11007
11002
  type: Injectable,
11008
11003
  args: [{
11009
11004
  providedIn: 'root'
@@ -11055,9 +11050,9 @@ class DepreciationCapitalProjectService {
11055
11050
  }));
11056
11051
  }
11057
11052
  }
11058
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11059
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11060
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11053
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11054
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11055
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11061
11056
  type: Injectable,
11062
11057
  args: [{
11063
11058
  providedIn: 'root'
@@ -11123,9 +11118,9 @@ class ReceiptService {
11123
11118
  return plainToClass(this.modelClass, data);
11124
11119
  }
11125
11120
  }
11126
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11127
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, providedIn: 'root' });
11128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, decorators: [{
11121
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11122
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, providedIn: 'root' });
11123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, decorators: [{
11129
11124
  type: Injectable,
11130
11125
  args: [{
11131
11126
  providedIn: 'root'
@@ -11154,9 +11149,9 @@ class DepreciationReceiptService extends ReceiptService {
11154
11149
  this.listenEvents();
11155
11150
  }
11156
11151
  }
11157
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11158
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11152
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11153
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11160
11155
  type: Injectable,
11161
11156
  args: [{
11162
11157
  providedIn: 'root'
@@ -11370,9 +11365,9 @@ class RestService {
11370
11365
  */
11371
11366
  listenEvents() { }
11372
11367
  }
11373
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11374
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, providedIn: 'root' });
11375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, decorators: [{
11368
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11369
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, providedIn: 'root' });
11370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, decorators: [{
11376
11371
  type: Injectable,
11377
11372
  args: [{
11378
11373
  providedIn: 'root'
@@ -11389,9 +11384,9 @@ class DocumentService extends RestService {
11389
11384
  this.modelClass = Document;
11390
11385
  }
11391
11386
  }
11392
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11393
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, providedIn: 'root' });
11394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, decorators: [{
11387
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11388
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, providedIn: 'root' });
11389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, decorators: [{
11395
11390
  type: Injectable,
11396
11391
  args: [{
11397
11392
  providedIn: 'root'
@@ -11457,9 +11452,9 @@ class DocumentFolderService extends RestService {
11457
11452
  }));
11458
11453
  }
11459
11454
  }
11460
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11461
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
11462
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, decorators: [{
11455
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11456
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
11457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, decorators: [{
11463
11458
  type: Injectable,
11464
11459
  args: [{
11465
11460
  providedIn: 'root'
@@ -11536,9 +11531,9 @@ FacebookService.authOptions = {
11536
11531
  auth_type: 'rerequest',
11537
11532
  return_scopes: true
11538
11533
  };
11539
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1$1.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11540
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, providedIn: 'root' });
11541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, decorators: [{
11534
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1$1.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11535
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, providedIn: 'root' });
11536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, decorators: [{
11542
11537
  type: Injectable,
11543
11538
  args: [{
11544
11539
  providedIn: 'root'
@@ -11581,9 +11576,9 @@ class ClientIncomeTypesService {
11581
11576
  }));
11582
11577
  }
11583
11578
  }
11584
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11585
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
11586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
11579
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11580
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
11581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
11587
11582
  type: Injectable,
11588
11583
  args: [{
11589
11584
  providedIn: 'root'
@@ -11701,9 +11696,9 @@ class ClientInviteService extends RestService {
11701
11696
  });
11702
11697
  }
11703
11698
  }
11704
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11705
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
11706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, decorators: [{
11699
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11700
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
11701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, decorators: [{
11707
11702
  type: Injectable,
11708
11703
  args: [{
11709
11704
  providedIn: 'root'
@@ -11782,9 +11777,9 @@ class ClientMovementService extends RestService {
11782
11777
  });
11783
11778
  }
11784
11779
  }
11785
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11786
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
11787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, decorators: [{
11780
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11781
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
11782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, decorators: [{
11788
11783
  type: Injectable,
11789
11784
  args: [{
11790
11785
  providedIn: 'root'
@@ -11813,9 +11808,9 @@ class EmployeeService extends RestService {
11813
11808
  }));
11814
11809
  }
11815
11810
  }
11816
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11817
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, providedIn: 'root' });
11818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, decorators: [{
11811
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11812
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, providedIn: 'root' });
11813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, decorators: [{
11819
11814
  type: Injectable,
11820
11815
  args: [{
11821
11816
  providedIn: 'root'
@@ -11858,9 +11853,9 @@ class EmployeeInviteService extends RestService {
11858
11853
  }));
11859
11854
  }
11860
11855
  }
11861
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11862
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
11863
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, decorators: [{
11856
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11857
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
11858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, decorators: [{
11864
11859
  type: Injectable,
11865
11860
  args: [{
11866
11861
  providedIn: 'root'
@@ -11885,9 +11880,9 @@ class ClientPortfolioReportService {
11885
11880
  }));
11886
11881
  }
11887
11882
  }
11888
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11889
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
11890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
11883
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11884
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
11885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
11891
11886
  type: Injectable,
11892
11887
  args: [{
11893
11888
  providedIn: 'root'
@@ -11957,9 +11952,9 @@ class FirmService {
11957
11952
  }));
11958
11953
  }
11959
11954
  }
11960
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11961
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, providedIn: 'root' });
11962
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, decorators: [{
11955
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11956
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, providedIn: 'root' });
11957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, decorators: [{
11963
11958
  type: Injectable,
11964
11959
  args: [{
11965
11960
  providedIn: 'root'
@@ -12032,9 +12027,9 @@ class IncomeSourceForecastService extends RestService {
12032
12027
  }).flat();
12033
12028
  }
12034
12029
  }
12035
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12036
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
12037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
12030
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12031
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
12032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
12038
12033
  type: Injectable,
12039
12034
  args: [{
12040
12035
  providedIn: 'root'
@@ -12104,9 +12099,9 @@ class SalaryForecastService extends RestService {
12104
12099
  }).flat();
12105
12100
  }
12106
12101
  }
12107
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12108
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
12109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, decorators: [{
12102
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12103
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
12104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, decorators: [{
12110
12105
  type: Injectable,
12111
12106
  args: [{
12112
12107
  providedIn: 'root'
@@ -12182,9 +12177,9 @@ class SoleForecastService extends RestService {
12182
12177
  });
12183
12178
  }
12184
12179
  }
12185
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12186
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, decorators: [{
12180
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12181
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, decorators: [{
12188
12183
  type: Injectable,
12189
12184
  args: [{
12190
12185
  providedIn: 'root'
@@ -12283,9 +12278,9 @@ class IncomeSourceService extends RestService {
12283
12278
  });
12284
12279
  }
12285
12280
  }
12286
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12287
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, decorators: [{
12281
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12282
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, decorators: [{
12289
12284
  type: Injectable,
12290
12285
  args: [{
12291
12286
  providedIn: 'root'
@@ -12348,9 +12343,9 @@ class BorrowingExpenseService {
12348
12343
  }));
12349
12344
  }
12350
12345
  }
12351
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12352
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
12353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, decorators: [{
12346
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12347
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
12348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, decorators: [{
12354
12349
  type: Injectable,
12355
12350
  args: [{
12356
12351
  providedIn: 'root'
@@ -12432,9 +12427,9 @@ class LoanService extends RestService$1 {
12432
12427
  }));
12433
12428
  }
12434
12429
  }
12435
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12436
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, providedIn: 'root' });
12437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, decorators: [{
12430
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12431
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, providedIn: 'root' });
12432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, decorators: [{
12438
12433
  type: Injectable,
12439
12434
  args: [{
12440
12435
  providedIn: 'root'
@@ -12453,9 +12448,9 @@ class PropertyCategoryService extends RestService$1 {
12453
12448
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12454
12449
  }
12455
12450
  }
12456
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12457
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
12458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, decorators: [{
12451
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12452
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
12453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, decorators: [{
12459
12454
  type: Injectable,
12460
12455
  args: [{
12461
12456
  providedIn: 'root'
@@ -12471,9 +12466,9 @@ class PropertyCategoryMovementService extends RestService$1 {
12471
12466
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12472
12467
  }
12473
12468
  }
12474
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12475
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
12476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
12469
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12470
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
12471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
12477
12472
  type: Injectable,
12478
12473
  args: [{
12479
12474
  providedIn: 'root'
@@ -12515,9 +12510,9 @@ class PropertyDocumentService extends RestService$1 {
12515
12510
  });
12516
12511
  }
12517
12512
  }
12518
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12519
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
12520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, decorators: [{
12513
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12514
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
12515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, decorators: [{
12521
12516
  type: Injectable,
12522
12517
  args: [{
12523
12518
  providedIn: 'root'
@@ -12534,9 +12529,9 @@ class TaxExemptionService extends RestService$1 {
12534
12529
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12535
12530
  }
12536
12531
  }
12537
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12538
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
12539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, decorators: [{
12532
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12533
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
12534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, decorators: [{
12540
12535
  type: Injectable,
12541
12536
  args: [{
12542
12537
  providedIn: 'root'
@@ -12552,9 +12547,9 @@ class PropertySaleService extends RestService$1 {
12552
12547
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12553
12548
  }
12554
12549
  }
12555
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12556
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
12557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, decorators: [{
12550
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12551
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
12552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, decorators: [{
12558
12553
  type: Injectable,
12559
12554
  args: [{
12560
12555
  providedIn: 'root'
@@ -12601,9 +12596,9 @@ class PropertyShareService extends RestService$1 {
12601
12596
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
12602
12597
  }
12603
12598
  }
12604
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12605
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
12606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, decorators: [{
12599
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12600
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
12601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, decorators: [{
12607
12602
  type: Injectable,
12608
12603
  args: [{
12609
12604
  providedIn: 'root'
@@ -12701,9 +12696,9 @@ class PropertyService extends RestService$1 {
12701
12696
  }));
12702
12697
  }
12703
12698
  }
12704
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12705
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, providedIn: 'root' });
12706
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, decorators: [{
12699
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12700
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, providedIn: 'root' });
12701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, decorators: [{
12707
12702
  type: Injectable,
12708
12703
  args: [{
12709
12704
  providedIn: 'root'
@@ -12747,9 +12742,9 @@ class ServiceNotificationService extends RestService {
12747
12742
  });
12748
12743
  }
12749
12744
  }
12750
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12751
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
12752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, decorators: [{
12745
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12746
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
12747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, decorators: [{
12753
12748
  type: Injectable,
12754
12749
  args: [{
12755
12750
  providedIn: 'root'
@@ -12798,9 +12793,9 @@ class SoleBusinessService extends RestService {
12798
12793
  }));
12799
12794
  }
12800
12795
  }
12801
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12802
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
12803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, decorators: [{
12796
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12797
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
12798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, decorators: [{
12804
12799
  type: Injectable,
12805
12800
  args: [{
12806
12801
  providedIn: 'root'
@@ -12815,9 +12810,9 @@ class SoleBusinessActivityService extends RestService {
12815
12810
  this.isHydra = true;
12816
12811
  }
12817
12812
  }
12818
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12819
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
12820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
12813
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12814
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
12815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
12821
12816
  type: Injectable,
12822
12817
  args: [{
12823
12818
  providedIn: 'root'
@@ -12843,9 +12838,9 @@ class SoleBusinessLossService extends RestService {
12843
12838
  });
12844
12839
  }
12845
12840
  }
12846
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12847
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
12848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, decorators: [{
12841
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12842
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
12843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, decorators: [{
12849
12844
  type: Injectable,
12850
12845
  args: [{
12851
12846
  providedIn: 'root'
@@ -12863,9 +12858,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
12863
12858
  this.isHydra = true;
12864
12859
  }
12865
12860
  }
12866
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12867
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
12868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
12861
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12862
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
12863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
12869
12864
  type: Injectable,
12870
12865
  args: [{
12871
12866
  providedIn: 'root'
@@ -12880,9 +12875,9 @@ class SoleContactService extends RestService {
12880
12875
  this.isHydra = true;
12881
12876
  }
12882
12877
  }
12883
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12884
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, providedIn: 'root' });
12885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, decorators: [{
12878
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12879
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, providedIn: 'root' });
12880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, decorators: [{
12886
12881
  type: Injectable,
12887
12882
  args: [{
12888
12883
  providedIn: 'root'
@@ -12938,9 +12933,9 @@ class SoleDepreciationMethodService {
12938
12933
  });
12939
12934
  }
12940
12935
  }
12941
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12942
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
12943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
12936
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12937
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
12938
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
12944
12939
  type: Injectable,
12945
12940
  args: [{
12946
12941
  providedIn: 'root'
@@ -12993,9 +12988,9 @@ class SoleDetailsService {
12993
12988
  }));
12994
12989
  }
12995
12990
  }
12996
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
12997
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
12998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, decorators: [{
12991
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
12992
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
12993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, decorators: [{
12999
12994
  type: Injectable,
13000
12995
  args: [{
13001
12996
  providedIn: 'root'
@@ -13069,9 +13064,9 @@ class SoleInvoiceService extends RestService {
13069
13064
  });
13070
13065
  }
13071
13066
  }
13072
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13073
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, decorators: [{
13067
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13068
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, decorators: [{
13075
13070
  type: Injectable,
13076
13071
  args: [{
13077
13072
  providedIn: 'root'
@@ -13086,9 +13081,9 @@ class SoleInvoiceTemplateService extends RestService {
13086
13081
  this.isHydra = true;
13087
13082
  }
13088
13083
  }
13089
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13090
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13084
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13085
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13092
13087
  type: Injectable,
13093
13088
  args: [{
13094
13089
  providedIn: 'root'
@@ -13103,9 +13098,9 @@ class BasReportService extends RestService {
13103
13098
  this.isHydra = true;
13104
13099
  }
13105
13100
  }
13106
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13107
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, providedIn: 'root' });
13108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, decorators: [{
13101
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13102
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, providedIn: 'root' });
13103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, decorators: [{
13109
13104
  type: Injectable,
13110
13105
  args: [{
13111
13106
  providedIn: 'root'
@@ -13123,9 +13118,9 @@ class ServicePriceService extends RestService {
13123
13118
  this.isHydra = true;
13124
13119
  }
13125
13120
  }
13126
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13127
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, decorators: [{
13121
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13122
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, decorators: [{
13129
13124
  type: Injectable,
13130
13125
  args: [{
13131
13126
  providedIn: 'root'
@@ -13239,9 +13234,9 @@ class SubscriptionService {
13239
13234
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
13240
13235
  }
13241
13236
  }
13242
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13243
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
13244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, decorators: [{
13237
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13238
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
13239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, decorators: [{
13245
13240
  type: Injectable,
13246
13241
  args: [{
13247
13242
  providedIn: 'root'
@@ -13276,9 +13271,9 @@ class TaxReviewHistoryService extends RestService {
13276
13271
  });
13277
13272
  }
13278
13273
  }
13279
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13280
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
13281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
13274
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13275
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
13276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
13282
13277
  type: Injectable,
13283
13278
  args: [{
13284
13279
  providedIn: 'root'
@@ -13367,9 +13362,9 @@ class TaxReviewService extends RestService {
13367
13362
  });
13368
13363
  }
13369
13364
  }
13370
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13371
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
13372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, decorators: [{
13365
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13366
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
13367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, decorators: [{
13373
13368
  type: Injectable,
13374
13369
  args: [{
13375
13370
  providedIn: 'root'
@@ -13426,9 +13421,9 @@ class TaxSummaryService {
13426
13421
  });
13427
13422
  }
13428
13423
  }
13429
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13430
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
13431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, decorators: [{
13424
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13425
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
13426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, decorators: [{
13432
13427
  type: Injectable,
13433
13428
  args: [{
13434
13429
  providedIn: 'root'
@@ -13522,9 +13517,9 @@ class TransactionAllocationService extends RestService {
13522
13517
  });
13523
13518
  }
13524
13519
  }
13525
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13526
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
13527
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, decorators: [{
13520
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13521
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
13522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, decorators: [{
13528
13523
  type: Injectable,
13529
13524
  args: [{
13530
13525
  providedIn: 'root'
@@ -13550,9 +13545,9 @@ class TransactionReceiptService extends ReceiptService {
13550
13545
  this.listenEvents();
13551
13546
  }
13552
13547
  }
13553
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13554
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
13555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, decorators: [{
13548
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13549
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
13550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, decorators: [{
13556
13551
  type: Injectable,
13557
13552
  args: [{
13558
13553
  providedIn: 'root'
@@ -13872,9 +13867,9 @@ class TransactionService extends RestService {
13872
13867
  });
13873
13868
  }
13874
13869
  }
13875
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
13876
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, providedIn: 'root' });
13877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, decorators: [{
13870
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
13871
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, providedIn: 'root' });
13872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, decorators: [{
13878
13873
  type: Injectable,
13879
13874
  args: [{
13880
13875
  providedIn: 'root'
@@ -13903,9 +13898,9 @@ class TutorialVideoService {
13903
13898
  }
13904
13899
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
13905
13900
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
13906
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13907
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
13908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, decorators: [{
13901
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13902
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
13903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, decorators: [{
13909
13904
  type: Injectable,
13910
13905
  args: [{
13911
13906
  providedIn: 'root'
@@ -13925,9 +13920,9 @@ class VehicleService extends RestService {
13925
13920
  this.modelClass = Vehicle;
13926
13921
  }
13927
13922
  }
13928
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13929
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, providedIn: 'root' });
13930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, decorators: [{
13923
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13924
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, providedIn: 'root' });
13925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, decorators: [{
13931
13926
  type: Injectable,
13932
13927
  args: [{
13933
13928
  providedIn: 'root'
@@ -13999,9 +13994,9 @@ class VehicleClaimService extends RestService {
13999
13994
  combineLatest(batch$).subscribe();
14000
13995
  }
14001
13996
  }
14002
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14003
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
14004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, decorators: [{
13997
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13998
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
13999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, decorators: [{
14005
14000
  type: Injectable,
14006
14001
  args: [{
14007
14002
  providedIn: 'root'
@@ -14078,9 +14073,9 @@ class VehicleClaimDetailsService {
14078
14073
  this.update(vehicleClaimDetails).subscribe();
14079
14074
  }
14080
14075
  }
14081
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14082
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
14083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
14076
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14077
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
14078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
14084
14079
  type: Injectable,
14085
14080
  args: [{
14086
14081
  providedIn: 'root'
@@ -14100,9 +14095,9 @@ class VehicleLogbookService extends RestService {
14100
14095
  this.modelClass = VehicleLogbook;
14101
14096
  }
14102
14097
  }
14103
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14104
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
14105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, decorators: [{
14098
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14099
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
14100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, decorators: [{
14106
14101
  type: Injectable,
14107
14102
  args: [{
14108
14103
  providedIn: 'root'
@@ -14135,9 +14130,9 @@ class OccupationService {
14135
14130
  return this.occupationsSubject.asObservable();
14136
14131
  }
14137
14132
  }
14138
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14139
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, providedIn: 'root' });
14140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, decorators: [{
14133
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14134
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, providedIn: 'root' });
14135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, decorators: [{
14141
14136
  type: Injectable,
14142
14137
  args: [{
14143
14138
  providedIn: 'root'
@@ -14181,9 +14176,9 @@ class UserEventSettingService extends RestService {
14181
14176
  }));
14182
14177
  }
14183
14178
  }
14184
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14185
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
14186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, decorators: [{
14179
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14180
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
14181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, decorators: [{
14187
14182
  type: Injectable,
14188
14183
  args: [{
14189
14184
  providedIn: 'root'
@@ -14198,9 +14193,9 @@ class UserEventTypeService extends RestService {
14198
14193
  this.isHydra = true;
14199
14194
  }
14200
14195
  }
14201
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14202
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
14203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, decorators: [{
14196
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14197
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
14198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, decorators: [{
14204
14199
  type: Injectable,
14205
14200
  args: [{
14206
14201
  providedIn: 'root'
@@ -14217,9 +14212,9 @@ class UsersInviteService extends RestService {
14217
14212
  this.url = 'users/invite';
14218
14213
  }
14219
14214
  }
14220
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14221
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
14222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, decorators: [{
14215
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14216
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
14217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, decorators: [{
14223
14218
  type: Injectable,
14224
14219
  args: [{
14225
14220
  providedIn: 'root'
@@ -14412,9 +14407,9 @@ class AccountSetupService {
14412
14407
  }));
14413
14408
  }
14414
14409
  }
14415
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
14416
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
14417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, decorators: [{
14410
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
14411
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
14412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, decorators: [{
14418
14413
  type: Injectable,
14419
14414
  args: [{
14420
14415
  providedIn: 'root'
@@ -14440,9 +14435,9 @@ class RewardfulService {
14440
14435
  });
14441
14436
  }
14442
14437
  }
14443
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14444
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, providedIn: 'root' });
14445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, decorators: [{
14438
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14439
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, providedIn: 'root' });
14440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, decorators: [{
14446
14441
  type: Injectable,
14447
14442
  args: [{
14448
14443
  providedIn: 'root'
@@ -14487,9 +14482,9 @@ class AssetsService {
14487
14482
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
14488
14483
  }
14489
14484
  }
14490
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14491
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, providedIn: 'root' });
14492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, decorators: [{
14485
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14486
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, providedIn: 'root' });
14487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, decorators: [{
14493
14488
  type: Injectable,
14494
14489
  args: [{
14495
14490
  providedIn: 'root'
@@ -14552,9 +14547,9 @@ class BankTransactionCalculationService {
14552
14547
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
14553
14548
  }
14554
14549
  }
14555
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14556
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
14557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
14550
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14551
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
14552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
14558
14553
  type: Injectable,
14559
14554
  args: [{
14560
14555
  providedIn: 'root'
@@ -14583,9 +14578,9 @@ class BankAccountCalculationService {
14583
14578
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
14584
14579
  }
14585
14580
  }
14586
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
14587
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
14588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, decorators: [{
14581
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
14582
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
14583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, decorators: [{
14589
14584
  type: Injectable,
14590
14585
  args: [{
14591
14586
  providedIn: 'root'
@@ -14610,9 +14605,9 @@ class ExportFormatterService {
14610
14605
  }));
14611
14606
  }
14612
14607
  }
14613
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$2.CurrencyPipe }, { token: i1$2.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
14614
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
14615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, decorators: [{
14608
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$2.CurrencyPipe }, { token: i1$2.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
14609
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
14610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, decorators: [{
14616
14611
  type: Injectable,
14617
14612
  args: [{
14618
14613
  providedIn: 'root'
@@ -14633,9 +14628,9 @@ class HeaderTitleService {
14633
14628
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
14634
14629
  }
14635
14630
  }
14636
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
14637
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
14638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, decorators: [{
14631
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
14632
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
14633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, decorators: [{
14639
14634
  type: Injectable,
14640
14635
  args: [{
14641
14636
  providedIn: 'root'
@@ -14669,9 +14664,9 @@ class IntercomService {
14669
14664
  window.Intercom('boot', connectionCredentials);
14670
14665
  }
14671
14666
  }
14672
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14673
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, providedIn: 'root' });
14674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, decorators: [{
14667
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14668
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, providedIn: 'root' });
14669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, decorators: [{
14675
14670
  type: Injectable,
14676
14671
  args: [{
14677
14672
  providedIn: 'root'
@@ -14732,9 +14727,9 @@ class PdfFromDomElementService {
14732
14727
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
14733
14728
  }
14734
14729
  }
14735
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14736
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
14737
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, decorators: [{
14730
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14731
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
14732
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, decorators: [{
14738
14733
  type: Injectable,
14739
14734
  args: [{
14740
14735
  providedIn: 'root'
@@ -14813,9 +14808,9 @@ class PdfFromTableService {
14813
14808
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
14814
14809
  }
14815
14810
  }
14816
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14817
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
14818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, decorators: [{
14811
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14812
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
14813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, decorators: [{
14819
14814
  type: Injectable,
14820
14815
  args: [{
14821
14816
  providedIn: 'root'
@@ -14847,9 +14842,9 @@ class PdfFromDataTableService extends PdfFromTableService {
14847
14842
  return pdf;
14848
14843
  }
14849
14844
  }
14850
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
14851
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
14852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, decorators: [{
14845
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
14846
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
14847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, decorators: [{
14853
14848
  type: Injectable,
14854
14849
  args: [{
14855
14850
  providedIn: 'root'
@@ -14882,9 +14877,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
14882
14877
  return pdf;
14883
14878
  }
14884
14879
  }
14885
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14886
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
14887
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
14880
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14881
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
14882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
14888
14883
  type: Injectable,
14889
14884
  args: [{
14890
14885
  providedIn: 'root'
@@ -14917,9 +14912,9 @@ class EquityPositionChartService {
14917
14912
  }));
14918
14913
  }
14919
14914
  }
14920
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14921
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
14922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, decorators: [{
14915
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14916
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
14917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, decorators: [{
14923
14918
  type: Injectable,
14924
14919
  args: [{
14925
14920
  providedIn: 'root'
@@ -15091,9 +15086,9 @@ class PropertyCalculationService {
15091
15086
  }
15092
15087
  }
15093
15088
  }
15094
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15095
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
15096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, decorators: [{
15089
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15090
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
15091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, decorators: [{
15097
15092
  type: Injectable,
15098
15093
  args: [{
15099
15094
  providedIn: 'root'
@@ -15150,9 +15145,9 @@ class PropertyTransactionReportService {
15150
15145
  }));
15151
15146
  }
15152
15147
  }
15153
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
15154
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
15155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
15148
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
15149
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
15150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
15156
15151
  type: Injectable,
15157
15152
  args: [{
15158
15153
  providedIn: 'root'
@@ -15222,9 +15217,9 @@ class TransactionCalculationService {
15222
15217
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
15223
15218
  }
15224
15219
  }
15225
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15226
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
15227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, decorators: [{
15220
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15221
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
15222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, decorators: [{
15228
15223
  type: Injectable,
15229
15224
  args: [{
15230
15225
  providedIn: 'root'
@@ -15284,9 +15279,9 @@ class LogbookBestPeriodService {
15284
15279
  });
15285
15280
  }
15286
15281
  }
15287
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15288
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
15289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
15282
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15283
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
15284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
15290
15285
  type: Injectable,
15291
15286
  args: [{
15292
15287
  providedIn: 'root'
@@ -15327,9 +15322,9 @@ class XlsxService {
15327
15322
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
15328
15323
  }
15329
15324
  }
15330
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15331
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, providedIn: 'root' });
15332
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, decorators: [{
15325
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15326
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, providedIn: 'root' });
15327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, decorators: [{
15333
15328
  type: Injectable,
15334
15329
  args: [{
15335
15330
  providedIn: 'root'