taxtank-core 0.30.38 → 0.30.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (993) hide show
  1. package/esm2020/lib/collections/holding-type.collection.mjs +13 -0
  2. package/esm2020/lib/collections/index.mjs +2 -1
  3. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  4. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  5. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  6. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  7. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  8. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  11. package/esm2020/lib/models/holding/holding-sale.mjs +1 -29
  12. package/esm2020/lib/models/holding/holding-type.mjs +2 -55
  13. package/esm2020/lib/models/holding/holding.mjs +1 -21
  14. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  15. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  16. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  17. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  18. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  19. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  20. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  21. package/esm2020/lib/services/data.service.mjs +3 -3
  22. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  23. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  24. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  25. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  26. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  27. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  28. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  29. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  30. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  31. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  32. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  33. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  34. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  35. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  36. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  37. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  38. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  39. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  40. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  41. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  42. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  43. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  44. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  45. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  46. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  47. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  48. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  49. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  50. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  51. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  52. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  53. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  54. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  55. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  56. package/esm2020/lib/services/http/holding/holding-type.service.mjs +6 -6
  57. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  58. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  59. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  60. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  61. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  62. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  63. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  64. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  65. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  66. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  67. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  68. package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
  69. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  70. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  71. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  72. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  73. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  74. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  75. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  76. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  77. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  78. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  79. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  80. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  85. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  86. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  87. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  88. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  89. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  90. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  91. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  92. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  93. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  94. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  95. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  96. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  97. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  98. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  99. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  100. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  101. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  102. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  103. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  104. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  105. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  106. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  107. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  108. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  109. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  110. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  111. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  112. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  113. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  114. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  115. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  116. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  117. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  118. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  119. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  120. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  121. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  122. package/esm2020/lib/tt-core.module.mjs +4 -4
  123. package/fesm2015/taxtank-core.mjs +366 -456
  124. package/fesm2015/taxtank-core.mjs.map +1 -1
  125. package/fesm2020/taxtank-core.mjs +366 -456
  126. package/fesm2020/taxtank-core.mjs.map +1 -1
  127. package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
  128. package/lib/collections/allocation-group.collection.d.ts.map +1 -0
  129. package/lib/collections/allocation-rule.collection.d.ts.map +1 -0
  130. package/lib/collections/bank-account.collection.d.ts.map +1 -0
  131. package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
  132. package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
  133. package/lib/collections/chat/chat.collection.d.ts.map +1 -0
  134. package/lib/collections/chat/index.d.ts.map +1 -0
  135. package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
  136. package/lib/collections/chat/message.collection.d.ts.map +1 -0
  137. package/lib/collections/client-invite.collection.d.ts.map +1 -0
  138. package/lib/collections/client-movement.collection.d.ts.map +1 -0
  139. package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
  140. package/lib/collections/client.collection.d.ts.map +1 -0
  141. package/lib/collections/collection-dictionary.d.ts.map +1 -0
  142. package/lib/collections/collection.d.ts.map +1 -0
  143. package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
  144. package/lib/collections/depreciation.collection.d.ts.map +1 -0
  145. package/lib/collections/employee.collection.d.ts.map +1 -0
  146. package/lib/collections/exportable.collection.d.ts.map +1 -0
  147. package/lib/collections/holding-type.collection.d.ts +5 -0
  148. package/lib/collections/holding-type.collection.d.ts.map +1 -0
  149. package/lib/collections/holding.collection.d.ts.map +1 -0
  150. package/lib/collections/income-source.collection.d.ts.map +1 -0
  151. package/lib/collections/index.d.ts +1 -0
  152. package/lib/collections/index.d.ts.map +1 -0
  153. package/lib/collections/loan/index.d.ts.map +1 -0
  154. package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
  155. package/lib/collections/loan/loan.collection.d.ts.map +1 -0
  156. package/lib/collections/property/index.d.ts.map +1 -0
  157. package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
  158. package/lib/collections/property/property-sale/index.d.ts.map +1 -0
  159. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +1 -0
  160. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
  161. package/lib/collections/property/property-share.collection.d.ts.map +1 -0
  162. package/lib/collections/property/property.collection.d.ts.map +1 -0
  163. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
  164. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
  165. package/lib/collections/report/index.d.ts.map +1 -0
  166. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
  167. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
  168. package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
  169. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
  170. package/lib/collections/sole/index.d.ts.map +1 -0
  171. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
  172. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
  173. package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
  174. package/lib/collections/subscription/index.d.ts.map +1 -0
  175. package/lib/collections/subscription/service-price.collection.d.ts.map +1 -0
  176. package/lib/collections/subscription/service-product.collection.d.ts.map +1 -0
  177. package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
  178. package/lib/collections/subscription/subscription-item.collection.d.ts.map +1 -0
  179. package/lib/collections/tax-review.collection.d.ts.map +1 -0
  180. package/lib/collections/tax-summary/index.d.ts.map +1 -0
  181. package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
  182. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
  183. package/lib/collections/transaction/index.d.ts.map +1 -0
  184. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
  185. package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
  186. package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
  187. package/lib/collections/user-event-type-collection.d.ts.map +1 -0
  188. package/lib/collections/vehicle/index.d.ts.map +1 -0
  189. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
  190. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
  191. package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
  192. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +1 -0
  193. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +1 -0
  194. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +1 -0
  195. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +1 -0
  196. package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
  197. package/lib/db/Enums/bank-account-status.enum.d.ts.map +1 -0
  198. package/lib/db/Enums/bank-account-type.enum.d.ts.map +1 -0
  199. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +1 -0
  200. package/lib/db/Enums/bank-popular.enum.d.ts.map +1 -0
  201. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +1 -0
  202. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
  203. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
  204. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
  205. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
  206. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
  207. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
  208. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
  209. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
  210. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +1 -0
  211. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +1 -0
  212. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
  213. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
  214. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
  215. package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
  216. package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
  217. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
  218. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
  219. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
  220. package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
  221. package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
  222. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
  223. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
  224. package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
  225. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
  226. package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
  227. package/lib/db/Enums/file-type.enum.d.ts.map +1 -0
  228. package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
  229. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +1 -0
  230. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +1 -0
  231. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +1 -0
  232. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +1 -0
  233. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +1 -0
  234. package/lib/db/Enums/income-source-type.enum.d.ts.map +1 -0
  235. package/lib/db/Enums/index.d.ts.map +1 -0
  236. package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
  237. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
  238. package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
  239. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +1 -0
  240. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +1 -0
  241. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +1 -0
  242. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +1 -0
  243. package/lib/db/Enums/loan-type.enum.d.ts.map +1 -0
  244. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +1 -0
  245. package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
  246. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
  247. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
  248. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +1 -0
  249. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
  250. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
  251. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
  252. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
  253. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
  254. package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
  255. package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
  256. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
  257. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
  258. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
  259. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
  260. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
  261. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +1 -0
  262. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +1 -0
  263. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
  264. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
  265. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
  266. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
  267. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
  268. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
  269. package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
  270. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
  271. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
  272. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +1 -0
  273. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +1 -0
  274. package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
  275. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
  276. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
  277. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
  278. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
  279. package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
  280. package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
  281. package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
  282. package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
  283. package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
  284. package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
  285. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
  286. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
  287. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
  288. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
  289. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
  290. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
  291. package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
  292. package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
  293. package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
  294. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
  295. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
  296. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
  297. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
  298. package/lib/db/Models/abstract-model.d.ts.map +1 -0
  299. package/lib/db/Models/address.d.ts.map +1 -0
  300. package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
  301. package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
  302. package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
  303. package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
  304. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
  305. package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
  306. package/lib/db/Models/bank/bank.d.ts.map +1 -0
  307. package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
  308. package/lib/db/Models/bank/financial-data-system.d.ts.map +1 -0
  309. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  310. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  311. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  312. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  313. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
  314. package/lib/db/Models/client/annual-client-details.d.ts.map +1 -0
  315. package/lib/db/Models/client/client-details.d.ts.map +1 -0
  316. package/lib/db/Models/client/client-income-types.d.ts.map +1 -0
  317. package/lib/db/Models/client/index.d.ts.map +1 -0
  318. package/lib/db/Models/client/occupation.d.ts.map +1 -0
  319. package/lib/db/Models/country.d.ts.map +1 -0
  320. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  321. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
  322. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +1 -0
  323. package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
  324. package/lib/db/Models/document/document-base.d.ts.map +1 -0
  325. package/lib/db/Models/document/document-folder.d.ts.map +1 -0
  326. package/lib/db/Models/document/document.d.ts.map +1 -0
  327. package/lib/db/Models/document/property-document.d.ts.map +1 -0
  328. package/lib/db/Models/file.d.ts.map +1 -0
  329. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
  330. package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
  331. package/lib/db/Models/firm/chat.d.ts.map +1 -0
  332. package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
  333. package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
  334. package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
  335. package/lib/db/Models/firm/firm-invite.d.ts.map +1 -0
  336. package/lib/db/Models/firm/firm.d.ts.map +1 -0
  337. package/lib/db/Models/firm/message-document.d.ts.map +1 -0
  338. package/lib/db/Models/firm/message.d.ts.map +1 -0
  339. package/lib/db/Models/holding/holding-sale.d.ts.map +1 -0
  340. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +1 -0
  341. package/lib/db/Models/holding/holding-type.d.ts.map +1 -0
  342. package/lib/db/Models/holding/holding.d.ts.map +1 -0
  343. package/lib/db/Models/holding/index.d.ts.map +1 -0
  344. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
  345. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
  346. package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
  347. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
  348. package/lib/db/Models/index.d.ts.map +1 -0
  349. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
  350. package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
  351. package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
  352. package/lib/db/Models/loan/loan.d.ts.map +1 -0
  353. package/lib/db/Models/observable-model.d.ts.map +1 -0
  354. package/lib/db/Models/phone.d.ts.map +1 -0
  355. package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
  356. package/lib/db/Models/property/property-category.d.ts.map +1 -0
  357. package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
  358. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  359. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
  360. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  361. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
  362. package/lib/db/Models/property/property-share.d.ts.map +1 -0
  363. package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
  364. package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
  365. package/lib/db/Models/property/property.d.ts.map +1 -0
  366. package/lib/db/Models/service-notification.d.ts.map +1 -0
  367. package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
  368. package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
  369. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
  370. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  371. package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
  372. package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
  373. package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
  374. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
  375. package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
  376. package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
  377. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
  378. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
  379. package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
  380. package/lib/db/Models/spare/spare-document-category.d.ts.map +1 -0
  381. package/lib/db/Models/spare/spare-document.d.ts.map +1 -0
  382. package/lib/db/Models/subscription/service-payment-method.d.ts.map +1 -0
  383. package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
  384. package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
  385. package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
  386. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
  387. package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
  388. package/lib/db/Models/tax-calculation.d.ts.map +1 -0
  389. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
  390. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
  391. package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
  392. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +1 -0
  393. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  394. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  395. package/lib/db/Models/transaction/allocation-rule.d.ts.map +1 -0
  396. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
  397. package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
  398. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +1 -0
  399. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +1 -0
  400. package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
  401. package/lib/db/Models/user/employee-details.d.ts.map +1 -0
  402. package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
  403. package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
  404. package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
  405. package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
  406. package/lib/db/Models/user/user-event.d.ts.map +1 -0
  407. package/lib/db/Models/user/user.d.ts.map +1 -0
  408. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  409. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
  410. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
  411. package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
  412. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +1 -0
  413. package/lib/forms/abstract.form.d.ts.map +1 -0
  414. package/lib/forms/address/address.form.d.ts.map +1 -0
  415. package/lib/forms/address/index.d.ts.map +1 -0
  416. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
  417. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
  418. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
  419. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
  420. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
  421. package/lib/forms/bank/bank-login.form.d.ts.map +1 -0
  422. package/lib/forms/client/annual-client-details.form.d.ts.map +1 -0
  423. package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
  424. package/lib/forms/client/index.d.ts.map +1 -0
  425. package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
  426. package/lib/forms/depreciation/index.d.ts.map +1 -0
  427. package/lib/forms/form-validations.enum.d.ts.map +1 -0
  428. package/lib/forms/holding/holding-sale.form.d.ts.map +1 -0
  429. package/lib/forms/holding/holding-type.form.d.ts.map +1 -0
  430. package/lib/forms/holding/holding.form.d.ts.map +1 -0
  431. package/lib/forms/holding/index.d.ts.map +1 -0
  432. package/lib/forms/index.d.ts.map +1 -0
  433. package/lib/forms/loan/index.d.ts.map +1 -0
  434. package/lib/forms/loan/loan.form.d.ts.map +1 -0
  435. package/lib/forms/login/login.form.d.ts.map +1 -0
  436. package/lib/forms/phone/index.d.ts.map +1 -0
  437. package/lib/forms/phone/phone.form.d.ts.map +1 -0
  438. package/lib/forms/property/index.d.ts.map +1 -0
  439. package/lib/forms/property/property-sale/index.d.ts.map +1 -0
  440. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
  441. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
  442. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
  443. package/lib/forms/register/register-client.form.d.ts.map +1 -0
  444. package/lib/forms/register/register-firm.form.d.ts.map +1 -0
  445. package/lib/forms/report/my-tax/index.d.ts.map +1 -0
  446. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +1 -0
  447. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +1 -0
  448. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
  449. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +1 -0
  450. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
  451. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
  452. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
  453. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
  454. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
  455. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
  456. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
  457. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
  458. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
  459. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
  460. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
  461. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
  462. package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
  463. package/lib/forms/sole/index.d.ts.map +1 -0
  464. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
  465. package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
  466. package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
  467. package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
  468. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
  469. package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
  470. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
  471. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
  472. package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
  473. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +1 -0
  474. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +1 -0
  475. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +1 -0
  476. package/lib/forms/transaction/allocation-rule.form.d.ts.map +1 -0
  477. package/lib/forms/transaction/index.d.ts.map +1 -0
  478. package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
  479. package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
  480. package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
  481. package/lib/forms/transaction/work/work-expense.form.d.ts.map +1 -0
  482. package/lib/forms/transaction/work/work-income.form.d.ts.map +1 -0
  483. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +1 -0
  484. package/lib/forms/user/index.d.ts.map +1 -0
  485. package/lib/forms/user/password.form.d.ts.map +1 -0
  486. package/lib/forms/user/reset-password.form.d.ts.map +1 -0
  487. package/lib/forms/user/user-invite.form.d.ts.map +1 -0
  488. package/lib/forms/vehicle/index.d.ts.map +1 -0
  489. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
  490. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
  491. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
  492. package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
  493. package/lib/functions/array/index.d.ts.map +1 -0
  494. package/lib/functions/array/replace.d.ts.map +1 -0
  495. package/lib/functions/array/sort-deep.d.ts.map +1 -0
  496. package/lib/functions/array/sort.d.ts.map +1 -0
  497. package/lib/functions/array/to-array.d.ts.map +1 -0
  498. package/lib/functions/clone-deep.d.ts.map +1 -0
  499. package/lib/functions/create-date.d.ts.map +1 -0
  500. package/lib/functions/enum-to-list.d.ts.map +1 -0
  501. package/lib/functions/get-doc-icon.d.ts.map +1 -0
  502. package/lib/functions/mat-options-functions.d.ts.map +1 -0
  503. package/lib/functions/mat-sort-options.d.ts.map +1 -0
  504. package/lib/functions/round-to.d.ts.map +1 -0
  505. package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
  506. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
  507. package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
  508. package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
  509. package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
  510. package/lib/interceptors/interceptors.module.d.ts.map +1 -0
  511. package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
  512. package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
  513. package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
  514. package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
  515. package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
  516. package/lib/interfaces/asset.interface.d.ts.map +1 -0
  517. package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
  518. package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
  519. package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
  520. package/lib/interfaces/document.interface.d.ts.map +1 -0
  521. package/lib/interfaces/documentable.interface.d.ts.map +1 -0
  522. package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
  523. package/lib/interfaces/expense.interface.d.ts.map +1 -0
  524. package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
  525. package/lib/interfaces/index.d.ts.map +1 -0
  526. package/lib/interfaces/option.interface.d.ts.map +1 -0
  527. package/lib/interfaces/photoable.d.ts.map +1 -0
  528. package/lib/interfaces/receipt.interface.d.ts.map +1 -0
  529. package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
  530. package/lib/interfaces/tank.interface.d.ts.map +1 -0
  531. package/lib/interfaces/updatable.interface.d.ts.map +1 -0
  532. package/lib/messages/index.d.ts.map +1 -0
  533. package/lib/messages/messages.enum.d.ts.map +1 -0
  534. package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
  535. package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
  536. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
  537. package/lib/models/address/address.d.ts.map +1 -0
  538. package/lib/models/address/country.d.ts.map +1 -0
  539. package/lib/models/address/index.d.ts.map +1 -0
  540. package/lib/models/address/states.enum.d.ts.map +1 -0
  541. package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
  542. package/lib/models/badge/badge.d.ts.map +1 -0
  543. package/lib/models/bank/allocation-group.d.ts.map +1 -0
  544. package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
  545. package/lib/models/bank/bank-account-property.d.ts.map +1 -0
  546. package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
  547. package/lib/models/bank/bank-account.d.ts.map +1 -0
  548. package/lib/models/bank/bank-connection.d.ts.map +1 -0
  549. package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
  550. package/lib/models/bank/bank-login-data.d.ts.map +1 -0
  551. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
  552. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
  553. package/lib/models/bank/bank-transaction.d.ts.map +1 -0
  554. package/lib/models/bank/bank.d.ts.map +1 -0
  555. package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
  556. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
  557. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
  558. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
  559. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
  560. package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
  561. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
  562. package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
  563. package/lib/models/bank/basiq/index.d.ts.map +1 -0
  564. package/lib/models/bank/index.d.ts.map +1 -0
  565. package/lib/models/bank/type-loan.const.d.ts.map +1 -0
  566. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
  567. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
  568. package/lib/models/borrowing-expense/index.d.ts.map +1 -0
  569. package/lib/models/chart/chart-data.d.ts.map +1 -0
  570. package/lib/models/chart/chart-serie.d.ts.map +1 -0
  571. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
  572. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
  573. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  574. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  575. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
  576. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
  577. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  578. package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
  579. package/lib/models/chart-accounts/index.d.ts.map +1 -0
  580. package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
  581. package/lib/models/chat/chat.d.ts.map +1 -0
  582. package/lib/models/chat/index.d.ts.map +1 -0
  583. package/lib/models/chat/message-document.d.ts.map +1 -0
  584. package/lib/models/chat/message.d.ts.map +1 -0
  585. package/lib/models/client/annual-client-details.d.ts.map +1 -0
  586. package/lib/models/client/client-details.d.ts.map +1 -0
  587. package/lib/models/client/client-income-types.d.ts.map +1 -0
  588. package/lib/models/client/client-invite.d.ts.map +1 -0
  589. package/lib/models/client/client-movement.d.ts.map +1 -0
  590. package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
  591. package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
  592. package/lib/models/client/index.d.ts.map +1 -0
  593. package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
  594. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  595. package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
  596. package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
  597. package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
  598. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
  599. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
  600. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
  601. package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
  602. package/lib/models/depreciation/depreciation.d.ts.map +1 -0
  603. package/lib/models/depreciation/index.d.ts.map +1 -0
  604. package/lib/models/dictionary/dictionary.d.ts.map +1 -0
  605. package/lib/models/dictionary/index.d.ts.map +1 -0
  606. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
  607. package/lib/models/document/document-file-types.const.d.ts.map +1 -0
  608. package/lib/models/document/document-folder.d.ts.map +1 -0
  609. package/lib/models/document/document.d.ts.map +1 -0
  610. package/lib/models/document/index.d.ts.map +1 -0
  611. package/lib/models/employee/employee-details.d.ts.map +1 -0
  612. package/lib/models/employee/employee-invite.d.ts.map +1 -0
  613. package/lib/models/endpoint/endpoint.d.ts.map +1 -0
  614. package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
  615. package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
  616. package/lib/models/event/app-event.d.ts.map +1 -0
  617. package/lib/models/event/index.d.ts.map +1 -0
  618. package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
  619. package/lib/models/export/export-cell.d.ts.map +1 -0
  620. package/lib/models/export/export-data-table.d.ts.map +1 -0
  621. package/lib/models/export/export-format.enum.d.ts.map +1 -0
  622. package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
  623. package/lib/models/export/export-row.d.ts.map +1 -0
  624. package/lib/models/file/file.d.ts.map +1 -0
  625. package/lib/models/file/icons-file.enum.d.ts.map +1 -0
  626. package/lib/models/file/index.d.ts.map +1 -0
  627. package/lib/models/financial-year/financial-year.d.ts.map +1 -0
  628. package/lib/models/financial-year/index.d.ts.map +1 -0
  629. package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
  630. package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
  631. package/lib/models/financial-year/months.const.d.ts.map +1 -0
  632. package/lib/models/firm/firm.d.ts.map +1 -0
  633. package/lib/models/holding/holding-sale.d.ts.map +1 -0
  634. package/lib/models/holding/holding-type-exchange.d.ts.map +1 -0
  635. package/lib/models/holding/holding-type.d.ts.map +1 -0
  636. package/lib/models/holding/holding.d.ts.map +1 -0
  637. package/lib/models/holding/index.d.ts.map +1 -0
  638. package/lib/models/income-position/income-position.d.ts.map +1 -0
  639. package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
  640. package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
  641. package/lib/models/income-source/income-source-type.d.ts.map +1 -0
  642. package/lib/models/income-source/income-source.d.ts.map +1 -0
  643. package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
  644. package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
  645. package/lib/models/index.d.ts.map +1 -0
  646. package/lib/models/loan/index.d.ts.map +1 -0
  647. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
  648. package/lib/models/loan/loan-payment.d.ts.map +1 -0
  649. package/lib/models/loan/loan-payout.d.ts.map +1 -0
  650. package/lib/models/loan/loan.d.ts.map +1 -0
  651. package/lib/models/notification/index.d.ts.map +1 -0
  652. package/lib/models/notification/notification.d.ts.map +1 -0
  653. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
  654. package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
  655. package/lib/models/phone/phone.d.ts.map +1 -0
  656. package/lib/models/property/calculation-form-item.d.ts.map +1 -0
  657. package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
  658. package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
  659. package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
  660. package/lib/models/property/index.d.ts.map +1 -0
  661. package/lib/models/property/property-category-movement.d.ts.map +1 -0
  662. package/lib/models/property/property-category.d.ts.map +1 -0
  663. package/lib/models/property/property-document.d.ts.map +1 -0
  664. package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
  665. package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
  666. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
  667. package/lib/models/property/property-forecast.d.ts.map +1 -0
  668. package/lib/models/property/property-sale/index.d.ts.map +1 -0
  669. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
  670. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
  671. package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
  672. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
  673. package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
  674. package/lib/models/property/property-share.d.ts.map +1 -0
  675. package/lib/models/property/property-subscription.d.ts.map +1 -0
  676. package/lib/models/property/property-valuation.d.ts.map +1 -0
  677. package/lib/models/property/property.d.ts.map +1 -0
  678. package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
  679. package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
  680. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
  681. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
  682. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
  683. package/lib/models/report/depreciation/index.d.ts.map +1 -0
  684. package/lib/models/report/index.d.ts.map +1 -0
  685. package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
  686. package/lib/models/report/my-tax/index.d.ts.map +1 -0
  687. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
  688. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
  689. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
  690. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +1 -0
  691. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +1 -0
  692. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +1 -0
  693. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
  694. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
  695. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
  696. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
  697. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
  698. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
  699. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
  700. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
  701. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
  702. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
  703. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
  704. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
  705. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
  706. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
  707. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
  708. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
  709. package/lib/models/report/property/index.d.ts.map +1 -0
  710. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
  711. package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
  712. package/lib/models/report/property/property-report-item.d.ts.map +1 -0
  713. package/lib/models/report/sole/index.d.ts.map +1 -0
  714. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
  715. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
  716. package/lib/models/service-subscription/index.d.ts.map +1 -0
  717. package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
  718. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +1 -0
  719. package/lib/models/service-subscription/service-payment-method.d.ts.map +1 -0
  720. package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
  721. package/lib/models/service-subscription/service-price.d.ts.map +1 -0
  722. package/lib/models/service-subscription/service-product.d.ts.map +1 -0
  723. package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
  724. package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
  725. package/lib/models/service-subscription/stripe-promo-code.d.ts.map +1 -0
  726. package/lib/models/sole/bas-report.d.ts.map +1 -0
  727. package/lib/models/sole/index.d.ts.map +1 -0
  728. package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
  729. package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
  730. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  731. package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
  732. package/lib/models/sole/sole-business.d.ts.map +1 -0
  733. package/lib/models/sole/sole-contact.d.ts.map +1 -0
  734. package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
  735. package/lib/models/sole/sole-details.d.ts.map +1 -0
  736. package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
  737. package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
  738. package/lib/models/sole/sole-invoice.d.ts.map +1 -0
  739. package/lib/models/tax-review/tax-review.d.ts.map +1 -0
  740. package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
  741. package/lib/models/tax-summary/report-item.d.ts.map +1 -0
  742. package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
  743. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
  744. package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
  745. package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
  746. package/lib/models/toast/toast.d.ts.map +1 -0
  747. package/lib/models/transaction/allocation-rule-condition.d.ts.map +1 -0
  748. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
  749. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +1 -0
  750. package/lib/models/transaction/allocation-rule.d.ts.map +1 -0
  751. package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
  752. package/lib/models/transaction/index.d.ts.map +1 -0
  753. package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
  754. package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
  755. package/lib/models/transaction/transaction-meta-field.d.ts.map +1 -0
  756. package/lib/models/transaction/transaction-receipt.d.ts.map +1 -0
  757. package/lib/models/transaction/transaction.d.ts.map +1 -0
  758. package/lib/models/user/index.d.ts.map +1 -0
  759. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
  760. package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
  761. package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
  762. package/lib/models/user/my-account-history.d.ts.map +1 -0
  763. package/lib/models/user/occupation.d.ts.map +1 -0
  764. package/lib/models/user/user-roles.const.d.ts.map +1 -0
  765. package/lib/models/user/user-to-register.d.ts.map +1 -0
  766. package/lib/models/user/user-work-position.const.d.ts.map +1 -0
  767. package/lib/models/user/user.d.ts.map +1 -0
  768. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
  769. package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
  770. package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
  771. package/lib/models/user-event/user-event-type.d.ts.map +1 -0
  772. package/lib/models/vehicle/index.d.ts.map +1 -0
  773. package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
  774. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  775. package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
  776. package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
  777. package/lib/models/vehicle/vehicle.d.ts.map +1 -0
  778. package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
  779. package/lib/services/account-setup/index.d.ts.map +1 -0
  780. package/lib/services/affiliate/index.d.ts.map +1 -0
  781. package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
  782. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
  783. package/lib/services/asset/assets.service.d.ts.map +1 -0
  784. package/lib/services/asset/index.d.ts.map +1 -0
  785. package/lib/services/auth/auth.service.d.ts.map +1 -0
  786. package/lib/services/auth/index.d.ts.map +1 -0
  787. package/lib/services/auth/jwt.service.d.ts.map +1 -0
  788. package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
  789. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
  790. package/lib/services/bank/index.d.ts.map +1 -0
  791. package/lib/services/data.service.d.ts.map +1 -0
  792. package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
  793. package/lib/services/event/index.d.ts.map +1 -0
  794. package/lib/services/event/sse.service.d.ts.map +1 -0
  795. package/lib/services/export/export-formatter.service.d.ts.map +1 -0
  796. package/lib/services/export/index.d.ts.map +1 -0
  797. package/lib/services/header-title/header-title.service.d.ts.map +1 -0
  798. package/lib/services/header-title/index.d.ts.map +1 -0
  799. package/lib/services/http/address/address.service.d.ts.map +1 -0
  800. package/lib/services/http/address/index.d.ts.map +1 -0
  801. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
  802. package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
  803. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
  804. package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
  805. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
  806. package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
  807. package/lib/services/http/bank/bank.service.d.ts.map +1 -0
  808. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
  809. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
  810. package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
  811. package/lib/services/http/bank/index.d.ts.map +1 -0
  812. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
  813. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
  814. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
  815. package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
  816. package/lib/services/http/chat/chat.service.d.ts.map +1 -0
  817. package/lib/services/http/chat/index.d.ts.map +1 -0
  818. package/lib/services/http/chat/message-document.service.d.ts.map +1 -0
  819. package/lib/services/http/chat/message.service.d.ts.map +1 -0
  820. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
  821. package/lib/services/http/client/index.d.ts.map +1 -0
  822. package/lib/services/http/client/occupation/occupation.service.d.ts.map +1 -0
  823. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
  824. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
  825. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +1 -0
  826. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +1 -0
  827. package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
  828. package/lib/services/http/depreciation/index.d.ts.map +1 -0
  829. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
  830. package/lib/services/http/document/document.service.d.ts.map +1 -0
  831. package/lib/services/http/document/index.d.ts.map +1 -0
  832. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
  833. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
  834. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
  835. package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
  836. package/lib/services/http/facebook/index.d.ts.map +1 -0
  837. package/lib/services/http/file/file.service.d.ts.map +1 -0
  838. package/lib/services/http/file/index.d.ts.map +1 -0
  839. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
  840. package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
  841. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
  842. package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
  843. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
  844. package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
  845. package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
  846. package/lib/services/http/firm/employee/index.d.ts.map +1 -0
  847. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
  848. package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
  849. package/lib/services/http/firm/firm.service.d.ts.map +1 -0
  850. package/lib/services/http/firm/index.d.ts.map +1 -0
  851. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
  852. package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
  853. package/lib/services/http/google/google.service.d.ts.map +1 -0
  854. package/lib/services/http/google/index.d.ts.map +1 -0
  855. package/lib/services/http/holding/holding-messages.enum.d.ts.map +1 -0
  856. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +1 -0
  857. package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
  858. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +1 -0
  859. package/lib/services/http/holding/holding-type.service.d.ts +3 -3
  860. package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
  861. package/lib/services/http/holding/holding.service.d.ts.map +1 -0
  862. package/lib/services/http/holding/index.d.ts.map +1 -0
  863. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
  864. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
  865. package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
  866. package/lib/services/http/income-source/index.d.ts.map +1 -0
  867. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
  868. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
  869. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
  870. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
  871. package/lib/services/http/index.d.ts.map +1 -0
  872. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
  873. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
  874. package/lib/services/http/loan/index.d.ts.map +1 -0
  875. package/lib/services/http/loan/loan.service.d.ts.map +1 -0
  876. package/lib/services/http/property/index.d.ts.map +1 -0
  877. package/lib/services/http/property/property-category/index.d.ts.map +1 -0
  878. package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
  879. package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
  880. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
  881. package/lib/services/http/property/property-document/index.d.ts.map +1 -0
  882. package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
  883. package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
  884. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
  885. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +1 -0
  886. package/lib/services/http/property/property-share/index.d.ts.map +1 -0
  887. package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
  888. package/lib/services/http/property/property.service.d.ts.map +1 -0
  889. package/lib/services/http/receipt/index.d.ts.map +1 -0
  890. package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
  891. package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
  892. package/lib/services/http/rest/index.d.ts.map +1 -0
  893. package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
  894. package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
  895. package/lib/services/http/rest/rest.service.d.ts.map +1 -0
  896. package/lib/services/http/service-notification/index.d.ts.map +1 -0
  897. package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
  898. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
  899. package/lib/services/http/sole/index.d.ts.map +1 -0
  900. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
  901. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
  902. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
  903. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
  904. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
  905. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
  906. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
  907. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
  908. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
  909. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
  910. package/lib/services/http/subscription/index.d.ts.map +1 -0
  911. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
  912. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +1 -0
  913. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
  914. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
  915. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
  916. package/lib/services/http/tax-review/index.d.ts.map +1 -0
  917. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
  918. package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
  919. package/lib/services/http/tax-summary/index.d.ts.map +1 -0
  920. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
  921. package/lib/services/http/transaction/index.d.ts.map +1 -0
  922. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
  923. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
  924. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
  925. package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
  926. package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
  927. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
  928. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
  929. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
  930. package/lib/services/http/user/index.d.ts.map +1 -0
  931. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
  932. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
  933. package/lib/services/http/user/user.service.d.ts.map +1 -0
  934. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
  935. package/lib/services/http/vehicle/index.d.ts.map +1 -0
  936. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
  937. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
  938. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
  939. package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
  940. package/lib/services/index.d.ts.map +1 -0
  941. package/lib/services/intercom/index.d.ts.map +1 -0
  942. package/lib/services/intercom/intercom.service.d.ts.map +1 -0
  943. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +1 -0
  944. package/lib/services/pdf/index.d.ts.map +1 -0
  945. package/lib/services/pdf/js-pdf.d.ts.map +1 -0
  946. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
  947. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
  948. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
  949. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
  950. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
  951. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
  952. package/lib/services/preloader/index.d.ts.map +1 -0
  953. package/lib/services/preloader/preloader.service.d.ts.map +1 -0
  954. package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
  955. package/lib/services/property/corelogic/index.d.ts.map +1 -0
  956. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
  957. package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
  958. package/lib/services/property/index.d.ts.map +1 -0
  959. package/lib/services/property/property-calculation/index.d.ts.map +1 -0
  960. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
  961. package/lib/services/report/index.d.ts.map +1 -0
  962. package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
  963. package/lib/services/toast/index.d.ts.map +1 -0
  964. package/lib/services/toast/toast.service.d.ts.map +1 -0
  965. package/lib/services/transaction/index.d.ts.map +1 -0
  966. package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
  967. package/lib/services/user/index.d.ts.map +1 -0
  968. package/lib/services/user/user-switcher.service.d.ts.map +1 -0
  969. package/lib/services/vehicle/index.d.ts.map +1 -0
  970. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
  971. package/lib/services/xlsx/index.d.ts.map +1 -0
  972. package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
  973. package/lib/tt-core.module.d.ts.map +1 -0
  974. package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
  975. package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
  976. package/lib/validators/at-least-one.validator.d.ts.map +1 -0
  977. package/lib/validators/autocomplete.validator.d.ts.map +1 -0
  978. package/lib/validators/conditional.validator.d.ts.map +1 -0
  979. package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
  980. package/lib/validators/date-range.validator.d.ts.map +1 -0
  981. package/lib/validators/fields-sum.validator.d.ts.map +1 -0
  982. package/lib/validators/file.validator.d.ts.map +1 -0
  983. package/lib/validators/index.d.ts.map +1 -0
  984. package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
  985. package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
  986. package/lib/validators/password-match.validator.d.ts.map +1 -0
  987. package/lib/validators/password.validator.d.ts.map +1 -0
  988. package/lib/validators/phone-number.validator.d.ts.map +1 -0
  989. package/lib/validators/required-length.validator.d.ts.map +1 -0
  990. package/lib/validators/transactions-meta-fields.validator.d.ts.map +1 -0
  991. package/package.json +1 -1
  992. package/public-api.d.ts.map +1 -0
  993. package/taxtank-core.d.ts.map +1 -0
