taxtank-core 0.30.38 → 0.30.39

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 (993) hide show
  1. package/esm2020/lib/collections/holding-type.collection.mjs +13 -0
  2. package/esm2020/lib/collections/index.mjs +2 -1
  3. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  4. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  5. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  6. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  7. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  8. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  11. package/esm2020/lib/models/holding/holding-sale.mjs +1 -29
  12. package/esm2020/lib/models/holding/holding-type.mjs +2 -55
  13. package/esm2020/lib/models/holding/holding.mjs +1 -21
  14. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  15. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  16. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  17. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  18. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  19. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  20. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  21. package/esm2020/lib/services/data.service.mjs +3 -3
  22. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  23. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  24. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  25. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  26. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  27. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  28. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  29. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  30. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  31. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  32. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  33. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  34. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  35. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  36. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  37. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  38. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  39. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  40. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  41. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  42. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  43. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  44. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  45. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  46. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  47. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  48. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  49. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  50. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  51. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  52. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  53. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  54. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  55. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  56. package/esm2020/lib/services/http/holding/holding-type.service.mjs +6 -6
  57. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  58. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  59. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  60. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  61. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  62. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  63. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  64. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  65. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  66. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  67. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  68. package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
  69. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  70. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  71. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  72. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  73. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  74. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  75. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  76. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  77. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  78. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  79. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  80. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  85. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  86. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  87. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  88. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  89. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  90. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  91. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  92. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  93. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  94. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  95. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  96. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  97. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  98. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  99. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  100. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  101. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  102. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  103. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  104. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  105. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  106. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  107. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  108. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  109. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  110. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  111. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  112. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  113. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  114. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  115. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  116. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  117. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  118. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  119. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  120. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  121. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  122. package/esm2020/lib/tt-core.module.mjs +4 -4
  123. package/fesm2015/taxtank-core.mjs +366 -456
  124. package/fesm2015/taxtank-core.mjs.map +1 -1
  125. package/fesm2020/taxtank-core.mjs +366 -456
  126. package/fesm2020/taxtank-core.mjs.map +1 -1
  127. package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
  128. package/lib/collections/allocation-group.collection.d.ts.map +1 -0
  129. package/lib/collections/allocation-rule.collection.d.ts.map +1 -0
  130. package/lib/collections/bank-account.collection.d.ts.map +1 -0
  131. package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
  132. package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
  133. package/lib/collections/chat/chat.collection.d.ts.map +1 -0
  134. package/lib/collections/chat/index.d.ts.map +1 -0
  135. package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
  136. package/lib/collections/chat/message.collection.d.ts.map +1 -0
  137. package/lib/collections/client-invite.collection.d.ts.map +1 -0
  138. package/lib/collections/client-movement.collection.d.ts.map +1 -0
  139. package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
  140. package/lib/collections/client.collection.d.ts.map +1 -0
  141. package/lib/collections/collection-dictionary.d.ts.map +1 -0
  142. package/lib/collections/collection.d.ts.map +1 -0
  143. package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
  144. package/lib/collections/depreciation.collection.d.ts.map +1 -0
  145. package/lib/collections/employee.collection.d.ts.map +1 -0
  146. package/lib/collections/exportable.collection.d.ts.map +1 -0
  147. package/lib/collections/holding-type.collection.d.ts +5 -0
  148. package/lib/collections/holding-type.collection.d.ts.map +1 -0
  149. package/lib/collections/holding.collection.d.ts.map +1 -0
  150. package/lib/collections/income-source.collection.d.ts.map +1 -0
  151. package/lib/collections/index.d.ts +1 -0
  152. package/lib/collections/index.d.ts.map +1 -0
  153. package/lib/collections/loan/index.d.ts.map +1 -0
  154. package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
  155. package/lib/collections/loan/loan.collection.d.ts.map +1 -0
  156. package/lib/collections/property/index.d.ts.map +1 -0
  157. package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
  158. package/lib/collections/property/property-sale/index.d.ts.map +1 -0
  159. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +1 -0
  160. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
  161. package/lib/collections/property/property-share.collection.d.ts.map +1 -0
  162. package/lib/collections/property/property.collection.d.ts.map +1 -0
  163. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
  164. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
  165. package/lib/collections/report/index.d.ts.map +1 -0
  166. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
  167. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
  168. package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
  169. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
  170. package/lib/collections/sole/index.d.ts.map +1 -0
  171. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
  172. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
  173. package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
  174. package/lib/collections/subscription/index.d.ts.map +1 -0
  175. package/lib/collections/subscription/service-price.collection.d.ts.map +1 -0
  176. package/lib/collections/subscription/service-product.collection.d.ts.map +1 -0
  177. package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
  178. package/lib/collections/subscription/subscription-item.collection.d.ts.map +1 -0
  179. package/lib/collections/tax-review.collection.d.ts.map +1 -0
  180. package/lib/collections/tax-summary/index.d.ts.map +1 -0
  181. package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
  182. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
  183. package/lib/collections/transaction/index.d.ts.map +1 -0
  184. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
  185. package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
  186. package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
  187. package/lib/collections/user-event-type-collection.d.ts.map +1 -0
  188. package/lib/collections/vehicle/index.d.ts.map +1 -0
  189. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
  190. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
  191. package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
  192. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +1 -0
  193. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +1 -0
  194. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +1 -0
  195. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +1 -0
  196. package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
  197. package/lib/db/Enums/bank-account-status.enum.d.ts.map +1 -0
  198. package/lib/db/Enums/bank-account-type.enum.d.ts.map +1 -0
  199. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +1 -0
  200. package/lib/db/Enums/bank-popular.enum.d.ts.map +1 -0
  201. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +1 -0
  202. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
  203. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
  204. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
  205. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
  206. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
  207. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
  208. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
  209. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
  210. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +1 -0
  211. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +1 -0
  212. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
  213. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
  214. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
  215. package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
  216. package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
  217. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
  218. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
  219. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
  220. package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
  221. package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
  222. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
  223. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
  224. package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
  225. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
  226. package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
  227. package/lib/db/Enums/file-type.enum.d.ts.map +1 -0
  228. package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
  229. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +1 -0
  230. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +1 -0
  231. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +1 -0
  232. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +1 -0
  233. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +1 -0
  234. package/lib/db/Enums/income-source-type.enum.d.ts.map +1 -0
  235. package/lib/db/Enums/index.d.ts.map +1 -0
  236. package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
  237. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
  238. package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
  239. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +1 -0
  240. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +1 -0
  241. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +1 -0
  242. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +1 -0
  243. package/lib/db/Enums/loan-type.enum.d.ts.map +1 -0
  244. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +1 -0
  245. package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
  246. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
  247. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
  248. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +1 -0
  249. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
  250. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
  251. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
  252. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
  253. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
  254. package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
  255. package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
  256. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
  257. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
  258. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
  259. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
  260. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
  261. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +1 -0
  262. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +1 -0
  263. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
  264. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
  265. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
  266. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
  267. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
  268. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
  269. package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
  270. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
  271. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
  272. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +1 -0
  273. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +1 -0
  274. package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
  275. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
  276. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
  277. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
  278. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
  279. package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
  280. package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
  281. package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
  282. package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
  283. package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
  284. package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
  285. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
  286. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
  287. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
  288. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
  289. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
  290. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
  291. package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
  292. package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
  293. package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
  294. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
  295. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
  296. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
  297. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
  298. package/lib/db/Models/abstract-model.d.ts.map +1 -0
  299. package/lib/db/Models/address.d.ts.map +1 -0
  300. package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
  301. package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
  302. package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
  303. package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
  304. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
  305. package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
  306. package/lib/db/Models/bank/bank.d.ts.map +1 -0
  307. package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
  308. package/lib/db/Models/bank/financial-data-system.d.ts.map +1 -0
  309. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  310. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  311. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  312. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  313. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
  314. package/lib/db/Models/client/annual-client-details.d.ts.map +1 -0
  315. package/lib/db/Models/client/client-details.d.ts.map +1 -0
  316. package/lib/db/Models/client/client-income-types.d.ts.map +1 -0
  317. package/lib/db/Models/client/index.d.ts.map +1 -0
  318. package/lib/db/Models/client/occupation.d.ts.map +1 -0
  319. package/lib/db/Models/country.d.ts.map +1 -0
  320. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  321. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
  322. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +1 -0
  323. package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
  324. package/lib/db/Models/document/document-base.d.ts.map +1 -0
  325. package/lib/db/Models/document/document-folder.d.ts.map +1 -0
  326. package/lib/db/Models/document/document.d.ts.map +1 -0
  327. package/lib/db/Models/document/property-document.d.ts.map +1 -0
  328. package/lib/db/Models/file.d.ts.map +1 -0
  329. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
  330. package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
  331. package/lib/db/Models/firm/chat.d.ts.map +1 -0
  332. package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
  333. package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
  334. package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
  335. package/lib/db/Models/firm/firm-invite.d.ts.map +1 -0
  336. package/lib/db/Models/firm/firm.d.ts.map +1 -0
  337. package/lib/db/Models/firm/message-document.d.ts.map +1 -0
  338. package/lib/db/Models/firm/message.d.ts.map +1 -0
  339. package/lib/db/Models/holding/holding-sale.d.ts.map +1 -0
  340. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +1 -0
  341. package/lib/db/Models/holding/holding-type.d.ts.map +1 -0
  342. package/lib/db/Models/holding/holding.d.ts.map +1 -0
  343. package/lib/db/Models/holding/index.d.ts.map +1 -0
  344. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
  345. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
  346. package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
  347. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
  348. package/lib/db/Models/index.d.ts.map +1 -0
  349. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
  350. package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
  351. package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
  352. package/lib/db/Models/loan/loan.d.ts.map +1 -0
  353. package/lib/db/Models/observable-model.d.ts.map +1 -0
  354. package/lib/db/Models/phone.d.ts.map +1 -0
  355. package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
  356. package/lib/db/Models/property/property-category.d.ts.map +1 -0
  357. package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
  358. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  359. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
  360. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  361. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
  362. package/lib/db/Models/property/property-share.d.ts.map +1 -0
  363. package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
  364. package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
  365. package/lib/db/Models/property/property.d.ts.map +1 -0
  366. package/lib/db/Models/service-notification.d.ts.map +1 -0
  367. package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
  368. package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
  369. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
  370. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  371. package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
  372. package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
  373. package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
  374. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
  375. package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
  376. package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
  377. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
  378. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
  379. package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
  380. package/lib/db/Models/spare/spare-document-category.d.ts.map +1 -0
  381. package/lib/db/Models/spare/spare-document.d.ts.map +1 -0
  382. package/lib/db/Models/subscription/service-payment-method.d.ts.map +1 -0
  383. package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
  384. package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
  385. package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
  386. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
  387. package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
  388. package/lib/db/Models/tax-calculation.d.ts.map +1 -0
  389. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
  390. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
  391. package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
  392. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +1 -0
  393. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  394. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  395. package/lib/db/Models/transaction/allocation-rule.d.ts.map +1 -0
  396. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
  397. package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
  398. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +1 -0
  399. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +1 -0
  400. package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
  401. package/lib/db/Models/user/employee-details.d.ts.map +1 -0
  402. package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
  403. package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
  404. package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
  405. package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
  406. package/lib/db/Models/user/user-event.d.ts.map +1 -0
  407. package/lib/db/Models/user/user.d.ts.map +1 -0
  408. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  409. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
  410. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
  411. package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
  412. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +1 -0
  413. package/lib/forms/abstract.form.d.ts.map +1 -0
  414. package/lib/forms/address/address.form.d.ts.map +1 -0
  415. package/lib/forms/address/index.d.ts.map +1 -0
  416. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
  417. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
  418. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
  419. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
  420. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
  421. package/lib/forms/bank/bank-login.form.d.ts.map +1 -0
  422. package/lib/forms/client/annual-client-details.form.d.ts.map +1 -0
  423. package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
  424. package/lib/forms/client/index.d.ts.map +1 -0
  425. package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
  426. package/lib/forms/depreciation/index.d.ts.map +1 -0
  427. package/lib/forms/form-validations.enum.d.ts.map +1 -0
  428. package/lib/forms/holding/holding-sale.form.d.ts.map +1 -0
  429. package/lib/forms/holding/holding-type.form.d.ts.map +1 -0
  430. package/lib/forms/holding/holding.form.d.ts.map +1 -0
  431. package/lib/forms/holding/index.d.ts.map +1 -0
  432. package/lib/forms/index.d.ts.map +1 -0
  433. package/lib/forms/loan/index.d.ts.map +1 -0
  434. package/lib/forms/loan/loan.form.d.ts.map +1 -0
  435. package/lib/forms/login/login.form.d.ts.map +1 -0
  436. package/lib/forms/phone/index.d.ts.map +1 -0
  437. package/lib/forms/phone/phone.form.d.ts.map +1 -0
  438. package/lib/forms/property/index.d.ts.map +1 -0
  439. package/lib/forms/property/property-sale/index.d.ts.map +1 -0
  440. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
  441. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
  442. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
  443. package/lib/forms/register/register-client.form.d.ts.map +1 -0
  444. package/lib/forms/register/register-firm.form.d.ts.map +1 -0
  445. package/lib/forms/report/my-tax/index.d.ts.map +1 -0
  446. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +1 -0
  447. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +1 -0
  448. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
  449. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +1 -0
  450. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
  451. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
  452. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
  453. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
  454. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
  455. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
  456. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
  457. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
  458. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
  459. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
  460. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
  461. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
  462. package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
  463. package/lib/forms/sole/index.d.ts.map +1 -0
  464. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
  465. package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
  466. package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
  467. package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
  468. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
  469. package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
  470. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
  471. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
  472. package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
  473. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +1 -0
  474. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +1 -0
  475. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +1 -0
  476. package/lib/forms/transaction/allocation-rule.form.d.ts.map +1 -0
  477. package/lib/forms/transaction/index.d.ts.map +1 -0
  478. package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
  479. package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
  480. package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
  481. package/lib/forms/transaction/work/work-expense.form.d.ts.map +1 -0
  482. package/lib/forms/transaction/work/work-income.form.d.ts.map +1 -0
  483. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +1 -0
  484. package/lib/forms/user/index.d.ts.map +1 -0
  485. package/lib/forms/user/password.form.d.ts.map +1 -0
  486. package/lib/forms/user/reset-password.form.d.ts.map +1 -0
  487. package/lib/forms/user/user-invite.form.d.ts.map +1 -0
  488. package/lib/forms/vehicle/index.d.ts.map +1 -0
  489. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
  490. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
  491. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
  492. package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
  493. package/lib/functions/array/index.d.ts.map +1 -0
  494. package/lib/functions/array/replace.d.ts.map +1 -0
  495. package/lib/functions/array/sort-deep.d.ts.map +1 -0
  496. package/lib/functions/array/sort.d.ts.map +1 -0
  497. package/lib/functions/array/to-array.d.ts.map +1 -0
  498. package/lib/functions/clone-deep.d.ts.map +1 -0
  499. package/lib/functions/create-date.d.ts.map +1 -0
  500. package/lib/functions/enum-to-list.d.ts.map +1 -0
  501. package/lib/functions/get-doc-icon.d.ts.map +1 -0
  502. package/lib/functions/mat-options-functions.d.ts.map +1 -0
  503. package/lib/functions/mat-sort-options.d.ts.map +1 -0
  504. package/lib/functions/round-to.d.ts.map +1 -0
  505. package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
  506. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
  507. package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
  508. package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
  509. package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
  510. package/lib/interceptors/interceptors.module.d.ts.map +1 -0
  511. package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
  512. package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
  513. package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
  514. package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
  515. package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
  516. package/lib/interfaces/asset.interface.d.ts.map +1 -0
  517. package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
  518. package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
  519. package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
  520. package/lib/interfaces/document.interface.d.ts.map +1 -0
  521. package/lib/interfaces/documentable.interface.d.ts.map +1 -0
  522. package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
  523. package/lib/interfaces/expense.interface.d.ts.map +1 -0
  524. package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
  525. package/lib/interfaces/index.d.ts.map +1 -0
  526. package/lib/interfaces/option.interface.d.ts.map +1 -0
  527. package/lib/interfaces/photoable.d.ts.map +1 -0
  528. package/lib/interfaces/receipt.interface.d.ts.map +1 -0
  529. package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
  530. package/lib/interfaces/tank.interface.d.ts.map +1 -0
  531. package/lib/interfaces/updatable.interface.d.ts.map +1 -0
  532. package/lib/messages/index.d.ts.map +1 -0
  533. package/lib/messages/messages.enum.d.ts.map +1 -0
  534. package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
  535. package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
  536. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
  537. package/lib/models/address/address.d.ts.map +1 -0
  538. package/lib/models/address/country.d.ts.map +1 -0
  539. package/lib/models/address/index.d.ts.map +1 -0
  540. package/lib/models/address/states.enum.d.ts.map +1 -0
  541. package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
  542. package/lib/models/badge/badge.d.ts.map +1 -0
  543. package/lib/models/bank/allocation-group.d.ts.map +1 -0
  544. package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
  545. package/lib/models/bank/bank-account-property.d.ts.map +1 -0
  546. package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
  547. package/lib/models/bank/bank-account.d.ts.map +1 -0
  548. package/lib/models/bank/bank-connection.d.ts.map +1 -0
  549. package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
  550. package/lib/models/bank/bank-login-data.d.ts.map +1 -0
  551. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
  552. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
  553. package/lib/models/bank/bank-transaction.d.ts.map +1 -0
  554. package/lib/models/bank/bank.d.ts.map +1 -0
  555. package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
  556. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
  557. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
  558. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
  559. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
  560. package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
  561. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
  562. package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
  563. package/lib/models/bank/basiq/index.d.ts.map +1 -0
  564. package/lib/models/bank/index.d.ts.map +1 -0
  565. package/lib/models/bank/type-loan.const.d.ts.map +1 -0
  566. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
  567. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
  568. package/lib/models/borrowing-expense/index.d.ts.map +1 -0
  569. package/lib/models/chart/chart-data.d.ts.map +1 -0
  570. package/lib/models/chart/chart-serie.d.ts.map +1 -0
  571. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
  572. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
  573. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  574. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  575. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  576. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
  577. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  578. package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
  579. package/lib/models/chart-accounts/index.d.ts.map +1 -0
  580. package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
  581. package/lib/models/chat/chat.d.ts.map +1 -0
  582. package/lib/models/chat/index.d.ts.map +1 -0
  583. package/lib/models/chat/message-document.d.ts.map +1 -0
  584. package/lib/models/chat/message.d.ts.map +1 -0
  585. package/lib/models/client/annual-client-details.d.ts.map +1 -0
  586. package/lib/models/client/client-details.d.ts.map +1 -0
  587. package/lib/models/client/client-income-types.d.ts.map +1 -0
  588. package/lib/models/client/client-invite.d.ts.map +1 -0
  589. package/lib/models/client/client-movement.d.ts.map +1 -0
  590. package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
  591. package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
  592. package/lib/models/client/index.d.ts.map +1 -0
  593. package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
  594. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  595. package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
  596. package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
  597. package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
  598. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
  599. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
  600. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
  601. package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
  602. package/lib/models/depreciation/depreciation.d.ts.map +1 -0
  603. package/lib/models/depreciation/index.d.ts.map +1 -0
  604. package/lib/models/dictionary/dictionary.d.ts.map +1 -0
  605. package/lib/models/dictionary/index.d.ts.map +1 -0
  606. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
  607. package/lib/models/document/document-file-types.const.d.ts.map +1 -0
  608. package/lib/models/document/document-folder.d.ts.map +1 -0
  609. package/lib/models/document/document.d.ts.map +1 -0
  610. package/lib/models/document/index.d.ts.map +1 -0
  611. package/lib/models/employee/employee-details.d.ts.map +1 -0
  612. package/lib/models/employee/employee-invite.d.ts.map +1 -0
  613. package/lib/models/endpoint/endpoint.d.ts.map +1 -0
  614. package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
  615. package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
  616. package/lib/models/event/app-event.d.ts.map +1 -0
  617. package/lib/models/event/index.d.ts.map +1 -0
  618. package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
  619. package/lib/models/export/export-cell.d.ts.map +1 -0
  620. package/lib/models/export/export-data-table.d.ts.map +1 -0
  621. package/lib/models/export/export-format.enum.d.ts.map +1 -0
  622. package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
  623. package/lib/models/export/export-row.d.ts.map +1 -0
  624. package/lib/models/file/file.d.ts.map +1 -0
  625. package/lib/models/file/icons-file.enum.d.ts.map +1 -0
  626. package/lib/models/file/index.d.ts.map +1 -0
  627. package/lib/models/financial-year/financial-year.d.ts.map +1 -0
  628. package/lib/models/financial-year/index.d.ts.map +1 -0
  629. package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
  630. package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
  631. package/lib/models/financial-year/months.const.d.ts.map +1 -0
  632. package/lib/models/firm/firm.d.ts.map +1 -0
  633. package/lib/models/holding/holding-sale.d.ts.map +1 -0
  634. package/lib/models/holding/holding-type-exchange.d.ts.map +1 -0
  635. package/lib/models/holding/holding-type.d.ts.map +1 -0
  636. package/lib/models/holding/holding.d.ts.map +1 -0
  637. package/lib/models/holding/index.d.ts.map +1 -0
  638. package/lib/models/income-position/income-position.d.ts.map +1 -0
  639. package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
  640. package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
  641. package/lib/models/income-source/income-source-type.d.ts.map +1 -0
  642. package/lib/models/income-source/income-source.d.ts.map +1 -0
  643. package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
  644. package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
  645. package/lib/models/index.d.ts.map +1 -0
  646. package/lib/models/loan/index.d.ts.map +1 -0
  647. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
  648. package/lib/models/loan/loan-payment.d.ts.map +1 -0
  649. package/lib/models/loan/loan-payout.d.ts.map +1 -0
  650. package/lib/models/loan/loan.d.ts.map +1 -0
  651. package/lib/models/notification/index.d.ts.map +1 -0
  652. package/lib/models/notification/notification.d.ts.map +1 -0
  653. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
  654. package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
  655. package/lib/models/phone/phone.d.ts.map +1 -0
  656. package/lib/models/property/calculation-form-item.d.ts.map +1 -0
  657. package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
  658. package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
  659. package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
  660. package/lib/models/property/index.d.ts.map +1 -0
  661. package/lib/models/property/property-category-movement.d.ts.map +1 -0
  662. package/lib/models/property/property-category.d.ts.map +1 -0
  663. package/lib/models/property/property-document.d.ts.map +1 -0
  664. package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
  665. package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
  666. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
  667. package/lib/models/property/property-forecast.d.ts.map +1 -0
  668. package/lib/models/property/property-sale/index.d.ts.map +1 -0
  669. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
  670. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  671. package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
  672. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  673. package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
  674. package/lib/models/property/property-share.d.ts.map +1 -0
  675. package/lib/models/property/property-subscription.d.ts.map +1 -0
  676. package/lib/models/property/property-valuation.d.ts.map +1 -0
  677. package/lib/models/property/property.d.ts.map +1 -0
  678. package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
  679. package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
  680. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
  681. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
  682. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
  683. package/lib/models/report/depreciation/index.d.ts.map +1 -0
  684. package/lib/models/report/index.d.ts.map +1 -0
  685. package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
  686. package/lib/models/report/my-tax/index.d.ts.map +1 -0
  687. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
  688. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
  689. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
  690. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +1 -0
  691. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +1 -0
  692. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +1 -0
  693. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
  694. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
  695. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
  696. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
  697. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
  698. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
  699. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
  700. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
  701. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
  702. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
  703. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
  704. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
  705. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
  706. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
  707. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
  708. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
  709. package/lib/models/report/property/index.d.ts.map +1 -0
  710. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
  711. package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
  712. package/lib/models/report/property/property-report-item.d.ts.map +1 -0
  713. package/lib/models/report/sole/index.d.ts.map +1 -0
  714. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
  715. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
  716. package/lib/models/service-subscription/index.d.ts.map +1 -0
  717. package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
  718. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +1 -0
  719. package/lib/models/service-subscription/service-payment-method.d.ts.map +1 -0
  720. package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
  721. package/lib/models/service-subscription/service-price.d.ts.map +1 -0
  722. package/lib/models/service-subscription/service-product.d.ts.map +1 -0
  723. package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
  724. package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
  725. package/lib/models/service-subscription/stripe-promo-code.d.ts.map +1 -0
  726. package/lib/models/sole/bas-report.d.ts.map +1 -0
  727. package/lib/models/sole/index.d.ts.map +1 -0
  728. package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
  729. package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
  730. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  731. package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
  732. package/lib/models/sole/sole-business.d.ts.map +1 -0
  733. package/lib/models/sole/sole-contact.d.ts.map +1 -0
  734. package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
  735. package/lib/models/sole/sole-details.d.ts.map +1 -0
  736. package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
  737. package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
  738. package/lib/models/sole/sole-invoice.d.ts.map +1 -0
  739. package/lib/models/tax-review/tax-review.d.ts.map +1 -0
  740. package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
  741. package/lib/models/tax-summary/report-item.d.ts.map +1 -0
  742. package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
  743. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
  744. package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
  745. package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
  746. package/lib/models/toast/toast.d.ts.map +1 -0
  747. package/lib/models/transaction/allocation-rule-condition.d.ts.map +1 -0
  748. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  749. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  750. package/lib/models/transaction/allocation-rule.d.ts.map +1 -0
  751. package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
  752. package/lib/models/transaction/index.d.ts.map +1 -0
  753. package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
  754. package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
  755. package/lib/models/transaction/transaction-meta-field.d.ts.map +1 -0
  756. package/lib/models/transaction/transaction-receipt.d.ts.map +1 -0
  757. package/lib/models/transaction/transaction.d.ts.map +1 -0
  758. package/lib/models/user/index.d.ts.map +1 -0
  759. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
  760. package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
  761. package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
  762. package/lib/models/user/my-account-history.d.ts.map +1 -0
  763. package/lib/models/user/occupation.d.ts.map +1 -0
  764. package/lib/models/user/user-roles.const.d.ts.map +1 -0
  765. package/lib/models/user/user-to-register.d.ts.map +1 -0
  766. package/lib/models/user/user-work-position.const.d.ts.map +1 -0
  767. package/lib/models/user/user.d.ts.map +1 -0
  768. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
  769. package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
  770. package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
  771. package/lib/models/user-event/user-event-type.d.ts.map +1 -0
  772. package/lib/models/vehicle/index.d.ts.map +1 -0
  773. package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
  774. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  775. package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
  776. package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
  777. package/lib/models/vehicle/vehicle.d.ts.map +1 -0
  778. package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
  779. package/lib/services/account-setup/index.d.ts.map +1 -0
  780. package/lib/services/affiliate/index.d.ts.map +1 -0
  781. package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
  782. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
  783. package/lib/services/asset/assets.service.d.ts.map +1 -0
  784. package/lib/services/asset/index.d.ts.map +1 -0
  785. package/lib/services/auth/auth.service.d.ts.map +1 -0
  786. package/lib/services/auth/index.d.ts.map +1 -0
  787. package/lib/services/auth/jwt.service.d.ts.map +1 -0
  788. package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
  789. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
  790. package/lib/services/bank/index.d.ts.map +1 -0
  791. package/lib/services/data.service.d.ts.map +1 -0
  792. package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
  793. package/lib/services/event/index.d.ts.map +1 -0
  794. package/lib/services/event/sse.service.d.ts.map +1 -0
  795. package/lib/services/export/export-formatter.service.d.ts.map +1 -0
  796. package/lib/services/export/index.d.ts.map +1 -0
  797. package/lib/services/header-title/header-title.service.d.ts.map +1 -0
  798. package/lib/services/header-title/index.d.ts.map +1 -0
  799. package/lib/services/http/address/address.service.d.ts.map +1 -0
  800. package/lib/services/http/address/index.d.ts.map +1 -0
  801. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
  802. package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
  803. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
  804. package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
  805. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
  806. package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
  807. package/lib/services/http/bank/bank.service.d.ts.map +1 -0
  808. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
  809. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
  810. package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
  811. package/lib/services/http/bank/index.d.ts.map +1 -0
  812. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
  813. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
  814. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
  815. package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
  816. package/lib/services/http/chat/chat.service.d.ts.map +1 -0
  817. package/lib/services/http/chat/index.d.ts.map +1 -0
  818. package/lib/services/http/chat/message-document.service.d.ts.map +1 -0
  819. package/lib/services/http/chat/message.service.d.ts.map +1 -0
  820. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
  821. package/lib/services/http/client/index.d.ts.map +1 -0
  822. package/lib/services/http/client/occupation/occupation.service.d.ts.map +1 -0
  823. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
  824. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
  825. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +1 -0
  826. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +1 -0
  827. package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
  828. package/lib/services/http/depreciation/index.d.ts.map +1 -0
  829. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
  830. package/lib/services/http/document/document.service.d.ts.map +1 -0
  831. package/lib/services/http/document/index.d.ts.map +1 -0
  832. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
  833. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
  834. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
  835. package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
  836. package/lib/services/http/facebook/index.d.ts.map +1 -0
  837. package/lib/services/http/file/file.service.d.ts.map +1 -0
  838. package/lib/services/http/file/index.d.ts.map +1 -0
  839. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
  840. package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
  841. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
  842. package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
  843. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
  844. package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
  845. package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
  846. package/lib/services/http/firm/employee/index.d.ts.map +1 -0
  847. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
  848. package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
  849. package/lib/services/http/firm/firm.service.d.ts.map +1 -0
  850. package/lib/services/http/firm/index.d.ts.map +1 -0
  851. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
  852. package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
  853. package/lib/services/http/google/google.service.d.ts.map +1 -0
  854. package/lib/services/http/google/index.d.ts.map +1 -0
  855. package/lib/services/http/holding/holding-messages.enum.d.ts.map +1 -0
  856. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +1 -0
  857. package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
  858. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +1 -0
  859. package/lib/services/http/holding/holding-type.service.d.ts +3 -3
  860. package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
  861. package/lib/services/http/holding/holding.service.d.ts.map +1 -0
  862. package/lib/services/http/holding/index.d.ts.map +1 -0
  863. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
  864. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
  865. package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
  866. package/lib/services/http/income-source/index.d.ts.map +1 -0
  867. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
  868. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
  869. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
  870. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
  871. package/lib/services/http/index.d.ts.map +1 -0
  872. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
  873. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
  874. package/lib/services/http/loan/index.d.ts.map +1 -0
  875. package/lib/services/http/loan/loan.service.d.ts.map +1 -0
  876. package/lib/services/http/property/index.d.ts.map +1 -0
  877. package/lib/services/http/property/property-category/index.d.ts.map +1 -0
  878. package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
  879. package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
  880. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
  881. package/lib/services/http/property/property-document/index.d.ts.map +1 -0
  882. package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
  883. package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
  884. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
  885. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +1 -0
  886. package/lib/services/http/property/property-share/index.d.ts.map +1 -0
  887. package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
  888. package/lib/services/http/property/property.service.d.ts.map +1 -0
  889. package/lib/services/http/receipt/index.d.ts.map +1 -0
  890. package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
  891. package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
  892. package/lib/services/http/rest/index.d.ts.map +1 -0
  893. package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
  894. package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
  895. package/lib/services/http/rest/rest.service.d.ts.map +1 -0
  896. package/lib/services/http/service-notification/index.d.ts.map +1 -0
  897. package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
  898. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
  899. package/lib/services/http/sole/index.d.ts.map +1 -0
  900. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
  901. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
  902. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
  903. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
  904. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
  905. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
  906. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
  907. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
  908. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
  909. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
  910. package/lib/services/http/subscription/index.d.ts.map +1 -0
  911. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
  912. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +1 -0
  913. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
  914. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
  915. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
  916. package/lib/services/http/tax-review/index.d.ts.map +1 -0
  917. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
  918. package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
  919. package/lib/services/http/tax-summary/index.d.ts.map +1 -0
  920. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
  921. package/lib/services/http/transaction/index.d.ts.map +1 -0
  922. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
  923. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
  924. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
  925. package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
  926. package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
  927. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
  928. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
  929. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
  930. package/lib/services/http/user/index.d.ts.map +1 -0
  931. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
  932. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
  933. package/lib/services/http/user/user.service.d.ts.map +1 -0
  934. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
  935. package/lib/services/http/vehicle/index.d.ts.map +1 -0
  936. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
  937. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
  938. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
  939. package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
  940. package/lib/services/index.d.ts.map +1 -0
  941. package/lib/services/intercom/index.d.ts.map +1 -0
  942. package/lib/services/intercom/intercom.service.d.ts.map +1 -0
  943. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +1 -0
  944. package/lib/services/pdf/index.d.ts.map +1 -0
  945. package/lib/services/pdf/js-pdf.d.ts.map +1 -0
  946. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
  947. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
  948. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
  949. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
  950. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
  951. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
  952. package/lib/services/preloader/index.d.ts.map +1 -0
  953. package/lib/services/preloader/preloader.service.d.ts.map +1 -0
  954. package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
  955. package/lib/services/property/corelogic/index.d.ts.map +1 -0
  956. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
  957. package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
  958. package/lib/services/property/index.d.ts.map +1 -0
  959. package/lib/services/property/property-calculation/index.d.ts.map +1 -0
  960. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
  961. package/lib/services/report/index.d.ts.map +1 -0
  962. package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
  963. package/lib/services/toast/index.d.ts.map +1 -0
  964. package/lib/services/toast/toast.service.d.ts.map +1 -0
  965. package/lib/services/transaction/index.d.ts.map +1 -0
  966. package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
  967. package/lib/services/user/index.d.ts.map +1 -0
  968. package/lib/services/user/user-switcher.service.d.ts.map +1 -0
  969. package/lib/services/vehicle/index.d.ts.map +1 -0
  970. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
  971. package/lib/services/xlsx/index.d.ts.map +1 -0
  972. package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
  973. package/lib/tt-core.module.d.ts.map +1 -0
  974. package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
  975. package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
  976. package/lib/validators/at-least-one.validator.d.ts.map +1 -0
  977. package/lib/validators/autocomplete.validator.d.ts.map +1 -0
  978. package/lib/validators/conditional.validator.d.ts.map +1 -0
  979. package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
  980. package/lib/validators/date-range.validator.d.ts.map +1 -0
  981. package/lib/validators/fields-sum.validator.d.ts.map +1 -0
  982. package/lib/validators/file.validator.d.ts.map +1 -0
  983. package/lib/validators/index.d.ts.map +1 -0
  984. package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
  985. package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
  986. package/lib/validators/password-match.validator.d.ts.map +1 -0
  987. package/lib/validators/password.validator.d.ts.map +1 -0
  988. package/lib/validators/phone-number.validator.d.ts.map +1 -0
  989. package/lib/validators/required-length.validator.d.ts.map +1 -0
  990. package/lib/validators/transactions-meta-fields.validator.d.ts.map +1 -0
  991. package/package.json +1 -1
  992. package/public-api.d.ts.map +1 -0
  993. package/taxtank-core.d.ts.map +1 -0
