taxtank-core 0.28.114 → 0.28.115

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 (870) hide show
  1. package/bundles/taxtank-core.umd.js +332 -319
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/forms/transaction/work-income.form.js +6 -1
  4. package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
  5. package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
  6. package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
  7. package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
  8. package/esm2015/lib/interceptors/interceptors.module.js +4 -4
  9. package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
  10. package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
  11. package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
  12. package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
  13. package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
  14. package/esm2015/lib/services/asset/assets.service.js +3 -3
  15. package/esm2015/lib/services/auth/auth.service.js +3 -3
  16. package/esm2015/lib/services/auth/jwt.service.js +3 -3
  17. package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
  18. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
  19. package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
  20. package/esm2015/lib/services/event/sse.service.js +3 -3
  21. package/esm2015/lib/services/export/export-formatter.service.js +3 -3
  22. package/esm2015/lib/services/header-title/header-title.service.js +3 -3
  23. package/esm2015/lib/services/http/address/address.service.js +3 -3
  24. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
  25. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
  26. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
  27. package/esm2015/lib/services/http/bank/bank.service.js +3 -3
  28. package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
  29. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
  30. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
  31. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
  32. package/esm2015/lib/services/http/chat/chat.service.js +3 -3
  33. package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
  34. package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
  35. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
  36. package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
  37. package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
  38. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
  39. package/esm2015/lib/services/http/document/document.service.js +3 -3
  40. package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
  41. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
  42. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
  43. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
  44. package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
  45. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
  46. package/esm2015/lib/services/http/firm/firm.service.js +3 -3
  47. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
  48. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
  49. package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
  50. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
  51. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
  52. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
  53. package/esm2015/lib/services/http/loan/loan.service.js +3 -3
  54. package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
  55. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
  56. package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
  57. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
  58. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
  59. package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
  60. package/esm2015/lib/services/http/property/property.service.js +3 -3
  61. package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
  62. package/esm2015/lib/services/http/rest/rest-old.service.js +3 -3
  63. package/esm2015/lib/services/http/rest/rest.service.js +3 -3
  64. package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
  65. package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +3 -3
  66. package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
  67. package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
  68. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
  69. package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
  70. package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
  71. package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
  72. package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
  73. package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +3 -3
  74. package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
  75. package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
  76. package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
  77. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
  78. package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
  79. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
  80. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
  81. package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
  82. package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
  83. package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
  84. package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
  85. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
  86. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
  87. package/esm2015/lib/services/http/user/user.service.js +3 -3
  88. package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
  89. package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
  90. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
  91. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
  92. package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
  93. package/esm2015/lib/services/intercom/intercom.service.js +3 -3
  94. package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
  95. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
  96. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
  97. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
  98. package/esm2015/lib/services/preloader/preloader.service.js +3 -3
  99. package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
  100. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
  101. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
  102. package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
  103. package/esm2015/lib/services/toast/toast.service.js +3 -3
  104. package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
  105. package/esm2015/lib/services/user/user-switcher.service.js +3 -3
  106. package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
  107. package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
  108. package/esm2015/lib/tt-core.module.js +4 -4
  109. package/fesm2015/taxtank-core.js +321 -317
  110. package/fesm2015/taxtank-core.js.map +1 -1
  111. package/package.json +1 -1
  112. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  113. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  114. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  115. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  116. package/lib/collections/chat.collection.d.ts.map +0 -1
  117. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  118. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  119. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  120. package/lib/collections/client.collection.d.ts.map +0 -1
  121. package/lib/collections/collection-dictionary.d.ts.map +0 -1
  122. package/lib/collections/collection.d.ts.map +0 -1
  123. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  124. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  125. package/lib/collections/employee.collection.d.ts.map +0 -1
  126. package/lib/collections/exportable.collection.d.ts.map +0 -1
  127. package/lib/collections/income-source.collection.d.ts.map +0 -1
  128. package/lib/collections/index.d.ts.map +0 -1
  129. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  130. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  131. package/lib/collections/message-document.collection.d.ts.map +0 -1
  132. package/lib/collections/message.collection.d.ts.map +0 -1
  133. package/lib/collections/property/index.d.ts.map +0 -1
  134. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  135. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  136. package/lib/collections/property/property-sale/property-sale-tax-exemption-metadata.collection.d.ts.map +0 -1
  137. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  138. package/lib/collections/property/property.collection.d.ts.map +0 -1
  139. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  140. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  141. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  142. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  143. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  144. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  145. package/lib/collections/sole/index.d.ts.map +0 -1
  146. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  147. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  148. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  149. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  150. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  151. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  152. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  153. package/lib/collections/transaction/index.d.ts.map +0 -1
  154. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  155. package/lib/collections/transaction/transaction-base.collection.d.ts.map +0 -1
  156. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  157. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  158. package/lib/collections/vehicle/index.d.ts.map +0 -1
  159. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  160. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  161. package/lib/db/Enums/address-type.enum.d.ts.map +0 -1
  162. package/lib/db/Enums/annual-frequency.enum.d.ts.map +0 -1
  163. package/lib/db/Enums/bank-account-status.enum.d.ts.map +0 -1
  164. package/lib/db/Enums/bank-account-type.enum.d.ts.map +0 -1
  165. package/lib/db/Enums/bank-connection-status.enum.d.ts.map +0 -1
  166. package/lib/db/Enums/bank-popular.enum.d.ts.map +0 -1
  167. package/lib/db/Enums/bank-transaction-type.enum.d.ts.map +0 -1
  168. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +0 -1
  169. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +0 -1
  170. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +0 -1
  171. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +0 -1
  172. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +0 -1
  173. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +0 -1
  174. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +0 -1
  175. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +0 -1
  176. package/lib/db/Enums/chart-accounts/chart-accounts-metadata-list.enum.d.ts.map +0 -1
  177. package/lib/db/Enums/chart-accounts/chart-accounts-metadata-type.enum.d.ts.map +0 -1
  178. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +0 -1
  179. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +0 -1
  180. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +0 -1
  181. package/lib/db/Enums/chart-accounts/index.d.ts.map +0 -1
  182. package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
  183. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
  184. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
  185. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
  186. package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
  187. package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
  188. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +0 -1
  189. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +0 -1
  190. package/lib/db/Enums/depreciation-type.enum.d.ts.map +0 -1
  191. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  192. package/lib/db/Enums/document-type.enum.d.ts.map +0 -1
  193. package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
  194. package/lib/db/Enums/income-source-forecast-trust-type.enum.d.ts.map +0 -1
  195. package/lib/db/Enums/income-source-type-list-other.enum.d.ts.map +0 -1
  196. package/lib/db/Enums/income-source-type-list-sole.enum.d.ts.map +0 -1
  197. package/lib/db/Enums/income-source-type-list-work.enum.d.ts.map +0 -1
  198. package/lib/db/Enums/income-source-type.enum.d.ts.map +0 -1
  199. package/lib/db/Enums/index.d.ts.map +0 -1
  200. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  201. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  202. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  203. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +0 -1
  204. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +0 -1
  205. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +0 -1
  206. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +0 -1
  207. package/lib/db/Enums/loan-type.enum.d.ts.map +0 -1
  208. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +0 -1
  209. package/lib/db/Enums/phone-type.enum.d.ts.map +0 -1
  210. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  211. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +0 -1
  212. package/lib/db/Enums/property/property-sale/tax-exemption-metadata.enum.d.ts.map +0 -1
  213. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
  214. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
  215. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
  216. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
  217. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +0 -1
  218. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  219. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  220. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +0 -1
  221. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +0 -1
  222. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +0 -1
  223. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +0 -1
  224. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +0 -1
  225. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +0 -1
  226. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
  227. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
  228. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
  229. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
  230. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
  231. package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
  232. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
  233. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
  234. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  235. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  236. package/lib/db/Enums/tax-review-status.enum.d.ts.map +0 -1
  237. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  238. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +0 -1
  239. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  240. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +0 -1
  241. package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
  242. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  243. package/lib/db/Enums/transaction-operation.enum.d.ts.map +0 -1
  244. package/lib/db/Enums/transaction-source.enum.d.ts.map +0 -1
  245. package/lib/db/Enums/transaction-type.enum.d.ts.map +0 -1
  246. package/lib/db/Enums/user-event-status.enum.d.ts.map +0 -1
  247. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  248. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  249. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +0 -1
  250. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  251. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  252. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  253. package/lib/db/Enums/user-roles.enum.d.ts.map +0 -1
  254. package/lib/db/Enums/user-status.enum.d.ts.map +0 -1
  255. package/lib/db/Enums/user-title.enum.d.ts.map +0 -1
  256. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  257. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  258. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +0 -1
  259. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
  260. package/lib/db/Models/abstract-model.d.ts.map +0 -1
  261. package/lib/db/Models/address.d.ts.map +0 -1
  262. package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
  263. package/lib/db/Models/bank/bank-account-property.d.ts.map +0 -1
  264. package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
  265. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  266. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +0 -1
  267. package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
  268. package/lib/db/Models/bank/bank.d.ts.map +0 -1
  269. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  270. package/lib/db/Models/bank/financial-data-system.d.ts.map +0 -1
  271. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  272. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  273. package/lib/db/Models/chart-accounts/chart-accounts-metadata.d.ts.map +0 -1
  274. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  275. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +0 -1
  276. package/lib/db/Models/country.d.ts.map +0 -1
  277. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  278. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +0 -1
  279. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +0 -1
  280. package/lib/db/Models/depreciation/depreciation.d.ts.map +0 -1
  281. package/lib/db/Models/document/document-folder.d.ts.map +0 -1
  282. package/lib/db/Models/document/document.d.ts.map +0 -1
  283. package/lib/db/Models/document/property-document.d.ts.map +0 -1
  284. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
  285. package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
  286. package/lib/db/Models/firm/chat.d.ts.map +0 -1
  287. package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
  288. package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
  289. package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
  290. package/lib/db/Models/firm/firm.d.ts.map +0 -1
  291. package/lib/db/Models/firm/message-document.d.ts.map +0 -1
  292. package/lib/db/Models/firm/message.d.ts.map +0 -1
  293. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +0 -1
  294. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +0 -1
  295. package/lib/db/Models/incomeSource/income-source.d.ts.map +0 -1
  296. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +0 -1
  297. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +0 -1
  298. package/lib/db/Models/loan/borrowing-expense.d.ts.map +0 -1
  299. package/lib/db/Models/loan/loan-payout.d.ts.map +0 -1
  300. package/lib/db/Models/loan/loan.d.ts.map +0 -1
  301. package/lib/db/Models/observable-model.d.ts.map +0 -1
  302. package/lib/db/Models/phone.d.ts.map +0 -1
  303. package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
  304. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  305. package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
  306. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-metadata.d.ts.map +0 -1
  307. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
  308. package/lib/db/Models/property/property-sale/tax-exemption-metadata.d.ts.map +0 -1
  309. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
  310. package/lib/db/Models/property/property-share.d.ts.map +0 -1
  311. package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
  312. package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
  313. package/lib/db/Models/property/property.d.ts.map +0 -1
  314. package/lib/db/Models/service-notification.d.ts.map +0 -1
  315. package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
  316. package/lib/db/Models/sole/sole-business-activity.d.ts.map +0 -1
  317. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +0 -1
  318. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  319. package/lib/db/Models/sole/sole-business-loss.d.ts.map +0 -1
  320. package/lib/db/Models/sole/sole-business.d.ts.map +0 -1
  321. package/lib/db/Models/sole/sole-contact.d.ts.map +0 -1
  322. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
  323. package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
  324. package/lib/db/Models/sole/sole-forecast.d.ts.map +0 -1
  325. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +0 -1
  326. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +0 -1
  327. package/lib/db/Models/sole/sole-invoice.d.ts.map +0 -1
  328. package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
  329. package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
  330. package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
  331. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
  332. package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
  333. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +0 -1
  334. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +0 -1
  335. package/lib/db/Models/tax-return/tax-return.d.ts.map +0 -1
  336. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +0 -1
  337. package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
  338. package/lib/db/Models/transaction/transaction-metadata.d.ts.map +0 -1
  339. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +0 -1
  340. package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
  341. package/lib/db/Models/user/client-details.d.ts.map +0 -1
  342. package/lib/db/Models/user/client-income-types.d.ts.map +0 -1
  343. package/lib/db/Models/user/employee-details.d.ts.map +0 -1
  344. package/lib/db/Models/user/occupation.d.ts.map +0 -1
  345. package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
  346. package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
  347. package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
  348. package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
  349. package/lib/db/Models/user/user-event.d.ts.map +0 -1
  350. package/lib/db/Models/user/user.d.ts.map +0 -1
  351. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  352. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +0 -1
  353. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +0 -1
  354. package/lib/db/Models/vehicle/vehicle.d.ts.map +0 -1
  355. package/lib/forms/abstract.form.d.ts.map +0 -1
  356. package/lib/forms/address/address.form.d.ts.map +0 -1
  357. package/lib/forms/address/index.d.ts.map +0 -1
  358. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  359. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  360. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  361. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  362. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  363. package/lib/forms/bank/bank-login.form.d.ts.map +0 -1
  364. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  365. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  366. package/lib/forms/depreciation/index.d.ts.map +0 -1
  367. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  368. package/lib/forms/index.d.ts.map +0 -1
  369. package/lib/forms/loan/index.d.ts.map +0 -1
  370. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  371. package/lib/forms/login/login.form.d.ts.map +0 -1
  372. package/lib/forms/phone/index.d.ts.map +0 -1
  373. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  374. package/lib/forms/property/index.d.ts.map +0 -1
  375. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  376. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  377. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  378. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  379. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  380. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  381. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  382. 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
  383. 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
  384. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  385. 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
  386. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  387. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  388. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  389. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  390. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  391. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  392. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  393. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  394. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  395. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  396. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  397. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  398. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  399. package/lib/forms/sole/index.d.ts.map +0 -1
  400. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  401. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  402. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  403. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  404. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  405. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  406. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  407. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  408. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  409. package/lib/forms/transaction/index.d.ts.map +0 -1
  410. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  411. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  412. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  413. package/lib/forms/transaction/work-income.form.d.ts.map +0 -1
  414. package/lib/forms/user/index.d.ts.map +0 -1
  415. package/lib/forms/user/password.form.d.ts.map +0 -1
  416. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  417. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  418. package/lib/forms/vehicle/index.d.ts.map +0 -1
  419. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  420. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  421. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  422. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  423. package/lib/functions/array/index.d.ts.map +0 -1
  424. package/lib/functions/array/replace.d.ts.map +0 -1
  425. package/lib/functions/array/sort-deep.d.ts.map +0 -1
  426. package/lib/functions/array/sort.d.ts.map +0 -1
  427. package/lib/functions/array/to-array.d.ts.map +0 -1
  428. package/lib/functions/clone-deep.d.ts.map +0 -1
  429. package/lib/functions/create-date.d.ts.map +0 -1
  430. package/lib/functions/enum-to-list.d.ts.map +0 -1
  431. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  432. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  433. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  434. package/lib/functions/round-to.d.ts.map +0 -1
  435. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  436. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  437. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  438. package/lib/interceptors/corelogic-interceptor.d.ts.map +0 -1
  439. package/lib/interceptors/financial-year-interceptor.d.ts.map +0 -1
  440. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  441. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  442. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  443. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  444. package/lib/interfaces/asset-entity-type.enum.d.ts.map +0 -1
  445. package/lib/interfaces/asset-type.enum.d.ts.map +0 -1
  446. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  447. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  448. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  449. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  450. package/lib/interfaces/document.interface.d.ts.map +0 -1
  451. package/lib/interfaces/documentable.interface.d.ts.map +0 -1
  452. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  453. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  454. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  455. package/lib/interfaces/option.interface.d.ts.map +0 -1
  456. package/lib/interfaces/photoable.d.ts.map +0 -1
  457. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  458. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  459. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  460. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  461. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  462. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  463. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  464. package/lib/models/address/address.d.ts.map +0 -1
  465. package/lib/models/address/country.d.ts.map +0 -1
  466. package/lib/models/address/index.d.ts.map +0 -1
  467. package/lib/models/address/states.enum.d.ts.map +0 -1
  468. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  469. package/lib/models/badge/badge.d.ts.map +0 -1
  470. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  471. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  472. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  473. package/lib/models/bank/bank-account.d.ts.map +0 -1
  474. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  475. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  476. package/lib/models/bank/bank-login-data.d.ts.map +0 -1
  477. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  478. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  479. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  480. package/lib/models/bank/bank.d.ts.map +0 -1
  481. package/lib/models/bank/basiq/basiq-config.d.ts.map +0 -1
  482. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +0 -1
  483. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +0 -1
  484. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  485. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  486. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  487. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  488. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  489. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  490. package/lib/models/bank/index.d.ts.map +0 -1
  491. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  492. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  493. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  494. package/lib/models/chart/chart-data.d.ts.map +0 -1
  495. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  496. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  497. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  498. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  499. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  500. package/lib/models/chart-accounts/chart-accounts-metadata.d.ts.map +0 -1
  501. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  502. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  503. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  504. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  505. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  506. package/lib/models/chat/chat.d.ts.map +0 -1
  507. package/lib/models/chat/message-document.d.ts.map +0 -1
  508. package/lib/models/chat/message.d.ts.map +0 -1
  509. package/lib/models/client/client-details.d.ts.map +0 -1
  510. package/lib/models/client/client-income-types.d.ts.map +0 -1
  511. package/lib/models/client/client-invite.d.ts.map +0 -1
  512. package/lib/models/client/client-movement.d.ts.map +0 -1
  513. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  514. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  515. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  516. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  517. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  518. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  519. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  520. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  521. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  522. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  523. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  524. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  525. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  526. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  527. package/lib/models/document/document-folder.d.ts.map +0 -1
  528. package/lib/models/document/document.d.ts.map +0 -1
  529. package/lib/models/document/index.d.ts.map +0 -1
  530. package/lib/models/employee/employee-details.d.ts.map +0 -1
  531. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  532. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  533. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  534. package/lib/models/event/app-event-type.enum.d.ts.map +0 -1
  535. package/lib/models/event/app-event.d.ts.map +0 -1
  536. package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
  537. package/lib/models/export/export-cell.d.ts.map +0 -1
  538. package/lib/models/export/export-data-table.d.ts.map +0 -1
  539. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  540. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  541. package/lib/models/export/export-row.d.ts.map +0 -1
  542. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  543. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  544. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  545. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  546. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  547. package/lib/models/firm/firm.d.ts.map +0 -1
  548. package/lib/models/income-position/income-position.d.ts.map +0 -1
  549. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  550. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  551. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  552. package/lib/models/income-source/income-source.d.ts.map +0 -1
  553. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  554. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  555. package/lib/models/index.d.ts.map +0 -1
  556. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  557. package/lib/models/loan/loan-payment.d.ts.map +0 -1
  558. package/lib/models/loan/loan-payout.d.ts.map +0 -1
  559. package/lib/models/loan/loan.d.ts.map +0 -1
  560. package/lib/models/notification/notification.d.ts.map +0 -1
  561. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  562. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  563. package/lib/models/phone/phone.d.ts.map +0 -1
  564. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  565. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  566. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  567. package/lib/models/property/corelogic-suggestion.d.ts.map +0 -1
  568. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  569. package/lib/models/property/property-category.d.ts.map +0 -1
  570. package/lib/models/property/property-document.d.ts.map +0 -1
  571. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  572. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  573. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  574. package/lib/models/property/property-forecast.d.ts.map +0 -1
  575. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  576. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  577. package/lib/models/property/property-sale/property-sale-tax-exemption-metadata.d.ts.map +0 -1
  578. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  579. package/lib/models/property/property-sale/tax-exemption-metadata.d.ts.map +0 -1
  580. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  581. package/lib/models/property/property-share.d.ts.map +0 -1
  582. package/lib/models/property/property-subscription.d.ts.map +0 -1
  583. package/lib/models/property/property-valuation.d.ts.map +0 -1
  584. package/lib/models/property/property.d.ts.map +0 -1
  585. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  586. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  587. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  588. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  589. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  590. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  591. package/lib/models/report/index.d.ts.map +0 -1
  592. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  593. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  594. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  595. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  596. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  597. 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
  598. 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
  599. 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
  600. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  601. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  602. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  603. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  604. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  605. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  606. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  607. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  608. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  609. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  610. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  611. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  612. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  613. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  614. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  615. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  616. package/lib/models/report/property/index.d.ts.map +0 -1
  617. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  618. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  619. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  620. package/lib/models/report/sole/index.d.ts.map +0 -1
  621. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  622. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  623. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  624. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  625. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  626. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  627. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  628. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  629. package/lib/models/sole/bas-report.d.ts.map +0 -1
  630. package/lib/models/sole/index.d.ts.map +0 -1
  631. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  632. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  633. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  634. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  635. package/lib/models/sole/sole-business.d.ts.map +0 -1
  636. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  637. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  638. package/lib/models/sole/sole-details.d.ts.map +0 -1
  639. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  640. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  641. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  642. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  643. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  644. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  645. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  646. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  647. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  648. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  649. package/lib/models/toast/toast.d.ts.map +0 -1
  650. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  651. package/lib/models/transaction/index.d.ts.map +0 -1
  652. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  653. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  654. package/lib/models/transaction/transaction-metadata.d.ts.map +0 -1
  655. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  656. package/lib/models/transaction/transaction.d.ts.map +0 -1
  657. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  658. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  659. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  660. package/lib/models/user/my-account-history.d.ts.map +0 -1
  661. package/lib/models/user/occupation.d.ts.map +0 -1
  662. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  663. package/lib/models/user/user-to-register.d.ts.map +0 -1
  664. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  665. package/lib/models/user/user.d.ts.map +0 -1
  666. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  667. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  668. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  669. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  670. package/lib/models/vehicle/index.d.ts.map +0 -1
  671. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  672. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  673. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  674. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  675. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  676. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  677. package/lib/services/account-setup/index.d.ts.map +0 -1
  678. package/lib/services/affiliate/index.d.ts.map +0 -1
  679. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  680. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  681. package/lib/services/asset/assets.service.d.ts.map +0 -1
  682. package/lib/services/asset/index.d.ts.map +0 -1
  683. package/lib/services/auth/auth.service.d.ts.map +0 -1
  684. package/lib/services/auth/index.d.ts.map +0 -1
  685. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  686. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  687. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  688. package/lib/services/bank/index.d.ts.map +0 -1
  689. package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
  690. package/lib/services/event/index.d.ts.map +0 -1
  691. package/lib/services/event/sse.service.d.ts.map +0 -1
  692. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  693. package/lib/services/export/index.d.ts.map +0 -1
  694. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  695. package/lib/services/header-title/index.d.ts.map +0 -1
  696. package/lib/services/http/address/address.service.d.ts.map +0 -1
  697. package/lib/services/http/address/index.d.ts.map +0 -1
  698. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  699. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  700. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  701. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  702. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  703. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  704. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  705. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  706. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  707. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  708. package/lib/services/http/bank/index.d.ts.map +0 -1
  709. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  710. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  711. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  712. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  713. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  714. package/lib/services/http/chat/index.d.ts.map +0 -1
  715. package/lib/services/http/chat/message/index.d.ts.map +0 -1
  716. package/lib/services/http/chat/message/message.service.d.ts.map +0 -1
  717. package/lib/services/http/chat/message-document/index.d.ts.map +0 -1
  718. package/lib/services/http/chat/message-document/message-document.service.d.ts.map +0 -1
  719. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  720. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  721. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  722. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  723. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  724. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  725. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  726. package/lib/services/http/document/document.service.d.ts.map +0 -1
  727. package/lib/services/http/document/index.d.ts.map +0 -1
  728. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  729. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  730. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  731. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  732. package/lib/services/http/facebook/index.d.ts.map +0 -1
  733. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  734. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  735. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  736. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  737. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  738. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  739. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  740. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  741. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  742. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  743. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  744. package/lib/services/http/firm/index.d.ts.map +0 -1
  745. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  746. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  747. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  748. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  749. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  750. package/lib/services/http/income-source/index.d.ts.map +0 -1
  751. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  752. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  753. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  754. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  755. package/lib/services/http/index.d.ts.map +0 -1
  756. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  757. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  758. package/lib/services/http/loan/index.d.ts.map +0 -1
  759. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  760. package/lib/services/http/property/index.d.ts.map +0 -1
  761. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  762. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  763. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  764. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  765. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  766. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  767. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  768. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  769. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  770. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  771. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  772. package/lib/services/http/property/property.service.d.ts.map +0 -1
  773. package/lib/services/http/receipt/index.d.ts.map +0 -1
  774. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  775. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  776. package/lib/services/http/rest/index.d.ts.map +0 -1
  777. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  778. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  779. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  780. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  781. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  782. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  783. package/lib/services/http/sole/index.d.ts.map +0 -1
  784. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  785. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  786. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  787. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  788. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  789. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  790. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  791. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  792. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  793. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  794. package/lib/services/http/subscription/index.d.ts.map +0 -1
  795. package/lib/services/http/subscription/service-price.service.d.ts.map +0 -1
  796. package/lib/services/http/subscription/subscription.service.d.ts.map +0 -1
  797. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  798. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  799. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  800. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  801. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  802. package/lib/services/http/transaction/index.d.ts.map +0 -1
  803. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  804. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  805. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  806. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  807. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  808. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  809. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  810. package/lib/services/http/user/index.d.ts.map +0 -1
  811. package/lib/services/http/user/occupation/occupation.service.d.ts.map +0 -1
  812. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  813. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  814. package/lib/services/http/user/user.service.d.ts.map +0 -1
  815. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  816. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  817. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  818. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  819. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  820. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  821. package/lib/services/index.d.ts.map +0 -1
  822. package/lib/services/intercom/index.d.ts.map +0 -1
  823. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  824. package/lib/services/pdf/index.d.ts.map +0 -1
  825. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  826. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  827. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  828. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  829. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  830. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  831. package/lib/services/preloader/index.d.ts.map +0 -1
  832. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  833. package/lib/services/property/corelogic/corelogic.service.d.ts.map +0 -1
  834. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  835. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  836. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  837. package/lib/services/property/index.d.ts.map +0 -1
  838. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  839. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  840. package/lib/services/report/index.d.ts.map +0 -1
  841. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  842. package/lib/services/toast/index.d.ts.map +0 -1
  843. package/lib/services/toast/toast.service.d.ts.map +0 -1
  844. package/lib/services/transaction/index.d.ts.map +0 -1
  845. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  846. package/lib/services/user/index.d.ts.map +0 -1
  847. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  848. package/lib/services/vehicle/index.d.ts.map +0 -1
  849. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  850. package/lib/services/xlsx/index.d.ts.map +0 -1
  851. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  852. package/lib/tt-core.module.d.ts.map +0 -1
  853. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  854. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  855. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  856. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  857. package/lib/validators/conditional.validator.d.ts.map +0 -1
  858. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  859. package/lib/validators/date-range.validator.d.ts.map +0 -1
  860. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  861. package/lib/validators/file.validator.d.ts.map +0 -1
  862. package/lib/validators/index.d.ts.map +0 -1
  863. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  864. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  865. package/lib/validators/password-match.validator.d.ts.map +0 -1
  866. package/lib/validators/password.validator.d.ts.map +0 -1
  867. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  868. package/lib/validators/required-length.validator.d.ts.map +0 -1
  869. package/public-api.d.ts.map +0 -1
  870. package/taxtank-core.d.ts.map +0 -1