@@ -73,9 +73,9 @@ class CorelogicService {
73
73
  }));
74
74
  }
75
75
  }
76
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -115,9 +115,9 @@ class CorelogicInterceptor {
115
115
  });
116
116
  }
117
117
  }
118
- 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 });
119
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
+ 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 });
119
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
121
121
  type: Injectable
122
122
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
123
123
  type: Inject,
@@ -154,9 +154,9 @@ class FinancialYearInterceptor {
154
154
  return next.handle(clonedReq);
155
155
  }
156
156
  }
157
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
160
160
  type: Injectable
161
161
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
162
162
  type: Inject,
@@ -7130,6 +7130,17 @@ class HoldingCollection extends Collection {
7130
7130
  }
7131
7131
  }
7132
7132
 
7133
+ class HoldingTypeCollection extends Collection {
7134
+ getOthers() {
7135
+ return this.filterBy('category', [
7136
+ HoldingTypeCategoryEnum.COLLECTIBLE,
7137
+ HoldingTypeCategoryEnum.UNLISTED_STOCK,
7138
+ HoldingTypeCategoryEnum.UNLISTED_UNIT,
7139
+ HoldingTypeCategoryEnum.OTHER
7140
+ ]);
7141
+ }
7142
+ }
7143
+
7133
7144
  // @TODO Alex move here all collections