@@ -73,9 +73,9 @@ class CorelogicService {
73
73
  }));
74
74
  }
75
75
  }
76
- 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 });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -117,9 +117,9 @@ class CorelogicInterceptor {
117
117
  });
118
118
  }
119
119
  }
120
- 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 });
121
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
120
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
121
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
123
123
  type: Injectable
124
124
  }], ctorParameters: function () {
125
125
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -158,9 +158,9 @@ class FinancialYearInterceptor {
158
158
  return next.handle(clonedReq);
159
159
  }
160
160
  }
161
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
162
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
161
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
162
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
164
164
  type: Injectable
165
165
  }], ctorParameters: function () {
166
166
  return [{ type: undefined, decorators: [{
@@ -7167,6 +7167,17 @@ class HoldingCollection extends Collection {
7167
7167
  }
7168
7168
  }
7169
7169
 
7170
+ class HoldingTypeCollection extends Collection {
7171
+ getOthers() {
7172
+ return this.filterBy('category', [
7173
+ HoldingTypeCategoryEnum.COLLECTIBLE,
7174
+ HoldingTypeCategoryEnum.UNLISTED_STOCK,
7175
+ HoldingTypeCategoryEnum.UNLISTED_UNIT,
7176
+ HoldingTypeCategoryEnum.OTHER
7177
+ ]);
7178
+ }
7179
+ }
7180
+
7170
7181
  // @TODO Alex move here all collections
7171
7182
 
7172
7183
  class ServiceSubscription extends ServiceSubscription$1 {
@@ -8484,59 +8495,6 @@ class HoldingType extends AbstractModel {
8484
8495
  return this.category === HoldingTypeCategoryEnum.CRYPTO;
8485
8496
  }
8486
8497
  }
8487
- __decorate([
8488
- Transform(({ value }) => +value, { toClassOnly: true }),
8489
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8490
- ], HoldingType.prototype, "price", void 0);
8491
- __decorate([
8492
- Type(() => Number)
8493
- ], HoldingType.prototype, "openPrice", void 0);
8494
- __decorate([
8495
- Type(() => Number)
8496
- ], HoldingType.prototype, "highPrice", void 0);
8497
- __decorate([
8498
- Type(() => Number)
8499
- ], HoldingType.prototype, "lowPrice", void 0);
8500
- __decorate([
8501
- Type(() => Number)
8502
- ], HoldingType.prototype, "volume", void 0);
8503
- __decorate([
8504
- Type(() => Number)
8505
- ], HoldingType.prototype, "ema50d", void 0);
8506
- __decorate([
8507
- Type(() => Number)
8508
- ], HoldingType.prototype, "ema200d", void 0);
8509
- __decorate([
8510
- Type(() => Number)
8511
- ], HoldingType.prototype, "highPrice250d", void 0);
8512
- __decorate([
8513
- Type(() => Number)
8514
- ], HoldingType.prototype, "lowPrice250d", void 0);
8515
- __decorate([
8516
- Type(() => Number)
8517
- ], HoldingType.prototype, "avgVolume14d", void 0);
8518
- __decorate([
8519
- Type(() => Number)
8520
- ], HoldingType.prototype, "avgVolume50d", void 0);
8521
- __decorate([
8522
- Type(() => Number)
8523
- ], HoldingType.prototype, "avgVolume200d", void 0);
8524
- __decorate([
8525
- Type(() => Number)
8526
- ], HoldingType.prototype, "marketCap", void 0);
8527
- __decorate([
8528
- Type(() => Number)
8529
- ], HoldingType.prototype, "beta", void 0);
8530
- __decorate([
8531
- Type(() => Number)
8532
- ], HoldingType.prototype, "adjustedPrice", void 0);
8533
- __decorate([
8534
- Type(() => Number)
8535
- ], HoldingType.prototype, "peRatio", void 0);
8536
- __decorate([
8537
- Transform(({ value }) => +value, { toClassOnly: true }),
8538
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8539
- ], HoldingType.prototype, "dividendPercent", void 0);
8540
8498
  __decorate([
8541
8499
  Type(() => AppFile)
8542
8500
  ], HoldingType.prototype, "file", void 0);
@@ -8569,34 +8527,6 @@ class HoldingSale extends AbstractModel {
8569
8527
  return capitalGain;
8570
8528
  }
8571
8529
  }
8572
- __decorate([
8573
- Transform(({ value }) => +value, { toClassOnly: true }),
8574
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8575
- ], HoldingSale.prototype, "quantity", void 0);
8576
- __decorate([
8577
- Transform(({ value }) => +value, { toClassOnly: true }),
8578
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8579
- ], HoldingSale.prototype, "price", void 0);
8580
- __decorate([
8581
- Transform(({ value }) => +value, { toClassOnly: true }),
8582
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8583
- ], HoldingSale.prototype, "fee", void 0);
8584
- __decorate([
8585
- Transform(({ value }) => +value, { toClassOnly: true }),
8586
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8587
- ], HoldingSale.prototype, "total", void 0);
8588
- __decorate([
8589
- Transform(({ value }) => +value, { toClassOnly: true }),
8590
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8591
- ], HoldingSale.prototype, "totalCapitalGain", void 0);
8592
- __decorate([
8593
- Transform(({ value }) => +value, { toClassOnly: true }),
8594
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8595
- ], HoldingSale.prototype, "grossCapitalGain", void 0);
8596
- __decorate([
8597
- Transform(({ value }) => +value, { toClassOnly: true }),
8598
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8599
- ], HoldingSale.prototype, "netCapitalGain", void 0);
8600
8530
  __decorate([
8601
8531
  Transform(({ value }) => { return { id: value.id }; }, { toPlainOnly: true })
8602
8532
  ], HoldingSale.prototype, "holding", void 0);
@@ -8639,26 +8569,6 @@ class Holding extends AbstractModel {
8639
8569
  return (new FinancialYear().startDate.getTime() - this.date.getTime()) > yearTime;
8640
8570
  }
8641
8571
  }
8642
- __decorate([
8643
- Transform(({ value }) => +value, { toClassOnly: true }),
8644
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8645
- ], Holding.prototype, "quantity", void 0);
8646
- __decorate([
8647
- Transform(({ value }) => +value, { toClassOnly: true }),
8648
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8649
- ], Holding.prototype, "currentQuantity", void 0);
8650
- __decorate([
8651
- Transform(({ value }) => +value, { toClassOnly: true }),
8652
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8653
- ], Holding.prototype, "ownershipPercent", void 0);
8654
- __decorate([
8655
- Transform(({ value }) => +value, { toClassOnly: true }),
8656
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8657
- ], Holding.prototype, "price", void 0);
8658
- __decorate([
8659
- Transform(({ value }) => +value, { toClassOnly: true }),
8660
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8661
- ], Holding.prototype, "fee", void 0);
8662
8572
  __decorate([
8663
8573
  Type(() => Date)
8664
8574
  ], Holding.prototype, "date", void 0);
@@ -8876,9 +8786,9 @@ class JwtService extends JwtHelperService {
8876
8786
  return this.getUser().id === userId;
8877
8787
  }
8878
8788
  }
8879
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8880
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8789
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8790
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
8791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
8882
8792
  type: Injectable,
8883
8793
  args: [{
8884
8794
  providedIn: 'root'
@@ -8913,9 +8823,9 @@ class EventDispatcherService {
8913
8823
  this.eventSubject2.next(event);
8914
8824
  }
8915
8825
  }
8916
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8917
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8918
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
8826
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8827
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
8919
8829
  type: Injectable,
8920
8830
  args: [{
8921
8831
  providedIn: 'root'
@@ -8964,9 +8874,9 @@ class AuthService {
8964
8874
  location.replace(url);
8965
8875
  }
8966
8876
  }
8967
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8968
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
8969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
8877
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8878
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
8879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
8970
8880
  type: Injectable,
8971
8881
  args: [{
8972
8882
  providedIn: 'root'
@@ -9104,9 +9014,9 @@ class JwtInterceptor {
9104
9014
  });
9105
9015
  }
9106
9016
  }
9107
- 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 });
9108
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9017
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9018
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9110
9020
  type: Injectable
