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
@@ -92,9 +92,9 @@
92
92
  };
93
93
  return CorelogicService;
94
94
  }());
95
- CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
- CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, decorators: [{
95
+ CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
+ CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, decorators: [{
98
98
  type: i0.Injectable,
99
99
  args: [{
100
100
  providedIn: 'root'
@@ -138,9 +138,9 @@
138
138
  };
139
139
  return CorelogicInterceptor;
140
140
  }());
141
- CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
- CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor });
143
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
141
+ CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
+ CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor });
143
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
144
144
  type: i0.Injectable
145
145
  }], ctorParameters: function () {
146
146
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -180,9 +180,9 @@
180
180
  };
181
181
  return FinancialYearInterceptor;
182
182
  }());
183
- FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
- FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
183
+ FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
+ FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
186
186
  type: i0.Injectable
187
187
  }], ctorParameters: function () {
188
188
  return [{ type: undefined, decorators: [{
@@ -191,7 +191,7 @@
191
191
  }] }];
192
192
  } });
193
193
 
194
- /*! *****************************************************************************
194
+ /******************************************************************************
195
195
  Copyright (c) Microsoft Corporation.
196
196
 
197
197
  Permission to use, copy, modify, and/or distribute this software for any
@@ -353,7 +353,11 @@
353
353
  var __createBinding = Object.create ? (function (o, m, k, k2) {
354
354
  if (k2 === undefined)
355
355
  k2 = k;
356
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
356
+ var desc = Object.getOwnPropertyDescriptor(m, k);
357
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
358
+ desc = { enumerable: true, get: function () { return m[k]; } };
359
+ }
360
+ Object.defineProperty(o, k2, desc);
357
361
  }) : (function (o, m, k, k2) {
358
362
  if (k2 === undefined)
359
363
  k2 = k;
@@ -508,6 +512,11 @@
508
512
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
509
513
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
510
514
  }
515
+ function __classPrivateFieldIn(state, receiver) {
516
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
517
+ throw new TypeError("Cannot use 'in' operator on non-object");
518
+ return typeof state === "function" ? receiver === state : state.has(receiver);
519
+ }
511
520
 
512
521
  var NAME_TOKEN = 'token';
513
522
  var NAME_REFRESH_TOKEN = 'refreshToken';
@@ -538,9 +547,9 @@
538
547
  };
539
548
  return JwtService;
540
549
  }(angularJwt.JwtHelperService));
541
- JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
542
- JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
543
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, decorators: [{
550
+ JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
551
+ JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
552
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, decorators: [{
544
553
  type: i0.Injectable,
545
554
  args: [{
546
555
  providedIn: 'root'
@@ -649,9 +658,9 @@
649
658
  };
650
659
  return EventDispatcherService;
651
660
  }());
652
- EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
653
- EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
654
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
661
+ EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
662
+ EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
663
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
655
664
  type: i0.Injectable,
656
665
  args: [{
657
666
  providedIn: 'root'
@@ -705,9 +714,9 @@
705
714
  };
706
715
  return AuthService;
707
716
  }());
708
- AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
709
- AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
710
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, decorators: [{
717
+ AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
718
+ AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
719
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, decorators: [{
711
720
  type: i0.Injectable,
712
721
  args: [{
713
722
  providedIn: 'root'
@@ -848,9 +857,9 @@
848
857
  };
849
858
  return JwtInterceptor;
850
859
  }());
851
- JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
852
- JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor });
853
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
860
+ JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
861
+ JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor });
862
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
854
863
  type: i0.Injectable
855
864
  }], ctorParameters: function () {
856
865
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -888,9 +897,9 @@
888
897
  };
889
898
  return UserSwitcherService;
890
899
  }());
891
- UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
892
- UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
893
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
900
+ UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
901
+ UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
902
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
894
903
  type: i0.Injectable,
895
904
  args: [{
896
905
  providedIn: 'root'
@@ -937,9 +946,9 @@
937
946
  };
938
947
  return UserSwitcherInterceptor;
939
948
  }());
940
- UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
941
- UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor });
942
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
949
+ UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
950
+ UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor });
951
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
943
952
  type: i0.Injectable
944
953
  }], ctorParameters: function () {
945
954
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -1186,9 +1195,9 @@
1186
1195
  };
1187
1196
  return PreloaderService;
1188
1197
  }());
1189
- PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1190
- PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1191
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1198
+ PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1199
+ PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1200
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1192
1201
  type: i0.Injectable,
1193
1202
  args: [{
1194
1203
  providedIn: 'root'
@@ -1218,9 +1227,9 @@
1218
1227
  };
1219
1228
  return PreloaderInterceptor;
1220
1229
  }());
1221
- PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1222
- PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor });
1223
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1230
+ PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1231
+ PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor });
1232
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1224
1233
  type: i0.Injectable
1225
1234
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
1226
1235
 
@@ -1550,9 +1559,9 @@
1550
1559
  RestService.prototype.listenEvents = function () { };
1551
1560
  return RestService;
1552
1561
  }());
1553
- RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1554
- RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1555
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, decorators: [{
1562
+ RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1563
+ RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1564
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, decorators: [{
1556
1565
  type: i0.Injectable,
1557
1566
  args: [{
1558
1567
  providedIn: 'root'
@@ -3551,12 +3560,7 @@
3551
3560
  * based on the property service product and the number of properties the user has
3552
3561
  */
