taxtank-core 0.30.39 → 0.30.40

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 (1001) hide show
  1. package/esm2020/lib/db/Models/subscription/service-subscription.mjs +1 -1
  2. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  3. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  4. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  5. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  6. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  7. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  8. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  10. package/esm2020/lib/models/service-subscription/index.mjs +2 -2
  11. package/esm2020/lib/models/service-subscription/service-price.mjs +3 -3
  12. package/esm2020/lib/models/service-subscription/service-promo-code-duration.enum.mjs +7 -0
  13. package/esm2020/lib/models/service-subscription/service-promo-code.mjs +3 -0
  14. package/esm2020/lib/models/service-subscription/service-subscription-item.mjs +4 -1
  15. package/esm2020/lib/models/service-subscription/service-subscription.mjs +8 -9
  16. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  17. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  18. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  19. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  20. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  21. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  22. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  23. package/esm2020/lib/services/data.service.mjs +3 -3
  24. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  25. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  26. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  27. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  28. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  29. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  30. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  31. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  32. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  33. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  34. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  35. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  36. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  37. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  38. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  39. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  40. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  41. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  42. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  43. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  44. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  45. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  46. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  47. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  48. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  49. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  50. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  51. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  52. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  53. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  54. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  55. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  56. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  57. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  58. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  59. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  60. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  61. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  62. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  63. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  64. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  65. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  66. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  67. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  68. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  69. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  70. package/esm2020/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.mjs +3 -3
  71. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  72. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  73. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  74. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  75. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  76. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  77. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  78. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  79. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  80. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  81. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  87. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  88. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  89. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  90. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  91. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +8 -6
  92. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  93. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  94. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  95. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  96. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  97. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  98. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  99. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  100. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  101. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  102. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  103. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  104. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  105. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  106. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  107. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  108. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  109. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  110. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  111. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  112. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  113. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  114. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  115. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  116. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  117. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  118. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  119. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  120. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  121. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  122. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  123. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  124. package/esm2020/lib/tt-core.module.mjs +4 -4
  125. package/fesm2015/taxtank-core.mjs +371 -377
  126. package/fesm2015/taxtank-core.mjs.map +1 -1
  127. package/fesm2020/taxtank-core.mjs +371 -377
  128. package/fesm2020/taxtank-core.mjs.map +1 -1
  129. package/lib/db/Models/subscription/service-subscription.d.ts +6 -1
  130. package/lib/models/service-subscription/index.d.ts +1 -1
  131. package/lib/models/service-subscription/service-price.d.ts +1 -1
  132. package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts +5 -0
  133. package/lib/models/service-subscription/service-promo-code.d.ts +11 -0
  134. package/lib/models/service-subscription/service-subscription-item.d.ts +1 -0
  135. package/lib/models/service-subscription/service-subscription.d.ts +3 -6
  136. package/package.json +1 -1
  137. package/esm2020/lib/models/service-subscription/stripe-promo-code.mjs +0 -12
  138. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  139. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  140. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  141. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  142. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  143. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  144. package/lib/collections/chat/chat.collection.d.ts.map +0 -1
  145. package/lib/collections/chat/index.d.ts.map +0 -1
  146. package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
  147. package/lib/collections/chat/message.collection.d.ts.map +0 -1
  148. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  149. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  150. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  151. package/lib/collections/client.collection.d.ts.map +0 -1
  152. package/lib/collections/collection-dictionary.d.ts.map +0 -1
  153. package/lib/collections/collection.d.ts.map +0 -1
  154. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  155. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  156. package/lib/collections/employee.collection.d.ts.map +0 -1
  157. package/lib/collections/exportable.collection.d.ts.map +0 -1
  158. package/lib/collections/holding-type.collection.d.ts.map +0 -1
  159. package/lib/collections/holding.collection.d.ts.map +0 -1
  160. package/lib/collections/income-source.collection.d.ts.map +0 -1
  161. package/lib/collections/index.d.ts.map +0 -1
  162. package/lib/collections/loan/index.d.ts.map +0 -1
  163. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  164. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  165. package/lib/collections/property/index.d.ts.map +0 -1
  166. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  167. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  168. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
  169. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  170. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  171. package/lib/collections/property/property.collection.d.ts.map +0 -1
  172. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  173. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  174. package/lib/collections/report/index.d.ts.map +0 -1
  175. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  176. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  177. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  178. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  179. package/lib/collections/sole/index.d.ts.map +0 -1
  180. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  181. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  182. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  183. package/lib/collections/subscription/index.d.ts.map +0 -1
  184. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  185. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  186. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  187. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  188. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  189. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  190. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  191. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  192. package/lib/collections/transaction/index.d.ts.map +0 -1
  193. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  194. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  195. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  196. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  197. package/lib/collections/vehicle/index.d.ts.map +0 -1
  198. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  199. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  200. package/lib/db/Enums/address-type.enum.d.ts.map +0 -1
  201. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +0 -1
  202. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +0 -1
  203. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +0 -1
  204. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +0 -1
  205. package/lib/db/Enums/annual-frequency.enum.d.ts.map +0 -1
  206. package/lib/db/Enums/bank-account-status.enum.d.ts.map +0 -1
  207. package/lib/db/Enums/bank-account-type.enum.d.ts.map +0 -1
  208. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +0 -1
  209. package/lib/db/Enums/bank-popular.enum.d.ts.map +0 -1
  210. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +0 -1
  211. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +0 -1
  212. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +0 -1
  213. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +0 -1
  214. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +0 -1
  215. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +0 -1
  216. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +0 -1
  217. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +0 -1
  218. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +0 -1
  219. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +0 -1
  220. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +0 -1
  221. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +0 -1
  222. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +0 -1
  223. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +0 -1
  224. package/lib/db/Enums/chart-accounts/index.d.ts.map +0 -1
  225. package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
  226. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
  227. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
  228. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
  229. package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
  230. package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
  231. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +0 -1
  232. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +0 -1
  233. package/lib/db/Enums/depreciation-type.enum.d.ts.map +0 -1
  234. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  235. package/lib/db/Enums/document-type.enum.d.ts.map +0 -1
  236. package/lib/db/Enums/file-type.enum.d.ts.map +0 -1
  237. package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
  238. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +0 -1
  239. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +0 -1
  240. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +0 -1
  241. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +0 -1
  242. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +0 -1
  243. package/lib/db/Enums/income-source-type.enum.d.ts.map +0 -1
  244. package/lib/db/Enums/index.d.ts.map +0 -1
  245. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  246. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  247. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  248. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +0 -1
  249. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +0 -1
  250. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +0 -1
  251. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +0 -1
  252. package/lib/db/Enums/loan-type.enum.d.ts.map +0 -1
  253. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +0 -1
  254. package/lib/db/Enums/phone-type.enum.d.ts.map +0 -1
  255. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  256. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +0 -1
  257. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +0 -1
  258. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
  259. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
  260. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
  261. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
  262. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +0 -1
  263. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  264. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  265. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +0 -1
  266. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +0 -1
  267. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +0 -1
  268. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +0 -1
  269. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +0 -1
  270. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  271. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  272. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +0 -1
  273. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
  274. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
  275. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
  276. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
  277. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
  278. package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
  279. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
  280. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
  281. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  282. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  283. package/lib/db/Enums/tax-review-status.enum.d.ts.map +0 -1
  284. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  285. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +0 -1
  286. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  287. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +0 -1
  288. package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
  289. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  290. package/lib/db/Enums/transaction-operation.enum.d.ts.map +0 -1
  291. package/lib/db/Enums/transaction-source.enum.d.ts.map +0 -1
  292. package/lib/db/Enums/transaction-type.enum.d.ts.map +0 -1
  293. package/lib/db/Enums/user-event-status.enum.d.ts.map +0 -1
  294. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  295. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  296. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +0 -1
  297. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  298. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  299. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  300. package/lib/db/Enums/user-roles.enum.d.ts.map +0 -1
  301. package/lib/db/Enums/user-status.enum.d.ts.map +0 -1
  302. package/lib/db/Enums/user-title.enum.d.ts.map +0 -1
  303. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  304. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  305. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +0 -1
  306. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
  307. package/lib/db/Models/abstract-model.d.ts.map +0 -1
  308. package/lib/db/Models/address.d.ts.map +0 -1
  309. package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
  310. package/lib/db/Models/bank/bank-account-property.d.ts.map +0 -1
  311. package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
  312. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  313. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +0 -1
  314. package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
  315. package/lib/db/Models/bank/bank.d.ts.map +0 -1
  316. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  317. package/lib/db/Models/bank/financial-data-system.d.ts.map +0 -1
  318. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  319. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  320. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  321. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  322. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +0 -1
  323. package/lib/db/Models/client/annual-client-details.d.ts.map +0 -1
  324. package/lib/db/Models/client/client-details.d.ts.map +0 -1
  325. package/lib/db/Models/client/client-income-types.d.ts.map +0 -1
  326. package/lib/db/Models/client/index.d.ts.map +0 -1
  327. package/lib/db/Models/client/occupation.d.ts.map +0 -1
  328. package/lib/db/Models/country.d.ts.map +0 -1
  329. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  330. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +0 -1
  331. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +0 -1
  332. package/lib/db/Models/depreciation/depreciation.d.ts.map +0 -1
  333. package/lib/db/Models/document/document-base.d.ts.map +0 -1
  334. package/lib/db/Models/document/document-folder.d.ts.map +0 -1
  335. package/lib/db/Models/document/document.d.ts.map +0 -1
  336. package/lib/db/Models/document/property-document.d.ts.map +0 -1
  337. package/lib/db/Models/file.d.ts.map +0 -1
  338. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
  339. package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
  340. package/lib/db/Models/firm/chat.d.ts.map +0 -1
  341. package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
  342. package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
  343. package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
  344. package/lib/db/Models/firm/firm-invite.d.ts.map +0 -1
  345. package/lib/db/Models/firm/firm.d.ts.map +0 -1
  346. package/lib/db/Models/firm/message-document.d.ts.map +0 -1
  347. package/lib/db/Models/firm/message.d.ts.map +0 -1
  348. package/lib/db/Models/holding/holding-sale.d.ts.map +0 -1
  349. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +0 -1
  350. package/lib/db/Models/holding/holding-type.d.ts.map +0 -1
  351. package/lib/db/Models/holding/holding.d.ts.map +0 -1
  352. package/lib/db/Models/holding/index.d.ts.map +0 -1
  353. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +0 -1
  354. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +0 -1
  355. package/lib/db/Models/incomeSource/income-source.d.ts.map +0 -1
  356. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +0 -1
  357. package/lib/db/Models/index.d.ts.map +0 -1
  358. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +0 -1
  359. package/lib/db/Models/loan/borrowing-expense.d.ts.map +0 -1
  360. package/lib/db/Models/loan/loan-payout.d.ts.map +0 -1
  361. package/lib/db/Models/loan/loan.d.ts.map +0 -1
  362. package/lib/db/Models/observable-model.d.ts.map +0 -1
  363. package/lib/db/Models/phone.d.ts.map +0 -1
  364. package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
  365. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  366. package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
  367. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  368. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
  369. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  370. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
  371. package/lib/db/Models/property/property-share.d.ts.map +0 -1
  372. package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
  373. package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
  374. package/lib/db/Models/property/property.d.ts.map +0 -1
  375. package/lib/db/Models/service-notification.d.ts.map +0 -1
  376. package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
  377. package/lib/db/Models/sole/sole-business-activity.d.ts.map +0 -1
  378. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +0 -1
  379. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  380. package/lib/db/Models/sole/sole-business-loss.d.ts.map +0 -1
  381. package/lib/db/Models/sole/sole-business.d.ts.map +0 -1
  382. package/lib/db/Models/sole/sole-contact.d.ts.map +0 -1
  383. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
  384. package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
  385. package/lib/db/Models/sole/sole-forecast.d.ts.map +0 -1
  386. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +0 -1
  387. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +0 -1
  388. package/lib/db/Models/sole/sole-invoice.d.ts.map +0 -1
  389. package/lib/db/Models/spare/spare-document-category.d.ts.map +0 -1
  390. package/lib/db/Models/spare/spare-document.d.ts.map +0 -1
  391. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  392. package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
  393. package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
  394. package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
  395. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
  396. package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
  397. package/lib/db/Models/tax-calculation.d.ts.map +0 -1
  398. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +0 -1
  399. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +0 -1
  400. package/lib/db/Models/tax-return/tax-return.d.ts.map +0 -1
  401. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  402. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  403. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  404. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  405. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +0 -1
  406. package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
  407. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +0 -1
  408. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +0 -1
  409. package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
  410. package/lib/db/Models/user/employee-details.d.ts.map +0 -1
  411. package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
  412. package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
  413. package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
  414. package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
  415. package/lib/db/Models/user/user-event.d.ts.map +0 -1
  416. package/lib/db/Models/user/user.d.ts.map +0 -1
  417. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  418. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +0 -1
  419. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +0 -1
  420. package/lib/db/Models/vehicle/vehicle.d.ts.map +0 -1
  421. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  422. package/lib/forms/abstract.form.d.ts.map +0 -1
  423. package/lib/forms/address/address.form.d.ts.map +0 -1
  424. package/lib/forms/address/index.d.ts.map +0 -1
  425. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  426. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  427. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  428. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  429. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  430. package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
  431. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  432. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  433. package/lib/forms/client/index.d.ts.map +0 -1
  434. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  435. package/lib/forms/depreciation/index.d.ts.map +0 -1
  436. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  437. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  438. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  439. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  440. package/lib/forms/holding/index.d.ts.map +0 -1
  441. package/lib/forms/index.d.ts.map +0 -1
  442. package/lib/forms/loan/index.d.ts.map +0 -1
  443. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  444. package/lib/forms/login/login.form.d.ts.map +0 -1
  445. package/lib/forms/phone/index.d.ts.map +0 -1
  446. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  447. package/lib/forms/property/index.d.ts.map +0 -1
  448. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  449. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  450. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  451. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  452. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  453. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  454. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  455. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +0 -1
  456. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +0 -1
  457. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  458. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +0 -1
  459. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  460. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  461. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  462. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  463. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  464. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  465. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  466. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  467. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  468. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  469. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  470. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  471. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  472. package/lib/forms/sole/index.d.ts.map +0 -1
  473. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  474. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  475. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  476. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  477. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  478. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  479. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  480. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  481. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  482. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  483. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  484. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  485. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  486. package/lib/forms/transaction/index.d.ts.map +0 -1
  487. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  488. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  489. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  490. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  491. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  492. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  493. package/lib/forms/user/index.d.ts.map +0 -1
  494. package/lib/forms/user/password.form.d.ts.map +0 -1
  495. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  496. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  497. package/lib/forms/vehicle/index.d.ts.map +0 -1
  498. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  499. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  500. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  501. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  502. package/lib/functions/array/index.d.ts.map +0 -1
  503. package/lib/functions/array/replace.d.ts.map +0 -1
  504. package/lib/functions/array/sort-deep.d.ts.map +0 -1
  505. package/lib/functions/array/sort.d.ts.map +0 -1
  506. package/lib/functions/array/to-array.d.ts.map +0 -1
  507. package/lib/functions/clone-deep.d.ts.map +0 -1
  508. package/lib/functions/create-date.d.ts.map +0 -1
  509. package/lib/functions/enum-to-list.d.ts.map +0 -1
  510. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  511. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  512. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  513. package/lib/functions/round-to.d.ts.map +0 -1
  514. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  515. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  516. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  517. package/lib/interceptors/corelogic-interceptor.d.ts.map +0 -1
  518. package/lib/interceptors/financial-year-interceptor.d.ts.map +0 -1
  519. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  520. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  521. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  522. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  523. package/lib/interfaces/asset-entity-type.enum.d.ts.map +0 -1
  524. package/lib/interfaces/asset-type.enum.d.ts.map +0 -1
  525. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  526. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  527. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  528. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  529. package/lib/interfaces/document.interface.d.ts.map +0 -1
  530. package/lib/interfaces/documentable.interface.d.ts.map +0 -1
  531. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  532. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  533. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  534. package/lib/interfaces/index.d.ts.map +0 -1
  535. package/lib/interfaces/option.interface.d.ts.map +0 -1
  536. package/lib/interfaces/photoable.d.ts.map +0 -1
  537. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  538. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  539. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  540. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  541. package/lib/messages/index.d.ts.map +0 -1
  542. package/lib/messages/messages.enum.d.ts.map +0 -1
  543. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  544. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  545. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  546. package/lib/models/address/address.d.ts.map +0 -1
  547. package/lib/models/address/country.d.ts.map +0 -1
  548. package/lib/models/address/index.d.ts.map +0 -1
  549. package/lib/models/address/states.enum.d.ts.map +0 -1
  550. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  551. package/lib/models/badge/badge.d.ts.map +0 -1
  552. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  553. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  554. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  555. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  556. package/lib/models/bank/bank-account.d.ts.map +0 -1
  557. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  558. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  559. package/lib/models/bank/bank-login-data.d.ts.map +0 -1
  560. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  561. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  562. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  563. package/lib/models/bank/bank.d.ts.map +0 -1
  564. package/lib/models/bank/basiq/basiq-config.d.ts.map +0 -1
  565. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +0 -1
  566. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +0 -1
  567. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  568. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  569. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  570. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  571. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  572. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  573. package/lib/models/bank/index.d.ts.map +0 -1
  574. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  575. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  576. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  577. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  578. package/lib/models/chart/chart-data.d.ts.map +0 -1
  579. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  580. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  581. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  582. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  583. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  584. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  585. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  586. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  587. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  588. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  589. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  590. package/lib/models/chat/chat.d.ts.map +0 -1
  591. package/lib/models/chat/index.d.ts.map +0 -1
  592. package/lib/models/chat/message-document.d.ts.map +0 -1
  593. package/lib/models/chat/message.d.ts.map +0 -1
  594. package/lib/models/client/annual-client-details.d.ts.map +0 -1
  595. package/lib/models/client/client-details.d.ts.map +0 -1
  596. package/lib/models/client/client-income-types.d.ts.map +0 -1
  597. package/lib/models/client/client-invite.d.ts.map +0 -1
  598. package/lib/models/client/client-movement.d.ts.map +0 -1
  599. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  600. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  601. package/lib/models/client/index.d.ts.map +0 -1
  602. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  603. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  604. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  605. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  606. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  607. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  608. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  609. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  610. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  611. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  612. package/lib/models/depreciation/index.d.ts.map +0 -1
  613. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  614. package/lib/models/dictionary/index.d.ts.map +0 -1
  615. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  616. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  617. package/lib/models/document/document-folder.d.ts.map +0 -1
  618. package/lib/models/document/document.d.ts.map +0 -1
  619. package/lib/models/document/index.d.ts.map +0 -1
  620. package/lib/models/employee/employee-details.d.ts.map +0 -1
  621. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  622. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  623. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  624. package/lib/models/event/app-event-type.enum.d.ts.map +0 -1
  625. package/lib/models/event/app-event.d.ts.map +0 -1
  626. package/lib/models/event/index.d.ts.map +0 -1
  627. package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
  628. package/lib/models/export/export-cell.d.ts.map +0 -1
  629. package/lib/models/export/export-data-table.d.ts.map +0 -1
  630. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  631. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  632. package/lib/models/export/export-row.d.ts.map +0 -1
  633. package/lib/models/file/file.d.ts.map +0 -1
  634. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  635. package/lib/models/file/index.d.ts.map +0 -1
  636. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  637. package/lib/models/financial-year/index.d.ts.map +0 -1
  638. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  639. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  640. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  641. package/lib/models/firm/firm.d.ts.map +0 -1
  642. package/lib/models/holding/holding-sale.d.ts.map +0 -1
  643. package/lib/models/holding/holding-type-exchange.d.ts.map +0 -1
  644. package/lib/models/holding/holding-type.d.ts.map +0 -1
  645. package/lib/models/holding/holding.d.ts.map +0 -1
  646. package/lib/models/holding/index.d.ts.map +0 -1
  647. package/lib/models/income-position/income-position.d.ts.map +0 -1
  648. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  649. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  650. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  651. package/lib/models/income-source/income-source.d.ts.map +0 -1
  652. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  653. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  654. package/lib/models/index.d.ts.map +0 -1
  655. package/lib/models/loan/index.d.ts.map +0 -1
  656. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  657. package/lib/models/loan/loan-payment.d.ts.map +0 -1
  658. package/lib/models/loan/loan-payout.d.ts.map +0 -1
  659. package/lib/models/loan/loan.d.ts.map +0 -1
  660. package/lib/models/notification/index.d.ts.map +0 -1
  661. package/lib/models/notification/notification.d.ts.map +0 -1
  662. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  663. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  664. package/lib/models/phone/phone.d.ts.map +0 -1
  665. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  666. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  667. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  668. package/lib/models/property/corelogic-suggestion.d.ts.map +0 -1
  669. package/lib/models/property/index.d.ts.map +0 -1
  670. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  671. package/lib/models/property/property-category.d.ts.map +0 -1
  672. package/lib/models/property/property-document.d.ts.map +0 -1
  673. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  674. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  675. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  676. package/lib/models/property/property-forecast.d.ts.map +0 -1
  677. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  678. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  679. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  680. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  681. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  682. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  683. package/lib/models/property/property-share.d.ts.map +0 -1
  684. package/lib/models/property/property-subscription.d.ts.map +0 -1
  685. package/lib/models/property/property-valuation.d.ts.map +0 -1
  686. package/lib/models/property/property.d.ts.map +0 -1
  687. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  688. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  689. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  690. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  691. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  692. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  693. package/lib/models/report/index.d.ts.map +0 -1
  694. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  695. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  696. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  697. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  698. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  699. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +0 -1
  700. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +0 -1
  701. package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +0 -1
  702. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  703. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  704. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  705. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  706. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  707. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  708. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  709. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  710. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  711. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  712. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  713. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  714. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  715. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  716. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  717. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  718. package/lib/models/report/property/index.d.ts.map +0 -1
  719. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  720. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  721. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  722. package/lib/models/report/sole/index.d.ts.map +0 -1
  723. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  724. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  725. package/lib/models/service-subscription/index.d.ts.map +0 -1
  726. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  727. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  728. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  729. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  730. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  731. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  732. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  733. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  734. package/lib/models/service-subscription/stripe-promo-code.d.ts +0 -8
  735. package/lib/models/service-subscription/stripe-promo-code.d.ts.map +0 -1
  736. package/lib/models/sole/bas-report.d.ts.map +0 -1
  737. package/lib/models/sole/index.d.ts.map +0 -1
  738. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  739. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  740. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  741. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  742. package/lib/models/sole/sole-business.d.ts.map +0 -1
  743. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  744. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  745. package/lib/models/sole/sole-details.d.ts.map +0 -1
  746. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  747. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  748. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  749. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  750. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  751. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  752. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  753. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  754. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  755. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  756. package/lib/models/toast/toast.d.ts.map +0 -1
  757. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  758. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  759. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  760. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  761. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  762. package/lib/models/transaction/index.d.ts.map +0 -1
  763. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  764. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  765. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  766. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  767. package/lib/models/transaction/transaction.d.ts.map +0 -1
  768. package/lib/models/user/index.d.ts.map +0 -1
  769. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  770. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  771. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  772. package/lib/models/user/my-account-history.d.ts.map +0 -1
  773. package/lib/models/user/occupation.d.ts.map +0 -1
  774. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  775. package/lib/models/user/user-to-register.d.ts.map +0 -1
  776. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  777. package/lib/models/user/user.d.ts.map +0 -1
  778. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  779. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  780. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  781. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  782. package/lib/models/vehicle/index.d.ts.map +0 -1
  783. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  784. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  785. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  786. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  787. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  788. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  789. package/lib/services/account-setup/index.d.ts.map +0 -1
  790. package/lib/services/affiliate/index.d.ts.map +0 -1
  791. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  792. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  793. package/lib/services/asset/assets.service.d.ts.map +0 -1
  794. package/lib/services/asset/index.d.ts.map +0 -1
  795. package/lib/services/auth/auth.service.d.ts.map +0 -1
  796. package/lib/services/auth/index.d.ts.map +0 -1
  797. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  798. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  799. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  800. package/lib/services/bank/index.d.ts.map +0 -1
  801. package/lib/services/data.service.d.ts.map +0 -1
  802. package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
  803. package/lib/services/event/index.d.ts.map +0 -1
  804. package/lib/services/event/sse.service.d.ts.map +0 -1
  805. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  806. package/lib/services/export/index.d.ts.map +0 -1
  807. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  808. package/lib/services/header-title/index.d.ts.map +0 -1
  809. package/lib/services/http/address/address.service.d.ts.map +0 -1
  810. package/lib/services/http/address/index.d.ts.map +0 -1
  811. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  812. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  813. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  814. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  815. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  816. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  817. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  818. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  819. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  820. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  821. package/lib/services/http/bank/index.d.ts.map +0 -1
  822. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  823. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  824. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  825. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  826. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  827. package/lib/services/http/chat/index.d.ts.map +0 -1
  828. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  829. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  830. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  831. package/lib/services/http/client/index.d.ts.map +0 -1
  832. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  833. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  834. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  835. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  836. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  837. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  838. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  839. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  840. package/lib/services/http/document/document.service.d.ts.map +0 -1
  841. package/lib/services/http/document/index.d.ts.map +0 -1
  842. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  843. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  844. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  845. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  846. package/lib/services/http/facebook/index.d.ts.map +0 -1
  847. package/lib/services/http/file/file.service.d.ts.map +0 -1
  848. package/lib/services/http/file/index.d.ts.map +0 -1
  849. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  850. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  851. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  852. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  853. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  854. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  855. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  856. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  857. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  858. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  859. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  860. package/lib/services/http/firm/index.d.ts.map +0 -1
  861. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  862. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  863. package/lib/services/http/google/google.service.d.ts.map +0 -1
  864. package/lib/services/http/google/index.d.ts.map +0 -1
  865. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  866. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  867. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  868. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  869. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  870. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  871. package/lib/services/http/holding/index.d.ts.map +0 -1
  872. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  873. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  874. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  875. package/lib/services/http/income-source/index.d.ts.map +0 -1
  876. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  877. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  878. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  879. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  880. package/lib/services/http/index.d.ts.map +0 -1
  881. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  882. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  883. package/lib/services/http/loan/index.d.ts.map +0 -1
  884. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  885. package/lib/services/http/property/index.d.ts.map +0 -1
  886. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  887. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  888. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  889. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  890. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  891. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  892. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  893. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  894. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  895. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  896. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  897. package/lib/services/http/property/property.service.d.ts.map +0 -1
  898. package/lib/services/http/receipt/index.d.ts.map +0 -1
  899. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  900. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  901. package/lib/services/http/rest/index.d.ts.map +0 -1
  902. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  903. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  904. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  905. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  906. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  907. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  908. package/lib/services/http/sole/index.d.ts.map +0 -1
  909. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  910. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  911. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  912. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  913. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  914. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  915. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  916. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  917. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  918. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  919. package/lib/services/http/subscription/index.d.ts.map +0 -1
  920. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  921. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  922. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  923. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  924. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  925. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  926. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  927. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  928. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  929. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  930. package/lib/services/http/transaction/index.d.ts.map +0 -1
  931. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  932. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  933. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  934. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  935. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  936. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  937. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  938. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  939. package/lib/services/http/user/index.d.ts.map +0 -1
  940. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  941. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  942. package/lib/services/http/user/user.service.d.ts.map +0 -1
  943. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  944. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  945. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  946. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  947. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  948. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  949. package/lib/services/index.d.ts.map +0 -1
  950. package/lib/services/intercom/index.d.ts.map +0 -1
  951. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  952. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  953. package/lib/services/pdf/index.d.ts.map +0 -1
  954. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  955. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  956. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  957. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  958. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  959. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  960. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  961. package/lib/services/preloader/index.d.ts.map +0 -1
  962. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  963. package/lib/services/property/corelogic/corelogic.service.d.ts.map +0 -1
  964. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  965. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  966. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  967. package/lib/services/property/index.d.ts.map +0 -1
  968. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  969. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  970. package/lib/services/report/index.d.ts.map +0 -1
  971. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  972. package/lib/services/toast/index.d.ts.map +0 -1
  973. package/lib/services/toast/toast.service.d.ts.map +0 -1
  974. package/lib/services/transaction/index.d.ts.map +0 -1
  975. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  976. package/lib/services/user/index.d.ts.map +0 -1
  977. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  978. package/lib/services/vehicle/index.d.ts.map +0 -1
  979. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  980. package/lib/services/xlsx/index.d.ts.map +0 -1
  981. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  982. package/lib/tt-core.module.d.ts.map +0 -1
  983. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  984. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  985. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  986. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  987. package/lib/validators/conditional.validator.d.ts.map +0 -1
  988. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  989. package/lib/validators/date-range.validator.d.ts.map +0 -1
  990. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  991. package/lib/validators/file.validator.d.ts.map +0 -1
  992. package/lib/validators/index.d.ts.map +0 -1
  993. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  994. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  995. package/lib/validators/password-match.validator.d.ts.map +0 -1
  996. package/lib/validators/password.validator.d.ts.map +0 -1
  997. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  998. package/lib/validators/required-length.validator.d.ts.map +0 -1
  999. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  1000. package/public-api.d.ts.map +0 -1
  1001. package/taxtank-core.d.ts.map +0 -1
