taxtank-core 0.33.91 → 0.33.93

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 (1030) hide show
  1. package/README.md +5 -5
  2. package/esm2022/common/public-api.mjs +1 -1
  3. package/esm2022/common/src/common.module.mjs +1 -1
  4. package/esm2022/common/src/db/enums/index.mjs +1 -1
  5. package/esm2022/common/src/db/enums/user/index.mjs +1 -1
  6. package/esm2022/common/src/db/enums/user/user-roles.enum.mjs +1 -1
  7. package/esm2022/common/src/db/index.mjs +1 -1
  8. package/esm2022/common/src/interceptors/jwt-interceptor.mjs +1 -1
  9. package/esm2022/common/src/services/auth/auth-messages.enum.mjs +1 -1
  10. package/esm2022/common/src/services/auth/auth-tokens.interface.mjs +1 -1
  11. package/esm2022/common/src/services/auth/auth.service.mjs +1 -1
  12. package/esm2022/common/src/services/auth/index.mjs +1 -1
  13. package/esm2022/common/src/services/auth/jwt-decoded.interface.mjs +1 -1
  14. package/esm2022/common/src/services/auth/jwt.service.mjs +1 -1
  15. package/esm2022/common/src/services/index.mjs +1 -1
  16. package/esm2022/common/src/services/mixpanel.service.mjs +1 -1
  17. package/esm2022/public-api.mjs +1 -1
  18. package/esm2022/src/lib/collections/account-setup-item.collection.mjs +1 -1
  19. package/esm2022/src/lib/collections/allocation-group.collection.mjs +1 -1
  20. package/esm2022/src/lib/collections/allocation-rule.collection.mjs +1 -1
  21. package/esm2022/src/lib/collections/asset-sale.collection.mjs +1 -1
  22. package/esm2022/src/lib/collections/bank-account.collection.mjs +1 -1
  23. package/esm2022/src/lib/collections/bank-transaction.collection.mjs +1 -1
  24. package/esm2022/src/lib/collections/chart-accounts/chart-accounts-value.collection.mjs +1 -1
  25. package/esm2022/src/lib/collections/chart-accounts/index.mjs +1 -1
  26. package/esm2022/src/lib/collections/chart-accounts.collection.mjs +1 -1
  27. package/esm2022/src/lib/collections/chat/chat.collection.mjs +1 -1
  28. package/esm2022/src/lib/collections/chat/index.mjs +1 -1
  29. package/esm2022/src/lib/collections/chat/message-document.collection.mjs +1 -1
  30. package/esm2022/src/lib/collections/chat/message.collection.mjs +1 -1
  31. package/esm2022/src/lib/collections/client-invite.collection.mjs +1 -1
  32. package/esm2022/src/lib/collections/client-movement.collection.mjs +1 -1
  33. package/esm2022/src/lib/collections/client-portfolio-report.collection.mjs +1 -1
  34. package/esm2022/src/lib/collections/client.collection.mjs +1 -1
  35. package/esm2022/src/lib/collections/collection-dictionary.mjs +1 -1
  36. package/esm2022/src/lib/collections/depreciation-forecast.collection.mjs +1 -1
  37. package/esm2022/src/lib/collections/depreciation.collection.mjs +1 -1
  38. package/esm2022/src/lib/collections/exportable.collection.mjs +1 -1
  39. package/esm2022/src/lib/collections/firm/employee-invite.collection.mjs +1 -1
  40. package/esm2022/src/lib/collections/firm/employee.collection.mjs +1 -1
  41. package/esm2022/src/lib/collections/firm/index.mjs +1 -1
  42. package/esm2022/src/lib/collections/holding/holding-sale.collection.mjs +1 -1
  43. package/esm2022/src/lib/collections/holding/holding-trade.collection.mjs +1 -1
  44. package/esm2022/src/lib/collections/holding/holding-type.collection.mjs +1 -1
  45. package/esm2022/src/lib/collections/holding/holding.collection.mjs +1 -1
  46. package/esm2022/src/lib/collections/holding/index.mjs +1 -1
  47. package/esm2022/src/lib/collections/home-office/home-office-claim.collection.mjs +1 -1
  48. package/esm2022/src/lib/collections/home-office/index.mjs +1 -1
  49. package/esm2022/src/lib/collections/income-source/income-source-forecast.collection.mjs +1 -1
  50. package/esm2022/src/lib/collections/income-source/income-source.collection.mjs +1 -1
  51. package/esm2022/src/lib/collections/income-source/index.mjs +1 -1
  52. package/esm2022/src/lib/collections/index.mjs +1 -1
  53. package/esm2022/src/lib/collections/loan/index.mjs +1 -1
  54. package/esm2022/src/lib/collections/loan/loan-payment.collection.mjs +1 -1
  55. package/esm2022/src/lib/collections/loan/loan.collection.mjs +1 -1
  56. package/esm2022/src/lib/collections/property/index.mjs +1 -1
  57. package/esm2022/src/lib/collections/property/property-category-movement.collection.mjs +1 -1
  58. package/esm2022/src/lib/collections/property/property-sale/index.mjs +1 -1
  59. package/esm2022/src/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.mjs +1 -1
  60. package/esm2022/src/lib/collections/property/property-sale/property-sale.collection.mjs +1 -1
  61. package/esm2022/src/lib/collections/property/property-share.collection.mjs +1 -1
  62. package/esm2022/src/lib/collections/property/property-valuation.collection.mjs +1 -1
  63. package/esm2022/src/lib/collections/property/property.collection.mjs +1 -1
  64. package/esm2022/src/lib/collections/property/tax-exemption.collection.mjs +1 -1
  65. package/esm2022/src/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.mjs +1 -1
  66. package/esm2022/src/lib/collections/report/depreciation/depreciation-report-item.collection.mjs +1 -1
  67. package/esm2022/src/lib/collections/report/income-expense/transaction-report-item.collection.mjs +1 -1
  68. package/esm2022/src/lib/collections/report/index.mjs +1 -1
  69. package/esm2022/src/lib/collections/report/property/property-report-item-depreciation.collection.mjs +1 -1
  70. package/esm2022/src/lib/collections/report/property/property-report-item-transaction.collection.mjs +1 -1
  71. package/esm2022/src/lib/collections/report/property/property-report-item.collection.mjs +1 -1
  72. package/esm2022/src/lib/collections/report/vehicle-expense/vehicle-expense.collection.mjs +1 -1
  73. package/esm2022/src/lib/collections/sole/index.mjs +1 -1
  74. package/esm2022/src/lib/collections/sole/sole-business-loss.collection.mjs +1 -1
  75. package/esm2022/src/lib/collections/sole/sole-invoice-item.collection.mjs +1 -1
  76. package/esm2022/src/lib/collections/sole/sole-invoice.collection.mjs +1 -1
  77. package/esm2022/src/lib/collections/subscription/index.mjs +1 -1
  78. package/esm2022/src/lib/collections/subscription/service-price.collection.mjs +1 -1
  79. package/esm2022/src/lib/collections/subscription/service-product.collection.mjs +1 -1
  80. package/esm2022/src/lib/collections/subscription/service-subscription.collection.mjs +1 -1
  81. package/esm2022/src/lib/collections/subscription/subscription-item.collection.mjs +1 -1
  82. package/esm2022/src/lib/collections/tax-review.collection.mjs +1 -1
  83. package/esm2022/src/lib/collections/tax-summary/index.mjs +1 -1
  84. package/esm2022/src/lib/collections/tax-summary/report-item.collection.mjs +1 -1
  85. package/esm2022/src/lib/collections/tax-summary/tax-return-categories.const.mjs +1 -1
  86. package/esm2022/src/lib/collections/transaction/index.mjs +1 -1
  87. package/esm2022/src/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
  88. package/esm2022/src/lib/collections/transaction/transaction-base.collection.mjs +1 -1
  89. package/esm2022/src/lib/collections/transaction/transaction.collection.mjs +1 -1
  90. package/esm2022/src/lib/collections/user/user.collection.mjs +1 -1
  91. package/esm2022/src/lib/collections/user-event-setting.collection.mjs +1 -1
  92. package/esm2022/src/lib/collections/user-event-type-collection.mjs +1 -1
  93. package/esm2022/src/lib/collections/vehicle/best-vehicle-logbook.collection.mjs +1 -1
  94. package/esm2022/src/lib/collections/vehicle/index.mjs +1 -1
  95. package/esm2022/src/lib/collections/vehicle/vehicle-claim.collection.mjs +1 -1
  96. package/esm2022/src/lib/collections/vehicle/vehicle-logbook.collection.mjs +1 -1
  97. package/esm2022/src/lib/core.module.mjs +1 -1
  98. package/esm2022/src/lib/db/Enums/address-type.enum.mjs +1 -1
  99. package/esm2022/src/lib/db/Enums/annual-frequency.enum.mjs +1 -1
  100. package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-comparison-operator.enum.mjs +1 -1
  101. package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-field.enum.mjs +1 -1
  102. package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-operator.enum.mjs +1 -1
  103. package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-type.enum.mjs +1 -1
  104. package/esm2022/src/lib/db/Enums/bank/allocation-rule/index.mjs +1 -1
  105. package/esm2022/src/lib/db/Enums/bank/bank-account-status.enum.mjs +1 -1
  106. package/esm2022/src/lib/db/Enums/bank/bank-account-type.enum.mjs +1 -1
  107. package/esm2022/src/lib/db/Enums/bank/bank-connection-status.enum.mjs +1 -1
  108. package/esm2022/src/lib/db/Enums/bank/bank-popular.enum.mjs +1 -1
  109. package/esm2022/src/lib/db/Enums/bank/bank-provider.enum.mjs +1 -1
  110. package/esm2022/src/lib/db/Enums/bank/bank-transaction-type.enum.mjs +1 -1
  111. package/esm2022/src/lib/db/Enums/bank/index.mjs +1 -1
  112. package/esm2022/src/lib/db/Enums/bank/loan/index.mjs +1 -1
  113. package/esm2022/src/lib/db/Enums/bank/loan/loan-bank-type.enum.mjs +1 -1
  114. package/esm2022/src/lib/db/Enums/bank/loan/loan-frequency.enum.mjs +1 -1
  115. package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type-label.enum.mjs +1 -1
  116. package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type.enum.mjs +1 -1
  117. package/esm2022/src/lib/db/Enums/bank/loan/loan-payout-type.enum.mjs +1 -1
  118. package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.mjs +1 -1
  119. package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.mjs +1 -1
  120. package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type.enum.mjs +1 -1
  121. package/esm2022/src/lib/db/Enums/bank/loan/loan-type.enum.mjs +1 -1
  122. package/esm2022/src/lib/db/Enums/bank/loan/loan-vehicle-type.enum.mjs +1 -1
  123. package/esm2022/src/lib/db/Enums/chart-accounts/business-chart-accounts.enum.mjs +1 -1
  124. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-adjustment-included-list.enum.mjs +1 -1
  125. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-category.enum.mjs +1 -1
  126. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.mjs +1 -1
  127. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.mjs +1 -1
  128. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.mjs +1 -1
  129. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.mjs +1 -1
  130. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.mjs +1 -1
  131. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.mjs +1 -1
  132. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.mjs +1 -1
  133. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +1 -1
  134. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.mjs +1 -1
  135. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.mjs +1 -1
  136. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-property-adjustments-list.enum.mjs +1 -1
  137. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.mjs +1 -1
  138. package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-type.enum.mjs +1 -1
  139. package/esm2022/src/lib/db/Enums/chart-accounts/index.mjs +1 -1
  140. package/esm2022/src/lib/db/Enums/chat-status.enum.mjs +1 -1
  141. package/esm2022/src/lib/db/Enums/client/client-details-medicare-exemption.enum.mjs +1 -1
  142. package/esm2022/src/lib/db/Enums/client/client-details-work-depreciation-calculation.enum.mjs +1 -1
  143. package/esm2022/src/lib/db/Enums/client/client-details-working-holiday-maker.enum.mjs +1 -1
  144. package/esm2022/src/lib/db/Enums/client/client-invite-status.enum.mjs +1 -1
  145. package/esm2022/src/lib/db/Enums/client/client-invite-type.enum.mjs +1 -1
  146. package/esm2022/src/lib/db/Enums/client/index.mjs +1 -1
  147. package/esm2022/src/lib/db/Enums/client/timezone.enum.mjs +1 -1
  148. package/esm2022/src/lib/db/Enums/depreciation-calculation-percent.enum.mjs +1 -1
  149. package/esm2022/src/lib/db/Enums/depreciation-calculation.enum.mjs +1 -1
  150. package/esm2022/src/lib/db/Enums/depreciation-type.enum.mjs +1 -1
  151. package/esm2022/src/lib/db/Enums/depreciation-write-off-amount.enum.mjs +1 -1
  152. package/esm2022/src/lib/db/Enums/document-type.enum.mjs +1 -1
  153. package/esm2022/src/lib/db/Enums/file-type.enum.mjs +1 -1
  154. package/esm2022/src/lib/db/Enums/firm/employee-invite-role.enum.mjs +1 -1
  155. package/esm2022/src/lib/db/Enums/firm/firm-type.enum.mjs +1 -1
  156. package/esm2022/src/lib/db/Enums/firm/index.mjs +1 -1
  157. package/esm2022/src/lib/db/Enums/holding/holding-trade-type.enum.mjs +1 -1
  158. package/esm2022/src/lib/db/Enums/holding/holding-type-category.enum.mjs +1 -1
  159. package/esm2022/src/lib/db/Enums/holding/holding-type-exchange-list.enum.mjs +1 -1
  160. package/esm2022/src/lib/db/Enums/holding/index.mjs +1 -1
  161. package/esm2022/src/lib/db/Enums/home-office/home-office-claim-method.enum.mjs +1 -1
  162. package/esm2022/src/lib/db/Enums/home-office/index.mjs +1 -1
  163. package/esm2022/src/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.mjs +1 -1
  164. package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-holding.enum.mjs +1 -1
  165. package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-other.enum.mjs +1 -1
  166. package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-sole.enum.mjs +1 -1
  167. package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-work.enum.mjs +1 -1
  168. package/esm2022/src/lib/db/Enums/income-source/income-source-type.enum.mjs +1 -1
  169. package/esm2022/src/lib/db/Enums/income-source/index.mjs +1 -1
  170. package/esm2022/src/lib/db/Enums/index.mjs +1 -1
  171. package/esm2022/src/lib/db/Enums/invite-status.enum.mjs +1 -1
  172. package/esm2022/src/lib/db/Enums/phone-type.enum.mjs +1 -1
  173. package/esm2022/src/lib/db/Enums/property/property-category-list.enum.mjs +1 -1
  174. package/esm2022/src/lib/db/Enums/property/property-depreciation-calculation.enum.mjs +1 -1
  175. package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.mjs +1 -1
  176. package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption.enum.mjs +1 -1
  177. package/esm2022/src/lib/db/Enums/property/property-share-access.enum.mjs +1 -1
  178. package/esm2022/src/lib/db/Enums/property/property-share-status.enum.mjs +1 -1
  179. package/esm2022/src/lib/db/Enums/registration-invite-status.enum.mjs +1 -1
  180. package/esm2022/src/lib/db/Enums/salary-forecast-frequency.enum.mjs +1 -1
  181. package/esm2022/src/lib/db/Enums/service-notification-status.enum.mjs +1 -1
  182. package/esm2022/src/lib/db/Enums/service-notification-type.enum.mjs +1 -1
  183. package/esm2022/src/lib/db/Enums/setup-item-type.enum.mjs +1 -1
  184. package/esm2022/src/lib/db/Enums/sole/index.mjs +1 -1
  185. package/esm2022/src/lib/db/Enums/sole/sole-depreciation-method.enum.mjs +1 -1
  186. package/esm2022/src/lib/db/Enums/sole/sole-invoice-state.enum.mjs +1 -1
  187. package/esm2022/src/lib/db/Enums/sole/sole-invoice-statuses.enum.mjs +1 -1
  188. package/esm2022/src/lib/db/Enums/sole/sole-invoice-tax-type.enum.mjs +1 -1
  189. package/esm2022/src/lib/db/Enums/sole/sole-invoice-template-tax-type.enum.mjs +1 -1
  190. package/esm2022/src/lib/db/Enums/spare-document-spare-type.enum.mjs +1 -1
  191. package/esm2022/src/lib/db/Enums/subscription/index.mjs +1 -1
  192. package/esm2022/src/lib/db/Enums/subscription/service-payment-method-card-brand.enum.mjs +1 -1
  193. package/esm2022/src/lib/db/Enums/subscription/service-payment-method-type.enum.mjs +1 -1
  194. package/esm2022/src/lib/db/Enums/subscription/service-payment-status.enum.mjs +1 -1
  195. package/esm2022/src/lib/db/Enums/subscription/service-price-list.enum.mjs +1 -1
  196. package/esm2022/src/lib/db/Enums/subscription/service-price-recurring-interval.enum.mjs +1 -1
  197. package/esm2022/src/lib/db/Enums/subscription/service-price-type.enum.mjs +1 -1
  198. package/esm2022/src/lib/db/Enums/subscription/service-product-id.enum.mjs +1 -1
  199. package/esm2022/src/lib/db/Enums/subscription/service-product-status.enum.mjs +1 -1
  200. package/esm2022/src/lib/db/Enums/subscription/service-subscription-status.enum.mjs +1 -1
  201. package/esm2022/src/lib/db/Enums/tank-type.enum.mjs +1 -1
  202. package/esm2022/src/lib/db/Enums/tax-calculation-medicare-exemption.enum.mjs +1 -1
  203. package/esm2022/src/lib/db/Enums/tax-calculation-type.enum.mjs +1 -1
  204. package/esm2022/src/lib/db/Enums/tax-return/index.mjs +1 -1
  205. package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-list.enum.mjs +1 -1
  206. package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-section.enum.mjs +1 -1
  207. package/esm2022/src/lib/db/Enums/tax-return/tax-return-item.enum.mjs +1 -1
  208. package/esm2022/src/lib/db/Enums/tax-review-status.enum.mjs +1 -1
  209. package/esm2022/src/lib/db/Enums/tax-summary-list.enum.mjs +1 -1
  210. package/esm2022/src/lib/db/Enums/tax-summary-section.enum.mjs +1 -1
  211. package/esm2022/src/lib/db/Enums/tax-summary-tax-summary.enum.mjs +1 -1
  212. package/esm2022/src/lib/db/Enums/ticket-feedback.enum.mjs +1 -1
  213. package/esm2022/src/lib/db/Enums/ticket-status.enum.mjs +1 -1
  214. package/esm2022/src/lib/db/Enums/ticket-types.enum.mjs +1 -1
  215. package/esm2022/src/lib/db/Enums/transaction-operation.enum.mjs +1 -1
  216. package/esm2022/src/lib/db/Enums/transaction-source.enum.mjs +1 -1
  217. package/esm2022/src/lib/db/Enums/transaction-type.enum.mjs +1 -1
  218. package/esm2022/src/lib/db/Enums/user/gender.enum.mjs +1 -1
  219. package/esm2022/src/lib/db/Enums/user/index.mjs +1 -1
  220. package/esm2022/src/lib/db/Enums/user-event-status.enum.mjs +1 -1
  221. package/esm2022/src/lib/db/Enums/user-event-type-client-type.enum.mjs +1 -1
  222. package/esm2022/src/lib/db/Enums/user-event-type-employee-type.enum.mjs +1 -1
  223. package/esm2022/src/lib/db/Enums/user-event-type-frequency.enum.mjs +1 -1
  224. package/esm2022/src/lib/db/Enums/user-event-type-type.enum.mjs +1 -1
  225. package/esm2022/src/lib/db/Enums/user-event-type-user-type.enum.mjs +1 -1
  226. package/esm2022/src/lib/db/Enums/user-medicare-exemption.enum.mjs +1 -1
  227. package/esm2022/src/lib/db/Enums/user-status.enum.mjs +1 -1
  228. package/esm2022/src/lib/db/Enums/user-title.enum.mjs +1 -1
  229. package/esm2022/src/lib/db/Enums/user-work-depreciation-calculation.enum.mjs +1 -1
  230. package/esm2022/src/lib/db/Enums/user-working-holiday-maker.enum.mjs +1 -1
  231. package/esm2022/src/lib/db/Enums/vehicle-claim-details-method.enum.mjs +1 -1
  232. package/esm2022/src/lib/db/Enums/vehicle-logbook-purpose.enum.mjs +1 -1
  233. package/esm2022/src/lib/db/Models/abstract-model.mjs +1 -1
  234. package/esm2022/src/lib/db/Models/address.mjs +1 -1
  235. package/esm2022/src/lib/db/Models/bank/bank-account-balance.mjs +1 -1
  236. package/esm2022/src/lib/db/Models/bank/bank-account-property.mjs +1 -1
  237. package/esm2022/src/lib/db/Models/bank/bank-account.mjs +1 -1
  238. package/esm2022/src/lib/db/Models/bank/bank-connection.mjs +1 -1
  239. package/esm2022/src/lib/db/Models/bank/bank-transaction-import.mjs +1 -1
  240. package/esm2022/src/lib/db/Models/bank/bank-transaction.mjs +1 -1
  241. package/esm2022/src/lib/db/Models/bank/bank.mjs +1 -1
  242. package/esm2022/src/lib/db/Models/bank/basiq-job-step.enum.mjs +1 -1
  243. package/esm2022/src/lib/db/Models/bank/basiq-job.mjs +1 -1
  244. package/esm2022/src/lib/db/Models/budget/budget-rule.mjs +1 -1
  245. package/esm2022/src/lib/db/Models/budget/budget.mjs +1 -1
  246. package/esm2022/src/lib/db/Models/budget/index.mjs +1 -1
  247. package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
  248. package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-heading.mjs +1 -1
  249. package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-meta-field.mjs +1 -1
  250. package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-value.mjs +1 -1
  251. package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts.mjs +1 -1
  252. package/esm2022/src/lib/db/Models/client/annual-client-details.mjs +1 -1
  253. package/esm2022/src/lib/db/Models/client/client-details.mjs +1 -1
  254. package/esm2022/src/lib/db/Models/client/index.mjs +1 -1
  255. package/esm2022/src/lib/db/Models/client/occupation.mjs +1 -1
  256. package/esm2022/src/lib/db/Models/country.mjs +1 -1
  257. package/esm2022/src/lib/db/Models/depreciation/depreciation-capital-project.mjs +1 -1
  258. package/esm2022/src/lib/db/Models/depreciation/depreciation-forecast.mjs +1 -1
  259. package/esm2022/src/lib/db/Models/depreciation/depreciation.mjs +7 -1
  260. package/esm2022/src/lib/db/Models/document/document-folder.mjs +1 -1
  261. package/esm2022/src/lib/db/Models/document/folder-document.mjs +1 -1
  262. package/esm2022/src/lib/db/Models/document/property-document.mjs +1 -1
  263. package/esm2022/src/lib/db/Models/file.mjs +1 -1
  264. package/esm2022/src/lib/db/Models/firm/accountant/tax-review.mjs +1 -1
  265. package/esm2022/src/lib/db/Models/firm/accountant/ticket.mjs +1 -1
  266. package/esm2022/src/lib/db/Models/firm/chat.mjs +1 -1
  267. package/esm2022/src/lib/db/Models/firm/client-invite.mjs +1 -1
  268. package/esm2022/src/lib/db/Models/firm/client-movement.mjs +1 -1
  269. package/esm2022/src/lib/db/Models/firm/employee-invite.mjs +1 -1
  270. package/esm2022/src/lib/db/Models/firm/firm-invite.mjs +1 -1
  271. package/esm2022/src/lib/db/Models/firm/firm.mjs +1 -1
  272. package/esm2022/src/lib/db/Models/firm/message-document.mjs +1 -1
  273. package/esm2022/src/lib/db/Models/firm/message.mjs +1 -1
  274. package/esm2022/src/lib/db/Models/holding/holding-sale.mjs +1 -1
  275. package/esm2022/src/lib/db/Models/holding/holding-trade-import.mjs +1 -1
  276. package/esm2022/src/lib/db/Models/holding/holding-trade.mjs +1 -1
  277. package/esm2022/src/lib/db/Models/holding/holding-type-exchange.mjs +1 -1
  278. package/esm2022/src/lib/db/Models/holding/holding-type.mjs +1 -1
  279. package/esm2022/src/lib/db/Models/holding/index.mjs +1 -1
  280. package/esm2022/src/lib/db/Models/incomeSource/income-source-forecast.mjs +1 -1
  281. package/esm2022/src/lib/db/Models/incomeSource/income-source-type.mjs +1 -1
  282. package/esm2022/src/lib/db/Models/incomeSource/income-source.mjs +1 -1
  283. package/esm2022/src/lib/db/Models/incomeSource/salary-forecast.mjs +1 -1
  284. package/esm2022/src/lib/db/Models/index.mjs +1 -1
  285. package/esm2022/src/lib/db/Models/loan/borrowing-expense-loan.mjs +1 -1
  286. package/esm2022/src/lib/db/Models/loan/borrowing-expense.mjs +1 -1
  287. package/esm2022/src/lib/db/Models/loan/loan-payout.mjs +1 -1
  288. package/esm2022/src/lib/db/Models/loan/loan.mjs +1 -1
  289. package/esm2022/src/lib/db/Models/observable-model.mjs +1 -1
  290. package/esm2022/src/lib/db/Models/phone.mjs +1 -1
  291. package/esm2022/src/lib/db/Models/property/borrowing-report.mjs +1 -1
  292. package/esm2022/src/lib/db/Models/property/property-category-movement.mjs +1 -1
  293. package/esm2022/src/lib/db/Models/property/property-category.mjs +1 -1
  294. package/esm2022/src/lib/db/Models/property/property-forecast.mjs +1 -1
  295. package/esm2022/src/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
  296. package/esm2022/src/lib/db/Models/property/property-sale/property-sale.mjs +1 -1
  297. package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
  298. package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption.mjs +1 -1
  299. package/esm2022/src/lib/db/Models/property/property-share.mjs +1 -1
  300. package/esm2022/src/lib/db/Models/property/property-subscription.mjs +1 -1
  301. package/esm2022/src/lib/db/Models/property/property-valuation.mjs +1 -1
  302. package/esm2022/src/lib/db/Models/property/property.mjs +1 -1
  303. package/esm2022/src/lib/db/Models/service-notification.mjs +1 -1
  304. package/esm2022/src/lib/db/Models/setup-item.mjs +1 -1
  305. package/esm2022/src/lib/db/Models/sole/bas-report.mjs +1 -1
  306. package/esm2022/src/lib/db/Models/sole/sole-business-activity.mjs +1 -1
  307. package/esm2022/src/lib/db/Models/sole/sole-business-allocation.mjs +1 -1
  308. package/esm2022/src/lib/db/Models/sole/sole-business-loss-offset-rule.mjs +1 -1
  309. package/esm2022/src/lib/db/Models/sole/sole-business-loss.mjs +1 -1
  310. package/esm2022/src/lib/db/Models/sole/sole-business.mjs +1 -1
  311. package/esm2022/src/lib/db/Models/sole/sole-contact.mjs +1 -1
  312. package/esm2022/src/lib/db/Models/sole/sole-depreciation-method.mjs +1 -1
  313. package/esm2022/src/lib/db/Models/sole/sole-details.mjs +1 -1
  314. package/esm2022/src/lib/db/Models/sole/sole-forecast.mjs +1 -1
  315. package/esm2022/src/lib/db/Models/sole/sole-invoice-item.mjs +1 -1
  316. package/esm2022/src/lib/db/Models/sole/sole-invoice-template.mjs +1 -1
  317. package/esm2022/src/lib/db/Models/sole/sole-invoice.mjs +1 -1
  318. package/esm2022/src/lib/db/Models/spare/spare-document-category.mjs +1 -1
  319. package/esm2022/src/lib/db/Models/spare/spare-document.mjs +1 -1
  320. package/esm2022/src/lib/db/Models/subscription/service-payment-method.mjs +1 -1
  321. package/esm2022/src/lib/db/Models/subscription/service-payment.mjs +1 -1
  322. package/esm2022/src/lib/db/Models/subscription/service-price.mjs +1 -1
  323. package/esm2022/src/lib/db/Models/subscription/service-product.mjs +1 -1
  324. package/esm2022/src/lib/db/Models/subscription/service-subscription-item.mjs +1 -1
  325. package/esm2022/src/lib/db/Models/subscription/service-subscription.mjs +1 -1
  326. package/esm2022/src/lib/db/Models/tax-calculation.mjs +1 -1
  327. package/esm2022/src/lib/db/Models/tax-return/index.mjs +1 -1
  328. package/esm2022/src/lib/db/Models/tax-return/tax-return-category.mjs +1 -1
  329. package/esm2022/src/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
  330. package/esm2022/src/lib/db/Models/tax-return/tax-return.mjs +1 -1
  331. package/esm2022/src/lib/db/Models/transaction/allocation-rule-condition.mjs +1 -1
  332. package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
  333. package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction.mjs +1 -1
  334. package/esm2022/src/lib/db/Models/transaction/allocation-rule.mjs +1 -1
  335. package/esm2022/src/lib/db/Models/transaction/transaction-allocation.mjs +1 -1
  336. package/esm2022/src/lib/db/Models/transaction/transaction-base.mjs +1 -1
  337. package/esm2022/src/lib/db/Models/transaction/transaction-meta-field.mjs +1 -1
  338. package/esm2022/src/lib/db/Models/transaction/transaction.mjs +1 -1
  339. package/esm2022/src/lib/db/Models/user/employee-details.mjs +1 -1
  340. package/esm2022/src/lib/db/Models/user/registration-invite.mjs +1 -1
  341. package/esm2022/src/lib/db/Models/user/user-event-setting.mjs +1 -1
  342. package/esm2022/src/lib/db/Models/user/user-event-type-category.mjs +1 -1
  343. package/esm2022/src/lib/db/Models/user/user-event-type.mjs +1 -1
  344. package/esm2022/src/lib/db/Models/user/user-event.mjs +1 -1
  345. package/esm2022/src/lib/db/Models/user/user.mjs +1 -1
  346. package/esm2022/src/lib/db/Models/vehicle/vehicle-claim-details.mjs +1 -1
  347. package/esm2022/src/lib/db/Models/vehicle/vehicle-claim.mjs +1 -1
  348. package/esm2022/src/lib/db/Models/vehicle/vehicle-logbook.mjs +1 -1
  349. package/esm2022/src/lib/db/Models/vehicle/vehicle.mjs +1 -1
  350. package/esm2022/src/lib/db-static/chart-accounts/chart-accounts-values.mjs +1 -1
  351. package/esm2022/src/lib/forms/abstract.form.mjs +1 -1
  352. package/esm2022/src/lib/forms/address/address.form.mjs +1 -3
  353. package/esm2022/src/lib/forms/address/index.mjs +1 -1
  354. package/esm2022/src/lib/forms/aussie/aussie-appointment.form.mjs +19 -0
  355. package/esm2022/src/lib/forms/aussie/aussie-confirmation.form.mjs +12 -0
  356. package/esm2022/src/lib/forms/aussie/aussie-store.form.mjs +27 -0
  357. package/esm2022/src/lib/forms/aussie/index.mjs +4 -0
  358. package/esm2022/src/lib/forms/bank/bank-account/bank-account-add-manual.form.mjs +1 -1
  359. package/esm2022/src/lib/forms/bank/bank-account/bank-account-allocation.form.mjs +1 -1
  360. package/esm2022/src/lib/forms/bank/bank-account/bank-account-import.form.mjs +1 -1
  361. package/esm2022/src/lib/forms/bank/bank-account/bank-account-properties.form.mjs +1 -1
  362. package/esm2022/src/lib/forms/bank/bank-account/bank-accounts-import.form.mjs +4 -4
  363. package/esm2022/src/lib/forms/budget/budget.form.mjs +1 -1
  364. package/esm2022/src/lib/forms/budget/index.mjs +1 -1
  365. package/esm2022/src/lib/forms/chart-accounts/chart-accounts.form.mjs +1 -1
  366. package/esm2022/src/lib/forms/chart-accounts/index.mjs +1 -1
  367. package/esm2022/src/lib/forms/chat/chat-filter.form.mjs +1 -1
  368. package/esm2022/src/lib/forms/chat/index.mjs +1 -1
  369. package/esm2022/src/lib/forms/client/annual-client-details.form.mjs +1 -1
  370. package/esm2022/src/lib/forms/client/capital-loss.form.mjs +1 -1
  371. package/esm2022/src/lib/forms/client/index.mjs +1 -1
  372. package/esm2022/src/lib/forms/collection.form.mjs +1 -1
  373. package/esm2022/src/lib/forms/depreciation/depreciation.form.mjs +16 -7
  374. package/esm2022/src/lib/forms/depreciation/index.mjs +1 -1
  375. package/esm2022/src/lib/forms/document-folder/document-folder.form.mjs +1 -1
  376. package/esm2022/src/lib/forms/document-folder/document.form.mjs +1 -1
  377. package/esm2022/src/lib/forms/document-folder/index.mjs +1 -1
  378. package/esm2022/src/lib/forms/firm/client-invite-put.form.mjs +1 -1
  379. package/esm2022/src/lib/forms/firm/client-invite.form.mjs +1 -1
  380. package/esm2022/src/lib/forms/firm/client-movement.form.mjs +1 -1
  381. package/esm2022/src/lib/forms/firm/employee-details.form.mjs +1 -1
  382. package/esm2022/src/lib/forms/firm/employee-invite.form.mjs +1 -1
  383. package/esm2022/src/lib/forms/firm/firm-branch.form.mjs +1 -1
  384. package/esm2022/src/lib/forms/firm/firm-invite.form.mjs +1 -1
  385. package/esm2022/src/lib/forms/firm/firm.form.mjs +1 -1
  386. package/esm2022/src/lib/forms/firm/index.mjs +1 -1
  387. package/esm2022/src/lib/forms/form-validations.enum.mjs +1 -1
  388. package/esm2022/src/lib/forms/holding/holding-reinvest.form.mjs +1 -1
  389. package/esm2022/src/lib/forms/holding/holding-trade/holding-trade-filter.form.mjs +1 -1
  390. package/esm2022/src/lib/forms/holding/holding-trade/holding-trade.form.mjs +1 -1
  391. package/esm2022/src/lib/forms/holding/holding-trade/index.mjs +1 -1
  392. package/esm2022/src/lib/forms/holding/holding-trade-import.form.mjs +1 -1
  393. package/esm2022/src/lib/forms/holding/holding-type.form.mjs +1 -1
  394. package/esm2022/src/lib/forms/holding/index.mjs +1 -1
  395. package/esm2022/src/lib/forms/home-office/home-office-calculator.form.mjs +1 -1
  396. package/esm2022/src/lib/forms/home-office/home-office-claim.form.mjs +1 -1
  397. package/esm2022/src/lib/forms/home-office/home-office-log.form.mjs +1 -1
  398. package/esm2022/src/lib/forms/home-office/index.mjs +1 -1
  399. package/esm2022/src/lib/forms/index.mjs +2 -1
  400. package/esm2022/src/lib/forms/loan/index.mjs +1 -1
  401. package/esm2022/src/lib/forms/loan/loan.form.mjs +1 -1
  402. package/esm2022/src/lib/forms/login/login.form.mjs +1 -1
  403. package/esm2022/src/lib/forms/phone/index.mjs +1 -1
  404. package/esm2022/src/lib/forms/phone/phone.form.mjs +1 -1
  405. package/esm2022/src/lib/forms/property/borrowing-report.form.mjs +1 -1
  406. package/esm2022/src/lib/forms/property/index.mjs +1 -1
  407. package/esm2022/src/lib/forms/property/property-add.form.mjs +1 -1
  408. package/esm2022/src/lib/forms/property/property-category-movement-form.mjs +1 -1
  409. package/esm2022/src/lib/forms/property/property-document.form.mjs +1 -1
  410. package/esm2022/src/lib/forms/property/property-edit.form.mjs +1 -1
  411. package/esm2022/src/lib/forms/property/property-forecast.form.mjs +1 -1
  412. package/esm2022/src/lib/forms/property/property-sale/index.mjs +1 -1
  413. package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-base.form.mjs +2 -3
  414. package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-sale.form.mjs +2 -2
  415. package/esm2022/src/lib/forms/property/property-sale/property-sale-exemptions.form.mjs +1 -1
  416. package/esm2022/src/lib/forms/property/property-share.form.mjs +1 -1
  417. package/esm2022/src/lib/forms/property/property-valuation.form.mjs +1 -1
  418. package/esm2022/src/lib/forms/register/register-client.form.mjs +1 -1
  419. package/esm2022/src/lib/forms/register/register-firm.form.mjs +1 -1
  420. package/esm2022/src/lib/forms/report/my-tax/index.mjs +1 -1
  421. package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.mjs +1 -1
  422. package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.mjs +1 -1
  423. package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.mjs +1 -1
  424. package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.mjs +1 -1
  425. package/esm2022/src/lib/forms/report/my-tax/my-tax-cgt.form.mjs +1 -1
  426. package/esm2022/src/lib/forms/report/my-tax/my-tax-deductions.form.mjs +1 -1
  427. package/esm2022/src/lib/forms/report/my-tax/my-tax-dividends.form.mjs +1 -1
  428. package/esm2022/src/lib/forms/report/my-tax/my-tax-income-statements.form.mjs +1 -1
  429. package/esm2022/src/lib/forms/report/my-tax/my-tax-income-tests.form.mjs +1 -1
  430. package/esm2022/src/lib/forms/report/my-tax/my-tax-interest.form.mjs +1 -1
  431. package/esm2022/src/lib/forms/report/my-tax/my-tax-losses.form.mjs +1 -1
  432. package/esm2022/src/lib/forms/report/my-tax/my-tax-medicare.form.mjs +1 -1
  433. package/esm2022/src/lib/forms/report/my-tax/my-tax-offsets.form.mjs +1 -1
  434. package/esm2022/src/lib/forms/report/my-tax/my-tax-other-income.form.mjs +1 -1
  435. package/esm2022/src/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.mjs +1 -1
  436. package/esm2022/src/lib/forms/report/my-tax/my-tax-rent.form.mjs +1 -1
  437. package/esm2022/src/lib/forms/sole/bas-report.form.mjs +1 -1
  438. package/esm2022/src/lib/forms/sole/index.mjs +1 -1
  439. package/esm2022/src/lib/forms/sole/invoice-payment.form.mjs +1 -1
  440. package/esm2022/src/lib/forms/sole/sole-business-allocations.form.mjs +1 -1
  441. package/esm2022/src/lib/forms/sole/sole-business-loss.form.mjs +1 -1
  442. package/esm2022/src/lib/forms/sole/sole-business.form.mjs +1 -1
  443. package/esm2022/src/lib/forms/sole/sole-contact.form.mjs +1 -1
  444. package/esm2022/src/lib/forms/sole/sole-depreciation-method.form.mjs +1 -1
  445. package/esm2022/src/lib/forms/sole/sole-details.form.mjs +1 -1
  446. package/esm2022/src/lib/forms/sole/sole-invoice-item.form.mjs +1 -1
  447. package/esm2022/src/lib/forms/sole/sole-invoice-template.form.mjs +1 -1
  448. package/esm2022/src/lib/forms/sole/sole-invoice.form.mjs +1 -1
  449. package/esm2022/src/lib/forms/tax-review/index.mjs +1 -1
  450. package/esm2022/src/lib/forms/tax-review/tax-review-filter-status.enum.mjs +1 -1
  451. package/esm2022/src/lib/forms/tax-review/tax-review-filter.form.mjs +1 -1
  452. package/esm2022/src/lib/forms/transaction/allocation-rule-condition.form.mjs +1 -1
  453. package/esm2022/src/lib/forms/transaction/allocation-rule-transaction-meta-field.form.mjs +1 -1
  454. package/esm2022/src/lib/forms/transaction/allocation-rule-transaction.form.mjs +1 -1
  455. package/esm2022/src/lib/forms/transaction/allocation-rule.form.mjs +1 -1
  456. package/esm2022/src/lib/forms/transaction/holding/holding-income.form.mjs +1 -1
  457. package/esm2022/src/lib/forms/transaction/index.mjs +1 -1
  458. package/esm2022/src/lib/forms/transaction/messages.enum.mjs +1 -1
  459. package/esm2022/src/lib/forms/transaction/sole/sole-income.form.mjs +1 -1
  460. package/esm2022/src/lib/forms/transaction/sole/sole-transaction.form.mjs +1 -1
  461. package/esm2022/src/lib/forms/transaction/transaction-base-filter.form.mjs +1 -1
  462. package/esm2022/src/lib/forms/transaction/transaction-base.form.mjs +1 -1
  463. package/esm2022/src/lib/forms/transaction/transaction.form.mjs +1 -1
  464. package/esm2022/src/lib/forms/transaction/work/work-expense.form.mjs +1 -1
  465. package/esm2022/src/lib/forms/transaction/work/work-income.form.mjs +1 -1
  466. package/esm2022/src/lib/forms/transaction/work/work-transaction.form.mjs +1 -1
  467. package/esm2022/src/lib/forms/user/client-details.form.mjs +1 -1
  468. package/esm2022/src/lib/forms/user/index.mjs +1 -1
  469. package/esm2022/src/lib/forms/user/password.form.mjs +1 -1
  470. package/esm2022/src/lib/forms/user/reset-password.form.mjs +1 -1
  471. package/esm2022/src/lib/forms/user/user-invite.form.mjs +1 -1
  472. package/esm2022/src/lib/forms/user/user.form.mjs +1 -1
  473. package/esm2022/src/lib/forms/vehicle/index.mjs +1 -1
  474. package/esm2022/src/lib/forms/vehicle/vehicle-claim-details.form.mjs +1 -1
  475. package/esm2022/src/lib/forms/vehicle/vehicle-claim.form.mjs +1 -1
  476. package/esm2022/src/lib/forms/vehicle/vehicle-logbook.form.mjs +1 -1
  477. package/esm2022/src/lib/forms/vehicle/vehicle.form.mjs +1 -1
  478. package/esm2022/src/lib/functions/array/to-array.mjs +1 -1
  479. package/esm2022/src/lib/functions/clone-deep.mjs +1 -1
  480. package/esm2022/src/lib/functions/create-date.mjs +1 -1
  481. package/esm2022/src/lib/functions/get-doc-icon.mjs +1 -1
  482. package/esm2022/src/lib/functions/mat-sort-options.mjs +1 -1
  483. package/esm2022/src/lib/interceptors/aussie.interceptor.mjs +1 -1
  484. package/esm2022/src/lib/interceptors/basiq-client-id.interceptor.mjs +1 -1
  485. package/esm2022/src/lib/interceptors/basiq-token.interceptor.mjs +1 -1
  486. package/esm2022/src/lib/interceptors/preloader.interceptor.mjs +1 -1
  487. package/esm2022/src/lib/interceptors/rewardful.interceptor.mjs +1 -1
  488. package/esm2022/src/lib/interceptors/user-switcher-interceptor.mjs +1 -1
  489. package/esm2022/src/lib/interfaces/asset-entity-type.enum.mjs +1 -1
  490. package/esm2022/src/lib/interfaces/asset.interface.mjs +1 -1
  491. package/esm2022/src/lib/interfaces/document.interface.mjs +1 -1
  492. package/esm2022/src/lib/interfaces/documentable.interface.mjs +1 -1
  493. package/esm2022/src/lib/interfaces/expense.interface.mjs +1 -1
  494. package/esm2022/src/lib/interfaces/income-source-forecast.interface.mjs +1 -1
  495. package/esm2022/src/lib/interfaces/index.mjs +1 -1
  496. package/esm2022/src/lib/interfaces/tank.interface.mjs +1 -1
  497. package/esm2022/src/lib/interfaces/updatable.interface.mjs +1 -1
  498. package/esm2022/src/lib/messages/index.mjs +1 -1
  499. package/esm2022/src/lib/messages/messages.enum.mjs +1 -1
  500. package/esm2022/src/lib/models/account-setup/account-setup-item.mjs +1 -1
  501. package/esm2022/src/lib/models/account-setup/account-setup-items.enum.mjs +1 -1
  502. package/esm2022/src/lib/models/address/index.mjs +1 -1
  503. package/esm2022/src/lib/models/address/states.enum.mjs +1 -1
  504. package/esm2022/src/lib/models/asset-sale.mjs +1 -1
  505. package/esm2022/src/lib/models/aussie/aussie-appointment.mjs +14 -0
  506. package/esm2022/src/lib/models/aussie/aussie-broker.mjs +33 -0
  507. package/esm2022/src/lib/models/aussie/aussie-store.interface.mjs +1 -1
  508. package/esm2022/src/lib/models/aussie/aussie-store.mjs +7 -1
  509. package/esm2022/src/lib/models/aussie/index.mjs +3 -1
  510. package/esm2022/src/lib/models/bank/allocation-group.mjs +1 -1
  511. package/esm2022/src/lib/models/bank/bank-account-chart-data.mjs +1 -1
  512. package/esm2022/src/lib/models/bank/bank-account-property.mjs +1 -1
  513. package/esm2022/src/lib/models/bank/bank-account.mjs +1 -1
  514. package/esm2022/src/lib/models/bank/bank-connection.mjs +1 -1
  515. package/esm2022/src/lib/models/bank/bank-external-stats.mjs +1 -1
  516. package/esm2022/src/lib/models/bank/bank-transaction-chart-data.mjs +1 -1
  517. package/esm2022/src/lib/models/bank/bank-transaction-summary-fields.enum.mjs +1 -1
  518. package/esm2022/src/lib/models/bank/bank-transaction.mjs +1 -1
  519. package/esm2022/src/lib/models/bank/bank.mjs +1 -1
  520. package/esm2022/src/lib/models/bank/basiq/basiq-config.mjs +1 -1
  521. package/esm2022/src/lib/models/bank/basiq/basiq-connection-data.interface.mjs +1 -1
  522. package/esm2022/src/lib/models/bank/basiq/basiq-connections-response.interface.mjs +1 -1
  523. package/esm2022/src/lib/models/bank/basiq/basiq-job-response.mjs +1 -1
  524. package/esm2022/src/lib/models/bank/basiq/basiq-job-step.mjs +1 -1
  525. package/esm2022/src/lib/models/bank/basiq/basiq-job.mjs +1 -1
  526. package/esm2022/src/lib/models/bank/basiq/basiq-token-response.interface.mjs +1 -1
  527. package/esm2022/src/lib/models/bank/basiq/basiq-token.mjs +1 -1
  528. package/esm2022/src/lib/models/bank/basiq/index.mjs +1 -1
  529. package/esm2022/src/lib/models/bank/index.mjs +1 -1
  530. package/esm2022/src/lib/models/bank/type-loan.const.mjs +1 -1
  531. package/esm2022/src/lib/models/borrowing-expense/borrowing-expense-loan.mjs +1 -1
  532. package/esm2022/src/lib/models/borrowing-expense/borrowing-expense.mjs +1 -1
  533. package/esm2022/src/lib/models/borrowing-expense/index.mjs +1 -1
  534. package/esm2022/src/lib/models/budget/budget-rule.mjs +1 -1
  535. package/esm2022/src/lib/models/budget/budget.mjs +1 -1
  536. package/esm2022/src/lib/models/budget/index.mjs +1 -1
  537. package/esm2022/src/lib/models/chart-accounts/chart-accounts-category.e-collection.mjs +1 -1
  538. package/esm2022/src/lib/models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
  539. package/esm2022/src/lib/models/chart-accounts/chart-accounts-value.mjs +1 -1
  540. package/esm2022/src/lib/models/chart-accounts/index.mjs +1 -1
  541. package/esm2022/src/lib/models/chat/chat-view-type.enum.mjs +1 -1
  542. package/esm2022/src/lib/models/chat/index.mjs +1 -1
  543. package/esm2022/src/lib/models/client/annual-client-details.mjs +1 -1
  544. package/esm2022/src/lib/models/client/capital-loss.interface.mjs +1 -1
  545. package/esm2022/src/lib/models/client/capital-loss.mjs +1 -1
  546. package/esm2022/src/lib/models/client/client-details.mjs +1 -1
  547. package/esm2022/src/lib/models/client/client-portfolio-chart-data.mjs +1 -1
  548. package/esm2022/src/lib/models/client/client-portfolio-report.mjs +1 -1
  549. package/esm2022/src/lib/models/client/index.mjs +1 -1
  550. package/esm2022/src/lib/models/date-range.mjs +10 -0
  551. package/esm2022/src/lib/models/depreciation/depreciation-capital-project.mjs +1 -1
  552. package/esm2022/src/lib/models/depreciation/depreciation-forecast.mjs +1 -1
  553. package/esm2022/src/lib/models/depreciation/depreciation-group-item.mjs +1 -1
  554. package/esm2022/src/lib/models/depreciation/depreciation-group.enum.mjs +1 -1
  555. package/esm2022/src/lib/models/depreciation/depreciation-group.mjs +1 -1
  556. package/esm2022/src/lib/models/depreciation/depreciation-groups.const.mjs +1 -1
  557. package/esm2022/src/lib/models/depreciation/depreciation-lvp-rate.enum.mjs +1 -1
  558. package/esm2022/src/lib/models/depreciation/depreciation.mjs +4 -1
  559. package/esm2022/src/lib/models/depreciation/index.mjs +1 -1
  560. package/esm2022/src/lib/models/dictionary/dictionary.mjs +1 -1
  561. package/esm2022/src/lib/models/dictionary/index.mjs +1 -1
  562. package/esm2022/src/lib/models/document/document-api-url-prefix.enum.mjs +1 -1
  563. package/esm2022/src/lib/models/document/document-file-types.const.mjs +1 -1
  564. package/esm2022/src/lib/models/document/document-folder.mjs +1 -1
  565. package/esm2022/src/lib/models/document/document.mjs +1 -1
  566. package/esm2022/src/lib/models/document/index.mjs +1 -1
  567. package/esm2022/src/lib/models/employee/employee-details.mjs +1 -1
  568. package/esm2022/src/lib/models/endpoint/endpoints.const.mjs +2 -1
  569. package/esm2022/src/lib/models/event/app-event-type.enum.mjs +1 -1
  570. package/esm2022/src/lib/models/event/app-event.mjs +1 -1
  571. package/esm2022/src/lib/models/event/index.mjs +1 -1
  572. package/esm2022/src/lib/models/export/export-cell-type.enum.mjs +1 -1
  573. package/esm2022/src/lib/models/export/export-cell.mjs +1 -1
  574. package/esm2022/src/lib/models/export/export-data-table.mjs +1 -1
  575. package/esm2022/src/lib/models/export/export-format.enum.mjs +1 -1
  576. package/esm2022/src/lib/models/file/file.mjs +1 -1
  577. package/esm2022/src/lib/models/file/icons-file.enum.mjs +1 -1
  578. package/esm2022/src/lib/models/file/index.mjs +1 -1
  579. package/esm2022/src/lib/models/financial-year/financial-year.mjs +1 -4
  580. package/esm2022/src/lib/models/financial-year/index.mjs +1 -1
  581. package/esm2022/src/lib/models/financial-year/months.const.mjs +1 -1
  582. package/esm2022/src/lib/models/firm/firm-branch.interface.mjs +1 -1
  583. package/esm2022/src/lib/models/firm/firm-branch.mjs +1 -1
  584. package/esm2022/src/lib/models/firm/index.mjs +1 -1
  585. package/esm2022/src/lib/models/holding/holding-reinvest.mjs +1 -1
  586. package/esm2022/src/lib/models/holding/holding-sale.mjs +1 -1
  587. package/esm2022/src/lib/models/holding/holding-trade-import.mjs +1 -1
  588. package/esm2022/src/lib/models/holding/holding-trade.mjs +1 -1
  589. package/esm2022/src/lib/models/holding/holding-type-exchange.mjs +1 -1
  590. package/esm2022/src/lib/models/holding/holding-type.mjs +1 -1
  591. package/esm2022/src/lib/models/holding/holding.mjs +1 -1
  592. package/esm2022/src/lib/models/holding/index.mjs +1 -1
  593. package/esm2022/src/lib/models/home-office/home-office-claim.interface.mjs +1 -1
  594. package/esm2022/src/lib/models/home-office/home-office-claim.mjs +1 -1
  595. package/esm2022/src/lib/models/home-office/home-office-log.interface.mjs +1 -1
  596. package/esm2022/src/lib/models/home-office/home-office-log.mjs +1 -1
  597. package/esm2022/src/lib/models/home-office/index.mjs +1 -1
  598. package/esm2022/src/lib/models/income-position/income-position.mjs +1 -1
  599. package/esm2022/src/lib/models/income-source/income-source-chart-data.mjs +1 -1
  600. package/esm2022/src/lib/models/income-source/income-source-forecast.mjs +1 -1
  601. package/esm2022/src/lib/models/income-source/income-source-type.mjs +1 -1
  602. package/esm2022/src/lib/models/income-source/index.mjs +1 -1
  603. package/esm2022/src/lib/models/income-source/salary-forecast.mjs +1 -1
  604. package/esm2022/src/lib/models/income-source/sole-forecast.mjs +1 -1
  605. package/esm2022/src/lib/models/index.mjs +2 -1
  606. package/esm2022/src/lib/models/loan/index.mjs +1 -1
  607. package/esm2022/src/lib/models/loan/loan-max-number-of-payments.enum.mjs +1 -1
  608. package/esm2022/src/lib/models/loan/loan-payment.mjs +1 -1
  609. package/esm2022/src/lib/models/loan/loan-payout.mjs +1 -1
  610. package/esm2022/src/lib/models/loan/loan.mjs +1 -1
  611. package/esm2022/src/lib/models/notification/index.mjs +1 -1
  612. package/esm2022/src/lib/models/notification/notification.mjs +1 -1
  613. package/esm2022/src/lib/models/pdf/pdf-orientation.enum.mjs +1 -1
  614. package/esm2022/src/lib/models/pdf/pdf-settings.mjs +1 -1
  615. package/esm2022/src/lib/models/property/borrowing-report.mjs +1 -1
  616. package/esm2022/src/lib/models/property/calculation-form-item.mjs +1 -1
  617. package/esm2022/src/lib/models/property/calculation-form-type.enum.mjs +1 -1
  618. package/esm2022/src/lib/models/property/capital-costs-itmes.const.mjs +1 -1
  619. package/esm2022/src/lib/models/property/index.mjs +1 -1
  620. package/esm2022/src/lib/models/property/property-category-movement.mjs +1 -1
  621. package/esm2022/src/lib/models/property/property-category.mjs +1 -1
  622. package/esm2022/src/lib/models/property/property-corelogic-stats.interface.mjs +1 -1
  623. package/esm2022/src/lib/models/property/property-document.mjs +1 -1
  624. package/esm2022/src/lib/models/property/property-equity-chart-data.mjs +1 -1
  625. package/esm2022/src/lib/models/property/property-equity-chart-item.mjs +1 -1
  626. package/esm2022/src/lib/models/property/property-equity-chart-type.enum.mjs +1 -1
  627. package/esm2022/src/lib/models/property/property-forecast.mjs +1 -1
  628. package/esm2022/src/lib/models/property/property-sale/index.mjs +1 -1
  629. package/esm2022/src/lib/models/property/property-sale/property-sale-cost-base.mjs +1 -1
  630. package/esm2022/src/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
  631. package/esm2022/src/lib/models/property/property-sale/property-sale.mjs +1 -1
  632. package/esm2022/src/lib/models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
  633. package/esm2022/src/lib/models/property/property-sale/tax-exemption.mjs +1 -1
  634. package/esm2022/src/lib/models/property/property-share.mjs +1 -1
  635. package/esm2022/src/lib/models/property/property-subscription.mjs +1 -1
  636. package/esm2022/src/lib/models/property/property-valuation.mjs +1 -1
  637. package/esm2022/src/lib/models/property/property.mjs +1 -1
  638. package/esm2022/src/lib/models/registration-invite/registration-invite.mjs +1 -1
  639. package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.mjs +1 -1
  640. package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-report-item.mjs +1 -1
  641. package/esm2022/src/lib/models/report/depreciation/depreciation-report-item.mjs +1 -1
  642. package/esm2022/src/lib/models/report/depreciation/index.mjs +1 -1
  643. package/esm2022/src/lib/models/report/income-expense/transaction-report-item.mjs +1 -1
  644. package/esm2022/src/lib/models/report/index.mjs +1 -1
  645. package/esm2022/src/lib/models/report/my-tax/ato-links.mjs +1 -1
  646. package/esm2022/src/lib/models/report/my-tax/index.mjs +1 -1
  647. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.mjs +1 -1
  648. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.mjs +1 -1
  649. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.mjs +1 -1
  650. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.mjs +1 -1
  651. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.mjs +1 -1
  652. package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.mjs +1 -1
  653. package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.mjs +1 -1
  654. package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.mjs +1 -1
  655. package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.mjs +1 -1
  656. package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.mjs +1 -1
  657. package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.mjs +1 -1
  658. package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.mjs +1 -1
  659. package/esm2022/src/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.mjs +1 -1
  660. package/esm2022/src/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.mjs +1 -1
  661. package/esm2022/src/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.mjs +1 -1
  662. package/esm2022/src/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.mjs +1 -1
  663. package/esm2022/src/lib/models/report/my-tax/my-tax-interest/my-tax-interest.mjs +1 -1
  664. package/esm2022/src/lib/models/report/my-tax/my-tax-losses/my-tax-losses.mjs +1 -1
  665. package/esm2022/src/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.mjs +1 -1
  666. package/esm2022/src/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.mjs +1 -1
  667. package/esm2022/src/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.mjs +1 -1
  668. package/esm2022/src/lib/models/report/my-tax/my-tax-rent/my-tax-rent.mjs +1 -1
  669. package/esm2022/src/lib/models/report/property/index.mjs +1 -1
  670. package/esm2022/src/lib/models/report/property/property-report-item-depreciation.mjs +1 -1
  671. package/esm2022/src/lib/models/report/property/property-report-item-transaction.mjs +1 -1
  672. package/esm2022/src/lib/models/report/property/property-report-item.mjs +1 -1
  673. package/esm2022/src/lib/models/report/report.interface.mjs +1 -1
  674. package/esm2022/src/lib/models/report/reports.const.mjs +1 -1
  675. package/esm2022/src/lib/models/report/sole/index.mjs +1 -1
  676. package/esm2022/src/lib/models/report/sole/sole-business/sole-business-loss-report.mjs +1 -1
  677. package/esm2022/src/lib/models/report/vehicle-expense/vehicle-expense.mjs +1 -1
  678. package/esm2022/src/lib/models/service-subscription/index.mjs +1 -1
  679. package/esm2022/src/lib/models/service-subscription/module-url-list.const.mjs +1 -1
  680. package/esm2022/src/lib/models/service-subscription/payment-method-brand.enum.mjs +1 -1
  681. package/esm2022/src/lib/models/service-subscription/service-payment-method.mjs +1 -1
  682. package/esm2022/src/lib/models/service-subscription/service-payment.mjs +1 -1
  683. package/esm2022/src/lib/models/service-subscription/service-price.mjs +1 -1
  684. package/esm2022/src/lib/models/service-subscription/service-product-icons.enum.mjs +1 -1
  685. package/esm2022/src/lib/models/service-subscription/service-product-roles.const.mjs +1 -1
  686. package/esm2022/src/lib/models/service-subscription/service-product.mjs +1 -1
  687. package/esm2022/src/lib/models/service-subscription/service-promo-code-duration.enum.mjs +1 -1
  688. package/esm2022/src/lib/models/service-subscription/service-promo-code.mjs +1 -1
  689. package/esm2022/src/lib/models/service-subscription/service-subscription-item.mjs +1 -1
  690. package/esm2022/src/lib/models/service-subscription/service-subscription.mjs +1 -1
  691. package/esm2022/src/lib/models/sole/bas-report.mjs +1 -1
  692. package/esm2022/src/lib/models/sole/index.mjs +1 -1
  693. package/esm2022/src/lib/models/sole/sole-business-activity.mjs +1 -1
  694. package/esm2022/src/lib/models/sole/sole-business-allocation.mjs +1 -1
  695. package/esm2022/src/lib/models/sole/sole-business-loss-offset-rule.mjs +1 -1
  696. package/esm2022/src/lib/models/sole/sole-business-loss.mjs +1 -1
  697. package/esm2022/src/lib/models/sole/sole-business.mjs +1 -1
  698. package/esm2022/src/lib/models/sole/sole-contact.mjs +1 -1
  699. package/esm2022/src/lib/models/sole/sole-depreciation-method.mjs +1 -1
  700. package/esm2022/src/lib/models/sole/sole-details.mjs +1 -1
  701. package/esm2022/src/lib/models/sole/sole-invoice-item.mjs +1 -1
  702. package/esm2022/src/lib/models/sole/sole-invoice-template.mjs +1 -1
  703. package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -1
  704. package/esm2022/src/lib/models/tax-return/index.mjs +1 -1
  705. package/esm2022/src/lib/models/tax-return/tax-return-category.mjs +1 -1
  706. package/esm2022/src/lib/models/tax-return/tax-return-item.mjs +1 -1
  707. package/esm2022/src/lib/models/tax-return/tax-return.mjs +1 -1
  708. package/esm2022/src/lib/models/tax-review/tax-review.mjs +1 -1
  709. package/esm2022/src/lib/models/tax-summary/report-item-details.mjs +1 -1
  710. package/esm2022/src/lib/models/tax-summary/report-item.mjs +1 -1
  711. package/esm2022/src/lib/models/tax-summary/tax-summary-section.mjs +1 -1
  712. package/esm2022/src/lib/models/tax-summary/tax-summary-type.enum.mjs +1 -1
  713. package/esm2022/src/lib/models/tax-summary/tax-summary.mjs +1 -1
  714. package/esm2022/src/lib/models/toast/toast-type.enum.mjs +1 -1
  715. package/esm2022/src/lib/models/toast/toast.mjs +1 -1
  716. package/esm2022/src/lib/models/transaction/allocation-rule-condition.mjs +1 -1
  717. package/esm2022/src/lib/models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
  718. package/esm2022/src/lib/models/transaction/allocation-rule-transaction.mjs +1 -1
  719. package/esm2022/src/lib/models/transaction/allocation-rule.mjs +1 -1
  720. package/esm2022/src/lib/models/transaction/income-amount-type.enum.mjs +1 -1
  721. package/esm2022/src/lib/models/transaction/index.mjs +1 -1
  722. package/esm2022/src/lib/models/transaction/transaction-allocation.mjs +1 -1
  723. package/esm2022/src/lib/models/transaction/transaction-category.enum.mjs +1 -1
  724. package/esm2022/src/lib/models/transaction/transaction-meta-field.mjs +1 -1
  725. package/esm2022/src/lib/models/transaction/transaction.mjs +1 -1
  726. package/esm2022/src/lib/models/user/index.mjs +1 -1
  727. package/esm2022/src/lib/models/user/my-account-history-initiated-by.enum.mjs +1 -1
  728. package/esm2022/src/lib/models/user/my-account-history-status.enum.mjs +1 -1
  729. package/esm2022/src/lib/models/user/my-account-history-type.enum.mjs +1 -1
  730. package/esm2022/src/lib/models/user/my-account-history.mjs +1 -1
  731. package/esm2022/src/lib/models/user/occupation.mjs +1 -1
  732. package/esm2022/src/lib/models/user/user-roles.const.mjs +1 -1
  733. package/esm2022/src/lib/models/user/user-to-register.mjs +1 -1
  734. package/esm2022/src/lib/models/user/user.mjs +1 -1
  735. package/esm2022/src/lib/models/user-event/user-event-setting-field.enum.mjs +1 -1
  736. package/esm2022/src/lib/models/user-event/user-event-setting.mjs +1 -1
  737. package/esm2022/src/lib/models/user-event/user-event-type-category.mjs +1 -1
  738. package/esm2022/src/lib/models/user-event/user-event-type.mjs +1 -1
  739. package/esm2022/src/lib/models/vehicle/index.mjs +1 -1
  740. package/esm2022/src/lib/models/vehicle/vehicle-claim-details.mjs +1 -1
  741. package/esm2022/src/lib/models/vehicle/vehicle-claim.mjs +1 -1
  742. package/esm2022/src/lib/models/vehicle/vehicle-logbook.mjs +1 -1
  743. package/esm2022/src/lib/models/vehicle/vehicle.mjs +1 -1
  744. package/esm2022/src/lib/pipes/app-currency.pipe.mjs +1 -1
  745. package/esm2022/src/lib/pipes/app-percent.pipe.mjs +1 -1
  746. package/esm2022/src/lib/pipes/index.mjs +1 -1
  747. package/esm2022/src/lib/pipes/safe-url.pipe.mjs +1 -1
  748. package/esm2022/src/lib/services/account-setup/account-setup.service.mjs +1 -1
  749. package/esm2022/src/lib/services/account-setup/index.mjs +1 -1
  750. package/esm2022/src/lib/services/asset/assets.service.mjs +1 -1
  751. package/esm2022/src/lib/services/asset/index.mjs +1 -1
  752. package/esm2022/src/lib/services/bank/bank-account-calculation.service.mjs +1 -1
  753. package/esm2022/src/lib/services/bank/index.mjs +1 -1
  754. package/esm2022/src/lib/services/data.service.mjs +1 -1
  755. package/esm2022/src/lib/services/event/event-dispatcher.service.mjs +1 -1
  756. package/esm2022/src/lib/services/event/index.mjs +1 -1
  757. package/esm2022/src/lib/services/event/sse.service.mjs +1 -1
  758. package/esm2022/src/lib/services/export/export-formatter.service.mjs +1 -1
  759. package/esm2022/src/lib/services/export/index.mjs +1 -1
  760. package/esm2022/src/lib/services/firm/current-firm-branch.service.mjs +1 -1
  761. package/esm2022/src/lib/services/firm/index.mjs +1 -1
  762. package/esm2022/src/lib/services/header-title/header-title.service.mjs +1 -1
  763. package/esm2022/src/lib/services/header-title/index.mjs +1 -1
  764. package/esm2022/src/lib/services/http/address/address.service.mjs +1 -1
  765. package/esm2022/src/lib/services/http/address/index.mjs +1 -1
  766. package/esm2022/src/lib/services/http/aussie/aussie.service.mjs +16 -39
  767. package/esm2022/src/lib/services/http/aussie/index.mjs +1 -2
  768. package/esm2022/src/lib/services/http/bank/bank-account/bank-account.service.mjs +1 -1
  769. package/esm2022/src/lib/services/http/bank/bank-account/index.mjs +1 -1
  770. package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection-messages.enum.mjs +1 -1
  771. package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection.service.mjs +1 -1
  772. package/esm2022/src/lib/services/http/bank/bank-connection/index.mjs +1 -1
  773. package/esm2022/src/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +1 -1
  774. package/esm2022/src/lib/services/http/bank/bank-transaction/index.mjs +1 -1
  775. package/esm2022/src/lib/services/http/bank/bank.service.mjs +1 -1
  776. package/esm2022/src/lib/services/http/bank/basiq/basiq-messages.enum.mjs +1 -1
  777. package/esm2022/src/lib/services/http/bank/basiq/basiq-token.service.mjs +1 -1
  778. package/esm2022/src/lib/services/http/bank/basiq/basiq.service.mjs +1 -1
  779. package/esm2022/src/lib/services/http/bank/basiq/index.mjs +1 -1
  780. package/esm2022/src/lib/services/http/bank/index.mjs +1 -1
  781. package/esm2022/src/lib/services/http/budget/budget-messages.enum.mjs +1 -1
  782. package/esm2022/src/lib/services/http/budget/budget.service.mjs +1 -1
  783. package/esm2022/src/lib/services/http/budget/index.mjs +1 -1
  784. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +1 -1
  785. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/index.mjs +1 -1
  786. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-messages.enum.mjs +1 -1
  787. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts.service.mjs +1 -1
  788. package/esm2022/src/lib/services/http/chart-accounts/index.mjs +1 -1
  789. package/esm2022/src/lib/services/http/chat/chat.service.mjs +1 -1
  790. package/esm2022/src/lib/services/http/chat/index.mjs +1 -1
  791. package/esm2022/src/lib/services/http/chat/message-document.service.mjs +1 -1
  792. package/esm2022/src/lib/services/http/chat/message.service.mjs +1 -1
  793. package/esm2022/src/lib/services/http/client/annual-client-details.service.mjs +1 -1
  794. package/esm2022/src/lib/services/http/client/capital-loss/capital-loss-messages.enum.mjs +1 -1
  795. package/esm2022/src/lib/services/http/client/capital-loss/capital-loss.service.mjs +1 -1
  796. package/esm2022/src/lib/services/http/client/capital-loss/index.mjs +1 -1
  797. package/esm2022/src/lib/services/http/client/client-coupon.service.mjs +1 -1
  798. package/esm2022/src/lib/services/http/client/index.mjs +1 -1
  799. package/esm2022/src/lib/services/http/client/occupation/occupation.service.mjs +1 -1
  800. package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +1 -1
  801. package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/index.mjs +1 -1
  802. package/esm2022/src/lib/services/http/depreciation/depreciation.service.mjs +1 -1
  803. package/esm2022/src/lib/services/http/depreciation/index.mjs +1 -1
  804. package/esm2022/src/lib/services/http/document/document-folder/document-folder-messages.enum.mjs +1 -1
  805. package/esm2022/src/lib/services/http/document/document-folder/document-folder.service.mjs +1 -1
  806. package/esm2022/src/lib/services/http/document/document-folder/index.mjs +1 -1
  807. package/esm2022/src/lib/services/http/document/document-messages.enum.mjs +1 -1
  808. package/esm2022/src/lib/services/http/document/document.service.mjs +1 -1
  809. package/esm2022/src/lib/services/http/document/index.mjs +1 -1
  810. package/esm2022/src/lib/services/http/facebook/facebook-auth-options.interface.mjs +1 -1
  811. package/esm2022/src/lib/services/http/facebook/facebook-auth-response.interface.mjs +1 -1
  812. package/esm2022/src/lib/services/http/facebook/facebook-status-response.interface.mjs +1 -1
  813. package/esm2022/src/lib/services/http/facebook/facebook.service.mjs +1 -1
  814. package/esm2022/src/lib/services/http/facebook/index.mjs +1 -1
  815. package/esm2022/src/lib/services/http/file/file.service.mjs +1 -1
  816. package/esm2022/src/lib/services/http/file/index.mjs +1 -1
  817. package/esm2022/src/lib/services/http/firm/client-invite/client-invite-messages.enum.mjs +1 -1
  818. package/esm2022/src/lib/services/http/firm/client-invite/client-invite.service.mjs +1 -1
  819. package/esm2022/src/lib/services/http/firm/client-invite/index.mjs +1 -1
  820. package/esm2022/src/lib/services/http/firm/client-movement/client-movement-messages.enum.mjs +1 -1
  821. package/esm2022/src/lib/services/http/firm/client-movement/client-movement.service.mjs +1 -1
  822. package/esm2022/src/lib/services/http/firm/client-movement/index.mjs +1 -1
  823. package/esm2022/src/lib/services/http/firm/employee/employee-messages.enum.mjs +1 -1
  824. package/esm2022/src/lib/services/http/firm/employee/employee.service.mjs +1 -1
  825. package/esm2022/src/lib/services/http/firm/employee/index.mjs +1 -1
  826. package/esm2022/src/lib/services/http/firm/employee-invite/employee-invite.service.mjs +1 -1
  827. package/esm2022/src/lib/services/http/firm/employee-invite/index.mjs +1 -1
  828. package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch-messages.enum.mjs +1 -1
  829. package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch.service.mjs +1 -1
  830. package/esm2022/src/lib/services/http/firm/firm-branch/index.mjs +1 -1
  831. package/esm2022/src/lib/services/http/firm/firm-messages.enum.mjs +1 -1
  832. package/esm2022/src/lib/services/http/firm/firm.service.mjs +1 -1
  833. package/esm2022/src/lib/services/http/firm/index.mjs +1 -1
  834. package/esm2022/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +1 -1
  835. package/esm2022/src/lib/services/http/firm/portfolio-report/index.mjs +1 -1
  836. package/esm2022/src/lib/services/http/google/google.service.mjs +1 -1
  837. package/esm2022/src/lib/services/http/google/index.mjs +1 -1
  838. package/esm2022/src/lib/services/http/holding/holding-sale.service.mjs +1 -1
  839. package/esm2022/src/lib/services/http/holding/holding-trade-import/holding-trade-import-messages.enum.mjs +1 -2
  840. package/esm2022/src/lib/services/http/holding/holding-trade-import/holding-trade-import.service.mjs +1 -9
  841. package/esm2022/src/lib/services/http/holding/holding-trade-messages.enum.mjs +1 -1
  842. package/esm2022/src/lib/services/http/holding/holding-trade.service.mjs +1 -1
  843. package/esm2022/src/lib/services/http/holding/holding-type-messages.enum.mjs +1 -1
  844. package/esm2022/src/lib/services/http/holding/holding-type.service.mjs +1 -1
  845. package/esm2022/src/lib/services/http/holding/index.mjs +1 -1
  846. package/esm2022/src/lib/services/http/home-office/home-office-claim-messages.enum.mjs +1 -1
  847. package/esm2022/src/lib/services/http/home-office/home-office-claim.service.mjs +1 -1
  848. package/esm2022/src/lib/services/http/home-office/home-office-log-messages.enum.mjs +1 -1
  849. package/esm2022/src/lib/services/http/home-office/home-office-log.service.mjs +1 -1
  850. package/esm2022/src/lib/services/http/home-office/index.mjs +1 -1
  851. package/esm2022/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +1 -1
  852. package/esm2022/src/lib/services/http/income-source/income-source-forecast/index.mjs +1 -1
  853. package/esm2022/src/lib/services/http/income-source/income-source-messages.enum.mjs +1 -1
  854. package/esm2022/src/lib/services/http/income-source/income-source.service.mjs +1 -1
  855. package/esm2022/src/lib/services/http/income-source/index.mjs +1 -1
  856. package/esm2022/src/lib/services/http/income-source/salary-forecast/index.mjs +1 -1
  857. package/esm2022/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +1 -1
  858. package/esm2022/src/lib/services/http/income-source/sole-forecast/index.mjs +1 -1
  859. package/esm2022/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +1 -1
  860. package/esm2022/src/lib/services/http/index.mjs +1 -1
  861. package/esm2022/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +1 -1
  862. package/esm2022/src/lib/services/http/loan/borrowing-expense/index.mjs +1 -1
  863. package/esm2022/src/lib/services/http/loan/index.mjs +1 -1
  864. package/esm2022/src/lib/services/http/loan/loan-messages.enum.mjs +1 -1
  865. package/esm2022/src/lib/services/http/loan/loan.service.mjs +1 -1
  866. package/esm2022/src/lib/services/http/pdf/pdf.service.mjs +1 -1
  867. package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.mjs +1 -1
  868. package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +1 -1
  869. package/esm2022/src/lib/services/http/property/borrowing-report/index.mjs +1 -1
  870. package/esm2022/src/lib/services/http/property/index.mjs +1 -1
  871. package/esm2022/src/lib/services/http/property/property-category/index.mjs +1 -1
  872. package/esm2022/src/lib/services/http/property/property-category/property-category.service.mjs +1 -1
  873. package/esm2022/src/lib/services/http/property/property-category-movement/index.mjs +1 -1
  874. package/esm2022/src/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +1 -1
  875. package/esm2022/src/lib/services/http/property/property-document/index.mjs +1 -1
  876. package/esm2022/src/lib/services/http/property/property-document/property-document-messages.enum.mjs +1 -1
  877. package/esm2022/src/lib/services/http/property/property-document/property-document.service.mjs +1 -1
  878. package/esm2022/src/lib/services/http/property/property-messages.enum.mjs +1 -1
  879. package/esm2022/src/lib/services/http/property/property-sale/index.mjs +1 -1
  880. package/esm2022/src/lib/services/http/property/property-sale/property-sale.service.mjs +1 -1
  881. package/esm2022/src/lib/services/http/property/property-share/index.mjs +1 -1
  882. package/esm2022/src/lib/services/http/property/property-share/property-share.service.mjs +1 -1
  883. package/esm2022/src/lib/services/http/property/property-valuation/index.mjs +1 -1
  884. package/esm2022/src/lib/services/http/property/property-valuation/property-valuation-messages.enum.mjs +1 -1
  885. package/esm2022/src/lib/services/http/property/property-valuation/property-valuation.service.mjs +1 -1
  886. package/esm2022/src/lib/services/http/property/property.service.mjs +1 -1
  887. package/esm2022/src/lib/services/http/rest/http-error-messages.const.mjs +1 -1
  888. package/esm2022/src/lib/services/http/rest/http-method.type.mjs +1 -1
  889. package/esm2022/src/lib/services/http/rest/index.mjs +1 -1
  890. package/esm2022/src/lib/services/http/rest/rest-method.type.mjs +1 -1
  891. package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +1 -1
  892. package/esm2022/src/lib/services/http/rest/rest.service.mjs +1 -1
  893. package/esm2022/src/lib/services/http/rest-messages.enum.mjs +1 -1
  894. package/esm2022/src/lib/services/http/service-notification/index.mjs +1 -1
  895. package/esm2022/src/lib/services/http/service-notification/service-notification.service.mjs +1 -1
  896. package/esm2022/src/lib/services/http/setup-item/setup-item.service.mjs +1 -1
  897. package/esm2022/src/lib/services/http/sole/bas-report/bas-report-messages.enum.mjs +1 -1
  898. package/esm2022/src/lib/services/http/sole/bas-report/bas-report.service.mjs +1 -1
  899. package/esm2022/src/lib/services/http/sole/bas-report/index.mjs +1 -1
  900. package/esm2022/src/lib/services/http/sole/index.mjs +1 -1
  901. package/esm2022/src/lib/services/http/sole/sole-business/index.mjs +1 -1
  902. package/esm2022/src/lib/services/http/sole/sole-business/sole-business-messages.enum.mjs +1 -1
  903. package/esm2022/src/lib/services/http/sole/sole-business/sole-business.service.mjs +1 -1
  904. package/esm2022/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +1 -1
  905. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +1 -1
  906. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +1 -1
  907. package/esm2022/src/lib/services/http/sole/sole-contact/sole-contact.service.mjs +1 -1
  908. package/esm2022/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +1 -1
  909. package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +1 -1
  910. package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +1 -1
  911. package/esm2022/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +1 -1
  912. package/esm2022/src/lib/services/http/subscription/index.mjs +1 -1
  913. package/esm2022/src/lib/services/http/subscription/service-payment/service-payment.service.mjs +1 -1
  914. package/esm2022/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +1 -1
  915. package/esm2022/src/lib/services/http/subscription/service-price/service-price.service.mjs +1 -1
  916. package/esm2022/src/lib/services/http/subscription/service-product/service-product.service.mjs +1 -1
  917. package/esm2022/src/lib/services/http/subscription/service-subscription/subscription-messages.enum.mjs +1 -1
  918. package/esm2022/src/lib/services/http/subscription/service-subscription/subscription.service.mjs +1 -1
  919. package/esm2022/src/lib/services/http/tax-review/index.mjs +1 -1
  920. package/esm2022/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +1 -1
  921. package/esm2022/src/lib/services/http/tax-review/tax-review-messages.enum.mjs +1 -1
  922. package/esm2022/src/lib/services/http/tax-review/tax-review.service.mjs +1 -1
  923. package/esm2022/src/lib/services/http/tax-summary/index.mjs +1 -1
  924. package/esm2022/src/lib/services/http/tax-summary/tax-summary.service.mjs +1 -1
  925. package/esm2022/src/lib/services/http/transaction/index.mjs +1 -1
  926. package/esm2022/src/lib/services/http/transaction/prior-transaction.service.mjs +1 -1
  927. package/esm2022/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +1 -1
  928. package/esm2022/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +1 -1
  929. package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +1 -1
  930. package/esm2022/src/lib/services/http/user/financial-year/financial-year.service.mjs +1 -1
  931. package/esm2022/src/lib/services/http/user/index.mjs +1 -1
  932. package/esm2022/src/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +1 -1
  933. package/esm2022/src/lib/services/http/user/user-event-type/user-event-type.service.mjs +1 -1
  934. package/esm2022/src/lib/services/http/user/user-messages.enum.mjs +1 -1
  935. package/esm2022/src/lib/services/http/user/user.service.mjs +1 -1
  936. package/esm2022/src/lib/services/http/user/users-invite/users-invite.service.mjs +1 -1
  937. package/esm2022/src/lib/services/http/vehicle/index.mjs +1 -1
  938. package/esm2022/src/lib/services/http/vehicle/vehicle-claim-details.service.mjs +1 -1
  939. package/esm2022/src/lib/services/http/vehicle/vehicle-claim.service.mjs +1 -1
  940. package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/index.mjs +1 -1
  941. package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.mjs +1 -1
  942. package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.mjs +1 -1
  943. package/esm2022/src/lib/services/http/vehicle/vehicle-messages.enum.mjs +1 -1
  944. package/esm2022/src/lib/services/http/vehicle/vehicle.service.mjs +1 -1
  945. package/esm2022/src/lib/services/http/youtube/index.mjs +1 -1
  946. package/esm2022/src/lib/services/http/youtube/youtube-video.interface.mjs +1 -1
  947. package/esm2022/src/lib/services/http/youtube/youtube.service.mjs +1 -1
  948. package/esm2022/src/lib/services/index.mjs +1 -1
  949. package/esm2022/src/lib/services/intercom/index.mjs +1 -1
  950. package/esm2022/src/lib/services/intercom/intercom.service.mjs +1 -1
  951. package/esm2022/src/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +1 -1
  952. package/esm2022/src/lib/services/json/holding/holding-type-exchange.service.mjs +1 -1
  953. package/esm2022/src/lib/services/json/income-source/income-source-type.service.mjs +1 -1
  954. package/esm2022/src/lib/services/json/index.mjs +1 -1
  955. package/esm2022/src/lib/services/json/tax-exemption/tax-exemption.service.mjs +1 -1
  956. package/esm2022/src/lib/services/json/tax-return/tax-return-item.service.mjs +1 -1
  957. package/esm2022/src/lib/services/pdf/index.mjs +1 -1
  958. package/esm2022/src/lib/services/pdf/js-pdf.mjs +1 -1
  959. package/esm2022/src/lib/services/pdf/pdf-from-dom-element/file-settings.mjs +1 -1
  960. package/esm2022/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +1 -1
  961. package/esm2022/src/lib/services/pdf/pdf-from-table/file-settings.mjs +1 -1
  962. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +1 -1
  963. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +1 -1
  964. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +1 -1
  965. package/esm2022/src/lib/services/preloader/index.mjs +1 -1
  966. package/esm2022/src/lib/services/preloader/preloader.service.mjs +1 -1
  967. package/esm2022/src/lib/services/property/corelogic/corelogic-messages.enum.mjs +1 -1
  968. package/esm2022/src/lib/services/property/corelogic/corelogic.service.mjs +1 -1
  969. package/esm2022/src/lib/services/property/corelogic/index.mjs +1 -1
  970. package/esm2022/src/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +1 -1
  971. package/esm2022/src/lib/services/property/equity-position-chart/index.mjs +1 -1
  972. package/esm2022/src/lib/services/property/index.mjs +1 -1
  973. package/esm2022/src/lib/services/property/property-calculation/index.mjs +1 -1
  974. package/esm2022/src/lib/services/property/property-calculation/property-calculation.service.mjs +1 -1
  975. package/esm2022/src/lib/services/report/index.mjs +1 -1
  976. package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +1 -1
  977. package/esm2022/src/lib/services/toast/index.mjs +1 -1
  978. package/esm2022/src/lib/services/toast/toast.service.mjs +1 -1
  979. package/esm2022/src/lib/services/user/index.mjs +1 -1
  980. package/esm2022/src/lib/services/user/user-switcher.service.mjs +1 -1
  981. package/esm2022/src/lib/services/xlsx/index.mjs +1 -1
  982. package/esm2022/src/lib/services/xlsx/xlsx.service.mjs +1 -1
  983. package/esm2022/src/lib/validators/at-least-one-enabled.validator.mjs +1 -1
  984. package/esm2022/src/lib/validators/at-least-one.validator.mjs +1 -1
  985. package/esm2022/src/lib/validators/autocomplete.validator.mjs +1 -1
  986. package/esm2022/src/lib/validators/conditional.validator.mjs +1 -1
  987. package/esm2022/src/lib/validators/current-fin-year.validator.mjs +1 -1
  988. package/esm2022/src/lib/validators/date/max-date.validator.mjs +1 -1
  989. package/esm2022/src/lib/validators/date/min-date.validator.mjs +1 -1
  990. package/esm2022/src/lib/validators/date-range.validator.mjs +1 -1
  991. package/esm2022/src/lib/validators/fields-sum.validator.mjs +1 -1
  992. package/esm2022/src/lib/validators/file.validator.mjs +1 -1
  993. package/esm2022/src/lib/validators/greater-than.validator.mjs +1 -1
  994. package/esm2022/src/lib/validators/group.validator.mjs +1 -1
  995. package/esm2022/src/lib/validators/index.mjs +1 -1
  996. package/esm2022/src/lib/validators/match-sum.validator.mjs +1 -1
  997. package/esm2022/src/lib/validators/password-match.validator.mjs +1 -1
  998. package/esm2022/src/lib/validators/password.validator.mjs +1 -1
  999. package/esm2022/src/lib/validators/phone-number.validator.mjs +1 -1
  1000. package/esm2022/src/lib/validators/required-length.validator.mjs +1 -1
  1001. package/esm2022/src/lib/validators/string/alpha-space.validator.mjs +1 -1
  1002. package/esm2022/src/lib/validators/unique-email.validator.mjs +1 -1
  1003. package/fesm2022/taxtank-core-common.mjs.map +1 -1
  1004. package/fesm2022/taxtank-core.mjs +152 -89
  1005. package/fesm2022/taxtank-core.mjs.map +1 -1
  1006. package/package.json +1 -1
  1007. package/src/lib/db/Models/depreciation/depreciation.d.ts +1 -0
  1008. package/src/lib/forms/aussie/aussie-appointment.form.d.ts +9 -0
  1009. package/src/lib/forms/aussie/aussie-confirmation.form.d.ts +6 -0
  1010. package/src/lib/forms/aussie/aussie-store.form.d.ts +10 -0
  1011. package/src/lib/forms/aussie/index.d.ts +3 -0
  1012. package/src/lib/forms/depreciation/depreciation.form.d.ts +1 -0
  1013. package/src/lib/forms/index.d.ts +1 -0
  1014. package/src/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts +1 -2
  1015. package/src/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts +2 -3
  1016. package/src/lib/models/aussie/aussie-appointment.d.ts +10 -0
  1017. package/src/lib/models/aussie/aussie-broker.d.ts +9 -0
  1018. package/src/lib/models/aussie/aussie-store.d.ts +2 -9
  1019. package/src/lib/models/aussie/aussie-store.interface.d.ts +2 -9
  1020. package/src/lib/models/aussie/index.d.ts +2 -0
  1021. package/src/lib/models/date-range.d.ts +8 -0
  1022. package/src/lib/models/depreciation/depreciation.d.ts +1 -0
  1023. package/src/lib/models/financial-year/financial-year.d.ts +0 -1
  1024. package/src/lib/models/holding/holding-trade-import.d.ts +0 -1
  1025. package/src/lib/models/index.d.ts +1 -0
  1026. package/src/lib/services/http/aussie/aussie.service.d.ts +11 -9
  1027. package/src/lib/services/http/aussie/index.d.ts +0 -1
  1028. package/src/lib/services/http/holding/holding-trade-import/holding-trade-import-messages.enum.d.ts +1 -2
  1029. package/esm2022/src/lib/services/http/aussie/aussie-store.service.mjs +0 -26
  1030. package/src/lib/services/http/aussie/aussie-store.service.d.ts +0 -15