7134
7145
 
7135
7146
  class ServiceSubscription extends ServiceSubscription$1 {
@@ -8437,59 +8448,6 @@ class HoldingType extends AbstractModel {
8437
8448
  return this.category === HoldingTypeCategoryEnum.CRYPTO;
8438
8449
  }
8439
8450
  }
8440
- __decorate([
8441
- Transform(({ value }) => +value, { toClassOnly: true }),
8442
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8443
- ], HoldingType.prototype, "price", void 0);
8444
- __decorate([
8445
- Type(() => Number)
8446
- ], HoldingType.prototype, "openPrice", void 0);
8447
- __decorate([
8448
- Type(() => Number)
8449
- ], HoldingType.prototype, "highPrice", void 0);
8450
- __decorate([
8451
- Type(() => Number)
8452
- ], HoldingType.prototype, "lowPrice", void 0);
8453
- __decorate([
8454
- Type(() => Number)
8455
- ], HoldingType.prototype, "volume", void 0);
8456
- __decorate([
8457
- Type(() => Number)
8458
- ], HoldingType.prototype, "ema50d", void 0);
8459
- __decorate([
8460
- Type(() => Number)
8461
- ], HoldingType.prototype, "ema200d", void 0);
8462
- __decorate([
8463
- Type(() => Number)
8464
- ], HoldingType.prototype, "highPrice250d", void 0);
8465
- __decorate([
8466
- Type(() => Number)
8467
- ], HoldingType.prototype, "lowPrice250d", void 0);
8468
- __decorate([
8469
- Type(() => Number)
8470
- ], HoldingType.prototype, "avgVolume14d", void 0);
8471
- __decorate([
8472
- Type(() => Number)
8473
- ], HoldingType.prototype, "avgVolume50d", void 0);
8474
- __decorate([
8475
- Type(() => Number)
8476
- ], HoldingType.prototype, "avgVolume200d", void 0);
8477
- __decorate([
8478
- Type(() => Number)
8479
- ], HoldingType.prototype, "marketCap", void 0);
8480
- __decorate([
8481
- Type(() => Number)
8482
- ], HoldingType.prototype, "beta", void 0);
8483
- __decorate([
8484
- Type(() => Number)
8485
- ], HoldingType.prototype, "adjustedPrice", void 0);
8486
- __decorate([
8487
- Type(() => Number)
8488
- ], HoldingType.prototype, "peRatio", void 0);
8489
- __decorate([
8490
- Transform(({ value }) => +value, { toClassOnly: true }),
8491
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8492
- ], HoldingType.prototype, "dividendPercent", void 0);
8493
8451
  __decorate([
8494
8452
  Type(() => AppFile)
8495
8453
  ], HoldingType.prototype, "file", void 0);