9111
9021
  }], ctorParameters: function () {
9112
9022
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9141,9 +9051,9 @@ class UserSwitcherService {
9141
9051
  window.location.replace('/firm/dashboard');
9142
9052
  }
9143
9053
  }
9144
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9145
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9054
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9055
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9147
9057
  type: Injectable,
9148
9058
  args: [{
9149
9059
  providedIn: 'root'
@@ -9189,9 +9099,9 @@ class UserSwitcherInterceptor {
9189
9099
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9190
9100
  }
9191
9101
  }
9192
- 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 });
9193
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9102
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9103
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9195
9105
  type: Injectable
9196
9106
  }], ctorParameters: function () {
9197
9107
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9465,9 +9375,9 @@ class PreloaderService {
9465
9375
  this.activePreloaders.next(activePreloaders);
9466
9376
  }
9467
9377
  }
9468
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9469
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9378
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9379
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9471
9381
  type: Injectable,
9472
9382
  args: [{
9473
9383
  providedIn: 'root'
@@ -9495,9 +9405,9 @@ class PreloaderInterceptor {
9495
9405
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9496
9406
  }
9497
9407
  }
9498
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9499
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9408
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9409
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9501
9411
  type: Injectable
9502
9412
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9503
9413
 
@@ -9524,9 +9434,9 @@ class DataService {
9524
9434
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9525
9435
  }
9526
9436
  }