@@ -18,7 +18,7 @@ import last from 'lodash/last';
18
18
  import orderBy from 'lodash/orderBy';
19
19
  import uniq from 'lodash/uniq';
20
20
  import moment from 'moment';
21
- import { DateRange } from 'moment-range';
21
+ import { DateRange as DateRange$1 } from 'moment-range';
22
22
  import * as i3 from 'taxtank-core/common';
23
23
  import { UserRolesEnum, MixpanelService } from 'taxtank-core/common';
24
24
  import round from 'lodash/round';
@@ -351,6 +351,11 @@ __decorate([
351
351
  ], TransactionBase.prototype, "gstClaimAmount", null);
352
352
 
353
353
  let Depreciation$1 = class Depreciation extends TransactionBase {
354
+ constructor() {
355
+ super(...arguments);
356
+ this.financialYear = new FinancialYear().year;
357
+ this.closeBalance = 0;
358
+ }
354
359
  };
355
360
 
356
361
  let DocumentFolder$1 = class DocumentFolder extends AbstractModel {
@@ -1632,9 +1637,6 @@ class FinancialYear {
1632
1637
  static toFinYear(date) {
1633
1638
  return date.getFullYear() + (date.getMonth() >= this.startMonthIndex ? 1 : 0);
1634
1639
  }
1635
- get prevFinYear() {
1636
- return new FinancialYear(new Date(`${new Date().getFullYear() - 1}${this.yearStartDate}`));
1637
- }
1638
1640
  /**
1639
1641
  * Get date by desired month
1640
1642
  */
@@ -2427,7 +2429,7 @@ class DepreciationForecast extends DepreciationForecast$1 {
2427
2429
  // @TODO find a better place
2428
2430
  const year = this.financialYear - (month > 5 ? 1 : 0);
2429
2431
  // forecast date intersect by month
2430
- const range = new DateRange(this.fromDate, this.toDate).intersect(new DateRange(new Date(year, month, 1), new Date(year, month + 1, 0)));
2432
+ const range = new DateRange$1(this.fromDate, this.toDate).intersect(new DateRange$1(new Date(year, month, 1), new Date(year, month + 1, 0)));
2431
2433
  return range ? range.duration('days') + 1 : 0;
2432
2434
  }
2433
2435
  get claimOpenBalance() {
@@ -6818,6 +6820,9 @@ __decorate([
6818
6820
  __decorate([
6819
6821
  Type(() => Date)
6820
6822
  ], Depreciation.prototype, "date", void 0);
6823
+ __decorate([
6824
+ Type(() => Date)
6825
+ ], Depreciation.prototype, "claimStartDate", void 0);
6821
6826
  __decorate([
6822
6827
  Type(() => Date)
6823
6828
  ], Depreciation.prototype, "lowValuePoolDate", void 0);
@@ -8819,9 +8824,9 @@ class BestVehicleLogbookCollection extends VehicleLogbookCollection {
8819
8824
  */
8820
8825
  static getPeriodByLogbook(logbook, isBackward = false) {
8821
8826
  if (isBackward) {
8822
- return new DateRange([new Date(logbook.date.getTime() - this.periodDuration), logbook.date]);
8827
+ return new DateRange$1([new Date(logbook.date.getTime() - this.periodDuration), logbook.date]);
8823
8828
  }
8824
- return new DateRange([logbook.date, new Date(logbook.date.getTime() + this.periodDuration)]);
8829
+ return new DateRange$1([logbook.date, new Date(logbook.date.getTime() + this.periodDuration)]);
8825
8830
  }
8826
8831
  /**
8827
8832
  * Set Date Range with the biggest work usage percent
@@ -10928,8 +10933,60 @@ __decorate([
10928
10933
  Type(() => SoleBusiness)
10929
10934
  ], HomeOfficeLog.prototype, "business", void 0);
10930
10935
 
10936
+ /**
10937
+ * custom DateRange because moment has problems with class-transformer
10938
+ */
10939
+ class DateRange {
10940
+ constructor(start, end) {
10941
+ this.start = start;
10942
+ this.end = end;
10943
+ }
10944
+ }
10945
+
10946
+ class AussieBroker extends AbstractModel {
10947
+ constructor() {
10948
+ super(...arguments);
10949
+ this.timeslotsByDay = {};
10950
+ }
10951
+ getTimeslotsByDay() {
10952
+ const groupedSlots = {};
10953
+ for (let i = 0; i < this.availability.length - 1; i++) {
10954
+ const start = this.availability[i];
10955
+ const end = new Date(start.getTime() + 30 * 60 * 1000);
10956
+ // Verify that all 15-minute intervals within this 30-minute range exist
10957
+ if (this.availability.some(date => date.getTime() === end.getTime())) {
10958
+ const dayKey = start.toDateString();
10959
+ if (!groupedSlots[dayKey]) {
10960
+ groupedSlots[dayKey] = [];
10961
+ }
10962
+ groupedSlots[dayKey].push(new DateRange(start, end));
10963
+ }
10964
+ }
10965
+ return groupedSlots;
10966
+ }
10967
+ }
10968
+ __decorate([
10969
+ Type(() => Date)
10970
+ ], AussieBroker.prototype, "availability", void 0);
10971
+ __decorate([
10972
+ Transform(({ obj }) => obj.getTimeslotsByDay())
10973
+ ], AussieBroker.prototype, "timeslotsByDay", void 0);
10974
+
10931
10975
  class AussieStore extends AbstractModel {
10932
10976
  }
10977
+ __decorate([
10978
+ Type(() => AussieBroker)
10979
+ ], AussieStore.prototype, "broker", void 0);
10980
+
10981
+ class AussieAppointment extends AbstractModel {
10982
+ constructor() {
10983
+ super(...arguments);
10984
+ this.interactionType = 'Phone';
10985
+ }
10986
+ }
10987
+ __decorate([
10988
+ Type(() => AussieStore)
10989
+ ], AussieAppointment.prototype, "store", void 0);
10933
10990
 
10934
10991
  var CorelogicMessagesEnum;
10935
10992
  (function (CorelogicMessagesEnum) {
@@ -16563,16 +16620,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
16563
16620
  }]
16564
16621
  }] });
16565
16622
 
16566
- var HoldingTradeImportMessagesEnum;
16567
- (function (HoldingTradeImportMessagesEnum) {
16568
- HoldingTradeImportMessagesEnum["CREATED"] = "Import created successfully";
16569
- HoldingTradeImportMessagesEnum["UPDATED"] = "Import updated successfully";
16570
- HoldingTradeImportMessagesEnum["CONFIRM_DELETE"] = "Are you sure you want to delete this import?";
16571
- HoldingTradeImportMessagesEnum["DELETED"] = "Import deleted successfully";
16572
- HoldingTradeImportMessagesEnum["DELETE_ERROR"] = "Import including sold assets can not be deleted";
16573
- HoldingTradeImportMessagesEnum["SKIPPED"] = "We were unable to match these tickers: %list%. Please check and try again, or contact support for assistance.";
16574
- })(HoldingTradeImportMessagesEnum || (HoldingTradeImportMessagesEnum = {}));
16575
-
16576
16623
  class HoldingTradeImportService extends RestService$1 {
16577
16624
  constructor() {
16578
16625
  super(...arguments);
@@ -16590,13 +16637,6 @@ class HoldingTradeImportService extends RestService$1 {
16590
16637
  return this.http.post(this.apiUrl, formData).pipe(map((response) => {
16591
16638
  const holdingTradeImport = this.createModelInstance(response);
16592
16639
  this.handleResponse([holdingTradeImport], 'post');
16593
- const skippedTickers = holdingTradeImport.skippedTickers;
16594
- if (skippedTickers.length) {
16595
- this.toastService.warning(HoldingTradeImportMessagesEnum.SKIPPED.replace('%list%', skippedTickers.join(', ')));
16596
- }
16597
- else {
16598
- this.toastService.success(HoldingTradeImportMessagesEnum.CREATED);
16599
- }
16600
16640
  return holdingTradeImport;
16601
16641
  }), catchError((error) => {
16602
16642
  if (error.status === 400) {
@@ -16615,6 +16655,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
16615
16655
  }]
16616
16656
  }] });
16617
16657
 
16658
+ var HoldingTradeImportMessagesEnum;
16659
+ (function (HoldingTradeImportMessagesEnum) {
16660
+ HoldingTradeImportMessagesEnum["CREATED"] = "Import created successfully";
16661
+ HoldingTradeImportMessagesEnum["UPDATED"] = "Import updated successfully";
16662
+ HoldingTradeImportMessagesEnum["CONFIRM_DELETE"] = "Are you sure you want to delete this import?";
16663
+ HoldingTradeImportMessagesEnum["DELETED"] = "Import deleted successfully";
16664
+ HoldingTradeImportMessagesEnum["DELETE_ERROR"] = "Import including sold assets can not be deleted";
16665
+ })(HoldingTradeImportMessagesEnum || (HoldingTradeImportMessagesEnum = {}));
16666
+
16618
16667
  var HoldingTypeExchanges = [
16619
16668
  {
16620
16669
  id: 2,
@@ -16799,43 +16848,21 @@ var RestMessagesEnum;
16799
16848
  })(RestMessagesEnum || (RestMessagesEnum = {}));
16800
16849
 
16801
16850
  /**
16802
- * Service to work with aussie api
16803
- * https://baas.lendi-paas-stg.net/playground
16851
+ * Service that handling banks logic
16804
16852
  */
16805
- class AussieService {
16806
- constructor(http, environment) {
16807
- this.http = http;
16853
+ class AussieService extends RestService$1 {
16854
+ constructor(environment) {
16855
+ super(environment);
16808
16856
  this.environment = environment;
16857
+ this.modelClass = AussieStore;
16858
+ this.collectionClass = Collection;
16859
+ this.endpointUri = 'aussie/stores';
16860
+ this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
16809
16861
  }
16810
- getAvailability(brokerId) {
16811
- // return this.http.get(
16812
- // `${this.environment.aussieUrl}/appointments/availability/next/${brokerId}`,
16813
- // { params: { brand: 'aussie', days: 28 } }
16814
- // )
16815
- return of({ 'metadata': {}, 'data': { 'Video': { 'availability': [{ 'datetime': '2025-01-30T08:00:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:15:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:30:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:45:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:00:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:15:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:30:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }, { 'datetime': '2025-01-30T08:45:00.000Z', 'brokerIds': ['19407b17-24b0-4000-8b3e-3adf93721301'] }], 'nextAvailableTimeslot': '1970-01-01T00:00:00.000Z' } } })
16816
- .pipe(map((response) => {
16817
- const dates = response.data.Video.availability.map(availability => new Date(availability.datetime));
16818
- return this.get30MinuteSlotsGroupedByDay(dates);
16819
- }));
16820
- }
16821
- get30MinuteSlotsGroupedByDay(dates) {
16822
- const groupedSlots = {};
16823
- for (let i = 0; i < dates.length - 1; i++) {
16824
- const start = dates[i];
16825
- const end = new Date(start.getTime() + 30 * 60 * 1000);
16826
- // Verify that all 15-minute intervals within this 30-minute range exist
16827
- if (dates.some(date => date.getTime() === end.getTime())) {
16828
- const dayKey = start.toISOString().split('T')[0];
16829
- if (!groupedSlots[dayKey]) {
16830
- groupedSlots[dayKey] = [];
16831
- }
16832
- groupedSlots[dayKey].push(new DateRange(start, end));
16833
- }
16834
- }
16835
- console.log(groupedSlots);
16836
- return groupedSlots;
16862
+ postAppointment() {
16863
+ return this.http.delete(`${this.environment.apiV2}/aussie/appointments`);
16837
16864
  }
16838
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
16865
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
16839
16866
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieService, providedIn: 'root' }); }
16840
16867
  }
16841
16868
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieService, decorators: [{
@@ -16843,32 +16870,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
16843
16870
  args: [{
16844
16871
  providedIn: 'root'
16845
16872
  }]
16846
- }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
16873
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
16847
16874
  type: Inject,
16848
16875
  args: ['environment']
16849
16876
  }] }] });
16850
16877
 
16851
- /**
16852
- * Service that handling banks logic
16853
- */
16854
- class AussieStoreService extends RestService$1 {
16855
- constructor() {
16856
- super(...arguments);
16857
- this.modelClass = AussieStore;
16858
- this.collectionClass = Collection;
16859
- this.endpointUri = 'aussie/stores';
16860
- this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
16861
- }
16862
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieStoreService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16863
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieStoreService, providedIn: 'root' }); }
16864
- }
16865
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AussieStoreService, decorators: [{
16866
- type: Injectable,
16867
- args: [{
16868
- providedIn: 'root'
16869
- }]
16870
- }] });
16871
-
16872
16878
  var IncomeSourceTypes = [
16873
16879
  {
16874
16880
  id: 11,
@@ -20425,6 +20431,7 @@ const ENDPOINTS = {
20425
20431
  VEHICLE_CLAIM_DETAILS_GET: new Endpoint('GET', '\\/vehicle-claim-details'),
20426
20432
  VEHICLE_CLAIM_DETAILS_POST: new Endpoint('POST', '\\/vehicle-claim-details'),
20427
20433
  VEHICLE_CLAIM_DETAILS_PUT: new Endpoint('PUT', '\\/vehicle-claim-details\\/\\d+'),
20434
+ AUSSIE_STORES_GET: new Endpoint('GET', '\\/aussie\\/stores'),
20428
20435
  };
20429
20436
 
20430
20437
  /**
@@ -21421,8 +21428,6 @@ class AddressForm extends AbstractForm {
21421
21428
  this.get('state').enable();
21422
21429
  this.get('postcode').enable();
21423
21430
  this.get('country').enable();
21424
- // @TODO not required temporary, waiting for corelogic support response why it can't find some suburbs (like Hamilton Island)
21425
- this.get('corelogicLocId').clearValidators();
21426
21431
  this.get('corelogicRefId').clearValidators();
21427
21432
  this.listenManualFieldsChanges();
21428
21433
  this.listenStreetFieldsChanges();
@@ -22655,12 +22660,12 @@ function atLeastOneEnabledValidator(arrayName) {
22655
22660
  * Form for import multiple basiq bank accounts
22656
22661
  */
22657
22662
  class BankAccountsImportForm extends AbstractForm {
22658
- static { this.minDate = new FinancialYear().prevFinYear.startDate; }
22659
- static { this.maxDate = new Date(); }
22663
+ static { this.minDate = new FinancialYear(new Date().getFullYear() - 1).startDate; }
22664
+ static { this.maxDate = new FinancialYear(new Date()).endDate; }
22660
22665
  constructor(bankAccounts) {
22661
22666
  super({
22662
22667
  migrateFrom: new UntypedFormControl(BankAccountsImportForm.minDate, [Validators.required, dateRangeValidator(BankAccountsImportForm.minDate, BankAccountsImportForm.maxDate)]),
22663
- migrateTo: new UntypedFormControl(BankAccountsImportForm.maxDate, [Validators.required, dateRangeValidator(BankAccountsImportForm.minDate, BankAccountsImportForm.maxDate)]),
22668
+ migrateTo: new UntypedFormControl(new Date(), [Validators.required, dateRangeValidator(BankAccountsImportForm.minDate, BankAccountsImportForm.maxDate)]),
22664
22669
  bankAccounts: new UntypedFormArray(bankAccounts.map((bankAccount) => new BankAccountImportForm(bankAccount)))
22665
22670
  }, [], {
22666
22671
  validators: [atLeastOneEnabledValidator('bankAccounts')]
@@ -24763,13 +24768,15 @@ class TransactionBaseFilterForm extends FormGroup {
24763
24768
 
24764
24769
  class DepreciationForm extends TransactionBaseForm {
24765
24770
  constructor(depreciation, registeredForGst) {
24766
- super(depreciation, registeredForGst);
24771
+ super(depreciation, registeredForGst, {
24772
+ claimStartDate: new FormControl({ value: depreciation.claimStartDate, disabled: depreciation.chartAccounts?.id !== ChartAccountsListEnum.BUILDING_AT_COST }),
24773
+ isCloseBalanceCorrect: new FormControl(true),
24774
+ closeBalance: new FormControl({ value: depreciation.closeBalance, disabled: true }, Validators.required),
24775
+ financialYear: new FormControl(depreciation.financialYear)
24776
+ });
24767
24777
  if (depreciation.id) {
24768
24778
  this.get('claimPercent').setValue(depreciation.currentYearForecast.claimPercent);
24769
24779
  }
24770
- this.addControl('isCloseBalanceCorrect', new UntypedFormControl(true));
24771
- this.addControl('closeBalance', new UntypedFormControl({ value: depreciation.closeBalance || 0, disabled: true }, Validators.required));
24772
- this.addControl('financialYear', new UntypedFormControl(depreciation.financialYear || new FinancialYear().year));
24773
24780
  // forbid to change chartAccounts/claimPercent for existing depreciations
24774
24781
  if (depreciation.id) {
24775
24782
  this.get('chartAccounts').disable({ emitEvent: false });
@@ -24793,6 +24800,13 @@ class DepreciationForm extends TransactionBaseForm {
24793
24800
  }
24794
24801
  });
24795
24802
  }
24803
+ watchChartAccounts() {
24804
+ super.watchChartAccounts();
24805
+ this.get('chartAccounts').valueChanges.subscribe((chartAccounts) => {
24806
+ const claimStartDate = this.get('claimStartDate');
24807
+ chartAccounts.id == ChartAccountsListEnum.BUILDING_AT_COST ? claimStartDate.enable() : claimStartDate.disable();
24808
+ });
24809
+ }
24796
24810
  submit(data = {}, includeDisabledFields = false) {
24797
24811
  return super.submit(data, true);
24798
24812
  }
@@ -25148,6 +25162,55 @@ class HomeOfficeCalculatorForm extends AbstractForm {
25148
25162
  }
25149
25163
  }
25150
25164
 
25165
+ class AussieStoreForm extends AbstractForm {
25166
+ constructor(appointment, aussieService) {
25167
+ super({
25168
+ // @TODO set to null
25169
+ suburb: new FormControl('Malvern', [Validators.required, Validators.maxLength(AbstractForm.inputMaxLength)]),
25170
+ postcode: new FormControl('3144', [Validators.required]),
25171
+ store: new FormControl('', [Validators.required]),
25172
+ }, appointment);
25173
+ this.aussieService = aussieService;
25174
+ this.listenEvents();
25175
+ }
25176
+ listenEvents() {
25177
+ combineLatest([this.get('suburb').valueChanges, this.get('postcode').valueChanges]).pipe(debounceTime(1000)).subscribe(() => {
25178
+ this.aussieService.fetchFirst({ postcode: this.value.postcode, suburb: this.value.suburb }).subscribe(store => {
25179
+ this.patchField('store', store);
25180
+ });
25181
+ });
25182
+ }
25183
+ get store() {
25184
+ return this.get('store').value;
25185
+ }
25186
+ }
25187
+
25188
+ class AussieAppointmentForm extends AbstractForm {
25189
+ constructor(appointment, aussieService) {
25190
+ super({
25191
+ phone: new FormControl(null, [Validators.required, phoneNumberValidator()]),
25192
+ interactionType: new FormControl('Phone', [Validators.required]),
25193
+ date: new FormControl(null, [Validators.required]),
25194
+ timeslot: new FormControl(null, [Validators.required]),
25195
+ }, appointment);
25196
+ this.appointment = appointment;
25197
+ this.aussieService = aussieService;
25198
+ }
25199
+ submit(data = {}, includeDisabledFields = false) {
25200
+ return super.submit(data, includeDisabledFields);
25201
+ }
25202
+ }
25203
+
25204
+ class AussieConfirmationForm extends AbstractForm {
25205
+ constructor(appointment) {
25206
+ super({
25207
+ otp: new FormControl(null, Validators.required),
25208
+ inviteToShare: new FormControl(true, Validators.required),
25209
+ }, appointment);
25210
+ this.appointment = appointment;
25211
+ }
25212
+ }
25213
+
25151
25214
  var MessagesEnum;
25152
25215
  (function (MessagesEnum) {
25153
25216
  MessagesEnum["HOLDING_CREATED"] = "Holding created";
@@ -25173,5 +25236,5 @@ var MessagesEnum;
25173
25236
  * Generated bundle index. Do not edit.
25174
25237
  */
25175
25238
 
25176
- 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, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieService, AussieStore, AussieStoreService, 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, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, 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, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, 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, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
25239
+ 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, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, 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, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, 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, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
25177
25240
  //# sourceMappingURL=taxtank-core.mjs.map