@@ -8522,34 +8480,6 @@ class HoldingSale extends AbstractModel {
8522
8480
  return capitalGain;
8523
8481
  }
8524
8482
  }
8525
- __decorate([
8526
- Transform(({ value }) => +value, { toClassOnly: true }),
8527
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8528
- ], HoldingSale.prototype, "quantity", void 0);
8529
- __decorate([
8530
- Transform(({ value }) => +value, { toClassOnly: true }),
8531
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8532
- ], HoldingSale.prototype, "price", void 0);
8533
- __decorate([
8534
- Transform(({ value }) => +value, { toClassOnly: true }),
8535
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8536
- ], HoldingSale.prototype, "fee", void 0);
8537
- __decorate([
8538
- Transform(({ value }) => +value, { toClassOnly: true }),
8539
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8540
- ], HoldingSale.prototype, "total", void 0);
8541
- __decorate([
8542
- Transform(({ value }) => +value, { toClassOnly: true }),
8543
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8544
- ], HoldingSale.prototype, "totalCapitalGain", void 0);
8545
- __decorate([
8546
- Transform(({ value }) => +value, { toClassOnly: true }),
8547
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8548
- ], HoldingSale.prototype, "grossCapitalGain", void 0);
8549
- __decorate([
8550
- Transform(({ value }) => +value, { toClassOnly: true }),
8551
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8552
- ], HoldingSale.prototype, "netCapitalGain", void 0);
8553
8483
  __decorate([
8554
8484
  Transform(({ value }) => { return { id: value.id }; }, { toPlainOnly: true })
8555
8485
  ], HoldingSale.prototype, "holding", void 0);