3553
3562
  ServiceSubscription.prototype.getRecommendedPropertiesQty = function (propertyItem, propertiesQty) {
3554
- var max = propertyItem.price.product.maxQty;
3555
3563
  var min = propertyItem.price.product.minQty;
3556
- // if user has property subscription and number of properties doesn't exceed the maximum in the service product - return one more
3557
- if (this.hasItem(propertyItem)) {
3558
- propertiesQty = this.propertyQuantity < max ? this.propertyQuantity + 1 : max;
3559
- }
3560
3564
  return Math.max(min, propertiesQty);
3561
3565
  };
3562
3566
  return ServiceSubscription;
@@ -9388,14 +9392,14 @@
9388
9392
  exports.TaxReturnCategoryListEnum.GOVERNMENT_PENSIONS,
9389
9393
  exports.TaxReturnCategoryListEnum.ANNUITIES_SUPER_INCOME_STREAMS,
9390
9394
  exports.TaxReturnCategoryListEnum.SUPERANNUATION_LUMP_SUM_PAYMENTS,
9391
- exports.TaxReturnCategoryListEnum.ATTRIBUTED_PSI_INCOME
9395
+ exports.TaxReturnCategoryListEnum.ATTRIBUTED_PSI_INCOME,
9396
+ exports.TaxReturnCategoryListEnum.DIVIDENDS,
9397
+ exports.TaxReturnCategoryListEnum.GROSS_INTEREST
9392
9398
  ],
9393
9399
  expenses: [
9394
9400
  exports.TaxReturnCategoryListEnum.WORK_EXPENSES
9395
9401
  ],
9396
- interest: [
9397
- exports.TaxReturnCategoryListEnum.GROSS_INTEREST
9398
- ],
9402
+ interest: [],
9399
9403
  taxWithheld: [
9400
9404
  exports.TaxReturnCategoryListEnum.TAX_WITHHELD
9401
9405
  ]
@@ -9419,9 +9423,9 @@
9419
9423
  other: {
9420
9424
  income: [
9421
9425
  exports.TaxReturnCategoryListEnum.GROSS_INTEREST,
9422
- exports.TaxReturnCategoryListEnum.DIVIDENDS,
9423
9426
  exports.TaxReturnCategoryListEnum.SHARE_SCHEMES,
9424
9427
  exports.TaxReturnCategoryListEnum.PARTNERSHIPS,
9428
+ exports.TaxReturnCategoryListEnum.PARTNERSHIPS_TRUSTS,
9425
9429
  exports.TaxReturnCategoryListEnum.TRUSTS,
9426
9430
  exports.TaxReturnCategoryListEnum.PSI_SBE_INCOME,
9427
9431
  exports.TaxReturnCategoryListEnum.SOLE_TRADER_BUSINESS_INCOME,
@@ -10326,9 +10330,9 @@
10326
10330
  };
10327
10331
  return SseService;
10328
10332
  }());
10329
- SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10330
- SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
10331
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, decorators: [{
10333
+ SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10334
+ SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
10335
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, decorators: [{
10332
10336
  type: i0.Injectable,
10333
10337
  args: [{
10334
10338
  providedIn: 'root'
@@ -10402,9 +10406,9 @@
10402
10406
  };
10403
10407
  return ToastService;
10404
10408
  }());
10405
- ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10406
- ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
10407
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, decorators: [{
10409
+ ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10410
+ ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
10411
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, decorators: [{
10408
10412
  type: i0.Injectable,
10409
10413
  args: [{
10410
10414
  providedIn: 'root'
@@ -10500,9 +10504,9 @@
10500
10504
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
10501
10505
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
10502
10506
  ];
10503
- BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10504
- BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
10505
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
10507
+ BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10508
+ BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
10509
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
10506
10510
  type: i0.Injectable,
10507
10511
  args: [{
10508
10512
  providedIn: 'root'
@@ -10621,9 +10625,9 @@
10621
10625
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10622
10626
  */
10623
10627
  BasiqService.bankCredintialsCheckInterval = 3000;
10624
- BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10625
- BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
10626
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, decorators: [{
10628
+ BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10629
+ BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
10630
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, decorators: [{
10627
10631
  type: i0.Injectable,
10628
10632
  args: [{
10629
10633
  providedIn: 'root'
@@ -10664,9 +10668,9 @@
10664
10668
  };
10665
10669
  return BasiqTokenService;
10666
10670
  }(RestService$1));
10667
- BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10668
- BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
10669
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
10671
+ BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10672
+ BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
10673
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
10670
10674
  type: i0.Injectable,
10671
10675
  args: [{
10672
10676
  providedIn: 'root'
@@ -10699,9 +10703,9 @@
10699
10703
  };
10700
10704
  return BasiqTokenInterceptor;
10701
10705
  }());
10702
- BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10703
- BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor });
10704
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
10706
+ BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10707
+ BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor });
10708
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
10705
10709
  type: i0.Injectable
10706
10710
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10707
10711
 
@@ -10870,9 +10874,9 @@
10870
10874
  };
10871
10875
  return UserService;
10872
10876
  }());
10873
- UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10874
- UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
10875
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, decorators: [{
10877
+ UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10878
+ UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
10879
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, decorators: [{
10876
10880
  type: i0.Injectable,
10877
10881
  args: [{
10878
10882
  providedIn: 'root'
@@ -10906,9 +10910,9 @@
10906
10910
  };
10907
10911
  return BasiqClientIdInterceptor;
10908
10912
  }());
10909
- BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10910
- BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
10911
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
10913
+ BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10914
+ BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
10915
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
10912
10916
  type: i0.Injectable
10913
10917
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10914
10918
 
@@ -10917,9 +10921,9 @@
10917
10921
  }
10918
10922
  return InterceptorsModule;
10919
10923
  }());
10920
- InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
10921
- InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule });
10922
- InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, providers: [
10924
+ InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
10925
+ InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule });
10926
+ InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, providers: [
10923
10927
  {
10924
10928
  provide: i1.HTTP_INTERCEPTORS,
10925
10929
  useClass: CorelogicInterceptor,
@@ -10957,7 +10961,7 @@
10957
10961
  multi: true
10958
10962
  }
10959
10963
  ] });