9527
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9528
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9437
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9438
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
9530
9440
  type: Injectable,
9531
9441
  args: [{
9532
9442
  providedIn: 'root'
@@ -9565,9 +9475,9 @@ class SseService {
9565
9475
  }));
9566
9476
  }
9567
9477
  }
9568
- 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 });
9569
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9478
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9479
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9480
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
9571
9481
  type: Injectable,
9572
9482
  args: [{
9573
9483
  providedIn: 'root'
@@ -9779,9 +9689,9 @@ let RestService$1 = class RestService extends DataService {
9779
9689
  */
9780
9690
  listenEvents() { }
9781
9691
  };
9782
- 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 });
9783
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9692
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9693
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9785
9695
  type: Injectable,
9786
9696
  args: [{
9787
9697
  providedIn: 'root'
@@ -9901,9 +9811,9 @@ class ToastService {
9901
9811
  }));
9902
9812
  }
9903
9813
  }
9904
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9905
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9906
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
9814
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9815
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
9816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
9907
9817
  type: Injectable,
9908
9818
  args: [{
9909
9819
  providedIn: 'root'
@@ -9993,9 +9903,9 @@ BankConnectionService.userEventTypes = [
9993
9903
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9994
9904
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9995
9905
  ];
9996
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9997
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9998
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
9906
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9907
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
9999
9909
  type: Injectable,
10000
9910
  args: [{
10001
9911
  providedIn: 'root'
@@ -10107,9 +10017,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
10107
10017
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10108
10018
  */
10109
10019
  BasiqService.bankCredintialsCheckInterval = 3000;
10110
- 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 });
10111
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10020
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10021
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10113
10023
  type: Injectable,
10114
10024
  args: [{
10115
10025
  providedIn: 'root'
@@ -10146,9 +10056,9 @@ class BasiqTokenService extends RestService$1 {
10146
10056
  return this.cacheSubject.asObservable();
10147
10057
  }
10148
10058
  }
10149
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10150
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10059
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10060
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10152
10062
  type: Injectable,
10153
10063
  args: [{
10154
10064
  providedIn: 'root'
@@ -10179,9 +10089,9 @@ class BasiqTokenInterceptor {
10179
10089
  });
10180
10090
  }
10181
10091
  }
10182
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10183
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10092
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10093
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10185
10095
  type: Injectable
10186
10096
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10187
10097
 
@@ -10358,9 +10268,9 @@ class UserService {
10358
10268
  });
10359
10269
  }
