taxtank-core 0.30.103 → 0.30.105

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 (909) hide show
  1. package/esm2020/lib/db/Json/chart-accounts/chart-accounts-value.json +44 -0
  2. package/esm2020/lib/db/Json/income-source/income_source_type.json +0 -5
  3. package/esm2020/lib/db/Models/property/property.mjs +1 -1
  4. package/esm2020/lib/forms/depreciation/depreciation.form.mjs +4 -2
  5. package/esm2020/lib/forms/report/my-tax/my-tax-cgt.form.mjs +14 -4
  6. package/esm2020/lib/forms/vehicle/vehicle-claim.form.mjs +2 -2
  7. package/esm2020/lib/models/chart-accounts/chart-accounts-categories.const.mjs +2 -1
  8. package/esm2020/lib/models/chart-accounts/chart-accounts.mjs +4 -15
  9. package/esm2020/lib/models/depreciation/depreciation.mjs +1 -1
  10. package/esm2020/lib/models/event/app-event-type.enum.mjs +4 -1
  11. package/esm2020/lib/models/transaction/transaction.mjs +4 -2
  12. package/esm2020/lib/models/vehicle/vehicle-claim.mjs +2 -8
  13. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +7 -1
  14. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +5 -4
  15. package/esm2020/lib/services/http/transaction/transaction.service.mjs +4 -4
  16. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +31 -0
  17. package/esm2020/lib/services/json/index.mjs +2 -1
  18. package/fesm2015/taxtank-core.mjs +117 -35
  19. package/fesm2015/taxtank-core.mjs.map +1 -1
  20. package/fesm2020/taxtank-core.mjs +117 -35
  21. package/fesm2020/taxtank-core.mjs.map +1 -1
  22. package/lib/models/chart-accounts/chart-accounts.d.ts +1 -5
  23. package/lib/models/event/app-event-type.enum.d.ts +3 -0
  24. package/lib/models/vehicle/vehicle-claim.d.ts +1 -2
  25. package/lib/services/http/depreciation/depreciation.service.d.ts +1 -0
  26. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +1 -1
  27. package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts +16 -0
  28. package/lib/services/json/index.d.ts +1 -0
  29. package/package.json +1 -1
  30. package/lib/collections/account-setup-item.collection.d.ts.map +0 -1
  31. package/lib/collections/allocation-group.collection.d.ts.map +0 -1
  32. package/lib/collections/allocation-rule.collection.d.ts.map +0 -1
  33. package/lib/collections/asset-sale.collection.d.ts.map +0 -1
  34. package/lib/collections/bank-account.collection.d.ts.map +0 -1
  35. package/lib/collections/bank-transaction.collection.d.ts.map +0 -1
  36. package/lib/collections/chart-accounts.collection.d.ts.map +0 -1
  37. package/lib/collections/chat/chat.collection.d.ts.map +0 -1
  38. package/lib/collections/chat/index.d.ts.map +0 -1
  39. package/lib/collections/chat/message-document.collection.d.ts.map +0 -1
  40. package/lib/collections/chat/message.collection.d.ts.map +0 -1
  41. package/lib/collections/client-invite.collection.d.ts.map +0 -1
  42. package/lib/collections/client-movement.collection.d.ts.map +0 -1
  43. package/lib/collections/client-portfolio-report.collection.d.ts.map +0 -1
  44. package/lib/collections/client.collection.d.ts.map +0 -1
  45. package/lib/collections/collection-dictionary.d.ts.map +0 -1
  46. package/lib/collections/collection.d.ts.map +0 -1
  47. package/lib/collections/depreciation-forecast.collection.d.ts.map +0 -1
  48. package/lib/collections/depreciation.collection.d.ts.map +0 -1
  49. package/lib/collections/employee.collection.d.ts.map +0 -1
  50. package/lib/collections/exportable.collection.d.ts.map +0 -1
  51. package/lib/collections/holding/holding-sale.collection.d.ts.map +0 -1
  52. package/lib/collections/holding/holding-type.collection.d.ts.map +0 -1
  53. package/lib/collections/holding/holding.collection.d.ts.map +0 -1
  54. package/lib/collections/holding/index.d.ts.map +0 -1
  55. package/lib/collections/income-source.collection.d.ts.map +0 -1
  56. package/lib/collections/index.d.ts.map +0 -1
  57. package/lib/collections/loan/index.d.ts.map +0 -1
  58. package/lib/collections/loan/loan-payment.collection.d.ts.map +0 -1
  59. package/lib/collections/loan/loan.collection.d.ts.map +0 -1
  60. package/lib/collections/property/index.d.ts.map +0 -1
  61. package/lib/collections/property/property-category-movement.collection.d.ts.map +0 -1
  62. package/lib/collections/property/property-sale/index.d.ts.map +0 -1
  63. package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +0 -1
  64. package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +0 -1
  65. package/lib/collections/property/property-share.collection.d.ts.map +0 -1
  66. package/lib/collections/property/property.collection.d.ts.map +0 -1
  67. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +0 -1
  68. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +0 -1
  69. package/lib/collections/report/index.d.ts.map +0 -1
  70. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +0 -1
  71. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +0 -1
  72. package/lib/collections/report/property/property-report-item.collection.d.ts.map +0 -1
  73. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +0 -1
  74. package/lib/collections/sole/index.d.ts.map +0 -1
  75. package/lib/collections/sole/sole-business-losses.collection.d.ts.map +0 -1
  76. package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +0 -1
  77. package/lib/collections/sole/sole-invoice.collection.d.ts.map +0 -1
  78. package/lib/collections/subscription/index.d.ts.map +0 -1
  79. package/lib/collections/subscription/service-price.collection.d.ts.map +0 -1
  80. package/lib/collections/subscription/service-product.collection.d.ts.map +0 -1
  81. package/lib/collections/subscription/service-subscription.collection.d.ts.map +0 -1
  82. package/lib/collections/subscription/subscription-item.collection.d.ts.map +0 -1
  83. package/lib/collections/tax-review.collection.d.ts.map +0 -1
  84. package/lib/collections/tax-summary/index.d.ts.map +0 -1
  85. package/lib/collections/tax-summary/report-item.collection.d.ts.map +0 -1
  86. package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +0 -1
  87. package/lib/collections/transaction/index.d.ts.map +0 -1
  88. package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +0 -1
  89. package/lib/collections/transaction/transaction.collection.d.ts.map +0 -1
  90. package/lib/collections/user-event-setting.collection.d.ts.map +0 -1
  91. package/lib/collections/user-event-type-collection.d.ts.map +0 -1
  92. package/lib/collections/vehicle/index.d.ts.map +0 -1
  93. package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +0 -1
  94. package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +0 -1
  95. package/lib/db/Enums/address-type.enum.d.ts.map +0 -1
  96. package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +0 -1
  97. package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +0 -1
  98. package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +0 -1
  99. package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +0 -1
  100. package/lib/db/Enums/annual-frequency.enum.d.ts.map +0 -1
  101. package/lib/db/Enums/bank/bank-account-status.enum.d.ts.map +0 -1
  102. package/lib/db/Enums/bank/bank-account-type.enum.d.ts.map +0 -1
  103. package/lib/db/Enums/bank/bank-connection-status.enum.d.ts.map +0 -1
  104. package/lib/db/Enums/bank/bank-popular.enum.d.ts.map +0 -1
  105. package/lib/db/Enums/bank/bank-provider.enum.d.ts.map +0 -1
  106. package/lib/db/Enums/bank/bank-transaction-type.enum.d.ts.map +0 -1
  107. package/lib/db/Enums/bank/index.d.ts.map +0 -1
  108. package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +0 -1
  109. package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +0 -1
  110. package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +0 -1
  111. package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +0 -1
  112. package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +0 -1
  113. package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +0 -1
  114. package/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts.map +0 -1
  115. package/lib/db/Enums/chart-accounts/chart-accounts-invoice-expense.enum.d.ts.map +0 -1
  116. package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +0 -1
  117. package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +0 -1
  118. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +0 -1
  119. package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +0 -1
  120. package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +0 -1
  121. package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +0 -1
  122. package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +0 -1
  123. package/lib/db/Enums/chart-accounts/index.d.ts.map +0 -1
  124. package/lib/db/Enums/chat-status.enum.d.ts.map +0 -1
  125. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +0 -1
  126. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +0 -1
  127. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +0 -1
  128. package/lib/db/Enums/client-invite-status.enum.d.ts.map +0 -1
  129. package/lib/db/Enums/client-invite-type.enum.d.ts.map +0 -1
  130. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +0 -1
  131. package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +0 -1
  132. package/lib/db/Enums/depreciation-type.enum.d.ts.map +0 -1
  133. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +0 -1
  134. package/lib/db/Enums/document-type.enum.d.ts.map +0 -1
  135. package/lib/db/Enums/file-type.enum.d.ts.map +0 -1
  136. package/lib/db/Enums/firm-type.enum.d.ts.map +0 -1
  137. package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +0 -1
  138. package/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts.map +0 -1
  139. package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +0 -1
  140. package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +0 -1
  141. package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +0 -1
  142. package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +0 -1
  143. package/lib/db/Enums/income-source/income-source-type.enum.d.ts.map +0 -1
  144. package/lib/db/Enums/income-source/index.d.ts.map +0 -1
  145. package/lib/db/Enums/index.d.ts.map +0 -1
  146. package/lib/db/Enums/invite-status.enum.d.ts.map +0 -1
  147. package/lib/db/Enums/loan-bank-type.enum.d.ts.map +0 -1
  148. package/lib/db/Enums/loan-frequency.enum.d.ts.map +0 -1
  149. package/lib/db/Enums/loan-interest-type.enum.d.ts.map +0 -1
  150. package/lib/db/Enums/loan-payout-type.enum.d.ts.map +0 -1
  151. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +0 -1
  152. package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +0 -1
  153. package/lib/db/Enums/loan-type.enum.d.ts.map +0 -1
  154. package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +0 -1
  155. package/lib/db/Enums/phone-type.enum.d.ts.map +0 -1
  156. package/lib/db/Enums/property/property-category-list.enum.d.ts.map +0 -1
  157. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +0 -1
  158. package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +0 -1
  159. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +0 -1
  160. package/lib/db/Enums/property/property-share-access.enum.d.ts.map +0 -1
  161. package/lib/db/Enums/property/property-share-status.enum.d.ts.map +0 -1
  162. package/lib/db/Enums/registration-invite-status.enum.d.ts.map +0 -1
  163. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +0 -1
  164. package/lib/db/Enums/service-notification-status.enum.d.ts.map +0 -1
  165. package/lib/db/Enums/service-notification-type.enum.d.ts.map +0 -1
  166. package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +0 -1
  167. package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +0 -1
  168. package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +0 -1
  169. package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +0 -1
  170. package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +0 -1
  171. package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +0 -1
  172. package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +0 -1
  173. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +0 -1
  174. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +0 -1
  175. package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +0 -1
  176. package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +0 -1
  177. package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +0 -1
  178. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +0 -1
  179. package/lib/db/Enums/tank-type.enum.d.ts.map +0 -1
  180. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +0 -1
  181. package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +0 -1
  182. package/lib/db/Enums/tax-return-category-list.enum.d.ts.map +0 -1
  183. package/lib/db/Enums/tax-return-category-section.enum.d.ts.map +0 -1
  184. package/lib/db/Enums/tax-review-status.enum.d.ts.map +0 -1
  185. package/lib/db/Enums/tax-summary-list.enum.d.ts.map +0 -1
  186. package/lib/db/Enums/tax-summary-section.enum.d.ts.map +0 -1
  187. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +0 -1
  188. package/lib/db/Enums/ticket-feedback.enum.d.ts.map +0 -1
  189. package/lib/db/Enums/ticket-status.enum.d.ts.map +0 -1
  190. package/lib/db/Enums/ticket-types.enum.d.ts.map +0 -1
  191. package/lib/db/Enums/transaction-operation.enum.d.ts.map +0 -1
  192. package/lib/db/Enums/transaction-source.enum.d.ts.map +0 -1
  193. package/lib/db/Enums/transaction-type.enum.d.ts.map +0 -1
  194. package/lib/db/Enums/user-event-status.enum.d.ts.map +0 -1
  195. package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +0 -1
  196. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +0 -1
  197. package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +0 -1
  198. package/lib/db/Enums/user-event-type-type.enum.d.ts.map +0 -1
  199. package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +0 -1
  200. package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +0 -1
  201. package/lib/db/Enums/user-roles.enum.d.ts.map +0 -1
  202. package/lib/db/Enums/user-status.enum.d.ts.map +0 -1
  203. package/lib/db/Enums/user-title.enum.d.ts.map +0 -1
  204. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +0 -1
  205. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +0 -1
  206. package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +0 -1
  207. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +0 -1
  208. package/lib/db/Models/abstract-model.d.ts.map +0 -1
  209. package/lib/db/Models/address.d.ts.map +0 -1
  210. package/lib/db/Models/bank/bank-account-balance.d.ts.map +0 -1
  211. package/lib/db/Models/bank/bank-account-property.d.ts.map +0 -1
  212. package/lib/db/Models/bank/bank-account.d.ts.map +0 -1
  213. package/lib/db/Models/bank/bank-connection.d.ts.map +0 -1
  214. package/lib/db/Models/bank/bank-transaction-import.d.ts.map +0 -1
  215. package/lib/db/Models/bank/bank-transaction.d.ts.map +0 -1
  216. package/lib/db/Models/bank/bank.d.ts.map +0 -1
  217. package/lib/db/Models/bank/basiq-job-step.enum.d.ts.map +0 -1
  218. package/lib/db/Models/bank/basiq-job.d.ts.map +0 -1
  219. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  220. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  221. package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  222. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  223. package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +0 -1
  224. package/lib/db/Models/client/annual-client-details.d.ts.map +0 -1
  225. package/lib/db/Models/client/client-details.d.ts.map +0 -1
  226. package/lib/db/Models/client/client-income-types.d.ts.map +0 -1
  227. package/lib/db/Models/client/index.d.ts.map +0 -1
  228. package/lib/db/Models/client/occupation.d.ts.map +0 -1
  229. package/lib/db/Models/country.d.ts.map +0 -1
  230. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  231. package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +0 -1
  232. package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +0 -1
  233. package/lib/db/Models/depreciation/depreciation.d.ts.map +0 -1
  234. package/lib/db/Models/document/document-base.d.ts.map +0 -1
  235. package/lib/db/Models/document/document-folder.d.ts.map +0 -1
  236. package/lib/db/Models/document/document.d.ts.map +0 -1
  237. package/lib/db/Models/document/property-document.d.ts.map +0 -1
  238. package/lib/db/Models/file.d.ts.map +0 -1
  239. package/lib/db/Models/firm/accountant/tax-review.d.ts.map +0 -1
  240. package/lib/db/Models/firm/accountant/ticket.d.ts.map +0 -1
  241. package/lib/db/Models/firm/chat.d.ts.map +0 -1
  242. package/lib/db/Models/firm/client-invite.d.ts.map +0 -1
  243. package/lib/db/Models/firm/client-movement.d.ts.map +0 -1
  244. package/lib/db/Models/firm/employee-invite.d.ts.map +0 -1
  245. package/lib/db/Models/firm/firm-invite.d.ts.map +0 -1
  246. package/lib/db/Models/firm/firm.d.ts.map +0 -1
  247. package/lib/db/Models/firm/message-document.d.ts.map +0 -1
  248. package/lib/db/Models/firm/message.d.ts.map +0 -1
  249. package/lib/db/Models/holding/holding-sale.d.ts.map +0 -1
  250. package/lib/db/Models/holding/holding-type-exchange.d.ts.map +0 -1
  251. package/lib/db/Models/holding/holding-type.d.ts.map +0 -1
  252. package/lib/db/Models/holding/holding.d.ts.map +0 -1
  253. package/lib/db/Models/holding/index.d.ts.map +0 -1
  254. package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +0 -1
  255. package/lib/db/Models/incomeSource/income-source-type.d.ts.map +0 -1
  256. package/lib/db/Models/incomeSource/income-source.d.ts.map +0 -1
  257. package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +0 -1
  258. package/lib/db/Models/index.d.ts.map +0 -1
  259. package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +0 -1
  260. package/lib/db/Models/loan/borrowing-expense.d.ts.map +0 -1
  261. package/lib/db/Models/loan/loan-payout.d.ts.map +0 -1
  262. package/lib/db/Models/loan/loan.d.ts.map +0 -1
  263. package/lib/db/Models/observable-model.d.ts.map +0 -1
  264. package/lib/db/Models/phone.d.ts.map +0 -1
  265. package/lib/db/Models/property/property-category-movement.d.ts.map +0 -1
  266. package/lib/db/Models/property/property-category.d.ts.map +0 -1
  267. package/lib/db/Models/property/property-forecast.d.ts.map +0 -1
  268. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  269. package/lib/db/Models/property/property-sale/property-sale.d.ts.map +0 -1
  270. package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  271. package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +0 -1
  272. package/lib/db/Models/property/property-share.d.ts.map +0 -1
  273. package/lib/db/Models/property/property-subscription.d.ts.map +0 -1
  274. package/lib/db/Models/property/property-valuation.d.ts.map +0 -1
  275. package/lib/db/Models/property/property.d.ts.map +0 -1
  276. package/lib/db/Models/service-notification.d.ts.map +0 -1
  277. package/lib/db/Models/sole/bas-report.d.ts.map +0 -1
  278. package/lib/db/Models/sole/sole-business-activity.d.ts.map +0 -1
  279. package/lib/db/Models/sole/sole-business-allocation.d.ts.map +0 -1
  280. package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  281. package/lib/db/Models/sole/sole-business-loss.d.ts.map +0 -1
  282. package/lib/db/Models/sole/sole-business.d.ts.map +0 -1
  283. package/lib/db/Models/sole/sole-contact.d.ts.map +0 -1
  284. package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +0 -1
  285. package/lib/db/Models/sole/sole-details.d.ts.map +0 -1
  286. package/lib/db/Models/sole/sole-forecast.d.ts.map +0 -1
  287. package/lib/db/Models/sole/sole-invoice-item.d.ts.map +0 -1
  288. package/lib/db/Models/sole/sole-invoice-template.d.ts.map +0 -1
  289. package/lib/db/Models/sole/sole-invoice.d.ts.map +0 -1
  290. package/lib/db/Models/spare/spare-document-category.d.ts.map +0 -1
  291. package/lib/db/Models/spare/spare-document.d.ts.map +0 -1
  292. package/lib/db/Models/subscription/service-payment-method.d.ts.map +0 -1
  293. package/lib/db/Models/subscription/service-payment.d.ts.map +0 -1
  294. package/lib/db/Models/subscription/service-price.d.ts.map +0 -1
  295. package/lib/db/Models/subscription/service-product.d.ts.map +0 -1
  296. package/lib/db/Models/subscription/service-subscription-item.d.ts.map +0 -1
  297. package/lib/db/Models/subscription/service-subscription.d.ts.map +0 -1
  298. package/lib/db/Models/tax-calculation.d.ts.map +0 -1
  299. package/lib/db/Models/tax-return/tax-return-category.d.ts.map +0 -1
  300. package/lib/db/Models/tax-return/tax-return-item.d.ts.map +0 -1
  301. package/lib/db/Models/tax-return/tax-return.d.ts.map +0 -1
  302. package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +0 -1
  303. package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  304. package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  305. package/lib/db/Models/transaction/allocation-rule.d.ts.map +0 -1
  306. package/lib/db/Models/transaction/transaction-allocation.d.ts.map +0 -1
  307. package/lib/db/Models/transaction/transaction-base.d.ts.map +0 -1
  308. package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +0 -1
  309. package/lib/db/Models/transaction/transaction-receipt.d.ts.map +0 -1
  310. package/lib/db/Models/transaction/transaction.d.ts.map +0 -1
  311. package/lib/db/Models/user/employee-details.d.ts.map +0 -1
  312. package/lib/db/Models/user/registration-invite.d.ts.map +0 -1
  313. package/lib/db/Models/user/user-event-setting.d.ts.map +0 -1
  314. package/lib/db/Models/user/user-event-type-category.d.ts.map +0 -1
  315. package/lib/db/Models/user/user-event-type.d.ts.map +0 -1
  316. package/lib/db/Models/user/user-event.d.ts.map +0 -1
  317. package/lib/db/Models/user/user.d.ts.map +0 -1
  318. package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  319. package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +0 -1
  320. package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +0 -1
  321. package/lib/db/Models/vehicle/vehicle.d.ts.map +0 -1
  322. package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +0 -1
  323. package/lib/forms/abstract.form.d.ts.map +0 -1
  324. package/lib/forms/address/address.form.d.ts.map +0 -1
  325. package/lib/forms/address/index.d.ts.map +0 -1
  326. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +0 -1
  327. package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +0 -1
  328. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +0 -1
  329. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +0 -1
  330. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +0 -1
  331. package/lib/forms/client/annual-client-details.form.d.ts.map +0 -1
  332. package/lib/forms/client/client-income-types.form.d.ts.map +0 -1
  333. package/lib/forms/client/index.d.ts.map +0 -1
  334. package/lib/forms/depreciation/depreciation.form.d.ts.map +0 -1
  335. package/lib/forms/depreciation/index.d.ts.map +0 -1
  336. package/lib/forms/form-validations.enum.d.ts.map +0 -1
  337. package/lib/forms/holding/holding-reinvest.form.d.ts.map +0 -1
  338. package/lib/forms/holding/holding-sale.form.d.ts.map +0 -1
  339. package/lib/forms/holding/holding-type.form.d.ts.map +0 -1
  340. package/lib/forms/holding/holding.form.d.ts.map +0 -1
  341. package/lib/forms/holding/index.d.ts.map +0 -1
  342. package/lib/forms/index.d.ts.map +0 -1
  343. package/lib/forms/loan/index.d.ts.map +0 -1
  344. package/lib/forms/loan/loan.form.d.ts.map +0 -1
  345. package/lib/forms/login/login.form.d.ts.map +0 -1
  346. package/lib/forms/phone/index.d.ts.map +0 -1
  347. package/lib/forms/phone/phone.form.d.ts.map +0 -1
  348. package/lib/forms/property/index.d.ts.map +0 -1
  349. package/lib/forms/property/property-sale/index.d.ts.map +0 -1
  350. package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +0 -1
  351. package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +0 -1
  352. package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +0 -1
  353. package/lib/forms/register/register-client.form.d.ts.map +0 -1
  354. package/lib/forms/register/register-firm.form.d.ts.map +0 -1
  355. package/lib/forms/report/my-tax/index.d.ts.map +0 -1
  356. 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
  357. 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
  358. package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +0 -1
  359. 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
  360. package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +0 -1
  361. package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +0 -1
  362. package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +0 -1
  363. package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +0 -1
  364. package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +0 -1
  365. package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +0 -1
  366. package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +0 -1
  367. package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +0 -1
  368. package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +0 -1
  369. package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +0 -1
  370. package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +0 -1
  371. package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +0 -1
  372. package/lib/forms/sole/bas-report.form.d.ts.map +0 -1
  373. package/lib/forms/sole/index.d.ts.map +0 -1
  374. package/lib/forms/sole/sole-business-allocations.form.d.ts.map +0 -1
  375. package/lib/forms/sole/sole-business-loss.form.d.ts.map +0 -1
  376. package/lib/forms/sole/sole-business.form.d.ts.map +0 -1
  377. package/lib/forms/sole/sole-contact.form.d.ts.map +0 -1
  378. package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +0 -1
  379. package/lib/forms/sole/sole-details.form.d.ts.map +0 -1
  380. package/lib/forms/sole/sole-invoice-item.form.d.ts.map +0 -1
  381. package/lib/forms/sole/sole-invoice-template.form.d.ts.map +0 -1
  382. package/lib/forms/sole/sole-invoice.form.d.ts.map +0 -1
  383. package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +0 -1
  384. package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +0 -1
  385. package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +0 -1
  386. package/lib/forms/transaction/allocation-rule.form.d.ts.map +0 -1
  387. package/lib/forms/transaction/holding/holding-income.form.d.ts.map +0 -1
  388. package/lib/forms/transaction/index.d.ts.map +0 -1
  389. package/lib/forms/transaction/messages.enum.d.ts.map +0 -1
  390. package/lib/forms/transaction/transaction-base.form.d.ts.map +0 -1
  391. package/lib/forms/transaction/transaction.form.d.ts.map +0 -1
  392. package/lib/forms/transaction/work/work-expense.form.d.ts.map +0 -1
  393. package/lib/forms/transaction/work/work-income.form.d.ts.map +0 -1
  394. package/lib/forms/transaction/work/work-transaction.form.d.ts.map +0 -1
  395. package/lib/forms/user/index.d.ts.map +0 -1
  396. package/lib/forms/user/password.form.d.ts.map +0 -1
  397. package/lib/forms/user/reset-password.form.d.ts.map +0 -1
  398. package/lib/forms/user/user-invite.form.d.ts.map +0 -1
  399. package/lib/forms/vehicle/index.d.ts.map +0 -1
  400. package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +0 -1
  401. package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +0 -1
  402. package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +0 -1
  403. package/lib/forms/vehicle/vehicle.form.d.ts.map +0 -1
  404. package/lib/functions/array/index.d.ts.map +0 -1
  405. package/lib/functions/array/replace.d.ts.map +0 -1
  406. package/lib/functions/array/sort-deep.d.ts.map +0 -1
  407. package/lib/functions/array/sort.d.ts.map +0 -1
  408. package/lib/functions/array/to-array.d.ts.map +0 -1
  409. package/lib/functions/clone-deep.d.ts.map +0 -1
  410. package/lib/functions/create-date.d.ts.map +0 -1
  411. package/lib/functions/enum-to-list.d.ts.map +0 -1
  412. package/lib/functions/get-doc-icon.d.ts.map +0 -1
  413. package/lib/functions/mat-options-functions.d.ts.map +0 -1
  414. package/lib/functions/mat-sort-options.d.ts.map +0 -1
  415. package/lib/functions/tax-review-filter-predicate.d.ts.map +0 -1
  416. package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +0 -1
  417. package/lib/interceptors/basiq-token.interceptor.d.ts.map +0 -1
  418. package/lib/interceptors/corelogic-interceptor.d.ts.map +0 -1
  419. package/lib/interceptors/financial-year-interceptor.d.ts.map +0 -1
  420. package/lib/interceptors/interceptors.module.d.ts.map +0 -1
  421. package/lib/interceptors/jwt-interceptor.d.ts.map +0 -1
  422. package/lib/interceptors/preloader.interceptor.d.ts.map +0 -1
  423. package/lib/interceptors/user-switcher-interceptor.d.ts.map +0 -1
  424. package/lib/interfaces/asset-entity-type.enum.d.ts.map +0 -1
  425. package/lib/interfaces/asset-type.enum.d.ts.map +0 -1
  426. package/lib/interfaces/asset.interface.d.ts.map +0 -1
  427. package/lib/interfaces/auth-tokens.interface.d.ts.map +0 -1
  428. package/lib/interfaces/chart-data.interface.d.ts.map +0 -1
  429. package/lib/interfaces/chart-serie.interface.d.ts.map +0 -1
  430. package/lib/interfaces/document.interface.d.ts.map +0 -1
  431. package/lib/interfaces/documentable.interface.d.ts.map +0 -1
  432. package/lib/interfaces/event-listener.interface.d.ts.map +0 -1
  433. package/lib/interfaces/expense.interface.d.ts.map +0 -1
  434. package/lib/interfaces/income-source-forecast.interface.d.ts.map +0 -1
  435. package/lib/interfaces/index.d.ts.map +0 -1
  436. package/lib/interfaces/option.interface.d.ts.map +0 -1
  437. package/lib/interfaces/photoable.d.ts.map +0 -1
  438. package/lib/interfaces/receipt.interface.d.ts.map +0 -1
  439. package/lib/interfaces/table-exportable.interface.d.ts.map +0 -1
  440. package/lib/interfaces/tank.interface.d.ts.map +0 -1
  441. package/lib/interfaces/updatable.interface.d.ts.map +0 -1
  442. package/lib/messages/index.d.ts.map +0 -1
  443. package/lib/messages/messages.enum.d.ts.map +0 -1
  444. package/lib/models/account-setup/account-setup-item.d.ts.map +0 -1
  445. package/lib/models/account-setup/account-setup-items.const.d.ts.map +0 -1
  446. package/lib/models/account-setup/account-setup-items.enum.d.ts.map +0 -1
  447. package/lib/models/address/address.d.ts.map +0 -1
  448. package/lib/models/address/country.d.ts.map +0 -1
  449. package/lib/models/address/index.d.ts.map +0 -1
  450. package/lib/models/address/states.enum.d.ts.map +0 -1
  451. package/lib/models/asset-sale.d.ts.map +0 -1
  452. package/lib/models/badge/badge-color.enum.d.ts.map +0 -1
  453. package/lib/models/badge/badge.d.ts.map +0 -1
  454. package/lib/models/bank/allocation-group.d.ts.map +0 -1
  455. package/lib/models/bank/bank-account-chart-data.d.ts.map +0 -1
  456. package/lib/models/bank/bank-account-property.d.ts.map +0 -1
  457. package/lib/models/bank/bank-account-types.const.d.ts.map +0 -1
  458. package/lib/models/bank/bank-account.d.ts.map +0 -1
  459. package/lib/models/bank/bank-connection.d.ts.map +0 -1
  460. package/lib/models/bank/bank-external-stats.d.ts.map +0 -1
  461. package/lib/models/bank/bank-transaction-chart-data.d.ts.map +0 -1
  462. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +0 -1
  463. package/lib/models/bank/bank-transaction.d.ts.map +0 -1
  464. package/lib/models/bank/bank.d.ts.map +0 -1
  465. package/lib/models/bank/basiq/basiq-config.d.ts.map +0 -1
  466. package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +0 -1
  467. package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +0 -1
  468. package/lib/models/bank/basiq/basiq-job-response.d.ts.map +0 -1
  469. package/lib/models/bank/basiq/basiq-job-step.d.ts.map +0 -1
  470. package/lib/models/bank/basiq/basiq-job.d.ts.map +0 -1
  471. package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +0 -1
  472. package/lib/models/bank/basiq/basiq-token.d.ts.map +0 -1
  473. package/lib/models/bank/basiq/index.d.ts.map +0 -1
  474. package/lib/models/bank/index.d.ts.map +0 -1
  475. package/lib/models/bank/type-loan.const.d.ts.map +0 -1
  476. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +0 -1
  477. package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +0 -1
  478. package/lib/models/borrowing-expense/index.d.ts.map +0 -1
  479. package/lib/models/chart/chart-data.d.ts.map +0 -1
  480. package/lib/models/chart/chart-serie.d.ts.map +0 -1
  481. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +0 -1
  482. package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +0 -1
  483. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +0 -1
  484. package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +0 -1
  485. package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +0 -1
  486. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +0 -1
  487. package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +0 -1
  488. package/lib/models/chart-accounts/chart-accounts.d.ts.map +0 -1
  489. package/lib/models/chart-accounts/index.d.ts.map +0 -1
  490. package/lib/models/chat/chat-view-type.enum.d.ts.map +0 -1
  491. package/lib/models/chat/chat.d.ts.map +0 -1
  492. package/lib/models/chat/index.d.ts.map +0 -1
  493. package/lib/models/chat/message-document.d.ts.map +0 -1
  494. package/lib/models/chat/message.d.ts.map +0 -1
  495. package/lib/models/client/annual-client-details.d.ts.map +0 -1
  496. package/lib/models/client/client-details.d.ts.map +0 -1
  497. package/lib/models/client/client-income-types.d.ts.map +0 -1
  498. package/lib/models/client/client-invite.d.ts.map +0 -1
  499. package/lib/models/client/client-movement.d.ts.map +0 -1
  500. package/lib/models/client/client-portfolio-chart-data.d.ts.map +0 -1
  501. package/lib/models/client/client-portfolio-report.d.ts.map +0 -1
  502. package/lib/models/client/index.d.ts.map +0 -1
  503. package/lib/models/color/alphabet-colors.enum.d.ts.map +0 -1
  504. package/lib/models/depreciation/depreciation-capital-project.d.ts.map +0 -1
  505. package/lib/models/depreciation/depreciation-forecast.d.ts.map +0 -1
  506. package/lib/models/depreciation/depreciation-group-item.d.ts.map +0 -1
  507. package/lib/models/depreciation/depreciation-group.d.ts.map +0 -1
  508. package/lib/models/depreciation/depreciation-group.enum.d.ts.map +0 -1
  509. package/lib/models/depreciation/depreciation-groups.const.d.ts.map +0 -1
  510. package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +0 -1
  511. package/lib/models/depreciation/depreciation-receipt.d.ts.map +0 -1
  512. package/lib/models/depreciation/depreciation.d.ts.map +0 -1
  513. package/lib/models/depreciation/index.d.ts.map +0 -1
  514. package/lib/models/dictionary/dictionary.d.ts.map +0 -1
  515. package/lib/models/dictionary/index.d.ts.map +0 -1
  516. package/lib/models/document/document-api-url-prefix.enum.d.ts.map +0 -1
  517. package/lib/models/document/document-file-types.const.d.ts.map +0 -1
  518. package/lib/models/document/document-folder.d.ts.map +0 -1
  519. package/lib/models/document/document.d.ts.map +0 -1
  520. package/lib/models/document/index.d.ts.map +0 -1
  521. package/lib/models/employee/employee-details.d.ts.map +0 -1
  522. package/lib/models/employee/employee-invite.d.ts.map +0 -1
  523. package/lib/models/endpoint/endpoint.d.ts.map +0 -1
  524. package/lib/models/endpoint/endpoints.const.d.ts.map +0 -1
  525. package/lib/models/event/app-event-type.enum.d.ts.map +0 -1
  526. package/lib/models/event/app-event.d.ts.map +0 -1
  527. package/lib/models/event/index.d.ts.map +0 -1
  528. package/lib/models/export/export-cell-type.enum.d.ts.map +0 -1
  529. package/lib/models/export/export-cell.d.ts.map +0 -1
  530. package/lib/models/export/export-data-table.d.ts.map +0 -1
  531. package/lib/models/export/export-format.enum.d.ts.map +0 -1
  532. package/lib/models/export/export-row-data-type.enum.d.ts.map +0 -1
  533. package/lib/models/export/export-row.d.ts.map +0 -1
  534. package/lib/models/file/file.d.ts.map +0 -1
  535. package/lib/models/file/icons-file.enum.d.ts.map +0 -1
  536. package/lib/models/file/index.d.ts.map +0 -1
  537. package/lib/models/financial-year/financial-year.d.ts.map +0 -1
  538. package/lib/models/financial-year/index.d.ts.map +0 -1
  539. package/lib/models/financial-year/month-name-short.enum.d.ts.map +0 -1
  540. package/lib/models/financial-year/month-number.enum.d.ts.map +0 -1
  541. package/lib/models/financial-year/months.const.d.ts.map +0 -1
  542. package/lib/models/firm/firm.d.ts.map +0 -1
  543. package/lib/models/holding/holding-reinvest.d.ts.map +0 -1
  544. package/lib/models/holding/holding-sale.d.ts.map +0 -1
  545. package/lib/models/holding/holding-type-exchange.d.ts.map +0 -1
  546. package/lib/models/holding/holding-type.d.ts.map +0 -1
  547. package/lib/models/holding/holding.d.ts.map +0 -1
  548. package/lib/models/holding/index.d.ts.map +0 -1
  549. package/lib/models/income-position/income-position.d.ts.map +0 -1
  550. package/lib/models/income-source/income-source-chart-data.d.ts.map +0 -1
  551. package/lib/models/income-source/income-source-forecast.d.ts.map +0 -1
  552. package/lib/models/income-source/income-source-type.d.ts.map +0 -1
  553. package/lib/models/income-source/income-source.d.ts.map +0 -1
  554. package/lib/models/income-source/index.d.ts.map +0 -1
  555. package/lib/models/income-source/salary-forecast.d.ts.map +0 -1
  556. package/lib/models/income-source/sole-forecast.d.ts.map +0 -1
  557. package/lib/models/index.d.ts.map +0 -1
  558. package/lib/models/loan/index.d.ts.map +0 -1
  559. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +0 -1
  560. package/lib/models/loan/loan-payment.d.ts.map +0 -1
  561. package/lib/models/loan/loan-payout.d.ts.map +0 -1
  562. package/lib/models/loan/loan.d.ts.map +0 -1
  563. package/lib/models/notification/index.d.ts.map +0 -1
  564. package/lib/models/notification/notification.d.ts.map +0 -1
  565. package/lib/models/pdf/pdf-orientation.enum.d.ts.map +0 -1
  566. package/lib/models/pdf/pdf-settings.d.ts.map +0 -1
  567. package/lib/models/phone/phone.d.ts.map +0 -1
  568. package/lib/models/property/calculation-form-item.d.ts.map +0 -1
  569. package/lib/models/property/calculation-form-type.enum.d.ts.map +0 -1
  570. package/lib/models/property/capital-costs-itmes.const.d.ts.map +0 -1
  571. package/lib/models/property/corelogic-suggestion.d.ts.map +0 -1
  572. package/lib/models/property/index.d.ts.map +0 -1
  573. package/lib/models/property/property-category-movement.d.ts.map +0 -1
  574. package/lib/models/property/property-category.d.ts.map +0 -1
  575. package/lib/models/property/property-document.d.ts.map +0 -1
  576. package/lib/models/property/property-equity-chart-data.d.ts.map +0 -1
  577. package/lib/models/property/property-equity-chart-item.d.ts.map +0 -1
  578. package/lib/models/property/property-equity-chart-type.enum.d.ts.map +0 -1
  579. package/lib/models/property/property-forecast.d.ts.map +0 -1
  580. package/lib/models/property/property-sale/index.d.ts.map +0 -1
  581. package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +0 -1
  582. package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +0 -1
  583. package/lib/models/property/property-sale/property-sale.d.ts.map +0 -1
  584. package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +0 -1
  585. package/lib/models/property/property-sale/tax-exemption.d.ts.map +0 -1
  586. package/lib/models/property/property-share.d.ts.map +0 -1
  587. package/lib/models/property/property-subscription.d.ts.map +0 -1
  588. package/lib/models/property/property-valuation.d.ts.map +0 -1
  589. package/lib/models/property/property.d.ts.map +0 -1
  590. package/lib/models/property/share-filter-options.enum.d.ts.map +0 -1
  591. package/lib/models/registration-invite/registration-invite.d.ts.map +0 -1
  592. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +0 -1
  593. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +0 -1
  594. package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +0 -1
  595. package/lib/models/report/depreciation/index.d.ts.map +0 -1
  596. package/lib/models/report/index.d.ts.map +0 -1
  597. package/lib/models/report/my-tax/ato-links.d.ts.map +0 -1
  598. package/lib/models/report/my-tax/index.d.ts.map +0 -1
  599. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +0 -1
  600. package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +0 -1
  601. package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +0 -1
  602. 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
  603. 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
  604. 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
  605. package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +0 -1
  606. package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +0 -1
  607. package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +0 -1
  608. package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +0 -1
  609. package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +0 -1
  610. package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +0 -1
  611. package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +0 -1
  612. package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +0 -1
  613. package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +0 -1
  614. package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +0 -1
  615. package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +0 -1
  616. package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +0 -1
  617. package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +0 -1
  618. package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +0 -1
  619. package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +0 -1
  620. package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +0 -1
  621. package/lib/models/report/property/index.d.ts.map +0 -1
  622. package/lib/models/report/property/property-report-item-depreciation.d.ts.map +0 -1
  623. package/lib/models/report/property/property-report-item-transaction.d.ts.map +0 -1
  624. package/lib/models/report/property/property-report-item.d.ts.map +0 -1
  625. package/lib/models/report/sole/index.d.ts.map +0 -1
  626. package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +0 -1
  627. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +0 -1
  628. package/lib/models/service-subscription/index.d.ts.map +0 -1
  629. package/lib/models/service-subscription/module-url-list.const.d.ts.map +0 -1
  630. package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +0 -1
  631. package/lib/models/service-subscription/service-payment-method.d.ts.map +0 -1
  632. package/lib/models/service-subscription/service-payment.d.ts.map +0 -1
  633. package/lib/models/service-subscription/service-price.d.ts.map +0 -1
  634. package/lib/models/service-subscription/service-product.d.ts.map +0 -1
  635. package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +0 -1
  636. package/lib/models/service-subscription/service-promo-code.d.ts.map +0 -1
  637. package/lib/models/service-subscription/service-subscription-item.d.ts.map +0 -1
  638. package/lib/models/service-subscription/service-subscription.d.ts.map +0 -1
  639. package/lib/models/sole/bas-report.d.ts.map +0 -1
  640. package/lib/models/sole/index.d.ts.map +0 -1
  641. package/lib/models/sole/sole-business-activity.d.ts.map +0 -1
  642. package/lib/models/sole/sole-business-allocation.d.ts.map +0 -1
  643. package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +0 -1
  644. package/lib/models/sole/sole-business-loss.d.ts.map +0 -1
  645. package/lib/models/sole/sole-business.d.ts.map +0 -1
  646. package/lib/models/sole/sole-contact.d.ts.map +0 -1
  647. package/lib/models/sole/sole-depreciation-method.d.ts.map +0 -1
  648. package/lib/models/sole/sole-details.d.ts.map +0 -1
  649. package/lib/models/sole/sole-invoice-item.d.ts.map +0 -1
  650. package/lib/models/sole/sole-invoice-template.d.ts.map +0 -1
  651. package/lib/models/sole/sole-invoice.d.ts.map +0 -1
  652. package/lib/models/tax-review/tax-review.d.ts.map +0 -1
  653. package/lib/models/tax-summary/report-item-details.d.ts.map +0 -1
  654. package/lib/models/tax-summary/report-item.d.ts.map +0 -1
  655. package/lib/models/tax-summary/tax-summary-section.d.ts.map +0 -1
  656. package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +0 -1
  657. package/lib/models/tax-summary/tax-summary.d.ts.map +0 -1
  658. package/lib/models/toast/toast-type.enum.d.ts.map +0 -1
  659. package/lib/models/toast/toast.d.ts.map +0 -1
  660. package/lib/models/transaction/allocation-rule-condition.d.ts.map +0 -1
  661. package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +0 -1
  662. package/lib/models/transaction/allocation-rule-transaction.d.ts.map +0 -1
  663. package/lib/models/transaction/allocation-rule.d.ts.map +0 -1
  664. package/lib/models/transaction/income-amount-type.enum.d.ts.map +0 -1
  665. package/lib/models/transaction/index.d.ts.map +0 -1
  666. package/lib/models/transaction/transaction-allocation.d.ts.map +0 -1
  667. package/lib/models/transaction/transaction-category.enum.d.ts.map +0 -1
  668. package/lib/models/transaction/transaction-meta-field.d.ts.map +0 -1
  669. package/lib/models/transaction/transaction-receipt.d.ts.map +0 -1
  670. package/lib/models/transaction/transaction.d.ts.map +0 -1
  671. package/lib/models/user/index.d.ts.map +0 -1
  672. package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +0 -1
  673. package/lib/models/user/my-account-history-status.enum.d.ts.map +0 -1
  674. package/lib/models/user/my-account-history-type.enum.d.ts.map +0 -1
  675. package/lib/models/user/my-account-history.d.ts.map +0 -1
  676. package/lib/models/user/occupation.d.ts.map +0 -1
  677. package/lib/models/user/user-roles.const.d.ts.map +0 -1
  678. package/lib/models/user/user-to-register.d.ts.map +0 -1
  679. package/lib/models/user/user-work-position.const.d.ts.map +0 -1
  680. package/lib/models/user/user.d.ts.map +0 -1
  681. package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +0 -1
  682. package/lib/models/user-event/user-event-setting.d.ts.map +0 -1
  683. package/lib/models/user-event/user-event-type-category.d.ts.map +0 -1
  684. package/lib/models/user-event/user-event-type.d.ts.map +0 -1
  685. package/lib/models/vehicle/index.d.ts.map +0 -1
  686. package/lib/models/vehicle/logbook-period.d.ts.map +0 -1
  687. package/lib/models/vehicle/vehicle-claim-details.d.ts.map +0 -1
  688. package/lib/models/vehicle/vehicle-claim.d.ts.map +0 -1
  689. package/lib/models/vehicle/vehicle-logbook.d.ts.map +0 -1
  690. package/lib/models/vehicle/vehicle.d.ts.map +0 -1
  691. package/lib/services/account-setup/account-setup.service.d.ts.map +0 -1
  692. package/lib/services/account-setup/index.d.ts.map +0 -1
  693. package/lib/services/affiliate/index.d.ts.map +0 -1
  694. package/lib/services/affiliate/rewardful/index.d.ts.map +0 -1
  695. package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +0 -1
  696. package/lib/services/asset/assets.service.d.ts.map +0 -1
  697. package/lib/services/asset/index.d.ts.map +0 -1
  698. package/lib/services/auth/auth.service.d.ts.map +0 -1
  699. package/lib/services/auth/index.d.ts.map +0 -1
  700. package/lib/services/auth/jwt.service.d.ts.map +0 -1
  701. package/lib/services/bank/bank-account-calculation.service.d.ts.map +0 -1
  702. package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +0 -1
  703. package/lib/services/bank/index.d.ts.map +0 -1
  704. package/lib/services/data.service.d.ts.map +0 -1
  705. package/lib/services/event/event-dispatcher.service.d.ts.map +0 -1
  706. package/lib/services/event/index.d.ts.map +0 -1
  707. package/lib/services/event/sse.service.d.ts.map +0 -1
  708. package/lib/services/export/export-formatter.service.d.ts.map +0 -1
  709. package/lib/services/export/index.d.ts.map +0 -1
  710. package/lib/services/header-title/header-title.service.d.ts.map +0 -1
  711. package/lib/services/header-title/index.d.ts.map +0 -1
  712. package/lib/services/http/address/address.service.d.ts.map +0 -1
  713. package/lib/services/http/address/index.d.ts.map +0 -1
  714. package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +0 -1
  715. package/lib/services/http/bank/bank-account/index.d.ts.map +0 -1
  716. package/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts.map +0 -1
  717. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +0 -1
  718. package/lib/services/http/bank/bank-connection/index.d.ts.map +0 -1
  719. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +0 -1
  720. package/lib/services/http/bank/bank-transaction/index.d.ts.map +0 -1
  721. package/lib/services/http/bank/bank.service.d.ts.map +0 -1
  722. package/lib/services/http/bank/basiq/basiq-messages.enum.d.ts.map +0 -1
  723. package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +0 -1
  724. package/lib/services/http/bank/basiq/basiq.service.d.ts.map +0 -1
  725. package/lib/services/http/bank/basiq/index.d.ts.map +0 -1
  726. package/lib/services/http/bank/index.d.ts.map +0 -1
  727. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +0 -1
  728. package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +0 -1
  729. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +0 -1
  730. package/lib/services/http/chart-accounts/index.d.ts.map +0 -1
  731. package/lib/services/http/chat/chat.service.d.ts.map +0 -1
  732. package/lib/services/http/chat/index.d.ts.map +0 -1
  733. package/lib/services/http/chat/message-document.service.d.ts.map +0 -1
  734. package/lib/services/http/chat/message.service.d.ts.map +0 -1
  735. package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +0 -1
  736. package/lib/services/http/client/index.d.ts.map +0 -1
  737. package/lib/services/http/client/occupation/occupation.service.d.ts.map +0 -1
  738. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +0 -1
  739. package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +0 -1
  740. package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +0 -1
  741. package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +0 -1
  742. package/lib/services/http/depreciation/depreciation.service.d.ts.map +0 -1
  743. package/lib/services/http/depreciation/index.d.ts.map +0 -1
  744. package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +0 -1
  745. package/lib/services/http/document/document.service.d.ts.map +0 -1
  746. package/lib/services/http/document/index.d.ts.map +0 -1
  747. package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +0 -1
  748. package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +0 -1
  749. package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +0 -1
  750. package/lib/services/http/facebook/facebook.service.d.ts.map +0 -1
  751. package/lib/services/http/facebook/index.d.ts.map +0 -1
  752. package/lib/services/http/file/file.service.d.ts.map +0 -1
  753. package/lib/services/http/file/index.d.ts.map +0 -1
  754. package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +0 -1
  755. package/lib/services/http/firm/client-income/index.d.ts.map +0 -1
  756. package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +0 -1
  757. package/lib/services/http/firm/client-invite/index.d.ts.map +0 -1
  758. package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +0 -1
  759. package/lib/services/http/firm/client-movement/index.d.ts.map +0 -1
  760. package/lib/services/http/firm/employee/employee.service.d.ts.map +0 -1
  761. package/lib/services/http/firm/employee/index.d.ts.map +0 -1
  762. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +0 -1
  763. package/lib/services/http/firm/employee-invite/index.d.ts.map +0 -1
  764. package/lib/services/http/firm/firm.service.d.ts.map +0 -1
  765. package/lib/services/http/firm/index.d.ts.map +0 -1
  766. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +0 -1
  767. package/lib/services/http/firm/portfolio-report/index.d.ts.map +0 -1
  768. package/lib/services/http/google/google.service.d.ts.map +0 -1
  769. package/lib/services/http/google/index.d.ts.map +0 -1
  770. package/lib/services/http/holding/holding-messages.enum.d.ts.map +0 -1
  771. package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +0 -1
  772. package/lib/services/http/holding/holding-sale.service.d.ts.map +0 -1
  773. package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +0 -1
  774. package/lib/services/http/holding/holding-type.service.d.ts.map +0 -1
  775. package/lib/services/http/holding/holding.service.d.ts.map +0 -1
  776. package/lib/services/http/holding/index.d.ts.map +0 -1
  777. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +0 -1
  778. package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +0 -1
  779. package/lib/services/http/income-source/income-source.service.d.ts.map +0 -1
  780. package/lib/services/http/income-source/index.d.ts.map +0 -1
  781. package/lib/services/http/income-source/salary-forecast/index.d.ts.map +0 -1
  782. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +0 -1
  783. package/lib/services/http/income-source/sole-forecast/index.d.ts.map +0 -1
  784. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +0 -1
  785. package/lib/services/http/index.d.ts.map +0 -1
  786. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +0 -1
  787. package/lib/services/http/loan/borrowing-expense/index.d.ts.map +0 -1
  788. package/lib/services/http/loan/index.d.ts.map +0 -1
  789. package/lib/services/http/loan/loan.service.d.ts.map +0 -1
  790. package/lib/services/http/property/index.d.ts.map +0 -1
  791. package/lib/services/http/property/property-category/index.d.ts.map +0 -1
  792. package/lib/services/http/property/property-category/property-category.service.d.ts.map +0 -1
  793. package/lib/services/http/property/property-category-movement/index.d.ts.map +0 -1
  794. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +0 -1
  795. package/lib/services/http/property/property-document/index.d.ts.map +0 -1
  796. package/lib/services/http/property/property-document/property-document.service.d.ts.map +0 -1
  797. package/lib/services/http/property/property-sale/index.d.ts.map +0 -1
  798. package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +0 -1
  799. package/lib/services/http/property/property-share/index.d.ts.map +0 -1
  800. package/lib/services/http/property/property-share/property-share.service.d.ts.map +0 -1
  801. package/lib/services/http/property/property.service.d.ts.map +0 -1
  802. package/lib/services/http/receipt/index.d.ts.map +0 -1
  803. package/lib/services/http/receipt/receipt.service.d.ts.map +0 -1
  804. package/lib/services/http/rest/http-method.type.d.ts.map +0 -1
  805. package/lib/services/http/rest/index.d.ts.map +0 -1
  806. package/lib/services/http/rest/rest-method.type.d.ts.map +0 -1
  807. package/lib/services/http/rest/rest-old.service.d.ts.map +0 -1
  808. package/lib/services/http/rest/rest.service.d.ts.map +0 -1
  809. package/lib/services/http/service-notification/index.d.ts.map +0 -1
  810. package/lib/services/http/service-notification/service-notification.service.d.ts.map +0 -1
  811. package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +0 -1
  812. package/lib/services/http/sole/index.d.ts.map +0 -1
  813. package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +0 -1
  814. package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +0 -1
  815. package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +0 -1
  816. package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +0 -1
  817. package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +0 -1
  818. package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +0 -1
  819. package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +0 -1
  820. package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +0 -1
  821. package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +0 -1
  822. package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +0 -1
  823. package/lib/services/http/subscription/index.d.ts.map +0 -1
  824. package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +0 -1
  825. package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +0 -1
  826. package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +0 -1
  827. package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +0 -1
  828. package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +0 -1
  829. package/lib/services/http/tax-review/index.d.ts.map +0 -1
  830. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +0 -1
  831. package/lib/services/http/tax-review/tax-review.service.d.ts.map +0 -1
  832. package/lib/services/http/tax-summary/index.d.ts.map +0 -1
  833. package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +0 -1
  834. package/lib/services/http/transaction/index.d.ts.map +0 -1
  835. package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +0 -1
  836. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +0 -1
  837. package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +0 -1
  838. package/lib/services/http/transaction/transaction.service.d.ts.map +0 -1
  839. package/lib/services/http/tutorial-video/index.d.ts.map +0 -1
  840. package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +0 -1
  841. package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +0 -1
  842. package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +0 -1
  843. package/lib/services/http/user/index.d.ts.map +0 -1
  844. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +0 -1
  845. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +0 -1
  846. package/lib/services/http/user/user.service.d.ts.map +0 -1
  847. package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +0 -1
  848. package/lib/services/http/vehicle/index.d.ts.map +0 -1
  849. package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +0 -1
  850. package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +0 -1
  851. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +0 -1
  852. package/lib/services/http/vehicle/vehicle.service.d.ts.map +0 -1
  853. package/lib/services/index.d.ts.map +0 -1
  854. package/lib/services/intercom/index.d.ts.map +0 -1
  855. package/lib/services/intercom/intercom.service.d.ts.map +0 -1
  856. package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +0 -1
  857. package/lib/services/json/income-source/income-source-type.service.d.ts.map +0 -1
  858. package/lib/services/json/index.d.ts.map +0 -1
  859. package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +0 -1
  860. package/lib/services/pdf/index.d.ts.map +0 -1
  861. package/lib/services/pdf/js-pdf.d.ts.map +0 -1
  862. package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +0 -1
  863. package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +0 -1
  864. package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +0 -1
  865. package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +0 -1
  866. package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +0 -1
  867. package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +0 -1
  868. package/lib/services/preloader/index.d.ts.map +0 -1
  869. package/lib/services/preloader/preloader.service.d.ts.map +0 -1
  870. package/lib/services/property/corelogic/corelogic.service.d.ts.map +0 -1
  871. package/lib/services/property/corelogic/index.d.ts.map +0 -1
  872. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +0 -1
  873. package/lib/services/property/equity-position-chart/index.d.ts.map +0 -1
  874. package/lib/services/property/index.d.ts.map +0 -1
  875. package/lib/services/property/property-calculation/index.d.ts.map +0 -1
  876. package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +0 -1
  877. package/lib/services/report/index.d.ts.map +0 -1
  878. package/lib/services/report/property/property-transaction-report.service.d.ts.map +0 -1
  879. package/lib/services/toast/index.d.ts.map +0 -1
  880. package/lib/services/toast/toast.service.d.ts.map +0 -1
  881. package/lib/services/transaction/index.d.ts.map +0 -1
  882. package/lib/services/transaction/transaction-calculation.service.d.ts.map +0 -1
  883. package/lib/services/user/index.d.ts.map +0 -1
  884. package/lib/services/user/user-switcher.service.d.ts.map +0 -1
  885. package/lib/services/vehicle/index.d.ts.map +0 -1
  886. package/lib/services/vehicle/logbook-best-period.service.d.ts.map +0 -1
  887. package/lib/services/xlsx/index.d.ts.map +0 -1
  888. package/lib/services/xlsx/xlsx.service.d.ts.map +0 -1
  889. package/lib/tt-core.module.d.ts.map +0 -1
  890. package/lib/validators/address-corelogic.validator.d.ts.map +0 -1
  891. package/lib/validators/at-least-one-enabled.validator.d.ts.map +0 -1
  892. package/lib/validators/at-least-one.validator.d.ts.map +0 -1
  893. package/lib/validators/autocomplete.validator.d.ts.map +0 -1
  894. package/lib/validators/conditional.validator.d.ts.map +0 -1
  895. package/lib/validators/current-fin-year.validator.d.ts.map +0 -1
  896. package/lib/validators/date-range.validator.d.ts.map +0 -1
  897. package/lib/validators/fields-sum.validator.d.ts.map +0 -1
  898. package/lib/validators/file.validator.d.ts.map +0 -1
  899. package/lib/validators/greater-than.validator.d.ts.map +0 -1
  900. package/lib/validators/index.d.ts.map +0 -1
  901. package/lib/validators/min-date/messages.enum.d.ts.map +0 -1
  902. package/lib/validators/min-date/min-date.validator.d.ts.map +0 -1
  903. package/lib/validators/password-match.validator.d.ts.map +0 -1
  904. package/lib/validators/password.validator.d.ts.map +0 -1
  905. package/lib/validators/phone-number.validator.d.ts.map +0 -1
  906. package/lib/validators/required-length.validator.d.ts.map +0 -1
  907. package/lib/validators/transactions-meta-fields.validator.d.ts.map +0 -1
  908. package/public-api.d.ts.map +0 -1
  909. package/taxtank-core.d.ts.map +0 -1