10960
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
10964
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
10961
10965
  type: i0.NgModule,
10962
10966
  args: [{
10963
10967
  providers: [
@@ -11018,14 +11022,14 @@
11018
11022
  };
11019
11023
  return TtCoreModule;
11020
11024
  }());
11021
- TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
11022
- TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
11025
+ TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
11026
+ TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
11023
11027
  InterceptorsModule] });
11024
- TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [[
11028
+ TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [[
11025
11029
  i1$1.CommonModule,
11026
11030
  InterceptorsModule
11027
11031
  ]] });
11028
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
11032
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
11029
11033
  type: i0.NgModule,
11030
11034
  args: [{
11031
11035
  declarations: [],
@@ -12964,9 +12968,9 @@
12964
12968
  };
12965
12969
  return AddressService;
12966
12970
  }());
12967
- AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12968
- AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12969
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, decorators: [{
12971
+ AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12972
+ AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12973
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, decorators: [{
12970
12974
  type: i0.Injectable,
12971
12975
  args: [{
12972
12976
  providedIn: 'root'
@@ -13026,9 +13030,9 @@
13026
13030
  };
13027
13031
  return BankAccountService;
13028
13032
  }(RestService$1));
13029
- BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13030
- BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
13031
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, decorators: [{
13033
+ BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13034
+ BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
13035
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, decorators: [{
13032
13036
  type: i0.Injectable,
13033
13037
  args: [{
13034
13038
  providedIn: 'root'
@@ -13098,9 +13102,9 @@
13098
13102
  };
13099
13103
  return BankTransactionService;
13100
13104
  }(RestService$1));
13101
- BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13102
- BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13103
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13105
+ BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13106
+ BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13107
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13104
13108
  type: i0.Injectable,
13105
13109
  args: [{
13106
13110
  providedIn: 'root'
@@ -13131,9 +13135,9 @@
13131
13135
  };
13132
13136
  return BankService;
13133
13137
  }(RestService$1));
13134
- BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13135
- BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13136
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, decorators: [{
13138
+ BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13139
+ BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13140
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, decorators: [{
13137
13141
  type: i0.Injectable,
13138
13142
  args: [{
13139
13143
  providedIn: 'root'
@@ -13156,9 +13160,9 @@
13156
13160
  }
13157
13161
  return ChartAccountsDepreciationService;
13158
13162
  }(RestService$1));
13159
- ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13160
- ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13161
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13163
+ ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13164
+ ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13165
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13162
13166
  type: i0.Injectable,
13163
13167
  args: [{
13164
13168
  providedIn: 'root'
@@ -13202,9 +13206,9 @@
13202
13206
  };
13203
13207
  return ChartAccountsService;
13204
13208
  }(RestService$1));
13205
- ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13206
- ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13207
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13209
+ ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13210
+ ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13211
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13208
13212
  type: i0.Injectable,
13209
13213
  args: [{
13210
13214
  providedIn: 'root'
@@ -13278,9 +13282,9 @@
13278
13282
  };
13279
13283
  return ChatService;
13280
13284
  }(RestService$1));
13281
- ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13282
- ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13283
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, decorators: [{
13285
+ ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13286
+ ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13287
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, decorators: [{
13284
13288
  type: i0.Injectable,
13285
13289
  args: [{
13286
13290
  providedIn: 'root'
@@ -13343,9 +13347,9 @@
13343
13347
  };
13344
13348
  return MessageService;
13345
13349
  }(RestService$1));
13346
- MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13347
- MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13348
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, decorators: [{
13350
+ MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13351
+ MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13352
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, decorators: [{
13349
13353
  type: i0.Injectable,
13350
13354
  args: [{
13351
13355
  providedIn: 'root'
@@ -13424,9 +13428,9 @@
13424
13428
  };
13425
13429
  return MessageDocumentService;
13426
13430
  }(RestService$1));
13427
- MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13428
- MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13429
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13431
+ MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13432
+ MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13433
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13430
13434
  type: i0.Injectable,
13431
13435
  args: [{
13432
13436
  providedIn: 'root'
@@ -13562,9 +13566,9 @@
13562
13566
  };
13563
13567
  return DepreciationService;
13564
13568
  }(RestService$1));
13565
- DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13566
- DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13567
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13569
+ DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13570
+ DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13571
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13568
13572
  type: i0.Injectable,
13569
13573
  args: [{
13570
13574
  providedIn: 'root'
@@ -13623,9 +13627,9 @@
13623
13627
  };
13624
13628
  return DepreciationCapitalProjectService;
13625
13629
  }());
13626
- DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13627
- DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13628
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13630
+ DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13631
+ DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13632
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13629
13633
  type: i0.Injectable,
13630
13634
  args: [{
13631
13635
  providedIn: 'root'
@@ -13698,9 +13702,9 @@
13698
13702
  };
13699
13703
  return ReceiptService;
13700
13704
  }());
13701
- ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13702
- ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13703
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13705
+ ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13706
+ ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13707
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13704
13708
  type: i0.Injectable,
13705
13709
  args: [{
13706
13710
  providedIn: 'root'
@@ -13734,9 +13738,9 @@
13734
13738
  }
13735
13739
  return DepreciationReceiptService;
13736
13740
  }(ReceiptService));
13737
- DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13738
- DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13739
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13741
+ DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13742
+ DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13743
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13740
13744
  type: i0.Injectable,
13741
13745
  args: [{
13742
13746
  providedIn: 'root'
@@ -13967,9 +13971,9 @@
13967
13971
  RestService.prototype.listenEvents = function () { };
13968
13972
  return RestService;
13969
13973
  }());
13970
- RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13971
- RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
13972
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, decorators: [{
13974
+ RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13975
+ RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
13976
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, decorators: [{
13973
13977
  type: i0.Injectable,
13974
13978
  args: [{
13975
13979
  providedIn: 'root'
@@ -13991,9 +13995,9 @@
13991
13995
  }
13992
13996
  return DocumentService;
13993
13997
  }(RestService));
13994
- DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13995
- DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
13996
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, decorators: [{
13998
+ DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13999
+ DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
14000
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, decorators: [{
13997
14001
  type: i0.Injectable,
13998
14002
  args: [{
13999
14003
  providedIn: 'root'
@@ -14065,9 +14069,9 @@
14065
14069
  };
14066
14070
  return DocumentFolderService;
14067
14071
  }(RestService));
14068
- DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14069
- DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
14070
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
14072
+ DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14073
+ DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
14074
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
14071
14075
  type: i0.Injectable,
14072
14076
  args: [{
14073
14077
  providedIn: 'root'
@@ -14156,9 +14160,9 @@
14156
14160
  auth_type: 'rerequest',
14157
14161
  return_scopes: true
14158
14162
  };
14159
- FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14160
- FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14161
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, decorators: [{
14163
+ FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14164
+ FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14165
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, decorators: [{
14162
14166
  type: i0.Injectable,
14163
14167
  args: [{
14164
14168
  providedIn: 'root'
@@ -14206,9 +14210,9 @@
14206
14210
  };
14207
14211
  return ClientIncomeTypesService;
14208
14212
  }());
14209
- ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14210
- ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
14211
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
14213
+ ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14214
+ ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
14215
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
14212
14216
  type: i0.Injectable,
14213
14217
  args: [{
14214
14218
  providedIn: 'root'
@@ -14337,9 +14341,9 @@
14337
14341
  };
14338
14342
  return ClientInviteService;
14339
14343
  }(RestService));
14340
- ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14341
- ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14342
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14344
+ ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14345
+ ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14346
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14343
14347
  type: i0.Injectable,
14344
14348
  args: [{
14345
14349
  providedIn: 'root'
@@ -14426,9 +14430,9 @@
14426
14430
  };
14427
14431
  return ClientMovementService;
14428
14432
  }(RestService));
14429
- ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14430
- ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14431
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14433
+ ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14434
+ ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14435
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14432
14436
  type: i0.Injectable,
14433
14437
  args: [{
14434
14438
  providedIn: 'root'
@@ -14461,9 +14465,9 @@
14461
14465
  };
14462
14466
  return EmployeeService;
14463
14467
  }(RestService));
14464
- EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14465
- EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14466
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14468
+ EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14469
+ EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14470
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14467
14471
  type: i0.Injectable,
14468
14472
  args: [{
14469
14473
  providedIn: 'root'
@@ -14510,9 +14514,9 @@
14510
14514
  };
14511
14515
  return EmployeeInviteService;
14512
14516
  }(RestService));
14513
- EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14514
- EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14515
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14517
+ EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14518
+ EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14519
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14516
14520
  type: i0.Injectable,
14517
14521
  args: [{
14518
14522
  providedIn: 'root'
@@ -14538,9 +14542,9 @@
14538
14542
  };
14539
14543
  return ClientPortfolioReportService;
14540
14544
  }());
14541
- ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14542
- ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14543
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14545
+ ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14546
+ ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14547
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14544
14548
  type: i0.Injectable,
14545
14549
  args: [{
14546
14550
  providedIn: 'root'
@@ -14616,9 +14620,9 @@
14616
14620
  };
14617
14621
  return FirmService;
14618
14622
  }());
14619
- FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14620
- FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14621
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, decorators: [{
14623
+ FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14624
+ FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14625
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, decorators: [{
14622
14626
  type: i0.Injectable,
14623
14627
  args: [{
14624
14628
  providedIn: 'root'
@@ -14698,9 +14702,9 @@
14698
14702
  };
14699
14703
  return IncomeSourceForecastService;
14700
14704
  }(RestService));
14701
- IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14702
- IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14703
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14705
+ IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14706
+ IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14707
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14704
14708
  type: i0.Injectable,
14705
14709
  args: [{
14706
14710
  providedIn: 'root'
@@ -14775,9 +14779,9 @@
14775
14779
  };
14776
14780
  return SalaryForecastService;
14777
14781
  }(RestService));
14778
- SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14779
- SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14780
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14782
+ SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14783
+ SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14784
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14781
14785
  type: i0.Injectable,
14782
14786
  args: [{
14783
14787
  providedIn: 'root'
@@ -14859,9 +14863,9 @@
14859
14863
  };
14860
14864
  return SoleForecastService;
14861
14865
  }(RestService));
14862
- SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14863
- SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14864
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14866
+ SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14867
+ SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14868
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14865
14869
  type: i0.Injectable,
14866
14870
  args: [{
14867
14871
  providedIn: 'root'
@@ -14969,9 +14973,9 @@
14969
14973
  };
14970
14974
  return IncomeSourceService;
14971
14975
  }(RestService));
14972
- IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14973
- IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14974
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14976
+ IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14977
+ IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14978
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14975
14979
  type: i0.Injectable,
14976
14980
  args: [{
14977
14981
  providedIn: 'root'
@@ -15036,9 +15040,9 @@
15036
15040
  };
15037
15041
  return BorrowingExpenseService;
15038
15042
  }());
15039
- BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15040
- BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
15041
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
15043
+ BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15044
+ BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
15045
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
15042
15046
  type: i0.Injectable,
15043
15047
  args: [{
15044
15048
  providedIn: 'root'
@@ -15129,9 +15133,9 @@
15129
15133
  };
15130
15134
  return LoanService;
15131
15135
  }(RestService$1));
15132
- LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15133
- LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
15134
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, decorators: [{
15136
+ LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15137
+ LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
15138
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, decorators: [{
15135
15139
  type: i0.Injectable,
15136
15140
  args: [{
15137
15141
  providedIn: 'root'
@@ -15153,9 +15157,9 @@
15153
15157
  }
15154
15158
  return PropertyCategoryService;
15155
15159
  }(RestService$1));
15156
- PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15157
- PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
15158
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
15160
+ PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15161
+ PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
15162
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
15159
15163
  type: i0.Injectable,
15160
15164
  args: [{
15161
15165
  providedIn: 'root'
@@ -15174,9 +15178,9 @@
15174
15178
  }
15175
15179
  return PropertyCategoryMovementService;
15176
15180
  }(RestService$1));
15177
- PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15178
- PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15179
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15181
+ PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15182
+ PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15183
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15180
15184
  type: i0.Injectable,
15181
15185
  args: [{
15182
15186
  providedIn: 'root'
@@ -15223,9 +15227,9 @@
15223
15227
  };
15224
15228
  return PropertyDocumentService;
15225
15229
  }(RestService$1));
15226
- PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15227
- PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15228
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15230
+ PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15231
+ PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15232
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15229
15233
  type: i0.Injectable,
15230
15234
  args: [{
15231
15235
  providedIn: 'root'
@@ -15245,9 +15249,9 @@
15245
15249
  }
15246
15250
  return TaxExemptionService;
15247
15251
  }(RestService$1));
15248
- TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15249
- TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15250
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15252
+ TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15253
+ TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15254
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15251
15255
  type: i0.Injectable,
15252
15256
  args: [{
15253
15257
  providedIn: 'root'
@@ -15266,9 +15270,9 @@
15266
15270
  }
15267
15271
  return PropertySaleService;
15268
15272
  }(RestService$1));
15269
- PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15270
- PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15271
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15273
+ PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15274
+ PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15275
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15272
15276
  type: i0.Injectable,
15273
15277
  args: [{
15274
15278
  providedIn: 'root'
@@ -15319,9 +15323,9 @@
15319
15323
  };
15320
15324
  return PropertyShareService;
15321
15325
  }(RestService$1));
15322
- PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15323
- PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15324
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15326
+ PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15327
+ PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15328
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15325
15329
  type: i0.Injectable,
15326
15330
  args: [{
15327
15331
  providedIn: 'root'
@@ -15427,9 +15431,9 @@
15427
15431
  };
15428
15432
  return PropertyService;
15429
15433
  }(RestService$1));
15430
- PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15431
- PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15432
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, decorators: [{
15434
+ PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15435
+ PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15436
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, decorators: [{
15433
15437
  type: i0.Injectable,
15434
15438
  args: [{
15435
15439
  providedIn: 'root'
@@ -15477,9 +15481,9 @@
15477
15481
  };
15478
15482
  return ServiceNotificationService;
15479
15483
  }(RestService));
15480
- ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15481
- ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15482
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15484
+ ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15485
+ ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15486
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15483
15487
  type: i0.Injectable,
15484
15488
  args: [{
15485
15489
  providedIn: 'root'
@@ -15535,9 +15539,9 @@
15535
15539
  };
15536
15540
  return SoleBusinessService;
15537
15541
  }(RestService));
15538
- SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15539
- SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15540
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15542
+ SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15543
+ SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15544
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15541
15545
  type: i0.Injectable,
15542
15546
  args: [{
15543
15547
  providedIn: 'root'
@@ -15555,9 +15559,9 @@
15555
15559
  }
15556
15560
  return SoleBusinessActivityService;
15557
15561
  }(RestService));
15558
- SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15559
- SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15560
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15562
+ SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15563
+ SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15564
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15561
15565
  type: i0.Injectable,
15562
15566
  args: [{
15563
15567
  providedIn: 'root'
@@ -15587,9 +15591,9 @@
15587
15591
  };
15588
15592
  return SoleBusinessLossService;
15589
15593
  }(RestService));
15590
- SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15591
- SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15592
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15594
+ SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15595
+ SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15596
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15593
15597
  type: i0.Injectable,
15594
15598
  args: [{
15595
15599
  providedIn: 'root'
@@ -15610,9 +15614,9 @@
15610
15614
  }
15611
15615
  return SoleBusinessLossOffsetRuleService;
15612
15616
  }(RestService));
15613
- SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15614
- SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15615
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15617
+ SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15618
+ SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15619
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15616
15620
  type: i0.Injectable,
15617
15621
  args: [{
15618
15622
  providedIn: 'root'
@@ -15630,9 +15634,9 @@
15630
15634
  }
15631
15635
  return SoleContactService;
15632
15636
  }(RestService));
15633
- SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15634
- SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15635
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15637
+ SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15638
+ SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15639
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15636
15640
  type: i0.Injectable,
15637
15641
  args: [{
15638
15642
  providedIn: 'root'
@@ -15692,9 +15696,9 @@
15692
15696
  };
15693
15697
  return SoleDepreciationMethodService;
15694
15698
  }());
15695
- SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15696
- SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15697
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15699
+ SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15700
+ SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15701
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15698
15702
  type: i0.Injectable,
15699
15703
  args: [{
15700
15704
  providedIn: 'root'
@@ -15753,9 +15757,9 @@
15753
15757
  };
15754
15758
  return SoleDetailsService;
15755
15759
  }());
15756
- SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15757
- SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15758
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15760
+ SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15761
+ SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15762
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15759
15763
  type: i0.Injectable,
15760
15764
  args: [{
15761
15765
  providedIn: 'root'
@@ -15838,9 +15842,9 @@
15838
15842
  };
15839
15843
  return SoleInvoiceService;
15840
15844
  }(RestService));
15841
- SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15842
- SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
15843
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
15845
+ SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15846
+ SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
15847
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
15844
15848
  type: i0.Injectable,
15845
15849
  args: [{
15846
15850
  providedIn: 'root'
@@ -15858,9 +15862,9 @@
15858
15862
  }
15859
15863
  return SoleInvoiceTemplateService;
15860
15864
  }(RestService));
15861
- SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15862
- SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
15863
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
15865
+ SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15866
+ SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
15867
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
15864
15868
  type: i0.Injectable,
15865
15869
  args: [{
15866
15870
  providedIn: 'root'
@@ -15878,9 +15882,9 @@
15878
15882
  }
15879
15883
  return BasReportService;
15880
15884
  }(RestService));