@@ -73,9 +73,9 @@ class CorelogicService {
73
73
  }));
74
74
  }
75
75
  }
76
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicService, decorators: [{
76
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
77
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, providedIn: 'root' });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicService, decorators: [{
79
79
  type: Injectable,
80
80
  args: [{
81
81
  providedIn: 'root'
@@ -115,9 +115,9 @@ class CorelogicInterceptor {
115
115
  });
116
116
  }
117
117
  }
118
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor });
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
119
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor });
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CorelogicInterceptor, decorators: [{
121
121
  type: Injectable
122
122
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
123
123
  type: Inject,
@@ -154,9 +154,9 @@ class FinancialYearInterceptor {
154
154
  return next.handle(clonedReq);
155
155
  }
156
156
  }
157
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
158
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor });
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
160
160
  type: Injectable
161
161
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
162
162
  type: Inject,
@@ -1544,8 +1544,8 @@ class ServicePrice extends ServicePrice$1 {
1544
1544
  isAnnual() {
1545
1545
  return [ServicePriceTypeEnum.YEARLY, ServicePriceTypeEnum.YEARLY_PACKAGE].includes(this.type);
1546
1546
  }
1547
- discountPrice(stripePromoCode) {
1548
- const discountAmount = this.amount - this.amount * (stripePromoCode.percentOff / 100);
1547
+ discountPrice(promoCode) {
1548
+ const discountAmount = this.amount - this.amount * (promoCode.percentOff / 100);
1549
1549
  return discountAmount;
1550
1550
  }
1551
1551
  }
@@ -1557,6 +1557,9 @@ class ServiceSubscriptionItem extends ServiceSubscriptionItem$1 {
1557
1557
  get total() {
1558
1558
  return this.price.amount * this.quantity;
1559
1559
  }
1560
+ discountTotal(promoCode) {
1561
+ return (this.price.amount - this.price.amount * (promoCode.percentOff / 100)) * this.quantity;
1562
+ }
1560
1563
  }
1561
1564
  __decorate([
1562
1565
  Type(() => ServicePrice)
@@ -7143,9 +7146,12 @@ class HoldingTypeCollection extends Collection {
7143
7146
 
7144
7147
  // @TODO Alex move here all collections
7145
7148
 
7149
+ class ServicePromoCode {
7150
+ }
7151
+
7146
7152
  class ServiceSubscription extends ServiceSubscription$1 {
7147
7153
  get promoCodeId() {
7148
- return this.stripePromoCode?.id || null;
7154
+ return this.promoCode?.id || null;
7149
7155
  }
7150
7156
  get frequency() {
7151
7157
  return this.isAnnual() ? 'year' : 'month';
@@ -7165,13 +7171,8 @@ class ServiceSubscription extends ServiceSubscription$1 {
7165
7171
  }
7166
7172
  get price() {
7167
7173
  let price = this.items.reduce((sum, item) => sum + item.total, 0);
7168
- if (!!this.stripePromoCode) {
7169
- if (this.stripePromoCode.isAmount()) {
7170
- price = price - this.stripePromoCode.amountOff;
7171
- }
7172
- else {
7173
- price = price - price * (this.stripePromoCode.percentOff / 100);
7174
- }
7174
+ if (!!this.promoCode && !this.isAnnual()) {
7175
+ price = price - price * (this.promoCode.percentOff / 100);
7175
7176
  }
7176
7177
  // promo code can't make price < 0
7177
7178
  return price > 0 ? price : 0;
@@ -7265,6 +7266,9 @@ __decorate([
7265
7266
  __decorate([
7266
7267
  Type(() => ServiceSubscriptionItem)
7267
7268
  ], ServiceSubscription.prototype, "items", void 0);
7269
+ __decorate([
7270
+ Type(() => ServicePromoCode)
7271
+ ], ServiceSubscription.prototype, "promoCode", void 0);
7268
7272
  __decorate([
7269
7273
  Expose()
7270
7274
  ], ServiceSubscription.prototype, "promoCodeId", null);
@@ -8334,18 +8338,6 @@ class ServicePaymentMethod extends ServicePaymentMethod$1 {
8334
8338
  }
8335
8339
  }
8336
8340
 
8337
- class StripePromoCode {
8338
- get description() {
8339
- if (this.isAmount()) {
8340
- return `$${this.amountOff} off`;
8341
- }
8342
- return `${this.percentOff}% off`;
8343
- }
8344
- isAmount() {
8345
- return !!this.amountOff;
8346
- }
8347
- }
8348
-
8349
8341
  /**
8350
8342
  * Enum with document types which used to API url prefix
8351
8343
  */
@@ -8737,9 +8729,9 @@ class JwtService extends JwtHelperService {
8737
8729
  return this.getUser().id === userId;
8738
8730
  }
8739
8731
  }
8740
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8741
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
8742
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, decorators: [{
8732
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8733
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, providedIn: 'root' });
8734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtService, decorators: [{
8743
8735
  type: Injectable,
8744
8736
  args: [{
8745
8737
  providedIn: 'root'
@@ -8774,9 +8766,9 @@ class EventDispatcherService {
8774
8766
  this.eventSubject2.next(event);
8775
8767
  }
8776
8768
  }
8777
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8778
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8779
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, decorators: [{
8769
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8770
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
8771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EventDispatcherService, decorators: [{
8780
8772
  type: Injectable,
8781
8773
  args: [{
8782
8774
  providedIn: 'root'
@@ -8825,9 +8817,9 @@ class AuthService {
8825
8817
  location.replace(url);
8826
8818
  }
8827
8819
  }
8828
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8829
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
8830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, decorators: [{
8820
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8821
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, providedIn: 'root' });
8822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AuthService, decorators: [{
8831
8823
  type: Injectable,
8832
8824
  args: [{
8833
8825
  providedIn: 'root'
@@ -8962,9 +8954,9 @@ class JwtInterceptor {
8962
8954
  });
8963
8955
  }
8964
8956
  }
8965
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8966
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
8967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, decorators: [{
8957
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
8958
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor });
8959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: JwtInterceptor, decorators: [{
8968
8960
  type: Injectable
8969
8961
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
8970
8962
  type: Inject,
@@ -8997,9 +8989,9 @@ class UserSwitcherService {
8997
8989
  window.location.replace('/firm/dashboard');
8998
8990
  }
8999
8991
  }
9000
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9001
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, decorators: [{
8992
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8993
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
8994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherService, decorators: [{
9003
8995
  type: Injectable,
9004
8996
  args: [{
9005
8997
  providedIn: 'root'
@@ -9045,9 +9037,9 @@ class UserSwitcherInterceptor {
9045
9037
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9046
9038
  }
9047
9039
  }
9048
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9049
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9040
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9041
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor });
9042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9051
9043
  type: Injectable
9052
9044
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9053
9045
  type: Inject,
@@ -9319,9 +9311,9 @@ class PreloaderService {
9319
9311
  this.activePreloaders.next(activePreloaders);
9320
9312
  }
9321
9313
  }
9322
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9323
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, decorators: [{
9314
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9315
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderService, decorators: [{
9325
9317
  type: Injectable,
9326
9318
  args: [{
9327
9319
  providedIn: 'root'
@@ -9349,9 +9341,9 @@ class PreloaderInterceptor {
9349
9341
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9350
9342
  }
9351
9343
  }
9352
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9353
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9344
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9345
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor });
9346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9355
9347
  type: Injectable
9356
9348
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9357
9349
 
@@ -9378,9 +9370,9 @@ class DataService {
9378
9370
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9379
9371
  }
9380
9372
  }
9381
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9382
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, decorators: [{
9373
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9374
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, providedIn: 'root' });
9375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DataService, decorators: [{
9384
9376
  type: Injectable,
9385
9377
  args: [{
9386
9378
  providedIn: 'root'
@@ -9419,9 +9411,9 @@ class SseService {
9419
9411
  }));
9420
9412
  }
9421
9413
  }
9422
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9423
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, decorators: [{
9414
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9415
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, providedIn: 'root' });
9416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SseService, decorators: [{
9425
9417
  type: Injectable,
9426
9418
  args: [{
9427
9419
  providedIn: 'root'
@@ -9631,9 +9623,9 @@ let RestService$1 = class RestService extends DataService {
9631
9623
  */
9632
9624
  listenEvents() { }
9633
9625
  };
9634
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9635
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
9636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, decorators: [{
9626
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9627
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, providedIn: 'root' });
9628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService$1, decorators: [{
9637
9629
  type: Injectable,
9638
9630
  args: [{
9639
9631
  providedIn: 'root'
@@ -9751,9 +9743,9 @@ class ToastService {
9751
9743
  }));
9752
9744
  }
9753
9745
  }
9754
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9755
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
9756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, decorators: [{
9746
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9747
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, providedIn: 'root' });
9748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastService, decorators: [{
9757
9749
  type: Injectable,
9758
9750
  args: [{
9759
9751
  providedIn: 'root'
@@ -9843,9 +9835,9 @@ BankConnectionService.userEventTypes = [
9843
9835
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
9844
9836
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
9845
9837
  ];
9846
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9847
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, decorators: [{
9838
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
9839
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
9840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankConnectionService, decorators: [{
9849
9841
  type: Injectable,
9850
9842
  args: [{
9851
9843
  providedIn: 'root'
@@ -9955,9 +9947,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
9955
9947
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
9956
9948
  */
9957
9949
  BasiqService.bankCredintialsCheckInterval = 3000;
9958
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
9959
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
9960
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, decorators: [{
9950
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
9951
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, providedIn: 'root' });
9952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqService, decorators: [{
9961
9953
  type: Injectable,
9962
9954
  args: [{
9963
9955
  providedIn: 'root'
@@ -9992,9 +9984,9 @@ class BasiqTokenService extends RestService$1 {
9992
9984
  return this.cacheSubject.asObservable();
9993
9985
  }
9994
9986
  }
9995
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9996
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
9997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, decorators: [{
9987
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9988
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
9989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenService, decorators: [{
9998
9990
  type: Injectable,
9999
9991
  args: [{
10000
9992
  providedIn: 'root'
@@ -10025,9 +10017,9 @@ class BasiqTokenInterceptor {
10025
10017
  });
10026
10018
  }
10027
10019
  }
10028
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10029
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10020
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10021
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor });
10022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10031
10023
  type: Injectable
10032
10024
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10033
10025
 
@@ -10203,9 +10195,9 @@ class UserService {
10203
10195
  });
10204
10196
  }
10205
10197
  }
10206
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10207
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, decorators: [{
10198
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10199
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, providedIn: 'root' });
10200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserService, decorators: [{
10209
10201
  type: Injectable,
10210
10202
  args: [{
10211
10203
  providedIn: 'root'
@@ -10235,17 +10227,17 @@ class BasiqClientIdInterceptor {
10235
10227
  });
10236
10228
  }
10237
10229
  }
10238
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10239
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10230
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10231
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor });
10232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10241
10233
  type: Injectable
10242
10234
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10243
10235
 
10244
10236
  class InterceptorsModule {
10245
10237
  }
10246
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10247
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10248
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, providers: [
10238
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10239
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule });
10240
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, providers: [
10249
10241
  {
10250
10242
  provide: HTTP_INTERCEPTORS,
10251
10243
  useClass: CorelogicInterceptor,
@@ -10283,7 +10275,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10283
10275
  multi: true
10284
10276
  }
10285
10277
  ] });
10286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: InterceptorsModule, decorators: [{
10287
10279
  type: NgModule,
10288
10280
  args: [{
10289
10281
  providers: [
@@ -10341,12 +10333,12 @@ class TtCoreModule {
10341
10333
  };
10342
10334
  }
10343
10335
  }
10344
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10345
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10336
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10337
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10346
10338
  InterceptorsModule] });
10347
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10339
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10348
10340
  InterceptorsModule] });
10349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TtCoreModule, decorators: [{
10350
10342
  type: NgModule,
10351
10343
  args: [{
10352
10344
  declarations: [],
@@ -11950,9 +11942,9 @@ class AddressService {
11950
11942
  return this.countriesSubject.asObservable();
11951
11943
  }
11952
11944
  }
11953
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11954
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
11955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, decorators: [{
11945
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
11946
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, providedIn: 'root' });
11947
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AddressService, decorators: [{
11956
11948
  type: Injectable,
11957
11949
  args: [{
11958
11950
  providedIn: 'root'
@@ -12006,9 +11998,9 @@ class BankAccountService extends RestService$1 {
12006
11998
  });
12007
11999
  }
12008
12000
  }
12009
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12010
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12011
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, decorators: [{
12001
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12002
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountService, decorators: [{
12012
12004
  type: Injectable,
12013
12005
  args: [{
12014
12006
  providedIn: 'root'
@@ -12073,9 +12065,9 @@ class BankTransactionService extends RestService$1 {
12073
12065
  });
12074
12066
  }
12075
12067
  }
12076
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12077
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, decorators: [{
12068
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12069
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionService, decorators: [{
12079
12071
  type: Injectable,
12080
12072
  args: [{
12081
12073
  providedIn: 'root'
@@ -12103,9 +12095,9 @@ class BankService extends RestService$1 {
12103
12095
  }));
12104
12096
  }
12105
12097
  }
12106
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12107
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, decorators: [{
12098
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12099
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, providedIn: 'root' });
12100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankService, decorators: [{
12109
12101
  type: Injectable,
12110
12102
  args: [{
12111
12103
  providedIn: 'root'
@@ -12125,9 +12117,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12125
12117
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12126
12118
  }
12127
12119
  }
12128
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12129
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12120
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12121
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12131
12123
  type: Injectable,
12132
12124
  args: [{
12133
12125
  providedIn: 'root'
@@ -12167,9 +12159,9 @@ class ChartAccountsService extends RestService$1 {
12167
12159
  }));
12168
12160
  }
12169
12161
  }
12170
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12171
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, decorators: [{
12162
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12163
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChartAccountsService, decorators: [{
12173
12165
  type: Injectable,
12174
12166
  args: [{
12175
12167
  providedIn: 'root'
@@ -12238,9 +12230,9 @@ class ChatService extends RestService$1 {
12238
12230
  });
12239
12231
  }
12240
12232
  }
12241
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12242
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, decorators: [{
12233
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12234
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, providedIn: 'root' });
12235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ChatService, decorators: [{
12244
12236
  type: Injectable,
12245
12237
  args: [{
12246
12238
  providedIn: 'root'
@@ -12297,9 +12289,9 @@ class MessageService extends RestService$1 {
12297
12289
  });
12298
12290
  }
12299
12291
  }
12300
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12301
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, decorators: [{
12292
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12293
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, providedIn: 'root' });
12294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageService, decorators: [{
12303
12295
  type: Injectable,
12304
12296
  args: [{
12305
12297
  providedIn: 'root'
@@ -12370,9 +12362,9 @@ class MessageDocumentService extends RestService$1 {
12370
12362
  }));
12371
12363
  }
12372
12364
  }
12373
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12374
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, decorators: [{
12365
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12366
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MessageDocumentService, decorators: [{
12376
12368
  type: Injectable,
12377
12369
  args: [{
12378
12370
  providedIn: 'root'
@@ -12497,9 +12489,9 @@ class DepreciationService extends RestService$1 {
12497
12489
  });
12498
12490
  }
12499
12491
  }
12500
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12501
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, decorators: [{
12492
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12493
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationService, decorators: [{
12503
12495
  type: Injectable,
12504
12496
  args: [{
12505
12497
  providedIn: 'root'
@@ -12551,9 +12543,9 @@ class DepreciationCapitalProjectService {
12551
12543
  }));
12552
12544
  }
12553
12545
  }
12554
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12555
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12546
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12547
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
12548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12557
12549
  type: Injectable,
12558
12550
  args: [{
12559
12551
  providedIn: 'root'
@@ -12619,9 +12611,9 @@ class ReceiptService {
12619
12611
  return plainToClass(this.modelClass, data);
12620
12612
  }
12621
12613
  }
12622
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12623
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, decorators: [{
12614
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12615
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ReceiptService, decorators: [{
12625
12617
  type: Injectable,
12626
12618
  args: [{
12627
12619
  providedIn: 'root'
@@ -12650,9 +12642,9 @@ class DepreciationReceiptService extends ReceiptService {
12650
12642
  this.listenEvents();
12651
12643
  }
12652
12644
  }
12653
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12654
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12645
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12646
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12656
12648
  type: Injectable,
12657
12649
  args: [{
12658
12650
  providedIn: 'root'
@@ -12866,9 +12858,9 @@ class RestService {
12866
12858
  */
12867
12859
  listenEvents() { }
12868
12860
  }
12869
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12870
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
12871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, decorators: [{
12861
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12862
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, providedIn: 'root' });
12863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RestService, decorators: [{
12872
12864
  type: Injectable,
12873
12865
  args: [{
12874
12866
  providedIn: 'root'
@@ -12885,9 +12877,9 @@ class DocumentService extends RestService {
12885
12877
  this.modelClass = Document;
12886
12878
  }
12887
12879
  }
12888
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12889
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
12890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, decorators: [{
12880
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12881
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, providedIn: 'root' });
12882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentService, decorators: [{
12891
12883
  type: Injectable,
12892
12884
  args: [{
12893
12885
  providedIn: 'root'
@@ -12953,9 +12945,9 @@ class DocumentFolderService extends RestService {
12953
12945
  }));
12954
12946
  }
12955
12947
  }
12956
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12957
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, decorators: [{
12948
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12949
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
12950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentFolderService, decorators: [{
12959
12951
  type: Injectable,
12960
12952
  args: [{
12961
12953
  providedIn: 'root'
@@ -13030,9 +13022,9 @@ FacebookService.authOptions = {
13030
13022
  auth_type: 'rerequest',
13031
13023
  return_scopes: true
13032
13024
  };
13033
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13034
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, decorators: [{
13025
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13026
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, providedIn: 'root' });
13027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FacebookService, decorators: [{
13036
13028
  type: Injectable,
13037
13029
  args: [{
13038
13030
  providedIn: 'root'
@@ -13100,9 +13092,9 @@ class GoogleService {
13100
13092
  google.accounts.id.disableAutoSelect();
13101
13093
  }
13102
13094
  }
13103
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13104
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, decorators: [{
13095
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13096
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, providedIn: 'root' });
13097
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GoogleService, decorators: [{
13106
13098
  type: Injectable,
13107
13099
  args: [{
13108
13100
  providedIn: 'root'
@@ -13128,9 +13120,9 @@ class FileService extends RestService$1 {
13128
13120
  .pipe(map((fileBase) => plainToClass(AppFile, fileBase)));
13129
13121
  }
13130
13122
  }
13131
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13132
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, decorators: [{
13123
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13124
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, providedIn: 'root' });
13125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FileService, decorators: [{
13134
13126
  type: Injectable,
13135
13127
  args: [{
13136
13128
  providedIn: 'root'
@@ -13147,9 +13139,9 @@ class ClientIncomeTypesService extends RestService$1 {
13147
13139
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13148
13140
  }
13149
13141
  }
13150
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13151
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13142
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13143
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13153
13145
  type: Injectable,
13154
13146
  args: [{
13155
13147
  providedIn: 'root'
@@ -13264,9 +13256,9 @@ class ClientInviteService extends RestService {
13264
13256
  });
13265
13257
  }
13266
13258
  }
13267
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13268
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, decorators: [{
13259
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13260
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientInviteService, decorators: [{
13270
13262
  type: Injectable,
13271
13263
  args: [{
13272
13264
  providedIn: 'root'
@@ -13345,9 +13337,9 @@ class ClientMovementService extends RestService {
13345
13337
  });
13346
13338
  }
13347
13339
  }
13348
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13349
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, decorators: [{
13340
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13341
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientMovementService, decorators: [{
13351
13343
  type: Injectable,
13352
13344
  args: [{
13353
13345
  providedIn: 'root'
@@ -13376,9 +13368,9 @@ class EmployeeService extends RestService {
13376
13368
  }));
13377
13369
  }
13378
13370
  }
13379
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13380
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, decorators: [{
13371
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13372
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeService, decorators: [{
13382
13374
  type: Injectable,
13383
13375
  args: [{
13384
13376
  providedIn: 'root'
@@ -13421,9 +13413,9 @@ class EmployeeInviteService extends RestService {
13421
13413
  }));
13422
13414
  }
13423
13415
  }
13424
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13425
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, decorators: [{
13416
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13417
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EmployeeInviteService, decorators: [{
13427
13419
  type: Injectable,
13428
13420
  args: [{
13429
13421
  providedIn: 'root'
@@ -13448,9 +13440,9 @@ class ClientPortfolioReportService {
13448
13440
  }));
13449
13441
  }
13450
13442
  }
13451
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13452
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13443
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13444
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13454
13446
  type: Injectable,
13455
13447
  args: [{
13456
13448
  providedIn: 'root'
@@ -13520,9 +13512,9 @@ class FirmService {
13520
13512
  }));
13521
13513
  }
13522
13514
  }
13523
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13524
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
13525
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, decorators: [{
13515
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13516
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, providedIn: 'root' });
13517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FirmService, decorators: [{
13526
13518
  type: Injectable,
13527
13519
  args: [{
13528
13520
  providedIn: 'root'
@@ -13595,9 +13587,9 @@ class IncomeSourceForecastService extends RestService {
13595
13587
  }).flat();
13596
13588
  }
13597
13589
  }
13598
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13599
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13590
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13591
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13592
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13601
13593
  type: Injectable,
13602
13594
  args: [{
13603
13595
  providedIn: 'root'
@@ -13667,9 +13659,9 @@ class SalaryForecastService extends RestService {
13667
13659
  }).flat();
13668
13660
  }
13669
13661
  }
13670
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13671
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, decorators: [{
13662
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13663
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
13664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalaryForecastService, decorators: [{
13673
13665
  type: Injectable,
13674
13666
  args: [{
13675
13667
  providedIn: 'root'
@@ -13745,9 +13737,9 @@ class SoleForecastService extends RestService {
13745
13737
  });
13746
13738
  }
13747
13739
  }
13748
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13749
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, decorators: [{
13740
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13741
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
13742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleForecastService, decorators: [{
13751
13743
  type: Injectable,
13752
13744
  args: [{
13753
13745
  providedIn: 'root'
@@ -13846,9 +13838,9 @@ class IncomeSourceService extends RestService {
13846
13838
  });
13847
13839
  }
13848
13840
  }
13849
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13850
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, decorators: [{
13841
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13842
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
13843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IncomeSourceService, decorators: [{
13852
13844
  type: Injectable,
13853
13845
  args: [{
13854
13846
  providedIn: 'root'
@@ -13911,9 +13903,9 @@ class BorrowingExpenseService {
13911
13903
  }));
13912
13904
  }
13913
13905
  }
13914
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13915
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13906
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13907
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
13908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13917
13909
  type: Injectable,
13918
13910
  args: [{
13919
13911
  providedIn: 'root'
@@ -13995,9 +13987,9 @@ class LoanService extends RestService$1 {
13995
13987
  }));
13996
13988
  }
13997
13989
  }
13998
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13999
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, decorators: [{
13990
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13991
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, providedIn: 'root' });
13992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoanService, decorators: [{
14001
13993
  type: Injectable,
14002
13994
  args: [{
14003
13995
  providedIn: 'root'
@@ -14016,9 +14008,9 @@ class PropertyCategoryService extends RestService$1 {
14016
14008
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14017
14009
  }
14018
14010
  }
14019
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14020
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, decorators: [{
14011
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14012
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryService, decorators: [{
14022
14014
  type: Injectable,
14023
14015
  args: [{
14024
14016
  providedIn: 'root'
@@ -14034,9 +14026,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14034
14026
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14035
14027
  }
14036
14028
  }
14037
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14038
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14029
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14030
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14040
14032
  type: Injectable,
14041
14033
  args: [{
14042
14034
  providedIn: 'root'
@@ -14078,9 +14070,9 @@ class PropertyDocumentService extends RestService$1 {
14078
14070
  });
14079
14071
  }
14080
14072
  }
14081
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14082
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, decorators: [{
14073
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14074
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyDocumentService, decorators: [{
14084
14076
  type: Injectable,
14085
14077
  args: [{
14086
14078
  providedIn: 'root'
@@ -14097,9 +14089,9 @@ class TaxExemptionService extends RestService$1 {
14097
14089
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14098
14090
  }
14099
14091
  }
14100
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14101
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, decorators: [{
14092
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14093
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxExemptionService, decorators: [{
14103
14095
  type: Injectable,
14104
14096
  args: [{
14105
14097
  providedIn: 'root'
@@ -14115,9 +14107,9 @@ class PropertySaleService extends RestService$1 {
14115
14107
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14116
14108
  }
14117
14109
  }
14118
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14119
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, decorators: [{
14110
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14111
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertySaleService, decorators: [{
14121
14113
  type: Injectable,
14122
14114
  args: [{
14123
14115
  providedIn: 'root'
@@ -14164,9 +14156,9 @@ class PropertyShareService extends RestService$1 {
14164
14156
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14165
14157
  }
14166
14158
  }
14167
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14168
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, decorators: [{
14159
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14160
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyShareService, decorators: [{
14170
14162
  type: Injectable,
14171
14163
  args: [{
14172
14164
  providedIn: 'root'
@@ -14263,9 +14255,9 @@ class PropertyService extends RestService$1 {
14263
14255
  }));
14264
14256
  }
14265
14257
  }
14266
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14267
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, decorators: [{
14258
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14259
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, providedIn: 'root' });
14260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyService, decorators: [{
14269
14261
  type: Injectable,
14270
14262
  args: [{
14271
14263
  providedIn: 'root'
@@ -14309,9 +14301,9 @@ class ServiceNotificationService extends RestService {
14309
14301
  });
14310
14302
  }
14311
14303
  }
14312
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14313
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, decorators: [{
14304
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14305
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceNotificationService, decorators: [{
14315
14307
  type: Injectable,
14316
14308
  args: [{
14317
14309
  providedIn: 'root'
@@ -14360,9 +14352,9 @@ class SoleBusinessService extends RestService {
14360
14352
  }));
14361
14353
  }
14362
14354
  }
14363
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14364
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, decorators: [{
14355
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14356
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessService, decorators: [{
14366
14358
  type: Injectable,
14367
14359
  args: [{
14368
14360
  providedIn: 'root'
@@ -14377,9 +14369,9 @@ class SoleBusinessActivityService extends RestService {
14377
14369
  this.isHydra = true;
14378
14370
  }
14379
14371
  }
14380
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14381
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14382
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14372
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14373
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14383
14375
  type: Injectable,
14384
14376
  args: [{
14385
14377
  providedIn: 'root'
@@ -14405,9 +14397,9 @@ class SoleBusinessLossService extends RestService {
14405
14397
  });
14406
14398
  }
14407
14399
  }
14408
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14409
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14400
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14401
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14411
14403
  type: Injectable,
14412
14404
  args: [{
14413
14405
  providedIn: 'root'
@@ -14425,9 +14417,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14425
14417
  this.isHydra = true;
14426
14418
  }
14427
14419
  }
14428
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14429
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14430
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14420
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14421
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14431
14423
  type: Injectable,
14432
14424
  args: [{
14433
14425
  providedIn: 'root'
@@ -14442,9 +14434,9 @@ class SoleContactService extends RestService {
14442
14434
  this.isHydra = true;
14443
14435
  }
14444
14436
  }
14445
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14446
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, decorators: [{
14437
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14438
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleContactService, decorators: [{
14448
14440
  type: Injectable,
14449
14441
  args: [{
14450
14442
  providedIn: 'root'
@@ -14500,9 +14492,9 @@ class SoleDepreciationMethodService {
14500
14492
  });
14501
14493
  }
14502
14494
  }
14503
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14504
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14495
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14496
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14506
14498
  type: Injectable,
14507
14499
  args: [{
14508
14500
  providedIn: 'root'
@@ -14555,9 +14547,9 @@ class SoleDetailsService {
14555
14547
  }));
14556
14548
  }
14557
14549
  }
14558
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14559
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, decorators: [{
14550
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14551
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleDetailsService, decorators: [{
14561
14553
  type: Injectable,
14562
14554
  args: [{
14563
14555
  providedIn: 'root'
@@ -14630,9 +14622,9 @@ class SoleInvoiceService extends RestService {
14630
14622
  });
14631
14623
  }
14632
14624
  }
14633
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14634
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, decorators: [{
14625
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14626
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
14627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceService, decorators: [{
14636
14628
  type: Injectable,
14637
14629
  args: [{
14638
14630
  providedIn: 'root'
@@ -14647,9 +14639,9 @@ class SoleInvoiceTemplateService extends RestService {
14647
14639
  this.isHydra = true;
14648
14640
  }
14649
14641
  }
14650
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14651
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14642
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14643
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
14644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14653
14645
  type: Injectable,
14654
14646
  args: [{
14655
14647
  providedIn: 'root'
@@ -14664,9 +14656,9 @@ class BasReportService extends RestService {
14664
14656
  this.isHydra = true;
14665
14657
  }
14666
14658
  }
14667
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14668
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
14669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, decorators: [{
14659
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14660
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, providedIn: 'root' });
14661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasReportService, decorators: [{
14670
14662
  type: Injectable,
14671
14663
  args: [{
14672
14664
  providedIn: 'root'
@@ -14692,9 +14684,9 @@ class ServicePaymentService extends RestService$1 {
14692
14684
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14693
14685
  }
14694
14686
  }
14695
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14696
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, decorators: [{
14687
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14688
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
14689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentService, decorators: [{
14698
14690
  type: Injectable,
14699
14691
  args: [{
14700
14692
  providedIn: 'root'
@@ -14742,9 +14734,9 @@ class ServicePaymentMethodService extends RestService$1 {
14742
14734
  });
14743
14735
  }
14744
14736
  }
14745
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14746
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14737
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14738
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
14739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14748
14740
  type: Injectable,
14749
14741
  args: [{
14750
14742
  providedIn: 'root'
@@ -14767,9 +14759,9 @@ class ServicePriceService extends RestService$1 {
14767
14759
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14768
14760
  }
14769
14761
  }
14770
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14771
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, decorators: [{
14762
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14763
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
14764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServicePriceService, decorators: [{
14773
14765
  type: Injectable,
14774
14766
  args: [{
14775
14767
  providedIn: 'root'
@@ -14862,7 +14854,9 @@ class SubscriptionService extends RestService$1 {
14862
14854
  return this.http.put(`${this.environment.apiV2}/service-subscriptions/${subscription.id}/renewal`, {});
14863
14855
  }
14864
14856
  getCoupon(code) {
14865
- return this.http.get(`${this.apiUrl}/promo-code/${code}`).pipe(map((response) => plainToClass(StripePromoCode, response)));
14857
+ return this.http.get(`${this.environment.apiV2}/service-promo-codes`, {
14858
+ params: { code }
14859
+ }).pipe(map((response) => plainToClass(ServicePromoCode, response)));
14866
14860
  }
14867
14861
  listenSubscriptions() {
14868
14862
  this.sseService.on(`serviceSubscriptions`)
@@ -14883,9 +14877,9 @@ class SubscriptionService extends RestService$1 {
14883
14877
  });
14884
14878
  }
14885
14879
  }
14886
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14887
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14888
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, decorators: [{
14880
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14881
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
14882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SubscriptionService, decorators: [{
14889
14883
  type: Injectable,
14890
14884
  args: [{
14891
14885
  providedIn: 'root'
@@ -14905,9 +14899,9 @@ class ServiceProductService extends RestService$1 {
14905
14899
  this.isApiPlatform = true;
14906
14900
  }
14907
14901
  }
14908
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14909
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14910
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, decorators: [{
14902
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14903
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
14904
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ServiceProductService, decorators: [{
14911
14905
  type: Injectable,
14912
14906
  args: [{
14913
14907
  providedIn: 'root'
@@ -14939,9 +14933,9 @@ class TaxReviewHistoryService extends RestService {
14939
14933
  });
14940
14934
  }
14941
14935
  }
14942
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14943
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14936
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14937
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
14938
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14945
14939
  type: Injectable,
14946
14940
  args: [{
14947
14941
  providedIn: 'root'
@@ -15030,9 +15024,9 @@ class TaxReviewService extends RestService {
15030
15024
  });
15031
15025
  }
15032
15026
  }
15033
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15034
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, decorators: [{
15027
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15028
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxReviewService, decorators: [{
15036
15030
  type: Injectable,
15037
15031
  args: [{
15038
15032
  providedIn: 'root'
@@ -15089,9 +15083,9 @@ class TaxSummaryService {
15089
15083
  });
15090
15084
  }
15091
15085
  }
15092
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15093
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, decorators: [{
15086
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15087
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TaxSummaryService, decorators: [{
15095
15089
  type: Injectable,
15096
15090
  args: [{
15097
15091
  providedIn: 'root'
@@ -15110,9 +15104,9 @@ class AllocationRuleService extends RestService$1 {
15110
15104
  this.isApiPlatform = true;
15111
15105
  }
15112
15106
  }
15113
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15114
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, decorators: [{
15107
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15108
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AllocationRuleService, decorators: [{
15116
15110
  type: Injectable,
15117
15111
  args: [{
15118
15112
  providedIn: 'root'
@@ -15203,9 +15197,9 @@ class TransactionAllocationService extends RestService {
15203
15197
  });
15204
15198
  }
15205
15199
  }
15206
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15207
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, decorators: [{
15200
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15201
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionAllocationService, decorators: [{
15209
15203
  type: Injectable,
15210
15204
  args: [{
15211
15205
  providedIn: 'root'
@@ -15231,9 +15225,9 @@ class TransactionReceiptService extends ReceiptService {
15231
15225
  this.listenEvents();
15232
15226
  }
15233
15227
  }
15234
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15235
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, decorators: [{
15228
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15229
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionReceiptService, decorators: [{
15237
15231
  type: Injectable,
15238
15232
  args: [{
15239
15233
  providedIn: 'root'
@@ -15552,9 +15546,9 @@ class TransactionService extends RestService {
15552
15546
  });
15553
15547
  }
15554
15548
  }
15555
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15556
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
15557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, decorators: [{
15549
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15550
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, providedIn: 'root' });
15551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionService, decorators: [{
15558
15552
  type: Injectable,
15559
15553
  args: [{
15560
15554
  providedIn: 'root'
@@ -15583,9 +15577,9 @@ class TutorialVideoService {
15583
15577
  }
15584
15578
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
15585
15579
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
15586
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15587
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, decorators: [{
15580
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15581
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
15582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TutorialVideoService, decorators: [{
15589
15583
  type: Injectable,
15590
15584
  args: [{
15591
15585
  providedIn: 'root'
@@ -15605,9 +15599,9 @@ class VehicleService extends RestService {
15605
15599
  this.modelClass = Vehicle;
15606
15600
  }
15607
15601
  }
15608
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15609
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
15610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, decorators: [{
15602
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15603
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, providedIn: 'root' });
15604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleService, decorators: [{
15611
15605
  type: Injectable,
15612
15606
  args: [{
15613
15607
  providedIn: 'root'
@@ -15679,9 +15673,9 @@ class VehicleClaimService extends RestService {
15679
15673
  combineLatest(batch$).subscribe();
15680
15674
  }
15681
15675
  }
15682
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15683
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, decorators: [{
15676
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15677
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
15678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimService, decorators: [{
15685
15679
  type: Injectable,
15686
15680
  args: [{
15687
15681
  providedIn: 'root'
@@ -15758,9 +15752,9 @@ class VehicleClaimDetailsService {
15758
15752
  this.update(vehicleClaimDetails).subscribe();
15759
15753
  }
15760
15754
  }
15761
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15762
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15755
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15756
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
15757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15764
15758
  type: Injectable,
15765
15759
  args: [{
15766
15760
  providedIn: 'root'
@@ -15780,9 +15774,9 @@ class VehicleLogbookService extends RestService {
15780
15774
  this.modelClass = VehicleLogbook;
15781
15775
  }
15782
15776
  }
15783
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15784
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, decorators: [{
15777
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15778
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
15779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: VehicleLogbookService, decorators: [{
15786
15780
  type: Injectable,
15787
15781
  args: [{
15788
15782
  providedIn: 'root'
@@ -15799,9 +15793,9 @@ class AnnualClientDetailsService extends RestService$1 {
15799
15793
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15800
15794
  }
15801
15795
  }
15802
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15803
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15804
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15796
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15797
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
15798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15805
15799
  type: Injectable,
15806
15800
  args: [{
15807
15801
  providedIn: 'root'
@@ -15834,9 +15828,9 @@ class OccupationService {
15834
15828
  return this.occupationsSubject.asObservable();
15835
15829
  }
15836
15830
  }
15837
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15838
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
15839
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, decorators: [{
15831
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15832
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, providedIn: 'root' });
15833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OccupationService, decorators: [{
15840
15834
  type: Injectable,
15841
15835
  args: [{
15842
15836
  providedIn: 'root'
@@ -15880,9 +15874,9 @@ class UserEventSettingService extends RestService {
15880
15874
  }));
15881
15875
  }
15882
15876
  }
15883
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15884
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, decorators: [{
15877
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15878
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
15879
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventSettingService, decorators: [{
15886
15880
  type: Injectable,
15887
15881
  args: [{
15888
15882
  providedIn: 'root'
@@ -15897,9 +15891,9 @@ class UserEventTypeService extends RestService {
15897
15891
  this.isHydra = true;
15898
15892
  }
15899
15893
  }
15900
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15901
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15902
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, decorators: [{
15894
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15895
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
15896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UserEventTypeService, decorators: [{
15903
15897
  type: Injectable,
15904
15898
  args: [{
15905
15899
  providedIn: 'root'
@@ -15916,9 +15910,9 @@ class UsersInviteService extends RestService {
15916
15910
  this.url = 'users/invite';
15917
15911
  }
15918
15912
  }
15919
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15920
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, decorators: [{
15913
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15914
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
15915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UsersInviteService, decorators: [{
15922
15916
  type: Injectable,
15923
15917
  args: [{
15924
15918
  providedIn: 'root'
@@ -15935,9 +15929,9 @@ class HoldingService extends RestService$1 {
15935
15929
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15936
15930
  }
15937
15931
  }
15938
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15939
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
15940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, decorators: [{
15932
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15933
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, providedIn: 'root' });
15934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingService, decorators: [{
15941
15935
  type: Injectable,
15942
15936
  args: [{
15943
15937
  providedIn: 'root'
@@ -15954,9 +15948,9 @@ class HoldingTypeService extends RestService$1 {
15954
15948
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15955
15949
  }
15956
15950
  }
15957
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15958
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, decorators: [{
15951
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15952
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
15953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeService, decorators: [{
15960
15954
  type: Injectable,
15961
15955
  args: [{
15962
15956
  providedIn: 'root'
@@ -15973,9 +15967,9 @@ class HoldingSaleService extends RestService$1 {
15973
15967
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15974
15968
  }
15975
15969
  }
15976
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15977
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, decorators: [{
15970
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15971
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
15972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingSaleService, decorators: [{
15979
15973
  type: Injectable,
15980
15974
  args: [{
15981
15975
  providedIn: 'root'
@@ -16070,9 +16064,9 @@ class HoldingTypeExchangeService extends DataService {
16070
16064
  this.setCache(HoldingTypeExchanges);
16071
16065
  }
16072
16066
  }
16073
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16074
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16075
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16067
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16068
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16076
16070
  type: Injectable,
16077
16071
  args: [{
16078
16072
  providedIn: 'root'
@@ -16303,9 +16297,9 @@ class AccountSetupService {
16303
16297
  }));
16304
16298
  }
16305
16299
  }
16306
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }], target: i0.ɵɵFactoryTarget.Injectable });
16307
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
16300
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }], target: i0.ɵɵFactoryTarget.Injectable });
16301
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountSetupService, decorators: [{
16309
16303
  type: Injectable,
16310
16304
  args: [{
16311
16305
  providedIn: 'root'
@@ -16331,9 +16325,9 @@ class RewardfulService {
16331
16325
  });
16332
16326
  }
16333
16327
  }
16334
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16335
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, decorators: [{
16328
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16329
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RewardfulService, decorators: [{
16337
16331
  type: Injectable,
16338
16332
  args: [{
16339
16333
  providedIn: 'root'
@@ -16378,9 +16372,9 @@ class AssetsService {
16378
16372
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16379
16373
  }
16380
16374
  }
16381
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16382
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
16383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, decorators: [{
16375
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16376
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, providedIn: 'root' });
16377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AssetsService, decorators: [{
16384
16378
  type: Injectable,
16385
16379
  args: [{
16386
16380
  providedIn: 'root'
@@ -16443,9 +16437,9 @@ class BankTransactionCalculationService {
16443
16437
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16444
16438
  }
16445
16439
  }
16446
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16447
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16440
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16441
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16449
16443
  type: Injectable,
16450
16444
  args: [{
16451
16445
  providedIn: 'root'
@@ -16474,9 +16468,9 @@ class BankAccountCalculationService {
16474
16468
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
16475
16469
  }
16476
16470
  }
16477
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16478
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16471
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
16472
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
16473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BankAccountCalculationService, decorators: [{
16480
16474
  type: Injectable,
16481
16475
  args: [{
16482
16476
  providedIn: 'root'
@@ -16501,9 +16495,9 @@ class ExportFormatterService {
16501
16495
  }));
16502
16496
  }
16503
16497
  }
16504
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16505
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, decorators: [{
16498
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
16499
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
16500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ExportFormatterService, decorators: [{
16507
16501
  type: Injectable,
16508
16502
  args: [{
16509
16503
  providedIn: 'root'
@@ -16524,9 +16518,9 @@ class HeaderTitleService {
16524
16518
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
16525
16519
  }
16526
16520
  }
16527
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16528
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, decorators: [{
16521
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16522
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
16523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: HeaderTitleService, decorators: [{
16530
16524
  type: Injectable,
16531
16525
  args: [{
16532
16526
  providedIn: 'root'
@@ -16560,9 +16554,9 @@ class IntercomService {
16560
16554
  window.Intercom('boot', connectionCredentials);
16561
16555
  }
16562
16556
  }
16563
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16564
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
16565
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, decorators: [{
16557
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16558
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, providedIn: 'root' });
16559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: IntercomService, decorators: [{
16566
16560
  type: Injectable,
16567
16561
  args: [{
16568
16562
  providedIn: 'root'
@@ -16632,9 +16626,9 @@ class PdfFromDomElementService {
16632
16626
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
16633
16627
  }
16634
16628
  }
16635
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16636
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16629
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16630
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
16631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDomElementService, decorators: [{
16638
16632
  type: Injectable,
16639
16633
  args: [{
16640
16634
  providedIn: 'root'
@@ -16713,9 +16707,9 @@ class PdfFromTableService {
16713
16707
  doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
16714
16708
  }
16715
16709
  }
16716
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16717
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, decorators: [{
16710
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16711
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
16712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromTableService, decorators: [{
16719
16713
  type: Injectable,
16720
16714
  args: [{
16721
16715
  providedIn: 'root'
@@ -16752,9 +16746,9 @@ class PdfFromDataTableService extends PdfFromTableService {
16752
16746
  return pdf;
16753
16747
  }
16754
16748
  }
16755
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16756
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16749
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
16750
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
16751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromDataTableService, decorators: [{
16758
16752
  type: Injectable,
16759
16753
  args: [{
16760
16754
  providedIn: 'root'
@@ -16790,9 +16784,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
16790
16784
  return pdf;
16791
16785
  }
16792
16786
  }
16793
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16794
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16787
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16788
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
16789
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
16796
16790
  type: Injectable,
16797
16791
  args: [{
16798
16792
  providedIn: 'root'
@@ -16825,9 +16819,9 @@ class EquityPositionChartService {
16825
16819
  }));
16826
16820
  }
16827
16821
  }
16828
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16829
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16830
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, decorators: [{
16822
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16823
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
16824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EquityPositionChartService, decorators: [{
16831
16825
  type: Injectable,
16832
16826
  args: [{
16833
16827
  providedIn: 'root'
@@ -16998,9 +16992,9 @@ class PropertyCalculationService {
16998
16992
  }
16999
16993
  }
17000
16994
  }
17001
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17002
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17003
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, decorators: [{
16995
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16996
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
16997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyCalculationService, decorators: [{
17004
16998
  type: Injectable,
17005
16999
  args: [{
17006
17000
  providedIn: 'root'
@@ -17057,9 +17051,9 @@ class PropertyTransactionReportService {
17057
17051
  }));
17058
17052
  }
17059
17053
  }
17060
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17061
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17054
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17055
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17063
17057
  type: Injectable,
17064
17058
  args: [{
17065
17059
  providedIn: 'root'
@@ -17129,9 +17123,9 @@ class TransactionCalculationService {
17129
17123
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17130
17124
  }
17131
17125
  }
17132
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17133
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, decorators: [{
17126
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17127
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: TransactionCalculationService, decorators: [{
17135
17129
  type: Injectable,
17136
17130
  args: [{
17137
17131
  providedIn: 'root'
@@ -17191,9 +17185,9 @@ class LogbookBestPeriodService {
17191
17185
  });
17192
17186
  }
17193
17187
  }
17194
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17195
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17188
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17189
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17197
17191
  type: Injectable,
17198
17192
  args: [{
17199
17193
  providedIn: 'root'
@@ -17234,9 +17228,9 @@ class XlsxService {
17234
17228
  return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
17235
17229
  }
17236
17230
  }
17237
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17238
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, decorators: [{
17231
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17232
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, providedIn: 'root' });
17233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: XlsxService, decorators: [{
17240
17234
  type: Injectable,
17241
17235
  args: [{
17242
17236
  providedIn: 'root'
@@ -20284,5 +20278,5 @@ var MessagesEnum;
20284
20278
  * Generated bundle index. Do not edit.
20285
20279
  */
20286
20280
 
20287
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingMessagesEnum, HoldingSale, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, StripePromoCode, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20281
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingMessagesEnum, HoldingSale, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate, toArray };
20288
20282
  //# sourceMappingURL=taxtank-core.mjs.map