10360
10270
  }
10361
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10362
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10271
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10272
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10364
10274
  type: Injectable,
10365
10275
  args: [{
10366
10276
  providedIn: 'root'
@@ -10392,17 +10302,17 @@ class BasiqClientIdInterceptor {
10392
10302
  });
10393
10303
  }
10394
10304
  }
10395
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10396
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10305
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10306
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10398
10308
  type: Injectable
10399
10309
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10400
10310
 
10401
10311
  class InterceptorsModule {
10402
10312
  }
10403
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10404
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10405
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10313
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10314
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10315
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10406
10316
  {
10407
10317
  provide: HTTP_INTERCEPTORS,
10408
10318
  useClass: CorelogicInterceptor,
@@ -10440,7 +10350,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10440
10350
  multi: true
10441
10351
  }
10442
10352
  ] });
10443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10444
10354
  type: NgModule,
10445
10355
  args: [{
10446
10356
  providers: [
@@ -10498,12 +10408,12 @@ class TtCoreModule {
10498
10408
  };
10499
10409
  }
10500
10410
  }
10501
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10502
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10411
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10412
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10503
10413
  InterceptorsModule] });
10504
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10414
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10505
10415
  InterceptorsModule] });
10506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10507
10417
  type: NgModule,
10508
10418
  args: [{
10509
10419
  declarations: [],
@@ -12112,9 +12022,9 @@ class AddressService {
12112
12022
  return this.countriesSubject.asObservable();
12113
12023
  }
12114
12024
  }
12115
- 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 });
12116
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12025
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12026
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12118
12028
  type: Injectable,
