taxtank-core 0.30.141 → 0.30.142

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 (1044) hide show
  1. package/esm2020/lib/forms/address/address.form.mjs +2 -2
  2. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  3. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  4. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  5. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  6. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  7. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  8. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  10. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  11. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  12. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  13. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  14. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  15. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  16. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  17. package/esm2020/lib/services/data.service.mjs +3 -3
  18. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  19. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  20. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  21. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  22. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  23. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  24. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  25. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  26. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  27. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  28. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  29. package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
  30. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  31. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  32. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  33. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  34. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  35. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  36. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  37. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  38. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  39. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  40. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  41. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  42. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  43. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  44. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  45. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  46. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  47. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  48. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  49. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  50. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  51. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  52. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  53. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  54. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  55. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  56. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  57. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  58. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  59. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  60. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  61. package/esm2020/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +3 -3
  62. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  63. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  64. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  65. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  66. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  67. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  68. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  69. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  70. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  71. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  72. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  73. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  74. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  75. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  76. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  77. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  78. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  79. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  80. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  82. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  83. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  84. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  85. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  86. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  87. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  88. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  89. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  90. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  91. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  92. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  93. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  94. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  95. package/esm2020/lib/services/http/user/financial-year/financial-year.service.mjs +3 -3
  96. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  97. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  98. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  99. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  100. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  101. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  102. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  103. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  104. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  105. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
  106. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  107. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  108. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  109. package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +3 -3
  110. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  111. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  112. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  113. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  114. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  115. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  116. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  117. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  118. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  119. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  120. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  121. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  122. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  123. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  124. package/esm2020/lib/tt-core.module.mjs +4 -4
  125. package/esm2020/lib/validators/address-corelogic.validator.mjs +5 -1
  126. package/fesm2015/taxtank-core.mjs +379 -372
  127. package/fesm2015/taxtank-core.mjs.map +1 -1
  128. package/fesm2020/taxtank-core.mjs +379 -372
  129. package/fesm2020/taxtank-core.mjs.map +1 -1
  130. package/package.json +1 -1
  131. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  132. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  133. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  134. package/lib/collections/asset-sale.collection.d.ts.map +0 -1
  135. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  136. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  137. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  138. package/lib/collections/chat/chat.collection.d.ts.map +0 -1
  139. package/lib/collections/chat/index.d.ts.map +0 -1
  140. package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
  141. package/lib/collections/chat/message.collection.d.ts.map +0 -1
  142. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  143. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  144. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  145. package/lib/collections/client.collection.d.ts.map +0 -1
  146. package/lib/collections/collection-dictionary.d.ts.map +0 -1
  147. package/lib/collections/collection.d.ts.map +0 -1
  148. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  149. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  150. package/lib/collections/employee.collection.d.ts.map +0 -1
  151. package/lib/collections/exportable.collection.d.ts.map +0 -1
  152. package/lib/collections/holding/holding-sale.collection.d.ts.map +0 -1
  153. package/lib/collections/holding/holding-type.collection.d.ts.map +0 -1
  154. package/lib/collections/holding/holding.collection.d.ts.map +0 -1
  155. package/lib/collections/holding/index.d.ts.map +0 -1
  156. package/lib/collections/income-source/income-source-forecast.collection.d.ts.map +0 -1
  157. package/lib/collections/income-source/income-source.collection.d.ts.map +0 -1
  158. package/lib/collections/income-source/index.d.ts.map +0 -1
  159. package/lib/collections/index.d.ts.map +0 -1
  160. package/lib/collections/loan/index.d.ts.map +0 -1
  161. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  162. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  163. package/lib/collections/property/index.d.ts.map +0 -1
  164. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  165. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  166. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
  167. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  168. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  169. package/lib/collections/property/property.collection.d.ts.map +0 -1
  170. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  171. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  172. package/lib/collections/report/index.d.ts.map +0 -1
  173. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  174. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  175. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  176. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  177. package/lib/collections/sole/index.d.ts.map +0 -1
  178. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  179. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  180. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  181. package/lib/collections/subscription/index.d.ts.map +0 -1
  182. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  183. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  184. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  185. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  186. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  187. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  188. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  189. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  190. package/lib/collections/transaction/index.d.ts.map +0 -1
  191. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  192. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  193. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  194. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  195. package/lib/collections/vehicle/index.d.ts.map +0 -1
  196. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  197. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  198. package/lib/db/Enums/address-type.enum.d.ts.map +0 -1
  199. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +0 -1
  200. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +0 -1
  201. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +0 -1
  202. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +0 -1
  203. package/lib/db/Enums/annual-frequency.enum.d.ts.map +0 -1
  204. package/lib/db/Enums/bank/bank-account-status.enum.d.ts.map +0 -1
  205. package/lib/db/Enums/bank/bank-account-type.enum.d.ts.map +0 -1
  206. package/lib/db/Enums/bank/bank-connection-status.enum.d.ts.map +0 -1
  207. package/lib/db/Enums/bank/bank-popular.enum.d.ts.map +0 -1
  208. package/lib/db/Enums/bank/bank-provider.enum.d.ts.map +0 -1
  209. package/lib/db/Enums/bank/bank-transaction-type.enum.d.ts.map +0 -1
  210. package/lib/db/Enums/bank/index.d.ts.map +0 -1
  211. package/lib/db/Enums/bank/loan/index.d.ts.map +0 -1
  212. package/lib/db/Enums/bank/loan/loan-bank-type.enum.d.ts.map +0 -1
  213. package/lib/db/Enums/bank/loan/loan-frequency.enum.d.ts.map +0 -1
  214. package/lib/db/Enums/bank/loan/loan-interest-type-label.enum.d.ts.map +0 -1
  215. package/lib/db/Enums/bank/loan/loan-interest-type.enum.d.ts.map +0 -1
  216. package/lib/db/Enums/bank/loan/loan-payout-type.enum.d.ts.map +0 -1
  217. package/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.d.ts.map +0 -1
  218. package/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.d.ts.map +0 -1
  219. package/lib/db/Enums/bank/loan/loan-repayment-type.enum.d.ts.map +0 -1
  220. package/lib/db/Enums/bank/loan/loan-type.enum.d.ts.map +0 -1
  221. package/lib/db/Enums/bank/loan/loan-vehicle-type.enum.d.ts.map +0 -1
  222. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +0 -1
  223. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +0 -1
  224. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +0 -1
  225. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +0 -1
  226. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +0 -1
  227. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +0 -1
  228. package/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts.map +0 -1
  229. package/lib/db/Enums/chart-accounts/chart-accounts-invoice-expense.enum.d.ts.map +0 -1
  230. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +0 -1
  231. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +0 -1
  232. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +0 -1
  233. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +0 -1
  234. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +0 -1
  235. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +0 -1
  236. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +0 -1
  237. package/lib/db/Enums/chart-accounts/index.d.ts.map +0 -1
  238. package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
  239. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
  240. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
  241. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
  242. package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
  243. package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
  244. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +0 -1
  245. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +0 -1
  246. package/lib/db/Enums/depreciation-type.enum.d.ts.map +0 -1
  247. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  248. package/lib/db/Enums/document-type.enum.d.ts.map +0 -1
  249. package/lib/db/Enums/file-type.enum.d.ts.map +0 -1
  250. package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
  251. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +0 -1
  252. package/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts.map +0 -1
  253. package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +0 -1
  254. package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +0 -1
  255. package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +0 -1
  256. package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +0 -1
  257. package/lib/db/Enums/income-source/income-source-type.enum.d.ts.map +0 -1
  258. package/lib/db/Enums/income-source/index.d.ts.map +0 -1
  259. package/lib/db/Enums/index.d.ts.map +0 -1
  260. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  261. package/lib/db/Enums/phone-type.enum.d.ts.map +0 -1
  262. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  263. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +0 -1
  264. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +0 -1
  265. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
  266. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
  267. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
  268. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
  269. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +0 -1
  270. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  271. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  272. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +0 -1
  273. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +0 -1
  274. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +0 -1
  275. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +0 -1
  276. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +0 -1
  277. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  278. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  279. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +0 -1
  280. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
  281. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
  282. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
  283. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
  284. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
  285. package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
  286. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
  287. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
  288. package/lib/db/Enums/tax-return/index.d.ts.map +0 -1
  289. package/lib/db/Enums/tax-return/tax-return-category-list.enum.d.ts.map +0 -1
  290. package/lib/db/Enums/tax-return/tax-return-category-section.enum.d.ts.map +0 -1
  291. package/lib/db/Enums/tax-return/tax-return-item.enum.d.ts.map +0 -1
  292. package/lib/db/Enums/tax-review-status.enum.d.ts.map +0 -1
  293. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  294. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +0 -1
  295. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  296. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +0 -1
  297. package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
  298. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  299. package/lib/db/Enums/transaction-operation.enum.d.ts.map +0 -1
  300. package/lib/db/Enums/transaction-source.enum.d.ts.map +0 -1
  301. package/lib/db/Enums/transaction-type.enum.d.ts.map +0 -1
  302. package/lib/db/Enums/user-event-status.enum.d.ts.map +0 -1
  303. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  304. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  305. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +0 -1
  306. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  307. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  308. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  309. package/lib/db/Enums/user-roles.enum.d.ts.map +0 -1
  310. package/lib/db/Enums/user-status.enum.d.ts.map +0 -1
  311. package/lib/db/Enums/user-title.enum.d.ts.map +0 -1
  312. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  313. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  314. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +0 -1
  315. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
  316. package/lib/db/Models/abstract-model.d.ts.map +0 -1
  317. package/lib/db/Models/address.d.ts.map +0 -1
  318. package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
  319. package/lib/db/Models/bank/bank-account-property.d.ts.map +0 -1
  320. package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
  321. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  322. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +0 -1
  323. package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
  324. package/lib/db/Models/bank/bank.d.ts.map +0 -1
  325. package/lib/db/Models/bank/basiq-job-step.enum.d.ts.map +0 -1
  326. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  327. package/lib/db/Models/budget/budget-rule.d.ts.map +0 -1
  328. package/lib/db/Models/budget/budget.d.ts.map +0 -1
  329. package/lib/db/Models/budget/index.d.ts.map +0 -1
  330. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  331. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  332. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  333. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  334. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +0 -1
  335. package/lib/db/Models/client/annual-client-details.d.ts.map +0 -1
  336. package/lib/db/Models/client/client-details.d.ts.map +0 -1
  337. package/lib/db/Models/client/client-income-types.d.ts.map +0 -1
  338. package/lib/db/Models/client/index.d.ts.map +0 -1
  339. package/lib/db/Models/client/occupation.d.ts.map +0 -1
  340. package/lib/db/Models/country.d.ts.map +0 -1
  341. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  342. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +0 -1
  343. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +0 -1
  344. package/lib/db/Models/depreciation/depreciation.d.ts.map +0 -1
  345. package/lib/db/Models/document/document-base.d.ts.map +0 -1
  346. package/lib/db/Models/document/document-folder.d.ts.map +0 -1
  347. package/lib/db/Models/document/document.d.ts.map +0 -1
  348. package/lib/db/Models/document/property-document.d.ts.map +0 -1
  349. package/lib/db/Models/file.d.ts.map +0 -1
  350. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
  351. package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
  352. package/lib/db/Models/firm/chat.d.ts.map +0 -1
  353. package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
  354. package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
  355. package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
  356. package/lib/db/Models/firm/firm-invite.d.ts.map +0 -1
  357. package/lib/db/Models/firm/firm.d.ts.map +0 -1
  358. package/lib/db/Models/firm/message-document.d.ts.map +0 -1
  359. package/lib/db/Models/firm/message.d.ts.map +0 -1
  360. package/lib/db/Models/holding/holding-sale.d.ts.map +0 -1
  361. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +0 -1
  362. package/lib/db/Models/holding/holding-type.d.ts.map +0 -1
  363. package/lib/db/Models/holding/holding.d.ts.map +0 -1
  364. package/lib/db/Models/holding/index.d.ts.map +0 -1
  365. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +0 -1
  366. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +0 -1
  367. package/lib/db/Models/incomeSource/income-source.d.ts.map +0 -1
  368. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +0 -1
  369. package/lib/db/Models/index.d.ts.map +0 -1
  370. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +0 -1
  371. package/lib/db/Models/loan/borrowing-expense.d.ts.map +0 -1
  372. package/lib/db/Models/loan/loan-payout.d.ts.map +0 -1
  373. package/lib/db/Models/loan/loan.d.ts.map +0 -1
  374. package/lib/db/Models/observable-model.d.ts.map +0 -1
  375. package/lib/db/Models/phone.d.ts.map +0 -1
  376. package/lib/db/Models/property/borrowing-report.d.ts.map +0 -1
  377. package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
  378. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  379. package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
  380. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  381. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
  382. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  383. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
  384. package/lib/db/Models/property/property-share.d.ts.map +0 -1
  385. package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
  386. package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
  387. package/lib/db/Models/property/property.d.ts.map +0 -1
  388. package/lib/db/Models/service-notification.d.ts.map +0 -1
  389. package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
  390. package/lib/db/Models/sole/sole-business-activity.d.ts.map +0 -1
  391. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +0 -1
  392. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  393. package/lib/db/Models/sole/sole-business-loss.d.ts.map +0 -1
  394. package/lib/db/Models/sole/sole-business.d.ts.map +0 -1
  395. package/lib/db/Models/sole/sole-contact.d.ts.map +0 -1
  396. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
  397. package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
  398. package/lib/db/Models/sole/sole-forecast.d.ts.map +0 -1
  399. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +0 -1
  400. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +0 -1
  401. package/lib/db/Models/sole/sole-invoice.d.ts.map +0 -1
  402. package/lib/db/Models/spare/spare-document-category.d.ts.map +0 -1
  403. package/lib/db/Models/spare/spare-document.d.ts.map +0 -1
  404. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  405. package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
  406. package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
  407. package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
  408. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
  409. package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
  410. package/lib/db/Models/tax-calculation.d.ts.map +0 -1
  411. package/lib/db/Models/tax-return/index.d.ts.map +0 -1
  412. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +0 -1
  413. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +0 -1
  414. package/lib/db/Models/tax-return/tax-return.d.ts.map +0 -1
  415. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  416. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  417. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  418. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  419. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +0 -1
  420. package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
  421. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +0 -1
  422. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +0 -1
  423. package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
  424. package/lib/db/Models/user/employee-details.d.ts.map +0 -1
  425. package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
  426. package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
  427. package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
  428. package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
  429. package/lib/db/Models/user/user-event.d.ts.map +0 -1
  430. package/lib/db/Models/user/user.d.ts.map +0 -1
  431. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  432. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +0 -1
  433. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +0 -1
  434. package/lib/db/Models/vehicle/vehicle.d.ts.map +0 -1
  435. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  436. package/lib/forms/abstract.form.d.ts.map +0 -1
  437. package/lib/forms/address/address.form.d.ts.map +0 -1
  438. package/lib/forms/address/index.d.ts.map +0 -1
  439. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  440. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  441. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  442. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  443. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  444. package/lib/forms/budget/budget.form.d.ts.map +0 -1
  445. package/lib/forms/budget/index.d.ts.map +0 -1
  446. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  447. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  448. package/lib/forms/client/index.d.ts.map +0 -1
  449. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  450. package/lib/forms/depreciation/index.d.ts.map +0 -1
  451. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  452. package/lib/forms/holding/holding-reinvest.form.d.ts.map +0 -1
  453. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  454. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  455. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  456. package/lib/forms/holding/index.d.ts.map +0 -1
  457. package/lib/forms/index.d.ts.map +0 -1
  458. package/lib/forms/loan/index.d.ts.map +0 -1
  459. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  460. package/lib/forms/login/login.form.d.ts.map +0 -1
  461. package/lib/forms/phone/index.d.ts.map +0 -1
  462. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  463. package/lib/forms/property/borrowing-report.form.d.ts.map +0 -1
  464. package/lib/forms/property/index.d.ts.map +0 -1
  465. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  466. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  467. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  468. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  469. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  470. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  471. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  472. 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
  473. 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
  474. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  475. 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
  476. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  477. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  478. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  479. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  480. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  481. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  482. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  483. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  484. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  485. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  486. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  487. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  488. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  489. package/lib/forms/sole/index.d.ts.map +0 -1
  490. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  491. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  492. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  493. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  494. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  495. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  496. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  497. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  498. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  499. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  500. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  501. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  502. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  503. package/lib/forms/transaction/holding/holding-income.form.d.ts.map +0 -1
  504. package/lib/forms/transaction/index.d.ts.map +0 -1
  505. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  506. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  507. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  508. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  509. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  510. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  511. package/lib/forms/user/index.d.ts.map +0 -1
  512. package/lib/forms/user/password.form.d.ts.map +0 -1
  513. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  514. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  515. package/lib/forms/vehicle/index.d.ts.map +0 -1
  516. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  517. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  518. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  519. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  520. package/lib/functions/array/index.d.ts.map +0 -1
  521. package/lib/functions/array/replace.d.ts.map +0 -1
  522. package/lib/functions/array/sort-deep.d.ts.map +0 -1
  523. package/lib/functions/array/sort.d.ts.map +0 -1
  524. package/lib/functions/array/to-array.d.ts.map +0 -1
  525. package/lib/functions/clone-deep.d.ts.map +0 -1
  526. package/lib/functions/create-date.d.ts.map +0 -1
  527. package/lib/functions/enum-to-list.d.ts.map +0 -1
  528. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  529. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  530. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  531. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  532. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  533. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  534. package/lib/interceptors/corelogic-interceptor.d.ts.map +0 -1
  535. package/lib/interceptors/financial-year-interceptor.d.ts.map +0 -1
  536. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  537. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  538. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  539. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  540. package/lib/interfaces/asset-entity-type.enum.d.ts.map +0 -1
  541. package/lib/interfaces/asset-type.enum.d.ts.map +0 -1
  542. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  543. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  544. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  545. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  546. package/lib/interfaces/document.interface.d.ts.map +0 -1
  547. package/lib/interfaces/documentable.interface.d.ts.map +0 -1
  548. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  549. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  550. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  551. package/lib/interfaces/index.d.ts.map +0 -1
  552. package/lib/interfaces/option.interface.d.ts.map +0 -1
  553. package/lib/interfaces/photoable.d.ts.map +0 -1
  554. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  555. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  556. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  557. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  558. package/lib/messages/index.d.ts.map +0 -1
  559. package/lib/messages/messages.enum.d.ts.map +0 -1
  560. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  561. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  562. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  563. package/lib/models/address/address.d.ts.map +0 -1
  564. package/lib/models/address/country.d.ts.map +0 -1
  565. package/lib/models/address/index.d.ts.map +0 -1
  566. package/lib/models/address/states.enum.d.ts.map +0 -1
  567. package/lib/models/asset-sale.d.ts.map +0 -1
  568. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  569. package/lib/models/badge/badge.d.ts.map +0 -1
  570. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  571. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  572. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  573. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  574. package/lib/models/bank/bank-account.d.ts.map +0 -1
  575. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  576. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  577. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  578. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  579. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  580. package/lib/models/bank/bank.d.ts.map +0 -1
  581. package/lib/models/bank/basiq/basiq-config.d.ts.map +0 -1
  582. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +0 -1
  583. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +0 -1
  584. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  585. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  586. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  587. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  588. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  589. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  590. package/lib/models/bank/index.d.ts.map +0 -1
  591. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  592. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  593. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  594. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  595. package/lib/models/budget/budget-rule.d.ts.map +0 -1
  596. package/lib/models/budget/budget.d.ts.map +0 -1
  597. package/lib/models/budget/index.d.ts.map +0 -1
  598. package/lib/models/chart/chart-data.d.ts.map +0 -1
  599. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  600. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  601. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  602. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  603. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  604. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  605. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  606. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  607. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  608. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  609. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  610. package/lib/models/chat/chat.d.ts.map +0 -1
  611. package/lib/models/chat/index.d.ts.map +0 -1
  612. package/lib/models/chat/message-document.d.ts.map +0 -1
  613. package/lib/models/chat/message.d.ts.map +0 -1
  614. package/lib/models/client/annual-client-details.d.ts.map +0 -1
  615. package/lib/models/client/client-details.d.ts.map +0 -1
  616. package/lib/models/client/client-income-types.d.ts.map +0 -1
  617. package/lib/models/client/client-invite.d.ts.map +0 -1
  618. package/lib/models/client/client-movement.d.ts.map +0 -1
  619. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  620. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  621. package/lib/models/client/index.d.ts.map +0 -1
  622. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  623. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  624. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  625. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  626. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  627. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  628. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  629. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  630. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  631. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  632. package/lib/models/depreciation/index.d.ts.map +0 -1
  633. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  634. package/lib/models/dictionary/index.d.ts.map +0 -1
  635. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  636. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  637. package/lib/models/document/document-folder.d.ts.map +0 -1
  638. package/lib/models/document/document.d.ts.map +0 -1
  639. package/lib/models/document/index.d.ts.map +0 -1
  640. package/lib/models/employee/employee-details.d.ts.map +0 -1
  641. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  642. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  643. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  644. package/lib/models/event/app-event-type.enum.d.ts.map +0 -1
  645. package/lib/models/event/app-event.d.ts.map +0 -1
  646. package/lib/models/event/index.d.ts.map +0 -1
  647. package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
  648. package/lib/models/export/export-cell.d.ts.map +0 -1
  649. package/lib/models/export/export-data-table.d.ts.map +0 -1
  650. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  651. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  652. package/lib/models/export/export-row.d.ts.map +0 -1
  653. package/lib/models/file/file.d.ts.map +0 -1
  654. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  655. package/lib/models/file/index.d.ts.map +0 -1
  656. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  657. package/lib/models/financial-year/index.d.ts.map +0 -1
  658. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  659. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  660. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  661. package/lib/models/firm/firm.d.ts.map +0 -1
  662. package/lib/models/holding/holding-reinvest.d.ts.map +0 -1
  663. package/lib/models/holding/holding-sale.d.ts.map +0 -1
  664. package/lib/models/holding/holding-type-exchange.d.ts.map +0 -1
  665. package/lib/models/holding/holding-type.d.ts.map +0 -1
  666. package/lib/models/holding/holding.d.ts.map +0 -1
  667. package/lib/models/holding/index.d.ts.map +0 -1
  668. package/lib/models/income-position/income-position.d.ts.map +0 -1
  669. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  670. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  671. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  672. package/lib/models/income-source/income-source.d.ts.map +0 -1
  673. package/lib/models/income-source/index.d.ts.map +0 -1
  674. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  675. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  676. package/lib/models/index.d.ts.map +0 -1
  677. package/lib/models/loan/index.d.ts.map +0 -1
  678. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  679. package/lib/models/loan/loan-payment.d.ts.map +0 -1
  680. package/lib/models/loan/loan-payout.d.ts.map +0 -1
  681. package/lib/models/loan/loan.d.ts.map +0 -1
  682. package/lib/models/notification/index.d.ts.map +0 -1
  683. package/lib/models/notification/notification.d.ts.map +0 -1
  684. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  685. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  686. package/lib/models/phone/phone.d.ts.map +0 -1
  687. package/lib/models/property/borrowing-report.d.ts.map +0 -1
  688. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  689. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  690. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  691. package/lib/models/property/corelogic-suggestion.d.ts.map +0 -1
  692. package/lib/models/property/index.d.ts.map +0 -1
  693. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  694. package/lib/models/property/property-category.d.ts.map +0 -1
  695. package/lib/models/property/property-document.d.ts.map +0 -1
  696. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  697. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  698. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  699. package/lib/models/property/property-forecast.d.ts.map +0 -1
  700. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  701. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  702. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  703. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  704. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  705. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  706. package/lib/models/property/property-share.d.ts.map +0 -1
  707. package/lib/models/property/property-subscription.d.ts.map +0 -1
  708. package/lib/models/property/property-valuation.d.ts.map +0 -1
  709. package/lib/models/property/property.d.ts.map +0 -1
  710. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  711. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  712. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  713. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  714. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  715. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  716. package/lib/models/report/index.d.ts.map +0 -1
  717. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  718. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  719. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  720. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  721. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  722. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +0 -1
  723. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +0 -1
  724. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +0 -1
  725. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  726. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  727. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  728. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  729. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  730. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  731. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  732. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  733. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  734. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  735. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  736. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  737. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  738. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  739. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  740. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  741. package/lib/models/report/property/index.d.ts.map +0 -1
  742. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  743. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  744. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  745. package/lib/models/report/sole/index.d.ts.map +0 -1
  746. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  747. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  748. package/lib/models/service-subscription/index.d.ts.map +0 -1
  749. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  750. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  751. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  752. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  753. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  754. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  755. package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +0 -1
  756. package/lib/models/service-subscription/service-promo-code.d.ts.map +0 -1
  757. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  758. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  759. package/lib/models/sole/bas-report.d.ts.map +0 -1
  760. package/lib/models/sole/index.d.ts.map +0 -1
  761. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  762. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  763. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  764. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  765. package/lib/models/sole/sole-business.d.ts.map +0 -1
  766. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  767. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  768. package/lib/models/sole/sole-details.d.ts.map +0 -1
  769. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  770. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  771. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  772. package/lib/models/tax-return/index.d.ts.map +0 -1
  773. package/lib/models/tax-return/tax-return-category.d.ts.map +0 -1
  774. package/lib/models/tax-return/tax-return-item.d.ts.map +0 -1
  775. package/lib/models/tax-return/tax-return.d.ts.map +0 -1
  776. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  777. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  778. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  779. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  780. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  781. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  782. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  783. package/lib/models/toast/toast.d.ts.map +0 -1
  784. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  785. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  786. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  787. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  788. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  789. package/lib/models/transaction/index.d.ts.map +0 -1
  790. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  791. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  792. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  793. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  794. package/lib/models/transaction/transaction.d.ts.map +0 -1
  795. package/lib/models/user/index.d.ts.map +0 -1
  796. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  797. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  798. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  799. package/lib/models/user/my-account-history.d.ts.map +0 -1
  800. package/lib/models/user/occupation.d.ts.map +0 -1
  801. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  802. package/lib/models/user/user-to-register.d.ts.map +0 -1
  803. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  804. package/lib/models/user/user.d.ts.map +0 -1
  805. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  806. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  807. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  808. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  809. package/lib/models/vehicle/index.d.ts.map +0 -1
  810. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  811. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  812. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  813. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  814. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  815. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  816. package/lib/services/account-setup/index.d.ts.map +0 -1
  817. package/lib/services/affiliate/index.d.ts.map +0 -1
  818. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  819. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  820. package/lib/services/asset/assets.service.d.ts.map +0 -1
  821. package/lib/services/asset/index.d.ts.map +0 -1
  822. package/lib/services/auth/auth.service.d.ts.map +0 -1
  823. package/lib/services/auth/index.d.ts.map +0 -1
  824. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  825. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  826. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  827. package/lib/services/bank/index.d.ts.map +0 -1
  828. package/lib/services/data.service.d.ts.map +0 -1
  829. package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
  830. package/lib/services/event/index.d.ts.map +0 -1
  831. package/lib/services/event/sse.service.d.ts.map +0 -1
  832. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  833. package/lib/services/export/index.d.ts.map +0 -1
  834. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  835. package/lib/services/header-title/index.d.ts.map +0 -1
  836. package/lib/services/http/address/address.service.d.ts.map +0 -1
  837. package/lib/services/http/address/index.d.ts.map +0 -1
  838. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  839. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  840. package/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts.map +0 -1
  841. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  842. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  843. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  844. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  845. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  846. package/lib/services/http/bank/basiq/basiq-messages.enum.d.ts.map +0 -1
  847. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  848. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  849. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  850. package/lib/services/http/bank/index.d.ts.map +0 -1
  851. package/lib/services/http/budget/budget-messages.enum.d.ts.map +0 -1
  852. package/lib/services/http/budget/budget.service.d.ts.map +0 -1
  853. package/lib/services/http/budget/index.d.ts.map +0 -1
  854. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  855. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  856. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  857. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  858. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  859. package/lib/services/http/chat/index.d.ts.map +0 -1
  860. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  861. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  862. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  863. package/lib/services/http/client/index.d.ts.map +0 -1
  864. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  865. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  866. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  867. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  868. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  869. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  870. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  871. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  872. package/lib/services/http/document/document.service.d.ts.map +0 -1
  873. package/lib/services/http/document/index.d.ts.map +0 -1
  874. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  875. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  876. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  877. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  878. package/lib/services/http/facebook/index.d.ts.map +0 -1
  879. package/lib/services/http/file/file.service.d.ts.map +0 -1
  880. package/lib/services/http/file/index.d.ts.map +0 -1
  881. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  882. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  883. package/lib/services/http/firm/client-invite/client-invite-messages.enum.d.ts.map +0 -1
  884. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  885. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  886. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  887. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  888. package/lib/services/http/firm/employee/employee-messages.enum.d.ts.map +0 -1
  889. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  890. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  891. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  892. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  893. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  894. package/lib/services/http/firm/index.d.ts.map +0 -1
  895. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  896. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  897. package/lib/services/http/google/google.service.d.ts.map +0 -1
  898. package/lib/services/http/google/index.d.ts.map +0 -1
  899. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  900. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  901. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  902. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  903. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  904. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  905. package/lib/services/http/holding/index.d.ts.map +0 -1
  906. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  907. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  908. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  909. package/lib/services/http/income-source/index.d.ts.map +0 -1
  910. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  911. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  912. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  913. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  914. package/lib/services/http/index.d.ts.map +0 -1
  915. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  916. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  917. package/lib/services/http/loan/index.d.ts.map +0 -1
  918. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  919. package/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.d.ts.map +0 -1
  920. package/lib/services/http/property/borrowing-report/borrowing-report.service.d.ts.map +0 -1
  921. package/lib/services/http/property/borrowing-report/index.d.ts.map +0 -1
  922. package/lib/services/http/property/index.d.ts.map +0 -1
  923. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  924. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  925. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  926. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  927. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  928. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  929. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  930. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  931. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  932. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  933. package/lib/services/http/property/property.service.d.ts.map +0 -1
  934. package/lib/services/http/receipt/index.d.ts.map +0 -1
  935. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  936. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  937. package/lib/services/http/rest/index.d.ts.map +0 -1
  938. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  939. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  940. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  941. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  942. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  943. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  944. package/lib/services/http/sole/index.d.ts.map +0 -1
  945. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  946. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  947. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  948. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  949. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  950. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  951. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  952. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  953. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  954. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  955. package/lib/services/http/subscription/index.d.ts.map +0 -1
  956. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  957. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  958. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  959. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  960. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  961. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  962. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  963. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  964. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  965. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  966. package/lib/services/http/transaction/index.d.ts.map +0 -1
  967. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  968. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  969. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  970. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  971. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  972. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  973. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  974. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  975. package/lib/services/http/user/financial-year/financial-year.service.d.ts.map +0 -1
  976. package/lib/services/http/user/index.d.ts.map +0 -1
  977. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  978. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  979. package/lib/services/http/user/user.service.d.ts.map +0 -1
  980. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  981. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  982. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  983. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  984. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  985. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  986. package/lib/services/index.d.ts.map +0 -1
  987. package/lib/services/intercom/index.d.ts.map +0 -1
  988. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  989. package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts.map +0 -1
  990. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  991. package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
  992. package/lib/services/json/index.d.ts.map +0 -1
  993. package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  994. package/lib/services/json/tax-return/tax-return-item.service.d.ts.map +0 -1
  995. package/lib/services/pdf/index.d.ts.map +0 -1
  996. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  997. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  998. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  999. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  1000. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  1001. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  1002. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  1003. package/lib/services/preloader/index.d.ts.map +0 -1
  1004. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  1005. package/lib/services/property/corelogic/corelogic.service.d.ts.map +0 -1
  1006. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  1007. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  1008. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  1009. package/lib/services/property/index.d.ts.map +0 -1
  1010. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  1011. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  1012. package/lib/services/report/index.d.ts.map +0 -1
  1013. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  1014. package/lib/services/toast/index.d.ts.map +0 -1
  1015. package/lib/services/toast/toast.service.d.ts.map +0 -1
  1016. package/lib/services/transaction/index.d.ts.map +0 -1
  1017. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  1018. package/lib/services/user/index.d.ts.map +0 -1
  1019. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  1020. package/lib/services/vehicle/index.d.ts.map +0 -1
  1021. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  1022. package/lib/services/xlsx/index.d.ts.map +0 -1
  1023. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  1024. package/lib/tt-core.module.d.ts.map +0 -1
  1025. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  1026. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  1027. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  1028. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  1029. package/lib/validators/conditional.validator.d.ts.map +0 -1
  1030. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  1031. package/lib/validators/date-range.validator.d.ts.map +0 -1
  1032. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  1033. package/lib/validators/file.validator.d.ts.map +0 -1
  1034. package/lib/validators/greater-than.validator.d.ts.map +0 -1
  1035. package/lib/validators/index.d.ts.map +0 -1
  1036. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  1037. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  1038. package/lib/validators/password-match.validator.d.ts.map +0 -1
  1039. package/lib/validators/password.validator.d.ts.map +0 -1
  1040. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  1041. package/lib/validators/required-length.validator.d.ts.map +0 -1
  1042. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  1043. package/public-api.d.ts.map +0 -1
  1044. package/taxtank-core.d.ts.map +0 -1