@@ -2428,6 +2428,7 @@ const CHART_ACCOUNTS_CATEGORIES = {
2428
2428
  ChartAccountsCategoryEnum.PROPERTY_DEPRECIATION,
2429
2429
  ChartAccountsCategoryEnum.WORK_DEPRECIATION,
2430
2430
  ChartAccountsCategoryEnum.PROPERTY_CAPITAL_WORKS,
2431
+ ChartAccountsCategoryEnum.SOLE_DEPRECIATION,
2431
2432
  ],
2432
2433
  all: [
2433
2434
  ChartAccountsCategoryEnum.PROPERTY_INCOME,
@@ -2581,7 +2582,7 @@ function enumToList(data) {
2581
2582
  return list;
2582
2583
  }
2583
2584
 
2584
- var ChartAccountValues = [
2585
+ var ChartAccountsValues = [
2585
2586
  {
2586
2587
  id: 1,
2587
2588
  chartAccounts: {
@@ -3023,13 +3024,65 @@ var ChartAccountValues = [
3023
3024
  unitOfMeasure: "kilometres",
3024
3025
  createdAt: "2022-06-29 00:00:00",
3025
3026
  updatedAt: "2022-06-29 00:00:00"
3027
+ },
3028
+ {
3029
+ id: 46,
3030
+ chartAccounts: {
3031
+ id: 24
3032
+ },
3033
+ financialYear: 2024,
3034
+ startDate: null,
3035
+ endDate: null,
3036
+ value: 0.85,
3037
+ unitOfMeasure: "kilometres",
3038
+ createdAt: "2023-07-01 00:00:00",
3039
+ updatedAt: "2023-07-01 00:00:00"
3040
+ },
3041
+ {
3042
+ id: 47,
3043
+ chartAccounts: {
3044
+ id: 87
3045
+ },
3046
+ financialYear: 2024,
3047
+ startDate: null,
3048
+ endDate: null,
3049
+ value: 0.52,
3050
+ unitOfMeasure: "hours",
3051
+ createdAt: "2023-07-01 00:00:00",
3052
+ updatedAt: "2023-07-01 00:00:00"
3053
+ },
3054
+ {
3055
+ id: 48,
3056
+ chartAccounts: {
3057
+ id: 103
3058
+ },
3059
+ financialYear: 2024,
3060
+ startDate: null,
3061
+ endDate: null,
3062
+ value: 0.52,
3063
+ unitOfMeasure: "hours",
3064
+ createdAt: "2023-07-01 00:00:00",
3065
+ updatedAt: "2023-07-01 00:00:00"
3066
+ },
3067
+ {
3068
+ id: 49,
3069
+ chartAccounts: {
3070
+ id: 683
3071
+ },
3072
+ financialYear: 2024,
3073
+ startDate: null,
3074
+ endDate: null,
3075
+ value: 0.85,
3076
+ unitOfMeasure: "kilometres",
3077
+ createdAt: "2023-07-01 00:00:00",
3078
+ updatedAt: "2023-07-01 00:00:00"
3026
3079
  }
3027
3080
  ];
3028
3081
 
3029
3082
  /**
3030
3083
  * @TODO vik performance problems, try https://angular.io/guide/dependency-injection-providers?
3031
3084
  */
3032
- const CHART_ACCOUNTS_VALUES = new CollectionDictionary(new Collection(ChartAccountValues.map((value) => plainToClass(ChartAccountsValue$1, value))), 'chartAccounts.id');
3085
+ const CHART_ACCOUNTS_VALUES = new CollectionDictionary(new Collection(ChartAccountsValues.map((value) => plainToClass(ChartAccountsValue$1, value))), 'chartAccounts.id');
3033
3086
 
3034
3087
  class ChartAccounts extends ChartAccounts$1 {
3035
3088
  /**
@@ -3050,18 +3103,8 @@ class ChartAccounts extends ChartAccounts$1 {
3050
3103
  isKmsForSole() {
3051
3104
  return this.id === ChartAccountsListEnum.KLMS_TRAVELLED;
3052
3105
  }
3053
- /**
3054
- * Check if accounts id is related for KMs category related to passed tank type
3055
- */
3056
- isKMsByTankType(tankType) {
3057
- switch (tankType) {
3058
- case TankTypeEnum.WORK:
3059
- return this.isKmsForWork();
3060
- case TankTypeEnum.SOLE:
3061
- return this.isKmsForSole();
3062
- default:
3063
- return false;
3064
- }
3106
+ isKms() {
3107
+ return [ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK, ChartAccountsListEnum.KLMS_TRAVELLED].includes(this.id);
3065
3108
  }
3066
3109
  /**
3067
3110
  * special type used for just pre-paying tax to the ATO, uses on tax summary
@@ -4974,11 +5017,6 @@ class VehicleClaim extends VehicleClaim$1 {
4974
5017
  getAverageWeeklyKMS() {
4975
5018
  return this.kilometers / FinancialYear.weeksInYear;
4976
5019
  }
4977
- static getKMSChartAccountsIdByTankType(tankType) {
4978
- return tankType === TankTypeEnum.WORK
4979
- ? ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK
4980
- : ChartAccountsListEnum.KLMS_TRAVELLED;
4981
- }
4982
5020
  }
4983
5021
  /**
4984
5022
  * limit for kms claim method
@@ -4986,7 +5024,7 @@ class VehicleClaim extends VehicleClaim$1 {
4986
5024
  VehicleClaim.totalKmsLimit = 5000;
4987
5025
  /**
4988
5026
  * limit for work usage claim method
4989
- */
5027
+ */
4990
5028
  VehicleClaim.totalWorkUsagePercent = 100;
4991
5029
  __decorate([
4992
5030
  Type(() => VehicleClaimDetails)
@@ -5223,7 +5261,9 @@ class Transaction extends Transaction$1 {
5223
5261
  type: this.chartAccounts.isPropertyCapitalWorks() ? DepreciationTypeEnum.CAPITAL_WORKS : DepreciationTypeEnum.PLANT_EQUIPMENT,
5224
5262
  claimPercent: this.claimPercent,
5225
5263
  property: this.property,
5226
- calculation: this.property ? this.property.depreciationCalculation : DepreciationCalculationEnum.PRIME_COST
5264
+ calculation: this.property ? this.property.depreciationCalculation : DepreciationCalculationEnum.PRIME_COST,
5265
+ transactions: [this],
5266
+ business: this.business,
5227
5267
  });
5228
5268
  }
5229
5269
  /**
@@ -8381,6 +8421,9 @@ __decorate([
8381
8421
  Expose()
8382
8422
  ], Message.prototype, "documents", void 0);
8383
8423
 
8424
+ /**
8425
+ * @TODO Alex remove
8426
+ */
8384
8427
  var AppEventTypeEnum;
8385
8428
  (function (AppEventTypeEnum) {
8386
8429
  AppEventTypeEnum[AppEventTypeEnum["CLIENT_MOVEMENT_CLOSED"] = 0] = "CLIENT_MOVEMENT_CLOSED";
@@ -12935,6 +12978,12 @@ class DepreciationService extends RestService$1 {
12935
12978
  this.resetCache();
12936
12979
  });
12937
12980
  }
12981
+ listenTransactions() {
12982
+ // @TODO reset cache only when required (transaction has depreciation)
12983
+ this.eventDispatcherService.on(AppEventTypeEnum.TRANSACTION_DELETED).subscribe(() => {
12984
+ this.resetCache();
12985
+ });
12986
+ }
12938
12987
  }
12939
12988
  DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
12940
12989
  DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
@@ -15562,7 +15611,7 @@ class TransactionAllocationService extends RestService {
15562
15611
  }
15563
15612
  listenEvents() {
15564
15613
  this.onTransactionsCreated();
15565
- this.onDepreciationCreated();
15614
+ this.watchDepreciations();
15566
15615
  this.onTransactionDeleted();
15567
15616
  }
15568
15617
  /**
@@ -15581,8 +15630,9 @@ class TransactionAllocationService extends RestService {
15581
15630
  /**
15582
15631
  * Reset cache on depreciation created
15583
15632
  */
15584
- onDepreciationCreated() {
15585
- this.eventDispatcherService.on2(Depreciation.getEventName('post')).subscribe(() => {
15633
+ watchDepreciations() {
15634
+ // @TODO reset cache only when required (depreciation has transaction with allocations)
15635
+ this.eventDispatcherService.on2(...Depreciation.getEventNames('post', 'delete')).subscribe(() => {
15586
15636
  this.resetCache();
15587
15637
  });
15588
15638
  }
@@ -15880,8 +15930,8 @@ class TransactionService extends RestService {
15880
15930
  * Listen to EventDispatcherService event related to Depreciation changing
15881
15931
  */
15882
15932
  listenDepreciationChange() {
15883
- // @TODO we never dispatch DEPRECIATION_DELETED
15884
- this.eventDispatcherService.on(AppEventTypeEnum.DEPRECIATION_DELETED).subscribe(() => {
15933
+ // @TODO reset cache only when required (depreciation has transaction)
15934
+ this.eventDispatcherService.on2(...Depreciation.getEventNames('post', 'delete')).subscribe(() => {
15885
15935
  this.fetch()
15886
15936
  .subscribe((transactions) => {
15887
15937
  this.cache = transactions;
@@ -16557,11 +16607,6 @@ var IncomeSourceTypes = [
16557
16607
  tax_return_item_id: 7,
16558
16608
  name: "Superannuation Incomes (taxed element)"
16559
16609
  },
16560
- {
16561
- id: 7,
16562
- tax_return_item_id: 15,
16563
- name: "Sole-Trader"
16564
- },
16565
16610
  {
16566
16611
  id: 9,
16567
16612
  tax_return_item_id: 13,
@@ -16586,6 +16631,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
16586
16631
  }]
16587
16632
  }], ctorParameters: function () { return []; } });
16588
16633
 
16634
+ class ChartAccountsValueService extends DataService {
16635
+ constructor() {
16636
+ super();
16637
+ this.modelClass = ChartAccountsValue;
16638
+ this.collectionClass = Collection;
16639
+ this.setCache(ChartAccountsValues);
16640
+ }
16641
+ /**
16642
+ * $ amount u can claim per 1km
16643
+ */
16644
+ getKmsRate(isSole) {
16645
+ const chartAccountsId = isSole ? ChartAccountsListEnum.KLMS_TRAVELLED : ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK;
16646
+ return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16647
+ }
16648
+ }
16649
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16650
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16652
+ type: Injectable,
16653
+ args: [{
16654
+ providedIn: 'root'
16655
+ }]
16656
+ }], ctorParameters: function () { return []; } });
16657
+
16589
16658
  /**
16590
16659
  * Enum list of all possible account setup items. Using with [ACCOUNT_SETUP_ITEMS]{@link ACCOUNT_SETUP_ITEMS}
16591
16660
  */
@@ -19555,13 +19624,24 @@ class MyTaxCgtForm extends AbstractForm {
19555
19624
  constructor(gainsOrLosses) {
19556
19625
  super({
19557
19626
  hasAssetSales: new UntypedFormControl(gainsOrLosses.hasAssetSales),
19558
- hasExemption: new UntypedFormControl(gainsOrLosses.hasExemption),
19559
- exemptionType: new UntypedFormControl(null, conditionalValidator(() => this.get('hasAssetSales').value, Validators.required)),
19627
+ hasExemption: new UntypedFormControl({ value: gainsOrLosses.hasExemption, disabled: !gainsOrLosses.hasAssetSales }),
19628
+ exemptionType: new UntypedFormControl({ value: null, disabled: !gainsOrLosses.hasExemption }, Validators.required),
19560
19629
  netCapitalProfit: new UntypedFormControl({ value: gainsOrLosses.netCapitalProfit, disabled: true }),
19561
19630
  taxableGrossCapitalProfit: new UntypedFormControl({ value: gainsOrLosses.taxableGrossCapitalProfit, disabled: true }),
19562
19631
  netCapitalLoss: new UntypedFormControl({ value: gainsOrLosses.netCapitalLoss, disabled: true }),
19563
19632
  forwardCapitalLoss: new UntypedFormControl({ value: gainsOrLosses.forwardCapitalLoss, disabled: true }),
19564
19633
  });
19634
+ this.get('hasAssetSales').valueChanges.subscribe((hasAssetSales) => {
19635
+ if (hasAssetSales) {
19636
+ this.get('hasExemption').enable();
19637
+ return;
19638
+ }
19639
+ this.get('hasExemption').setValue(false);
19640
+ this.get('hasExemption').disable();
19641
+ });
19642
+ this.get('hasExemption').valueChanges.subscribe((hasExemption) => {
19643
+ hasExemption ? this.get('exemptionType').enable() : this.get('exemptionType').disable();
19644
+ });
19565
19645
  }
19566
19646
  }
19567
19647
 
@@ -20711,7 +20791,9 @@ class HoldingIncomeForm extends WorkTransactionForm {
20711
20791
  class DepreciationForm extends TransactionBaseForm {
20712
20792
  constructor(depreciation, registeredForGst) {
20713
20793
  super(depreciation, registeredForGst);
20714
- this.get('claimPercent').setValue(depreciation.currentYearForecast.claimPercent);
20794
+ if (depreciation.id) {
20795
+ this.get('claimPercent').setValue(depreciation.currentYearForecast.claimPercent);
20796
+ }
20715
20797
  this.addControl('isCloseBalanceCorrect', new UntypedFormControl(true));
20716
20798
  this.addControl('closeBalance', new UntypedFormControl({ value: depreciation.closeBalance || 0, disabled: true }, Validators.required));
20717
20799
  this.addControl('financialYear', new UntypedFormControl(depreciation.financialYear || new FinancialYear().year));
@@ -20903,5 +20985,5 @@ var MessagesEnum;
20903
20985
  * Generated bundle index. Do not edit.
20904
20986
  */
20905
20987
 
20906
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
20988
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
20907
20989
  //# sourceMappingURL=taxtank-core.mjs.map