@@ -92,9 +92,9 @@
92
92
  };
93
93
  return CorelogicService;
94
94
  }());
95
- CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
- CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, decorators: [{
95
+ CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
96
+ CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
97
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, decorators: [{
98
98
  type: i0.Injectable,
99
99
  args: [{
100
100
  providedIn: 'root'
@@ -138,9 +138,9 @@
138
138
  };
139
139
  return CorelogicInterceptor;
140
140
  }());
141
- CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
- CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor });
143
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
141
+ CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
142
+ CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor });
143
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
144
144
  type: i0.Injectable
145
145
  }], ctorParameters: function () {
146
146
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -180,9 +180,9 @@
180
180
  };
181
181
  return FinancialYearInterceptor;
182
182
  }());
183
- FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
- FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
183
+ FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
184
+ FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor });
185
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
186
186
  type: i0.Injectable
187
187
  }], ctorParameters: function () {
188
188
  return [{ type: undefined, decorators: [{
@@ -191,7 +191,7 @@
191
191
  }] }];
192
192
  } });
193
193
 
194
- /*! *****************************************************************************
194
+ /******************************************************************************
195
195
  Copyright (c) Microsoft Corporation.
196
196
 
197
197
  Permission to use, copy, modify, and/or distribute this software for any
@@ -353,7 +353,11 @@
353
353
  var __createBinding = Object.create ? (function (o, m, k, k2) {
354
354
  if (k2 === undefined)
355
355
  k2 = k;
356
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
356
+ var desc = Object.getOwnPropertyDescriptor(m, k);
357
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
358
+ desc = { enumerable: true, get: function () { return m[k]; } };
359
+ }
360
+ Object.defineProperty(o, k2, desc);
357
361
  }) : (function (o, m, k, k2) {
358
362
  if (k2 === undefined)
359
363
  k2 = k;
@@ -508,6 +512,11 @@
508
512
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
509
513
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
510
514
  }
515
+ function __classPrivateFieldIn(state, receiver) {
516
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
517
+ throw new TypeError("Cannot use 'in' operator on non-object");
518
+ return typeof state === "function" ? receiver === state : state.has(receiver);
519
+ }
511
520
 
512
521
  var NAME_TOKEN = 'token';
513
522
  var NAME_REFRESH_TOKEN = 'refreshToken';
@@ -538,9 +547,9 @@
538
547
  };
539
548
  return JwtService;
540
549
  }(angularJwt.JwtHelperService));
541
- JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
542
- JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
543
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, decorators: [{
550
+ JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
551
+ JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
552
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, decorators: [{
544
553
  type: i0.Injectable,
545
554
  args: [{
546
555
  providedIn: 'root'
@@ -651,9 +660,9 @@
651
660
  };
652
661
  return EventDispatcherService;
653
662
  }());
654
- EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
655
- EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
656
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
663
+ EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
664
+ EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
665
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
657
666
  type: i0.Injectable,
658
667
  args: [{
659
668
  providedIn: 'root'
@@ -707,9 +716,9 @@
707
716
  };
708
717
  return AuthService;
709
718
  }());
710
- AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
711
- AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
712
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, decorators: [{
719
+ AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
720
+ AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
721
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, decorators: [{
713
722
  type: i0.Injectable,
714
723
  args: [{
715
724
  providedIn: 'root'
@@ -850,9 +859,9 @@
850
859
  };
851
860
  return JwtInterceptor;
852
861
  }());
853
- JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
854
- JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor });
855
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
862
+ JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
863
+ JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor });
864
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
856
865
  type: i0.Injectable
857
866
  }], ctorParameters: function () {
858
867
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -890,9 +899,9 @@
890
899
  };
891
900
  return UserSwitcherService;
892
901
  }());
893
- UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
894
- UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
895
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
902
+ UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
903
+ UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
904
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
896
905
  type: i0.Injectable,
897
906
  args: [{
898
907
  providedIn: 'root'
@@ -939,9 +948,9 @@
939
948
  };
940
949
  return UserSwitcherInterceptor;
941
950
  }());
942
- UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
943
- UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor });
944
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
951
+ UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
952
+ UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor });
953
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
945
954
  type: i0.Injectable
946
955
  }], ctorParameters: function () {
947
956
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -1188,9 +1197,9 @@
1188
1197
  };
1189
1198
  return PreloaderService;
1190
1199
  }());
1191
- PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1192
- PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1193
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1200
+ PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1201
+ PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1202
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1194
1203
  type: i0.Injectable,
1195
1204
  args: [{
1196
1205
  providedIn: 'root'
@@ -1220,9 +1229,9 @@
1220
1229
  };
1221
1230
  return PreloaderInterceptor;
1222
1231
  }());
1223
- PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1224
- PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor });
1225
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1232
+ PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1233
+ PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor });
1234
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1226
1235
  type: i0.Injectable
1227
1236
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
1228
1237
 
@@ -1341,9 +1350,9 @@
1341
1350
  };
1342
1351
  return ToastService;
1343
1352
  }());
1344
- ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1345
- ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
1346
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, decorators: [{
1353
+ ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1354
+ ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
1355
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, decorators: [{
1347
1356
  type: i0.Injectable,
1348
1357
  args: [{
1349
1358
  providedIn: 'root'
@@ -1569,9 +1578,9 @@
1569
1578
  RestService.prototype.listenEvents = function () { };
1570
1579
  return RestService;
1571
1580
  }());
1572
- RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1573
- RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1574
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService$1, decorators: [{
1581
+ RestService$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1582
+ RestService$1.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, providedIn: 'root' });
1583
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService$1, decorators: [{
1575
1584
  type: i0.Injectable,
1576
1585
  args: [{
1577
1586
  providedIn: 'root'
@@ -8027,9 +8036,9 @@
8027
8036
  UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
8028
8037
  UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
8029
8038
  ];
8030
- BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
8031
- BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
8032
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
8039
+ BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
8040
+ BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
8041
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
8033
8042
  type: i0.Injectable,
8034
8043
  args: [{
8035
8044
  providedIn: 'root'
@@ -8152,9 +8161,9 @@
8152
8161
  * Basiq does not provide a hook, so we have to check job status manually every x seconds
8153
8162
  */