12119
12029
  args: [{
12120
12030
  providedIn: 'root'
@@ -12170,9 +12080,9 @@ class BankAccountService extends RestService$1 {
12170
12080
  });
12171
12081
  }
12172
12082
  }
12173
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12174
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12083
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12084
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12176
12086
  type: Injectable,
12177
12087
  args: [{
12178
12088
  providedIn: 'root'
@@ -12237,9 +12147,9 @@ class BankTransactionService extends RestService$1 {
12237
12147
  });
12238
12148
  }
12239
12149
  }
12240
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12241
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12150
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12151
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12243
12153
  type: Injectable,
12244
12154
  args: [{
12245
12155
  providedIn: 'root'
@@ -12267,9 +12177,9 @@ class BankService extends RestService$1 {
12267
12177
  }));
12268
12178
  }
12269
12179
  }
12270
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12271
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12180
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12181
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12273
12183
  type: Injectable,
12274
12184
  args: [{
12275
12185
  providedIn: 'root'
@@ -12289,9 +12199,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12289
12199
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12290
12200
  }
12291
12201
  }
12292
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12293
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12202
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12203
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12295
12205
  type: Injectable,
12296
12206
  args: [{
12297
12207
  providedIn: 'root'
@@ -12331,9 +12241,9 @@ class ChartAccountsService extends RestService$1 {
12331
12241
  }));
12332
12242
  }
12333
12243
  }
12334
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12335
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12244
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12245
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12337
12247
  type: Injectable,
12338
12248
  args: [{
12339
12249
  providedIn: 'root'
@@ -12402,9 +12312,9 @@ class ChatService extends RestService$1 {
12402
12312
  });
12403
12313
  }
12404
12314
  }
12405
- 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 });
12406
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12315
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12316
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12408
12318
  type: Injectable,
12409
12319
  args: [{
12410
12320
  providedIn: 'root'
@@ -12463,9 +12373,9 @@ class MessageService extends RestService$1 {
12463
12373
  });
12464
12374
  }
12465
12375
  }
12466
- 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 });
12467
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12376
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12377
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12469
12379
  type: Injectable,
12470
12380
  args: [{
12471
12381
  providedIn: 'root'
@@ -12539,9 +12449,9 @@ class MessageDocumentService extends RestService$1 {
12539
12449
  }));
12540
12450
  }
12541
12451
  }
12542
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12543
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12452
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12453
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12545
12455
  type: Injectable,
12546
12456
  args: [{
12547
12457
  providedIn: 'root'
@@ -12666,9 +12576,9 @@ class DepreciationService extends RestService$1 {
12666
12576
  });
12667
12577
  }
12668
12578
  }
12669
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12670
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12579
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12580
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12672
12582
  type: Injectable,
12673
12583
  args: [{
12674
12584
  providedIn: 'root'
@@ -12722,9 +12632,9 @@ class DepreciationCapitalProjectService {
12722
12632
  }));
12723
12633
  }
12724
12634
  }
12725
- 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 });
12726
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12635
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12636
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12728
12638
  type: Injectable,
12729
12639
  args: [{
12730
12640
  providedIn: 'root'
@@ -12792,9 +12702,9 @@ class ReceiptService {
12792
12702
  return plainToClass(this.modelClass, data);
12793
12703
  }
12794
12704
  }
12795
- 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 });
12796
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12797
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12705
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12706
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12798
12708
  type: Injectable,
12799
12709
  args: [{
12800
12710
  providedIn: 'root'
@@ -12825,9 +12735,9 @@ class DepreciationReceiptService extends ReceiptService {
12825
12735
  this.listenEvents();
12826
12736
  }
12827
12737
  }
12828
- 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 });
12829
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12738
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12739
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12831
12741
  type: Injectable,
12832
12742
  args: [{
12833
12743
  providedIn: 'root'
@@ -13043,9 +12953,9 @@ class RestService {
13043
12953
  */
13044
12954
  listenEvents() { }
13045
12955
  }
13046
- 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 });
13047
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
12956
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12957
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
12958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
13049
12959
  type: Injectable,
13050
12960
  args: [{
13051
12961
  providedIn: 'root'
@@ -13064,9 +12974,9 @@ class DocumentService extends RestService {
13064
12974
  this.modelClass = Document;
13065
12975
  }
13066
12976
  }
13067
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13068
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
12977
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12978
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
12979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
13070
12980
  type: Injectable,
13071
12981
  args: [{
13072
12982
  providedIn: 'root'
@@ -13132,9 +13042,9 @@ class DocumentFolderService extends RestService {
13132
13042
  }));
13133
13043
  }
13134
13044
  }
13135
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13136
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13045
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13046
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13138
13048
  type: Injectable,
13139
13049
  args: [{
13140
13050
  providedIn: 'root'
@@ -13211,9 +13121,9 @@ FacebookService.authOptions = {
13211
13121
  auth_type: 'rerequest',
13212
13122
  return_scopes: true
13213
13123
  };
13214
- 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 });
13215
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13124
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13125
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13217
13127
  type: Injectable,
13218
13128
  args: [{
13219
13129
  providedIn: 'root'
@@ -13283,9 +13193,9 @@ class GoogleService {
13283
13193
  google.accounts.id.disableAutoSelect();
13284
13194
  }
13285
13195
  }
13286
- 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 });
13287
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13196
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13197
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13198
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13289
13199
  type: Injectable,
13290
13200
  args: [{
13291
13201
  providedIn: 'root'
@@ -13313,9 +13223,9 @@ class FileService extends RestService$1 {
13313
13223
  .pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
13314
13224
  }
13315
13225
  }
13316
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13317
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13226
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13227
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13319
13229
  type: Injectable,
13320
13230
  args: [{
13321
13231
  providedIn: 'root'
@@ -13332,9 +13242,9 @@ class ClientIncomeTypesService extends RestService$1 {
13332
13242
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13333
13243
  }
13334
13244
  }
13335
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13336
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13245
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13246
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13338
13248
  type: Injectable,
13339
13249
  args: [{
13340
13250
  providedIn: 'root'
@@ -13449,9 +13359,9 @@ class ClientInviteService extends RestService {
13449
13359
  });
13450
13360
  }
13451
13361
  }
13452
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13453
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13362
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13363
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13455
13365
  type: Injectable,
13456
13366
  args: [{
13457
13367
  providedIn: 'root'
@@ -13530,9 +13440,9 @@ class ClientMovementService extends RestService {
13530
13440
  });
13531
13441
  }
13532
13442
  }
13533
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13534
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13443
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13444
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13536
13446
  type: Injectable,
13537
13447
  args: [{
13538
13448
  providedIn: 'root'
@@ -13561,9 +13471,9 @@ class EmployeeService extends RestService {
13561
13471
  }));
13562
13472
  }
13563
13473
  }
13564
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13565
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13474
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13475
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13567
13477
  type: Injectable,
13568
13478
  args: [{
13569
13479
  providedIn: 'root'
@@ -13606,9 +13516,9 @@ class EmployeeInviteService extends RestService {
13606
13516
  }));
13607
13517
  }
13608
13518
  }
13609
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13610
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13519
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13520
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13612
13522
  type: Injectable,
13613
13523
  args: [{
13614
13524
  providedIn: 'root'
@@ -13633,9 +13543,9 @@ class ClientPortfolioReportService {
13633
13543
  }));
13634
13544
  }
13635
13545
  }
13636
- 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 });
13637
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13546
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13547
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13639
13549
  type: Injectable,
13640
13550
  args: [{
13641
13551
  providedIn: 'root'
@@ -13707,9 +13617,9 @@ class FirmService {
13707
13617
  }));
13708
13618
  }
13709
13619
  }
13710
- 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 });
13711
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13620
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13621
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13622
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13713
13623
  type: Injectable,
13714
13624
  args: [{
13715
13625
  providedIn: 'root'
@@ -13784,9 +13694,9 @@ class IncomeSourceForecastService extends RestService {
13784
13694
  }).flat();
13785
13695
  }
13786
13696
  }
13787
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13788
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13697
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13698
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13790
13700
  type: Injectable,
13791
13701
  args: [{
13792
13702
  providedIn: 'root'
@@ -13856,9 +13766,9 @@ class SalaryForecastService extends RestService {
13856
13766
  }).flat();
13857
13767
  }
13858
13768
  }
13859
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13860
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13769
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13770
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
13862
13772
  type: Injectable,
13863
13773
  args: [{
13864
13774
  providedIn: 'root'
@@ -13934,9 +13844,9 @@ class SoleForecastService extends RestService {
13934
13844
  });
13935
13845
  }
13936
13846
  }
13937
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13938
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13847
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13848
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
13940
13850
  type: Injectable,
13941
13851
  args: [{
13942
13852
  providedIn: 'root'
@@ -14035,9 +13945,9 @@ class IncomeSourceService extends RestService {
14035
13945
  });
14036
13946
  }
14037
13947
  }
14038
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14039
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
13948
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13949
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
14041
13951
  type: Injectable,
14042
13952
  args: [{
14043
13953
  providedIn: 'root'
@@ -14100,9 +14010,9 @@ class BorrowingExpenseService {
14100
14010
  }));
14101
14011
  }
14102
14012
  }
14103
- 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 });
14104
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14013
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14014
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14106
14016
  type: Injectable,
14107
14017
  args: [{
14108
14018
  providedIn: 'root'
@@ -14186,9 +14096,9 @@ class LoanService extends RestService$1 {
14186
14096
  }));
14187
14097
  }
14188
14098
  }
14189
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14190
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14099
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14100
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14192
14102
  type: Injectable,