@@ -72,9 +72,9 @@ class CorelogicService {
72
72
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
73
73
  }
74
74
  }
75
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
76
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
75
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
76
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, providedIn: 'root' });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
@@ -112,9 +112,9 @@ class CorelogicInterceptor {
112
112
  });
113
113
  }
114
114
  }
115
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
116
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
115
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
116
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
118
  type: Injectable
119
119
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
120
120
  type: Inject,
@@ -151,9 +151,9 @@ class FinancialYearInterceptor {
151
151
  return next.handle(clonedReq);
152
152
  }
153
153
  }
154
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
155
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
154
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
155
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
157
  type: Injectable
158
158
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
159
159
  type: Inject,
@@ -206,9 +206,9 @@ class AddressService {
206
206
  return this.countriesSubject.asObservable();
207
207
  }
208
208
  }
209
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
210
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
209
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
210
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, providedIn: 'root' });
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, decorators: [{
212
212
  type: Injectable,
213
213
  args: [{
214
214
  providedIn: 'root'
@@ -10207,9 +10207,9 @@ class DataService {
10207
10207
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
10208
10208
  }
10209
10209
  }
10210
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10211
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
10212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
10210
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10211
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, providedIn: 'root' });
10212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, decorators: [{
10213
10213
  type: Injectable,
10214
10214
  args: [{
10215
10215
  providedIn: 'root'
@@ -10244,9 +10244,9 @@ class JwtService extends JwtHelperService {
10244
10244
  return this.getUser().id === userId;
10245
10245
  }
10246
10246
  }
10247
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10248
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
10249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
10247
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10248
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, providedIn: 'root' });
10249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, decorators: [{
10250
10250
  type: Injectable,
10251
10251
  args: [{
10252
10252
  providedIn: 'root'
@@ -10281,9 +10281,9 @@ class AuthService {
10281
10281
  location.replace(url);
10282
10282
  }
10283
10283
  }
10284
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10285
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
10286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
10284
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10285
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, providedIn: 'root' });
10286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, decorators: [{
10287
10287
  type: Injectable,
10288
10288
  args: [{
10289
10289
  providedIn: 'root'
@@ -10321,9 +10321,9 @@ class EventDispatcherService {
10321
10321
  this.eventSubject2.next(event);
10322
10322
  }
10323
10323
  }
10324
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10325
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
10326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
10324
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10325
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
10326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, decorators: [{
10327
10327
  type: Injectable,
10328
10328
  args: [{
10329
10329
  providedIn: 'root'
@@ -10360,9 +10360,9 @@ class SseService {
10360
10360
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
10361
10361
  }
10362
10362
  }
10363
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10364
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
10365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
10363
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10364
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, providedIn: 'root' });
10365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, decorators: [{
10366
10366
  type: Injectable,
10367
10367
  args: [{
10368
10368
  providedIn: 'root'
@@ -10583,9 +10583,9 @@ let RestService$1 = class RestService extends DataService {
10583
10583
  */
10584
10584
  listenEvents() { }
10585
10585
  };
10586
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10587
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
10588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
10586
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10587
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, providedIn: 'root' });
10588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, decorators: [{
10589
10589
  type: Injectable,
10590
10590
  args: [{
10591
10591
  providedIn: 'root'
@@ -10653,9 +10653,9 @@ class BankAccountService extends RestService$1 {
10653
10653
  });
10654
10654
  }
10655
10655
  }
10656
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10657
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10658
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
10656
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10657
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, decorators: [{
10659
10659
  type: Injectable,
10660
10660
  args: [{
10661
10661
  providedIn: 'root'
@@ -10750,9 +10750,9 @@ class ToastService {
10750
10750
  }));
10751
10751
  }
10752
10752
  }
10753
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10754
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10753
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10754
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, providedIn: 'root' });
10755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, decorators: [{
10756
10756
  type: Injectable,
10757
10757
  args: [{
10758
10758
  providedIn: 'root'
@@ -10830,9 +10830,9 @@ class BankConnectionService extends RestService$1 {
10830
10830
  });
10831
10831
  }
10832
10832
  }
10833
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10834
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10835
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10833
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10834
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, decorators: [{
10836
10836
  type: Injectable,
10837
10837
  args: [{
10838
10838
  providedIn: 'root'
@@ -10945,9 +10945,9 @@ class BankTransactionService extends RestService$1 {
10945
10945
  });
10946
10946
  }
10947
10947
  }
10948
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10949
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10950
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
10948
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10949
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, decorators: [{
10951
10951
  type: Injectable,
10952
10952
  args: [{
10953
10953
  providedIn: 'root'
@@ -10979,9 +10979,9 @@ class BasiqTokenService extends RestService$1 {
10979
10979
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10980
10980
  }
10981
10981
  }
10982
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10983
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10982
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10983
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, decorators: [{
10985
10985
  type: Injectable,
10986
10986
  args: [{
10987
10987
  providedIn: 'root'
@@ -11107,9 +11107,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
11107
11107
  * How long we will wait accounts retrieving, break after timeout if not retireved
11108
11108
  */
11109
11109
  BasiqService.retrieveAccountsTimeout = 20000;
11110
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
11111
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
11112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
11110
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
11111
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, providedIn: 'root' });
11112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, decorators: [{
11113
11113
  type: Injectable,
11114
11114
  args: [{
11115
11115
  providedIn: 'root'
@@ -11139,9 +11139,9 @@ class BankService extends RestService$1 {
11139
11139
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11140
11140
  }
11141
11141
  }
11142
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11143
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
11144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
11142
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11143
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, providedIn: 'root' });
11144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, decorators: [{
11145
11145
  type: Injectable,
11146
11146
  args: [{
11147
11147
  providedIn: 'root'
@@ -11158,9 +11158,9 @@ class BudgetService extends RestService$1 {
11158
11158
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
11159
11159
  }
11160
11160
  }
11161
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11162
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
11163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
11161
+ BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11162
+ BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, providedIn: 'root' });
11163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, decorators: [{
11164
11164
  type: Injectable,
11165
11165
  args: [{
11166
11166
  providedIn: 'root'
@@ -11188,9 +11188,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
11188
11188
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11189
11189
  }
11190
11190
  }
11191
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11192
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
11193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11191
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11192
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
11193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11194
11194
  type: Injectable,
11195
11195
  args: [{
11196
11196
  providedIn: 'root'
@@ -11230,9 +11230,9 @@ class ChartAccountsService extends RestService$1 {
11230
11230
  }));
11231
11231
  }
11232
11232
  }
11233
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11234
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
11235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
11233
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11234
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
11235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, decorators: [{
11236
11236
  type: Injectable,
11237
11237
  args: [{
11238
11238
  providedIn: 'root'
@@ -11301,9 +11301,9 @@ class ChatService extends RestService$1 {
11301
11301
  });
11302
11302
  }
11303
11303
  }
11304
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11305
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
11306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
11304
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11305
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, providedIn: 'root' });
11306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, decorators: [{
11307
11307
  type: Injectable,
11308
11308
  args: [{
11309
11309
  providedIn: 'root'
@@ -11360,9 +11360,9 @@ class MessageService extends RestService$1 {
11360
11360
  });
11361
11361
  }
11362
11362
  }
11363
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11364
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
11365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
11363
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
11364
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, providedIn: 'root' });
11365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, decorators: [{
11366
11366
  type: Injectable,
11367
11367
  args: [{
11368
11368
  providedIn: 'root'
@@ -11431,9 +11431,9 @@ class MessageDocumentService extends RestService$1 {
11431
11431
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
11432
11432
  }
11433
11433
  }
11434
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11435
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
11436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
11434
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11435
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
11436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, decorators: [{
11437
11437
  type: Injectable,
11438
11438
  args: [{
11439
11439
  providedIn: 'root'
@@ -11496,9 +11496,9 @@ class ReceiptService {
11496
11496
  return plainToClass(this.modelClass, data);
11497
11497
  }
11498
11498
  }
11499
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11500
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
11501
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
11499
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11500
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, providedIn: 'root' });
11501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, decorators: [{
11502
11502
  type: Injectable,
11503
11503
  args: [{
11504
11504
  providedIn: 'root'
@@ -11527,9 +11527,9 @@ class DepreciationReceiptService extends ReceiptService {
11527
11527
  this.listenEvents();
11528
11528
  }
11529
11529
  }
11530
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11531
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11530
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11531
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11533
11533
  type: Injectable,
11534
11534
  args: [{
11535
11535
  providedIn: 'root'
@@ -11662,9 +11662,9 @@ class DepreciationService extends RestService$1 {
11662
11662
  });
11663
11663
  }
11664
11664
  }
11665
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
11666
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
11665
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
11666
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, decorators: [{
11668
11668
  type: Injectable,
11669
11669
  args: [{
11670
11670
  providedIn: 'root'
@@ -11714,9 +11714,9 @@ class DepreciationCapitalProjectService {
11714
11714
  }));
11715
11715
  }
11716
11716
  }
11717
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11718
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11719
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11717
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11718
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11720
11720
  type: Injectable,
11721
11721
  args: [{
11722
11722
  providedIn: 'root'
@@ -11932,9 +11932,9 @@ class RestService {
11932
11932
  */
11933
11933
  listenEvents() { }
11934
11934
  }
11935
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11936
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
11937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
11935
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11936
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, providedIn: 'root' });
11937
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, decorators: [{
11938
11938
  type: Injectable,
11939
11939
  args: [{
11940
11940
  providedIn: 'root'
@@ -11951,9 +11951,9 @@ class DocumentService extends RestService {
11951
11951
  this.modelClass = Document;
11952
11952
  }
11953
11953
  }
11954
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11955
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
11956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
11954
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11955
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, providedIn: 'root' });
11956
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, decorators: [{
11957
11957
  type: Injectable,
11958
11958
  args: [{
11959
11959
  providedIn: 'root'
@@ -12019,9 +12019,9 @@ class DocumentFolderService extends RestService {
12019
12019
  }));
12020
12020
  }
12021
12021
  }
12022
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12023
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12024
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
12022
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12023
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, decorators: [{
12025
12025
  type: Injectable,
12026
12026
  args: [{
12027
12027
  providedIn: 'root'
@@ -12096,9 +12096,9 @@ FacebookService.authOptions = {
12096
12096
  auth_type: 'rerequest',
12097
12097
  return_scopes: true
12098
12098
  };
12099
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12100
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
12101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
12099
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12100
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, providedIn: 'root' });
12101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, decorators: [{
12102
12102
  type: Injectable,
12103
12103
  args: [{
12104
12104
  providedIn: 'root'
@@ -12166,9 +12166,9 @@ class GoogleService {
12166
12166
  google.accounts.id.disableAutoSelect();
12167
12167
  }
12168
12168
  }
12169
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12170
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
12171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
12169
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12170
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, providedIn: 'root' });
12171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, decorators: [{
12172
12172
  type: Injectable,
12173
12173
  args: [{
12174
12174
  providedIn: 'root'
@@ -12197,9 +12197,9 @@ class FileService extends RestService$1 {
12197
12197
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
12198
12198
  }
12199
12199
  }
12200
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12201
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
12202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
12200
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12201
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, providedIn: 'root' });
12202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, decorators: [{
12203
12203
  type: Injectable,
12204
12204
  args: [{
12205
12205
  providedIn: 'root'
@@ -12216,9 +12216,9 @@ class ClientIncomeTypesService extends RestService$1 {
12216
12216
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
12217
12217
  }
12218
12218
  }
12219
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12220
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
12221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
12219
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12220
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
12221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
12222
12222
  type: Injectable,
12223
12223
  args: [{
12224
12224
  providedIn: 'root'
@@ -12335,9 +12335,9 @@ class ClientInviteService extends RestService {
12335
12335
  });
12336
12336
  }
12337
12337
  }
12338
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12339
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
12340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
12338
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12339
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
12340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, decorators: [{
12341
12341
  type: Injectable,
12342
12342
  args: [{
12343
12343
  providedIn: 'root'
@@ -12424,9 +12424,9 @@ class ClientMovementService extends RestService {
12424
12424
  });
12425
12425
  }
12426
12426
  }
12427
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12428
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
12429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
12427
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12428
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
12429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, decorators: [{
12430
12430
  type: Injectable,
12431
12431
  args: [{
12432
12432
  providedIn: 'root'
@@ -12477,9 +12477,9 @@ class EmployeeService extends RestService {
12477
12477
  }));
12478
12478
  }
12479
12479
  }
12480
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12481
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
12482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
12480
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12481
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, providedIn: 'root' });
12482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, decorators: [{
12483
12483
  type: Injectable,
12484
12484
  args: [{
12485
12485
  providedIn: 'root'
@@ -12541,9 +12541,9 @@ class EmployeeInviteService extends RestService {
12541
12541
  }));
12542
12542
  }
12543
12543
  }
12544
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12545
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
12546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
12544
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12545
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
12546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, decorators: [{
12547
12547
  type: Injectable,
12548
12548
  args: [{
12549
12549
  providedIn: 'root'
@@ -12568,9 +12568,9 @@ class ClientPortfolioReportService {
12568
12568
  }));
12569
12569
  }
12570
12570
  }
12571
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12572
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
12573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12571
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12572
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
12573
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12574
12574
  type: Injectable,
12575
12575
  args: [{
12576
12576
  providedIn: 'root'
@@ -12632,9 +12632,9 @@ class FirmService {
12632
12632
  }));
12633
12633
  }
12634
12634
  }
12635
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12636
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
12637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
12635
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12636
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, providedIn: 'root' });
12637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, decorators: [{
12638
12638
  type: Injectable,
12639
12639
  args: [{
12640
12640
  providedIn: 'root'
@@ -12708,9 +12708,9 @@ class IncomeSourceForecastService extends RestService {
12708
12708
  }).flat();
12709
12709
  }
12710
12710
  }
12711
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12712
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
12713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
12711
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12712
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
12713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
12714
12714
  type: Injectable,
12715
12715
  args: [{
12716
12716
  providedIn: 'root'
@@ -12780,9 +12780,9 @@ class SalaryForecastService extends RestService {
12780
12780
  }).flat();
12781
12781
  }
12782
12782
  }
12783
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12784
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
12785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
12783
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12784
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
12785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, decorators: [{
12786
12786
  type: Injectable,
12787
12787
  args: [{
12788
12788
  providedIn: 'root'
@@ -12858,9 +12858,9 @@ class SoleForecastService extends RestService {
12858
12858
  });
12859
12859
  }
12860
12860
  }
12861
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12862
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12863
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
12861
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12862
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, decorators: [{
12864
12864
  type: Injectable,
12865
12865
  args: [{
12866
12866
  providedIn: 'root'
@@ -12939,9 +12939,9 @@ class IncomeSourceService extends RestService {
12939
12939
  });
12940
12940
  }
12941
12941
  }
12942
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12943
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
12942
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12943
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, decorators: [{
12945
12945
  type: Injectable,
12946
12946
  args: [{
12947
12947
  providedIn: 'root'
@@ -13002,9 +13002,9 @@ class BorrowingExpenseService {
13002
13002
  }));
13003
13003
  }
13004
13004
  }
13005
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13006
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13005
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13006
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13008
13008
  type: Injectable,
13009
13009
  args: [{
13010
13010
  providedIn: 'root'
@@ -13084,9 +13084,9 @@ class LoanService extends RestService$1 {
13084
13084
  }));
13085
13085
  }
13086
13086
  }
13087
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13088
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
13089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
13087
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13088
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, providedIn: 'root' });
13089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, decorators: [{
13090
13090
  type: Injectable,
13091
13091
  args: [{
13092
13092
  providedIn: 'root'
@@ -13103,9 +13103,9 @@ class BorrowingReportService extends RestService$1 {
13103
13103
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13104
13104
  }
13105
13105
  }
13106
- BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13107
- BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
13108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingReportService, decorators: [{
13106
+ BorrowingReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13107
+ BorrowingReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingReportService, providedIn: 'root' });
13108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingReportService, decorators: [{
13109
13109
  type: Injectable,
13110
13110
  args: [{
13111
13111
  providedIn: 'root'
@@ -13131,9 +13131,9 @@ class PropertyCategoryService extends RestService$1 {
13131
13131
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13132
13132
  }
13133
13133
  }
13134
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13135
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
13136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
13134
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13135
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
13136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, decorators: [{
13137
13137
  type: Injectable,
13138
13138
  args: [{
13139
13139
  providedIn: 'root'
@@ -13149,9 +13149,9 @@ class PropertyCategoryMovementService extends RestService$1 {
13149
13149
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13150
13150
  }
13151
13151
  }
13152
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13153
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
13154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13152
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13153
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
13154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13155
13155
  type: Injectable,
13156
13156
  args: [{
13157
13157
  providedIn: 'root'
@@ -13193,9 +13193,9 @@ class PropertyDocumentService extends RestService$1 {
13193
13193
  });
13194
13194
  }
13195
13195
  }
13196
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13197
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
13198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
13196
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13197
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
13198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, decorators: [{
13199
13199
  type: Injectable,
13200
13200
  args: [{
13201
13201
  providedIn: 'root'
@@ -13274,9 +13274,9 @@ class TaxExemptionService extends DataService {
13274
13274
  this.setCache(TaxExemptions);
13275
13275
  }
13276
13276
  }
13277
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13278
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
13279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
13277
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
13278
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
13279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, decorators: [{
13280
13280
  type: Injectable,
13281
13281
  args: [{
13282
13282
  providedIn: 'root'
@@ -13292,9 +13292,9 @@ class PropertySaleService extends RestService$1 {
13292
13292
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13293
13293
  }
13294
13294
  }
13295
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13296
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
13297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
13295
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13296
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
13297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, decorators: [{
13298
13298
  type: Injectable,
13299
13299
  args: [{
13300
13300
  providedIn: 'root'
@@ -13340,9 +13340,9 @@ class PropertyShareService extends RestService$1 {
13340
13340
  this.listenCSE(PropertySale, ['post', 'delete'], this.refreshCache);
13341
13341
  }
13342
13342
  }
13343
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13344
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
13345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
13343
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13344
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
13345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, decorators: [{
13346
13346
  type: Injectable,
13347
13347
  args: [{
13348
13348
  providedIn: 'root'
@@ -13439,9 +13439,9 @@ class PropertyService extends RestService$1 {
13439
13439
  }));
13440
13440
  }
13441
13441
  }
13442
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13443
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
13444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
13442
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13443
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, providedIn: 'root' });
13444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, decorators: [{
13445
13445
  type: Injectable,
13446
13446
  args: [{
13447
13447
  providedIn: 'root'
@@ -13495,9 +13495,9 @@ class ServiceNotificationService extends RestService {
13495
13495
  });
13496
13496
  }
13497
13497
  }
13498
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
13499
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
13500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
13498
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
13499
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
13500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, decorators: [{
13501
13501
  type: Injectable,
13502
13502
  args: [{
13503
13503
  providedIn: 'root'
@@ -13546,9 +13546,9 @@ class SoleBusinessService extends RestService {
13546
13546
  }));
13547
13547
  }
13548
13548
  }
13549
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13550
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
13551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
13549
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13550
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
13551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, decorators: [{
13552
13552
  type: Injectable,
13553
13553
  args: [{
13554
13554
  providedIn: 'root'
@@ -13563,9 +13563,9 @@ class SoleBusinessActivityService extends RestService {
13563
13563
  this.isHydra = true;
13564
13564
  }
13565
13565
  }
13566
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13567
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
13568
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
13566
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13567
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
13568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
13569
13569
  type: Injectable,
13570
13570
  args: [{
13571
13571
  providedIn: 'root'
@@ -13591,9 +13591,9 @@ class SoleBusinessLossService extends RestService {
13591
13591
  });
13592
13592
  }
13593
13593
  }
13594
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13595
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
13596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
13594
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13595
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
13596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, decorators: [{
13597
13597
  type: Injectable,
13598
13598
  args: [{
13599
13599
  providedIn: 'root'
@@ -13611,9 +13611,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
13611
13611
  this.isHydra = true;
13612
13612
  }
13613
13613
  }
13614
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13615
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
13616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
13614
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13615
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
13616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
13617
13617
  type: Injectable,
13618
13618
  args: [{
13619
13619
  providedIn: 'root'
@@ -13628,9 +13628,9 @@ class SoleContactService extends RestService {
13628
13628
  this.isHydra = true;
13629
13629
  }
13630
13630
  }
13631
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13632
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
13633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
13631
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13632
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, providedIn: 'root' });
13633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, decorators: [{
13634
13634
  type: Injectable,
13635
13635
  args: [{
13636
13636
  providedIn: 'root'
@@ -13686,9 +13686,9 @@ class SoleDepreciationMethodService {
13686
13686
  });
13687
13687
  }
13688
13688
  }
13689
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13690
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
13691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
13689
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13690
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
13691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
13692
13692
  type: Injectable,
13693
13693
  args: [{
13694
13694
  providedIn: 'root'
@@ -13741,9 +13741,9 @@ class SoleDetailsService {
13741
13741
  }));
13742
13742
  }
13743
13743
  }
13744
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
13745
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
13746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
13744
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
13745
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
13746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, decorators: [{
13747
13747
  type: Injectable,
13748
13748
  args: [{
13749
13749
  providedIn: 'root'
@@ -13817,9 +13817,9 @@ class SoleInvoiceService extends RestService {
13817
13817
  });
13818
13818
  }
13819
13819
  }
13820
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13821
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
13820
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13821
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, decorators: [{
13823
13823
  type: Injectable,
13824
13824
  args: [{
13825
13825
  providedIn: 'root'
@@ -13834,9 +13834,9 @@ class SoleInvoiceTemplateService extends RestService {
13834
13834
  this.isHydra = true;
13835
13835
  }
13836
13836
  }
13837
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13838
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13837
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13838
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13840
13840
  type: Injectable,
13841
13841
  args: [{
13842
13842
  providedIn: 'root'
@@ -13851,9 +13851,9 @@ class BasReportService extends RestService {
13851
13851
  this.isHydra = true;
13852
13852
  }
13853
13853
  }
13854
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13855
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
13856
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
13854
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13855
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, providedIn: 'root' });
13856
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, decorators: [{
13857
13857
  type: Injectable,
13858
13858
  args: [{
13859
13859
  providedIn: 'root'
@@ -13879,9 +13879,9 @@ class ServicePaymentService extends RestService$1 {
13879
13879
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
13880
13880
  }
13881
13881
  }
13882
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13883
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
13884
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
13882
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13883
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
13884
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, decorators: [{
13885
13885
  type: Injectable,
13886
13886
  args: [{
13887
13887
  providedIn: 'root'
@@ -13929,9 +13929,9 @@ class ServicePaymentMethodService extends RestService$1 {
13929
13929
  });
13930
13930
  }
13931
13931
  }
13932
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
13933
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
13934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
13932
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
13933
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
13934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
13935
13935
  type: Injectable,
13936
13936
  args: [{
13937
13937
  providedIn: 'root'
@@ -13954,9 +13954,9 @@ class ServicePriceService extends RestService$1 {
13954
13954
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
13955
13955
  }
13956
13956
  }
13957
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13958
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
13957
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13958
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, decorators: [{
13960
13960
  type: Injectable,
13961
13961
  args: [{
13962
13962
  providedIn: 'root'
@@ -14071,9 +14071,9 @@ class SubscriptionService extends RestService$1 {
14071
14071
  });
14072
14072
  }
14073
14073
  }
14074
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14075
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14076
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
14074
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14075
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, decorators: [{
14077
14077
  type: Injectable,
14078
14078
  args: [{
14079
14079
  providedIn: 'root'
@@ -14093,9 +14093,9 @@ class ServiceProductService extends RestService$1 {
14093
14093
  this.isApiPlatform = true;
14094
14094
  }
14095
14095
  }
14096
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14097
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14098
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
14096
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14097
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, decorators: [{
14099
14099
  type: Injectable,
14100
14100
  args: [{
14101
14101
  providedIn: 'root'
@@ -14221,9 +14221,9 @@ class TaxReviewHistoryService extends RestService {
14221
14221
  });
14222
14222
  }
14223
14223
  }
14224
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14225
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14224
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14225
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14227
14227
  type: Injectable,
14228
14228
  args: [{
14229
14229
  providedIn: 'root'
@@ -14312,9 +14312,9 @@ class TaxReviewService extends RestService {
14312
14312
  });
14313
14313
  }
14314
14314
  }
14315
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14316
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
14317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
14315
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14316
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
14317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, decorators: [{
14318
14318
  type: Injectable,
14319
14319
  args: [{
14320
14320
  providedIn: 'root'
@@ -14585,9 +14585,9 @@ class TaxSummaryService {
14585
14585
  });
14586
14586
  }
14587
14587
  }
14588
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14589
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
14590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
14588
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14589
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
14590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, decorators: [{
14591
14591
  type: Injectable,
14592
14592
  args: [{
14593
14593
  providedIn: 'root'
@@ -14606,9 +14606,9 @@ class AllocationRuleService extends RestService$1 {
14606
14606
  this.isApiPlatform = true;
14607
14607
  }
14608
14608
  }
14609
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14610
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
14611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
14609
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14610
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
14611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, decorators: [{
14612
14612
  type: Injectable,
14613
14613
  args: [{
14614
14614
  providedIn: 'root'
@@ -14698,9 +14698,9 @@ class TransactionAllocationService extends RestService {
14698
14698
  });
14699
14699
  }
14700
14700
  }
14701
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14702
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
14703
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
14701
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14702
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
14703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, decorators: [{
14704
14704
  type: Injectable,
14705
14705
  args: [{
14706
14706
  providedIn: 'root'
@@ -14726,9 +14726,9 @@ class TransactionReceiptService extends ReceiptService {
14726
14726
  this.listenEvents();
14727
14727
  }
14728
14728
  }
14729
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14730
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
14731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
14729
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14730
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
14731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, decorators: [{
14732
14732
  type: Injectable,
14733
14733
  args: [{
14734
14734
  providedIn: 'root'
@@ -15024,9 +15024,9 @@ class TransactionService extends RestService {
15024
15024
  });
15025
15025
  }
15026
15026
  }
15027
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15028
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15029
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15027
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15028
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, providedIn: 'root' });
15029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, decorators: [{
15030
15030
  type: Injectable,
15031
15031
  args: [{
15032
15032
  providedIn: 'root'
@@ -15055,9 +15055,9 @@ class TutorialVideoService {
15055
15055
  }
15056
15056
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15057
15057
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15058
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15059
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15060
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15058
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15059
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, decorators: [{
15061
15061
  type: Injectable,
15062
15062
  args: [{
15063
15063
  providedIn: 'root'
@@ -15077,9 +15077,9 @@ class VehicleService extends RestService {
15077
15077
  this.modelClass = Vehicle;
15078
15078
  }
15079
15079
  }
15080
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15081
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15082
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15080
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15081
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, providedIn: 'root' });
15082
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, decorators: [{
15083
15083
  type: Injectable,
15084
15084
  args: [{
15085
15085
  providedIn: 'root'
@@ -15152,9 +15152,9 @@ class VehicleClaimService extends RestService {
15152
15152
  combineLatest(batch$).subscribe();
15153
15153
  }
15154
15154
  }
15155
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15156
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15155
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15156
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, decorators: [{
15158
15158
  type: Injectable,
15159
15159
  args: [{
15160
15160
  providedIn: 'root'
@@ -15231,9 +15231,9 @@ class VehicleClaimDetailsService {
15231
15231
  this.update(vehicleClaimDetails).subscribe();
15232
15232
  }
15233
15233
  }
15234
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15235
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15234
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15235
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15237
15237
  type: Injectable,
15238
15238
  args: [{
15239
15239
  providedIn: 'root'
@@ -15253,9 +15253,9 @@ class VehicleLogbookService extends RestService {
15253
15253
  this.modelClass = VehicleLogbook;
15254
15254
  }
15255
15255
  }
15256
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15257
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15256
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15257
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, decorators: [{
15259
15259
  type: Injectable,
15260
15260
  args: [{
15261
15261
  providedIn: 'root'
@@ -15272,9 +15272,9 @@ class AnnualClientDetailsService extends RestService$1 {
15272
15272
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15273
15273
  }
15274
15274
  }
15275
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15276
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15275
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15276
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15278
15278
  type: Injectable,
15279
15279
  args: [{
15280
15280
  providedIn: 'root'
@@ -15305,9 +15305,9 @@ class OccupationService {
15305
15305
  return this.occupationsSubject.asObservable();
15306
15306
  }
15307
15307
  }
15308
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15309
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
15310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
15308
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15309
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, providedIn: 'root' });
15310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, decorators: [{
15311
15311
  type: Injectable,
15312
15312
  args: [{
15313
15313
  providedIn: 'root'
@@ -15382,9 +15382,9 @@ class UserEventSettingService extends RestService {
15382
15382
  }));
15383
15383
  }
15384
15384
  }
15385
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15386
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15387
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
15385
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15386
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, decorators: [{
15388
15388
  type: Injectable,
15389
15389
  args: [{
15390
15390
  providedIn: 'root'
@@ -15399,9 +15399,9 @@ class UserEventTypeService extends RestService {
15399
15399
  this.isHydra = true;
15400
15400
  }
15401
15401
  }
15402
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15403
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
15402
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15403
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, decorators: [{
15405
15405
  type: Injectable,
15406
15406
  args: [{
15407
15407
  providedIn: 'root'
@@ -15418,9 +15418,9 @@ class UsersInviteService extends RestService {
15418
15418
  this.url = 'users/invite';
15419
15419
  }
15420
15420
  }
15421
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15422
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
15421
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15422
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, decorators: [{
15424
15424
  type: Injectable,
15425
15425
  args: [{
15426
15426
  providedIn: 'root'
@@ -15505,9 +15505,9 @@ class UserService extends RestService$1 {
15505
15505
  this.eventDispatcherService.on(AppEventTypeEnum.BASIQ_CONSENT_UPDATED).subscribe(() => this.refreshCache());
15506
15506
  }
15507
15507
  }
15508
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15509
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
15510
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
15508
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15509
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, providedIn: 'root' });
15510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, decorators: [{
15511
15511
  type: Injectable,
15512
15512
  args: [{
15513
15513
  providedIn: 'root'
@@ -15529,9 +15529,9 @@ class FinancialYearService {
15529
15529
  }));
15530
15530
  }
15531
15531
  }
15532
- FinancialYearService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15533
- FinancialYearService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, providedIn: 'root' });
15534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearService, decorators: [{
15532
+ FinancialYearService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15533
+ FinancialYearService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearService, providedIn: 'root' });
15534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearService, decorators: [{
15535
15535
  type: Injectable,
15536
15536
  args: [{
15537
15537
  providedIn: 'root'
@@ -15555,9 +15555,9 @@ class HoldingService extends RestService$1 {
15555
15555
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.refreshCache);
15556
15556
  }
15557
15557
  }
15558
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15559
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
15560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
15558
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15559
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, providedIn: 'root' });
15560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, decorators: [{
15561
15561
  type: Injectable,
15562
15562
  args: [{
15563
15563
  providedIn: 'root'
@@ -15574,9 +15574,9 @@ class HoldingTypeService extends RestService$1 {
15574
15574
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15575
15575
  }
15576
15576
  }
15577
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15578
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15579
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
15577
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15578
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15579
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, decorators: [{
15580
15580
  type: Injectable,
15581
15581
  args: [{
15582
15582
  providedIn: 'root'
@@ -15593,9 +15593,9 @@ class HoldingSaleService extends RestService$1 {
15593
15593
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15594
15594
  }
15595
15595
  }
15596
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15597
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
15596
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15597
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, decorators: [{
15599
15599
  type: Injectable,
15600
15600
  args: [{
15601
15601
  providedIn: 'root'
@@ -15690,9 +15690,9 @@ class HoldingTypeExchangeService extends DataService {
15690
15690
  this.setCache(HoldingTypeExchanges);
15691
15691
  }
15692
15692
  }
15693
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15694
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
15695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
15693
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15694
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
15695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
15696
15696
  type: Injectable,
15697
15697
  args: [{
15698
15698
  providedIn: 'root'
@@ -15796,9 +15796,9 @@ class IncomeSourceTypeService extends DataService {
15796
15796
  this.setCache(IncomeSourceTypes);
15797
15797
  }
15798
15798
  }
15799
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15800
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
15801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
15799
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15800
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
15801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
15802
15802
  type: Injectable,
15803
15803
  args: [{
15804
15804
  providedIn: 'root'
@@ -15820,9 +15820,9 @@ class ChartAccountsValueService extends DataService {
15820
15820
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
15821
15821
  }
15822
15822
  }
15823
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15824
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
15825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
15823
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15824
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
15825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, decorators: [{
15826
15826
  type: Injectable,
15827
15827
  args: [{
15828
15828
  providedIn: 'root'
@@ -17912,9 +17912,9 @@ class TaxReturnItemService extends DataService {
17912
17912
  this.setCache(TaxReturnItems);
17913
17913
  }
17914
17914
  }
17915
- TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17916
- TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
17917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
17915
+ TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17916
+ TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
17917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReturnItemService, decorators: [{
17918
17918
  type: Injectable,
17919
17919
  args: [{
17920
17920
  providedIn: 'root'
@@ -18144,9 +18144,9 @@ class AccountSetupService {
18144
18144
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
18145
18145
  }
18146
18146
  }
18147
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
18148
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
18149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
18147
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
18148
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
18149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, decorators: [{
18150
18150
  type: Injectable,
18151
18151
  args: [{
18152
18152
  providedIn: 'root'
@@ -18172,9 +18172,9 @@ class RewardfulService {
18172
18172
  });
18173
18173
  }
18174
18174
  }
18175
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18176
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
18177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
18175
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18176
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, providedIn: 'root' });
18177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, decorators: [{
18178
18178
  type: Injectable,
18179
18179
  args: [{
18180
18180
  providedIn: 'root'
@@ -18210,9 +18210,9 @@ class UserSwitcherService {
18210
18210
  window.location.replace('/firm/dashboard');
18211
18211
  }
18212
18212
  }
18213
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18214
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
18215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
18213
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18214
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
18215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, decorators: [{
18216
18216
  type: Injectable,
18217
18217
  args: [{
18218
18218
  providedIn: 'root'
@@ -18254,9 +18254,9 @@ class AssetsService {
18254
18254
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
18255
18255
  }
18256
18256
  }
18257
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18258
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
18259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
18257
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18258
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, providedIn: 'root' });
18259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, decorators: [{
18260
18260
  type: Injectable,
18261
18261
  args: [{
18262
18262
  providedIn: 'root'
@@ -18315,9 +18315,9 @@ class BankTransactionCalculationService {
18315
18315
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
18316
18316
  }
18317
18317
  }
18318
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18319
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
18320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
18318
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18319
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
18320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
18321
18321
  type: Injectable,
18322
18322
  args: [{
18323
18323
  providedIn: 'root'
@@ -18346,9 +18346,9 @@ class BankAccountCalculationService {
18346
18346
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
18347
18347
  }
18348
18348
  }
18349
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
18350
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
18351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18349
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
18350
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
18351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18352
18352
  type: Injectable,
18353
18353
  args: [{
18354
18354
  providedIn: 'root'
@@ -18376,9 +18376,9 @@ class ExportFormatterService {
18376
18376
  }));
18377
18377
  }
18378
18378
  }
18379
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
18380
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
18381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
18379
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
18380
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
18381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, decorators: [{
18382
18382
  type: Injectable,
18383
18383
  args: [{
18384
18384
  providedIn: 'root'
@@ -18399,9 +18399,9 @@ class HeaderTitleService {
18399
18399
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
18400
18400
  }
18401
18401
  }
18402
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
18403
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
18404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
18402
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
18403
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
18404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, decorators: [{
18405
18405
  type: Injectable,
18406
18406
  args: [{
18407
18407
  providedIn: 'root'
@@ -18435,9 +18435,9 @@ class IntercomService {
18435
18435
  window.Intercom('boot', connectionCredentials);
18436
18436
  }
18437
18437
  }
18438
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18439
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
18440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
18438
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18439
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, providedIn: 'root' });
18440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, decorators: [{
18441
18441
  type: Injectable,
18442
18442
  args: [{
18443
18443
  providedIn: 'root'
@@ -18507,9 +18507,9 @@ class PdfFromDomElementService {
18507
18507
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
18508
18508
  }
18509
18509
  }
18510
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18511
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
18512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18510
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18511
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
18512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18513
18513
  type: Injectable,
18514
18514
  args: [{
18515
18515
  providedIn: 'root'
@@ -18603,9 +18603,9 @@ class PdfFromTableService {
18603
18603
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
18604
18604
  }
18605
18605
  }
18606
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18607
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
18608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
18606
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18607
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
18608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, decorators: [{
18609
18609
  type: Injectable,
18610
18610
  args: [{
18611
18611
  providedIn: 'root'
@@ -18644,9 +18644,9 @@ class PdfFromDataTableService extends PdfFromTableService {
18644
18644
  return pdf;
18645
18645
  }
18646
18646
  }
18647
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
18648
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
18649
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
18647
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
18648
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
18649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, decorators: [{
18650
18650
  type: Injectable,
18651
18651
  args: [{
18652
18652
  providedIn: 'root'
@@ -18682,9 +18682,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
18682
18682
  return pdf;
18683
18683
  }
18684
18684
  }
18685
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
18686
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
18687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
18685
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
18686
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
18687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
18688
18688
  type: Injectable,
18689
18689
  args: [{
18690
18690
  providedIn: 'root'
@@ -18709,9 +18709,9 @@ class PreloaderService {
18709
18709
  this.activePreloaders.next(activePreloaders);
18710
18710
  }
18711
18711
  }
18712
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18713
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
18714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
18712
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18713
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, providedIn: 'root' });
18714
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, decorators: [{
18715
18715
  type: Injectable,
18716
18716
  args: [{
18717
18717
  providedIn: 'root'
@@ -18738,9 +18738,9 @@ class EquityPositionChartService {
18738
18738
  }))));
18739
18739
  }
18740
18740
  }
18741
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18742
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
18743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
18741
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
18742
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
18743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, decorators: [{
18744
18744
  type: Injectable,
18745
18745
  args: [{
18746
18746
  providedIn: 'root'
@@ -18913,9 +18913,9 @@ class PropertyCalculationService {
18913
18913
  }
18914
18914
  }
18915
18915
  }
18916
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18917
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
18918
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
18916
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18917
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
18918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, decorators: [{
18919
18919
  type: Injectable,
18920
18920
  args: [{
18921
18921
  providedIn: 'root'
@@ -18968,9 +18968,9 @@ class PropertyTransactionReportService {
18968
18968
  .getWithoutBorrowingExpenses()));
18969
18969
  }
18970
18970
  }
18971
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
18972
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
18973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
18971
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
18972
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
18973
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
18974
18974
  type: Injectable,
18975
18975
  args: [{
18976
18976
  providedIn: 'root'
@@ -19041,9 +19041,9 @@ class TransactionCalculationService {
19041
19041
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
19042
19042
  }
19043
19043
  }
19044
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19045
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
19046
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
19044
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19045
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
19046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, decorators: [{
19047
19047
  type: Injectable,
19048
19048
  args: [{
19049
19049
  providedIn: 'root'
@@ -19103,9 +19103,9 @@ class LogbookBestPeriodService {
19103
19103
  });
19104
19104
  }
19105
19105
  }
19106
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
19107
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
19108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
19106
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
19107
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
19108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
19109
19109
  type: Injectable,
19110
19110
  args: [{
19111
19111
  providedIn: 'root'
@@ -19183,9 +19183,9 @@ class XlsxService {
19183
19183
  FileSaver.saveAs(data, `${fileName}.xlsx`);
19184
19184
  }
19185
19185
  }
19186
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19187
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
19188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
19186
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19187
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, providedIn: 'root' });
19188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, decorators: [{
19189
19189
  type: Injectable,
19190
19190
  args: [{
19191
19191
  providedIn: 'root'
@@ -19315,9 +19315,9 @@ class JwtInterceptor {
19315
19315
  });
19316
19316
  }
19317
19317
  }
19318
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19319
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
19320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
19318
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19319
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor });
19320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, decorators: [{
19321
19321
  type: Injectable
19322
19322
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
19323
19323
  type: Inject,
@@ -19363,9 +19363,9 @@ class UserSwitcherInterceptor {
19363
19363
  return next.handle(this.switch(request, this.userSwitcherService.get()));
19364
19364
  }
19365
19365
  }
19366
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19367
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
19368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19366
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19367
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor });
19368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19369
19369
  type: Injectable
19370
19370
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
19371
19371
  type: Inject,
@@ -19652,9 +19652,9 @@ class PreloaderInterceptor {
19652
19652
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
19653
19653
  }
19654
19654
  }
19655
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
19656
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
19657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19655
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
19656
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor });
19657
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19658
19658
  type: Injectable
19659
19659
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
19660
19660
 
@@ -19680,9 +19680,9 @@ class BasiqTokenInterceptor {
19680
19680
  });
19681
19681
  }
19682
19682
  }
19683
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
19684
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
19685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19683
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
19684
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor });
19685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19686
19686
  type: Injectable
19687
19687
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
19688
19688
 
@@ -19706,17 +19706,17 @@ class BasiqClientIdInterceptor {
19706
19706
  });
19707
19707
  }
19708
19708
  }
19709
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
19710
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
19711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19709
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
19710
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor });
19711
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19712
19712
  type: Injectable
19713
19713
  }], ctorParameters: function () { return [{ type: UserService }]; } });
19714
19714
 
19715
19715
  class InterceptorsModule {
19716
19716
  }
19717
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19718
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
19719
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
19717
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19718
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule });
19719
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, providers: [
19720
19720
  {
19721
19721
  provide: HTTP_INTERCEPTORS,
19722
19722
  useClass: CorelogicInterceptor,
@@ -19754,7 +19754,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
19754
19754
  multi: true
19755
19755
  }
19756
19756
  ] });
19757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
19757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, decorators: [{
19758
19758
  type: NgModule,
19759
19759
  args: [{
19760
19760
  providers: [
@@ -19812,12 +19812,12 @@ class TtCoreModule {
19812
19812
  };
19813
19813
  }
19814
19814
  }
19815
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19816
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
19815
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19816
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
19817
19817
  InterceptorsModule] });
19818
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
19818
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
19819
19819
  InterceptorsModule] });
19820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
19820
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, decorators: [{
19821
19821
  type: NgModule,
19822
19822
  args: [{
19823
19823
  declarations: [],
@@ -20373,9 +20373,13 @@ function addressCorelogicValidator() {
20373
20373
  }
20374
20374
  // we need at least corelogic locality id to get growth percent
20375
20375
  const locIdControl = form.get('corelogicLocId');
20376
+ const refIdControl = form.get('corelogicRefId');
20376
20377
  if (locIdControl.enabled && locIdControl.hasError('required')) {
20377
20378
  return { address: 'City, state or postal code not specified' };
20378
20379
  }
20380
+ if (refIdControl.enabled && refIdControl.hasError('required')) {
20381
+ return { address: 'Street number not specified' };
20382
+ }
20379
20383
  return null;
20380
20384
  };
20381
20385
  }
@@ -20394,7 +20398,7 @@ class AddressForm extends AbstractForm {
20394
20398
  type: new UntypedFormControl(address?.type || AddressTypeEnum.STREET, Validators.required),
20395
20399
  // corelogic fields (required for Australia and disabled for other countries)
20396
20400
  corelogicLocId: new UntypedFormControl({ value: address?.corelogicLocId, disabled: true }, Validators.required),
20397
- corelogicRefId: new UntypedFormControl({ value: address?.corelogicRefId, disabled: true }),
20401
+ corelogicRefId: new UntypedFormControl({ value: address?.corelogicRefId, disabled: true }, Validators.required),
20398
20402
  // manual fields (using when address not found in corelogic)
20399
20403
  unitNumber: new UntypedFormControl({ value: address?.unitNumber, disabled: true }),
20400
20404
  address: new UntypedFormControl({ value: address?.address, disabled: true }, Validators.required),
@@ -23427,6 +23431,9 @@ var MessagesEnum;
23427
23431
  })(MessagesEnum || (MessagesEnum = {}));
23428
23432
 
23429
23433
  // @TODO Alex: Create indexes everywhere and break this file to imports from indexes
23434
+ /**
23435
+ * Public API Surface of tt-core
23436
+ */
23430
23437
 
23431
23438
  /**
23432
23439
  * Generated bundle index. Do not edit.