taxtank-core 0.30.37 → 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 (1009) hide show
  1. package/esm2020/lib/collections/collection.mjs +3 -8
  2. package/esm2020/lib/collections/holding-type.collection.mjs +13 -0
  3. package/esm2020/lib/collections/index.mjs +2 -1
  4. package/esm2020/lib/db/Json/holding/holding-type-exchange.json +79 -0
  5. package/esm2020/lib/db/Models/holding/index.mjs +2 -1
  6. package/esm2020/lib/db-static/chart-accounts/chart-accounts-values.mjs +2 -2
  7. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  8. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  12. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  13. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  15. package/esm2020/lib/models/holding/holding-sale.mjs +1 -29
  16. package/esm2020/lib/models/holding/holding-type.mjs +2 -55
  17. package/esm2020/lib/models/holding/holding.mjs +1 -21
  18. package/esm2020/lib/models/holding/index.mjs +2 -1
  19. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  20. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  21. package/esm2020/lib/services/asset/assets.service.mjs +5 -5
  22. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  23. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  24. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  25. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  26. package/esm2020/lib/services/data.service.mjs +36 -0
  27. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  28. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  29. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  30. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  31. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  32. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  33. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  34. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  35. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  36. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  38. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  39. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  40. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  41. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  42. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  43. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  44. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  45. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  46. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  47. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  48. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  49. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  50. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  51. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  52. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  53. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  54. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  55. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  56. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  59. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  60. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  61. package/esm2020/lib/services/http/holding/holding-type.service.mjs +6 -6
  62. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  63. package/esm2020/lib/services/http/holding/index.mjs +2 -1
  64. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  65. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  66. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  67. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  68. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  69. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  70. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  71. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  72. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  73. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  77. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  78. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  79. package/esm2020/lib/services/http/rest/rest.service.mjs +10 -28
  80. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  91. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  92. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  93. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  96. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  97. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  98. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  99. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  100. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  101. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  103. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  104. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  105. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  106. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  108. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  109. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  110. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  112. package/esm2020/lib/services/intercom/intercom.service.mjs +4 -4
  113. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +23 -0
  114. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  115. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  116. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  117. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  118. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  119. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  120. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  121. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  122. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  123. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  124. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  125. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  126. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  127. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  128. package/esm2020/lib/tt-core.module.mjs +4 -4
  129. package/fesm2015/taxtank-core.mjs +497 -479
  130. package/fesm2015/taxtank-core.mjs.map +1 -1
  131. package/fesm2020/taxtank-core.mjs +497 -479
  132. package/fesm2020/taxtank-core.mjs.map +1 -1
  133. package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
  134. package/lib/collections/allocation-group.collection.d.ts.map +1 -0
  135. package/lib/collections/allocation-rule.collection.d.ts.map +1 -0
  136. package/lib/collections/bank-account.collection.d.ts.map +1 -0
  137. package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
  138. package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
  139. package/lib/collections/chat/chat.collection.d.ts.map +1 -0
  140. package/lib/collections/chat/index.d.ts.map +1 -0
  141. package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
  142. package/lib/collections/chat/message.collection.d.ts.map +1 -0
  143. package/lib/collections/client-invite.collection.d.ts.map +1 -0
  144. package/lib/collections/client-movement.collection.d.ts.map +1 -0
  145. package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
  146. package/lib/collections/client.collection.d.ts.map +1 -0
  147. package/lib/collections/collection-dictionary.d.ts.map +1 -0
  148. package/lib/collections/collection.d.ts +2 -1
  149. package/lib/collections/collection.d.ts.map +1 -0
  150. package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
  151. package/lib/collections/depreciation.collection.d.ts.map +1 -0
  152. package/lib/collections/employee.collection.d.ts.map +1 -0
  153. package/lib/collections/exportable.collection.d.ts.map +1 -0
  154. package/lib/collections/holding-type.collection.d.ts +5 -0
  155. package/lib/collections/holding-type.collection.d.ts.map +1 -0
  156. package/lib/collections/holding.collection.d.ts.map +1 -0
  157. package/lib/collections/income-source.collection.d.ts.map +1 -0
  158. package/lib/collections/index.d.ts +1 -0
  159. package/lib/collections/index.d.ts.map +1 -0
  160. package/lib/collections/loan/index.d.ts.map +1 -0
  161. package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
  162. package/lib/collections/loan/loan.collection.d.ts.map +1 -0
  163. package/lib/collections/property/index.d.ts.map +1 -0
  164. package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
  165. package/lib/collections/property/property-sale/index.d.ts.map +1 -0
  166. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +1 -0
  167. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
  168. package/lib/collections/property/property-share.collection.d.ts.map +1 -0
  169. package/lib/collections/property/property.collection.d.ts.map +1 -0
  170. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
  171. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
  172. package/lib/collections/report/index.d.ts.map +1 -0
  173. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
  174. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
  175. package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
  176. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
  177. package/lib/collections/sole/index.d.ts.map +1 -0
  178. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
  179. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
  180. package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
  181. package/lib/collections/subscription/index.d.ts.map +1 -0
  182. package/lib/collections/subscription/service-price.collection.d.ts.map +1 -0
  183. package/lib/collections/subscription/service-product.collection.d.ts.map +1 -0
  184. package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
  185. package/lib/collections/subscription/subscription-item.collection.d.ts.map +1 -0
  186. package/lib/collections/tax-review.collection.d.ts.map +1 -0
  187. package/lib/collections/tax-summary/index.d.ts.map +1 -0
  188. package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
  189. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
  190. package/lib/collections/transaction/index.d.ts.map +1 -0
  191. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
  192. package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
  193. package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
  194. package/lib/collections/user-event-type-collection.d.ts.map +1 -0
  195. package/lib/collections/vehicle/index.d.ts.map +1 -0
  196. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
  197. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
  198. package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
  199. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +1 -0
  200. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +1 -0
  201. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +1 -0
  202. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +1 -0
  203. package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
  204. package/lib/db/Enums/bank-account-status.enum.d.ts.map +1 -0
  205. package/lib/db/Enums/bank-account-type.enum.d.ts.map +1 -0
  206. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +1 -0
  207. package/lib/db/Enums/bank-popular.enum.d.ts.map +1 -0
  208. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +1 -0
  209. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
  210. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
  211. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
  212. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
  213. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
  214. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
  215. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
  216. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
  217. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +1 -0
  218. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +1 -0
  219. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
  220. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
  221. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
  222. package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
  223. package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
  224. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
  225. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
  226. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
  227. package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
  228. package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
  229. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
  230. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
  231. package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
  232. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
  233. package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
  234. package/lib/db/Enums/file-type.enum.d.ts.map +1 -0
  235. package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
  236. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +1 -0
  237. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +1 -0
  238. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +1 -0
  239. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +1 -0
  240. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +1 -0
  241. package/lib/db/Enums/income-source-type.enum.d.ts.map +1 -0
  242. package/lib/db/Enums/index.d.ts.map +1 -0
  243. package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
  244. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
  245. package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
  246. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +1 -0
  247. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +1 -0
  248. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +1 -0
  249. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +1 -0
  250. package/lib/db/Enums/loan-type.enum.d.ts.map +1 -0
  251. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +1 -0
  252. package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
  253. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
  254. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
  255. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +1 -0
  256. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
  257. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
  258. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
  259. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
  260. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
  261. package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
  262. package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
  263. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
  264. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
  265. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
  266. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
  267. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
  268. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +1 -0
  269. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +1 -0
  270. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
  271. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
  272. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
  273. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
  274. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
  275. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
  276. package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
  277. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
  278. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
  279. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +1 -0
  280. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +1 -0
  281. package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
  282. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
  283. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
  284. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
  285. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
  286. package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
  287. package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
  288. package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
  289. package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
  290. package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
  291. package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
  292. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
  293. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
  294. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
  295. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
  296. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
  297. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
  298. package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
  299. package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
  300. package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
  301. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
  302. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
  303. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
  304. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
  305. package/lib/db/Models/abstract-model.d.ts.map +1 -0
  306. package/lib/db/Models/address.d.ts.map +1 -0
  307. package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
  308. package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
  309. package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
  310. package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
  311. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
  312. package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
  313. package/lib/db/Models/bank/bank.d.ts.map +1 -0
  314. package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
  315. package/lib/db/Models/bank/financial-data-system.d.ts.map +1 -0
  316. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  317. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  318. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  319. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  320. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
  321. package/lib/db/Models/client/annual-client-details.d.ts.map +1 -0
  322. package/lib/db/Models/client/client-details.d.ts.map +1 -0
  323. package/lib/db/Models/client/client-income-types.d.ts.map +1 -0
  324. package/lib/db/Models/client/index.d.ts.map +1 -0
  325. package/lib/db/Models/client/occupation.d.ts.map +1 -0
  326. package/lib/db/Models/country.d.ts.map +1 -0
  327. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  328. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
  329. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +1 -0
  330. package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
  331. package/lib/db/Models/document/document-base.d.ts.map +1 -0
  332. package/lib/db/Models/document/document-folder.d.ts.map +1 -0
  333. package/lib/db/Models/document/document.d.ts.map +1 -0
  334. package/lib/db/Models/document/property-document.d.ts.map +1 -0
  335. package/lib/db/Models/file.d.ts.map +1 -0
  336. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
  337. package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
  338. package/lib/db/Models/firm/chat.d.ts.map +1 -0
  339. package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
  340. package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
  341. package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
  342. package/lib/db/Models/firm/firm-invite.d.ts.map +1 -0
  343. package/lib/db/Models/firm/firm.d.ts.map +1 -0
  344. package/lib/db/Models/firm/message-document.d.ts.map +1 -0
  345. package/lib/db/Models/firm/message.d.ts.map +1 -0
  346. package/lib/db/Models/holding/holding-sale.d.ts.map +1 -0
  347. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +1 -0
  348. package/lib/db/Models/holding/holding-type.d.ts.map +1 -0
  349. package/lib/db/Models/holding/holding.d.ts.map +1 -0
  350. package/lib/db/Models/holding/index.d.ts +1 -0
  351. package/lib/db/Models/holding/index.d.ts.map +1 -0
  352. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
  353. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
  354. package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
  355. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
  356. package/lib/db/Models/index.d.ts.map +1 -0
  357. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
  358. package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
  359. package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
  360. package/lib/db/Models/loan/loan.d.ts.map +1 -0
  361. package/lib/db/Models/observable-model.d.ts.map +1 -0
  362. package/lib/db/Models/phone.d.ts.map +1 -0
  363. package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
  364. package/lib/db/Models/property/property-category.d.ts.map +1 -0
  365. package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
  366. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  367. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
  368. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  369. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
  370. package/lib/db/Models/property/property-share.d.ts.map +1 -0
  371. package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
  372. package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
  373. package/lib/db/Models/property/property.d.ts.map +1 -0
  374. package/lib/db/Models/service-notification.d.ts.map +1 -0
  375. package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
  376. package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
  377. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
  378. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  379. package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
  380. package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
  381. package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
  382. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
  383. package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
  384. package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
  385. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
  386. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
  387. package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
  388. package/lib/db/Models/spare/spare-document-category.d.ts.map +1 -0
  389. package/lib/db/Models/spare/spare-document.d.ts.map +1 -0
  390. package/lib/db/Models/subscription/service-payment-method.d.ts.map +1 -0
  391. package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
  392. package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
  393. package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
  394. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
  395. package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
  396. package/lib/db/Models/tax-calculation.d.ts.map +1 -0
  397. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
  398. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
  399. package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
  400. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +1 -0
  401. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  402. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  403. package/lib/db/Models/transaction/allocation-rule.d.ts.map +1 -0
  404. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
  405. package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
  406. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +1 -0
  407. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +1 -0
  408. package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
  409. package/lib/db/Models/user/employee-details.d.ts.map +1 -0
  410. package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
  411. package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
  412. package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
  413. package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
  414. package/lib/db/Models/user/user-event.d.ts.map +1 -0
  415. package/lib/db/Models/user/user.d.ts.map +1 -0
  416. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  417. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
  418. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
  419. package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
  420. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +1 -0
  421. package/lib/forms/abstract.form.d.ts.map +1 -0
  422. package/lib/forms/address/address.form.d.ts.map +1 -0
  423. package/lib/forms/address/index.d.ts.map +1 -0
  424. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
  425. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
  426. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
  427. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
  428. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
  429. package/lib/forms/bank/bank-login.form.d.ts.map +1 -0
  430. package/lib/forms/client/annual-client-details.form.d.ts.map +1 -0
  431. package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
  432. package/lib/forms/client/index.d.ts.map +1 -0
  433. package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
  434. package/lib/forms/depreciation/index.d.ts.map +1 -0
  435. package/lib/forms/form-validations.enum.d.ts.map +1 -0
  436. package/lib/forms/holding/holding-sale.form.d.ts.map +1 -0
  437. package/lib/forms/holding/holding-type.form.d.ts.map +1 -0
  438. package/lib/forms/holding/holding.form.d.ts.map +1 -0
  439. package/lib/forms/holding/index.d.ts.map +1 -0
  440. package/lib/forms/index.d.ts.map +1 -0
  441. package/lib/forms/loan/index.d.ts.map +1 -0
  442. package/lib/forms/loan/loan.form.d.ts.map +1 -0
  443. package/lib/forms/login/login.form.d.ts.map +1 -0
  444. package/lib/forms/phone/index.d.ts.map +1 -0
  445. package/lib/forms/phone/phone.form.d.ts.map +1 -0
  446. package/lib/forms/property/index.d.ts.map +1 -0
  447. package/lib/forms/property/property-sale/index.d.ts.map +1 -0
  448. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
  449. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
  450. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
  451. package/lib/forms/register/register-client.form.d.ts.map +1 -0
  452. package/lib/forms/register/register-firm.form.d.ts.map +1 -0
  453. package/lib/forms/report/my-tax/index.d.ts.map +1 -0
  454. 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
  455. 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
  456. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
  457. 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
  458. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
  459. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
  460. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
  461. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
  462. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
  463. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
  464. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
  465. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
  466. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
  467. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
  468. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
  469. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
  470. package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
  471. package/lib/forms/sole/index.d.ts.map +1 -0
  472. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
  473. package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
  474. package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
  475. package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
  476. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
  477. package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
  478. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
  479. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
  480. package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
  481. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +1 -0
  482. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +1 -0
  483. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +1 -0
  484. package/lib/forms/transaction/allocation-rule.form.d.ts.map +1 -0
  485. package/lib/forms/transaction/index.d.ts.map +1 -0
  486. package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
  487. package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
  488. package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
  489. package/lib/forms/transaction/work/work-expense.form.d.ts.map +1 -0
  490. package/lib/forms/transaction/work/work-income.form.d.ts.map +1 -0
  491. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +1 -0
  492. package/lib/forms/user/index.d.ts.map +1 -0
  493. package/lib/forms/user/password.form.d.ts.map +1 -0
  494. package/lib/forms/user/reset-password.form.d.ts.map +1 -0
  495. package/lib/forms/user/user-invite.form.d.ts.map +1 -0
  496. package/lib/forms/vehicle/index.d.ts.map +1 -0
  497. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
  498. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
  499. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
  500. package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
  501. package/lib/functions/array/index.d.ts.map +1 -0
  502. package/lib/functions/array/replace.d.ts.map +1 -0
  503. package/lib/functions/array/sort-deep.d.ts.map +1 -0
  504. package/lib/functions/array/sort.d.ts.map +1 -0
  505. package/lib/functions/array/to-array.d.ts.map +1 -0
  506. package/lib/functions/clone-deep.d.ts.map +1 -0
  507. package/lib/functions/create-date.d.ts.map +1 -0
  508. package/lib/functions/enum-to-list.d.ts.map +1 -0
  509. package/lib/functions/get-doc-icon.d.ts.map +1 -0
  510. package/lib/functions/mat-options-functions.d.ts.map +1 -0
  511. package/lib/functions/mat-sort-options.d.ts.map +1 -0
  512. package/lib/functions/round-to.d.ts.map +1 -0
  513. package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
  514. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
  515. package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
  516. package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
  517. package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
  518. package/lib/interceptors/interceptors.module.d.ts.map +1 -0
  519. package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
  520. package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
  521. package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
  522. package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
  523. package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
  524. package/lib/interfaces/asset.interface.d.ts.map +1 -0
  525. package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
  526. package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
  527. package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
  528. package/lib/interfaces/document.interface.d.ts.map +1 -0
  529. package/lib/interfaces/documentable.interface.d.ts.map +1 -0
  530. package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
  531. package/lib/interfaces/expense.interface.d.ts.map +1 -0
  532. package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
  533. package/lib/interfaces/index.d.ts.map +1 -0
  534. package/lib/interfaces/option.interface.d.ts.map +1 -0
  535. package/lib/interfaces/photoable.d.ts.map +1 -0
  536. package/lib/interfaces/receipt.interface.d.ts.map +1 -0
  537. package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
  538. package/lib/interfaces/tank.interface.d.ts.map +1 -0
  539. package/lib/interfaces/updatable.interface.d.ts.map +1 -0
  540. package/lib/messages/index.d.ts.map +1 -0
  541. package/lib/messages/messages.enum.d.ts.map +1 -0
  542. package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
  543. package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
  544. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
  545. package/lib/models/address/address.d.ts.map +1 -0
  546. package/lib/models/address/country.d.ts.map +1 -0
  547. package/lib/models/address/index.d.ts.map +1 -0
  548. package/lib/models/address/states.enum.d.ts.map +1 -0
  549. package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
  550. package/lib/models/badge/badge.d.ts.map +1 -0
  551. package/lib/models/bank/allocation-group.d.ts.map +1 -0
  552. package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
  553. package/lib/models/bank/bank-account-property.d.ts.map +1 -0
  554. package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
  555. package/lib/models/bank/bank-account.d.ts.map +1 -0
  556. package/lib/models/bank/bank-connection.d.ts.map +1 -0
  557. package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
  558. package/lib/models/bank/bank-login-data.d.ts.map +1 -0
  559. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
  560. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
  561. package/lib/models/bank/bank-transaction.d.ts.map +1 -0
  562. package/lib/models/bank/bank.d.ts.map +1 -0
  563. package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
  564. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
  565. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
  566. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
  567. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
  568. package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
  569. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
  570. package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
  571. package/lib/models/bank/basiq/index.d.ts.map +1 -0
  572. package/lib/models/bank/index.d.ts.map +1 -0
  573. package/lib/models/bank/type-loan.const.d.ts.map +1 -0
  574. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
  575. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
  576. package/lib/models/borrowing-expense/index.d.ts.map +1 -0
  577. package/lib/models/chart/chart-data.d.ts.map +1 -0
  578. package/lib/models/chart/chart-serie.d.ts.map +1 -0
  579. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
  580. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
  581. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  582. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  583. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  584. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
  585. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  586. package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
  587. package/lib/models/chart-accounts/index.d.ts.map +1 -0
  588. package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
  589. package/lib/models/chat/chat.d.ts.map +1 -0
  590. package/lib/models/chat/index.d.ts.map +1 -0
  591. package/lib/models/chat/message-document.d.ts.map +1 -0
  592. package/lib/models/chat/message.d.ts.map +1 -0
  593. package/lib/models/client/annual-client-details.d.ts.map +1 -0
  594. package/lib/models/client/client-details.d.ts.map +1 -0
  595. package/lib/models/client/client-income-types.d.ts.map +1 -0
  596. package/lib/models/client/client-invite.d.ts.map +1 -0
  597. package/lib/models/client/client-movement.d.ts.map +1 -0
  598. package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
  599. package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
  600. package/lib/models/client/index.d.ts.map +1 -0
  601. package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
  602. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  603. package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
  604. package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
  605. package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
  606. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
  607. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
  608. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
  609. package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
  610. package/lib/models/depreciation/depreciation.d.ts.map +1 -0
  611. package/lib/models/depreciation/index.d.ts.map +1 -0
  612. package/lib/models/dictionary/dictionary.d.ts.map +1 -0
  613. package/lib/models/dictionary/index.d.ts.map +1 -0
  614. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
  615. package/lib/models/document/document-file-types.const.d.ts.map +1 -0
  616. package/lib/models/document/document-folder.d.ts.map +1 -0
  617. package/lib/models/document/document.d.ts.map +1 -0
  618. package/lib/models/document/index.d.ts.map +1 -0
  619. package/lib/models/employee/employee-details.d.ts.map +1 -0
  620. package/lib/models/employee/employee-invite.d.ts.map +1 -0
  621. package/lib/models/endpoint/endpoint.d.ts.map +1 -0
  622. package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
  623. package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
  624. package/lib/models/event/app-event.d.ts.map +1 -0
  625. package/lib/models/event/index.d.ts.map +1 -0
  626. package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
  627. package/lib/models/export/export-cell.d.ts.map +1 -0
  628. package/lib/models/export/export-data-table.d.ts.map +1 -0
  629. package/lib/models/export/export-format.enum.d.ts.map +1 -0
  630. package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
  631. package/lib/models/export/export-row.d.ts.map +1 -0
  632. package/lib/models/file/file.d.ts.map +1 -0
  633. package/lib/models/file/icons-file.enum.d.ts.map +1 -0
  634. package/lib/models/file/index.d.ts.map +1 -0
  635. package/lib/models/financial-year/financial-year.d.ts.map +1 -0
  636. package/lib/models/financial-year/index.d.ts.map +1 -0
  637. package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
  638. package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
  639. package/lib/models/financial-year/months.const.d.ts.map +1 -0
  640. package/lib/models/firm/firm.d.ts.map +1 -0
  641. package/lib/models/holding/holding-sale.d.ts.map +1 -0
  642. package/lib/models/holding/holding-type-exchange.d.ts.map +1 -0
  643. package/lib/models/holding/holding-type.d.ts.map +1 -0
  644. package/lib/models/holding/holding.d.ts.map +1 -0
  645. package/lib/models/holding/index.d.ts +1 -0
  646. package/lib/models/holding/index.d.ts.map +1 -0
  647. package/lib/models/income-position/income-position.d.ts.map +1 -0
  648. package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
  649. package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
  650. package/lib/models/income-source/income-source-type.d.ts.map +1 -0
  651. package/lib/models/income-source/income-source.d.ts.map +1 -0
  652. package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
  653. package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
  654. package/lib/models/index.d.ts.map +1 -0
  655. package/lib/models/loan/index.d.ts.map +1 -0
  656. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
  657. package/lib/models/loan/loan-payment.d.ts.map +1 -0
  658. package/lib/models/loan/loan-payout.d.ts.map +1 -0
  659. package/lib/models/loan/loan.d.ts.map +1 -0
  660. package/lib/models/notification/index.d.ts.map +1 -0
  661. package/lib/models/notification/notification.d.ts.map +1 -0
  662. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
  663. package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
  664. package/lib/models/phone/phone.d.ts.map +1 -0
  665. package/lib/models/property/calculation-form-item.d.ts.map +1 -0
  666. package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
  667. package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
  668. package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
  669. package/lib/models/property/index.d.ts.map +1 -0
  670. package/lib/models/property/property-category-movement.d.ts.map +1 -0
  671. package/lib/models/property/property-category.d.ts.map +1 -0
  672. package/lib/models/property/property-document.d.ts.map +1 -0
  673. package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
  674. package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
  675. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
  676. package/lib/models/property/property-forecast.d.ts.map +1 -0
  677. package/lib/models/property/property-sale/index.d.ts.map +1 -0
  678. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
  679. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  680. package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
  681. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  682. package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
  683. package/lib/models/property/property-share.d.ts.map +1 -0
  684. package/lib/models/property/property-subscription.d.ts.map +1 -0
  685. package/lib/models/property/property-valuation.d.ts.map +1 -0
  686. package/lib/models/property/property.d.ts.map +1 -0
  687. package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
  688. package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
  689. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
  690. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
  691. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
  692. package/lib/models/report/depreciation/index.d.ts.map +1 -0
  693. package/lib/models/report/index.d.ts.map +1 -0
  694. package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
  695. package/lib/models/report/my-tax/index.d.ts.map +1 -0
  696. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
  697. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
  698. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
  699. 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
  700. 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
  701. 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
  702. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
  703. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
  704. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
  705. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
  706. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
  707. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
  708. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
  709. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
  710. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
  711. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
  712. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
  713. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
  714. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
  715. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
  716. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
  717. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
  718. package/lib/models/report/property/index.d.ts.map +1 -0
  719. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
  720. package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
  721. package/lib/models/report/property/property-report-item.d.ts.map +1 -0
  722. package/lib/models/report/sole/index.d.ts.map +1 -0
  723. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
  724. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
  725. package/lib/models/service-subscription/index.d.ts.map +1 -0
  726. package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
  727. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +1 -0
  728. package/lib/models/service-subscription/service-payment-method.d.ts.map +1 -0
  729. package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
  730. package/lib/models/service-subscription/service-price.d.ts.map +1 -0
  731. package/lib/models/service-subscription/service-product.d.ts.map +1 -0
  732. package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
  733. package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
  734. package/lib/models/service-subscription/stripe-promo-code.d.ts.map +1 -0
  735. package/lib/models/sole/bas-report.d.ts.map +1 -0
  736. package/lib/models/sole/index.d.ts.map +1 -0
  737. package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
  738. package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
  739. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  740. package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
  741. package/lib/models/sole/sole-business.d.ts.map +1 -0
  742. package/lib/models/sole/sole-contact.d.ts.map +1 -0
  743. package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
  744. package/lib/models/sole/sole-details.d.ts.map +1 -0
  745. package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
  746. package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
  747. package/lib/models/sole/sole-invoice.d.ts.map +1 -0
  748. package/lib/models/tax-review/tax-review.d.ts.map +1 -0
  749. package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
  750. package/lib/models/tax-summary/report-item.d.ts.map +1 -0
  751. package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
  752. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
  753. package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
  754. package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
  755. package/lib/models/toast/toast.d.ts.map +1 -0
  756. package/lib/models/transaction/allocation-rule-condition.d.ts.map +1 -0
  757. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  758. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  759. package/lib/models/transaction/allocation-rule.d.ts.map +1 -0
  760. package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
  761. package/lib/models/transaction/index.d.ts.map +1 -0
  762. package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
  763. package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
  764. package/lib/models/transaction/transaction-meta-field.d.ts.map +1 -0
  765. package/lib/models/transaction/transaction-receipt.d.ts.map +1 -0
  766. package/lib/models/transaction/transaction.d.ts.map +1 -0
  767. package/lib/models/user/index.d.ts.map +1 -0
  768. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
  769. package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
  770. package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
  771. package/lib/models/user/my-account-history.d.ts.map +1 -0
  772. package/lib/models/user/occupation.d.ts.map +1 -0
  773. package/lib/models/user/user-roles.const.d.ts.map +1 -0
  774. package/lib/models/user/user-to-register.d.ts.map +1 -0
  775. package/lib/models/user/user-work-position.const.d.ts.map +1 -0
  776. package/lib/models/user/user.d.ts.map +1 -0
  777. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
  778. package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
  779. package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
  780. package/lib/models/user-event/user-event-type.d.ts.map +1 -0
  781. package/lib/models/vehicle/index.d.ts.map +1 -0
  782. package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
  783. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  784. package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
  785. package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
  786. package/lib/models/vehicle/vehicle.d.ts.map +1 -0
  787. package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
  788. package/lib/services/account-setup/index.d.ts.map +1 -0
  789. package/lib/services/affiliate/index.d.ts.map +1 -0
  790. package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
  791. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
  792. package/lib/services/asset/assets.service.d.ts +2 -2
  793. package/lib/services/asset/assets.service.d.ts.map +1 -0
  794. package/lib/services/asset/index.d.ts.map +1 -0
  795. package/lib/services/auth/auth.service.d.ts.map +1 -0
  796. package/lib/services/auth/index.d.ts.map +1 -0
  797. package/lib/services/auth/jwt.service.d.ts.map +1 -0
  798. package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
  799. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
  800. package/lib/services/bank/index.d.ts.map +1 -0
  801. package/lib/services/data.service.d.ts +32 -0
  802. package/lib/services/data.service.d.ts.map +1 -0
  803. package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
  804. package/lib/services/event/index.d.ts.map +1 -0
  805. package/lib/services/event/sse.service.d.ts.map +1 -0
  806. package/lib/services/export/export-formatter.service.d.ts.map +1 -0
  807. package/lib/services/export/index.d.ts.map +1 -0
  808. package/lib/services/header-title/header-title.service.d.ts.map +1 -0
  809. package/lib/services/header-title/index.d.ts.map +1 -0
  810. package/lib/services/http/address/address.service.d.ts.map +1 -0
  811. package/lib/services/http/address/index.d.ts.map +1 -0
  812. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
  813. package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
  814. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
  815. package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
  816. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
  817. package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
  818. package/lib/services/http/bank/bank.service.d.ts.map +1 -0
  819. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
  820. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
  821. package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
  822. package/lib/services/http/bank/index.d.ts.map +1 -0
  823. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
  824. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
  825. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
  826. package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
  827. package/lib/services/http/chat/chat.service.d.ts.map +1 -0
  828. package/lib/services/http/chat/index.d.ts.map +1 -0
  829. package/lib/services/http/chat/message-document.service.d.ts.map +1 -0
  830. package/lib/services/http/chat/message.service.d.ts.map +1 -0
  831. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
  832. package/lib/services/http/client/index.d.ts.map +1 -0
  833. package/lib/services/http/client/occupation/occupation.service.d.ts.map +1 -0
  834. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
  835. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
  836. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +1 -0
  837. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +1 -0
  838. package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
  839. package/lib/services/http/depreciation/index.d.ts.map +1 -0
  840. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
  841. package/lib/services/http/document/document.service.d.ts.map +1 -0
  842. package/lib/services/http/document/index.d.ts.map +1 -0
  843. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
  844. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
  845. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
  846. package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
  847. package/lib/services/http/facebook/index.d.ts.map +1 -0
  848. package/lib/services/http/file/file.service.d.ts.map +1 -0
  849. package/lib/services/http/file/index.d.ts.map +1 -0
  850. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
  851. package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
  852. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
  853. package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
  854. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
  855. package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
  856. package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
  857. package/lib/services/http/firm/employee/index.d.ts.map +1 -0
  858. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
  859. package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
  860. package/lib/services/http/firm/firm.service.d.ts.map +1 -0
  861. package/lib/services/http/firm/index.d.ts.map +1 -0
  862. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
  863. package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
  864. package/lib/services/http/google/google.service.d.ts.map +1 -0
  865. package/lib/services/http/google/index.d.ts.map +1 -0
  866. package/lib/services/http/holding/holding-messages.enum.d.ts.map +1 -0
  867. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +1 -0
  868. package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
  869. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +1 -0
  870. package/lib/services/http/holding/holding-type.service.d.ts +3 -3
  871. package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
  872. package/lib/services/http/holding/holding.service.d.ts.map +1 -0
  873. package/lib/services/http/holding/index.d.ts +1 -0
  874. package/lib/services/http/holding/index.d.ts.map +1 -0
  875. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
  876. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
  877. package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
  878. package/lib/services/http/income-source/index.d.ts.map +1 -0
  879. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
  880. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
  881. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
  882. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
  883. package/lib/services/http/index.d.ts.map +1 -0
  884. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
  885. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
  886. package/lib/services/http/loan/index.d.ts.map +1 -0
  887. package/lib/services/http/loan/loan.service.d.ts.map +1 -0
  888. package/lib/services/http/property/index.d.ts.map +1 -0
  889. package/lib/services/http/property/property-category/index.d.ts.map +1 -0
  890. package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
  891. package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
  892. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
  893. package/lib/services/http/property/property-document/index.d.ts.map +1 -0
  894. package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
  895. package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
  896. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
  897. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +1 -0
  898. package/lib/services/http/property/property-share/index.d.ts.map +1 -0
  899. package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
  900. package/lib/services/http/property/property.service.d.ts.map +1 -0
  901. package/lib/services/http/receipt/index.d.ts.map +1 -0
  902. package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
  903. package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
  904. package/lib/services/http/rest/index.d.ts.map +1 -0
  905. package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
  906. package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
  907. package/lib/services/http/rest/rest.service.d.ts +2 -24
  908. package/lib/services/http/rest/rest.service.d.ts.map +1 -0
  909. package/lib/services/http/service-notification/index.d.ts.map +1 -0
  910. package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
  911. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
  912. package/lib/services/http/sole/index.d.ts.map +1 -0
  913. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
  914. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
  915. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
  916. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
  917. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
  918. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
  919. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
  920. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
  921. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
  922. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
  923. package/lib/services/http/subscription/index.d.ts.map +1 -0
  924. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
  925. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +1 -0
  926. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
  927. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
  928. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
  929. package/lib/services/http/tax-review/index.d.ts.map +1 -0
  930. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
  931. package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
  932. package/lib/services/http/tax-summary/index.d.ts.map +1 -0
  933. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
  934. package/lib/services/http/transaction/index.d.ts.map +1 -0
  935. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
  936. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
  937. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
  938. package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
  939. package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
  940. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
  941. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
  942. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
  943. package/lib/services/http/user/index.d.ts.map +1 -0
  944. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
  945. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
  946. package/lib/services/http/user/user.service.d.ts.map +1 -0
  947. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
  948. package/lib/services/http/vehicle/index.d.ts.map +1 -0
  949. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
  950. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
  951. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
  952. package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
  953. package/lib/services/index.d.ts.map +1 -0
  954. package/lib/services/intercom/index.d.ts.map +1 -0
  955. package/lib/services/intercom/intercom.service.d.ts +1 -1
  956. package/lib/services/intercom/intercom.service.d.ts.map +1 -0
  957. package/lib/services/json/holding/holding-type-exchange.service.d.ts +12 -0
  958. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +1 -0
  959. package/lib/services/pdf/index.d.ts.map +1 -0
  960. package/lib/services/pdf/js-pdf.d.ts.map +1 -0
  961. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
  962. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
  963. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
  964. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
  965. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
  966. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
  967. package/lib/services/preloader/index.d.ts.map +1 -0
  968. package/lib/services/preloader/preloader.service.d.ts.map +1 -0
  969. package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
  970. package/lib/services/property/corelogic/index.d.ts.map +1 -0
  971. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
  972. package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
  973. package/lib/services/property/index.d.ts.map +1 -0
  974. package/lib/services/property/property-calculation/index.d.ts.map +1 -0
  975. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
  976. package/lib/services/report/index.d.ts.map +1 -0
  977. package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
  978. package/lib/services/toast/index.d.ts.map +1 -0
  979. package/lib/services/toast/toast.service.d.ts.map +1 -0
  980. package/lib/services/transaction/index.d.ts.map +1 -0
  981. package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
  982. package/lib/services/user/index.d.ts.map +1 -0
  983. package/lib/services/user/user-switcher.service.d.ts.map +1 -0
  984. package/lib/services/vehicle/index.d.ts.map +1 -0
  985. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
  986. package/lib/services/xlsx/index.d.ts.map +1 -0
  987. package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
  988. package/lib/tt-core.module.d.ts.map +1 -0
  989. package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
  990. package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
  991. package/lib/validators/at-least-one.validator.d.ts.map +1 -0
  992. package/lib/validators/autocomplete.validator.d.ts.map +1 -0
  993. package/lib/validators/conditional.validator.d.ts.map +1 -0
  994. package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
  995. package/lib/validators/date-range.validator.d.ts.map +1 -0
  996. package/lib/validators/fields-sum.validator.d.ts.map +1 -0
  997. package/lib/validators/file.validator.d.ts.map +1 -0
  998. package/lib/validators/index.d.ts.map +1 -0
  999. package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
  1000. package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
  1001. package/lib/validators/password-match.validator.d.ts.map +1 -0
  1002. package/lib/validators/password.validator.d.ts.map +1 -0
  1003. package/lib/validators/phone-number.validator.d.ts.map +1 -0
  1004. package/lib/validators/required-length.validator.d.ts.map +1 -0
  1005. package/lib/validators/transactions-meta-fields.validator.d.ts.map +1 -0
  1006. package/package.json +1 -1
  1007. package/public-api.d.ts.map +1 -0
  1008. package/taxtank-core.d.ts.map +1 -0
  1009. /package/esm2020/lib/db/{static → Json}/chart-accounts/chart-accounts-value.json +0 -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: [{
@@ -771,6 +771,9 @@ let HoldingType$1 = class HoldingType {
771
771
  let HoldingSale$1 = class HoldingSale {
772
772
  };
773
773
 
774
+ let HoldingTypeExchange$1 = class HoldingTypeExchange {
775
+ };
776
+
774
777
  /**
775
778
  * access token, needed to access basiq connect ui (https://github.com/basiqio/basiq-connect-ui)
776
779
  */
@@ -1139,7 +1142,6 @@ function toArray(data) {
1139
1142
  return Array.isArray(data) ? data : [data];
1140
1143
  }
1141
1144
 
1142
- const DEFAULT_INDEX = 'other';
1143
1145
  /**
1144
1146
  * Base collection class. Contains common properties and methods for all collections
1145
1147
  */
@@ -1215,12 +1217,7 @@ class Collection {
1215
1217
  return new CollectionDictionary(this, path);
1216
1218
  }
1217
1219
  indexBy(path) {
1218
- // Create empty initial object for groups
1219
- const result = {};
1220
- this.toArray().forEach((model) => {
1221
- result[get(model, path, DEFAULT_INDEX)] = model;
1222
- });
1223
- return result;
1220
+ return new Dictionary(this.items, path);
1224
1221
  }
1225
1222
  filter(callback) {
1226
1223
  return this.create(this.items.filter(callback));
@@ -7170,6 +7167,17 @@ class HoldingCollection extends Collection {
7170
7167
  }
7171
7168
  }
7172
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
+
7173
7181
  // @TODO Alex move here all collections
7174
7182
 
7175
7183
  class ServiceSubscription extends ServiceSubscription$1 {
@@ -8487,59 +8495,6 @@ class HoldingType extends AbstractModel {
8487
8495
  return this.category === HoldingTypeCategoryEnum.CRYPTO;
8488
8496
  }
8489
8497
  }
8490
- __decorate([
8491
- Transform(({ value }) => +value, { toClassOnly: true }),
8492
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8493
- ], HoldingType.prototype, "price", void 0);
8494
- __decorate([
8495
- Type(() => Number)
8496
- ], HoldingType.prototype, "openPrice", void 0);
8497
- __decorate([
8498
- Type(() => Number)
8499
- ], HoldingType.prototype, "highPrice", void 0);
8500
- __decorate([
8501
- Type(() => Number)
8502
- ], HoldingType.prototype, "lowPrice", void 0);
8503
- __decorate([
8504
- Type(() => Number)
8505
- ], HoldingType.prototype, "volume", void 0);
8506
- __decorate([
8507
- Type(() => Number)
8508
- ], HoldingType.prototype, "ema50d", void 0);
8509
- __decorate([
8510
- Type(() => Number)
8511
- ], HoldingType.prototype, "ema200d", void 0);
8512
- __decorate([
8513
- Type(() => Number)
8514
- ], HoldingType.prototype, "highPrice250d", void 0);
8515
- __decorate([
8516
- Type(() => Number)
8517
- ], HoldingType.prototype, "lowPrice250d", void 0);
8518
- __decorate([
8519
- Type(() => Number)
8520
- ], HoldingType.prototype, "avgVolume14d", void 0);
8521
- __decorate([
8522
- Type(() => Number)
8523
- ], HoldingType.prototype, "avgVolume50d", void 0);
8524
- __decorate([
8525
- Type(() => Number)
8526
- ], HoldingType.prototype, "avgVolume200d", void 0);
8527
- __decorate([
8528
- Type(() => Number)
8529
- ], HoldingType.prototype, "marketCap", void 0);
8530
- __decorate([
8531
- Type(() => Number)
8532
- ], HoldingType.prototype, "beta", void 0);
8533
- __decorate([
8534
- Type(() => Number)
8535
- ], HoldingType.prototype, "adjustedPrice", void 0);
8536
- __decorate([
8537
- Type(() => Number)
8538
- ], HoldingType.prototype, "peRatio", void 0);
8539
- __decorate([
8540
- Transform(({ value }) => +value, { toClassOnly: true }),
8541
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8542
- ], HoldingType.prototype, "dividendPercent", void 0);
8543
8498
  __decorate([
8544
8499
  Type(() => AppFile)
8545
8500
  ], HoldingType.prototype, "file", void 0);
@@ -8572,34 +8527,6 @@ class HoldingSale extends AbstractModel {
8572
8527
  return capitalGain;
8573
8528
  }
8574
8529
  }
8575
- __decorate([
8576
- Transform(({ value }) => +value, { toClassOnly: true }),
8577
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8578
- ], HoldingSale.prototype, "quantity", void 0);
8579
- __decorate([
8580
- Transform(({ value }) => +value, { toClassOnly: true }),
8581
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8582
- ], HoldingSale.prototype, "price", void 0);
8583
- __decorate([
8584
- Transform(({ value }) => +value, { toClassOnly: true }),
8585
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8586
- ], HoldingSale.prototype, "fee", void 0);
8587
- __decorate([
8588
- Transform(({ value }) => +value, { toClassOnly: true }),
8589
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8590
- ], HoldingSale.prototype, "total", void 0);
8591
- __decorate([
8592
- Transform(({ value }) => +value, { toClassOnly: true }),
8593
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8594
- ], HoldingSale.prototype, "totalCapitalGain", void 0);
8595
- __decorate([
8596
- Transform(({ value }) => +value, { toClassOnly: true }),
8597
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8598
- ], HoldingSale.prototype, "grossCapitalGain", void 0);
8599
- __decorate([
8600
- Transform(({ value }) => +value, { toClassOnly: true }),
8601
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8602
- ], HoldingSale.prototype, "netCapitalGain", void 0);
8603
8530
  __decorate([
8604
8531
  Transform(({ value }) => { return { id: value.id }; }, { toPlainOnly: true })
8605
8532
  ], HoldingSale.prototype, "holding", void 0);
@@ -8642,26 +8569,6 @@ class Holding extends AbstractModel {
8642
8569
  return (new FinancialYear().startDate.getTime() - this.date.getTime()) > yearTime;
8643
8570
  }
8644
8571
  }
8645
- __decorate([
8646
- Transform(({ value }) => +value, { toClassOnly: true }),
8647
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8648
- ], Holding.prototype, "quantity", void 0);
8649
- __decorate([
8650
- Transform(({ value }) => +value, { toClassOnly: true }),
8651
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8652
- ], Holding.prototype, "currentQuantity", void 0);
8653
- __decorate([
8654
- Transform(({ value }) => +value, { toClassOnly: true }),
8655
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8656
- ], Holding.prototype, "ownershipPercent", void 0);
8657
- __decorate([
8658
- Transform(({ value }) => +value, { toClassOnly: true }),
8659
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8660
- ], Holding.prototype, "price", void 0);
8661
- __decorate([
8662
- Transform(({ value }) => +value, { toClassOnly: true }),
8663
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8664
- ], Holding.prototype, "fee", void 0);
8665
8572
  __decorate([
8666
8573
  Type(() => Date)
8667
8574
  ], Holding.prototype, "date", void 0);
@@ -8879,9 +8786,9 @@ class JwtService extends JwtHelperService {
8879
8786
  return this.getUser().id === userId;
8880
8787
  }
8881
8788
  }