14193
14103
  args: [{
14194
14104
  providedIn: 'root'
@@ -14207,9 +14117,9 @@ class PropertyCategoryService extends RestService$1 {
14207
14117
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14208
14118
  }
14209
14119
  }
14210
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14211
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14120
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14121
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14213
14123
  type: Injectable,
14214
14124
  args: [{
14215
14125
  providedIn: 'root'
@@ -14225,9 +14135,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14225
14135
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14226
14136
  }
14227
14137
  }
14228
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14229
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14138
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14139
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14231
14141
  type: Injectable,
14232
14142
  args: [{
14233
14143
  providedIn: 'root'
@@ -14269,9 +14179,9 @@ class PropertyDocumentService extends RestService$1 {
14269
14179
  });
14270
14180
  }
14271
14181
  }
14272
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14273
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14182
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14183
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14275
14185
  type: Injectable,
14276
14186
  args: [{
14277
14187
  providedIn: 'root'
@@ -14288,9 +14198,9 @@ class TaxExemptionService extends RestService$1 {
14288
14198
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14289
14199
  }
14290
14200
  }
14291
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14292
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14201
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14202
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14294
14204
  type: Injectable,
14295
14205
  args: [{
14296
14206
  providedIn: 'root'
@@ -14306,9 +14216,9 @@ class PropertySaleService extends RestService$1 {
14306
14216
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14307
14217
  }
14308
14218
  }
14309
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14310
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14219
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14220
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14312
14222
  type: Injectable,
14313
14223
  args: [{
14314
14224
  providedIn: 'root'
@@ -14355,9 +14265,9 @@ class PropertyShareService extends RestService$1 {
14355
14265
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14356
14266
  }
14357
14267
  }
14358
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14359
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14268
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14269
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14361
14271
  type: Injectable,
14362
14272
  args: [{
14363
14273
  providedIn: 'root'
@@ -14454,9 +14364,9 @@ class PropertyService extends RestService$1 {
14454
14364
  }));
14455
14365
  }
14456
14366
  }
14457
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14458
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14367
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14368
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14460
14370
  type: Injectable,
14461
14371
  args: [{
14462
14372
  providedIn: 'root'
@@ -14500,9 +14410,9 @@ class ServiceNotificationService extends RestService {
14500
14410
  });
14501
14411
  }
14502
14412
  }
14503
- 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 });
14504
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14413
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14414
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14506
14416
  type: Injectable,
14507
14417
  args: [{
14508
14418
  providedIn: 'root'
@@ -14553,9 +14463,9 @@ class SoleBusinessService extends RestService {
14553
14463
  }));
14554
14464
  }
14555
14465
  }
14556
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14557
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14466
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14467
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14559
14469
  type: Injectable,
14560
14470
  args: [{
14561
14471
  providedIn: 'root'
@@ -14570,9 +14480,9 @@ class SoleBusinessActivityService extends RestService {
14570
14480
  this.isHydra = true;
14571
14481
  }
14572
14482
  }
14573
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14574
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14483
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14484
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14576
14486
  type: Injectable,
14577
14487
  args: [{
14578
14488
  providedIn: 'root'
@@ -14598,9 +14508,9 @@ class SoleBusinessLossService extends RestService {
14598
14508
  });
14599
14509
  }
14600
14510
  }
14601
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14602
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14511
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14512
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14604
14514
  type: Injectable,
14605
14515
  args: [{
14606
14516
  providedIn: 'root'
@@ -14618,9 +14528,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14618
14528
  this.isHydra = true;
14619
14529
  }
14620
14530
  }
14621
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14622
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14531
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14532
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14624
14534
  type: Injectable,
14625
14535
  args: [{
14626
14536
  providedIn: 'root'
@@ -14635,9 +14545,9 @@ class SoleContactService extends RestService {
14635
14545
  this.isHydra = true;
14636
14546
  }
14637
14547
  }
14638
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14639
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14640
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14548
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14549
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14641
14551
  type: Injectable,
14642
14552
  args: [{
14643
14553
  providedIn: 'root'
@@ -14693,9 +14603,9 @@ class SoleDepreciationMethodService {
14693
14603
  });
14694
14604
  }
14695
14605
  }
14696
- 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 });
14697
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14606
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14607
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14699
14609
  type: Injectable,
14700
14610
  args: [{
14701
14611
  providedIn: 'root'
@@ -14750,9 +14660,9 @@ class SoleDetailsService {
14750
14660
  }));
14751
14661
  }
14752
14662
  }
14753
- 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 });
14754
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14663
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14664
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14756
14666
  type: Injectable,
14757
14667
  args: [{
14758
14668
  providedIn: 'root'
@@ -14828,9 +14738,9 @@ class SoleInvoiceService extends RestService {
14828
14738
  });
14829
14739
  }
14830
14740
  }
14831
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14832
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14833
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14741
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14742
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
14834
14744
  type: Injectable,
14835
14745
  args: [{
14836
14746
  providedIn: 'root'
@@ -14845,9 +14755,9 @@ class SoleInvoiceTemplateService extends RestService {
14845
14755
  this.isHydra = true;
14846
14756
  }
14847
14757
  }
14848
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14849
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14850
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14758
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14759
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14760
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14851
14761
  type: Injectable,
14852
14762
  args: [{
14853
14763
  providedIn: 'root'
@@ -14862,9 +14772,9 @@ class BasReportService extends RestService {
14862
14772
  this.isHydra = true;
14863
14773
  }
14864
14774
  }
14865
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14866
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14775
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14776
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
14777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
14868
14778
  type: Injectable,
14869
14779
  args: [{
14870
14780
  providedIn: 'root'
@@ -14890,9 +14800,9 @@ class ServicePaymentService extends RestService$1 {
14890
14800
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14891
14801
  }
14892
14802
  }
14893
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14894
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14895
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14803
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14804
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
14896
14806
  type: Injectable,
14897
14807
  args: [{
14898
14808
  providedIn: 'root'
@@ -14940,9 +14850,9 @@ class ServicePaymentMethodService extends RestService$1 {
14940
14850
  });
14941
14851
  }
14942
14852
  }
14943
- 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 });
14944
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14853
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14854
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14946
14856
  type: Injectable,
14947
14857
  args: [{
14948
14858
  providedIn: 'root'
@@ -14967,9 +14877,9 @@ class ServicePriceService extends RestService$1 {
14967
14877
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14968
14878
  }
14969
14879
  }
14970
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14971
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14972
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
14880
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14881
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
14973
14883
  type: Injectable,
14974
14884
  args: [{
14975
14885
  providedIn: 'root'
@@ -15085,9 +14995,9 @@ class SubscriptionService extends RestService$1 {
15085
14995
  });
15086
14996
  }
15087
14997
  }
15088
- 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 });
15089
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15090
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
14998
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14999
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
15091
15001
  type: Injectable,
15092
15002
  args: [{
15093
15003
  providedIn: 'root'
@@ -15109,9 +15019,9 @@ class ServiceProductService extends RestService$1 {
15109
15019
  this.isApiPlatform = true;
15110
15020
  }
15111
15021
  }
15112
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15113
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15022
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15023
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15115
15025
  type: Injectable,
15116
15026
  args: [{
15117
15027
  providedIn: 'root'
@@ -15143,9 +15053,9 @@ class TaxReviewHistoryService extends RestService {
15143
15053
  });
15144
15054
  }
15145
15055
  }
15146
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15147
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15056
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15057
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15149
15059
  type: Injectable,
15150
15060
  args: [{
15151
15061
  providedIn: 'root'
@@ -15234,9 +15144,9 @@ class TaxReviewService extends RestService {
15234
15144
  });
15235
15145
  }
15236
15146
  }
15237
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15238
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15147
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15148
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15240
15150
  type: Injectable,
15241
15151
  args: [{
15242
15152
  providedIn: 'root'
@@ -15293,9 +15203,9 @@ class TaxSummaryService {
15293
15203
  });
15294
15204
  }
15295
15205
  }
15296
- 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 });
15297
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15206
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15207
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15299
15209
  type: Injectable,
15300
15210
  args: [{
15301
15211
  providedIn: 'root'
@@ -15316,9 +15226,9 @@ class AllocationRuleService extends RestService$1 {
15316
15226
  this.isApiPlatform = true;
15317
15227
  }
15318
15228
  }
15319
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15320
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15229
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15230
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15322
15232
  type: Injectable,
15323
15233
  args: [{
15324
15234
  providedIn: 'root'
@@ -15409,9 +15319,9 @@ class TransactionAllocationService extends RestService {
15409
15319
  });
15410
15320
  }
15411
15321
  }
15412
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15413
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15322
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15323
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15415
15325
  type: Injectable,
15416
15326
  args: [{
15417
15327
  providedIn: 'root'
@@ -15437,9 +15347,9 @@ class TransactionReceiptService extends ReceiptService {
15437
15347
  this.listenEvents();
15438
15348
  }
15439
15349
  }
15440
- 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 });
15441
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15350
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15351
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15443
15353
  type: Injectable,
15444
15354
  args: [{
15445
15355
  providedIn: 'root'
@@ -15762,9 +15672,9 @@ class TransactionService extends RestService {
15762
15672
  });
15763
15673
  }
15764
15674
  }
15765
- 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 });
15766
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15675
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15676
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15768
15678
  type: Injectable,
15769
15679
  args: [{
15770
15680
  providedIn: 'root'
@@ -15795,9 +15705,9 @@ class TutorialVideoService {
15795
15705
  }
15796
15706
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15797
15707
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15798
- 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 });
15799
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15708
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15709
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15710
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15801
15711
  type: Injectable,