15881
- BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15882
- BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
15883
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, decorators: [{
15885
+ BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15886
+ BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
15887
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, decorators: [{
15884
15888
  type: i0.Injectable,
15885
15889
  args: [{
15886
15890
  providedIn: 'root'
@@ -15901,9 +15905,9 @@
15901
15905
  }
15902
15906
  return ServicePriceService;
15903
15907
  }(RestService));
15904
- ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15905
- ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
15906
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
15908
+ ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15909
+ ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
15910
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
15907
15911
  type: i0.Injectable,
15908
15912
  args: [{
15909
15913
  providedIn: 'root'
@@ -16030,9 +16034,9 @@
16030
16034
  };
16031
16035
  return SubscriptionService;
16032
16036
  }());
16033
- SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16034
- SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16035
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16037
+ SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16038
+ SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16039
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16036
16040
  type: i0.Injectable,
16037
16041
  args: [{
16038
16042
  providedIn: 'root'
@@ -16073,9 +16077,9 @@
16073
16077
  };
16074
16078
  return TaxReviewHistoryService;
16075
16079
  }(RestService));
16076
- TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16077
- TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16078
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16080
+ TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16081
+ TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16082
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16079
16083
  type: i0.Injectable,
16080
16084
  args: [{
16081
16085
  providedIn: 'root'
@@ -16172,9 +16176,9 @@
16172
16176
  };
16173
16177
  return TaxReviewService;
16174
16178
  }(RestService));