@@ -8592,26 +8522,6 @@ class Holding extends AbstractModel {
8592
8522
  return (new FinancialYear().startDate.getTime() - this.date.getTime()) > yearTime;
8593
8523
  }
8594
8524
  }
8595
- __decorate([
8596
- Transform(({ value }) => +value, { toClassOnly: true }),
8597
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8598
- ], Holding.prototype, "quantity", void 0);
8599
- __decorate([
8600
- Transform(({ value }) => +value, { toClassOnly: true }),
8601
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8602
- ], Holding.prototype, "currentQuantity", void 0);
8603
- __decorate([
8604
- Transform(({ value }) => +value, { toClassOnly: true }),
8605
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8606
- ], Holding.prototype, "ownershipPercent", void 0);
8607
- __decorate([
8608
- Transform(({ value }) => +value, { toClassOnly: true }),
8609
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8610
- ], Holding.prototype, "price", void 0);
8611
- __decorate([
8612
- Transform(({ value }) => +value, { toClassOnly: true }),
8613
- Transform(({ value }) => value.toString(), { toPlainOnly: true })
8614
- ], Holding.prototype, "fee", void 0);
8615
8525
  __decorate([
8616
8526
  Type(() => Date)
8617
8527
  ], Holding.prototype, "date", void 0);
@@ -8827,9 +8737,9 @@ class JwtService extends JwtHelperService {
8827
8737
  return this.getUser().id === userId;
8828
8738
  }
8829
8739
  }
8830
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8831
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
8832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
8740
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8741
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
8742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
8833
8743
  type: Injectable,
8834
8744
  args: [{
8835
8745
  providedIn: 'root'
@@ -8864,9 +8774,9 @@ class EventDispatcherService {
8864
8774
  this.eventSubject2.next(event);
8865
8775
  }
8866
8776
  }
8867
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8868
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8869
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
8777
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8778
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
8870
8780
  type: Injectable,
8871
8781
  args: [{
8872
8782
  providedIn: 'root'
@@ -8915,9 +8825,9 @@ class AuthService {
8915
8825
  location.replace(url);
8916
8826
  }
8917
8827
  }
8918
- 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 });
8919
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
8920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
8828
+ 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 });
8829
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
8830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
8921
8831
  type: Injectable,
8922
8832
  args: [{
8923
8833
  providedIn: 'root'
@@ -9052,9 +8962,9 @@ class JwtInterceptor {
9052
8962
  });
9053
8963
  }
9054
8964
  }
9055
- 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 });
9056
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9057
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
8965
+ 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 });
8966
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
8967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
9058
8968
  type: Injectable
9059
8969
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
9060
8970
  type: Inject,
@@ -9087,9 +8997,9 @@ class UserSwitcherService {
9087
8997
  window.location.replace('/firm/dashboard');
9088
8998
  }
9089
8999
  }
9090
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9091
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9000
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9001
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
9093
9003
  type: Injectable,
9094
9004
  args: [{
9095
9005
  providedIn: 'root'
@@ -9135,9 +9045,9 @@ class UserSwitcherInterceptor {
9135
9045
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9136
9046
  }
9137
9047
  }
9138
- 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 });
9139
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9048
+ 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 });
9049
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9050
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9141
9051
  type: Injectable
9142
9052
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9143
9053
  type: Inject,
@@ -9409,9 +9319,9 @@ class PreloaderService {
9409
9319
  this.activePreloaders.next(activePreloaders);
9410
9320
  }
9411
9321
  }
9412
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9413
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9322
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9323
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9415
9325
  type: Injectable,
9416
9326
  args: [{
9417
9327
  providedIn: 'root'
@@ -9439,9 +9349,9 @@ class PreloaderInterceptor {
9439
9349
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9440
9350
  }
9441
9351
  }
9442
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9443
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9352
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9353
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9445
9355
  type: Injectable
9446
9356
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9447
9357
 
@@ -9468,9 +9378,9 @@ class DataService {
9468
9378
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9469
9379
  }
9470
9380
  }
9471
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9472
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9381
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9382
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
9474
9384
  type: Injectable,
9475
9385
  args: [{
9476
9386
  providedIn: 'root'
@@ -9509,9 +9419,9 @@ class SseService {
9509
9419
  }));
9510
9420
  }
9511
9421
  }
9512
- 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 });
9513
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9422
+ 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 });
9423
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
9515
9425
  type: Injectable,
9516
9426
  args: [{
9517
9427
  providedIn: 'root'
@@ -9721,9 +9631,9 @@ let RestService$1 = class RestService extends DataService {
9721
9631
  */
9722
9632
  listenEvents() { }
9723
9633
  };
9724
- 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 });
9725
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
9726
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9634
+ 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 });
9635
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9727
9637
  type: Injectable,
9728
9638
  args: [{
9729
9639
  providedIn: 'root'
@@ -9841,9 +9751,9 @@ class ToastService {
9841
9751
  }));
9842
9752
  }
9843
9753
  }
9844
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9845
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
9846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
9754
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9755
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
9756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
9847
9757
  type: Injectable,
9848
9758
  args: [{
9849
9759
  providedIn: 'root'
@@ -9933,9 +9843,9 @@ BankConnectionService.userEventTypes = [
9933
9843
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9934
9844
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9935
9845
  ];
9936
- 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 });
9937
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9938
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
9846
+ 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 });
9847
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
9939
9849
  type: Injectable,
9940
9850
  args: [{
9941
9851
  providedIn: 'root'
@@ -10045,9 +9955,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
10045
9955
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
10046
9956
  */
10047
9957
  BasiqService.bankCredintialsCheckInterval = 3000;
10048
- 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 });
10049
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
9958
+ 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 });
9959
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
9960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
10051
9961
  type: Injectable,
10052
9962
  args: [{
10053
9963
  providedIn: 'root'
@@ -10082,9 +9992,9 @@ class BasiqTokenService extends RestService$1 {
10082
9992
  return this.cacheSubject.asObservable();
10083
9993
  }
10084
9994
  }
10085
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10086
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
9995
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9996
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
9997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
10088
9998
  type: Injectable,
10089
9999
  args: [{
10090
10000
  providedIn: 'root'
@@ -10115,9 +10025,9 @@ class BasiqTokenInterceptor {
10115
10025
  });
10116
10026
  }
10117
10027
  }
10118
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10119
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10028
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10029
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10121
10031
  type: Injectable
10122
10032
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10123
10033
 
@@ -10293,9 +10203,9 @@ class UserService {
10293
10203
  });
10294
10204
  }
10295
10205
  }
10296
- 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 });
10297
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10206
+ 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 });
10207
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10299
10209
  type: Injectable,
10300
10210
  args: [{
10301
10211
  providedIn: 'root'
@@ -10325,17 +10235,17 @@ class BasiqClientIdInterceptor {
10325
10235
  });
10326
10236
  }
10327
10237
  }
10328
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10329
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10238
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10239
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10331
10241
  type: Injectable
10332
10242
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10333
10243
 
10334
10244
  class InterceptorsModule {
10335
10245
  }
10336
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10337
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10338
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10246
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10247
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10248
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10339
10249
  {
10340
10250
  provide: HTTP_INTERCEPTORS,
10341
10251
  useClass: CorelogicInterceptor,
@@ -10373,7 +10283,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10373
10283
  multi: true
10374
10284
  }
10375
10285
  ] });
10376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10377
10287
  type: NgModule,
10378
10288
  args: [{
10379
10289
  providers: [
@@ -10431,12 +10341,12 @@ class TtCoreModule {
10431
10341
  };
10432
10342
  }
10433
10343
  }
10434
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10435
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10344
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10345
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10436
10346
  InterceptorsModule] });
10437
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10347
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10438
10348
  InterceptorsModule] });
10439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10440
10350
  type: NgModule,
10441
10351
  args: [{
10442
10352
  declarations: [],
@@ -12040,9 +11950,9 @@ class AddressService {
12040
11950
  return this.countriesSubject.asObservable();
12041
11951
  }
12042
11952
  }
12043
- 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 });
12044
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
11953
+ 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 });
11954
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
11955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
12046
11956
  type: Injectable,
12047
11957
  args: [{
12048
11958
  providedIn: 'root'
@@ -12096,9 +12006,9 @@ class BankAccountService extends RestService$1 {
12096
12006
  });
12097
12007
  }
12098
12008
  }
12099
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12100
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12009
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12010
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12102
12012
  type: Injectable,