8882
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8883
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8884
- 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: [{
8885
8792
  type: Injectable,
8886
8793
  args: [{
8887
8794
  providedIn: 'root'
@@ -8916,9 +8823,9 @@ class EventDispatcherService {
8916
8823
  this.eventSubject2.next(event);
8917
8824
  }
8918
8825
  }
8919
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8920
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8921
- 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: [{
8922
8829
  type: Injectable,
8923
8830
  args: [{
8924
8831
  providedIn: 'root'
@@ -8967,9 +8874,9 @@ class AuthService {
8967
8874
  location.replace(url);
8968
8875
  }
8969
8876
  }
8970
- 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 });
8971
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
8972
- 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: [{
8973
8880
  type: Injectable,
8974
8881
  args: [{
8975
8882
  providedIn: 'root'
@@ -9107,9 +9014,9 @@ class JwtInterceptor {
9107
9014
  });
9108
9015
  }
9109
9016
  }
9110
- 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 });
9111
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9112
- 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: [{
9113
9020
  type: Injectable
9114
9021
  }], ctorParameters: function () {
9115
9022
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9144,9 +9051,9 @@ class UserSwitcherService {
9144
9051
  window.location.replace('/firm/dashboard');
9145
9052
  }
9146
9053
  }
9147
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9148
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9149
- 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: [{
9150
9057
  type: Injectable,
9151
9058
  args: [{
9152
9059
  providedIn: 'root'
@@ -9192,9 +9099,9 @@ class UserSwitcherInterceptor {
9192
9099
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9193
9100
  }
9194
9101
  }
9195
- 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 });
9196
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9197
- 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: [{
9198
9105
  type: Injectable
9199
9106
  }], ctorParameters: function () {
9200
9107
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9468,9 +9375,9 @@ class PreloaderService {
9468
9375
  this.activePreloaders.next(activePreloaders);
9469
9376
  }
9470
9377
  }
9471
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9472
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9473
- 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: [{
9474
9381
  type: Injectable,
9475
9382
  args: [{
9476
9383
  providedIn: 'root'
@@ -9498,12 +9405,44 @@ class PreloaderInterceptor {
9498
9405
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9499
9406
  }
9500
9407
  }
9501
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9502
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9503
- 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: [{
9504
9411
  type: Injectable
9505
9412
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9506
9413
 
9414
+ class DataService {
9415
+ /**
9416
+ * @TODO use excludeExtraneousValues when all models refactored (exposed all needed properties)
9417
+ * Create new instance of class
9418
+ * @param model Single object or array from which will be created model instance(s)
9419
+ */
9420
+ createModelInstance(model) {
9421
+ // excludePrefixes - class-transformer option is using to ignore hydra fields
9422
+ return plainToClass(this.modelClass, model, { excludePrefixes: ['@'] });
9423
+ }
9424
+ createCollectionInstance(collectionClass, items) {
9425
+ return new collectionClass(items);
9426
+ }
9427
+ /**
9428
+ * never return cache directly to prevent update
9429
+ */
9430
+ getCache() {
9431
+ return clone(this.cache);
9432
+ }
9433
+ setCache(data) {
9434
+ this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9435
+ }
9436
+ }
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: [{
9440
+ type: Injectable,
9441
+ args: [{
9442
+ providedIn: 'root'
9443
+ }]
9444
+ }] });
9445
+
9507
9446
  /**
9508
9447
  * server sent events service
9509
9448
  * https://symfony.com/doc/current/mercure.html
@@ -9536,9 +9475,9 @@ class SseService {
9536
9475
  }));
9537
9476
  }
9538
9477
  }
9539
- 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 });
9540
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9541
- 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: [{
9542
9481
  type: Injectable,
9543
9482
  args: [{
9544
9483
  providedIn: 'root'
@@ -9557,8 +9496,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
9557
9496
  * BaseModel - base entity model that extends by Model
9558
9497
  * CollectionModel - entity collection class
9559
9498
  */
9560
- let RestService$1 = class RestService {
9499
+ let RestService$1 = class RestService extends DataService {
9561
9500
  constructor(http, eventDispatcherService, environment) {
9501
+ super();
9562
9502
  this.http = http;
9563
9503
  this.eventDispatcherService = eventDispatcherService;
9564
9504
  this.environment = environment;
@@ -9580,18 +9520,12 @@ let RestService$1 = class RestService {
9580
9520
  this.handleAccessError('get');
9581
9521
  // Set cache as empty collection to avoid multiple requests before cache filled
9582
9522
  if (!this.cache) {
9583
- this.cache = this.createCollectionInstance(this.collectionClass, []);
9523
+ this.setCache([]);
9584
9524
  this.fetch().pipe(first$1()).subscribe();
9585
9525
  }
9586
9526
  return this.cacheSubject.asObservable();
9587
9527
  }
9588
9528
  ;
9589
- /**
9590
- * never return cache directly to prevent update
9591
- */
9592
- getCache() {
9593
- return clone(this.cache);
9594
- }
9595
9529
  getSingle() {
9596
9530
  this.handleAccessError('get');
9597
9531
  return this.get().pipe(map((collection) => collection.first));
@@ -9679,8 +9613,7 @@ let RestService$1 = class RestService {
9679
9613
  fetch() {
9680
9614
  return this.http.get(this.apiUrl)
9681
9615
  .pipe(map((response) => this.isApiPlatform ? response['hydra:member'] : toArray(response)), map((response) => {
9682
- const items = response.map((item) => this.createModelInstance(item));
9683
- this.cache = this.createCollectionInstance(this.collectionClass, items);
9616
+ this.setCache(response);
9684
9617
  this.cacheSubject.next(this.cache);
9685
9618
  return this.cache;
9686
9619
  }));
@@ -9726,18 +9659,6 @@ let RestService$1 = class RestService {
9726
9659
  const eventName = this.modelClass.getEventName(method);
9727
9660
  this.eventDispatcherService.dispatch2(new AppEvent2(eventName, items));
9728
9661
  }
9729
- /**
9730
- * @TODO use excludeExtraneousValues when all models refactored (exposed all needed properties)
9731
- * Create new instance of class
9732
- * @param model Single object or array from which will be created model instance(s)
9733
- */
9734
- createModelInstance(model) {
9735
- // excludePrefixes - class-transformer option is using to ignore hydra fields
9736
- return plainToClass(this.modelClass, model, { excludePrefixes: ['@'] });
9737
- }
9738
- createCollectionInstance(collectionClass, items) {
9739
- return new collectionClass(items);
9740
- }
9741
9662
  /**
9742
9663
  * Check if method is not disabled. Throw exception otherwise.
9743
9664
  * Some entities does not have endpoints for all methods.
@@ -9768,9 +9689,9 @@ let RestService$1 = class RestService {
9768
9689
  */
9769
9690
  listenEvents() { }
9770
9691
  };
9771
- 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 });
9772
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9773
- 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: [{
9774
9695
  type: Injectable,
9775
9696
  args: [{
9776
9697
  providedIn: 'root'
@@ -9890,9 +9811,9 @@ class ToastService {
9890
9811
  }));
9891
9812
  }
9892
9813
  }
9893
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9894
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9895
- 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: [{
9896
9817
  type: Injectable,
9897
9818
  args: [{
9898
9819
  providedIn: 'root'
@@ -9982,9 +9903,9 @@ BankConnectionService.userEventTypes = [
9982
9903
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9983
9904
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9984
9905
  ];
9985
- 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 });
9986
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9987
- 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: [{
9988
9909
  type: Injectable,
9989
9910
  args: [{
9990
9911
  providedIn: 'root'
@@ -10096,9 +10017,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
10096
10017
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10097
10018
  */
10098
10019
  BasiqService.bankCredintialsCheckInterval = 3000;
10099
- 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 });
10100
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10101
- 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: [{
10102
10023
  type: Injectable,
10103
10024
  args: [{
10104
10025
  providedIn: 'root'
@@ -10135,9 +10056,9 @@ class BasiqTokenService extends RestService$1 {
10135
10056
  return this.cacheSubject.asObservable();
10136
10057
  }
10137
10058
  }
10138
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10139
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10140
- 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: [{
10141
10062
  type: Injectable,
10142
10063
  args: [{
10143
10064
  providedIn: 'root'
@@ -10168,9 +10089,9 @@ class BasiqTokenInterceptor {
10168
10089
  });
10169
10090
  }
10170
10091
  }
10171
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10172
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10173
- 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: [{
10174
10095
  type: Injectable
10175
10096
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10176
10097
 
@@ -10347,9 +10268,9 @@ class UserService {
10347
10268
  });
10348
10269
  }
10349
10270
  }
10350
- 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 });
10351
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10352
- 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: [{
10353
10274
  type: Injectable,
10354
10275
  args: [{
10355
10276
  providedIn: 'root'
@@ -10381,17 +10302,17 @@ class BasiqClientIdInterceptor {
10381
10302
  });
10382
10303
  }
10383
10304
  }
10384
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10385
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10386
- 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: [{
10387
10308
  type: Injectable
10388
10309
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10389
10310
 
10390
10311
  class InterceptorsModule {
10391
10312
  }
10392
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10393
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10394
- 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: [
10395
10316
  {
10396
10317
  provide: HTTP_INTERCEPTORS,
10397
10318
  useClass: CorelogicInterceptor,
@@ -10429,7 +10350,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10429
10350
  multi: true
10430
10351
  }
10431
10352
  ] });
10432
- 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: [{
10433
10354
  type: NgModule,
10434
10355
  args: [{
10435
10356
  providers: [
@@ -10487,12 +10408,12 @@ class TtCoreModule {
10487
10408
  };
10488
10409
  }
10489
10410
  }
10490
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10491
- 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,
10492
10413
  InterceptorsModule] });
10493
- 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,
10494
10415
  InterceptorsModule] });
10495
- 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: [{
10496
10417
  type: NgModule,
10497
10418
  args: [{
10498
10419
  declarations: [],
@@ -12101,9 +12022,9 @@ class AddressService {
12101
12022
  return this.countriesSubject.asObservable();
12102
12023
  }
12103
12024
  }
12104
- 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 });
12105
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12106
- 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: [{
12107
12028
  type: Injectable,
12108
12029
  args: [{
12109
12030
  providedIn: 'root'
@@ -12159,9 +12080,9 @@ class BankAccountService extends RestService$1 {
12159
12080
  });
12160
12081
  }
12161
12082
  }
12162
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12163
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12164
- 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: [{
12165
12086
  type: Injectable,
12166
12087
  args: [{
12167
12088
  providedIn: 'root'
@@ -12226,9 +12147,9 @@ class BankTransactionService extends RestService$1 {
12226
12147
  });
12227
12148
  }
12228
12149
  }
12229
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12230
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12231
- 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: [{
12232
12153
  type: Injectable,
12233
12154
  args: [{
12234
12155
  providedIn: 'root'
@@ -12256,9 +12177,9 @@ class BankService extends RestService$1 {
12256
12177
  }));
12257
12178
  }
12258
12179
  }
12259
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12260
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12261
- 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: [{
12262
12183
  type: Injectable,
12263
12184
  args: [{
12264
12185
  providedIn: 'root'
@@ -12278,9 +12199,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12278
12199
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12279
12200
  }
12280
12201
  }
12281
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12282
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12283
- 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: [{
12284
12205
  type: Injectable,
12285
12206
  args: [{
12286
12207
  providedIn: 'root'
@@ -12320,9 +12241,9 @@ class ChartAccountsService extends RestService$1 {
12320
12241
  }));
12321
12242
  }
12322
12243
  }
12323
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12324
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12325
- 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: [{
12326
12247
  type: Injectable,
12327
12248
  args: [{
12328
12249
  providedIn: 'root'
@@ -12391,9 +12312,9 @@ class ChatService extends RestService$1 {
12391
12312
  });
12392
12313
  }
12393
12314
  }
12394
- 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 });
12395
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12396
- 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: [{
12397
12318
  type: Injectable,
12398
12319
  args: [{
12399
12320
  providedIn: 'root'
@@ -12452,9 +12373,9 @@ class MessageService extends RestService$1 {
12452
12373
  });
12453
12374
  }
12454
12375
  }
12455
- 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 });
12456
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12457
- 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: [{
12458
12379
  type: Injectable,
12459
12380
  args: [{
12460
12381
  providedIn: 'root'
@@ -12528,9 +12449,9 @@ class MessageDocumentService extends RestService$1 {
12528
12449
  }));
12529
12450
  }
12530
12451
  }
12531
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12532
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12533
- 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: [{
12534
12455
  type: Injectable,
12535
12456
  args: [{
12536
12457
  providedIn: 'root'
@@ -12655,9 +12576,9 @@ class DepreciationService extends RestService$1 {
12655
12576
  });
12656
12577
  }
12657
12578
  }
12658
- 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 });
12659
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12660
- 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: [{
12661
12582
  type: Injectable,
12662
12583
  args: [{
12663
12584
  providedIn: 'root'
@@ -12711,9 +12632,9 @@ class DepreciationCapitalProjectService {
12711
12632
  }));
12712
12633
  }
12713
12634
  }
12714
- 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 });
12715
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12716
- 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: [{
12717
12638
  type: Injectable,
12718
12639
  args: [{
12719
12640
  providedIn: 'root'
@@ -12781,9 +12702,9 @@ class ReceiptService {
12781
12702
  return plainToClass(this.modelClass, data);
12782
12703
  }
12783
12704
  }
12784
- 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 });
12785
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12786
- 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: [{
12787
12708
  type: Injectable,
12788
12709
  args: [{
12789
12710
  providedIn: 'root'
@@ -12814,9 +12735,9 @@ class DepreciationReceiptService extends ReceiptService {
12814
12735
  this.listenEvents();
12815
12736
  }
12816
12737
  }
12817
- 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 });
12818
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12819
- 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: [{
12820
12741
  type: Injectable,
12821
12742
  args: [{
12822
12743
  providedIn: 'root'
@@ -13032,9 +12953,9 @@ class RestService {
13032
12953
  */
13033
12954
  listenEvents() { }
13034
12955
  }
13035
- 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 });
13036
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13037
- 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: [{
13038
12959
  type: Injectable,
13039
12960
  args: [{
13040
12961
  providedIn: 'root'
@@ -13053,9 +12974,9 @@ class DocumentService extends RestService {
13053
12974
  this.modelClass = Document;
13054
12975
  }
13055
12976
  }
13056
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13057
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13058
- 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: [{
13059
12980
  type: Injectable,
13060
12981
  args: [{
13061
12982
  providedIn: 'root'
@@ -13121,9 +13042,9 @@ class DocumentFolderService extends RestService {
13121
13042
  }));
13122
13043
  }
13123
13044
  }
13124
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13125
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13126
- 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: [{
13127
13048
  type: Injectable,
13128
13049
  args: [{
13129
13050
  providedIn: 'root'
@@ -13200,9 +13121,9 @@ FacebookService.authOptions = {
13200
13121
  auth_type: 'rerequest',
13201
13122
  return_scopes: true
13202
13123
  };
13203
- 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 });
13204
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13205
- 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: [{
13206
13127
  type: Injectable,
13207
13128
  args: [{
13208
13129
  providedIn: 'root'
@@ -13272,9 +13193,9 @@ class GoogleService {
13272
13193
  google.accounts.id.disableAutoSelect();
13273
13194
  }
13274
13195
  }
13275
- 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 });
13276
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13277
- 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: [{
13278
13199
  type: Injectable,
13279
13200
  args: [{
13280
13201
  providedIn: 'root'
@@ -13302,9 +13223,9 @@ class FileService extends RestService$1 {
13302
13223
  .pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
13303
13224
  }
13304
13225
  }
13305
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13306
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13307
- 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: [{
13308
13229
  type: Injectable,
13309
13230
  args: [{
13310
13231
  providedIn: 'root'
@@ -13321,9 +13242,9 @@ class ClientIncomeTypesService extends RestService$1 {
13321
13242
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13322
13243
  }
13323
13244
  }
13324
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13325
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13326
- 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: [{
13327
13248
  type: Injectable,
13328
13249
  args: [{
13329
13250
  providedIn: 'root'
@@ -13438,9 +13359,9 @@ class ClientInviteService extends RestService {
13438
13359
  });
13439
13360
  }
13440
13361
  }
13441
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13442
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13443
- 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: [{
13444
13365
  type: Injectable,
13445
13366
  args: [{
13446
13367
  providedIn: 'root'
@@ -13519,9 +13440,9 @@ class ClientMovementService extends RestService {
13519
13440
  });
13520
13441
  }
13521
13442
  }
13522
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13523
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13524
- 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: [{
13525
13446
  type: Injectable,
13526
13447
  args: [{
13527
13448
  providedIn: 'root'
@@ -13550,9 +13471,9 @@ class EmployeeService extends RestService {
13550
13471
  }));
13551
13472
  }
13552
13473
  }
13553
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13554
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13555
- 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: [{
13556
13477
  type: Injectable,
13557
13478
  args: [{
13558
13479
  providedIn: 'root'
@@ -13595,9 +13516,9 @@ class EmployeeInviteService extends RestService {
13595
13516
  }));
13596
13517
  }
13597
13518
  }
13598
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13599
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13600
- 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: [{
13601
13522
  type: Injectable,
13602
13523
  args: [{
13603
13524
  providedIn: 'root'
@@ -13622,9 +13543,9 @@ class ClientPortfolioReportService {
13622
13543
  }));
13623
13544
  }
13624
13545
  }
13625
- 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 });
13626
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13627
- 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: [{
13628
13549
  type: Injectable,
13629
13550
  args: [{
13630
13551
  providedIn: 'root'
@@ -13696,9 +13617,9 @@ class FirmService {
13696
13617
  }));
13697
13618
  }
13698
13619
  }
13699
- 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 });
13700
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13701
- 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: [{
13702
13623
  type: Injectable,
13703
13624
  args: [{
13704
13625
  providedIn: 'root'
@@ -13773,9 +13694,9 @@ class IncomeSourceForecastService extends RestService {
13773
13694
  }).flat();
13774
13695
  }
13775
13696
  }
13776
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13777
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13778
- 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: [{
13779
13700
  type: Injectable,
13780
13701
  args: [{
13781
13702
  providedIn: 'root'
@@ -13845,9 +13766,9 @@ class SalaryForecastService extends RestService {
13845
13766
  }).flat();
13846
13767
  }
13847
13768
  }
13848
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13849
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13850
- 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: [{
13851
13772
  type: Injectable,
13852
13773
  args: [{
13853
13774
  providedIn: 'root'
@@ -13923,9 +13844,9 @@ class SoleForecastService extends RestService {
13923
13844
  });
13924
13845
  }
13925
13846
  }
13926
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13927
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13928
- 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: [{
13929
13850
  type: Injectable,
13930
13851
  args: [{
13931
13852
  providedIn: 'root'
@@ -14024,9 +13945,9 @@ class IncomeSourceService extends RestService {
14024
13945
  });
14025
13946
  }
14026
13947
  }
14027
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14028
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14029
- 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: [{
14030
13951
  type: Injectable,
14031
13952
  args: [{
14032
13953
  providedIn: 'root'
@@ -14089,9 +14010,9 @@ class BorrowingExpenseService {
14089
14010
  }));
14090
14011
  }
14091
14012
  }
14092
- 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 });
14093
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14094
- 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: [{
14095
14016
  type: Injectable,
14096
14017
  args: [{
14097
14018
  providedIn: 'root'
@@ -14175,9 +14096,9 @@ class LoanService extends RestService$1 {
14175
14096
  }));
14176
14097
  }
14177
14098
  }
14178
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14179
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14180
- 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: [{
14181
14102
  type: Injectable,
14182
14103
  args: [{
14183
14104
  providedIn: 'root'
@@ -14196,9 +14117,9 @@ class PropertyCategoryService extends RestService$1 {
14196
14117
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14197
14118
  }
14198
14119
  }
14199
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14200
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14201
- 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: [{
14202
14123
  type: Injectable,
14203
14124
  args: [{
14204
14125
  providedIn: 'root'
@@ -14214,9 +14135,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14214
14135
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14215
14136
  }
14216
14137
  }
14217
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14218
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14219
- 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: [{
14220
14141
  type: Injectable,
14221
14142
  args: [{
14222
14143
  providedIn: 'root'
@@ -14258,9 +14179,9 @@ class PropertyDocumentService extends RestService$1 {
14258
14179
  });
14259
14180
  }
14260
14181
  }
14261
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14262
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14263
- 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: [{
14264
14185
  type: Injectable,
14265
14186
  args: [{
14266
14187
  providedIn: 'root'
@@ -14277,9 +14198,9 @@ class TaxExemptionService extends RestService$1 {
14277
14198
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14278
14199
  }
14279
14200
  }
14280
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14281
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14282
- 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: [{
14283
14204
  type: Injectable,
14284
14205
  args: [{
14285
14206
  providedIn: 'root'
@@ -14295,9 +14216,9 @@ class PropertySaleService extends RestService$1 {
14295
14216
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14296
14217
  }
14297
14218
  }
14298
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14299
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14300
- 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: [{
14301
14222
  type: Injectable,
14302
14223
  args: [{
14303
14224
  providedIn: 'root'
@@ -14344,9 +14265,9 @@ class PropertyShareService extends RestService$1 {
14344
14265
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14345
14266
  }
14346
14267
  }
14347
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14348
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14349
- 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: [{
14350
14271
  type: Injectable,
14351
14272
  args: [{
14352
14273
  providedIn: 'root'
@@ -14443,9 +14364,9 @@ class PropertyService extends RestService$1 {
14443
14364
  }));
14444
14365
  }
14445
14366
  }
14446
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14447
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14448
- 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: [{
14449
14370
  type: Injectable,
14450
14371
  args: [{
14451
14372
  providedIn: 'root'
@@ -14489,9 +14410,9 @@ class ServiceNotificationService extends RestService {
14489
14410
  });
14490
14411
  }
14491
14412
  }
14492
- 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 });
14493
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14494
- 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: [{
14495
14416
  type: Injectable,
14496
14417
  args: [{
14497
14418
  providedIn: 'root'
@@ -14542,9 +14463,9 @@ class SoleBusinessService extends RestService {
14542
14463
  }));
14543
14464
  }
14544
14465
  }
14545
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14546
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14547
- 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: [{
14548
14469
  type: Injectable,
14549
14470
  args: [{
14550
14471
  providedIn: 'root'
@@ -14559,9 +14480,9 @@ class SoleBusinessActivityService extends RestService {
14559
14480
  this.isHydra = true;
14560
14481
  }
14561
14482
  }
14562
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14563
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14564
- 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: [{
14565
14486
  type: Injectable,
14566
14487
  args: [{
14567
14488
  providedIn: 'root'
@@ -14587,9 +14508,9 @@ class SoleBusinessLossService extends RestService {
14587
14508
  });
14588
14509
  }
14589
14510
  }
14590
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14591
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14592
- 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: [{
14593
14514
  type: Injectable,
14594
14515
  args: [{
14595
14516
  providedIn: 'root'
@@ -14607,9 +14528,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14607
14528
  this.isHydra = true;
14608
14529
  }
14609
14530
  }
14610
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14611
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14612
- 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: [{
14613
14534
  type: Injectable,
14614
14535
  args: [{
14615
14536
  providedIn: 'root'
@@ -14624,9 +14545,9 @@ class SoleContactService extends RestService {
14624
14545
  this.isHydra = true;
14625
14546
  }
14626
14547
  }
14627
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14628
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14629
- 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: [{
14630
14551
  type: Injectable,
14631
14552
  args: [{
14632
14553
  providedIn: 'root'
@@ -14682,9 +14603,9 @@ class SoleDepreciationMethodService {
14682
14603
  });
14683
14604
  }
14684
14605
  }
14685
- 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 });
14686
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14687
- 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: [{
14688
14609
  type: Injectable,
14689
14610
  args: [{
14690
14611
  providedIn: 'root'
@@ -14739,9 +14660,9 @@ class SoleDetailsService {
14739
14660
  }));
14740
14661
  }
14741
14662
  }
14742
- 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 });
14743
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14744
- 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: [{
14745
14666
  type: Injectable,
14746
14667
  args: [{
14747
14668
  providedIn: 'root'
@@ -14817,9 +14738,9 @@ class SoleInvoiceService extends RestService {
14817
14738
  });
14818
14739
  }
14819
14740
  }
14820
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14821
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14822
- 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: [{
14823
14744
  type: Injectable,
14824
14745
  args: [{
14825
14746
  providedIn: 'root'
@@ -14834,9 +14755,9 @@ class SoleInvoiceTemplateService extends RestService {
14834
14755
  this.isHydra = true;
14835
14756
  }
14836
14757
  }
14837
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14838
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14839
- 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: [{
14840
14761
  type: Injectable,
14841
14762
  args: [{
14842
14763
  providedIn: 'root'
@@ -14851,9 +14772,9 @@ class BasReportService extends RestService {
14851
14772
  this.isHydra = true;
14852
14773
  }
14853
14774
  }
14854
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14855
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14856
- 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: [{
14857
14778
  type: Injectable,
14858
14779
  args: [{
14859
14780
  providedIn: 'root'
@@ -14879,9 +14800,9 @@ class ServicePaymentService extends RestService$1 {
14879
14800
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14880
14801
  }
14881
14802
  }
14882
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14883
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14884
- 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: [{
14885
14806
  type: Injectable,
14886
14807
  args: [{
14887
14808
  providedIn: 'root'
@@ -14929,9 +14850,9 @@ class ServicePaymentMethodService extends RestService$1 {
14929
14850
  });
14930
14851
  }
14931
14852
  }
14932
- 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 });
14933
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14934
- 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: [{
14935
14856
  type: Injectable,
14936
14857
  args: [{
14937
14858
  providedIn: 'root'
@@ -14956,9 +14877,9 @@ class ServicePriceService extends RestService$1 {
14956
14877
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14957
14878
  }
14958
14879
  }
14959
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14960
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14961
- 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: [{
14962
14883
  type: Injectable,
14963
14884
  args: [{
14964
14885
  providedIn: 'root'
@@ -15074,9 +14995,9 @@ class SubscriptionService extends RestService$1 {
15074
14995
  });
15075
14996
  }
15076
14997
  }
15077
- 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 });
15078
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15079
- 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: [{
15080
15001
  type: Injectable,
15081
15002
  args: [{
15082
15003
  providedIn: 'root'
@@ -15098,9 +15019,9 @@ class ServiceProductService extends RestService$1 {
15098
15019
  this.isApiPlatform = true;
15099
15020
  }
15100
15021
  }
15101
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15102
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15103
- 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: [{
15104
15025
  type: Injectable,
15105
15026
  args: [{
15106
15027
  providedIn: 'root'
@@ -15132,9 +15053,9 @@ class TaxReviewHistoryService extends RestService {
15132
15053
  });
15133
15054
  }
15134
15055
  }
15135
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15136
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15137
- 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: [{
15138
15059
  type: Injectable,
15139
15060
  args: [{
15140
15061
  providedIn: 'root'
@@ -15223,9 +15144,9 @@ class TaxReviewService extends RestService {
15223
15144
  });
15224
15145
  }
15225
15146
  }
15226
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15227
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15228
- 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: [{
15229
15150
  type: Injectable,
15230
15151
  args: [{
15231
15152
  providedIn: 'root'
@@ -15282,9 +15203,9 @@ class TaxSummaryService {
15282
15203
  });
15283
15204
  }
15284
15205
  }
15285
- 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 });
15286
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15287
- 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: [{
15288
15209
  type: Injectable,
15289
15210
  args: [{
15290
15211
  providedIn: 'root'
@@ -15305,9 +15226,9 @@ class AllocationRuleService extends RestService$1 {
15305
15226
  this.isApiPlatform = true;
15306
15227
  }
15307
15228
  }
15308
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15309
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15310
- 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: [{
15311
15232
  type: Injectable,
15312
15233
  args: [{
15313
15234
  providedIn: 'root'
@@ -15398,9 +15319,9 @@ class TransactionAllocationService extends RestService {
15398
15319
  });
15399
15320
  }
15400
15321
  }
15401
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15402
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15403
- 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: [{
15404
15325
  type: Injectable,
15405
15326
  args: [{
15406
15327
  providedIn: 'root'
@@ -15426,9 +15347,9 @@ class TransactionReceiptService extends ReceiptService {
15426
15347
  this.listenEvents();
15427
15348
  }
15428
15349
  }
15429
- 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 });
15430
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15431
- 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: [{
15432
15353
  type: Injectable,
15433
15354
  args: [{
15434
15355
  providedIn: 'root'
@@ -15751,9 +15672,9 @@ class TransactionService extends RestService {
15751
15672
  });
15752
15673
  }
15753
15674
  }
15754
- 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 });
15755
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15756
- 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: [{
15757
15678
  type: Injectable,
15758
15679
  args: [{
15759
15680
  providedIn: 'root'
@@ -15784,9 +15705,9 @@ class TutorialVideoService {
15784
15705
  }
15785
15706
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15786
15707
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15787
- 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 });
15788
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15789
- 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: [{
15790
15711
  type: Injectable,
15791
15712
  args: [{
15792
15713
  providedIn: 'root'
@@ -15808,9 +15729,9 @@ class VehicleService extends RestService {
15808
15729
  this.modelClass = Vehicle;
15809
15730
  }
15810
15731
  }
15811
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15812
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15813
- 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: [{
15814
15735
  type: Injectable,
15815
15736
  args: [{
15816
15737
  providedIn: 'root'
@@ -15882,9 +15803,9 @@ class VehicleClaimService extends RestService {
15882
15803
  combineLatest(batch$).subscribe();
15883
15804
  }
15884
15805
  }
15885
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15886
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15887
- 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: [{
15888
15809
  type: Injectable,
15889
15810
  args: [{
15890
15811
  providedIn: 'root'
@@ -15961,9 +15882,9 @@ class VehicleClaimDetailsService {
15961
15882
  this.update(vehicleClaimDetails).subscribe();
15962
15883
  }
15963
15884
  }
15964
- 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 });
15965
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15966
- 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: [{
15967
15888
  type: Injectable,
15968
15889
  args: [{
15969
15890
  providedIn: 'root'
@@ -15985,9 +15906,9 @@ class VehicleLogbookService extends RestService {
15985
15906
  this.modelClass = VehicleLogbook;
15986
15907
  }
15987
15908
  }
15988
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15989
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15990
- 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: [{
15991
15912
  type: Injectable,
15992
15913
  args: [{
15993
15914
  providedIn: 'root'
@@ -16004,9 +15925,9 @@ class AnnualClientDetailsService extends RestService$1 {
16004
15925
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16005
15926
  }
16006
15927
  }
16007
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16008
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16009
- 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: [{
16010
15931
  type: Injectable,
16011
15932
  args: [{
16012
15933
  providedIn: 'root'
@@ -16039,9 +15960,9 @@ class OccupationService {
16039
15960
  return this.occupationsSubject.asObservable();
16040
15961
  }
16041
15962
  }
16042
- 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 });
16043
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16044
- 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: [{
16045
15966
  type: Injectable,
16046
15967
  args: [{
16047
15968
  providedIn: 'root'
@@ -16087,9 +16008,9 @@ class UserEventSettingService extends RestService {
16087
16008
  }));
16088
16009
  }
16089
16010
  }
16090
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16091
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16092
- 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: [{
16093
16014
  type: Injectable,
16094
16015
  args: [{
16095
16016
  providedIn: 'root'
@@ -16104,9 +16025,9 @@ class UserEventTypeService extends RestService {
16104
16025
  this.isHydra = true;
16105
16026
  }
16106
16027
  }
16107
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16108
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16109
- 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: [{
16110
16031
  type: Injectable,
16111
16032
  args: [{
16112
16033
  providedIn: 'root'
@@ -16123,9 +16044,9 @@ class UsersInviteService extends RestService {
16123
16044
  this.url = 'users/invite';
16124
16045
  }
16125
16046
  }
16126
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16127
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16128
- 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: [{
16129
16050
  type: Injectable,
16130
16051
  args: [{
16131
16052
  providedIn: 'root'
@@ -16142,9 +16063,9 @@ class HoldingService extends RestService$1 {
16142
16063
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16143
16064
  }
16144
16065
  }
16145
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16146
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16147
- 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: [{
16148
16069
  type: Injectable,
16149
16070
  args: [{
16150
16071
  providedIn: 'root'
@@ -16155,15 +16076,15 @@ class HoldingTypeService extends RestService$1 {
16155
16076
  constructor() {
16156
16077
  super(...arguments);
16157
16078
  this.modelClass = HoldingType;
16158
- this.collectionClass = Collection;
16079
+ this.collectionClass = HoldingTypeCollection;
16159
16080
  this.endpointUri = 'holding-types';
16160
16081
  this.isApiPlatform = true;
16161
16082
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16162
16083
  }
16163
16084
  }
16164
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16165
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16166
- 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: [{
16167
16088
  type: Injectable,
16168
16089
  args: [{
16169
16090
  providedIn: 'root'
@@ -16180,15 +16101,112 @@ class HoldingSaleService extends RestService$1 {
16180
16101
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16181
16102
  }
16182
16103
  }
16183
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16184
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16185
- 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: [{
16186
16107
  type: Injectable,
16187
16108
  args: [{
16188
16109
  providedIn: 'root'
16189
16110
  }]
16190
16111
  }] });
16191
16112
 
16113
+ var HoldingTypeExchanges = [
16114
+ {
16115
+ id: 1,
16116
+ code: "US",
16117
+ name: "NYSE",
16118
+ currency: "USD",
16119
+ close_time: "16:00",
16120
+ timezone: "America/New_York",
16121
+ exchange_updated_at: "2023-04-21 11:54:56",
16122
+ min_market_cap: 100000000,
16123
+ min_avg_volume50d: 1000000
16124
+ },
16125
+ {
16126
+ id: 2,
16127
+ code: "AU",
16128
+ name: "ASX",
16129
+ currency: "AUD",
16130
+ close_time: "16:00",
16131
+ timezone: "Australia/Sydney",
16132
+ exchange_updated_at: "2023-04-21 11:56:01",
16133
+ min_market_cap: 10000000,
16134
+ min_avg_volume50d: 10000
16135
+ },
16136
+ {
16137
+ id: 3,
16138
+ code: "LSE",
16139
+ name: "London Exchange",
16140
+ currency: "GBP",
16141
+ close_time: "16:30",
16142
+ timezone: "Europe/London",
16143
+ exchange_updated_at: "2023-04-21 13:34:44",
16144
+ min_market_cap: 100000000,
16145
+ min_avg_volume50d: 1000000
16146
+ },
16147
+ {
16148
+ id: 4,
16149
+ code: "TO",
16150
+ name: "TSX",
16151
+ currency: "CAD",
16152
+ close_time: "16:00",
16153
+ timezone: "America/New_York",
16154
+ exchange_updated_at: "2023-04-21 13:34:48",
16155
+ min_market_cap: 100000000,
16156
+ min_avg_volume50d: 1000000
16157
+ },
16158
+ {
16159
+ id: 5,
16160
+ code: "HK",
16161
+ name: "HKEX",
16162
+ currency: "HKD",
16163
+ close_time: "16:00",
16164
+ timezone: "Asia/Hong_Kong",
16165
+ exchange_updated_at: "2023-04-21 13:34:54",
16166
+ min_market_cap: 100000000,
16167
+ min_avg_volume50d: 1000000
16168
+ },
16169
+ {
16170
+ id: 6,
16171
+ code: "SG",
16172
+ name: "SGX",
16173
+ currency: "SGD",
16174
+ close_time: "17:16",
16175
+ timezone: "Asia/Singapore",
16176
+ exchange_updated_at: "2023-04-21 13:34:58",
16177
+ min_market_cap: 100000000,
16178
+ min_avg_volume50d: 1000000
16179
+ },
16180
+ {
16181
+ id: 7,
16182
+ code: "CC",
16183
+ name: "Cryptocurrencies",
16184
+ currency: "USD",
16185
+ close_time: "00:00",
16186
+ timezone: "GMT",
16187
+ exchange_updated_at: "2023-04-21 11:52:32",
16188
+ min_market_cap: 0,
16189
+ min_avg_volume50d: 500000
16190
+ }
16191
+ ];
16192
+
16193
+ class HoldingTypeExchangeService extends DataService {
16194
+ constructor() {
16195
+ super();
16196
+ this.modelClass = HoldingTypeExchange;
16197
+ this.collectionClass = Collection;
16198
+ this.setCache(HoldingTypeExchanges);
16199
+ }
16200
+ }
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: [{
16204
+ type: Injectable,
16205
+ args: [{
16206
+ providedIn: 'root'
16207
+ }]
16208
+ }], ctorParameters: function () { return []; } });
16209
+
16192
16210
  var HoldingMessagesEnum;
16193
16211
  (function (HoldingMessagesEnum) {
16194
16212
  HoldingMessagesEnum["CREATED"] = "Holding created successfully";
@@ -16413,9 +16431,9 @@ class AccountSetupService {
16413
16431
  }));
16414
16432
  }
16415
16433
  }
16416
- 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 });
16417
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16418
- 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: [{
16419
16437
  type: Injectable,
16420
16438
  args: [{
16421
16439
  providedIn: 'root'
@@ -16441,9 +16459,9 @@ class RewardfulService {
16441
16459
  });
16442
16460
  }
16443
16461
  }
16444
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16445
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16446
- 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: [{
16447
16465
  type: Injectable,
16448
16466
  args: [{
16449
16467
  providedIn: 'root'
@@ -16490,9 +16508,9 @@ class AssetsService {
16490
16508
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16491
16509
  }
16492
16510
  }
16493
- 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 });
16494
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16495
- 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: [{
16496
16514
  type: Injectable,
16497
16515
  args: [{
16498
16516
  providedIn: 'root'
@@ -16557,9 +16575,9 @@ class BankTransactionCalculationService {
16557
16575
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16558
16576
  }
16559
16577
  }
16560
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16561
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16562
- 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: [{
16563
16581
  type: Injectable,
16564
16582
  args: [{
16565
16583
  providedIn: 'root'
@@ -16588,9 +16606,9 @@ class BankAccountCalculationService {
16588
16606
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16589
16607
  }
16590
16608
  }
16591
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16592
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16593
- 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: [{
16594
16612
  type: Injectable,
16595
16613
  args: [{
16596
16614
  providedIn: 'root'
@@ -16615,9 +16633,9 @@ class ExportFormatterService {
16615
16633
  }));
16616
16634
  }
16617
16635
  }
16618
- 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 });
16619
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16620
- 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: [{
16621
16639
  type: Injectable,
16622
16640
  args: [{
16623
16641
  providedIn: 'root'
@@ -16638,9 +16656,9 @@ class HeaderTitleService {
16638
16656
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16639
16657
  }
16640
16658
  }
16641
- 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 });
16642
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16643
- 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: [{
16644
16662
  type: Injectable,
16645
16663
  args: [{
16646
16664
  providedIn: 'root'
@@ -16674,9 +16692,9 @@ class IntercomService {
16674
16692
  window.Intercom('boot', connectionCredentials);
16675
16693
  }
16676
16694
  }
16677
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16678
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16679
- 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: [{
16680
16698
  type: Injectable,
16681
16699
  args: [{
16682
16700
  providedIn: 'root'
@@ -16748,9 +16766,9 @@ class PdfFromDomElementService {
16748
16766
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16749
16767
  }
16750
16768
  }
16751
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16752
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16753
- 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: [{
16754
16772
  type: Injectable,
16755
16773
  args: [{
16756
16774
  providedIn: 'root'
@@ -16829,9 +16847,9 @@ class PdfFromTableService {
16829
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);
16830
16848
  }
16831
16849
  }
16832
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16833
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16834
- 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: [{
16835
16853
  type: Injectable,
16836
16854
  args: [{
16837
16855
  providedIn: 'root'
@@ -16863,9 +16881,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16863
16881
  return pdf;
16864
16882
  }
16865
16883
  }
16866
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16867
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16868
- 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: [{
16869
16887
  type: Injectable,
16870
16888
  args: [{
16871
16889
  providedIn: 'root'
@@ -16898,9 +16916,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
16898
16916
  return pdf;
16899
16917
  }
16900
16918
  }
16901
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16902
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16903
- 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: [{
16904
16922
  type: Injectable,
16905
16923
  args: [{
16906
16924
  providedIn: 'root'
@@ -16933,9 +16951,9 @@ class EquityPositionChartService {
16933
16951
  }));
16934
16952
  }
16935
16953
  }
16936
- 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 });
16937
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16938
- 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: [{
16939
16957
  type: Injectable,
16940
16958
  args: [{
16941
16959
  providedIn: 'root'
@@ -17109,9 +17127,9 @@ class PropertyCalculationService {
17109
17127
  }
17110
17128
  }
17111
17129
  }
17112
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17113
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17114
- 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: [{
17115
17133
  type: Injectable,
17116
17134
  args: [{
17117
17135
  providedIn: 'root'
@@ -17168,9 +17186,9 @@ class PropertyTransactionReportService {
17168
17186
  }));
17169
17187
  }
17170
17188
  }
17171
- 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 });
17172
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17173
- 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: [{
17174
17192
  type: Injectable,
17175
17193
  args: [{
17176
17194
  providedIn: 'root'
@@ -17240,9 +17258,9 @@ class TransactionCalculationService {
17240
17258
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17241
17259
  }
17242
17260
  }
17243
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17244
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17245
- 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: [{
17246
17264
  type: Injectable,
17247
17265
  args: [{
17248
17266
  providedIn: 'root'
@@ -17302,9 +17320,9 @@ class LogbookBestPeriodService {
17302
17320
  });
17303
17321
  }
17304
17322
  }
17305
- 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 });
17306
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17307
- 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: [{
17308
17326
  type: Injectable,
17309
17327
  args: [{
17310
17328
  providedIn: 'root'
@@ -17345,9 +17363,9 @@ class XlsxService {
17345
17363
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
17346
17364
  }
17347
17365
  }
17348
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17349
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17350
- 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: [{
17351
17369
  type: Injectable,
17352
17370
  args: [{
17353
17371
  providedIn: 'root'
@@ -20407,5 +20425,5 @@ var MessagesEnum;
20407
20425
  * Generated bundle index. Do not edit.
20408
20426
  */
20409
20427
 
20410
- 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, 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 };
20411
20429
  //# sourceMappingURL=taxtank-core.mjs.map