16175
- TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16176
- TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16177
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16179
+ TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16180
+ TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16181
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16178
16182
  type: i0.Injectable,
16179
16183
  args: [{
16180
16184
  providedIn: 'root'
@@ -16235,9 +16239,9 @@
16235
16239
  };
16236
16240
  return TaxSummaryService;
16237
16241
  }());
16238
- TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16239
- TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16240
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16242
+ TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16243
+ TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16244
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16241
16245
  type: i0.Injectable,
16242
16246
  args: [{
16243
16247
  providedIn: 'root'
@@ -16342,9 +16346,9 @@
16342
16346
  };
16343
16347
  return TransactionAllocationService;
16344
16348
  }(RestService));
16345
- TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16346
- TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16347
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16349
+ TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16350
+ TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16351
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16348
16352
  type: i0.Injectable,
16349
16353
  args: [{
16350
16354
  providedIn: 'root'
@@ -16373,9 +16377,9 @@
16373
16377
  }
16374
16378
  return TransactionReceiptService;
16375
16379
  }(ReceiptService));
16376
- TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16377
- TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16378
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16380
+ TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16381
+ TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16382
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16379
16383
  type: i0.Injectable,
16380
16384
  args: [{
16381
16385
  providedIn: 'root'
@@ -16714,9 +16718,9 @@
16714
16718
  };
16715
16719
  return TransactionService;
16716
16720
  }(RestService));
