taxtank-core 0.28.113 → 0.28.114

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 (886) hide show
  1. package/bundles/taxtank-core.umd.js +371 -366
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/collections/collection.js +3 -3
  4. package/esm2015/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.js +10 -0
  5. package/esm2015/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.js +1 -1
  6. package/esm2015/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.js +1 -1
  7. package/esm2015/lib/db/Enums/chart-accounts/index.js +2 -1
  8. package/esm2015/lib/forms/abstract.form.js +4 -5
  9. package/esm2015/lib/forms/sole/bas-report.form.js +4 -2
  10. package/esm2015/lib/forms/transaction/transaction-base.form.js +4 -7
  11. package/esm2015/lib/forms/transaction/transaction.form.js +15 -12
  12. package/esm2015/lib/forms/transaction/work-income.form.js +6 -15
  13. package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
  14. package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
  15. package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
  16. package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
  17. package/esm2015/lib/interceptors/interceptors.module.js +4 -4
  18. package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
  19. package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
  20. package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
  21. package/esm2015/lib/models/transaction/transaction.js +11 -3
  22. package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
  23. package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
  24. package/esm2015/lib/services/asset/assets.service.js +3 -3
  25. package/esm2015/lib/services/auth/auth.service.js +3 -3
  26. package/esm2015/lib/services/auth/jwt.service.js +3 -3
  27. package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
  28. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
  29. package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
  30. package/esm2015/lib/services/event/sse.service.js +3 -3
  31. package/esm2015/lib/services/export/export-formatter.service.js +3 -3
  32. package/esm2015/lib/services/header-title/header-title.service.js +3 -3
  33. package/esm2015/lib/services/http/address/address.service.js +3 -3
  34. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
  35. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
  36. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
  37. package/esm2015/lib/services/http/bank/bank.service.js +3 -3
  38. package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
  39. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
  40. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
  41. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
  42. package/esm2015/lib/services/http/chat/chat.service.js +3 -3
  43. package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
  44. package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
  45. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
  46. package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
  47. package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
  48. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
  49. package/esm2015/lib/services/http/document/document.service.js +3 -3
  50. package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
  51. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
  52. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
  53. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
  54. package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
  55. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
  56. package/esm2015/lib/services/http/firm/firm.service.js +3 -3
  57. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
  58. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
  59. package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
  60. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
  61. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
  62. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
  63. package/esm2015/lib/services/http/loan/loan.service.js +3 -3
  64. package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
  65. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
  66. package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
  67. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
  68. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
  69. package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
  70. package/esm2015/lib/services/http/property/property.service.js +3 -3
  71. package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
  72. package/esm2015/lib/services/http/rest/rest-old.service.js +3 -3
  73. package/esm2015/lib/services/http/rest/rest.service.js +3 -3
  74. package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
  75. package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
  76. package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
  77. package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
  78. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
  79. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
  80. package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
  81. package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
  82. package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
  83. package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
  84. package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
  85. package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
  86. package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
  87. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
  88. package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
  89. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
  90. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
  91. package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
  92. package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
  93. package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
  94. package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
  95. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
  96. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
  97. package/esm2015/lib/services/http/user/user.service.js +3 -3
  98. package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
  99. package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
  100. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
  101. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
  102. package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
  103. package/esm2015/lib/services/intercom/intercom.service.js +3 -3
  104. package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
  105. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
  106. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
  107. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
  108. package/esm2015/lib/services/preloader/preloader.service.js +3 -3
  109. package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
  110. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
  111. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
  112. package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
  113. package/esm2015/lib/services/toast/toast.service.js +3 -3
  114. package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
  115. package/esm2015/lib/services/user/user-switcher.service.js +3 -3
  116. package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
  117. package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
  118. package/esm2015/lib/tt-core.module.js +4 -4
  119. package/fesm2015/taxtank-core.js +367 -356
  120. package/fesm2015/taxtank-core.js.map +1 -1
  121. package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
  122. package/lib/collections/bank-account.collection.d.ts.map +1 -0
  123. package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
  124. package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
  125. package/lib/collections/chat.collection.d.ts.map +1 -0
  126. package/lib/collections/client-invite.collection.d.ts.map +1 -0
  127. package/lib/collections/client-movement.collection.d.ts.map +1 -0
  128. package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
  129. package/lib/collections/client.collection.d.ts.map +1 -0
  130. package/lib/collections/collection-dictionary.d.ts.map +1 -0
  131. package/lib/collections/collection.d.ts +1 -1
  132. package/lib/collections/collection.d.ts.map +1 -0
  133. package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
  134. package/lib/collections/depreciation.collection.d.ts.map +1 -0
  135. package/lib/collections/employee.collection.d.ts.map +1 -0
  136. package/lib/collections/exportable.collection.d.ts.map +1 -0
  137. package/lib/collections/income-source.collection.d.ts.map +1 -0
  138. package/lib/collections/index.d.ts.map +1 -0
  139. package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
  140. package/lib/collections/loan/loan.collection.d.ts.map +1 -0
  141. package/lib/collections/message-document.collection.d.ts.map +1 -0
  142. package/lib/collections/message.collection.d.ts.map +1 -0
  143. package/lib/collections/property/index.d.ts.map +1 -0
  144. package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
  145. package/lib/collections/property/property-sale/index.d.ts.map +1 -0
  146. package/lib/collections/property/property-sale/property-sale-tax-exemption-metadata.collection.d.ts.map +1 -0
  147. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
  148. package/lib/collections/property/property.collection.d.ts.map +1 -0
  149. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
  150. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
  151. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
  152. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
  153. package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
  154. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
  155. package/lib/collections/sole/index.d.ts.map +1 -0
  156. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
  157. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
  158. package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
  159. package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
  160. package/lib/collections/tax-review.collection.d.ts.map +1 -0
  161. package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
  162. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
  163. package/lib/collections/transaction/index.d.ts.map +1 -0
  164. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
  165. package/lib/collections/transaction/transaction-base.collection.d.ts.map +1 -0
  166. package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
  167. package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
  168. package/lib/collections/vehicle/index.d.ts.map +1 -0
  169. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
  170. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
  171. package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
  172. package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
  173. package/lib/db/Enums/bank-account-status.enum.d.ts.map +1 -0
  174. package/lib/db/Enums/bank-account-type.enum.d.ts.map +1 -0
  175. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +1 -0
  176. package/lib/db/Enums/bank-popular.enum.d.ts.map +1 -0
  177. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +1 -0
  178. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
  179. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
  180. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
  181. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
  182. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
  183. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
  184. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts +8 -0
  185. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
  186. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
  187. package/lib/db/Enums/chart-accounts/chart-accounts-metadata-list.enum.d.ts.map +1 -0
  188. package/lib/db/Enums/chart-accounts/chart-accounts-metadata-type.enum.d.ts.map +1 -0
  189. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
  190. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
  191. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
  192. package/lib/db/Enums/chart-accounts/index.d.ts +1 -0
  193. package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
  194. package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
  195. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
  196. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
  197. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
  198. package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
  199. package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
  200. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
  201. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
  202. package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
  203. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
  204. package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
  205. package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
  206. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +1 -0
  207. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +1 -0
  208. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +1 -0
  209. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +1 -0
  210. package/lib/db/Enums/income-source-type.enum.d.ts.map +1 -0
  211. package/lib/db/Enums/index.d.ts.map +1 -0
  212. package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
  213. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
  214. package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
  215. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +1 -0
  216. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +1 -0
  217. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +1 -0
  218. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +1 -0
  219. package/lib/db/Enums/loan-type.enum.d.ts.map +1 -0
  220. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +1 -0
  221. package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
  222. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
  223. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
  224. package/lib/db/Enums/property/property-sale/tax-exemption-metadata.enum.d.ts.map +1 -0
  225. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
  226. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
  227. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
  228. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
  229. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
  230. package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
  231. package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
  232. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
  233. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
  234. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
  235. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
  236. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
  237. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
  238. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
  239. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
  240. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
  241. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
  242. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
  243. package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
  244. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
  245. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
  246. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +1 -0
  247. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +1 -0
  248. package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
  249. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
  250. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
  251. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
  252. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
  253. package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
  254. package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
  255. package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
  256. package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
  257. package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
  258. package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
  259. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
  260. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
  261. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
  262. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
  263. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
  264. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
  265. package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
  266. package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
  267. package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
  268. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
  269. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
  270. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
  271. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
  272. package/lib/db/Models/abstract-model.d.ts.map +1 -0
  273. package/lib/db/Models/address.d.ts.map +1 -0
  274. package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
  275. package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
  276. package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
  277. package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
  278. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
  279. package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
  280. package/lib/db/Models/bank/bank.d.ts.map +1 -0
  281. package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
  282. package/lib/db/Models/bank/financial-data-system.d.ts.map +1 -0
  283. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  284. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  285. package/lib/db/Models/chart-accounts/chart-accounts-metadata.d.ts.map +1 -0
  286. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  287. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
  288. package/lib/db/Models/country.d.ts.map +1 -0
  289. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  290. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
  291. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +1 -0
  292. package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
  293. package/lib/db/Models/document/document-folder.d.ts.map +1 -0
  294. package/lib/db/Models/document/document.d.ts.map +1 -0
  295. package/lib/db/Models/document/property-document.d.ts.map +1 -0
  296. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
  297. package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
  298. package/lib/db/Models/firm/chat.d.ts.map +1 -0
  299. package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
  300. package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
  301. package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
  302. package/lib/db/Models/firm/firm.d.ts.map +1 -0
  303. package/lib/db/Models/firm/message-document.d.ts.map +1 -0
  304. package/lib/db/Models/firm/message.d.ts.map +1 -0
  305. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
  306. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
  307. package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
  308. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
  309. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
  310. package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
  311. package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
  312. package/lib/db/Models/loan/loan.d.ts.map +1 -0
  313. package/lib/db/Models/observable-model.d.ts.map +1 -0
  314. package/lib/db/Models/phone.d.ts.map +1 -0
  315. package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
  316. package/lib/db/Models/property/property-category.d.ts.map +1 -0
  317. package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
  318. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-metadata.d.ts.map +1 -0
  319. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
  320. package/lib/db/Models/property/property-sale/tax-exemption-metadata.d.ts.map +1 -0
  321. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
  322. package/lib/db/Models/property/property-share.d.ts.map +1 -0
  323. package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
  324. package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
  325. package/lib/db/Models/property/property.d.ts.map +1 -0
  326. package/lib/db/Models/service-notification.d.ts.map +1 -0
  327. package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
  328. package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
  329. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
  330. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  331. package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
  332. package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
  333. package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
  334. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
  335. package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
  336. package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
  337. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
  338. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
  339. package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
  340. package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
  341. package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
  342. package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
  343. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
  344. package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
  345. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
  346. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
  347. package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
  348. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
  349. package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
  350. package/lib/db/Models/transaction/transaction-metadata.d.ts.map +1 -0
  351. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +1 -0
  352. package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
  353. package/lib/db/Models/user/client-details.d.ts.map +1 -0
  354. package/lib/db/Models/user/client-income-types.d.ts.map +1 -0
  355. package/lib/db/Models/user/employee-details.d.ts.map +1 -0
  356. package/lib/db/Models/user/occupation.d.ts.map +1 -0
  357. package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
  358. package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
  359. package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
  360. package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
  361. package/lib/db/Models/user/user-event.d.ts.map +1 -0
  362. package/lib/db/Models/user/user.d.ts.map +1 -0
  363. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  364. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
  365. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
  366. package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
  367. package/lib/forms/abstract.form.d.ts +2 -2
  368. package/lib/forms/abstract.form.d.ts.map +1 -0
  369. package/lib/forms/address/address.form.d.ts.map +1 -0
  370. package/lib/forms/address/index.d.ts.map +1 -0
  371. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
  372. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
  373. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
  374. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
  375. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
  376. package/lib/forms/bank/bank-login.form.d.ts.map +1 -0
  377. package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
  378. package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
  379. package/lib/forms/depreciation/index.d.ts.map +1 -0
  380. package/lib/forms/form-validations.enum.d.ts.map +1 -0
  381. package/lib/forms/index.d.ts.map +1 -0
  382. package/lib/forms/loan/index.d.ts.map +1 -0
  383. package/lib/forms/loan/loan.form.d.ts.map +1 -0
  384. package/lib/forms/login/login.form.d.ts.map +1 -0
  385. package/lib/forms/phone/index.d.ts.map +1 -0
  386. package/lib/forms/phone/phone.form.d.ts.map +1 -0
  387. package/lib/forms/property/index.d.ts.map +1 -0
  388. package/lib/forms/property/property-sale/index.d.ts.map +1 -0
  389. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
  390. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
  391. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
  392. package/lib/forms/register/register-client.form.d.ts.map +1 -0
  393. package/lib/forms/register/register-firm.form.d.ts.map +1 -0
  394. package/lib/forms/report/my-tax/index.d.ts.map +1 -0
  395. 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
  396. 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
  397. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
  398. 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
  399. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
  400. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
  401. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
  402. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
  403. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
  404. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
  405. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
  406. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
  407. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
  408. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
  409. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
  410. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
  411. package/lib/forms/sole/bas-report.form.d.ts +1 -1
  412. package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
  413. package/lib/forms/sole/index.d.ts.map +1 -0
  414. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
  415. package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
  416. package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
  417. package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
  418. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
  419. package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
  420. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
  421. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
  422. package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
  423. package/lib/forms/transaction/index.d.ts.map +1 -0
  424. package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
  425. package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
  426. package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
  427. package/lib/forms/transaction/work-income.form.d.ts.map +1 -0
  428. package/lib/forms/user/index.d.ts.map +1 -0
  429. package/lib/forms/user/password.form.d.ts.map +1 -0
  430. package/lib/forms/user/reset-password.form.d.ts.map +1 -0
  431. package/lib/forms/user/user-invite.form.d.ts.map +1 -0
  432. package/lib/forms/vehicle/index.d.ts.map +1 -0
  433. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
  434. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
  435. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
  436. package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
  437. package/lib/functions/array/index.d.ts.map +1 -0
  438. package/lib/functions/array/replace.d.ts.map +1 -0
  439. package/lib/functions/array/sort-deep.d.ts.map +1 -0
  440. package/lib/functions/array/sort.d.ts.map +1 -0
  441. package/lib/functions/array/to-array.d.ts.map +1 -0
  442. package/lib/functions/clone-deep.d.ts.map +1 -0
  443. package/lib/functions/create-date.d.ts.map +1 -0
  444. package/lib/functions/enum-to-list.d.ts.map +1 -0
  445. package/lib/functions/get-doc-icon.d.ts.map +1 -0
  446. package/lib/functions/mat-options-functions.d.ts.map +1 -0
  447. package/lib/functions/mat-sort-options.d.ts.map +1 -0
  448. package/lib/functions/round-to.d.ts.map +1 -0
  449. package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
  450. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
  451. package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
  452. package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
  453. package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
  454. package/lib/interceptors/interceptors.module.d.ts.map +1 -0
  455. package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
  456. package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
  457. package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
  458. package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
  459. package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
  460. package/lib/interfaces/asset.interface.d.ts.map +1 -0
  461. package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
  462. package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
  463. package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
  464. package/lib/interfaces/document.interface.d.ts.map +1 -0
  465. package/lib/interfaces/documentable.interface.d.ts.map +1 -0
  466. package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
  467. package/lib/interfaces/expense.interface.d.ts.map +1 -0
  468. package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
  469. package/lib/interfaces/option.interface.d.ts.map +1 -0
  470. package/lib/interfaces/photoable.d.ts.map +1 -0
  471. package/lib/interfaces/receipt.interface.d.ts.map +1 -0
  472. package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
  473. package/lib/interfaces/tank.interface.d.ts.map +1 -0
  474. package/lib/interfaces/updatable.interface.d.ts.map +1 -0
  475. package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
  476. package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
  477. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
  478. package/lib/models/address/address.d.ts.map +1 -0
  479. package/lib/models/address/country.d.ts.map +1 -0
  480. package/lib/models/address/index.d.ts.map +1 -0
  481. package/lib/models/address/states.enum.d.ts.map +1 -0
  482. package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
  483. package/lib/models/badge/badge.d.ts.map +1 -0
  484. package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
  485. package/lib/models/bank/bank-account-property.d.ts.map +1 -0
  486. package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
  487. package/lib/models/bank/bank-account.d.ts.map +1 -0
  488. package/lib/models/bank/bank-connection.d.ts.map +1 -0
  489. package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
  490. package/lib/models/bank/bank-login-data.d.ts.map +1 -0
  491. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
  492. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
  493. package/lib/models/bank/bank-transaction.d.ts.map +1 -0
  494. package/lib/models/bank/bank.d.ts.map +1 -0
  495. package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
  496. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
  497. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
  498. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
  499. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
  500. package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
  501. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
  502. package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
  503. package/lib/models/bank/basiq/index.d.ts.map +1 -0
  504. package/lib/models/bank/index.d.ts.map +1 -0
  505. package/lib/models/bank/type-loan.const.d.ts.map +1 -0
  506. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
  507. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
  508. package/lib/models/chart/chart-data.d.ts.map +1 -0
  509. package/lib/models/chart/chart-serie.d.ts.map +1 -0
  510. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
  511. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
  512. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
  513. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
  514. package/lib/models/chart-accounts/chart-accounts-metadata.d.ts.map +1 -0
  515. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
  516. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
  517. package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
  518. package/lib/models/chart-accounts/index.d.ts.map +1 -0
  519. package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
  520. package/lib/models/chat/chat.d.ts.map +1 -0
  521. package/lib/models/chat/message-document.d.ts.map +1 -0
  522. package/lib/models/chat/message.d.ts.map +1 -0
  523. package/lib/models/client/client-details.d.ts.map +1 -0
  524. package/lib/models/client/client-income-types.d.ts.map +1 -0
  525. package/lib/models/client/client-invite.d.ts.map +1 -0
  526. package/lib/models/client/client-movement.d.ts.map +1 -0
  527. package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
  528. package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
  529. package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
  530. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
  531. package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
  532. package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
  533. package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
  534. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
  535. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
  536. package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
  537. package/lib/models/depreciation/depreciation.d.ts.map +1 -0
  538. package/lib/models/dictionary/dictionary.d.ts.map +1 -0
  539. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
  540. package/lib/models/document/document-file-types.const.d.ts.map +1 -0
  541. package/lib/models/document/document-folder.d.ts.map +1 -0
  542. package/lib/models/document/document.d.ts.map +1 -0
  543. package/lib/models/document/index.d.ts.map +1 -0
  544. package/lib/models/employee/employee-details.d.ts.map +1 -0
  545. package/lib/models/employee/employee-invite.d.ts.map +1 -0
  546. package/lib/models/endpoint/endpoint.d.ts.map +1 -0
  547. package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
  548. package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
  549. package/lib/models/event/app-event.d.ts.map +1 -0
  550. package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
  551. package/lib/models/export/export-cell.d.ts.map +1 -0
  552. package/lib/models/export/export-data-table.d.ts.map +1 -0
  553. package/lib/models/export/export-format.enum.d.ts.map +1 -0
  554. package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
  555. package/lib/models/export/export-row.d.ts.map +1 -0
  556. package/lib/models/file/icons-file.enum.d.ts.map +1 -0
  557. package/lib/models/financial-year/financial-year.d.ts.map +1 -0
  558. package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
  559. package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
  560. package/lib/models/financial-year/months.const.d.ts.map +1 -0
  561. package/lib/models/firm/firm.d.ts.map +1 -0
  562. package/lib/models/income-position/income-position.d.ts.map +1 -0
  563. package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
  564. package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
  565. package/lib/models/income-source/income-source-type.d.ts.map +1 -0
  566. package/lib/models/income-source/income-source.d.ts.map +1 -0
  567. package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
  568. package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
  569. package/lib/models/index.d.ts.map +1 -0
  570. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
  571. package/lib/models/loan/loan-payment.d.ts.map +1 -0
  572. package/lib/models/loan/loan-payout.d.ts.map +1 -0
  573. package/lib/models/loan/loan.d.ts.map +1 -0
  574. package/lib/models/notification/notification.d.ts.map +1 -0
  575. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
  576. package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
  577. package/lib/models/phone/phone.d.ts.map +1 -0
  578. package/lib/models/property/calculation-form-item.d.ts.map +1 -0
  579. package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
  580. package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
  581. package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
  582. package/lib/models/property/property-category-movement.d.ts.map +1 -0
  583. package/lib/models/property/property-category.d.ts.map +1 -0
  584. package/lib/models/property/property-document.d.ts.map +1 -0
  585. package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
  586. package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
  587. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
  588. package/lib/models/property/property-forecast.d.ts.map +1 -0
  589. package/lib/models/property/property-sale/index.d.ts.map +1 -0
  590. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
  591. package/lib/models/property/property-sale/property-sale-tax-exemption-metadata.d.ts.map +1 -0
  592. package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
  593. package/lib/models/property/property-sale/tax-exemption-metadata.d.ts.map +1 -0
  594. package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
  595. package/lib/models/property/property-share.d.ts.map +1 -0
  596. package/lib/models/property/property-subscription.d.ts.map +1 -0
  597. package/lib/models/property/property-valuation.d.ts.map +1 -0
  598. package/lib/models/property/property.d.ts.map +1 -0
  599. package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
  600. package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
  601. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
  602. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
  603. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
  604. package/lib/models/report/depreciation/index.d.ts.map +1 -0
  605. package/lib/models/report/index.d.ts.map +1 -0
  606. package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
  607. package/lib/models/report/my-tax/index.d.ts.map +1 -0
  608. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
  609. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
  610. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
  611. 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
  612. 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
  613. 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
  614. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
  615. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
  616. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
  617. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
  618. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
  619. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
  620. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
  621. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
  622. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
  623. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
  624. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
  625. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
  626. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
  627. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
  628. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
  629. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
  630. package/lib/models/report/property/index.d.ts.map +1 -0
  631. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
  632. package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
  633. package/lib/models/report/property/property-report-item.d.ts.map +1 -0
  634. package/lib/models/report/sole/index.d.ts.map +1 -0
  635. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
  636. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
  637. package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
  638. package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
  639. package/lib/models/service-subscription/service-price.d.ts.map +1 -0
  640. package/lib/models/service-subscription/service-product.d.ts.map +1 -0
  641. package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
  642. package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
  643. package/lib/models/sole/bas-report.d.ts.map +1 -0
  644. package/lib/models/sole/index.d.ts.map +1 -0
  645. package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
  646. package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
  647. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
  648. package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
  649. package/lib/models/sole/sole-business.d.ts.map +1 -0
  650. package/lib/models/sole/sole-contact.d.ts.map +1 -0
  651. package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
  652. package/lib/models/sole/sole-details.d.ts.map +1 -0
  653. package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
  654. package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
  655. package/lib/models/sole/sole-invoice.d.ts.map +1 -0
  656. package/lib/models/tax-review/tax-review.d.ts.map +1 -0
  657. package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
  658. package/lib/models/tax-summary/report-item.d.ts.map +1 -0
  659. package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
  660. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
  661. package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
  662. package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
  663. package/lib/models/toast/toast.d.ts.map +1 -0
  664. package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
  665. package/lib/models/transaction/index.d.ts.map +1 -0
  666. package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
  667. package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
  668. package/lib/models/transaction/transaction-metadata.d.ts.map +1 -0
  669. package/lib/models/transaction/transaction-receipt.d.ts.map +1 -0
  670. package/lib/models/transaction/transaction.d.ts +5 -0
  671. package/lib/models/transaction/transaction.d.ts.map +1 -0
  672. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
  673. package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
  674. package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
  675. package/lib/models/user/my-account-history.d.ts.map +1 -0
  676. package/lib/models/user/occupation.d.ts.map +1 -0
  677. package/lib/models/user/user-roles.const.d.ts.map +1 -0
  678. package/lib/models/user/user-to-register.d.ts.map +1 -0
  679. package/lib/models/user/user-work-position.const.d.ts.map +1 -0
  680. package/lib/models/user/user.d.ts.map +1 -0
  681. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
  682. package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
  683. package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
  684. package/lib/models/user-event/user-event-type.d.ts.map +1 -0
  685. package/lib/models/vehicle/index.d.ts.map +1 -0
  686. package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
  687. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
  688. package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
  689. package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
  690. package/lib/models/vehicle/vehicle.d.ts.map +1 -0
  691. package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
  692. package/lib/services/account-setup/index.d.ts.map +1 -0
  693. package/lib/services/affiliate/index.d.ts.map +1 -0
  694. package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
  695. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
  696. package/lib/services/asset/assets.service.d.ts.map +1 -0
  697. package/lib/services/asset/index.d.ts.map +1 -0
  698. package/lib/services/auth/auth.service.d.ts.map +1 -0
  699. package/lib/services/auth/index.d.ts.map +1 -0
  700. package/lib/services/auth/jwt.service.d.ts.map +1 -0
  701. package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
  702. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
  703. package/lib/services/bank/index.d.ts.map +1 -0
  704. package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
  705. package/lib/services/event/index.d.ts.map +1 -0
  706. package/lib/services/event/sse.service.d.ts.map +1 -0
  707. package/lib/services/export/export-formatter.service.d.ts.map +1 -0
  708. package/lib/services/export/index.d.ts.map +1 -0
  709. package/lib/services/header-title/header-title.service.d.ts.map +1 -0
  710. package/lib/services/header-title/index.d.ts.map +1 -0
  711. package/lib/services/http/address/address.service.d.ts.map +1 -0
  712. package/lib/services/http/address/index.d.ts.map +1 -0
  713. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
  714. package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
  715. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
  716. package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
  717. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
  718. package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
  719. package/lib/services/http/bank/bank.service.d.ts.map +1 -0
  720. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
  721. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
  722. package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
  723. package/lib/services/http/bank/index.d.ts.map +1 -0
  724. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
  725. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
  726. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
  727. package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
  728. package/lib/services/http/chat/chat.service.d.ts.map +1 -0
  729. package/lib/services/http/chat/index.d.ts.map +1 -0
  730. package/lib/services/http/chat/message/index.d.ts.map +1 -0
  731. package/lib/services/http/chat/message/message.service.d.ts.map +1 -0
  732. package/lib/services/http/chat/message-document/index.d.ts.map +1 -0
  733. package/lib/services/http/chat/message-document/message-document.service.d.ts.map +1 -0
  734. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
  735. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
  736. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +1 -0
  737. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +1 -0
  738. package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
  739. package/lib/services/http/depreciation/index.d.ts.map +1 -0
  740. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
  741. package/lib/services/http/document/document.service.d.ts.map +1 -0
  742. package/lib/services/http/document/index.d.ts.map +1 -0
  743. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
  744. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
  745. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
  746. package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
  747. package/lib/services/http/facebook/index.d.ts.map +1 -0
  748. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
  749. package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
  750. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
  751. package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
  752. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
  753. package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
  754. package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
  755. package/lib/services/http/firm/employee/index.d.ts.map +1 -0
  756. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
  757. package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
  758. package/lib/services/http/firm/firm.service.d.ts.map +1 -0
  759. package/lib/services/http/firm/index.d.ts.map +1 -0
  760. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
  761. package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
  762. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
  763. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
  764. package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
  765. package/lib/services/http/income-source/index.d.ts.map +1 -0
  766. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
  767. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
  768. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
  769. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
  770. package/lib/services/http/index.d.ts.map +1 -0
  771. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
  772. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
  773. package/lib/services/http/loan/index.d.ts.map +1 -0
  774. package/lib/services/http/loan/loan.service.d.ts.map +1 -0
  775. package/lib/services/http/property/index.d.ts.map +1 -0
  776. package/lib/services/http/property/property-category/index.d.ts.map +1 -0
  777. package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
  778. package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
  779. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
  780. package/lib/services/http/property/property-document/index.d.ts.map +1 -0
  781. package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
  782. package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
  783. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
  784. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +1 -0
  785. package/lib/services/http/property/property-share/index.d.ts.map +1 -0
  786. package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
  787. package/lib/services/http/property/property.service.d.ts.map +1 -0
  788. package/lib/services/http/receipt/index.d.ts.map +1 -0
  789. package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
  790. package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
  791. package/lib/services/http/rest/index.d.ts.map +1 -0
  792. package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
  793. package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
  794. package/lib/services/http/rest/rest.service.d.ts.map +1 -0
  795. package/lib/services/http/service-notification/index.d.ts.map +1 -0
  796. package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
  797. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
  798. package/lib/services/http/sole/index.d.ts.map +1 -0
  799. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
  800. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
  801. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
  802. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
  803. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
  804. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
  805. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
  806. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
  807. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
  808. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
  809. package/lib/services/http/subscription/index.d.ts.map +1 -0
  810. package/lib/services/http/subscription/service-price.service.d.ts.map +1 -0
  811. package/lib/services/http/subscription/subscription.service.d.ts.map +1 -0
  812. package/lib/services/http/tax-review/index.d.ts.map +1 -0
  813. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
  814. package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
  815. package/lib/services/http/tax-summary/index.d.ts.map +1 -0
  816. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
  817. package/lib/services/http/transaction/index.d.ts.map +1 -0
  818. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
  819. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
  820. package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
  821. package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
  822. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
  823. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
  824. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
  825. package/lib/services/http/user/index.d.ts.map +1 -0
  826. package/lib/services/http/user/occupation/occupation.service.d.ts.map +1 -0
  827. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
  828. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
  829. package/lib/services/http/user/user.service.d.ts.map +1 -0
  830. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
  831. package/lib/services/http/vehicle/index.d.ts.map +1 -0
  832. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
  833. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
  834. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
  835. package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
  836. package/lib/services/index.d.ts.map +1 -0
  837. package/lib/services/intercom/index.d.ts.map +1 -0
  838. package/lib/services/intercom/intercom.service.d.ts.map +1 -0
  839. package/lib/services/pdf/index.d.ts.map +1 -0
  840. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
  841. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
  842. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
  843. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
  844. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
  845. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
  846. package/lib/services/preloader/index.d.ts.map +1 -0
  847. package/lib/services/preloader/preloader.service.d.ts.map +1 -0
  848. package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
  849. package/lib/services/property/corelogic/index.d.ts.map +1 -0
  850. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
  851. package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
  852. package/lib/services/property/index.d.ts.map +1 -0
  853. package/lib/services/property/property-calculation/index.d.ts.map +1 -0
  854. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
  855. package/lib/services/report/index.d.ts.map +1 -0
  856. package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
  857. package/lib/services/toast/index.d.ts.map +1 -0
  858. package/lib/services/toast/toast.service.d.ts.map +1 -0
  859. package/lib/services/transaction/index.d.ts.map +1 -0
  860. package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
  861. package/lib/services/user/index.d.ts.map +1 -0
  862. package/lib/services/user/user-switcher.service.d.ts.map +1 -0
  863. package/lib/services/vehicle/index.d.ts.map +1 -0
  864. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
  865. package/lib/services/xlsx/index.d.ts.map +1 -0
  866. package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
  867. package/lib/tt-core.module.d.ts.map +1 -0
  868. package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
  869. package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
  870. package/lib/validators/at-least-one.validator.d.ts.map +1 -0
  871. package/lib/validators/autocomplete.validator.d.ts.map +1 -0
  872. package/lib/validators/conditional.validator.d.ts.map +1 -0
  873. package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
  874. package/lib/validators/date-range.validator.d.ts.map +1 -0
  875. package/lib/validators/fields-sum.validator.d.ts.map +1 -0
  876. package/lib/validators/file.validator.d.ts.map +1 -0
  877. package/lib/validators/index.d.ts.map +1 -0
  878. package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
  879. package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
  880. package/lib/validators/password-match.validator.d.ts.map +1 -0
  881. package/lib/validators/password.validator.d.ts.map +1 -0
  882. package/lib/validators/phone-number.validator.d.ts.map +1 -0
  883. package/lib/validators/required-length.validator.d.ts.map +1 -0
  884. package/package.json +1 -1
  885. package/public-api.d.ts.map +1 -0
  886. 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: "12.2.16", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", 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: "12.2.16", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: CorelogicInterceptor });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", 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: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor });
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
160
160
  type: Injectable