12103
12013
  args: [{
12104
12014
  providedIn: 'root'
@@ -12163,9 +12073,9 @@ class BankTransactionService extends RestService$1 {
12163
12073
  });
12164
12074
  }
12165
12075
  }
12166
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12167
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12076
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12077
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12169
12079
  type: Injectable,
12170
12080
  args: [{
12171
12081
  providedIn: 'root'
@@ -12193,9 +12103,9 @@ class BankService extends RestService$1 {
12193
12103
  }));
12194
12104
  }
12195
12105
  }
12196
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12197
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12106
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12107
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12199
12109
  type: Injectable,
12200
12110
  args: [{
12201
12111
  providedIn: 'root'
@@ -12215,9 +12125,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12215
12125
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12216
12126
  }
12217
12127
  }
12218
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12219
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12128
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12129
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12221
12131
  type: Injectable,
12222
12132
  args: [{
12223
12133
  providedIn: 'root'
@@ -12257,9 +12167,9 @@ class ChartAccountsService extends RestService$1 {
12257
12167
  }));
12258
12168
  }
12259
12169
  }
12260
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12261
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12170
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12171
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12263
12173
  type: Injectable,
12264
12174
  args: [{
12265
12175
  providedIn: 'root'
@@ -12328,9 +12238,9 @@ class ChatService extends RestService$1 {
12328
12238
  });
12329
12239
  }
12330
12240
  }
12331
- 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 });
12332
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12241
+ 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 });
12242
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12334
12244
  type: Injectable,
12335
12245
  args: [{
12336
12246
  providedIn: 'root'
@@ -12387,9 +12297,9 @@ class MessageService extends RestService$1 {
12387
12297
  });
12388
12298
  }
12389
12299
  }
12390
- 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 });
12391
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12392
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12300
+ 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 });
12301
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12393
12303
  type: Injectable,
12394
12304
  args: [{
12395
12305
  providedIn: 'root'
@@ -12460,9 +12370,9 @@ class MessageDocumentService extends RestService$1 {
12460
12370
  }));
12461
12371
  }
12462
12372
  }
12463
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12464
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12373
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12374
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12466
12376
  type: Injectable,
12467
12377
  args: [{
12468
12378
  providedIn: 'root'
@@ -12587,9 +12497,9 @@ class DepreciationService extends RestService$1 {
12587
12497
  });
12588
12498
  }
12589
12499
  }
12590
- 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 });
12591
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12500
+ 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 });
12501
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12593
12503
  type: Injectable,
12594
12504
  args: [{
12595
12505
  providedIn: 'root'
@@ -12641,9 +12551,9 @@ class DepreciationCapitalProjectService {
12641
12551
  }));
12642
12552
  }
12643
12553
  }
12644
- 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 });
12645
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12554
+ 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 });
12555
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12647
12557
  type: Injectable,
12648
12558
  args: [{
12649
12559
  providedIn: 'root'
@@ -12709,9 +12619,9 @@ class ReceiptService {
12709
12619
  return plainToClass(this.modelClass, data);
12710
12620
  }
12711
12621
  }
12712
- 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 });
12713
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12622
+ 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 });
12623
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12715
12625
  type: Injectable,
12716
12626
  args: [{
12717
12627
  providedIn: 'root'
@@ -12740,9 +12650,9 @@ class DepreciationReceiptService extends ReceiptService {
12740
12650
  this.listenEvents();
12741
12651
  }
12742
12652
  }
12743
- 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 });
12744
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12653
+ 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 });
12654
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12746
12656
  type: Injectable,
12747
12657
  args: [{
12748
12658
  providedIn: 'root'
@@ -12956,9 +12866,9 @@ class RestService {
12956
12866
  */
12957
12867
  listenEvents() { }
12958
12868
  }
12959
- 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 });
12960
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
12961
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
12869
+ 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 });
12870
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
12871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
12962
12872
  type: Injectable,
12963
12873
  args: [{
12964
12874
  providedIn: 'root'
@@ -12975,9 +12885,9 @@ class DocumentService extends RestService {
12975
12885
  this.modelClass = Document;
12976
12886
  }
12977
12887
  }
12978
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12979
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
12980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
12888
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12889
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
12890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
12981
12891
  type: Injectable,
12982
12892
  args: [{
12983
12893
  providedIn: 'root'
@@ -13043,9 +12953,9 @@ class DocumentFolderService extends RestService {
13043
12953
  }));
13044
12954
  }
13045
12955
  }
13046
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13047
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
12956
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12957
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
13049
12959
  type: Injectable,
13050
12960
  args: [{
13051
12961
  providedIn: 'root'
@@ -13120,9 +13030,9 @@ FacebookService.authOptions = {
13120
13030
  auth_type: 'rerequest',
13121
13031
  return_scopes: true
13122
13032
  };
13123
- 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 });
13124
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13033
+ 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 });
13034
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13126
13036
  type: Injectable,
13127
13037
  args: [{
13128
13038
  providedIn: 'root'
@@ -13190,9 +13100,9 @@ class GoogleService {
13190
13100
  google.accounts.id.disableAutoSelect();
13191
13101
  }
13192
13102
  }
13193
- 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 });
13194
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13103
+ 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 });
13104
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13196
13106
  type: Injectable,
13197
13107
  args: [{
13198
13108
  providedIn: 'root'
@@ -13218,9 +13128,9 @@ class FileService extends RestService$1 {
13218
13128
  .pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
13219
13129
  }
13220
13130
  }
13221
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13222
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13223
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13131
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13132
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13224
13134
  type: Injectable,
13225
13135
  args: [{
13226
13136
  providedIn: 'root'
@@ -13237,9 +13147,9 @@ class ClientIncomeTypesService extends RestService$1 {
13237
13147
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13238
13148
  }
13239
13149
  }
13240
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13241
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13150
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13151
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13243
13153
  type: Injectable,
13244
13154
  args: [{
13245
13155
  providedIn: 'root'
@@ -13354,9 +13264,9 @@ class ClientInviteService extends RestService {
13354
13264
  });
13355
13265
  }
13356
13266
  }
13357
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13358
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13359
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13267
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13268
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13360
13270
  type: Injectable,
13361
13271
  args: [{
13362
13272
  providedIn: 'root'
@@ -13435,9 +13345,9 @@ class ClientMovementService extends RestService {
13435
13345
  });
13436
13346
  }
13437
13347
  }
13438
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13439
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13348
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13349
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13441
13351
  type: Injectable,
13442
13352
  args: [{
13443
13353
  providedIn: 'root'
@@ -13466,9 +13376,9 @@ class EmployeeService extends RestService {
13466
13376
  }));
13467
13377
  }
13468
13378
  }
13469
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13470
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13379
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13380
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13472
13382
  type: Injectable,
13473
13383
  args: [{
13474
13384
  providedIn: 'root'
@@ -13511,9 +13421,9 @@ class EmployeeInviteService extends RestService {
13511
13421
  }));
13512
13422
  }
13513
13423
  }
13514
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13515
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13424
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13425
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13517
13427
  type: Injectable,
13518
13428
  args: [{
13519
13429
  providedIn: 'root'
@@ -13538,9 +13448,9 @@ class ClientPortfolioReportService {
13538
13448
  }));
13539
13449
  }
13540
13450
  }
13541
- 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 });
13542
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13451
+ 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 });
13452
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13544
13454
  type: Injectable,
13545
13455
  args: [{
13546
13456
  providedIn: 'root'
@@ -13610,9 +13520,9 @@ class FirmService {
13610
13520
  }));
13611
13521
  }
13612
13522
  }
13613
- 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 });
13614
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13523
+ 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 });
13524
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13616
13526
  type: Injectable,
13617
13527
  args: [{
13618
13528
  providedIn: 'root'
@@ -13685,9 +13595,9 @@ class IncomeSourceForecastService extends RestService {
13685
13595
  }).flat();
13686
13596
  }
13687
13597
  }
13688
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13689
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13598
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13599
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13691
13601
  type: Injectable,
13692
13602
  args: [{
13693
13603
  providedIn: 'root'
@@ -13757,9 +13667,9 @@ class SalaryForecastService extends RestService {
13757
13667
  }).flat();
13758
13668
  }
13759
13669
  }
13760
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13761
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
13670
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13671
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
13763
13673
  type: Injectable,
13764
13674
  args: [{
13765
13675
  providedIn: 'root'
@@ -13835,9 +13745,9 @@ class SoleForecastService extends RestService {
13835
13745
  });
13836
13746
  }
13837
13747
  }
13838
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13839
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
13748
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13749
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
13841
13751
  type: Injectable,
13842
13752
  args: [{
13843
13753
  providedIn: 'root'
@@ -13936,9 +13846,9 @@ class IncomeSourceService extends RestService {
13936
13846
  });
13937
13847
  }
13938
13848
  }
13939
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13940
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
13849
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13850
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
13942
13852
  type: Injectable,
13943
13853
  args: [{
13944
13854
  providedIn: 'root'
@@ -14001,9 +13911,9 @@ class BorrowingExpenseService {
14001
13911
  }));
14002
13912
  }
14003
13913
  }
14004
- 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 });
14005
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13914
+ 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 });
13915
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14007
13917
  type: Injectable,
14008
13918
  args: [{
14009
13919
  providedIn: 'root'
@@ -14085,9 +13995,9 @@ class LoanService extends RestService$1 {
14085
13995
  }));
14086
13996
  }
14087
13997
  }
14088
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14089
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14090
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
13998
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13999
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
14091
14001
  type: Injectable,