8154
8163
  BasiqService.bankCredintialsCheckInterval = 3000;
8155
- BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8156
- BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
8157
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, decorators: [{
8164
+ BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8165
+ BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
8166
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, decorators: [{
8158
8167
  type: i0.Injectable,
8159
8168
  args: [{
8160
8169
  providedIn: 'root'
@@ -8192,9 +8201,9 @@
8192
8201
  };
8193
8202
  return BasiqTokenService;
8194
8203
  }());
8195
- BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8196
- BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
8197
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
8204
+ BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8205
+ BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
8206
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
8198
8207
  type: i0.Injectable,
8199
8208
  args: [{
8200
8209
  providedIn: 'root'
@@ -8232,9 +8241,9 @@
8232
8241
  };
8233
8242
  return BasiqTokenInterceptor;
8234
8243
  }());
8235
- BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8236
- BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor });
8237
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
8244
+ BasiqTokenInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8245
+ BasiqTokenInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor });
8246
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenInterceptor, decorators: [{
8238
8247
  type: i0.Injectable
8239
8248
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
8240
8249
 
@@ -8272,9 +8281,9 @@
8272
8281
  };
8273
8282
  return SseService;
8274
8283
  }());
8275
- SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8276
- SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
8277
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, decorators: [{
8284
+ SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8285
+ SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
8286
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, decorators: [{
8278
8287
  type: i0.Injectable,
8279
8288
  args: [{
8280
8289
  providedIn: 'root'
@@ -8451,9 +8460,9 @@
8451
8460
  };
8452
8461
  return UserService;
8453
8462
  }());
8454
- UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8455
- UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
8456
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, decorators: [{
8463
+ UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8464
+ UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
8465
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, decorators: [{
8457
8466
  type: i0.Injectable,
8458
8467
  args: [{
8459
8468
  providedIn: 'root'
@@ -8487,9 +8496,9 @@
8487
8496
  };
8488
8497
  return BasiqClientIdInterceptor;
8489
8498
  }());
8490
- BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8491
- BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
8492
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
8499
+ BasiqClientIdInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
8500
+ BasiqClientIdInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor });
8501
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqClientIdInterceptor, decorators: [{
8493
8502
  type: i0.Injectable
8494
8503
  }], ctorParameters: function () { return [{ type: UserService }]; } });
8495
8504
 
@@ -8498,9 +8507,9 @@
8498
8507
  }
8499
8508
  return InterceptorsModule;
8500
8509
  }());