16717
- TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16718
- TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16719
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, decorators: [{
16721
+ TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16722
+ TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16723
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, decorators: [{
16720
16724
  type: i0.Injectable,
16721
16725
  args: [{
16722
16726
  providedIn: 'root'
@@ -16748,9 +16752,9 @@
16748
16752
  }());
16749
16753
  TutorialVideoService.googleUrl = "https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name";
16750
16754
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16751
- TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16752
- TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16753
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16755
+ TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16756
+ TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16757
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16754
16758
  type: i0.Injectable,
16755
16759
  args: [{
16756
16760
  providedIn: 'root'
@@ -16775,9 +16779,9 @@
16775
16779
  }
16776
16780
  return VehicleService;
16777
16781
  }(RestService));
16778
- VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16779
- VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16780
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, decorators: [{
16782
+ VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16783
+ VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16784
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, decorators: [{
16781
16785
  type: i0.Injectable,
16782
16786
  args: [{
16783
16787
  providedIn: 'root'
@@ -16858,9 +16862,9 @@
16858
16862
  };
16859
16863
  return VehicleClaimService;
16860
16864
  }(RestService));
16861
- VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16862
- VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
16863
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
16865
+ VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16866
+ VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
16867
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
16864
16868
  type: i0.Injectable,
16865
16869
  args: [{
16866
16870
  providedIn: 'root'
@@ -16942,9 +16946,9 @@
16942
16946
  };
16943
16947
  return VehicleClaimDetailsService;
16944
16948
  }());
16945
- VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16946
- VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
16947
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
16949
+ VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16950
+ VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
16951
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
16948
16952
  type: i0.Injectable,
16949
16953
  args: [{
16950
16954
  providedIn: 'root'
@@ -16969,9 +16973,9 @@
16969
16973
  }
16970
16974
  return VehicleLogbookService;
16971
16975
  }(RestService));
16972
- VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16973
- VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
16974
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
16976
+ VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16977
+ VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
16978
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
16975
16979
  type: i0.Injectable,
16976
16980
  args: [{
16977
16981
  providedIn: 'root'
@@ -17006,9 +17010,9 @@
17006
17010
  };
17007
17011
  return OccupationService;
17008
17012
  }());
17009
- OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17010
- OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17011
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, decorators: [{
17013
+ OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17014
+ OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17015
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, decorators: [{
17012
17016
  type: i0.Injectable,
17013
17017
  args: [{
17014
17018
  providedIn: 'root'
@@ -17058,9 +17062,9 @@
17058
17062
  };
17059
17063
  return UserEventSettingService;
17060
17064
  }(RestService));
17061
- UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17062
- UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17063
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17065
+ UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17066
+ UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17067
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17064
17068
  type: i0.Injectable,
17065
17069
  args: [{
17066
17070
  providedIn: 'root'
@@ -17078,9 +17082,9 @@
17078
17082
  }
17079
17083
  return UserEventTypeService;
17080
17084
  }(RestService));
17081
- UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17082
- UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17083
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17085
+ UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17086
+ UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17087
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17084
17088
  type: i0.Injectable,
17085
17089
  args: [{
17086
17090
  providedIn: 'root'
@@ -17100,9 +17104,9 @@
17100
17104
  }
17101
17105
  return UsersInviteService;
17102
17106
  }(RestService));
17103
- UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17104
- UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17105
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17107
+ UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17108
+ UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17109
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17106
17110
  type: i0.Injectable,
17107
17111
  args: [{
17108
17112
  providedIn: 'root'
@@ -17300,9 +17304,9 @@
17300
17304
  };
17301
17305
  return AccountSetupService;
17302
17306
  }());
17303
- AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17304
- AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17305
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17307
+ AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17308
+ AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17309
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17306
17310
  type: i0.Injectable,
17307
17311
  args: [{
17308
17312
  providedIn: 'root'
@@ -17330,9 +17334,9 @@
17330
17334
  };
17331
17335
  return RewardfulService;
17332
17336
  }());
17333
- RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17334
- RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17335
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17337
+ RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17338
+ RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17339
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17336
17340
  type: i0.Injectable,
17337
17341
  args: [{
17338
17342
  providedIn: 'root'
@@ -17380,9 +17384,9 @@
17380
17384
  };
17381
17385
  return AssetsService;
17382
17386
  }());
17383
- AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17384
- AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17385
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, decorators: [{
17387
+ AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17388
+ AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17389
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, decorators: [{
17386
17390
  type: i0.Injectable,
17387
17391
  args: [{
17388
17392
  providedIn: 'root'
@@ -17452,9 +17456,9 @@
17452
17456
  };
17453
17457
  return BankTransactionCalculationService;
17454
17458
  }());
17455
- BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17456
- BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17457
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17459
+ BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17460
+ BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17461
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17458
17462
  type: i0.Injectable,
17459
17463
  args: [{
17460
17464
  providedIn: 'root'
@@ -17484,9 +17488,9 @@
17484
17488
  };
17485
17489
  return BankAccountCalculationService;
17486
17490
  }());
17487
- BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17488
- BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17489
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17491
+ BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17492
+ BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17493
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17490
17494
  type: i0.Injectable,
17491
17495
  args: [{
17492
17496
  providedIn: 'root'
@@ -17513,9 +17517,9 @@
17513
17517
  };
17514
17518
  return ExportFormatterService;
17515
17519
  }());
17516
- ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17517
- ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17518
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17520
+ ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17521
+ ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17522
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17519
17523
  type: i0.Injectable,
17520
17524
  args: [{
17521
17525
  providedIn: 'root'
@@ -17538,9 +17542,9 @@
17538
17542
  };
17539
17543
  return HeaderTitleService;
17540
17544
  }());
17541
- HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17542
- HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17543
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17545
+ HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17546
+ HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17547
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17544
17548
  type: i0.Injectable,
17545
17549
  args: [{
17546
17550
  providedIn: 'root'
@@ -17575,9 +17579,9 @@
17575
17579
  };
17576
17580
  return IntercomService;
17577
17581
  }());