161
161
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
162
162
  type: Inject,
@@ -187,9 +187,9 @@ class JwtService extends JwtHelperService {
187
187
  return this.getUser().id === userId;
188
188
  }
189
189
  }
190
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
191
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, providedIn: 'root' });
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, decorators: [{
190
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
191
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, providedIn: 'root' });
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtService, decorators: [{
193
193
  type: Injectable,
194
194
  args: [{
195
195
  providedIn: 'root'
@@ -299,9 +299,9 @@ class EventDispatcherService {
299
299
  this.eventSubject2.next(event);
300
300
  }
301
301
  }
302
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
303
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, decorators: [{
302
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
303
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EventDispatcherService, decorators: [{
305
305
  type: Injectable,
306
306
  args: [{
307
307
  providedIn: 'root'
@@ -350,9 +350,9 @@ class AuthService {
350
350
  location.replace(url);
351
351
  }
352
352
  }
353
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
354
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, providedIn: 'root' });
355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, decorators: [{
353
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
354
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, providedIn: 'root' });
355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AuthService, decorators: [{
356
356
  type: Injectable,
357
357
  args: [{
358
358
  providedIn: 'root'
@@ -488,9 +488,9 @@ class JwtInterceptor {
488
488
  });
489
489
  }
490
490
  }
491
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
492
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor });
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, decorators: [{
491
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
492
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor });
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: JwtInterceptor, decorators: [{
494
494
  type: Injectable
495
495
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
496
496
  type: Inject,
@@ -523,9 +523,9 @@ class UserSwitcherService {
523
523
  window.location.replace('/firm/dashboard');
524
524
  }
525
525
  }
526
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
527
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, decorators: [{
526
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
527
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherService, decorators: [{
529
529
  type: Injectable,
530
530
  args: [{
531
531
  providedIn: 'root'
@@ -571,9 +571,9 @@ class UserSwitcherInterceptor {
571
571
  return next.handle(this.switch(request, this.userSwitcherService.get()));
572
572
  }
573
573
  }
574
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
575
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor });
576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
574
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
575
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor });
576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
577
577
  type: Injectable
578
578
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
579
579
  type: Inject,
@@ -812,9 +812,9 @@ class PreloaderService {
812
812
  this.activePreloaders.next(activePreloaders);
813
813
  }
814
814
  }
815
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
816
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, providedIn: 'root' });
817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, decorators: [{
815
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
816
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, providedIn: 'root' });
817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderService, decorators: [{
818
818
  type: Injectable,
819
819
  args: [{
820
820
  providedIn: 'root'
@@ -842,9 +842,9 @@ class PreloaderInterceptor {
842
842
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
843
843
  }
844
844
  }
845
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
846
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor });
847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, decorators: [{
845
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
846
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor });
847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PreloaderInterceptor, decorators: [{
848
848
  type: Injectable
849
849
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
850
850
 
@@ -956,9 +956,9 @@ class ToastService {
956
956
  }));
957
957
  }
958
958
  }
959
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
960
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, providedIn: 'root' });
961
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, decorators: [{
959
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
960
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, providedIn: 'root' });
961
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ToastService, decorators: [{
962
962
  type: Injectable,
963
963
  args: [{
964
964
  providedIn: 'root'
@@ -1169,9 +1169,9 @@ class RestService$1 {
1169
1169
  */
1170
1170
  listenEvents() { }
1171
1171
  }
1172
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
1173
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, providedIn: 'root' });
1174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService$1, decorators: [{
1172
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
1173
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, providedIn: 'root' });
1174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService$1, decorators: [{
1175
1175
  type: Injectable,
1176
1176
  args: [{
1177
1177
  providedIn: 'root'
@@ -1346,8 +1346,8 @@ class Collection {
1346
1346
  /**
1347
1347
  * Get total sum of items by field
1348
1348
  */
1349
- sumBy(path) {
1350
- return +this.items.reduce((sum, item) => sum + Number(get(item, path)), 0).toFixed(2);
1349
+ sumBy(path, abs = false) {
1350
+ return +this.items.reduce((sum, item) => sum + (abs ? Math.abs(Number(get(item, path))) : Number(get(item, path))), 0).toFixed(2);
1351
1351
  }
1352
1352
  groupBy(path = '') {
1353
1353
  return new CollectionDictionary(this, path);
@@ -2686,6 +2686,16 @@ var ChartAccountsTypeEnum;
2686
2686
  ChartAccountsTypeEnum[ChartAccountsTypeEnum["EXPENSE"] = 2] = "EXPENSE";
2687
2687
  })(ChartAccountsTypeEnum || (ChartAccountsTypeEnum = {}));
2688
2688
 
2689
+ /**
2690
+ * most of chartAccounts could have only negative or positive amount,
2691
+ * but there are exceptions like advance income (free loan from company u work for), it's positive number when you receive it,
2692
+ * and negative when you pay it back (still income, but with negative amount)
2693
+ */
2694
+ var ChartAccountsKeepSign;
2695
+ (function (ChartAccountsKeepSign) {
2696
+ ChartAccountsKeepSign[ChartAccountsKeepSign["ADVANCE"] = 556] = "ADVANCE";
2697
+ })(ChartAccountsKeepSign || (ChartAccountsKeepSign = {}));
2698
+
2689
2699
  // @TODO Artem TT-2308 move everything
2690
2700
 
2691
2701
  class ChartAccountsMetadata extends ChartAccountsMetadata$1 {
@@ -4610,7 +4620,7 @@ class Transaction extends Transaction$1 {
4610
4620
  // salary included transactions affect parent transaction amount and as a result grossAmount, skip to avoid double sum
4611
4621
  grossAmount += new Collection(this.transactions)
4612
4622
  .filter((t) => { var _a; return !((_a = t.chartAccounts) === null || _a === void 0 ? void 0 : _a.isSalaryIncluded()); })
4613
- .sumBy('amount');
4623
+ .sumBy('amount', true);
4614
4624
  if (this.isWorkTank()) {
4615
4625
  grossAmount += this.frankingCredit - this.taxFreeComponent - this.eligibleForReduction;
4616
4626
  }
@@ -4625,6 +4635,14 @@ class Transaction extends Transaction$1 {
4625
4635
  .filter((t) => { var _a; return (_a = t.chartAccounts) === null || _a === void 0 ? void 0 : _a.isSalaryIncluded(); })
4626
4636
  .sumBy('amount') + this.amountWithGst;
4627
4637
  }
4638
+ /**
4639
+ * most of the transactions could have only positive or negative amount depends on chartAccounts, so we ignore
4640
+ * user's choice and transform amount, but there are exceptions like advance (negative or positive amount)
4641
+ */
4642
+ ignoreSign() {
4643
+ var _a;
4644
+ return !(((_a = this.chartAccounts) === null || _a === void 0 ? void 0 : _a.id) in ChartAccountsKeepSign);
4645
+ }
4628
4646
  }
4629
4647
  __decorate([
4630
4648
  Type(() => Transaction)
@@ -6279,9 +6297,9 @@ BankConnectionService.userEventTypes = [
6279
6297
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
6280
6298
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
6281
6299
  ];
6282
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
6283
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
6284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, decorators: [{
6300
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
6301
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
6302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankConnectionService, decorators: [{
6285
6303
  type: Injectable,
6286
6304
  args: [{
6287
6305
  providedIn: 'root'
@@ -6397,9 +6415,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
6397
6415
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
6398
6416
  */
6399
6417
  BasiqService.bankCredintialsCheckInterval = 3000;
6400
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
6401
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, providedIn: 'root' });
6402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, decorators: [{
6418
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
6419
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, providedIn: 'root' });
6420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqService, decorators: [{
6403
6421
  type: Injectable,
6404
6422
  args: [{
6405
6423
  providedIn: 'root'
@@ -6433,9 +6451,9 @@ class BasiqTokenService {
6433
6451
  return this.cacheSubject.asObservable();
6434
6452
  }
6435
6453
  }
6436
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6437
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
6438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, decorators: [{
6454
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6455
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
6456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenService, decorators: [{
6439
6457
  type: Injectable,
6440
6458
  args: [{
6441
6459
  providedIn: 'root'
@@ -6469,9 +6487,9 @@ class BasiqTokenInterceptor {
6469
6487
  });
6470
6488
  }
6471
6489
  }
6472
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
6473
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor });
6474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
6490
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
6491
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor });
6492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
6475
6493
  type: Injectable
6476
6494
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
6477
6495
 
@@ -6507,9 +6525,9 @@ class SseService {
6507
6525
  }));
6508
6526
  }
6509
6527
  }
6510
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6511
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, providedIn: 'root' });
6512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, decorators: [{
6528
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6529
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, providedIn: 'root' });
6530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SseService, decorators: [{
6513
6531
  type: Injectable,
6514
6532
  args: [{
6515
6533
  providedIn: 'root'
@@ -6676,9 +6694,9 @@ class UserService {
6676
6694
  this.eventDispatcherService.on(AppEventTypeEnum.SERVICE_SUBSCRIPTION_UPDATED).subscribe(() => this.resetCache());
6677
6695
  }
6678
6696
  }
6679
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6680
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, providedIn: 'root' });
6681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, decorators: [{
6697
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
6698
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, providedIn: 'root' });
6699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserService, decorators: [{
6682
6700
  type: Injectable,
6683
6701
  args: [{
6684
6702
  providedIn: 'root'
@@ -6708,17 +6726,17 @@ class BasiqClientIdInterceptor {
6708
6726
  });
6709
6727
  }
6710
6728
  }
6711
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
6712
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor });
6713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
6729
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
6730
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor });
6731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
6714
6732
  type: Injectable
6715
6733
  }], ctorParameters: function () { return [{ type: UserService }]; } });
6716
6734
 
6717
6735
  class InterceptorsModule {
6718
6736
  }
6719
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6720
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule });
6721
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, providers: [
6737
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6738
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule });
6739
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, providers: [
6722
6740
  {
6723
6741
  provide: HTTP_INTERCEPTORS,
6724
6742
  useClass: CorelogicInterceptor,
@@ -6756,7 +6774,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
6756
6774
  multi: true
6757
6775
  }
6758
6776
  ] });