8501
- InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
8502
- InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule });
8503
- InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, providers: [
8510
+ InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
8511
+ InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule });
8512
+ InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, providers: [
8504
8513
  {
8505
8514
  provide: i1.HTTP_INTERCEPTORS,
8506
8515
  useClass: CorelogicInterceptor,
@@ -8538,7 +8547,7 @@
8538
8547
  multi: true
8539
8548
  }
8540
8549
  ] });
8541
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
8550
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
8542
8551
  type: i0.NgModule,
8543
8552
  args: [{
8544
8553
  providers: [
@@ -8599,14 +8608,14 @@
8599
8608
  };
8600
8609
  return TtCoreModule;
8601
8610
  }());
8602
- TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
8603
- TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
8611
+ TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
8612
+ TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
8604
8613
  InterceptorsModule] });
8605
- TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [[
8614
+ TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [[
8606
8615
  i1$1.CommonModule,
8607
8616
  InterceptorsModule
8608
8617
  ]] });
8609
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
8618
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
8610
8619
  type: i0.NgModule,
8611
8620
  args: [{
8612
8621
  declarations: [],
@@ -12805,9 +12814,9 @@
12805
12814
  };
12806
12815
  return AddressService;
12807
12816
  }());
12808
- AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12809
- AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12810
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, decorators: [{
12817
+ AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12818
+ AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
12819
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, decorators: [{
12811
12820
  type: i0.Injectable,
12812
12821
  args: [{
12813
12822
  providedIn: 'root'
@@ -12922,9 +12931,9 @@
12922
12931
  };
12923
12932
  return BankAccountService;
12924
12933
  }(RestService$1));
12925
- BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12926
- BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
12927
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, decorators: [{
12934
+ BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12935
+ BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
12936
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, decorators: [{
12928
12937
  type: i0.Injectable,
12929
12938
  args: [{
12930
12939
  providedIn: 'root'
@@ -13010,9 +13019,9 @@
13010
13019
  };
13011
13020
  return BankTransactionService;
13012
13021
  }(RestService$1));
13013
- BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13014
- BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13015
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13022
+ BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13023
+ BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
13024
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
13016
13025
  type: i0.Injectable,
13017
13026
  args: [{
13018
13027
  providedIn: 'root'
@@ -13039,9 +13048,9 @@
13039
13048
  };
13040
13049
  return BankService;
13041
13050
  }(RestService$1));
13042
- BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13043
- BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13044
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, decorators: [{
13051
+ BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13052
+ BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
13053
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, decorators: [{
13045
13054
  type: i0.Injectable,
13046
13055
  args: [{
13047
13056
  providedIn: 'root'
@@ -13074,9 +13083,9 @@
13074
13083
  };
13075
13084
  return ChartAccountsDepreciationService;
13076
13085
  }(RestService$1));
13077
- ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13078
- ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13079
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13086
+ ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13087
+ ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
13088
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
13080
13089
  type: i0.Injectable,
13081
13090
  args: [{
13082
13091
  providedIn: 'root'
@@ -13160,9 +13169,9 @@
13160
13169
  };
13161
13170
  return ChartAccountsService;
13162
13171
  }());
13163
- ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13164
- ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13165
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13172
+ ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13173
+ ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
13174
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
13166
13175
  type: i0.Injectable,
13167
13176
  args: [{
13168
13177
  providedIn: 'root'
@@ -13214,9 +13223,9 @@
13214
13223
  };
13215
13224
  return MessageService;
13216
13225
  }(RestService$1));
13217
- MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13218
- MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13219
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, decorators: [{
13226
+ MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13227
+ MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
13228
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, decorators: [{
13220
13229
  type: i0.Injectable,
13221
13230
  args: [{
13222
13231
  providedIn: 'root'
@@ -13330,9 +13339,9 @@
13330
13339
  };
13331
13340
  return MessageDocumentService;
13332
13341
  }());
13333
- MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13334
- MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13335
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13342
+ MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13343
+ MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
13344
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
13336
13345
  type: i0.Injectable,
13337
13346
  args: [{
13338
13347
  providedIn: 'root'
@@ -13413,9 +13422,9 @@
13413
13422
  };
13414
13423
  return ChatService;
13415
13424
  }(RestService$1));
13416
- ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13417
- ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13418
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, decorators: [{
13425
+ ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13426
+ ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
13427
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, decorators: [{
13419
13428
  type: i0.Injectable,
13420
13429
  args: [{
13421
13430
  providedIn: 'root'
@@ -13488,9 +13497,9 @@
13488
13497
  };
13489
13498
  return ReceiptService;
13490
13499
  }());
13491
- ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13492
- ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13493
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13500
+ ReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13501
+ ReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, providedIn: 'root' });
13502
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ReceiptService, decorators: [{
13494
13503
  type: i0.Injectable,
13495
13504
  args: [{
13496
13505
  providedIn: 'root'
@@ -13524,9 +13533,9 @@
13524
13533
  }
13525
13534
  return DepreciationReceiptService;
13526
13535
  }(ReceiptService));
13527
- DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13528
- DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13529
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13536
+ DepreciationReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13537
+ DepreciationReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, providedIn: 'root' });
13538
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationReceiptService, decorators: [{
13530
13539
  type: i0.Injectable,
13531
13540
  args: [{
13532
13541
  providedIn: 'root'
@@ -13692,9 +13701,9 @@
13692
13701
  };
13693
13702
  return DepreciationService;
13694
13703
  }(RestService$1));
13695
- DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: DepreciationReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13696
- DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13697
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13704
+ DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: DepreciationReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13705
+ DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
13706
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, decorators: [{
13698
13707
  type: i0.Injectable,
13699
13708
  args: [{
13700
13709
  providedIn: 'root'
@@ -13753,9 +13762,9 @@
13753
13762
  };
13754
13763
  return DepreciationCapitalProjectService;
13755
13764
  }());
13756
- DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13757
- DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13758
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13765
+ DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13766
+ DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
13767
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
13759
13768
  type: i0.Injectable,
13760
13769
  args: [{
13761
13770
  providedIn: 'root'
@@ -13777,9 +13786,9 @@
13777
13786
  }
13778
13787
  return DocumentService;
13779
13788
  }(RestService$1));
13780
- DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13781
- DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
13782
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentService, decorators: [{
13789
+ DocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13790
+ DocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, providedIn: 'root' });
13791
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentService, decorators: [{
13783
13792
  type: i0.Injectable,
13784
13793
  args: [{
13785
13794
  providedIn: 'root'
@@ -13851,9 +13860,9 @@
13851
13860
  };
13852
13861
  return DocumentFolderService;
13853
13862
  }(RestService$1));
13854
- DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13855
- DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
13856
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
13863
+ DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13864
+ DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
13865
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
13857
13866
  type: i0.Injectable,
13858
13867
  args: [{
13859
13868
  providedIn: 'root'
@@ -13942,9 +13951,9 @@
13942
13951
  auth_type: 'rerequest',
13943
13952
  return_scopes: true
13944
13953
  };
13945
- FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13946
- FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
13947
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, decorators: [{
13954
+ FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$1.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13955
+ FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
13956
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, decorators: [{
13948
13957
  type: i0.Injectable,
13949
13958
  args: [{
13950
13959
  providedIn: 'root'
@@ -13992,9 +14001,9 @@
13992
14001
  };
13993
14002
  return ClientIncomeTypesService;
13994
14003
  }());
13995
- ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13996
- ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
13997
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
14004
+ ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14005
+ ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
14006
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
13998
14007
  type: i0.Injectable,
13999
14008
  args: [{
14000
14009
  providedIn: 'root'
@@ -14123,9 +14132,9 @@
14123
14132
  };
14124
14133
  return ClientInviteService;
14125
14134
  }(RestService$1));
14126
- ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14127
- ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14128
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14135
+ ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14136
+ ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
14137
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
14129
14138
  type: i0.Injectable,
14130
14139
  args: [{
14131
14140
  providedIn: 'root'
@@ -14212,9 +14221,9 @@
14212
14221
  };
14213
14222
  return ClientMovementService;
14214
14223
  }(RestService$1));
14215
- ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14216
- ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14217
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14224
+ ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14225
+ ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
14226
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
14218
14227
  type: i0.Injectable,
14219
14228
  args: [{
14220
14229
  providedIn: 'root'
@@ -14247,9 +14256,9 @@
14247
14256
  };
14248
14257
  return EmployeeService;
14249
14258
  }(RestService$1));
14250
- EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14251
- EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14252
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14259
+ EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14260
+ EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
14261
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, decorators: [{
14253
14262
  type: i0.Injectable,
14254
14263
  args: [{
14255
14264
  providedIn: 'root'
@@ -14296,9 +14305,9 @@
14296
14305
  };
14297
14306
  return EmployeeInviteService;
14298
14307
  }(RestService$1));
14299
- EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14300
- EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14301
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14308
+ EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14309
+ EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
14310
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
14302
14311
  type: i0.Injectable,
14303
14312
  args: [{
14304
14313
  providedIn: 'root'
@@ -14324,9 +14333,9 @@
14324
14333
  };
14325
14334
  return ClientPortfolioReportService;
14326
14335
  }());
14327
- ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14328
- ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14329
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14336
+ ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14337
+ ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
14338
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
14330
14339
  type: i0.Injectable,
14331
14340
  args: [{
14332
14341
  providedIn: 'root'
@@ -14402,9 +14411,9 @@
14402
14411
  };
14403
14412
  return FirmService;
14404
14413
  }());
14405
- FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14406
- FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14407
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, decorators: [{
14414
+ FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14415
+ FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
14416
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, decorators: [{
14408
14417
  type: i0.Injectable,
14409
14418
  args: [{
14410
14419
  providedIn: 'root'
@@ -14484,9 +14493,9 @@
14484
14493
  };
14485
14494
  return IncomeSourceForecastService;
14486
14495
  }(RestService$1));
14487
- IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14488
- IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14489
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14496
+ IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14497
+ IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
14498
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
14490
14499
  type: i0.Injectable,
14491
14500
  args: [{
14492
14501
  providedIn: 'root'
@@ -14561,9 +14570,9 @@
14561
14570
  };
14562
14571
  return SalaryForecastService;
14563
14572
  }(RestService$1));
14564
- SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14565
- SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14566
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14573
+ SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14574
+ SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
14575
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
14567
14576
  type: i0.Injectable,
14568
14577
  args: [{
14569
14578
  providedIn: 'root'
@@ -14645,9 +14654,9 @@
14645
14654
  };
14646
14655
  return SoleForecastService;
14647
14656
  }(RestService$1));
14648
- SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14649
- SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14650
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14657
+ SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14658
+ SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
14659
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
14651
14660
  type: i0.Injectable,
14652
14661
  args: [{
14653
14662
  providedIn: 'root'
@@ -14755,9 +14764,9 @@
14755
14764
  };
14756
14765
  return IncomeSourceService;
14757
14766
  }(RestService$1));
14758
- IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14759
- IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14760
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14767
+ IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14768
+ IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
14769
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
14761
14770
  type: i0.Injectable,
14762
14771
  args: [{
14763
14772
  providedIn: 'root'
@@ -14819,9 +14828,9 @@
14819
14828
  };
14820
14829
  return BorrowingExpenseService;
14821
14830
  }());
14822
- BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14823
- BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
14824
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
14831
+ BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14832
+ BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
14833
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
14825
14834
  type: i0.Injectable,
14826
14835
  args: [{
14827
14836
  providedIn: 'root'
@@ -14959,9 +14968,9 @@
14959
14968
  };
14960
14969
  return LoanService;
14961
14970
  }(RestService$1));
14962
- LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14963
- LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
14964
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, decorators: [{
14971
+ LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14972
+ LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
14973
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, decorators: [{
14965
14974
  type: i0.Injectable,
14966
14975
  args: [{
14967
14976
  providedIn: 'root'
@@ -14981,9 +14990,9 @@
14981
14990
  }
14982
14991
  return PropertyCategoryService;
14983
14992
  }(RestService$1));
14984
- PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14985
- PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
14986
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
14993
+ PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14994
+ PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
14995
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
14987
14996
  type: i0.Injectable,
14988
14997
  args: [{
14989
14998
  providedIn: 'root'
@@ -15027,9 +15036,9 @@
15027
15036
  };
15028
15037
  return PropertyCategoryMovementService;
15029
15038
  }(RestService$1));
15030
- PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15031
- PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15032
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15039
+ PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15040
+ PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
15041
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
15033
15042
  type: i0.Injectable,
15034
15043
  args: [{
15035
15044
  providedIn: 'root'
@@ -15086,9 +15095,9 @@
15086
15095
  };
15087
15096
  return PropertyDocumentService;
15088
15097
  }(RestService$1));
15089
- PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15090
- PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15091
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15098
+ PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15099
+ PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
15100
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
15092
15101
  type: i0.Injectable,
15093
15102
  args: [{
15094
15103
  providedIn: 'root'
@@ -15106,9 +15115,9 @@
15106
15115
  }
15107
15116
  return TaxExemptionService;
15108
15117
  }(RestService$1));
15109
- TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15110
- TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15111
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15118
+ TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15119
+ TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
15120
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
15112
15121
  type: i0.Injectable,
15113
15122
  args: [{
15114
15123
  providedIn: 'root'
@@ -15144,9 +15153,9 @@
15144
15153
  };
15145
15154
  return PropertySaleService;
15146
15155
  }(RestService$1));
15147
- PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15148
- PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15149
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15156
+ PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15157
+ PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
15158
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
15150
15159
  type: i0.Injectable,
15151
15160
  args: [{
15152
15161
  providedIn: 'root'
@@ -15270,9 +15279,9 @@
15270
15279
  };
15271
15280
  return PropertyShareService;
15272
15281
  }(RestService$1));
15273
- PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15274
- PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15275
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15282
+ PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15283
+ PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
15284
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
15276
15285
  type: i0.Injectable,
15277
15286
  args: [{
15278
15287
  providedIn: 'root'
@@ -15497,9 +15506,9 @@
15497
15506
  RestService.prototype.listenEvents = function () { };
15498
15507
  return RestService;
15499
15508
  }());
15500
- RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15501
- RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
15502
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, decorators: [{
15509
+ RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15510
+ RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
15511
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, decorators: [{
15503
15512
  type: i0.Injectable,
15504
15513
  args: [{
15505
15514
  providedIn: 'root'
@@ -15628,9 +15637,9 @@
15628
15637
  };
15629
15638
  return PropertyService;
15630
15639
  }(RestService));
15631
- PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15632
- PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15633
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, decorators: [{
15640
+ PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15641
+ PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
15642
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, decorators: [{
15634
15643
  type: i0.Injectable,
15635
15644
  args: [{
15636
15645
  providedIn: 'root'
@@ -15678,9 +15687,9 @@
15678
15687
  };
15679
15688
  return ServiceNotificationService;
15680
15689
  }(RestService$1));
15681
- ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15682
- ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15683
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15690
+ ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15691
+ ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
15692
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
15684
15693
  type: i0.Injectable,
15685
15694
  args: [{
15686
15695
  providedIn: 'root'
@@ -15736,9 +15745,9 @@
15736
15745
  };
15737
15746
  return SoleBusinessService;
15738
15747
  }(RestService$1));
15739
- SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15740
- SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15741
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15748
+ SoleBusinessService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15749
+ SoleBusinessService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, providedIn: 'root' });
15750
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessService, decorators: [{
15742
15751
  type: i0.Injectable,
15743
15752
  args: [{
15744
15753
  providedIn: 'root'
@@ -15756,9 +15765,9 @@
15756
15765
  }
15757
15766
  return SoleBusinessActivityService;
15758
15767
  }(RestService$1));
15759
- SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15760
- SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15761
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15768
+ SoleBusinessActivityService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15769
+ SoleBusinessActivityService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, providedIn: 'root' });
15770
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessActivityService, decorators: [{
15762
15771
  type: i0.Injectable,
15763
15772
  args: [{
15764
15773
  providedIn: 'root'
@@ -15788,9 +15797,9 @@
15788
15797
  };
15789
15798
  return SoleBusinessLossService;
15790
15799
  }(RestService$1));
15791
- SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15792
- SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15793
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15800
+ SoleBusinessLossService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15801
+ SoleBusinessLossService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, providedIn: 'root' });
15802
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossService, decorators: [{
15794
15803
  type: i0.Injectable,
15795
15804
  args: [{
15796
15805
  providedIn: 'root'
@@ -15811,9 +15820,9 @@
15811
15820
  }
15812
15821
  return SoleBusinessLossOffsetRuleService;
15813
15822
  }(RestService$1));
15814
- SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15815
- SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15816
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15823
+ SoleBusinessLossOffsetRuleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15824
+ SoleBusinessLossOffsetRuleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15825
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleBusinessLossOffsetRuleService, decorators: [{
15817
15826
  type: i0.Injectable,
15818
15827
  args: [{
15819
15828
  providedIn: 'root'
@@ -15831,9 +15840,9 @@
15831
15840
  }
15832
15841
  return SoleContactService;
15833
15842
  }(RestService$1));
15834
- SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15835
- SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15836
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15843
+ SoleContactService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
15844
+ SoleContactService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, providedIn: 'root' });
15845
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleContactService, decorators: [{
15837
15846
  type: i0.Injectable,
15838
15847
  args: [{
15839
15848
  providedIn: 'root'
@@ -15893,9 +15902,9 @@
15893
15902
  };
15894
15903
  return SoleDepreciationMethodService;
15895
15904
  }());
15896
- SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15897
- SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15898
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15905
+ SoleDepreciationMethodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15906
+ SoleDepreciationMethodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, providedIn: 'root' });
15907
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDepreciationMethodService, decorators: [{
15899
15908
  type: i0.Injectable,
15900
15909
  args: [{
15901
15910
  providedIn: 'root'
@@ -15954,9 +15963,9 @@
15954
15963
  };
15955
15964
  return SoleDetailsService;
15956
15965
  }());
15957
- SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15958
- SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15959
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15966
+ SoleDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
15967
+ SoleDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, providedIn: 'root' });
15968
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleDetailsService, decorators: [{
15960
15969
  type: i0.Injectable,
15961
15970
  args: [{
15962
15971
  providedIn: 'root'
@@ -16039,9 +16048,9 @@
16039
16048
  };
16040
16049
  return SoleInvoiceService;
16041
16050
  }(RestService$1));
16042
- SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16043
- SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
16044
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
16051
+ SoleInvoiceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16052
+ SoleInvoiceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, providedIn: 'root' });
16053
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceService, decorators: [{
16045
16054
  type: i0.Injectable,
16046
16055
  args: [{
16047
16056
  providedIn: 'root'
@@ -16059,9 +16068,9 @@
16059
16068
  }
16060
16069
  return SoleInvoiceTemplateService;
16061
16070
  }(RestService$1));
16062
- SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16063
- SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
16064
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
16071
+ SoleInvoiceTemplateService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16072
+ SoleInvoiceTemplateService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, providedIn: 'root' });
16073
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleInvoiceTemplateService, decorators: [{
16065
16074
  type: i0.Injectable,
16066
16075
  args: [{
16067
16076
  providedIn: 'root'
@@ -16079,9 +16088,9 @@
16079
16088
  }
16080
16089
  return BasReportService;
16081
16090
  }(RestService$1));
16082
- BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16083
- BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
16084
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasReportService, decorators: [{
16091
+ BasReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16092
+ BasReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, providedIn: 'root' });
16093
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasReportService, decorators: [{
16085
16094
  type: i0.Injectable,
16086
16095
  args: [{
16087
16096
  providedIn: 'root'
@@ -16102,9 +16111,9 @@
16102
16111
  }
16103
16112
  return ServicePriceService;
16104
16113
  }(RestService$1));
16105
- ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16106
- ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
16107
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
16114
+ ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16115
+ ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
16116
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
16108
16117
  type: i0.Injectable,
16109
16118
  args: [{
16110
16119
  providedIn: 'root'
@@ -16231,9 +16240,9 @@
16231
16240
  };
16232
16241
  return SubscriptionService;
16233
16242
  }());
16234
- SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16235
- SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16236
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16243
+ SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16244
+ SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
16245
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
16237
16246
  type: i0.Injectable,
16238
16247
  args: [{
16239
16248
  providedIn: 'root'
@@ -16274,9 +16283,9 @@
16274
16283
  };
16275
16284
  return TaxReviewHistoryService;
16276
16285
  }(RestService$1));
16277
- TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16278
- TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16279
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16286
+ TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16287
+ TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
16288
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
16280
16289
  type: i0.Injectable,
16281
16290
  args: [{
16282
16291
  providedIn: 'root'
@@ -16373,9 +16382,9 @@
16373
16382
  };
16374
16383
  return TaxReviewService;
16375
16384
  }(RestService$1));
16376
- TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16377
- TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16378
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16385
+ TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16386
+ TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
16387
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
16379
16388
  type: i0.Injectable,
16380
16389
  args: [{
16381
16390
  providedIn: 'root'
@@ -16436,9 +16445,9 @@
16436
16445
  };
16437
16446
  return TaxSummaryService;
16438
16447
  }());
16439
- TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16440
- TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16441
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16448
+ TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16449
+ TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
16450
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
16442
16451
  type: i0.Injectable,
16443
16452
  args: [{
16444
16453
  providedIn: 'root'
@@ -16545,9 +16554,9 @@
16545
16554
  };
16546
16555
  return TransactionAllocationService;
16547
16556
  }(RestService$1));