14092
14002
  args: [{
14093
14003
  providedIn: 'root'
@@ -14106,9 +14016,9 @@ class PropertyCategoryService extends RestService$1 {
14106
14016
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14107
14017
  }
14108
14018
  }
14109
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14110
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14019
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14020
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14112
14022
  type: Injectable,
14113
14023
  args: [{
14114
14024
  providedIn: 'root'
@@ -14124,9 +14034,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14124
14034
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14125
14035
  }
14126
14036
  }
14127
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14128
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14037
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14038
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14130
14040
  type: Injectable,
14131
14041
  args: [{
14132
14042
  providedIn: 'root'
@@ -14168,9 +14078,9 @@ class PropertyDocumentService extends RestService$1 {
14168
14078
  });
14169
14079
  }
14170
14080
  }
14171
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14172
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14081
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14082
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14174
14084
  type: Injectable,
14175
14085
  args: [{
14176
14086
  providedIn: 'root'
@@ -14187,9 +14097,9 @@ class TaxExemptionService extends RestService$1 {
14187
14097
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14188
14098
  }
14189
14099
  }
14190
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14191
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14100
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14101
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14193
14103
  type: Injectable,
14194
14104
  args: [{
14195
14105
  providedIn: 'root'
@@ -14205,9 +14115,9 @@ class PropertySaleService extends RestService$1 {
14205
14115
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14206
14116
  }
14207
14117
  }
14208
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14209
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14210
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14118
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14119
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14211
14121
  type: Injectable,
14212
14122
  args: [{
14213
14123
  providedIn: 'root'
@@ -14254,9 +14164,9 @@ class PropertyShareService extends RestService$1 {
14254
14164
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14255
14165
  }
14256
14166
  }
14257
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14258
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14167
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14168
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14260
14170
  type: Injectable,
14261
14171
  args: [{
14262
14172
  providedIn: 'root'
@@ -14353,9 +14263,9 @@ class PropertyService extends RestService$1 {
14353
14263
  }));
14354
14264
  }
14355
14265
  }
14356
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14357
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14266
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14267
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14359
14269
  type: Injectable,
14360
14270
  args: [{
14361
14271
  providedIn: 'root'
@@ -14399,9 +14309,9 @@ class ServiceNotificationService extends RestService {
14399
14309
  });
14400
14310
  }
14401
14311
  }
14402
- 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 });
14403
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14312
+ 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 });
14313
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14405
14315
  type: Injectable,
14406
14316
  args: [{
14407
14317
  providedIn: 'root'
@@ -14450,9 +14360,9 @@ class SoleBusinessService extends RestService {
14450
14360
  }));
14451
14361
  }
14452
14362
  }
14453
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14454
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14363
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14364
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14456
14366
  type: Injectable,
14457
14367
  args: [{
14458
14368
  providedIn: 'root'
@@ -14467,9 +14377,9 @@ class SoleBusinessActivityService extends RestService {
14467
14377
  this.isHydra = true;
14468
14378
  }
14469
14379
  }
14470
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14471
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14380
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14381
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14473
14383
  type: Injectable,
14474
14384
  args: [{
14475
14385
  providedIn: 'root'
@@ -14495,9 +14405,9 @@ class SoleBusinessLossService extends RestService {
14495
14405
  });
14496
14406
  }
14497
14407
  }
14498
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14499
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14408
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14409
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14410
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14501
14411
  type: Injectable,
14502
14412
  args: [{
14503
14413
  providedIn: 'root'
@@ -14515,9 +14425,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14515
14425
  this.isHydra = true;
14516
14426
  }
14517
14427
  }
14518
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14519
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14520
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14428
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14429
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14521
14431
  type: Injectable,
14522
14432
  args: [{
14523
14433
  providedIn: 'root'
@@ -14532,9 +14442,9 @@ class SoleContactService extends RestService {
14532
14442
  this.isHydra = true;
14533
14443
  }
14534
14444
  }
14535
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14536
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14445
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14446
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14538
14448
  type: Injectable,
14539
14449
  args: [{
14540
14450
  providedIn: 'root'
@@ -14590,9 +14500,9 @@ class SoleDepreciationMethodService {
14590
14500
  });
14591
14501
  }
14592
14502
  }
14593
- 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 });
14594
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14503
+ 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 });
14504
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14596
14506
  type: Injectable,
14597
14507
  args: [{
14598
14508
  providedIn: 'root'
@@ -14645,9 +14555,9 @@ class SoleDetailsService {
14645
14555
  }));
14646
14556
  }
14647
14557
  }
14648
- 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 });
14649
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14558
+ 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 });
14559
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14651
14561
  type: Injectable,
14652
14562
  args: [{
14653
14563
  providedIn: 'root'
@@ -14720,9 +14630,9 @@ class SoleInvoiceService extends RestService {
14720
14630
  });
14721
14631
  }
14722
14632
  }
14723
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14724
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
14633
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14634
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
14726
14636
  type: Injectable,
14727
14637
  args: [{
14728
14638
  providedIn: 'root'
@@ -14737,9 +14647,9 @@ class SoleInvoiceTemplateService extends RestService {
14737
14647
  this.isHydra = true;
14738
14648
  }
14739
14649
  }
14740
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14741
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14650
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14651
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14743
14653
  type: Injectable,
14744
14654
  args: [{
14745
14655
  providedIn: 'root'
@@ -14754,9 +14664,9 @@ class BasReportService extends RestService {
14754
14664
  this.isHydra = true;
14755
14665
  }
14756
14666
  }
14757
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14758
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
14759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
14667
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14668
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
14669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
14760
14670
  type: Injectable,
14761
14671
  args: [{
14762
14672
  providedIn: 'root'
@@ -14782,9 +14692,9 @@ class ServicePaymentService extends RestService$1 {
14782
14692
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14783
14693
  }
14784
14694
  }
14785
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14786
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14787
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
14695
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14696
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14697
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
14788
14698
  type: Injectable,
14789
14699
  args: [{
14790
14700
  providedIn: 'root'
@@ -14832,9 +14742,9 @@ class ServicePaymentMethodService extends RestService$1 {
14832
14742
  });
14833
14743
  }
14834
14744
  }
14835
- 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 });
14836
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14745
+ 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 });
14746
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14838
14748
  type: Injectable,
14839
14749
  args: [{
14840
14750
  providedIn: 'root'
@@ -14857,9 +14767,9 @@ class ServicePriceService extends RestService$1 {
14857
14767
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14858
14768
  }
14859
14769
  }
14860
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14861
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14862
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
14770
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14771
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
14863
14773
  type: Injectable,
14864
14774
  args: [{
14865
14775
  providedIn: 'root'
@@ -14973,9 +14883,9 @@ class SubscriptionService extends RestService$1 {
14973
14883
  });
14974
14884
  }
14975
14885
  }
14976
- 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 });
14977
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
14886
+ 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 });
14887
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
14979
14889
  type: Injectable,
14980
14890
  args: [{
14981
14891
  providedIn: 'root'
@@ -14995,9 +14905,9 @@ class ServiceProductService extends RestService$1 {
14995
14905
  this.isApiPlatform = true;
14996
14906
  }
14997
14907
  }
14998
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14999
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
14908
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14909
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
15001
14911
  type: Injectable,
15002
14912
  args: [{
15003
14913
  providedIn: 'root'
@@ -15029,9 +14939,9 @@ class TaxReviewHistoryService extends RestService {
15029
14939
  });
15030
14940
  }
15031
14941
  }
15032
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15033
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14942
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14943
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15035
14945
  type: Injectable,
15036
14946
  args: [{
15037
14947
  providedIn: 'root'
@@ -15120,9 +15030,9 @@ class TaxReviewService extends RestService {
15120
15030
  });
15121
15031
  }
15122
15032
  }
15123
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15124
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15033
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15034
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15126
15036
  type: Injectable,
15127
15037
  args: [{
15128
15038
  providedIn: 'root'
@@ -15179,9 +15089,9 @@ class TaxSummaryService {
15179
15089
  });
15180
15090
  }
15181
15091
  }
15182
- 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 });
15183
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15092
+ 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 });
15093
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15185
15095
  type: Injectable,
15186
15096
  args: [{
15187
15097
  providedIn: 'root'
@@ -15200,9 +15110,9 @@ class AllocationRuleService extends RestService$1 {
15200
15110
  this.isApiPlatform = true;
15201
15111
  }
15202
15112
  }
15203
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15204
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15113
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15114
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15206
15116
  type: Injectable,
15207
15117
  args: [{
15208
15118
  providedIn: 'root'
@@ -15293,9 +15203,9 @@ class TransactionAllocationService extends RestService {
15293
15203
  });
15294
15204
  }
15295
15205
  }
15296
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15297
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15206
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15207
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15299
15209
  type: Injectable,
15300
15210
  args: [{
15301
15211
  providedIn: 'root'
@@ -15321,9 +15231,9 @@ class TransactionReceiptService extends ReceiptService {
15321
15231
  this.listenEvents();
15322
15232
  }
15323
15233
  }
15324
- 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 });
15325
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15234
+ 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 });
15235
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15327
15237
  type: Injectable,
15328
15238
  args: [{
15329
15239
  providedIn: 'root'
@@ -15642,9 +15552,9 @@ class TransactionService extends RestService {
15642
15552
  });
15643
15553
  }
15644
15554
  }
15645
- 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 });
15646
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
15647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15555
+ 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 });
15556
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15648
15558
  type: Injectable,
15649
15559
  args: [{
15650
15560
  providedIn: 'root'
@@ -15673,9 +15583,9 @@ class TutorialVideoService {
15673
15583
  }
15674
15584
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15675
15585
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15676
- 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 });
15677
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
15586
+ 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 });
15587
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15679
15589
  type: Injectable,
15680
15590
  args: [{
15681
15591
  providedIn: 'root'
@@ -15695,9 +15605,9 @@ class VehicleService extends RestService {
15695
15605
  this.modelClass = Vehicle;
15696
15606
  }
15697
15607
  }
15698
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15699
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
15700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
15608
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15609
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
15610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15701
15611
  type: Injectable,
15702
15612
  args: [{
15703
15613
  providedIn: 'root'
@@ -15769,9 +15679,9 @@ class VehicleClaimService extends RestService {
15769
15679
  combineLatest(batch$).subscribe();
15770
15680
  }
15771
15681
  }
15772
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15773
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
15682
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15683
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
15775
15685
  type: Injectable,
15776
15686
  args: [{
15777
15687
  providedIn: 'root'
@@ -15848,9 +15758,9 @@ class VehicleClaimDetailsService {
15848
15758
  this.update(vehicleClaimDetails).subscribe();
15849
15759
  }
15850
15760
  }
15851
- 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 });
15852
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15761
+ 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 });
15762
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15854
15764
  type: Injectable,