17578
- IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17579
- IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17580
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, decorators: [{
17582
+ IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17583
+ IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17584
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, decorators: [{
17581
17585
  type: i0.Injectable,
17582
17586
  args: [{
17583
17587
  providedIn: 'root'
@@ -17644,9 +17648,9 @@
17644
17648
  };
17645
17649
  return PdfFromDomElementService;
17646
17650
  }());
17647
- PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17648
- PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17649
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17651
+ PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17652
+ PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17653
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17650
17654
  type: i0.Injectable,
17651
17655
  args: [{
17652
17656
  providedIn: 'root'
@@ -17729,9 +17733,9 @@
17729
17733
  };
17730
17734
  return PdfFromTableService;
17731
17735
  }());
17732
- PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17733
- PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17734
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17736
+ PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17737
+ PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17738
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17735
17739
  type: i0.Injectable,
17736
17740
  args: [{
17737
17741
  providedIn: 'root'
@@ -17767,9 +17771,9 @@
17767
17771
  };
17768
17772
  return PdfFromDataTableService;
17769
17773
  }(PdfFromTableService));
17770
- PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17771
- PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17772
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17774
+ PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17775
+ PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17776
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17773
17777
  type: i0.Injectable,
17774
17778
  args: [{
17775
17779
  providedIn: 'root'
@@ -17808,9 +17812,9 @@
17808
17812
  };
17809
17813
  return PdfFromHtmlTableService;
17810
17814
  }(PdfFromTableService));