16548
- TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16549
- TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16550
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16557
+ TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16558
+ TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
16559
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
16551
16560
  type: i0.Injectable,
16552
16561
  args: [{
16553
16562
  providedIn: 'root'
@@ -16576,9 +16585,9 @@
16576
16585
  }
16577
16586
  return TransactionReceiptService;
16578
16587
  }(ReceiptService));
16579
- TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16580
- TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16581
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16588
+ TransactionReceiptService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16589
+ TransactionReceiptService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, providedIn: 'root' });
16590
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionReceiptService, decorators: [{
16582
16591
  type: i0.Injectable,
16583
16592
  args: [{
16584
16593
  providedIn: 'root'
@@ -16917,9 +16926,9 @@
16917
16926
  };
16918
16927
  return TransactionService;
16919
16928
  }(RestService$1));
16920
- TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16921
- TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16922
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, decorators: [{
16929
+ TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16930
+ TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
16931
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, decorators: [{
16923
16932
  type: i0.Injectable,
16924
16933
  args: [{
16925
16934
  providedIn: 'root'
@@ -16951,9 +16960,9 @@
16951
16960
  }());
16952
16961
  TutorialVideoService.googleUrl = "https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name";
16953
16962
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16954
- TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16955
- TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16956
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16963
+ TutorialVideoService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
16964
+ TutorialVideoService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, providedIn: 'root' });
16965
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TutorialVideoService, decorators: [{
16957
16966
  type: i0.Injectable,
16958
16967
  args: [{
16959
16968
  providedIn: 'root'
@@ -16978,9 +16987,9 @@
16978
16987
  }
16979
16988
  return VehicleService;
16980
16989
  }(RestService$1));
16981
- VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16982
- VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16983
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, decorators: [{
16990
+ VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
16991
+ VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
16992
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, decorators: [{
16984
16993
  type: i0.Injectable,
16985
16994
  args: [{
16986
16995
  providedIn: 'root'
@@ -17061,9 +17070,9 @@
17061
17070
  };
17062
17071
  return VehicleClaimService;
17063
17072
  }(RestService$1));
17064
- VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17065
- VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
17066
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
17073
+ VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17074
+ VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
17075
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
17067
17076
  type: i0.Injectable,
17068
17077
  args: [{
17069
17078
  providedIn: 'root'
@@ -17145,9 +17154,9 @@
17145
17154
  };
17146
17155
  return VehicleClaimDetailsService;
17147
17156
  }());
17148
- VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17149
- VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
17150
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
17157
+ VehicleClaimDetailsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1__namespace.HttpClient }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17158
+ VehicleClaimDetailsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, providedIn: 'root' });
17159
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimDetailsService, decorators: [{
17151
17160
  type: i0.Injectable,
17152
17161
  args: [{
17153
17162
  providedIn: 'root'
@@ -17172,9 +17181,9 @@
17172
17181
  }
17173
17182
  return VehicleLogbookService;
17174
17183
  }(RestService$1));
17175
- VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17176
- VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
17177
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
17184
+ VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17185
+ VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
17186
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
17178
17187
  type: i0.Injectable,
17179
17188
  args: [{
17180
17189
  providedIn: 'root'
@@ -17209,9 +17218,9 @@
17209
17218
  };
17210
17219
  return OccupationService;
17211
17220
  }());
17212
- OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17213
- OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17214
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, decorators: [{
17221
+ OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17222
+ OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
17223
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, decorators: [{
17215
17224
  type: i0.Injectable,
17216
17225
  args: [{
17217
17226
  providedIn: 'root'
@@ -17261,9 +17270,9 @@
17261
17270
  };
17262
17271
  return UserEventSettingService;
17263
17272
  }(RestService$1));
17264
- UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17265
- UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17266
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17273
+ UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17274
+ UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
17275
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
17267
17276
  type: i0.Injectable,
17268
17277
  args: [{
17269
17278
  providedIn: 'root'
@@ -17281,9 +17290,9 @@
17281
17290
  }
17282
17291
  return UserEventTypeService;
17283
17292
  }(RestService$1));
17284
- UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17285
- UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17286
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17293
+ UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17294
+ UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
17295
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
17287
17296
  type: i0.Injectable,
17288
17297
  args: [{
17289
17298
  providedIn: 'root'
@@ -17303,9 +17312,9 @@
17303
17312
  }
17304
17313
  return UsersInviteService;
17305
17314
  }(RestService$1));
17306
- UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17307
- UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17308
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17315
+ UsersInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
17316
+ UsersInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, providedIn: 'root' });
17317
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UsersInviteService, decorators: [{
17309
17318
  type: i0.Injectable,
17310
17319
  args: [{
17311
17320
  providedIn: 'root'
@@ -17504,9 +17513,9 @@
17504
17513
  };
17505
17514
  return AccountSetupService;
17506
17515
  }());
17507
- AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17508
- AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17509
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17516
+ AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17517
+ AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
17518
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
17510
17519
  type: i0.Injectable,
17511
17520
  args: [{
17512
17521
  providedIn: 'root'
@@ -17534,9 +17543,9 @@
17534
17543
  };
17535
17544
  return RewardfulService;
17536
17545
  }());
17537
- RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17538
- RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17539
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17546
+ RewardfulService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17547
+ RewardfulService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, providedIn: 'root' });
17548
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RewardfulService, decorators: [{
17540
17549
  type: i0.Injectable,
17541
17550
  args: [{
17542
17551
  providedIn: 'root'
@@ -17584,9 +17593,9 @@
17584
17593
  };
17585
17594
  return AssetsService;
17586
17595
  }());
17587
- AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17588
- AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17589
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, decorators: [{
17596
+ AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17597
+ AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
17598
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, decorators: [{
17590
17599
  type: i0.Injectable,
17591
17600
  args: [{
17592
17601
  providedIn: 'root'
@@ -17656,9 +17665,9 @@
17656
17665
  };
17657
17666
  return BankTransactionCalculationService;
17658
17667
  }());
17659
- BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17660
- BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17661
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17668
+ BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17669
+ BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
17670
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
17662
17671
  type: i0.Injectable,
17663
17672
  args: [{
17664
17673
  providedIn: 'root'
@@ -17688,9 +17697,9 @@
17688
17697
  };
17689
17698
  return BankAccountCalculationService;
17690
17699
  }());
17691
- BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17692
- BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17693
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17700
+ BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17701
+ BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
17702
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
17694
17703
  type: i0.Injectable,
17695
17704
  args: [{
17696
17705
  providedIn: 'root'
@@ -17717,9 +17726,9 @@
17717
17726
  };
17718
17727
  return ExportFormatterService;
17719
17728
  }());
17720
- ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17721
- ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17722
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17729
+ ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$2.CurrencyPipe }, { token: i1__namespace$2.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17730
+ ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
17731
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
17723
17732
  type: i0.Injectable,
17724
17733
  args: [{
17725
17734
  providedIn: 'root'
@@ -17742,9 +17751,9 @@
17742
17751
  };
17743
17752
  return HeaderTitleService;
17744
17753
  }());
17745
- HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17746
- HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17747
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17754
+ HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$1.Router }, { token: i1__namespace$1.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17755
+ HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
17756
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
17748
17757
  type: i0.Injectable,
17749
17758
  args: [{
17750
17759
  providedIn: 'root'
@@ -17779,9 +17788,9 @@
17779
17788
  };
17780
17789
  return IntercomService;
17781
17790
  }());