15855
15765
  args: [{
15856
15766
  providedIn: 'root'
@@ -15870,9 +15780,9 @@ class VehicleLogbookService extends RestService {
15870
15780
  this.modelClass = VehicleLogbook;
15871
15781
  }
15872
15782
  }
15873
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15874
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
15783
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15784
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
15876
15786
  type: Injectable,
15877
15787
  args: [{
15878
15788
  providedIn: 'root'
@@ -15889,9 +15799,9 @@ class AnnualClientDetailsService extends RestService$1 {
15889
15799
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15890
15800
  }
15891
15801
  }
15892
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15893
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15802
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15803
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15895
15805
  type: Injectable,
15896
15806
  args: [{
15897
15807
  providedIn: 'root'
@@ -15924,9 +15834,9 @@ class OccupationService {
15924
15834
  return this.occupationsSubject.asObservable();
15925
15835
  }
15926
15836
  }
15927
- 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 });
15928
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
15929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
15837
+ 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 });
15838
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
15839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
15930
15840
  type: Injectable,
15931
15841
  args: [{
15932
15842
  providedIn: 'root'
@@ -15970,9 +15880,9 @@ class UserEventSettingService extends RestService {
15970
15880
  }));
15971
15881
  }
15972
15882
  }
15973
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15974
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
15883
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15884
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
15976
15886
  type: Injectable,
15977
15887
  args: [{
15978
15888
  providedIn: 'root'
@@ -15987,9 +15897,9 @@ class UserEventTypeService extends RestService {
15987
15897
  this.isHydra = true;
15988
15898
  }
15989
15899
  }
15990
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15991
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15992
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
15900
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15901
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
15993
15903
  type: Injectable,
15994
15904
  args: [{
15995
15905
  providedIn: 'root'
@@ -16006,9 +15916,9 @@ class UsersInviteService extends RestService {
16006
15916
  this.url = 'users/invite';
16007
15917
  }
16008
15918
  }
16009
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16010
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
15919
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15920
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15921
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
16012
15922
  type: Injectable,
16013
15923
  args: [{
16014
15924
  providedIn: 'root'
@@ -16025,9 +15935,9 @@ class HoldingService extends RestService$1 {
16025
15935
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16026
15936
  }
16027
15937
  }
16028
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16029
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
15938
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15939
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
15940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
16031
15941
  type: Injectable,
16032
15942
  args: [{
16033
15943
  providedIn: 'root'
@@ -16038,15 +15948,15 @@ class HoldingTypeService extends RestService$1 {
16038
15948
  constructor() {
16039
15949
  super(...arguments);
16040
15950
  this.modelClass = HoldingType;
16041
- this.collectionClass = Collection;
15951
+ this.collectionClass = HoldingTypeCollection;
16042
15952
  this.endpointUri = 'holding-types';
16043
15953
  this.isApiPlatform = true;
16044
15954
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16045
15955
  }
16046
15956
  }
16047
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16048
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
15957
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15958
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
16050
15960
  type: Injectable,
16051
15961
  args: [{
16052
15962
  providedIn: 'root'
@@ -16063,9 +15973,9 @@ class HoldingSaleService extends RestService$1 {
16063
15973
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16064
15974
  }
16065
15975
  }
16066
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16067
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
15976
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15977
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
16069
15979
  type: Injectable,
16070
15980
  args: [{
16071
15981
  providedIn: 'root'
@@ -16160,9 +16070,9 @@ class HoldingTypeExchangeService extends DataService {
16160
16070
  this.setCache(HoldingTypeExchanges);
16161
16071
  }
16162
16072
  }
16163
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16164
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16073
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16074
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16166
16076
  type: Injectable,
16167
16077
  args: [{
16168
16078
  providedIn: 'root'
@@ -16393,9 +16303,9 @@ class AccountSetupService {
16393
16303
  }));
16394
16304
  }
16395
16305
  }
16396
- 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 });
16397
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
16306
+ 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 });
16307
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
16399
16309
  type: Injectable,
16400
16310
  args: [{
16401
16311
  providedIn: 'root'
@@ -16421,9 +16331,9 @@ class RewardfulService {
16421
16331
  });
16422
16332
  }
16423
16333
  }
16424
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16425
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16334
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16335
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
16427
16337
  type: Injectable,
16428
16338
  args: [{
16429
16339
  providedIn: 'root'
@@ -16468,9 +16378,9 @@ class AssetsService {
16468
16378
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16469
16379
  }
16470
16380
  }
16471
- 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 });
16472
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
16473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16381
+ 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 });
16382
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
16474
16384
  type: Injectable,
16475
16385
  args: [{
16476
16386
  providedIn: 'root'
@@ -16533,9 +16443,9 @@ class BankTransactionCalculationService {
16533
16443
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16534
16444
  }
16535
16445
  }
16536
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16537
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16446
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16447
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16539
16449
  type: Injectable,
16540
16450
  args: [{
16541
16451
  providedIn: 'root'
@@ -16564,9 +16474,9 @@ class BankAccountCalculationService {
16564
16474
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16565
16475
  }
16566
16476
  }
16567
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16568
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16477
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16478
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16570
16480
  type: Injectable,
16571
16481
  args: [{
16572
16482
  providedIn: 'root'
@@ -16591,9 +16501,9 @@ class ExportFormatterService {
16591
16501
  }));
16592
16502
  }
16593
16503
  }
16594
- 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 });
16595
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
16504
+ 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 });
16505
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
16597
16507
  type: Injectable,
16598
16508
  args: [{
16599
16509
  providedIn: 'root'
@@ -16614,9 +16524,9 @@ class HeaderTitleService {
16614
16524
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16615
16525
  }
16616
16526
  }
16617
- 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 });
16618
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16619
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
16527
+ 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 });
16528
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
16620
16530
  type: Injectable,
16621
16531
  args: [{
16622
16532
  providedIn: 'root'
@@ -16650,9 +16560,9 @@ class IntercomService {
16650
16560
  window.Intercom('boot', connectionCredentials);
16651
16561
  }
16652
16562
  }
16653
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16654
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
16655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
16563
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16564
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
16565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
16656
16566
  type: Injectable,
16657
16567
  args: [{
16658
16568
  providedIn: 'root'
@@ -16722,9 +16632,9 @@ class PdfFromDomElementService {
16722
16632
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16723
16633
  }
16724
16634
  }
16725
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16726
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16635
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16636
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16728
16638
  type: Injectable,
16729
16639
  args: [{
16730
16640
  providedIn: 'root'
@@ -16803,9 +16713,9 @@ class PdfFromTableService {
16803
16713
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16804
16714
  }
16805
16715
  }
16806
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16807
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
16716
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16717
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
16809
16719
  type: Injectable,
16810
16720
  args: [{
16811
16721
  providedIn: 'root'
@@ -16842,9 +16752,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16842
16752
  return pdf;
16843
16753
  }
16844
16754
  }
16845
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16846
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16755
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16756
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16848
16758
  type: Injectable,
16849
16759
  args: [{
16850
16760
  providedIn: 'root'
@@ -16880,9 +16790,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
16880
16790
  return pdf;
16881
16791
  }
16882
16792
  }
16883
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16884
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16793
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16794
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16886
16796
  type: Injectable,
16887
16797
  args: [{
16888
16798
  providedIn: 'root'
@@ -16915,9 +16825,9 @@ class EquityPositionChartService {
16915
16825
  }));
16916
16826
  }
16917
16827
  }
16918
- 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 });
16919
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
16828
+ 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 });
16829
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
16921
16831
  type: Injectable,
16922
16832
  args: [{
16923
16833
  providedIn: 'root'
@@ -17088,9 +16998,9 @@ class PropertyCalculationService {
17088
16998
  }
17089
16999
  }
17090
17000
  }
17091
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17092
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17093
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17001
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17002
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
17094
17004
  type: Injectable,
17095
17005
  args: [{
17096
17006
  providedIn: 'root'
@@ -17147,9 +17057,9 @@ class PropertyTransactionReportService {
17147
17057
  }));
17148
17058
  }
17149
17059
  }
17150
- 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 });
17151
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17060
+ 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 });
17061
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17153
17063
  type: Injectable,
17154
17064
  args: [{
17155
17065
  providedIn: 'root'
@@ -17219,9 +17129,9 @@ class TransactionCalculationService {
17219
17129
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17220
17130
  }
17221
17131
  }
17222
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17223
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17132
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17133
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
17225
17135
  type: Injectable,
17226
17136
  args: [{
17227
17137
  providedIn: 'root'
@@ -17281,9 +17191,9 @@ class LogbookBestPeriodService {
17281
17191
  });
17282
17192
  }
17283
17193
  }
17284
- 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 });
17285
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17194
+ 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 });
17195
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17287
17197
  type: Injectable,
17288
17198
  args: [{
17289
17199
  providedIn: 'root'
@@ -17324,9 +17234,9 @@ class XlsxService {
17324
17234
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
17325
17235
  }
17326
17236
  }
17327
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17328
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
17329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17237
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17238
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
17330
17240
  type: Injectable,
17331
17241
  args: [{
17332
17242
  providedIn: 'root'
@@ -20374,5 +20284,5 @@ var MessagesEnum;
20374
20284
  * Generated bundle index. Do not edit.
20375
20285
  */
20376
20286
 
20377
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingMessagesEnum, HoldingSale, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20287
+ 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 };
20378
20288
  //# sourceMappingURL=taxtank-core.mjs.map