17811
- PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17812
- PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
17813
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
17815
+ PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17816
+ PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
17817
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
17814
17818
  type: i0.Injectable,
17815
17819
  args: [{
17816
17820
  providedIn: 'root'
@@ -17844,9 +17848,9 @@
17844
17848
  };
17845
17849
  return EquityPositionChartService;
17846
17850
  }());
17847
- EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17848
- EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
17849
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
17851
+ EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17852
+ EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
17853
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
17850
17854
  type: i0.Injectable,
17851
17855
  args: [{
17852
17856
  providedIn: 'root'
@@ -18034,9 +18038,9 @@
18034
18038
  };
18035
18039
  return PropertyCalculationService;
18036
18040
  }());
18037
- PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18038
- PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18039
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18041
+ PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18042
+ PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18043
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18040
18044
  type: i0.Injectable,
18041
18045
  args: [{
18042
18046
  providedIn: 'root'
@@ -18093,9 +18097,9 @@
18093
18097
  };
18094
18098
  return PropertyTransactionReportService;
18095
18099
  }());
18096
- PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18097
- PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18098
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18100
+ PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18101
+ PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18102
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18099
18103
  type: i0.Injectable,
18100
18104
  args: [{
18101
18105
  providedIn: 'root'
@@ -18168,9 +18172,9 @@
18168
18172
  };
18169
18173
  return TransactionCalculationService;
18170
18174
  }());
18171
- TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18172
- TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18173
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18175
+ TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18176
+ TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18177
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18174
18178
  type: i0.Injectable,
18175
18179
  args: [{
18176
18180
  providedIn: 'root'
@@ -18234,9 +18238,9 @@
18234
18238
  };
18235
18239
  return LogbookBestPeriodService;
18236
18240
  }());
18237
- LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18238
- LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18239
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18241
+ LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18242
+ LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18243
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18240
18244
  type: i0.Injectable,
18241
18245
  args: [{
18242
18246
  providedIn: 'root'
@@ -18280,9 +18284,9 @@
18280
18284
  };
18281
18285
  return XlsxService;
18282
18286
  }());
18283
- XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18284
- XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18285
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, decorators: [{
18287
+ XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18288
+ XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18289
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, decorators: [{
18286
18290
  type: i0.Injectable,
18287
18291
  args: [{
18288
18292
  providedIn: 'root'