17782
- IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17783
- IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17784
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, decorators: [{
17791
+ IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17792
+ IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
17793
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, decorators: [{
17785
17794
  type: i0.Injectable,
17786
17795
  args: [{
17787
17796
  providedIn: 'root'
@@ -17848,9 +17857,9 @@
17848
17857
  };
17849
17858
  return PdfFromDomElementService;
17850
17859
  }());
17851
- PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17852
- PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17853
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17860
+ PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17861
+ PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
17862
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
17854
17863
  type: i0.Injectable,
17855
17864
  args: [{
17856
17865
  providedIn: 'root'
@@ -17933,9 +17942,9 @@
17933
17942
  };
17934
17943
  return PdfFromTableService;
17935
17944
  }());
17936
- PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17937
- PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17938
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17945
+ PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17946
+ PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
17947
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
17939
17948
  type: i0.Injectable,
17940
17949
  args: [{
17941
17950
  providedIn: 'root'
@@ -17971,9 +17980,9 @@
17971
17980
  };
17972
17981
  return PdfFromDataTableService;
17973
17982
  }(PdfFromTableService));
17974
- PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17975
- PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17976
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17983
+ PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
17984
+ PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
17985
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
17977
17986
  type: i0.Injectable,
17978
17987
  args: [{
17979
17988
  providedIn: 'root'
@@ -18012,9 +18021,9 @@
18012
18021
  };
18013
18022
  return PdfFromHtmlTableService;
18014
18023
  }(PdfFromTableService));