6759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, decorators: [{
6777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: InterceptorsModule, decorators: [{
6760
6778
  type: NgModule,
6761
6779
  args: [{
6762
6780
  providers: [
@@ -6814,14 +6832,14 @@ class TtCoreModule {
6814
6832
  };
6815
6833
  }
6816
6834
  }
6817
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6818
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
6835
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6836
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
6819
6837
  InterceptorsModule] });
6820
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [[
6838
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, imports: [[
6821
6839
  CommonModule,
6822
6840
  InterceptorsModule
6823
6841
  ]] });
6824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, decorators: [{
6842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TtCoreModule, decorators: [{
6825
6843
  type: NgModule,
6826
6844
  args: [{
6827
6845
  declarations: [],
@@ -10342,9 +10360,9 @@ class AddressService {
10342
10360
  return this.countriesSubject.asObservable();
10343
10361
  }
10344
10362
  }
10345
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10346
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, providedIn: 'root' });
10347
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, decorators: [{
10363
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10364
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, providedIn: 'root' });
10365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AddressService, decorators: [{
10348
10366
  type: Injectable,
10349
10367
  args: [{
10350
10368
  providedIn: 'root'
@@ -10448,9 +10466,9 @@ class BankAccountService extends RestService$1 {
10448
10466
  });
10449
10467
  }
10450
10468
  }
10451
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10452
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, decorators: [{
10469
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10470
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, providedIn: 'root' });
10471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountService, decorators: [{
10454
10472
  type: Injectable,
10455
10473
  args: [{
10456
10474
  providedIn: 'root'
@@ -10529,9 +10547,9 @@ class BankTransactionService extends RestService$1 {
10529
10547
  });
10530
10548
  }
10531
10549
  }
10532
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10533
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, decorators: [{
10550
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10551
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
10552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionService, decorators: [{
10535
10553
  type: Injectable,
10536
10554
  args: [{
10537
10555
  providedIn: 'root'
@@ -10555,9 +10573,9 @@ class BankService extends RestService$1 {
10555
10573
  }));
10556
10574
  }
10557
10575
  }
10558
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10559
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, providedIn: 'root' });
10560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, decorators: [{
10576
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10577
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, providedIn: 'root' });
10578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankService, decorators: [{
10561
10579
  type: Injectable,
10562
10580
  args: [{
10563
10581
  providedIn: 'root'
@@ -10587,9 +10605,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
10587
10605
  }));
10588
10606
  }
10589
10607
  }
10590
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10591
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
10592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
10608
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10609
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
10610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
10593
10611
  type: Injectable,
10594
10612
  args: [{
10595
10613
  providedIn: 'root'
@@ -10670,9 +10688,9 @@ class ChartAccountsService {
10670
10688
  }));
10671
10689
  }
10672
10690
  }
10673
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10674
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
10675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, decorators: [{
10691
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10692
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
10693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChartAccountsService, decorators: [{
10676
10694
  type: Injectable,
10677
10695
  args: [{
10678
10696
  providedIn: 'root'
@@ -10718,9 +10736,9 @@ class MessageService extends RestService$1 {
10718
10736
  });
10719
10737
  }
10720
10738
  }
10721
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10722
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, providedIn: 'root' });
10723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, decorators: [{
10739
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10740
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, providedIn: 'root' });
10741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageService, decorators: [{
10724
10742
  type: Injectable,
10725
10743
  args: [{
10726
10744
  providedIn: 'root'
@@ -10826,9 +10844,9 @@ class MessageDocumentService {
10826
10844
  }));
10827
10845
  }
10828
10846
  }
10829
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10830
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
10831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, decorators: [{
10847
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10848
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
10849
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: MessageDocumentService, decorators: [{
10832
10850
  type: Injectable,
10833
10851
  args: [{
10834
10852
  providedIn: 'root'
@@ -10902,9 +10920,9 @@ class ChatService extends RestService$1 {
10902
10920
  });
10903
10921
  }
10904
10922
  }
10905
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10906
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, providedIn: 'root' });
10907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, decorators: [{
10923
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
10924
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, providedIn: 'root' });
10925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ChatService, decorators: [{
10908
10926
  type: Injectable,
10909
10927
  args: [{
10910
10928
  providedIn: 'root'
@@ -10970,9 +10988,9 @@ class ReceiptService {
10970
10988
  return plainToClass(this.modelClass, data);
10971
10989
  }
10972
10990
  }
10973
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10974
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, providedIn: 'root' });
10975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, decorators: [{
10991
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10992
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, providedIn: 'root' });
10993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ReceiptService, decorators: [{
10976
10994
  type: Injectable,
10977
10995
  args: [{
10978
10996
  providedIn: 'root'
@@ -11001,9 +11019,9 @@ class DepreciationReceiptService extends ReceiptService {
11001
11019
  this.listenEvents();
11002
11020
  }
11003
11021
  }
11004
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11005
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11022
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
11023
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
11024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationReceiptService, decorators: [{
11007
11025
  type: Injectable,
11008
11026
  args: [{
11009
11027
  providedIn: 'root'
@@ -11154,9 +11172,9 @@ class DepreciationService extends RestService$1 {
11154
11172
  });
11155
11173
  }
11156
11174
  }
11157
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
11158
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, decorators: [{
11175
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
11176
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, providedIn: 'root' });
11177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationService, decorators: [{
11160
11178
  type: Injectable,
11161
11179
  args: [{
11162
11180
  providedIn: 'root'
@@ -11208,9 +11226,9 @@ class DepreciationCapitalProjectService {
11208
11226
  }));
11209
11227
  }
11210
11228
  }
11211
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11212
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11229
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11230
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
11231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
11214
11232
  type: Injectable,
11215
11233
  args: [{
11216
11234
  providedIn: 'root'
@@ -11227,9 +11245,9 @@ class DocumentService extends RestService$1 {
11227
11245
  this.modelClass = Document;
11228
11246
  }
11229
11247
  }
11230
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11231
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, providedIn: 'root' });
11232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, decorators: [{
11248
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11249
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, providedIn: 'root' });
11250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentService, decorators: [{
11233
11251
  type: Injectable,
11234
11252
  args: [{
11235
11253
  providedIn: 'root'
@@ -11295,9 +11313,9 @@ class DocumentFolderService extends RestService$1 {
11295
11313
  }));
11296
11314
  }
11297
11315
  }
11298
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11299
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
11300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, decorators: [{
11316
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11317
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
11318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: DocumentFolderService, decorators: [{
11301
11319
  type: Injectable,
11302
11320
  args: [{
11303
11321
  providedIn: 'root'
@@ -11374,9 +11392,9 @@ FacebookService.authOptions = {
11374
11392
  auth_type: 'rerequest',
11375
11393
  return_scopes: true
11376
11394
  };
11377
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1$1.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11378
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, providedIn: 'root' });
11379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, decorators: [{
11395
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1$1.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11396
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, providedIn: 'root' });
11397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FacebookService, decorators: [{
11380
11398
  type: Injectable,
11381
11399
  args: [{
11382
11400
  providedIn: 'root'
@@ -11419,9 +11437,9 @@ class ClientIncomeTypesService {
11419
11437
  }));
11420
11438
  }
11421
11439
  }
11422
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11423
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
11424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
11440
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11441
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
11442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
11425
11443
  type: Injectable,
11426
11444
  args: [{
11427
11445
  providedIn: 'root'
@@ -11539,9 +11557,9 @@ class ClientInviteService extends RestService$1 {
11539
11557
  });
11540
11558
  }
11541
11559
  }
11542
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11543
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
11544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, decorators: [{
11560
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11561
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
11562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientInviteService, decorators: [{
11545
11563
  type: Injectable,
11546
11564
  args: [{
11547
11565
  providedIn: 'root'
@@ -11620,9 +11638,9 @@ class ClientMovementService extends RestService$1 {
11620
11638
  });
11621
11639
  }
11622
11640
  }
11623
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11624
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
11625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, decorators: [{
11641
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11642
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
11643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientMovementService, decorators: [{
11626
11644
  type: Injectable,
11627
11645
  args: [{
11628
11646
  providedIn: 'root'
@@ -11651,9 +11669,9 @@ class EmployeeService extends RestService$1 {
11651
11669
  }));
11652
11670
  }
11653
11671
  }
11654
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11655
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, providedIn: 'root' });
11656
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, decorators: [{
11672
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11673
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, providedIn: 'root' });
11674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeService, decorators: [{
11657
11675
  type: Injectable,
11658
11676
  args: [{
11659
11677
  providedIn: 'root'
@@ -11696,9 +11714,9 @@ class EmployeeInviteService extends RestService$1 {
11696
11714
  }));
11697
11715
  }
11698
11716
  }
11699
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11700
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
11701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, decorators: [{
11717
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11718
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
11719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EmployeeInviteService, decorators: [{
11702
11720
  type: Injectable,
11703
11721
  args: [{
11704
11722
  providedIn: 'root'
@@ -11723,9 +11741,9 @@ class ClientPortfolioReportService {
11723
11741
  }));
11724
11742
  }
11725
11743
  }
11726
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11727
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
11728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
11744
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11745
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
11746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
11729
11747
  type: Injectable,
11730
11748
  args: [{
11731
11749
  providedIn: 'root'
@@ -11795,9 +11813,9 @@ class FirmService {
11795
11813
  }));
11796
11814
  }
11797
11815
  }
11798
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11799
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, providedIn: 'root' });
11800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, decorators: [{
11816
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11817
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, providedIn: 'root' });
11818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: FirmService, decorators: [{
11801
11819
  type: Injectable,
11802
11820
  args: [{
11803
11821
  providedIn: 'root'
@@ -11870,9 +11888,9 @@ class IncomeSourceForecastService extends RestService$1 {
11870
11888
  }).flat();
11871
11889
  }
11872
11890
  }
11873
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11874
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
11875
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
11891
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11892
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
11893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
11876
11894
  type: Injectable,
11877
11895
  args: [{
11878
11896
  providedIn: 'root'
@@ -11942,9 +11960,9 @@ class SalaryForecastService extends RestService$1 {
11942
11960
  }).flat();
11943
11961
  }
11944
11962
  }
11945
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11946
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
11947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, decorators: [{
11963
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
11964
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
11965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SalaryForecastService, decorators: [{
11948
11966
  type: Injectable,
11949
11967
  args: [{
11950
11968
  providedIn: 'root'
@@ -12020,9 +12038,9 @@ class SoleForecastService extends RestService$1 {
12020
12038
  });
12021
12039
  }
12022
12040
  }
12023
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12024
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12025
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, decorators: [{
12041
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12042
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
12043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleForecastService, decorators: [{
12026
12044
  type: Injectable,
12027
12045
  args: [{
12028
12046
  providedIn: 'root'
@@ -12121,9 +12139,9 @@ class IncomeSourceService extends RestService$1 {
12121
12139
  });
12122
12140
  }
12123
12141
  }
12124
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12125
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, decorators: [{
12142
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12143
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
12144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IncomeSourceService, decorators: [{
12127
12145
  type: Injectable,
12128
12146
  args: [{
12129
12147
  providedIn: 'root'
@@ -12183,9 +12201,9 @@ class BorrowingExpenseService {
12183
12201
  }));
12184
12202
  }
12185
12203
  }
12186
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12187
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
12188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, decorators: [{
12204
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12205
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
12206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BorrowingExpenseService, decorators: [{
12189
12207
  type: Injectable,
12190
12208
  args: [{
12191
12209
  providedIn: 'root'
@@ -12312,9 +12330,9 @@ class LoanService extends RestService$1 {
12312
12330
  }));
12313
12331
  }
12314
12332
  }
12315
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12316
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, providedIn: 'root' });
12317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, decorators: [{
12333
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12334
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, providedIn: 'root' });
12335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LoanService, decorators: [{
12318
12336
  type: Injectable,
12319
12337
  args: [{
12320
12338
  providedIn: 'root'
@@ -12331,9 +12349,9 @@ class PropertyCategoryService extends RestService$1 {
12331
12349
  this.url = 'properties/categories';
12332
12350
  }
12333
12351
  }
12334
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12335
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
12336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, decorators: [{
12352
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12353
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
12354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryService, decorators: [{
12337
12355
  type: Injectable,
12338
12356
  args: [{
12339
12357
  providedIn: 'root'
@@ -12371,9 +12389,9 @@ class PropertyCategoryMovementService extends RestService$1 {
12371
12389
  }));
12372
12390
  }
12373
12391
  }
12374
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12375
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
12376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
12392
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12393
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
12394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
12377
12395
  type: Injectable,
12378
12396
  args: [{
12379
12397
  providedIn: 'root'
@@ -12425,9 +12443,9 @@ class PropertyDocumentService extends RestService$1 {
12425
12443
  });
12426
12444
  }
12427
12445
  }
12428
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12429
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
12430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, decorators: [{
12446
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12447
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
12448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyDocumentService, decorators: [{
12431
12449
  type: Injectable,
12432
12450
  args: [{
12433
12451
  providedIn: 'root'
@@ -12442,9 +12460,9 @@ class TaxExemptionService extends RestService$1 {
12442
12460
  this.isHydra = true;
12443
12461
  }
12444
12462
  }
12445
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12446
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
12447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, decorators: [{
12463
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12464
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
12465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxExemptionService, decorators: [{
12448
12466
  type: Injectable,
12449
12467
  args: [{
12450
12468
  providedIn: 'root'
@@ -12475,9 +12493,9 @@ class PropertySaleService extends RestService$1 {
12475
12493
  }));
12476
12494
  }
12477
12495
  }
12478
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12479
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
12480
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, decorators: [{
12496
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12497
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
12498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertySaleService, decorators: [{
12481
12499
  type: Injectable,
12482
12500
  args: [{
12483
12501
  providedIn: 'root'
@@ -12593,9 +12611,9 @@ class PropertyShareService extends RestService$1 {
12593
12611
  });
12594
12612
  }
12595
12613
  }
12596
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12597
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
12598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, decorators: [{
12614
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12615
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
12616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyShareService, decorators: [{
12599
12617
  type: Injectable,
12600
12618
  args: [{
12601
12619
  providedIn: 'root'
@@ -12805,9 +12823,9 @@ class RestService {
12805
12823
  */
12806
12824
  listenEvents() { }
12807
12825
  }
12808
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12809
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, providedIn: 'root' });
12810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, decorators: [{
12826
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12827
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, providedIn: 'root' });
12828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RestService, decorators: [{
12811
12829
  type: Injectable,
12812
12830
  args: [{
12813
12831
  providedIn: 'root'
@@ -12922,9 +12940,9 @@ class PropertyService extends RestService {
12922
12940
  }));
12923
12941
  }
12924
12942
  }
12925
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12926
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, providedIn: 'root' });
12927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, decorators: [{
12943
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12944
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, providedIn: 'root' });
12945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyService, decorators: [{
12928
12946
  type: Injectable,
12929
12947
  args: [{
12930
12948
  providedIn: 'root'
@@ -12968,9 +12986,9 @@ class ServiceNotificationService extends RestService$1 {
12968
12986
  });
12969
12987
  }
12970
12988
  }
12971
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12972
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
12973
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, decorators: [{
12989
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12990
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
12991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServiceNotificationService, decorators: [{
12974
12992
  type: Injectable,
12975
12993
  args: [{
12976
12994
  providedIn: 'root'
@@ -13019,9 +13037,9 @@ class SoleBusinessService extends RestService$1 {
13019
13037
  }));
13020
13038
  }
13021
13039
  }
13022
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13023
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
13024
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, decorators: [{
13040
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13041
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
13042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessService, decorators: [{
13025
13043
  type: Injectable,
13026
13044
  args: [{
13027
13045
  providedIn: 'root'
@@ -13036,9 +13054,9 @@ class SoleBusinessActivityService extends RestService$1 {
13036
13054
  this.isHydra = true;
13037
13055
  }
13038
13056
  }
13039
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13040
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
13041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
13057
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13058
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
13059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
13042
13060
  type: Injectable,
13043
13061
  args: [{
13044
13062
  providedIn: 'root'
@@ -13064,9 +13082,9 @@ class SoleBusinessLossService extends RestService$1 {
13064
13082
  });
13065
13083
  }
13066
13084
  }
13067
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13068
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
13069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, decorators: [{
13085
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13086
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
13087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossService, decorators: [{
13070
13088
  type: Injectable,
13071
13089
  args: [{
13072
13090
  providedIn: 'root'
@@ -13084,9 +13102,9 @@ class SoleBusinessLossOffsetRuleService extends RestService$1 {
13084
13102
  this.isHydra = true;
13085
13103
  }
13086
13104
  }
13087
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13088
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
13089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
13105
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13106
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
13107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
13090
13108
  type: Injectable,
13091
13109
  args: [{
13092
13110
  providedIn: 'root'
@@ -13101,9 +13119,9 @@ class SoleContactService extends RestService$1 {
13101
13119
  this.isHydra = true;
13102
13120
  }
13103
13121
  }
13104
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13105
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, providedIn: 'root' });
13106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, decorators: [{
13122
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13123
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, providedIn: 'root' });
13124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleContactService, decorators: [{
13107
13125
  type: Injectable,
13108
13126
  args: [{
13109
13127
  providedIn: 'root'
@@ -13159,9 +13177,9 @@ class SoleDepreciationMethodService {
13159
13177
  });
13160
13178
  }
13161
13179
  }
13162
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13163
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
13164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
13180
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13181
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
13182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
13165
13183
  type: Injectable,
13166
13184
  args: [{
13167
13185
  providedIn: 'root'
@@ -13214,9 +13232,9 @@ class SoleDetailsService {
13214
13232
  }));
13215
13233
  }
13216
13234
  }
13217
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
13218
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
13219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, decorators: [{
13235
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
13236
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
13237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleDetailsService, decorators: [{
13220
13238
  type: Injectable,
13221
13239
  args: [{
13222
13240
  providedIn: 'root'
@@ -13290,9 +13308,9 @@ class SoleInvoiceService extends RestService$1 {
13290
13308
  });
13291
13309
  }
13292
13310
  }
13293
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13294
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, decorators: [{
13311
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13312
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
13313
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceService, decorators: [{
13296
13314
  type: Injectable,
13297
13315
  args: [{
13298
13316
  providedIn: 'root'
@@ -13307,9 +13325,9 @@ class SoleInvoiceTemplateService extends RestService$1 {
13307
13325
  this.isHydra = true;
13308
13326
  }
13309
13327
  }
13310
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13311
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13328
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13329
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
13330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
13313
13331
  type: Injectable,
13314
13332
  args: [{
13315
13333
  providedIn: 'root'
@@ -13324,9 +13342,9 @@ class BasReportService extends RestService$1 {
13324
13342
  this.isHydra = true;
13325
13343
  }
13326
13344
  }
13327
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13328
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, providedIn: 'root' });
13329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, decorators: [{
13345
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13346
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, providedIn: 'root' });
13347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BasReportService, decorators: [{
13330
13348
  type: Injectable,
13331
13349
  args: [{
13332
13350
  providedIn: 'root'
@@ -13344,9 +13362,9 @@ class ServicePriceService extends RestService$1 {
13344
13362
  this.isHydra = true;
13345
13363
  }
13346
13364
  }
13347
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13348
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, decorators: [{
13365
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13366
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
13367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ServicePriceService, decorators: [{
13350
13368
  type: Injectable,
13351
13369
  args: [{
13352
13370
  providedIn: 'root'
@@ -13460,9 +13478,9 @@ class SubscriptionService {
13460
13478
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
13461
13479
  }
13462
13480
  }
13463
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13464
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
13465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, decorators: [{
13481
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13482
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
13483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: SubscriptionService, decorators: [{
13466
13484
  type: Injectable,
13467
13485
  args: [{
13468
13486
  providedIn: 'root'
@@ -13497,9 +13515,9 @@ class TaxReviewHistoryService extends RestService$1 {
13497
13515
  });
13498
13516
  }
13499
13517
  }
13500
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13501
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
13502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
13518
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13519
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
13520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
13503
13521
  type: Injectable,
13504
13522
  args: [{
13505
13523
  providedIn: 'root'
@@ -13588,9 +13606,9 @@ class TaxReviewService extends RestService$1 {
13588
13606
  });
13589
13607
  }
13590
13608
  }
13591
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13592
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
13593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, decorators: [{
13609
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13610
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
13611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxReviewService, decorators: [{
13594
13612
  type: Injectable,
13595
13613
  args: [{
13596
13614
  providedIn: 'root'
@@ -13647,9 +13665,9 @@ class TaxSummaryService {
13647
13665
  });
13648
13666
  }
13649
13667
  }
13650
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13651
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
13652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, decorators: [{
13668
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13669
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
13670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TaxSummaryService, decorators: [{
13653
13671
  type: Injectable,
13654
13672
  args: [{
13655
13673
  providedIn: 'root'
@@ -13745,9 +13763,9 @@ class TransactionAllocationService extends RestService$1 {
13745
13763
  });
13746
13764
  }
13747
13765
  }
13748
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13749
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
13750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, decorators: [{
13766
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13767
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
13768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionAllocationService, decorators: [{
13751
13769
  type: Injectable,
13752
13770
  args: [{
13753
13771
  providedIn: 'root'
@@ -13773,9 +13791,9 @@ class TransactionReceiptService extends ReceiptService {
13773
13791
  this.listenEvents();
13774
13792
  }
13775
13793
  }
13776
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13777
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
13778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, decorators: [{
13794
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13795
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
13796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionReceiptService, decorators: [{
13779
13797
  type: Injectable,
13780
13798
  args: [{
13781
13799
  providedIn: 'root'
@@ -14095,9 +14113,9 @@ class TransactionService extends RestService$1 {
14095
14113
  });
14096
14114
  }
14097
14115
  }
14098
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
14099
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, providedIn: 'root' });
14100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, decorators: [{
14116
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
14117
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, providedIn: 'root' });
14118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionService, decorators: [{
14101
14119
  type: Injectable,
14102
14120
  args: [{
14103
14121
  providedIn: 'root'
@@ -14126,9 +14144,9 @@ class TutorialVideoService {
14126
14144
  }
14127
14145
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
14128
14146
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
14129
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14130
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
14131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, decorators: [{
14147
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14148
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
14149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TutorialVideoService, decorators: [{
14132
14150
  type: Injectable,
14133
14151
  args: [{
14134
14152
  providedIn: 'root'
@@ -14148,9 +14166,9 @@ class VehicleService extends RestService$1 {
14148
14166
  this.modelClass = Vehicle;
14149
14167
  }
14150
14168
  }
14151
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14152
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, providedIn: 'root' });
14153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, decorators: [{
14169
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14170
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, providedIn: 'root' });
14171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleService, decorators: [{
14154
14172
  type: Injectable,
14155
14173
  args: [{
14156
14174
  providedIn: 'root'
@@ -14222,9 +14240,9 @@ class VehicleClaimService extends RestService$1 {
14222
14240
  combineLatest(batch$).subscribe();
14223
14241
  }
14224
14242
  }
14225
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14226
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
14227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, decorators: [{
14243
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14244
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
14245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimService, decorators: [{
14228
14246
  type: Injectable,
14229
14247
  args: [{
14230
14248
  providedIn: 'root'
@@ -14301,9 +14319,9 @@ class VehicleClaimDetailsService {
14301
14319
  this.update(vehicleClaimDetails).subscribe();
14302
14320
  }
14303
14321
  }
14304
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14305
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
14306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
14322
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14323
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
14324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
14307
14325
  type: Injectable,
14308
14326
  args: [{
14309
14327
  providedIn: 'root'
@@ -14323,9 +14341,9 @@ class VehicleLogbookService extends RestService$1 {
14323
14341
  this.modelClass = VehicleLogbook;
14324
14342
  }
14325
14343
  }
14326
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14327
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
14328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, decorators: [{
14344
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14345
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
14346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: VehicleLogbookService, decorators: [{
14329
14347
  type: Injectable,
14330
14348
  args: [{
14331
14349
  providedIn: 'root'
@@ -14358,9 +14376,9 @@ class OccupationService {
14358
14376
  return this.occupationsSubject.asObservable();
14359
14377
  }
14360
14378
  }
14361
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14362
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, providedIn: 'root' });
14363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, decorators: [{
14379
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14380
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, providedIn: 'root' });
14381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: OccupationService, decorators: [{
14364
14382
  type: Injectable,
14365
14383
  args: [{
14366
14384
  providedIn: 'root'
@@ -14404,9 +14422,9 @@ class UserEventSettingService extends RestService$1 {
14404
14422
  }));
14405
14423
  }
14406
14424
  }
14407
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14408
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
14409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, decorators: [{
14425
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14426
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
14427
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventSettingService, decorators: [{
14410
14428
  type: Injectable,
14411
14429
  args: [{
14412
14430
  providedIn: 'root'
@@ -14421,9 +14439,9 @@ class UserEventTypeService extends RestService$1 {
14421
14439
  this.isHydra = true;
14422
14440
  }
14423
14441
  }
14424
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14425
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
14426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, decorators: [{
14442
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14443
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
14444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UserEventTypeService, decorators: [{
14427
14445
  type: Injectable,
14428
14446
  args: [{
14429
14447
  providedIn: 'root'
@@ -14440,9 +14458,9 @@ class UsersInviteService extends RestService$1 {
14440
14458
  this.url = 'users/invite';
14441
14459
  }
14442
14460
  }
14443
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14444
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
14445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, decorators: [{
14461
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14462
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
14463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: UsersInviteService, decorators: [{
14446
14464
  type: Injectable,
14447
14465
  args: [{
14448
14466
  providedIn: 'root'
@@ -14636,9 +14654,9 @@ class AccountSetupService {
14636
14654
  }));
14637
14655
  }
14638
14656
  }
14639
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
14640
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
14641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, decorators: [{
14657
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
14658
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
14659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AccountSetupService, decorators: [{
14642
14660
  type: Injectable,
14643
14661
  args: [{
14644
14662
  providedIn: 'root'
@@ -14664,9 +14682,9 @@ class RewardfulService {
14664
14682
  });
14665
14683
  }
14666
14684
  }
14667
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14668
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, providedIn: 'root' });
14669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, decorators: [{
14685
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14686
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, providedIn: 'root' });
14687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: RewardfulService, decorators: [{
14670
14688
  type: Injectable,
14671
14689
  args: [{
14672
14690
  providedIn: 'root'
@@ -14711,9 +14729,9 @@ class AssetsService {
14711
14729
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
14712
14730
  }
14713
14731
  }
14714
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14715
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, providedIn: 'root' });
14716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, decorators: [{
14732
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14733
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, providedIn: 'root' });
14734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: AssetsService, decorators: [{
14717
14735
  type: Injectable,
14718
14736
  args: [{
14719
14737
  providedIn: 'root'
@@ -14776,9 +14794,9 @@ class BankTransactionCalculationService {
14776
14794
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
14777
14795
  }
14778
14796
  }
14779
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14780
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
14781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
14797
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14798
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
14799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
14782
14800
  type: Injectable,
14783
14801
  args: [{
14784
14802
  providedIn: 'root'
@@ -14807,9 +14825,9 @@ class BankAccountCalculationService {
14807
14825
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
14808
14826
  }
14809
14827
  }
14810
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
14811
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
14812
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, decorators: [{
14828
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
14829
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
14830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: BankAccountCalculationService, decorators: [{
14813
14831
  type: Injectable,
14814
14832
  args: [{
14815
14833
  providedIn: 'root'
@@ -14834,9 +14852,9 @@ class ExportFormatterService {
14834
14852
  }));
14835
14853
  }
14836
14854
  }
14837
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$2.CurrencyPipe }, { token: i1$2.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
14838
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
14839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, decorators: [{
14855
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$2.CurrencyPipe }, { token: i1$2.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
14856
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
14857
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: ExportFormatterService, decorators: [{
14840
14858
  type: Injectable,
14841
14859
  args: [{
14842
14860
  providedIn: 'root'
@@ -14857,9 +14875,9 @@ class HeaderTitleService {
14857
14875
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
14858
14876
  }
14859
14877
  }
14860
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
14861
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
14862
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, decorators: [{
14878
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, deps: [{ token: i1$1.Router }, { token: i1$1.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
14879
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
14880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: HeaderTitleService, decorators: [{
14863
14881
  type: Injectable,
14864
14882
  args: [{
14865
14883
  providedIn: 'root'
@@ -14893,9 +14911,9 @@ class IntercomService {
14893
14911
  window.Intercom('boot', connectionCredentials);
14894
14912
  }
14895
14913
  }
14896
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14897
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, providedIn: 'root' });
14898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, decorators: [{
14914
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14915
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, providedIn: 'root' });
14916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: IntercomService, decorators: [{
14899
14917
  type: Injectable,
14900
14918
  args: [{
14901
14919
  providedIn: 'root'
@@ -14956,9 +14974,9 @@ class PdfFromDomElementService {
14956
14974
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
14957
14975
  }
14958
14976
  }
14959
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14960
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
14961
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, decorators: [{
14977
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14978
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
14979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDomElementService, decorators: [{
14962
14980
  type: Injectable,
14963
14981
  args: [{
14964
14982
  providedIn: 'root'
@@ -15037,9 +15055,9 @@ class PdfFromTableService {
15037
15055
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
15038
15056
  }
15039
15057
  }
15040
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15041
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
15042
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, decorators: [{
15058
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15059
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
15060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromTableService, decorators: [{
15043
15061
  type: Injectable,
15044
15062
  args: [{
15045
15063
  providedIn: 'root'
@@ -15071,9 +15089,9 @@ class PdfFromDataTableService extends PdfFromTableService {
15071
15089
  return pdf;
15072
15090
  }
15073
15091
  }
15074
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
15075
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
15076
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, decorators: [{
15092
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
15093
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
15094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromDataTableService, decorators: [{
15077
15095
  type: Injectable,
15078
15096
  args: [{
15079
15097
  providedIn: 'root'
@@ -15106,9 +15124,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
15106
15124
  return pdf;
15107
15125
  }
15108
15126
  }
15109
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15110
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
15111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
15127
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15128
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
15129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
15112
15130
  type: Injectable,
15113
15131
  args: [{
15114
15132
  providedIn: 'root'
@@ -15141,9 +15159,9 @@ class EquityPositionChartService {
15141
15159
  }));
15142
15160
  }
15143
15161
  }
15144
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15145
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
15146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, decorators: [{
15162
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15163
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
15164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: EquityPositionChartService, decorators: [{
15147
15165
  type: Injectable,
15148
15166
  args: [{
15149
15167
  providedIn: 'root'
@@ -15315,9 +15333,9 @@ class PropertyCalculationService {
15315
15333
  }
15316
15334
  }
15317
15335
  }
15318
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15319
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
15320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, decorators: [{
15336
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15337
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
15338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyCalculationService, decorators: [{
15321
15339
  type: Injectable,
15322
15340
  args: [{
15323
15341
  providedIn: 'root'
@@ -15374,9 +15392,9 @@ class PropertyTransactionReportService {
15374
15392
  }));
15375
15393
  }
15376
15394
  }
15377
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
15378
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
15379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
15395
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
15396
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
15397
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
15380
15398
  type: Injectable,
15381
15399
  args: [{
15382
15400
  providedIn: 'root'
@@ -15446,9 +15464,9 @@ class TransactionCalculationService {
15446
15464
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
15447
15465
  }
15448
15466
  }
15449
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15450
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
15451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, decorators: [{
15467
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15468
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
15469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: TransactionCalculationService, decorators: [{
15452
15470
  type: Injectable,
15453
15471
  args: [{
15454
15472
  providedIn: 'root'
@@ -15508,9 +15526,9 @@ class LogbookBestPeriodService {
15508
15526
  });
15509
15527
  }
15510
15528
  }
15511
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15512
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
15513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
15529
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15530
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
15531
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
15514
15532
  type: Injectable,
15515
15533
  args: [{
15516
15534
  providedIn: 'root'
@@ -15551,9 +15569,9 @@ class XlsxService {
15551
15569
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
15552
15570
  }
15553
15571
  }
15554
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15555
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, providedIn: 'root' });
15556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, decorators: [{
15572
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15573
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, providedIn: 'root' });
15574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0, type: XlsxService, decorators: [{
15557
15575
  type: Injectable,
15558
15576
  args: [{
15559
15577
  providedIn: 'root'
@@ -15645,8 +15663,6 @@ function taxReviewFilterPredicate(data, filter) {
15645
15663
  class AbstractForm extends FormGroup {
15646
15664
  constructor(controls, model, validatorOrOpts, asyncValidator) {
15647
15665
  super(controls, validatorOrOpts, asyncValidator);
15648
- // @TODO remove and use getRawValue instead of value (needs testing and refactoring)
15649
- this.submitDisabledFields = false;
15650
15666
  /**
15651
15667
  * @TODO Alex bad name, it's also about unchanged
15652
15668
  * Flag display if some form values changed
@@ -15671,14 +15687,15 @@ class AbstractForm extends FormGroup {
15671
15687
  * Check validation and return a new instance of generic model.
15672
15688
  * Merge form value to initial object
15673
15689
  * @param data Additional data object which be merged to form value
15690
+ * @param includeDisabledFields ignore disabled fields
15674
15691
  */
15675
- submit(data = {}) {
15692
+ submit(data = {}, includeDisabledFields = false) {
15676
15693
  this.submitted = true;
15677
15694
  this.markAllAsTouched();
15678
15695
  if (!this.disabled && !this.valid) {
15679
15696
  return null;
15680
15697
  }
15681
- const value = this.submitDisabledFields ? this.getRawValue() : this.value;
15698
+ const value = includeDisabledFields ? this.getRawValue() : this.value;
15682
15699
  const model = this.createModelInstance(Object.assign({}, this.model, value, data));
15683
15700
  this.onSubmit.emit(model);
15684
15701
  return model;
@@ -16602,7 +16619,6 @@ class BasReportForm extends AbstractForm {
16602
16619
  gst: new FormControl({ value: report.gst, disabled: true }),
16603
16620
  }, report);
16604
16621
  this.report = report;
16605
- this.submitDisabledFields = true;
16606
16622
  // prefill income/expense data based on transactions/depreciations filtered by specified date
16607
16623
  combineLatest([this.get('dateFrom').valueChanges, this.get('dateTo').valueChanges])
16608
16624
  .subscribe(([dateFrom, dateTo]) => {
@@ -16634,6 +16650,9 @@ class BasReportForm extends AbstractForm {
16634
16650
  this.get('gst').setValue(incomeGST - expenseGST + taxWithheldTotal + paygTaxInstalment - fuelTaxCredit);
16635
16651
  });
16636
16652
  }
16653
+ submit(data = {}) {
16654
+ return super.submit(data, true);
16655
+ }
16637
16656
  }
16638
16657
 
16639
16658
  class BankAccountAllocationForm extends AbstractForm {
@@ -17819,17 +17838,14 @@ class TransactionBaseForm extends AbstractForm {
17819
17838
  });
17820
17839
  }
17821
17840
  watchChartAccounts() {
17822
- this.get('chartAccounts').valueChanges.subscribe((value) => {
17823
- if (!(value instanceof ChartAccounts)) {
17824
- return;
17825
- }
17841
+ this.get('chartAccounts').valueChanges.subscribe((chartAccounts) => {
17826
17842
  // recalculate claim percent for selected chart accounts
17827
- this.updateClaimPercent(value);
17843
+ this.updateClaimPercent(chartAccounts);
17828
17844
  if (!this.isGstApplicable()) {
17829
17845
  return;
17830
17846
  }
17831
17847
  // update gst if applicable
17832
- if (value.isGST) {
17848
+ if (chartAccounts.isGST) {
17833
17849
  this.get('isGST').enable();
17834
17850
  this.get('isGST').patchValue(true);
17835
17851
  }
@@ -17906,7 +17922,7 @@ class TransactionForm extends TransactionBaseForm {
17906
17922
  const formGroup = new FormGroup({
17907
17923
  id: new FormControl(transaction.id),
17908
17924
  chartAccounts: new FormControl(transaction.chartAccounts, [Validators.required, autocompleteValidator()]),
17909
- amount: new FormControl(Math.abs(transaction.amount), [Validators.required]),
17925
+ amount: new FormControl(transaction.amount, [Validators.required]),
17910
17926
  });
17911
17927
  this.get('transactions').push(formGroup);
17912
17928
  }
@@ -17918,24 +17934,29 @@ class TransactionForm extends TransactionBaseForm {
17918
17934
  * Adjustments inherit most of the fields from parent transaction
17919
17935
  */
17920
17936
  buildTransactions(transaction) {
17921
- return this.get('transactions').value.map((childTransaction) => Object.assign({
17922
- description: childTransaction.chartAccounts.name,
17923
- date: transaction.date,
17924
- claimPercent: transaction.claimPercent,
17925
- source: TransactionSourceEnum.BANK_TRANSACTION,
17926
- type: childTransaction.chartAccounts.isExpense() ? TransactionTypeEnum.DEBIT : TransactionTypeEnum.CREDIT,
17927
- incomeSource: transaction.incomeSource,
17928
- property: transaction.property
17929
- }, this.model.transactions.find((transaction) => transaction.id === childTransaction['id']) || {}, childTransaction));
17937
+ return this.get('transactions').value.map((childTransaction) => {
17938
+ var _a, _b, _c;
17939
+ return Object.assign({
17940
+ description: (_a = childTransaction.chartAccounts) === null || _a === void 0 ? void 0 : _a.name,
17941
+ date: transaction.date,
17942
+ claimPercent: (transaction.claimPercent * ((_b = childTransaction.chartAccounts) === null || _b === void 0 ? void 0 : _b.taxablePercent)) / 100,
17943
+ source: TransactionSourceEnum.BANK_TRANSACTION,
17944
+ type: ((_c = childTransaction.chartAccounts) === null || _c === void 0 ? void 0 : _c.isExpense()) ? TransactionTypeEnum.DEBIT : TransactionTypeEnum.CREDIT,
17945
+ incomeSource: transaction.incomeSource,
17946
+ property: transaction.property
17947
+ }, this.model.transactions.find((transaction) => transaction.id === childTransaction['id']) || {}, childTransaction);
17948
+ });
17930
17949
  }
17931
17950
  submit(data = {}) {
17932
- return super.submit(Object.assign(data, { transactions: this.buildTransactions(this.currentValue) }));
17951
+ return super.submit(Object.assign(data, { transactions: this.buildTransactions(this.currentValue) }), true);
17933
17952
  }
17934
17953
  }
17935
17954
 
17936
17955
  class WorkIncomeForm extends TransactionForm {
17937
17956
  constructor(transaction, registeredForGst, allocations) {
17938
17957
  var _a;
17958
+ // for work income we need to show netAmount instead of amount (because some adjustments are included in amount)
17959
+ transaction.amount = transaction.netAmount;
17939
17960
  super(transaction, registeredForGst, allocations, {
17940
17961
  // additional data related to work income (like tax instalments)
17941
17962
  metadata: new FormArray((transaction.metadata || []).map((transactionMetadata) => {
@@ -17950,10 +17971,6 @@ class WorkIncomeForm extends TransactionForm {
17950
17971
  }, Validators.required),
17951
17972
  incomeSource: new FormControl(transaction.incomeSource, [Validators.required, autocompleteValidator()]),
17952
17973
  });
17953
- // @TODO we use amount field as netAmount to avoid extra watcher for amount recalculation
17954
- if (transaction.id) {
17955
- this.get('amount').setValue(transaction.netAmount);
17956
- }
17957
17974
  // forbid to edit some fields for allocated transaction
17958
17975
  if (allocations.length) {
17959
17976
  this.get('chartAccounts').disable();
@@ -17978,23 +17995,17 @@ class WorkIncomeForm extends TransactionForm {
17978
17995
  }
17979
17996
  watchChartAccounts() {
17980
17997
  super.watchChartAccounts();
17981
- this.get('chartAccounts').valueChanges.subscribe((value) => {
17982
- // some fields depend on ChartAccounts and can't be filled until it's selected
17983
- if (!(value instanceof ChartAccounts)) {
17984
- this.get('tax').disable();
17985
- this.get('transactions').disable();
17986
- return;
17987
- }
17998
+ this.get('chartAccounts').valueChanges.subscribe((chartAccounts) => {
17988
17999
  this.buildMetadataForm();
17989
18000
  // tax make no sense for pre-paying tax category
17990
- if (value.isNRAS()) {
18001
+ if (chartAccounts.isNRAS()) {
17991
18002
  this.get('tax').disable();
17992
18003
  }
17993
18004
  else {
17994
18005
  this.get('tax').enable();
17995
18006
  }
17996
18007
  // adjustments possible only for salary chartAccounts
17997
- if (value.isSalary()) {
18008
+ if (chartAccounts.isSalary()) {
17998
18009
  this.get('transactions').enable();
17999
18010
  }
18000
18011
  else {
@@ -18071,5 +18082,5 @@ class DepreciationForm extends TransactionBaseForm {
18071
18082
  * Generated bundle index. Do not edit.
18072
18083
  */
18073
18084
 
18074
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, 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, ChartAccountsListEnum, ChartAccountsMetadata, ChartAccountsMetadataListEnum, ChartAccountsMetadataTypeEnum, 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, 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, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, 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, 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, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetadata, PropertySaleTaxExemptionMetadataCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentStatusEnum, ServicePrice, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductIdEnum, 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, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetadata, TaxExemptionMetadataEnum, 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, TransactionBaseCollection, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetadata, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, 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, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
18085
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, 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, ChartAccountsMetadata, ChartAccountsMetadataListEnum, ChartAccountsMetadataTypeEnum, 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, 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, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, 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, 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, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetadata, PropertySaleTaxExemptionMetadataCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentStatusEnum, ServicePrice, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductIdEnum, 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, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetadata, TaxExemptionMetadataEnum, 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, TransactionBaseCollection, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetadata, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, 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, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
18075
18086
  //# sourceMappingURL=taxtank-core.js.map