15802
15712
  args: [{
15803
15713
  providedIn: 'root'
@@ -15819,9 +15729,9 @@ class VehicleService extends RestService {
15819
15729
  this.modelClass = Vehicle;
15820
15730
  }
15821
15731
  }
15822
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15823
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15732
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15733
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
15734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15825
15735
  type: Injectable,
15826
15736
  args: [{
15827
15737
  providedIn: 'root'
@@ -15893,9 +15803,9 @@ class VehicleClaimService extends RestService {
15893
15803
  combineLatest(batch$).subscribe();
15894
15804
  }
15895
15805
  }
15896
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15897
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15806
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15807
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
15899
15809
  type: Injectable,
15900
15810
  args: [{
15901
15811
  providedIn: 'root'
@@ -15972,9 +15882,9 @@ class VehicleClaimDetailsService {
15972
15882
  this.update(vehicleClaimDetails).subscribe();
15973
15883
  }
15974
15884
  }
15975
- 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 });
15976
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15885
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15886
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15978
15888
  type: Injectable,
15979
15889
  args: [{
15980
15890
  providedIn: 'root'
@@ -15996,9 +15906,9 @@ class VehicleLogbookService extends RestService {
15996
15906
  this.modelClass = VehicleLogbook;
15997
15907
  }
15998
15908
  }
15999
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16000
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15909
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15910
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
16002
15912
  type: Injectable,
16003
15913
  args: [{
16004
15914
  providedIn: 'root'
@@ -16015,9 +15925,9 @@ class AnnualClientDetailsService extends RestService$1 {
16015
15925
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16016
15926
  }
16017
15927
  }
16018
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16019
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15928
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15929
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16021
15931
  type: Injectable,
16022
15932
  args: [{
16023
15933
  providedIn: 'root'
@@ -16050,9 +15960,9 @@ class OccupationService {
16050
15960
  return this.occupationsSubject.asObservable();
16051
15961
  }
16052
15962
  }
16053
- 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 });
16054
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
15963
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15964
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
15965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
16056
15966
  type: Injectable,
16057
15967
  args: [{
16058
15968
  providedIn: 'root'
@@ -16098,9 +16008,9 @@ class UserEventSettingService extends RestService {
16098
16008
  }));
16099
16009
  }
16100
16010
  }
16101
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16102
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16011
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16012
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
16104
16014
  type: Injectable,
16105
16015
  args: [{
16106
16016
  providedIn: 'root'
@@ -16115,9 +16025,9 @@ class UserEventTypeService extends RestService {
16115
16025
  this.isHydra = true;
16116
16026
  }
16117
16027
  }
16118
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16119
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16028
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16029
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
16121
16031
  type: Injectable,
16122
16032
  args: [{
16123
16033
  providedIn: 'root'
@@ -16134,9 +16044,9 @@ class UsersInviteService extends RestService {
16134
16044
  this.url = 'users/invite';
16135
16045
  }
16136
16046
  }
16137
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16138
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16047
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16048
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16140
16050
  type: Injectable,
16141
16051
  args: [{
16142
16052
  providedIn: 'root'
@@ -16153,9 +16063,9 @@ class HoldingService extends RestService$1 {
16153
16063
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16154
16064
  }
16155
16065
  }
16156
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16157
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16066
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16067
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16159
16069
  type: Injectable,
16160
16070
  args: [{
16161
16071
  providedIn: 'root'
@@ -16166,15 +16076,15 @@ class HoldingTypeService extends RestService$1 {
16166
16076
  constructor() {
16167
16077
  super(...arguments);
16168
16078
  this.modelClass = HoldingType;
16169
- this.collectionClass = Collection;
16079
+ this.collectionClass = HoldingTypeCollection;
16170
16080
  this.endpointUri = 'holding-types';
16171
16081
  this.isApiPlatform = true;
16172
16082
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16173
16083
  }
16174
16084
  }
16175
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16176
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16085
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16086
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16178
16088
  type: Injectable,
16179
16089
  args: [{
16180
16090
  providedIn: 'root'
@@ -16191,9 +16101,9 @@ class HoldingSaleService extends RestService$1 {
16191
16101
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16192
16102
  }
16193
16103
  }
16194
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16195
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16104
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16105
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16197
16107
  type: Injectable,
16198
16108
  args: [{
16199
16109
  providedIn: 'root'
@@ -16288,9 +16198,9 @@ class HoldingTypeExchangeService extends DataService {
16288
16198
  this.setCache(HoldingTypeExchanges);
16289
16199
  }
16290
16200
  }
16291
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16292
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16201
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16202
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16294
16204
  type: Injectable,
16295
16205
  args: [{
16296
16206
  providedIn: 'root'
@@ -16521,9 +16431,9 @@ class AccountSetupService {
16521
16431
  }));
16522
16432
  }
16523
16433
  }
16524
- 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 }], target: i0.ɵɵFactoryTarget.Injectable });
16525
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16434
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }], target: i0.ɵɵFactoryTarget.Injectable });
16435
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
16527
16437
  type: Injectable,
16528
16438
  args: [{
16529
16439
  providedIn: 'root'
@@ -16549,9 +16459,9 @@ class RewardfulService {
16549
16459
  });
16550
16460
  }
16551
16461
  }
16552
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16553
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16462
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16463
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
16555
16465
  type: Injectable,
16556
16466
  args: [{
16557
16467
  providedIn: 'root'
@@ -16598,9 +16508,9 @@ class AssetsService {
16598
16508
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16599
16509
  }
16600
16510
  }
16601
- 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 });
16602
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16511
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16512
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
16604
16514
  type: Injectable,
16605
16515
  args: [{
16606
16516
  providedIn: 'root'
@@ -16665,9 +16575,9 @@ class BankTransactionCalculationService {
16665
16575
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16666
16576
  }
16667
16577
  }
16668
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16669
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16578
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16579
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16580
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16671
16581
  type: Injectable,
16672
16582
  args: [{
16673
16583
  providedIn: 'root'
@@ -16696,9 +16606,9 @@ class BankAccountCalculationService {
16696
16606
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16697
16607
  }
16698
16608
  }
16699
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16700
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16609
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16610
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16702
16612
  type: Injectable,
16703
16613
  args: [{
16704
16614
  providedIn: 'root'
@@ -16723,9 +16633,9 @@ class ExportFormatterService {
16723
16633
  }));
16724
16634
  }
16725
16635
  }
16726
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16727
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16636
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16637
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
16729
16639
  type: Injectable,
16730
16640
  args: [{
16731
16641
  providedIn: 'root'
@@ -16746,9 +16656,9 @@ class HeaderTitleService {
16746
16656
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16747
16657
  }
16748
16658
  }
16749
- 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 });
16750
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16751
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16659
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16660
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
16752
16662
  type: Injectable,
16753
16663
  args: [{
16754
16664
  providedIn: 'root'
@@ -16782,9 +16692,9 @@ class IntercomService {
16782
16692
  window.Intercom('boot', connectionCredentials);
16783
16693
  }
16784
16694
  }
16785
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16786
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16695
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16696
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
16697
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
16788
16698
  type: Injectable,
16789
16699
  args: [{
16790
16700
  providedIn: 'root'
@@ -16856,9 +16766,9 @@ class PdfFromDomElementService {
16856
16766
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16857
16767
  }
16858
16768
  }
16859
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16860
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16769
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16770
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16862
16772
  type: Injectable,
16863
16773
  args: [{
16864
16774
  providedIn: 'root'
@@ -16937,9 +16847,9 @@ class PdfFromTableService {
16937
16847
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16938
16848
  }
16939
16849
  }
16940
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16941
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16942
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
16850
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16851
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16852
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
16943
16853
  type: Injectable,
16944
16854
  args: [{
16945
16855
  providedIn: 'root'
@@ -16971,9 +16881,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16971
16881
  return pdf;
16972
16882
  }
16973
16883
  }
16974
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16975
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16884
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16885
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16977
16887
  type: Injectable,
16978
16888
  args: [{
16979
16889
  providedIn: 'root'
@@ -17006,9 +16916,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17006
16916
  return pdf;
17007
16917
  }
17008
16918
  }
17009
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17010
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16919
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16920
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17012
16922
  type: Injectable,
17013
16923
  args: [{
17014
16924
  providedIn: 'root'
@@ -17041,9 +16951,9 @@ class EquityPositionChartService {
17041
16951
  }));
17042
16952
  }
17043
16953
  }
17044
- 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 });
17045
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17046
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
16954
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16955
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16956
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
17047
16957
  type: Injectable,
17048
16958
  args: [{
17049
16959
  providedIn: 'root'
@@ -17217,9 +17127,9 @@ class PropertyCalculationService {
17217
17127
  }
17218
17128
  }
17219
17129
  }
17220
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17221
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17130
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17131
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
17223
17133
  type: Injectable,
17224
17134
  args: [{
17225
17135
  providedIn: 'root'
@@ -17276,9 +17186,9 @@ class PropertyTransactionReportService {
17276
17186
  }));
17277
17187
  }
17278
17188
  }
17279
- 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 });
17280
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17189
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17190
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17282
17192
  type: Injectable,
17283
17193
  args: [{
17284
17194
  providedIn: 'root'
@@ -17348,9 +17258,9 @@ class TransactionCalculationService {
17348
17258
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17349
17259
  }
17350
17260
  }
17351
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17352
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17261
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17262
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
17354
17264
  type: Injectable,
17355
17265
  args: [{
17356
17266
  providedIn: 'root'
@@ -17410,9 +17320,9 @@ class LogbookBestPeriodService {
17410
17320
  });
17411
17321
  }
17412
17322
  }
17413
- 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 });
17414
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17323
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17324
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17416
17326
  type: Injectable,
17417
17327
  args: [{
17418
17328
  providedIn: 'root'
@@ -17453,9 +17363,9 @@ class XlsxService {
17453
17363
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
17454
17364
  }
17455
17365
  }
17456
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17457
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17458
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17366
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17367
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
17459
17369
  type: Injectable,
17460
17370
  args: [{
17461
17371
  providedIn: 'root'
@@ -20515,5 +20425,5 @@ var MessagesEnum;
20515
20425
  * Generated bundle index. Do not edit.
20516
20426
  */
20517
20427
 
20518
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingMessagesEnum, HoldingSale, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20428
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingMessagesEnum, HoldingSale, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20519
20429
  //# sourceMappingURL=taxtank-core.mjs.map