18015
- PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
18016
- PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
18017
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
18024
+ PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
18025
+ PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
18026
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
18018
18027
  type: i0.Injectable,
18019
18028
  args: [{
18020
18029
  providedIn: 'root'
@@ -18048,9 +18057,9 @@
18048
18057
  };
18049
18058
  return EquityPositionChartService;
18050
18059
  }());
18051
- EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18052
- EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
18053
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
18060
+ EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18061
+ EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
18062
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
18054
18063
  type: i0.Injectable,
18055
18064
  args: [{
18056
18065
  providedIn: 'root'
@@ -18238,9 +18247,9 @@
18238
18247
  };
18239
18248
  return PropertyCalculationService;
18240
18249
  }());
18241
- PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18242
- PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18243
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18250
+ PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18251
+ PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
18252
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
18244
18253
  type: i0.Injectable,
18245
18254
  args: [{
18246
18255
  providedIn: 'root'
@@ -18297,9 +18306,9 @@
18297
18306
  };
18298
18307
  return PropertyTransactionReportService;
18299
18308
  }());
18300
- PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18301
- PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18302
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18309
+ PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18310
+ PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
18311
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
18303
18312
  type: i0.Injectable,
18304
18313
  args: [{
18305
18314
  providedIn: 'root'
@@ -18372,9 +18381,9 @@
18372
18381
  };
18373
18382
  return TransactionCalculationService;
18374
18383
  }());
18375
- TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18376
- TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18377
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18384
+ TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18385
+ TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
18386
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
18378
18387
  type: i0.Injectable,
18379
18388
  args: [{
18380
18389
  providedIn: 'root'
@@ -18438,9 +18447,9 @@
18438
18447
  };
18439
18448
  return LogbookBestPeriodService;
18440
18449
  }());
18441
- LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18442
- LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18443
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18450
+ LogbookBestPeriodService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18451
+ LogbookBestPeriodService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, providedIn: 'root' });
18452
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LogbookBestPeriodService, decorators: [{
18444
18453
  type: i0.Injectable,
18445
18454
  args: [{
18446
18455
  providedIn: 'root'
@@ -18484,9 +18493,9 @@
18484
18493
  };
18485
18494
  return XlsxService;
18486
18495
  }());
18487
- XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18488
- XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18489
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, decorators: [{
18496
+ XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
18497
+ XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
18498
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, decorators: [{
18490
18499
  type: i0.Injectable,
18491
18500
  args: [{
18492
18501
  providedIn: 'root'
@@ -21143,6 +21152,10 @@
21143
21152
  if (!((_a = transaction.chartAccounts) === null || _a === void 0 ? void 0 : _a.isSalary())) {
21144
21153
  _this.get('transactions').disable();
21145
21154
  }
21155
+ // amount changes are not available for transactions with allocations or during allocate process
21156
+ if (allocations.length || transaction.operation === exports.TransactionOperationEnum.ALLOCATE) {
21157
+ _this.get('amount').disable();
21158
+ }
21146
21159
  _this.listenEvents();
21147
21160
  return _this;
21148
21161
  }