taxtank-core 0.15.0 → 0.16.2

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 (962) hide show
  1. package/README.md +5 -5
  2. package/bundles/taxtank-core.umd.js +13150 -13026
  3. package/bundles/taxtank-core.umd.js.map +1 -1
  4. package/esm2015/lib/collections/account-setup-item.collection.js +12 -12
  5. package/esm2015/lib/collections/bank-account.collection.js +135 -135
  6. package/esm2015/lib/collections/bank-transaction.collection.js +119 -119
  7. package/esm2015/lib/collections/client-movement.collection.js +31 -31
  8. package/esm2015/lib/collections/client-portfolio-report.collection.js +40 -40
  9. package/esm2015/lib/collections/client.collection.js +4 -4
  10. package/esm2015/lib/collections/collection-dictionary.js +86 -86
  11. package/esm2015/lib/collections/collection.js +109 -109
  12. package/esm2015/lib/collections/depreciation-forecast.collection.js +19 -19
  13. package/esm2015/lib/collections/depreciation.collection.js +101 -101
  14. package/esm2015/lib/collections/employee.collection.js +12 -12
  15. package/esm2015/lib/collections/income-source.collection.js +31 -31
  16. package/esm2015/lib/collections/loan.collection.js +18 -18
  17. package/esm2015/lib/collections/message-document.collection.js +13 -13
  18. package/esm2015/lib/collections/message.collection.js +21 -21
  19. package/esm2015/lib/collections/property/property-sale/property-sale-tax-exemption-metadata.collection.js +20 -20
  20. package/esm2015/lib/collections/property/property.collection.js +69 -69
  21. package/esm2015/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.js +12 -12
  22. package/esm2015/lib/collections/report/depreciation/depreciation-report-item.collection.js +14 -14
  23. package/esm2015/lib/collections/report/property/property-report-item-depreciation.collection.js +22 -22
  24. package/esm2015/lib/collections/report/property/property-report-item-transaction.collection.js +22 -22
  25. package/esm2015/lib/collections/report/property/property-report-item.collection.js +13 -13
  26. package/esm2015/lib/collections/report/vehicle-expense/vehicle-expense.collection.js +20 -20
  27. package/esm2015/lib/collections/subscription/service-subscription.collection.js +17 -17
  28. package/esm2015/lib/collections/tax-review.collection.js +55 -55
  29. package/esm2015/lib/collections/tax-summary/report-item.collection.js +141 -141
  30. package/esm2015/lib/collections/transaction-allocation.collection.js +40 -40
  31. package/esm2015/lib/collections/transaction.collection.js +143 -143
  32. package/esm2015/lib/collections/user-event-setting.collection.js +10 -10
  33. package/esm2015/lib/collections/vehicle-logbook.collection.js +88 -88
  34. package/esm2015/lib/collections/vehicle.collection.js +9 -9
  35. package/esm2015/lib/db/Enums/address-type.enum.js +6 -6
  36. package/esm2015/lib/db/Enums/bank-account-status.enum.js +6 -6
  37. package/esm2015/lib/db/Enums/bank-account-type.enum.js +12 -12
  38. package/esm2015/lib/db/Enums/bank-connection-status.enum.js +7 -7
  39. package/esm2015/lib/db/Enums/bank-transaction-type.enum.js +6 -6
  40. package/esm2015/lib/db/Enums/chart-accounts-category.enum.js +18 -18
  41. package/esm2015/lib/db/Enums/chart-accounts-etp.enum.js +9 -9
  42. package/esm2015/lib/db/Enums/chart-accounts-heading-list.enum.js +5 -5
  43. package/esm2015/lib/db/Enums/chart-accounts-heading-tax-deductible.enum.js +8 -8
  44. package/esm2015/lib/db/Enums/chart-accounts-heading-taxable.enum.js +8 -8
  45. package/esm2015/lib/db/Enums/chart-accounts-heading-vehicle-list.enum.js +8 -8
  46. package/esm2015/lib/db/Enums/chart-accounts-list.enum.js +22 -22
  47. package/esm2015/lib/db/Enums/chart-accounts-metadata-list.enum.js +16 -16
  48. package/esm2015/lib/db/Enums/chart-accounts-metadata-type.enum.js +6 -6
  49. package/esm2015/lib/db/Enums/chart-accounts-type.enum.js +6 -6
  50. package/esm2015/lib/db/Enums/chat-status.enum.js +6 -6
  51. package/esm2015/lib/db/Enums/client-details-medicare-exemption.enum.js +7 -7
  52. package/esm2015/lib/db/Enums/client-details-work-depreciation-calculation.enum.js +6 -6
  53. package/esm2015/lib/db/Enums/client-details-working-holiday-maker.enum.js +7 -7
  54. package/esm2015/lib/db/Enums/client-invite-status.enum.js +6 -6
  55. package/esm2015/lib/db/Enums/client-invite-type.enum.js +6 -6
  56. package/esm2015/lib/db/Enums/depreciation-calculation-percent.enum.js +9 -9
  57. package/esm2015/lib/db/Enums/depreciation-calculation.enum.js +9 -9
  58. package/esm2015/lib/db/Enums/depreciation-type.enum.js +8 -8
  59. package/esm2015/lib/db/Enums/depreciation-write-off-amount.enum.js +6 -6
  60. package/esm2015/lib/db/Enums/firm-type.enum.js +6 -6
  61. package/esm2015/lib/db/Enums/income-source-type-list-other.enum.js +8 -8
  62. package/esm2015/lib/db/Enums/income-source-type-list-salary.enum.js +5 -5
  63. package/esm2015/lib/db/Enums/income-source-type-list-work.enum.js +10 -10
  64. package/esm2015/lib/db/Enums/income-source-type.enum.js +8 -8
  65. package/esm2015/lib/db/Enums/invite-status.enum.js +7 -7
  66. package/esm2015/lib/db/Enums/loan-bank-type.enum.js +12 -12
  67. package/esm2015/lib/db/Enums/loan-frequency.enum.js +8 -8
  68. package/esm2015/lib/db/Enums/loan-interest-type.enum.js +6 -6
  69. package/esm2015/lib/db/Enums/loan-payout-type.enum.js +6 -6
  70. package/esm2015/lib/db/Enums/loan-repayment-frequency.enum.js +7 -7
  71. package/esm2015/lib/db/Enums/loan-repayment-type.enum.js +6 -6
  72. package/esm2015/lib/db/Enums/loan-type.enum.js +14 -14
  73. package/esm2015/lib/db/Enums/loan-vehicle-type.enum.js +7 -7
  74. package/esm2015/lib/db/Enums/phone-type.enum.js +6 -6
  75. package/esm2015/lib/db/Enums/property/property-category-list.enum.js +7 -7
  76. package/esm2015/lib/db/Enums/property/property-depreciation-calculation.enum.js +6 -6
  77. package/esm2015/lib/db/Enums/property/property-sale/tax-exemption-metadata.enum.js +9 -9
  78. package/esm2015/lib/db/Enums/property/property-sale/tax-exemption.enum.js +12 -12
  79. package/esm2015/lib/db/Enums/property/property-share-access.enum.js +6 -6
  80. package/esm2015/lib/db/Enums/property/property-share-status.enum.js +7 -7
  81. package/esm2015/lib/db/Enums/registration-invite-status.enum.js +6 -6
  82. package/esm2015/lib/db/Enums/salary-forecast-frequency.enum.js +8 -8
  83. package/esm2015/lib/db/Enums/service-notification-status.enum.js +7 -7
  84. package/esm2015/lib/db/Enums/service-notification-type.enum.js +6 -6
  85. package/esm2015/lib/db/Enums/spare-document-spare-type.enum.js +6 -6
  86. package/esm2015/lib/db/Enums/subscription/service-payment-status.enum.js +6 -6
  87. package/esm2015/lib/db/Enums/subscription/service-price-recurring-interval.enum.js +8 -8
  88. package/esm2015/lib/db/Enums/subscription/service-price-type.enum.js +6 -6
  89. package/esm2015/lib/db/Enums/subscription/service-product-id.enum.js +10 -10
  90. package/esm2015/lib/db/Enums/subscription/service-product-status.enum.js +6 -6
  91. package/esm2015/lib/db/Enums/subscription/service-subscription-status.enum.js +10 -10
  92. package/esm2015/lib/db/Enums/tank-type.enum.js +8 -8
  93. package/esm2015/lib/db/Enums/tax-calculation-medicare-exemption.enum.js +6 -6
  94. package/esm2015/lib/db/Enums/tax-calculation-type.enum.js +14 -14
  95. package/esm2015/lib/db/Enums/tax-return-category-list.enum.js +28 -28
  96. package/esm2015/lib/db/Enums/tax-return-category-section.enum.js +8 -8
  97. package/esm2015/lib/db/Enums/tax-review-status.enum.js +13 -13
  98. package/esm2015/lib/db/Enums/tax-summary-list.enum.js +17 -17
  99. package/esm2015/lib/db/Enums/tax-summary-section.enum.js +8 -8
  100. package/esm2015/lib/db/Enums/tax-summary-tax-summary.enum.js +17 -17
  101. package/esm2015/lib/db/Enums/ticket-feedback.enum.js +6 -6
  102. package/esm2015/lib/db/Enums/ticket-status.enum.js +9 -9
  103. package/esm2015/lib/db/Enums/ticket-types.enum.js +5 -5
  104. package/esm2015/lib/db/Enums/transaction-operation.enum.js +7 -7
  105. package/esm2015/lib/db/Enums/transaction-source.enum.js +6 -6
  106. package/esm2015/lib/db/Enums/transaction-type.enum.js +6 -6
  107. package/esm2015/lib/db/Enums/user-event-status.enum.js +9 -9
  108. package/esm2015/lib/db/Enums/user-event-type-client-type.enum.js +29 -29
  109. package/esm2015/lib/db/Enums/user-event-type-employee-type.enum.js +17 -17
  110. package/esm2015/lib/db/Enums/user-event-type-frequency.enum.js +7 -7
  111. package/esm2015/lib/db/Enums/user-event-type-user-type.enum.js +7 -7
  112. package/esm2015/lib/db/Enums/user-medicare-exemption.enum.js +7 -7
  113. package/esm2015/lib/db/Enums/user-roles.enum.js +16 -16
  114. package/esm2015/lib/db/Enums/user-status.enum.js +7 -7
  115. package/esm2015/lib/db/Enums/user-title.enum.js +9 -9
  116. package/esm2015/lib/db/Enums/user-work-depreciation-calculation.enum.js +6 -6
  117. package/esm2015/lib/db/Enums/user-working-holiday-maker.enum.js +7 -7
  118. package/esm2015/lib/db/Enums/vehicle-claim-method.enum.js +6 -6
  119. package/esm2015/lib/db/Enums/vehicle-logbook-purpose.enum.js +6 -6
  120. package/esm2015/lib/db/Models/abstract-model.js +7 -7
  121. package/esm2015/lib/db/Models/address.js +4 -4
  122. package/esm2015/lib/db/Models/bank/bank-account-balance.js +4 -4
  123. package/esm2015/lib/db/Models/bank/bank-account-property.js +4 -4
  124. package/esm2015/lib/db/Models/bank/bank-account.js +4 -4
  125. package/esm2015/lib/db/Models/bank/bank-connection.js +4 -4
  126. package/esm2015/lib/db/Models/bank/bank-transaction-import.js +4 -4
  127. package/esm2015/lib/db/Models/bank/bank-transaction.js +4 -4
  128. package/esm2015/lib/db/Models/bank/bank.js +4 -4
  129. package/esm2015/lib/db/Models/bank/basiq-job.js +4 -4
  130. package/esm2015/lib/db/Models/bank/financial-data-system.js +4 -4
  131. package/esm2015/lib/db/Models/chart-accounts/chart-accounts-depreciation.js +4 -4
  132. package/esm2015/lib/db/Models/chart-accounts/chart-accounts-heading.js +4 -4
  133. package/esm2015/lib/db/Models/chart-accounts/chart-accounts-metadata.js +4 -4
  134. package/esm2015/lib/db/Models/chart-accounts/chart-accounts-value.js +4 -4
  135. package/esm2015/lib/db/Models/chart-accounts/chart-accounts.js +4 -4
  136. package/esm2015/lib/db/Models/country.js +4 -4
  137. package/esm2015/lib/db/Models/depreciation/depreciation-capital-project.js +4 -4
  138. package/esm2015/lib/db/Models/depreciation/depreciation-forecast.js +4 -4
  139. package/esm2015/lib/db/Models/depreciation/depreciation-receipt.js +4 -4
  140. package/esm2015/lib/db/Models/depreciation/depreciation.js +4 -4
  141. package/esm2015/lib/db/Models/document/document-folder.js +4 -4
  142. package/esm2015/lib/db/Models/document/document.js +4 -4
  143. package/esm2015/lib/db/Models/document/property-document.js +10 -10
  144. package/esm2015/lib/db/Models/firm/accountant/tax-review.js +4 -4
  145. package/esm2015/lib/db/Models/firm/accountant/ticket.js +4 -4
  146. package/esm2015/lib/db/Models/firm/chat.js +4 -4
  147. package/esm2015/lib/db/Models/firm/client-invite.js +4 -4
  148. package/esm2015/lib/db/Models/firm/client-movement.js +4 -4
  149. package/esm2015/lib/db/Models/firm/employee-invite.js +4 -4
  150. package/esm2015/lib/db/Models/firm/firm.js +4 -4
  151. package/esm2015/lib/db/Models/firm/message-document.js +4 -4
  152. package/esm2015/lib/db/Models/firm/message.js +4 -4
  153. package/esm2015/lib/db/Models/incomeSource/income-source-forecast.js +4 -4
  154. package/esm2015/lib/db/Models/incomeSource/income-source-type.js +4 -4
  155. package/esm2015/lib/db/Models/incomeSource/income-source.js +4 -4
  156. package/esm2015/lib/db/Models/incomeSource/salary-forecast.js +4 -4
  157. package/esm2015/lib/db/Models/loan/borrowing-expense-loan.js +4 -4
  158. package/esm2015/lib/db/Models/loan/borrowing-expense.js +4 -4
  159. package/esm2015/lib/db/Models/loan/loan-payout.js +4 -4
  160. package/esm2015/lib/db/Models/loan/loan.js +4 -4
  161. package/esm2015/lib/db/Models/phone.js +4 -4
  162. package/esm2015/lib/db/Models/property/property-category-movement.js +4 -4
  163. package/esm2015/lib/db/Models/property/property-category.js +4 -4
  164. package/esm2015/lib/db/Models/property/property-forecast.js +4 -4
  165. package/esm2015/lib/db/Models/property/property-sale/property-sale-tax-exemption-metadata.js +4 -4
  166. package/esm2015/lib/db/Models/property/property-sale/property-sale.js +4 -4
  167. package/esm2015/lib/db/Models/property/property-sale/tax-exemption-metadata.js +4 -4
  168. package/esm2015/lib/db/Models/property/property-sale/tax-exemption.js +4 -4
  169. package/esm2015/lib/db/Models/property/property-share.js +4 -4
  170. package/esm2015/lib/db/Models/property/property-subscription.js +4 -4
  171. package/esm2015/lib/db/Models/property/property-valuation.js +4 -4
  172. package/esm2015/lib/db/Models/property/property.js +4 -4
  173. package/esm2015/lib/db/Models/service-notification.js +4 -4
  174. package/esm2015/lib/db/Models/sole/sole-forecast.js +4 -4
  175. package/esm2015/lib/db/Models/subscription/service-payment.js +4 -4
  176. package/esm2015/lib/db/Models/subscription/service-price.js +4 -4
  177. package/esm2015/lib/db/Models/subscription/service-product.js +4 -4
  178. package/esm2015/lib/db/Models/subscription/service-subscription-item.js +4 -4
  179. package/esm2015/lib/db/Models/subscription/service-subscription.js +4 -4
  180. package/esm2015/lib/db/Models/tax-return/tax-return-category.js +4 -4
  181. package/esm2015/lib/db/Models/tax-return/tax-return-item.js +4 -4
  182. package/esm2015/lib/db/Models/tax-return/tax-return.js +4 -4
  183. package/esm2015/lib/db/Models/transaction/transaction-allocation.js +4 -4
  184. package/esm2015/lib/db/Models/transaction/transaction-base.js +26 -26
  185. package/esm2015/lib/db/Models/transaction/transaction-metadata.js +4 -4
  186. package/esm2015/lib/db/Models/transaction/transaction-receipt.js +4 -4
  187. package/esm2015/lib/db/Models/transaction/transaction.js +4 -4
  188. package/esm2015/lib/db/Models/user/client-details.js +4 -4
  189. package/esm2015/lib/db/Models/user/client-income-types.js +4 -4
  190. package/esm2015/lib/db/Models/user/employee-details.js +4 -4
  191. package/esm2015/lib/db/Models/user/occupation.js +4 -4
  192. package/esm2015/lib/db/Models/user/registration-invite.js +4 -4
  193. package/esm2015/lib/db/Models/user/user-event-setting.js +4 -4
  194. package/esm2015/lib/db/Models/user/user-event-type-category.js +4 -4
  195. package/esm2015/lib/db/Models/user/user-event-type.js +4 -4
  196. package/esm2015/lib/db/Models/user/user-event.js +4 -4
  197. package/esm2015/lib/db/Models/user/user.js +4 -4
  198. package/esm2015/lib/db/Models/vehicle/vehicle-claim.js +4 -4
  199. package/esm2015/lib/db/Models/vehicle/vehicle-logbook.js +4 -4
  200. package/esm2015/lib/db/Models/vehicle/vehicle.js +4 -4
  201. package/esm2015/lib/forms/abstract.form.js +11 -11
  202. package/esm2015/lib/forms/client/client-income-types.form.js +22 -22
  203. package/esm2015/lib/forms/index.js +10 -10
  204. package/esm2015/lib/forms/login/login.form.js +11 -11
  205. package/esm2015/lib/forms/register/register-client.form.js +29 -29
  206. package/esm2015/lib/forms/register/register-firm.form.js +26 -26
  207. package/esm2015/lib/forms/user/password.form.js +13 -13
  208. package/esm2015/lib/forms/user/reset-password.form.js +10 -10
  209. package/esm2015/lib/forms/vehicle/vehicle-claim.form.js +114 -114
  210. package/esm2015/lib/forms/vehicle/vehicle.form.js +20 -20
  211. package/esm2015/lib/functions/array/index.js +3 -3
  212. package/esm2015/lib/functions/array/replace.js +5 -5
  213. package/esm2015/lib/functions/array/sort-deep.js +21 -21
  214. package/esm2015/lib/functions/array/sort.js +12 -12
  215. package/esm2015/lib/functions/clone-deep.js +5 -5
  216. package/esm2015/lib/functions/create-date.js +8 -8
  217. package/esm2015/lib/functions/enum-to-list.js +12 -12
  218. package/esm2015/lib/functions/get-doc-icon.js +18 -18
  219. package/esm2015/lib/functions/mat-options-functions.js +9 -9
  220. package/esm2015/lib/functions/mat-sort-options.js +10 -10
  221. package/esm2015/lib/functions/round-to.js +10 -10
  222. package/esm2015/lib/functions/tax-review-filter-predicate.js +10 -10
  223. package/esm2015/lib/interceptors/corelogic-interceptor.js +43 -43
  224. package/esm2015/lib/interceptors/financial-year-interceptor.js +29 -29
  225. package/esm2015/lib/interceptors/interceptors.module.js +73 -73
  226. package/esm2015/lib/interceptors/jwt-interceptor.js +137 -137
  227. package/esm2015/lib/interceptors/preloader.interceptor.js +32 -32
  228. package/esm2015/lib/interceptors/user-switcher-interceptor.js +42 -42
  229. package/esm2015/lib/interfaces/asset-entity-type.enum.js +12 -12
  230. package/esm2015/lib/interfaces/asset-type.enum.js +10 -10
  231. package/esm2015/lib/interfaces/asset.interface.js +2 -2
  232. package/esm2015/lib/interfaces/chart-data.interface.js +1 -1
  233. package/esm2015/lib/interfaces/chart-serie.interface.js +1 -1
  234. package/esm2015/lib/interfaces/document.interface.js +2 -2
  235. package/esm2015/lib/interfaces/documentable.interface.js +2 -2
  236. package/esm2015/lib/interfaces/event-listener.interface.js +1 -1
  237. package/esm2015/lib/interfaces/expense.interface.js +2 -2
  238. package/esm2015/lib/interfaces/exportable.interface.js +2 -2
  239. package/esm2015/lib/interfaces/income-source-forecast.interface.js +2 -2
  240. package/esm2015/lib/interfaces/option.interface.js +1 -1
  241. package/esm2015/lib/interfaces/photoable.js +1 -1
  242. package/esm2015/lib/interfaces/receipt.interface.js +2 -2
  243. package/esm2015/lib/interfaces/table-exportable.interface.js +2 -0
  244. package/esm2015/lib/interfaces/tank.interface.js +2 -2
  245. package/esm2015/lib/interfaces/updatable.interface.js +2 -2
  246. package/esm2015/lib/models/account-setup/account-setup-item.js +9 -9
  247. package/esm2015/lib/models/account-setup/account-setup-items.const.js +55 -55
  248. package/esm2015/lib/models/account-setup/account-setup-items.enum.js +14 -14
  249. package/esm2015/lib/models/address/address.js +23 -23
  250. package/esm2015/lib/models/address/country.js +15 -15
  251. package/esm2015/lib/models/bank/bank-account-chart-data.js +34 -34
  252. package/esm2015/lib/models/bank/bank-account-property.js +10 -10
  253. package/esm2015/lib/models/bank/bank-account-types.const.js +15 -15
  254. package/esm2015/lib/models/bank/bank-account.js +122 -122
  255. package/esm2015/lib/models/bank/bank-connection.js +21 -21
  256. package/esm2015/lib/models/bank/bank-transaction-chart-data.js +106 -106
  257. package/esm2015/lib/models/bank/bank-transaction-summary-fields.enum.js +6 -6
  258. package/esm2015/lib/models/bank/bank-transaction.js +67 -67
  259. package/esm2015/lib/models/bank/bank.js +13 -13
  260. package/esm2015/lib/models/bank/basiq-config.js +12 -12
  261. package/esm2015/lib/models/bank/basiq-job.js +4 -4
  262. package/esm2015/lib/models/bank/basiq-token.js +13 -13
  263. package/esm2015/lib/models/bank/type-loan.const.js +7 -7
  264. package/esm2015/lib/models/borrowing-expense/borrowing-expense-loan.js +4 -4
  265. package/esm2015/lib/models/borrowing-expense/borrowing-expense.js +4 -4
  266. package/esm2015/lib/models/chart/chart-data.js +12 -12
  267. package/esm2015/lib/models/chart/chart-serie.js +6 -6
  268. package/esm2015/lib/models/chart-accounts/chart-accounts-categories.const.js +105 -105
  269. package/esm2015/lib/models/chart-accounts/chart-accounts-depreciation.js +16 -16
  270. package/esm2015/lib/models/chart-accounts/chart-accounts-heading.js +3 -3
  271. package/esm2015/lib/models/chart-accounts/chart-accounts-metadata.js +13 -13
  272. package/esm2015/lib/models/chart-accounts/chart-accounts-tax-labels.enum.js +6 -6
  273. package/esm2015/lib/models/chart-accounts/chart-accounts-value.js +4 -4
  274. package/esm2015/lib/models/chart-accounts/chart-accounts.js +156 -156
  275. package/esm2015/lib/models/chat/chat-view-type.enum.js +6 -6
  276. package/esm2015/lib/models/chat/chat.js +22 -22
  277. package/esm2015/lib/models/chat/message-document.js +19 -19
  278. package/esm2015/lib/models/chat/message.js +38 -38
  279. package/esm2015/lib/models/client/client-details.js +4 -4
  280. package/esm2015/lib/models/client/client-income-types.js +10 -10
  281. package/esm2015/lib/models/client/client-invite.js +66 -66
  282. package/esm2015/lib/models/client/client-movement.js +26 -26
  283. package/esm2015/lib/models/client/client-portfolio-chart-data.js +57 -57
  284. package/esm2015/lib/models/client/client-portfolio-report.js +6 -6
  285. package/esm2015/lib/models/color/alphabet-colors.enum.js +29 -29
  286. package/esm2015/lib/models/depreciation/depreciation-capital-project.js +9 -9
  287. package/esm2015/lib/models/depreciation/depreciation-forecast.js +34 -34
  288. package/esm2015/lib/models/depreciation/depreciation-group-item.js +14 -14
  289. package/esm2015/lib/models/depreciation/depreciation-group.enum.js +9 -9
  290. package/esm2015/lib/models/depreciation/depreciation-group.js +15 -15
  291. package/esm2015/lib/models/depreciation/depreciation-groups.const.js +29 -29
  292. package/esm2015/lib/models/depreciation/depreciation-receipt.js +11 -11
  293. package/esm2015/lib/models/depreciation/depreciation.js +156 -156
  294. package/esm2015/lib/models/document/document-api-url-prefix.enum.js +9 -9
  295. package/esm2015/lib/models/document/document-file-types.const.js +23 -23
  296. package/esm2015/lib/models/document/document-folder.js +10 -10
  297. package/esm2015/lib/models/document/document.js +24 -24
  298. package/esm2015/lib/models/employee/employee-details.js +10 -10
  299. package/esm2015/lib/models/employee/employee-invite.js +13 -13
  300. package/esm2015/lib/models/endpoint/endpoint.js +22 -22
  301. package/esm2015/lib/models/endpoint/endpoints.const.js +142 -142
  302. package/esm2015/lib/models/event/app-event-type.enum.js +46 -45
  303. package/esm2015/lib/models/event/app-event.js +10 -10
  304. package/esm2015/lib/models/export/export-data-table.js +9 -6
  305. package/esm2015/lib/models/export/export-format.enum.js +6 -6
  306. package/esm2015/lib/models/export/export-row-data-type.enum.js +10 -0
  307. package/esm2015/lib/models/export/export-row.js +6 -0
  308. package/esm2015/lib/models/file/icons-file.enum.js +7 -7
  309. package/esm2015/lib/models/financial-year/financial-year.js +43 -43
  310. package/esm2015/lib/models/financial-year/month-name-short.enum.js +20 -20
  311. package/esm2015/lib/models/financial-year/month-number.enum.js +20 -20
  312. package/esm2015/lib/models/financial-year/months.const.js +2 -2
  313. package/esm2015/lib/models/firm/firm.js +29 -29
  314. package/esm2015/lib/models/income-position/income-position.js +9 -9
  315. package/esm2015/lib/models/income-source/income-source-chart-data.js +45 -45
  316. package/esm2015/lib/models/income-source/income-source-forecast.js +31 -31
  317. package/esm2015/lib/models/income-source/income-source-type.js +32 -32
  318. package/esm2015/lib/models/income-source/income-source.js +57 -57
  319. package/esm2015/lib/models/income-source/salary-forecast.js +14 -14
  320. package/esm2015/lib/models/income-source/sole-forecast.js +14 -14
  321. package/esm2015/lib/models/loan/loan-max-number-of-payments.enum.js +10 -10
  322. package/esm2015/lib/models/loan/loan-payment.js +34 -12
  323. package/esm2015/lib/models/loan/loan-payout.js +11 -11
  324. package/esm2015/lib/models/loan/loan.js +39 -39
  325. package/esm2015/lib/models/logbook/default-vehicle-expense.js +20 -20
  326. package/esm2015/lib/models/logbook/logbook-period.js +18 -18
  327. package/esm2015/lib/models/logbook/logbook-purpose-options.const.js +6 -6
  328. package/esm2015/lib/models/logbook/vehicle-claim.js +91 -91
  329. package/esm2015/lib/models/logbook/vehicle-logbook.js +22 -22
  330. package/esm2015/lib/models/logbook/vehicle.js +17 -17
  331. package/esm2015/lib/models/notification/notification.js +39 -39
  332. package/esm2015/lib/models/pdf/pdf-config.js +43 -43
  333. package/esm2015/lib/models/pdf/pdf-orientation.enum.js +6 -6
  334. package/esm2015/lib/models/pdf/pdf-settings.js +10 -10
  335. package/esm2015/lib/models/phone/phone.js +11 -11
  336. package/esm2015/lib/models/property/calculation-form-item.js +17 -17
  337. package/esm2015/lib/models/property/calculation-form-type.enum.js +9 -9
  338. package/esm2015/lib/models/property/capital-costs-itmes.const.js +57 -57
  339. package/esm2015/lib/models/property/corelogic-suggestion.js +6 -6
  340. package/esm2015/lib/models/property/property-category-movement.js +20 -20
  341. package/esm2015/lib/models/property/property-category.js +11 -11
  342. package/esm2015/lib/models/property/property-document.js +17 -17
  343. package/esm2015/lib/models/property/property-equity-chart-data.js +155 -155
  344. package/esm2015/lib/models/property/property-equity-chart-item.js +24 -24
  345. package/esm2015/lib/models/property/property-equity-chart-type.enum.js +6 -6
  346. package/esm2015/lib/models/property/property-forecast.js +52 -52
  347. package/esm2015/lib/models/property/property-sale/property-sale-tax-exemption-metadata.js +4 -4
  348. package/esm2015/lib/models/property/property-sale/property-sale.js +19 -19
  349. package/esm2015/lib/models/property/property-sale/tax-exemption-metadata.js +4 -4
  350. package/esm2015/lib/models/property/property-sale/tax-exemption.js +4 -4
  351. package/esm2015/lib/models/property/property-share.js +48 -48
  352. package/esm2015/lib/models/property/property-subscription.js +13 -13
  353. package/esm2015/lib/models/property/property-valuation.js +23 -23
  354. package/esm2015/lib/models/property/property.js +218 -218
  355. package/esm2015/lib/models/property/share-filter-options.enum.js +11 -11
  356. package/esm2015/lib/models/registration-invite/registration-invite.js +10 -10
  357. package/esm2015/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.js +10 -10
  358. package/esm2015/lib/models/report/depreciation/depreciation-lvp-report-item.js +21 -21
  359. package/esm2015/lib/models/report/depreciation/depreciation-report-item.js +25 -25
  360. package/esm2015/lib/models/report/property/property-report-item-depreciation.js +19 -19
  361. package/esm2015/lib/models/report/property/property-report-item-transaction.js +12 -12
  362. package/esm2015/lib/models/report/property/property-report-item.js +27 -27
  363. package/esm2015/lib/models/report/vehicle-expense/vehicle-expense.js +14 -14
  364. package/esm2015/lib/models/service-subscription/module-url-list.const.js +12 -12
  365. package/esm2015/lib/models/service-subscription/service-payment.js +10 -10
  366. package/esm2015/lib/models/service-subscription/service-price.js +14 -14
  367. package/esm2015/lib/models/service-subscription/service-product.js +18 -18
  368. package/esm2015/lib/models/service-subscription/service-subscription-item.js +22 -22
  369. package/esm2015/lib/models/service-subscription/service-subscription.js +145 -145
  370. package/esm2015/lib/models/service-subscription/subscription-description.const.js +7 -7
  371. package/esm2015/lib/models/service-subscription/subscription-title.const.js +7 -7
  372. package/esm2015/lib/models/service-subscription/subscription-type.enum.js +7 -7
  373. package/esm2015/lib/models/tax-review/tax-review.js +86 -86
  374. package/esm2015/lib/models/tax-summary/report-item-details.js +9 -9
  375. package/esm2015/lib/models/tax-summary/report-item.js +15 -15
  376. package/esm2015/lib/models/tax-summary/tax-summary-section.js +30 -30
  377. package/esm2015/lib/models/tax-summary/tax-summary-type.enum.js +9 -9
  378. package/esm2015/lib/models/tax-summary/tax-summary.js +71 -71
  379. package/esm2015/lib/models/toast/toast-type.enum.js +8 -8
  380. package/esm2015/lib/models/toast/toast.js +9 -9
  381. package/esm2015/lib/models/transaction/income-amount-type.enum.js +9 -9
  382. package/esm2015/lib/models/transaction/transaction-allocation.js +21 -21
  383. package/esm2015/lib/models/transaction/transaction-category.enum.js +8 -0
  384. package/esm2015/lib/models/transaction/transaction-metadata.js +10 -10
  385. package/esm2015/lib/models/transaction/transaction-receipt.js +11 -11
  386. package/esm2015/lib/models/transaction/transaction.js +225 -225
  387. package/esm2015/lib/models/user/my-account-history-initiated-by.enum.js +6 -6
  388. package/esm2015/lib/models/user/my-account-history-status.enum.js +6 -6
  389. package/esm2015/lib/models/user/my-account-history-type.enum.js +7 -7
  390. package/esm2015/lib/models/user/my-account-history.js +3 -3
  391. package/esm2015/lib/models/user/occupation.js +4 -4
  392. package/esm2015/lib/models/user/user-roles.const.js +14 -14
  393. package/esm2015/lib/models/user/user-to-register.js +6 -6
  394. package/esm2015/lib/models/user/user-work-position.const.js +6 -6
  395. package/esm2015/lib/models/user/user.js +138 -138
  396. package/esm2015/lib/models/user-event/user-event-setting-field.enum.js +10 -10
  397. package/esm2015/lib/models/user-event/user-event-setting.js +18 -18
  398. package/esm2015/lib/models/user-event/user-event-type-category.js +4 -4
  399. package/esm2015/lib/models/user-event/user-event-type.js +19 -19
  400. package/esm2015/lib/services/account-setup/account-setup.service.js +136 -136
  401. package/esm2015/lib/services/asset/assets.service.js +51 -51
  402. package/esm2015/lib/services/auth/auth.service.js +46 -46
  403. package/esm2015/lib/services/auth/jwt.service.js +36 -36
  404. package/esm2015/lib/services/bank/bank-account-calculation.service.js +30 -30
  405. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +65 -65
  406. package/esm2015/lib/services/data-table/data-table.service.js +47 -0
  407. package/esm2015/lib/services/event/event-dispatcher.service.js +30 -30
  408. package/esm2015/lib/services/event/sse.service.js +46 -46
  409. package/esm2015/lib/services/header-title/header-title.service.js +28 -28
  410. package/esm2015/lib/services/http/address/address.service.js +39 -39
  411. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +109 -109
  412. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +43 -43
  413. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +80 -80
  414. package/esm2015/lib/services/http/bank/bank.service.js +24 -24
  415. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +102 -85
  416. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +38 -38
  417. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +89 -89
  418. package/esm2015/lib/services/http/chat/chat.service.js +73 -73
  419. package/esm2015/lib/services/http/chat/message/message.service.js +61 -61
  420. package/esm2015/lib/services/http/chat/message-document/message-document.service.js +118 -118
  421. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +62 -62
  422. package/esm2015/lib/services/http/depreciation/depreciation.service.js +129 -129
  423. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +76 -76
  424. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +50 -50
  425. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +102 -102
  426. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +89 -89
  427. package/esm2015/lib/services/http/firm/employee/employee.service.js +39 -39
  428. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +53 -53
  429. package/esm2015/lib/services/http/firm/firm.service.js +79 -79
  430. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +37 -37
  431. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +81 -81
  432. package/esm2015/lib/services/http/income-source/income-source.service.js +101 -101
  433. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +81 -81
  434. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +78 -78
  435. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +73 -73
  436. package/esm2015/lib/services/http/loan/loan.service.js +136 -136
  437. package/esm2015/lib/services/http/property/property-category/property-category.service.js +23 -23
  438. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +47 -47
  439. package/esm2015/lib/services/http/property/property-document/property-document.service.js +61 -61
  440. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +20 -20
  441. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +21 -21
  442. package/esm2015/lib/services/http/property/property-share/property-share.service.js +106 -106
  443. package/esm2015/lib/services/http/property/property.service.js +117 -117
  444. package/esm2015/lib/services/http/rest/rest.service.js +217 -217
  445. package/esm2015/lib/services/http/service-notification/service-notification.service.js +61 -61
  446. package/esm2015/lib/services/http/subscription/service-price.service.js +24 -24
  447. package/esm2015/lib/services/http/subscription/subscription.service.js +111 -111
  448. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +40 -40
  449. package/esm2015/lib/services/http/tax-review/tax-review.service.js +94 -94
  450. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +71 -71
  451. package/esm2015/lib/services/http/transaction/messages.enum.js +7 -7
  452. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +82 -82
  453. package/esm2015/lib/services/http/transaction/transaction.service.js +323 -323
  454. package/esm2015/lib/services/http/user/occupation/occupation.service.js +45 -45
  455. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +51 -51
  456. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +21 -21
  457. package/esm2015/lib/services/http/user/user.service.js +137 -124
  458. package/esm2015/lib/services/http/vehicle/messages.enum.js +13 -13
  459. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +24 -24
  460. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +59 -59
  461. package/esm2015/lib/services/http/vehicle/vehicle.service.js +73 -73
  462. package/esm2015/lib/services/intercom/intercom.service.js +41 -41
  463. package/esm2015/lib/services/kompassify/kompassify.service.js +30 -30
  464. package/esm2015/lib/services/pdf/pdf.service.js +94 -94
  465. package/esm2015/lib/services/preloader/preloader.service.js +30 -30
  466. package/esm2015/lib/services/property/corelogic/corelogic.service.js +46 -46
  467. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +45 -45
  468. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +121 -121
  469. package/esm2015/lib/services/property/property-holding-costs/property-holding-costs.service.js +53 -53
  470. package/esm2015/lib/services/report/property/property-transaction-report.service.js +76 -76
  471. package/esm2015/lib/services/toast/toast.service.js +57 -57
  472. package/esm2015/lib/services/transaction/transaction-calculation.service.js +47 -47
  473. package/esm2015/lib/services/user/user-switcher.service.js +37 -37
  474. package/esm2015/lib/services/xlsx/xlsx.service.js +47 -47
  475. package/esm2015/lib/tt-core.module.js +36 -36
  476. package/esm2015/lib/validators/at-least-one.validator.js +11 -11
  477. package/esm2015/lib/validators/index.js +2 -2
  478. package/esm2015/lib/validators/password-match.validator.js +17 -17
  479. package/esm2015/lib/validators/password.validator.js +7 -7
  480. package/esm2015/public-api.js +396 -393
  481. package/esm2015/taxtank-core.js +4 -4
  482. package/fesm2015/taxtank-core.js +11007 -10890
  483. package/fesm2015/taxtank-core.js.map +1 -1
  484. package/lib/collections/account-setup-item.collection.d.ts +6 -6
  485. package/lib/collections/bank-account.collection.d.ts +67 -67
  486. package/lib/collections/bank-transaction.collection.d.ts +72 -72
  487. package/lib/collections/client-movement.collection.d.ts +17 -17
  488. package/lib/collections/client-portfolio-report.collection.d.ts +26 -26
  489. package/lib/collections/client.collection.d.ts +4 -4
  490. package/lib/collections/collection-dictionary.d.ts +47 -47
  491. package/lib/collections/collection.d.ts +49 -49
  492. package/lib/collections/depreciation-forecast.collection.d.ts +11 -11
  493. package/lib/collections/depreciation.collection.d.ts +37 -37
  494. package/lib/collections/employee.collection.d.ts +6 -6
  495. package/lib/collections/income-source.collection.d.ts +20 -20
  496. package/lib/collections/loan.collection.d.ts +14 -14
  497. package/lib/collections/message-document.collection.d.ts +11 -11
  498. package/lib/collections/message.collection.d.ts +14 -14
  499. package/lib/collections/property/property-sale/property-sale-tax-exemption-metadata.collection.d.ts +8 -8
  500. package/lib/collections/property/property.collection.d.ts +35 -35
  501. package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts +8 -8
  502. package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts +8 -8
  503. package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts +12 -12
  504. package/lib/collections/report/property/property-report-item-transaction.collection.d.ts +12 -12
  505. package/lib/collections/report/property/property-report-item.collection.d.ts +9 -9
  506. package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts +9 -9
  507. package/lib/collections/subscription/service-subscription.collection.d.ts +8 -8
  508. package/lib/collections/tax-review.collection.d.ts +35 -35
  509. package/lib/collections/tax-summary/report-item.collection.d.ts +68 -68
  510. package/lib/collections/transaction-allocation.collection.d.ts +23 -23
  511. package/lib/collections/transaction.collection.d.ts +80 -80
  512. package/lib/collections/user-event-setting.collection.d.ts +8 -8
  513. package/lib/collections/vehicle-logbook.collection.d.ts +30 -30
  514. package/lib/collections/vehicle.collection.d.ts +6 -6
  515. package/lib/db/Enums/address-type.enum.d.ts +4 -4
  516. package/lib/db/Enums/bank-account-status.enum.d.ts +4 -4
  517. package/lib/db/Enums/bank-account-type.enum.d.ts +10 -10
  518. package/lib/db/Enums/bank-connection-status.enum.d.ts +5 -5
  519. package/lib/db/Enums/bank-transaction-type.enum.d.ts +4 -4
  520. package/lib/db/Enums/chart-accounts-category.enum.d.ts +16 -16
  521. package/lib/db/Enums/chart-accounts-etp.enum.d.ts +7 -7
  522. package/lib/db/Enums/chart-accounts-heading-list.enum.d.ts +3 -3
  523. package/lib/db/Enums/chart-accounts-heading-tax-deductible.enum.d.ts +6 -6
  524. package/lib/db/Enums/chart-accounts-heading-taxable.enum.d.ts +6 -6
  525. package/lib/db/Enums/chart-accounts-heading-vehicle-list.enum.d.ts +6 -6
  526. package/lib/db/Enums/chart-accounts-list.enum.d.ts +20 -20
  527. package/lib/db/Enums/chart-accounts-metadata-list.enum.d.ts +14 -14
  528. package/lib/db/Enums/chart-accounts-metadata-type.enum.d.ts +4 -4
  529. package/lib/db/Enums/chart-accounts-type.enum.d.ts +4 -4
  530. package/lib/db/Enums/chat-status.enum.d.ts +4 -4
  531. package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts +5 -5
  532. package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts +4 -4
  533. package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts +5 -5
  534. package/lib/db/Enums/client-invite-status.enum.d.ts +4 -4
  535. package/lib/db/Enums/client-invite-type.enum.d.ts +4 -4
  536. package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts +7 -7
  537. package/lib/db/Enums/depreciation-calculation.enum.d.ts +7 -7
  538. package/lib/db/Enums/depreciation-type.enum.d.ts +6 -6
  539. package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts +4 -4
  540. package/lib/db/Enums/firm-type.enum.d.ts +4 -4
  541. package/lib/db/Enums/income-source-type-list-other.enum.d.ts +6 -6
  542. package/lib/db/Enums/income-source-type-list-salary.enum.d.ts +3 -3
  543. package/lib/db/Enums/income-source-type-list-work.enum.d.ts +8 -8
  544. package/lib/db/Enums/income-source-type.enum.d.ts +6 -6
  545. package/lib/db/Enums/invite-status.enum.d.ts +5 -5
  546. package/lib/db/Enums/loan-bank-type.enum.d.ts +10 -10
  547. package/lib/db/Enums/loan-frequency.enum.d.ts +6 -6
  548. package/lib/db/Enums/loan-interest-type.enum.d.ts +4 -4
  549. package/lib/db/Enums/loan-payout-type.enum.d.ts +4 -4
  550. package/lib/db/Enums/loan-repayment-frequency.enum.d.ts +5 -5
  551. package/lib/db/Enums/loan-repayment-type.enum.d.ts +4 -4
  552. package/lib/db/Enums/loan-type.enum.d.ts +12 -12
  553. package/lib/db/Enums/loan-vehicle-type.enum.d.ts +5 -5
  554. package/lib/db/Enums/phone-type.enum.d.ts +4 -4
  555. package/lib/db/Enums/property/property-category-list.enum.d.ts +4 -4
  556. package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts +4 -4
  557. package/lib/db/Enums/property/property-sale/tax-exemption-metadata.enum.d.ts +5 -5
  558. package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts +9 -9
  559. package/lib/db/Enums/property/property-share-access.enum.d.ts +4 -4
  560. package/lib/db/Enums/property/property-share-status.enum.d.ts +5 -5
  561. package/lib/db/Enums/registration-invite-status.enum.d.ts +4 -4
  562. package/lib/db/Enums/salary-forecast-frequency.enum.d.ts +6 -6
  563. package/lib/db/Enums/service-notification-status.enum.d.ts +5 -5
  564. package/lib/db/Enums/service-notification-type.enum.d.ts +4 -4
  565. package/lib/db/Enums/spare-document-spare-type.enum.d.ts +4 -4
  566. package/lib/db/Enums/subscription/service-payment-status.enum.d.ts +4 -4
  567. package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts +6 -6
  568. package/lib/db/Enums/subscription/service-price-type.enum.d.ts +4 -4
  569. package/lib/db/Enums/subscription/service-product-id.enum.d.ts +8 -8
  570. package/lib/db/Enums/subscription/service-product-status.enum.d.ts +4 -4
  571. package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts +8 -8
  572. package/lib/db/Enums/tank-type.enum.d.ts +6 -6
  573. package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts +4 -4
  574. package/lib/db/Enums/tax-calculation-type.enum.d.ts +12 -12
  575. package/lib/db/Enums/tax-return-category-list.enum.d.ts +26 -26
  576. package/lib/db/Enums/tax-return-category-section.enum.d.ts +6 -6
  577. package/lib/db/Enums/tax-review-status.enum.d.ts +11 -11
  578. package/lib/db/Enums/tax-summary-list.enum.d.ts +15 -15
  579. package/lib/db/Enums/tax-summary-section.enum.d.ts +6 -6
  580. package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts +15 -15
  581. package/lib/db/Enums/ticket-feedback.enum.d.ts +4 -4
  582. package/lib/db/Enums/ticket-status.enum.d.ts +7 -7
  583. package/lib/db/Enums/ticket-types.enum.d.ts +3 -3
  584. package/lib/db/Enums/transaction-operation.enum.d.ts +5 -5
  585. package/lib/db/Enums/transaction-source.enum.d.ts +4 -4
  586. package/lib/db/Enums/transaction-type.enum.d.ts +4 -4
  587. package/lib/db/Enums/user-event-status.enum.d.ts +7 -7
  588. package/lib/db/Enums/user-event-type-client-type.enum.d.ts +27 -27
  589. package/lib/db/Enums/user-event-type-employee-type.enum.d.ts +15 -15
  590. package/lib/db/Enums/user-event-type-frequency.enum.d.ts +5 -5
  591. package/lib/db/Enums/user-event-type-user-type.enum.d.ts +5 -5
  592. package/lib/db/Enums/user-medicare-exemption.enum.d.ts +5 -5
  593. package/lib/db/Enums/user-roles.enum.d.ts +14 -14
  594. package/lib/db/Enums/user-status.enum.d.ts +5 -5
  595. package/lib/db/Enums/user-title.enum.d.ts +7 -7
  596. package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts +4 -4
  597. package/lib/db/Enums/user-working-holiday-maker.enum.d.ts +5 -5
  598. package/lib/db/Enums/vehicle-claim-method.enum.d.ts +4 -4
  599. package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts +4 -4
  600. package/lib/db/Models/abstract-model.d.ts +3 -3
  601. package/lib/db/Models/address.d.ts +20 -20
  602. package/lib/db/Models/bank/bank-account-balance.d.ts +13 -13
  603. package/lib/db/Models/bank/bank-account-property.d.ts +9 -9
  604. package/lib/db/Models/bank/bank-account.d.ts +34 -34
  605. package/lib/db/Models/bank/bank-connection.d.ts +15 -15
  606. package/lib/db/Models/bank/bank-transaction-import.d.ts +12 -12
  607. package/lib/db/Models/bank/bank-transaction.d.ts +17 -17
  608. package/lib/db/Models/bank/bank.d.ts +12 -12
  609. package/lib/db/Models/bank/basiq-job.d.ts +9 -9
  610. package/lib/db/Models/bank/financial-data-system.d.ts +10 -10
  611. package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts +11 -11
  612. package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts +7 -7
  613. package/lib/db/Models/chart-accounts/chart-accounts-metadata.d.ts +12 -12
  614. package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts +13 -13
  615. package/lib/db/Models/chart-accounts/chart-accounts.d.ts +24 -24
  616. package/lib/db/Models/country.d.ts +6 -6
  617. package/lib/db/Models/depreciation/depreciation-capital-project.d.ts +14 -14
  618. package/lib/db/Models/depreciation/depreciation-forecast.d.ts +18 -18
  619. package/lib/db/Models/depreciation/depreciation-receipt.d.ts +12 -12
  620. package/lib/db/Models/depreciation/depreciation.d.ts +42 -42
  621. package/lib/db/Models/document/document-folder.d.ts +10 -10
  622. package/lib/db/Models/document/document.d.ts +12 -12
  623. package/lib/db/Models/document/property-document.d.ts +18 -18
  624. package/lib/db/Models/firm/accountant/tax-review.d.ts +14 -14
  625. package/lib/db/Models/firm/accountant/ticket.d.ts +20 -20
  626. package/lib/db/Models/firm/chat.d.ts +18 -18
  627. package/lib/db/Models/firm/client-invite.d.ts +17 -17
  628. package/lib/db/Models/firm/client-movement.d.ts +13 -13
  629. package/lib/db/Models/firm/employee-invite.d.ts +10 -10
  630. package/lib/db/Models/firm/firm.d.ts +29 -29
  631. package/lib/db/Models/firm/message-document.d.ts +16 -16
  632. package/lib/db/Models/firm/message.d.ts +16 -16
  633. package/lib/db/Models/incomeSource/income-source-forecast.d.ts +13 -13
  634. package/lib/db/Models/incomeSource/income-source-type.d.ts +9 -9
  635. package/lib/db/Models/incomeSource/income-source.d.ts +23 -23
  636. package/lib/db/Models/incomeSource/salary-forecast.d.ts +16 -16
  637. package/lib/db/Models/loan/borrowing-expense-loan.d.ts +15 -15
  638. package/lib/db/Models/loan/borrowing-expense.d.ts +8 -8
  639. package/lib/db/Models/loan/loan-payout.d.ts +13 -13
  640. package/lib/db/Models/loan/loan.d.ts +34 -34
  641. package/lib/db/Models/phone.d.ts +13 -13
  642. package/lib/db/Models/property/property-category-movement.d.ts +18 -18
  643. package/lib/db/Models/property/property-category.d.ts +14 -14
  644. package/lib/db/Models/property/property-forecast.d.ts +15 -15
  645. package/lib/db/Models/property/property-sale/property-sale-tax-exemption-metadata.d.ts +9 -9
  646. package/lib/db/Models/property/property-sale/property-sale.d.ts +23 -23
  647. package/lib/db/Models/property/property-sale/tax-exemption-metadata.d.ts +7 -7
  648. package/lib/db/Models/property/property-sale/tax-exemption.d.ts +8 -8
  649. package/lib/db/Models/property/property-share.d.ts +21 -21
  650. package/lib/db/Models/property/property-subscription.d.ts +10 -10
  651. package/lib/db/Models/property/property-valuation.d.ts +13 -13
  652. package/lib/db/Models/property/property.d.ts +43 -43
  653. package/lib/db/Models/service-notification.d.ts +14 -14
  654. package/lib/db/Models/sole/sole-forecast.d.ts +9 -9
  655. package/lib/db/Models/subscription/service-payment.d.ts +12 -12
  656. package/lib/db/Models/subscription/service-price.d.ts +16 -16
  657. package/lib/db/Models/subscription/service-product.d.ts +19 -19
  658. package/lib/db/Models/subscription/service-subscription-item.d.ts +10 -10
  659. package/lib/db/Models/subscription/service-subscription.d.ts +15 -15
  660. package/lib/db/Models/tax-return/tax-return-category.d.ts +13 -13
  661. package/lib/db/Models/tax-return/tax-return-item.d.ts +16 -16
  662. package/lib/db/Models/tax-return/tax-return.d.ts +9 -9
  663. package/lib/db/Models/transaction/transaction-allocation.d.ts +9 -9
  664. package/lib/db/Models/transaction/transaction-base.d.ts +25 -25
  665. package/lib/db/Models/transaction/transaction-metadata.d.ts +12 -12
  666. package/lib/db/Models/transaction/transaction-receipt.d.ts +12 -12
  667. package/lib/db/Models/transaction/transaction.d.ts +43 -43
  668. package/lib/db/Models/user/client-details.d.ts +35 -35
  669. package/lib/db/Models/user/client-income-types.d.ts +12 -12
  670. package/lib/db/Models/user/employee-details.d.ts +8 -8
  671. package/lib/db/Models/user/occupation.d.ts +6 -6
  672. package/lib/db/Models/user/registration-invite.d.ts +13 -13
  673. package/lib/db/Models/user/user-event-setting.d.ts +11 -11
  674. package/lib/db/Models/user/user-event-type-category.d.ts +5 -5
  675. package/lib/db/Models/user/user-event-type.d.ts +18 -18
  676. package/lib/db/Models/user/user-event.d.ts +16 -16
  677. package/lib/db/Models/user/user.d.ts +52 -52
  678. package/lib/db/Models/vehicle/vehicle-claim.d.ts +14 -14
  679. package/lib/db/Models/vehicle/vehicle-logbook.d.ts +17 -17
  680. package/lib/db/Models/vehicle/vehicle.d.ts +11 -11
  681. package/lib/forms/abstract.form.d.ts +4 -4
  682. package/lib/forms/client/client-income-types.form.d.ts +7 -7
  683. package/lib/forms/index.d.ts +9 -9
  684. package/lib/forms/login/login.form.d.ts +4 -4
  685. package/lib/forms/register/register-client.form.d.ts +5 -5
  686. package/lib/forms/register/register-firm.form.d.ts +7 -7
  687. package/lib/forms/user/password.form.d.ts +4 -4
  688. package/lib/forms/user/reset-password.form.d.ts +4 -4
  689. package/lib/forms/vehicle/vehicle-claim.form.d.ts +43 -43
  690. package/lib/forms/vehicle/vehicle.form.d.ts +11 -11
  691. package/lib/functions/array/index.d.ts +3 -3
  692. package/lib/functions/array/replace.d.ts +1 -1
  693. package/lib/functions/array/sort-deep.d.ts +1 -1
  694. package/lib/functions/array/sort.d.ts +1 -1
  695. package/lib/functions/clone-deep.d.ts +1 -1
  696. package/lib/functions/create-date.d.ts +5 -5
  697. package/lib/functions/enum-to-list.d.ts +2 -2
  698. package/lib/functions/get-doc-icon.d.ts +7 -7
  699. package/lib/functions/mat-options-functions.d.ts +2 -2
  700. package/lib/functions/mat-sort-options.d.ts +7 -7
  701. package/lib/functions/round-to.d.ts +6 -6
  702. package/lib/functions/tax-review-filter-predicate.d.ts +7 -7
  703. package/lib/interceptors/corelogic-interceptor.d.ts +20 -20
  704. package/lib/interceptors/financial-year-interceptor.d.ts +12 -12
  705. package/lib/interceptors/interceptors.module.d.ts +6 -6
  706. package/lib/interceptors/jwt-interceptor.d.ts +42 -42
  707. package/lib/interceptors/preloader.interceptor.d.ts +15 -15
  708. package/lib/interceptors/user-switcher-interceptor.d.ts +19 -19
  709. package/lib/interfaces/asset-entity-type.enum.d.ts +10 -10
  710. package/lib/interfaces/asset-type.enum.d.ts +8 -8
  711. package/lib/interfaces/asset.interface.d.ts +17 -17
  712. package/lib/interfaces/chart-data.interface.d.ts +10 -10
  713. package/lib/interfaces/chart-serie.interface.d.ts +8 -8
  714. package/lib/interfaces/document.interface.d.ts +18 -18
  715. package/lib/interfaces/documentable.interface.d.ts +8 -8
  716. package/lib/interfaces/event-listener.interface.d.ts +10 -10
  717. package/lib/interfaces/expense.interface.d.ts +12 -12
  718. package/lib/interfaces/exportable.interface.d.ts +9 -9
  719. package/lib/interfaces/income-source-forecast.interface.d.ts +10 -10
  720. package/lib/interfaces/option.interface.d.ts +4 -4
  721. package/lib/interfaces/photoable.d.ts +13 -13
  722. package/lib/interfaces/receipt.interface.d.ts +12 -12
  723. package/lib/interfaces/table-exportable.interface.d.ts +7 -0
  724. package/lib/interfaces/tank.interface.d.ts +9 -9
  725. package/lib/interfaces/updatable.interface.d.ts +8 -8
  726. package/lib/models/account-setup/account-setup-item.d.ts +11 -11
  727. package/lib/models/account-setup/account-setup-items.const.d.ts +7 -7
  728. package/lib/models/account-setup/account-setup-items.enum.d.ts +12 -12
  729. package/lib/models/address/address.d.ts +11 -11
  730. package/lib/models/address/country.d.ts +11 -11
  731. package/lib/models/bank/bank-account-chart-data.d.ts +17 -17
  732. package/lib/models/bank/bank-account-property.d.ts +5 -5
  733. package/lib/models/bank/bank-account-types.const.d.ts +7 -7
  734. package/lib/models/bank/bank-account.d.ts +72 -72
  735. package/lib/models/bank/bank-connection.d.ts +11 -11
  736. package/lib/models/bank/bank-transaction-chart-data.d.ts +30 -30
  737. package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts +4 -4
  738. package/lib/models/bank/bank-transaction.d.ts +38 -38
  739. package/lib/models/bank/bank.d.ts +6 -6
  740. package/lib/models/bank/basiq-config.d.ts +17 -17
  741. package/lib/models/bank/basiq-job.d.ts +3 -3
  742. package/lib/models/bank/basiq-token.d.ts +9 -9
  743. package/lib/models/bank/type-loan.const.d.ts +2 -2
  744. package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts +3 -3
  745. package/lib/models/borrowing-expense/borrowing-expense.d.ts +3 -3
  746. package/lib/models/chart/chart-data.d.ts +9 -9
  747. package/lib/models/chart/chart-serie.d.ts +8 -8
  748. package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts +8 -8
  749. package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts +7 -7
  750. package/lib/models/chart-accounts/chart-accounts-heading.d.ts +5 -5
  751. package/lib/models/chart-accounts/chart-accounts-metadata.d.ts +8 -8
  752. package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts +5 -5
  753. package/lib/models/chart-accounts/chart-accounts-value.d.ts +3 -3
  754. package/lib/models/chart-accounts/chart-accounts.d.ts +85 -85
  755. package/lib/models/chat/chat-view-type.enum.d.ts +4 -4
  756. package/lib/models/chat/chat.d.ts +10 -10
  757. package/lib/models/chat/message-document.d.ts +11 -11
  758. package/lib/models/chat/message.d.ts +20 -20
  759. package/lib/models/client/client-details.d.ts +3 -3
  760. package/lib/models/client/client-income-types.d.ts +7 -7
  761. package/lib/models/client/client-invite.d.ts +34 -34
  762. package/lib/models/client/client-movement.d.ts +12 -12
  763. package/lib/models/client/client-portfolio-chart-data.d.ts +11 -11
  764. package/lib/models/client/client-portfolio-report.d.ts +10 -10
  765. package/lib/models/color/alphabet-colors.enum.d.ts +28 -28
  766. package/lib/models/depreciation/depreciation-capital-project.d.ts +5 -5
  767. package/lib/models/depreciation/depreciation-forecast.d.ts +12 -12
  768. package/lib/models/depreciation/depreciation-group-item.d.ts +10 -10
  769. package/lib/models/depreciation/depreciation-group.d.ts +11 -11
  770. package/lib/models/depreciation/depreciation-group.enum.d.ts +7 -7
  771. package/lib/models/depreciation/depreciation-groups.const.d.ts +9 -9
  772. package/lib/models/depreciation/depreciation-receipt.d.ts +8 -8
  773. package/lib/models/depreciation/depreciation.d.ts +71 -71
  774. package/lib/models/document/document-api-url-prefix.enum.d.ts +7 -7
  775. package/lib/models/document/document-file-types.const.d.ts +3 -3
  776. package/lib/models/document/document-folder.d.ts +7 -7
  777. package/lib/models/document/document.d.ts +21 -21
  778. package/lib/models/employee/employee-details.d.ts +5 -5
  779. package/lib/models/employee/employee-invite.d.ts +7 -7
  780. package/lib/models/endpoint/endpoint.d.ts +22 -22
  781. package/lib/models/endpoint/endpoints.const.d.ts +7 -7
  782. package/lib/models/event/app-event-type.enum.d.ts +44 -43
  783. package/lib/models/event/app-event.d.ts +9 -9
  784. package/lib/models/export/export-data-table.d.ts +9 -9
  785. package/lib/models/export/export-format.enum.d.ts +4 -4
  786. package/lib/models/export/export-row-data-type.enum.d.ts +8 -0
  787. package/lib/models/export/export-row.d.ts +8 -0
  788. package/lib/models/file/icons-file.enum.d.ts +5 -5
  789. package/lib/models/financial-year/financial-year.d.ts +19 -19
  790. package/lib/models/financial-year/month-name-short.enum.d.ts +19 -19
  791. package/lib/models/financial-year/month-number.enum.d.ts +19 -19
  792. package/lib/models/financial-year/months.const.d.ts +1 -1
  793. package/lib/models/firm/firm.d.ts +18 -18
  794. package/lib/models/income-position/income-position.d.ts +9 -9
  795. package/lib/models/income-source/income-source-chart-data.d.ts +14 -14
  796. package/lib/models/income-source/income-source-forecast.d.ts +18 -18
  797. package/lib/models/income-source/income-source-type.d.ts +9 -9
  798. package/lib/models/income-source/income-source.d.ts +29 -29
  799. package/lib/models/income-source/salary-forecast.d.ts +7 -7
  800. package/lib/models/income-source/sole-forecast.d.ts +7 -7
  801. package/lib/models/loan/loan-max-number-of-payments.enum.d.ts +8 -8
  802. package/lib/models/loan/loan-payment.d.ts +18 -13
  803. package/lib/models/loan/loan-payout.d.ts +9 -9
  804. package/lib/models/loan/loan.d.ts +20 -20
  805. package/lib/models/logbook/default-vehicle-expense.d.ts +5 -5
  806. package/lib/models/logbook/logbook-period.d.ts +10 -10
  807. package/lib/models/logbook/logbook-purpose-options.const.d.ts +4 -4
  808. package/lib/models/logbook/vehicle-claim.d.ts +36 -36
  809. package/lib/models/logbook/vehicle-logbook.d.ts +12 -12
  810. package/lib/models/logbook/vehicle.d.ts +10 -10
  811. package/lib/models/notification/notification.d.ts +14 -14
  812. package/lib/models/pdf/pdf-config.d.ts +8 -8
  813. package/lib/models/pdf/pdf-orientation.enum.d.ts +4 -4
  814. package/lib/models/pdf/pdf-settings.d.ts +9 -9
  815. package/lib/models/phone/phone.d.ts +6 -6
  816. package/lib/models/property/calculation-form-item.d.ts +15 -15
  817. package/lib/models/property/calculation-form-type.enum.d.ts +7 -7
  818. package/lib/models/property/capital-costs-itmes.const.d.ts +2 -2
  819. package/lib/models/property/corelogic-suggestion.d.ts +18 -18
  820. package/lib/models/property/property-category-movement.d.ts +9 -9
  821. package/lib/models/property/property-category.d.ts +5 -5
  822. package/lib/models/property/property-document.d.ts +14 -14
  823. package/lib/models/property/property-equity-chart-data.d.ts +62 -62
  824. package/lib/models/property/property-equity-chart-item.d.ts +19 -19
  825. package/lib/models/property/property-equity-chart-type.enum.d.ts +4 -4
  826. package/lib/models/property/property-forecast.d.ts +28 -28
  827. package/lib/models/property/property-sale/property-sale-tax-exemption-metadata.d.ts +3 -3
  828. package/lib/models/property/property-sale/property-sale.d.ts +8 -8
  829. package/lib/models/property/property-sale/tax-exemption-metadata.d.ts +3 -3
  830. package/lib/models/property/property-sale/tax-exemption.d.ts +3 -3
  831. package/lib/models/property/property-share.d.ts +21 -21
  832. package/lib/models/property/property-subscription.d.ts +6 -6
  833. package/lib/models/property/property-valuation.d.ts +9 -9
  834. package/lib/models/property/property.d.ts +86 -86
  835. package/lib/models/property/share-filter-options.enum.d.ts +9 -9
  836. package/lib/models/registration-invite/registration-invite.d.ts +6 -6
  837. package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts +8 -8
  838. package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts +8 -8
  839. package/lib/models/report/depreciation/depreciation-report-item.d.ts +9 -9
  840. package/lib/models/report/property/property-report-item-depreciation.d.ts +10 -10
  841. package/lib/models/report/property/property-report-item-transaction.d.ts +10 -10
  842. package/lib/models/report/property/property-report-item.d.ts +22 -22
  843. package/lib/models/report/vehicle-expense/vehicle-expense.d.ts +10 -10
  844. package/lib/models/service-subscription/module-url-list.const.d.ts +6 -6
  845. package/lib/models/service-subscription/service-payment.d.ts +5 -5
  846. package/lib/models/service-subscription/service-price.d.ts +7 -7
  847. package/lib/models/service-subscription/service-product.d.ts +7 -7
  848. package/lib/models/service-subscription/service-subscription-item.d.ts +6 -6
  849. package/lib/models/service-subscription/service-subscription.d.ts +65 -65
  850. package/lib/models/service-subscription/subscription-description.const.d.ts +3 -3
  851. package/lib/models/service-subscription/subscription-title.const.d.ts +3 -3
  852. package/lib/models/service-subscription/subscription-type.enum.d.ts +6 -6
  853. package/lib/models/tax-review/tax-review.d.ts +52 -52
  854. package/lib/models/tax-summary/report-item-details.d.ts +13 -13
  855. package/lib/models/tax-summary/report-item.d.ts +18 -18
  856. package/lib/models/tax-summary/tax-summary-section.d.ts +12 -12
  857. package/lib/models/tax-summary/tax-summary-type.enum.d.ts +7 -7
  858. package/lib/models/tax-summary/tax-summary.d.ts +44 -44
  859. package/lib/models/toast/toast-type.enum.d.ts +6 -6
  860. package/lib/models/toast/toast.d.ts +10 -10
  861. package/lib/models/transaction/income-amount-type.enum.d.ts +7 -7
  862. package/lib/models/transaction/transaction-allocation.d.ts +12 -12
  863. package/lib/models/transaction/transaction-category.enum.d.ts +6 -0
  864. package/lib/models/transaction/transaction-metadata.d.ts +5 -5
  865. package/lib/models/transaction/transaction-receipt.d.ts +8 -8
  866. package/lib/models/transaction/transaction.d.ts +99 -99
  867. package/lib/models/user/my-account-history-initiated-by.enum.d.ts +4 -4
  868. package/lib/models/user/my-account-history-status.enum.d.ts +4 -4
  869. package/lib/models/user/my-account-history-type.enum.d.ts +5 -5
  870. package/lib/models/user/my-account-history.d.ts +11 -11
  871. package/lib/models/user/occupation.d.ts +3 -3
  872. package/lib/models/user/user-roles.const.d.ts +4 -4
  873. package/lib/models/user/user-to-register.d.ts +7 -7
  874. package/lib/models/user/user-work-position.const.d.ts +3 -3
  875. package/lib/models/user/user.d.ts +64 -64
  876. package/lib/models/user-event/user-event-setting-field.enum.d.ts +8 -8
  877. package/lib/models/user-event/user-event-setting.d.ts +6 -6
  878. package/lib/models/user-event/user-event-type-category.d.ts +3 -3
  879. package/lib/models/user-event/user-event-type.d.ts +7 -7
  880. package/lib/services/account-setup/account-setup.service.d.ts +56 -56
  881. package/lib/services/asset/assets.service.d.ts +34 -34
  882. package/lib/services/auth/auth.service.d.ts +17 -17
  883. package/lib/services/auth/jwt.service.d.ts +16 -16
  884. package/lib/services/bank/bank-account-calculation.service.d.ts +19 -19
  885. package/lib/services/bank/bank-transaction-calculation.service.d.ts +41 -41
  886. package/lib/services/data-table/data-table.service.d.ts +19 -0
  887. package/lib/services/event/event-dispatcher.service.d.ts +17 -17
  888. package/lib/services/event/sse.service.d.ts +16 -16
  889. package/lib/services/header-title/header-title.service.d.ts +11 -11
  890. package/lib/services/http/address/address.service.d.ts +14 -14
  891. package/lib/services/http/bank/bank-account/bank-account.service.d.ts +43 -43
  892. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +19 -19
  893. package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts +33 -33
  894. package/lib/services/http/bank/bank.service.d.ts +14 -14
  895. package/lib/services/http/bank/basiq/basiq.service.d.ts +45 -37
  896. package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts +19 -19
  897. package/lib/services/http/chart-accounts/chart-accounts.service.d.ts +37 -37
  898. package/lib/services/http/chat/chat.service.d.ts +28 -28
  899. package/lib/services/http/chat/message/message.service.d.ts +28 -28
  900. package/lib/services/http/chat/message-document/message-document.service.d.ts +50 -50
  901. package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts +20 -20
  902. package/lib/services/http/depreciation/depreciation.service.d.ts +50 -50
  903. package/lib/services/http/document/document-folder/document-folder.service.d.ts +34 -34
  904. package/lib/services/http/firm/client-income/client-income-types.service.d.ts +18 -18
  905. package/lib/services/http/firm/client-invite/client-invite.service.d.ts +36 -36
  906. package/lib/services/http/firm/client-movement/client-movement.service.d.ts +35 -35
  907. package/lib/services/http/firm/employee/employee.service.d.ts +16 -16
  908. package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts +21 -21
  909. package/lib/services/http/firm/firm.service.d.ts +27 -27
  910. package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts +16 -16
  911. package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts +31 -31
  912. package/lib/services/http/income-source/income-source.service.d.ts +42 -42
  913. package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts +31 -31
  914. package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts +28 -28
  915. package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts +19 -19
  916. package/lib/services/http/loan/loan.service.d.ts +58 -58
  917. package/lib/services/http/property/property-category/property-category.service.d.ts +13 -13
  918. package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts +15 -15
  919. package/lib/services/http/property/property-document/property-document.service.d.ts +26 -26
  920. package/lib/services/http/property/property-sale/property-sale.service.d.ts +10 -10
  921. package/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.d.ts +11 -11
  922. package/lib/services/http/property/property-share/property-share.service.d.ts +39 -39
  923. package/lib/services/http/property/property.service.d.ts +49 -49
  924. package/lib/services/http/rest/rest.service.d.ts +106 -106
  925. package/lib/services/http/service-notification/service-notification.service.d.ts +28 -28
  926. package/lib/services/http/subscription/service-price.service.d.ts +14 -14
  927. package/lib/services/http/subscription/subscription.service.d.ts +44 -44
  928. package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts +19 -19
  929. package/lib/services/http/tax-review/tax-review.service.d.ts +38 -38
  930. package/lib/services/http/tax-summary/tax-summary.service.d.ts +32 -32
  931. package/lib/services/http/transaction/messages.enum.d.ts +5 -5
  932. package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts +38 -38
  933. package/lib/services/http/transaction/transaction.service.d.ts +90 -90
  934. package/lib/services/http/user/occupation/occupation.service.d.ts +20 -20
  935. package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts +16 -16
  936. package/lib/services/http/user/user-event-type/user-event-type.service.d.ts +11 -11
  937. package/lib/services/http/user/user.service.d.ts +62 -60
  938. package/lib/services/http/vehicle/messages.enum.d.ts +11 -11
  939. package/lib/services/http/vehicle/vehicle-claim.service.d.ts +13 -13
  940. package/lib/services/http/vehicle/vehicle-logbook.service.d.ts +22 -22
  941. package/lib/services/http/vehicle/vehicle.service.d.ts +31 -31
  942. package/lib/services/intercom/intercom.service.d.ts +21 -21
  943. package/lib/services/kompassify/kompassify.service.d.ts +13 -13
  944. package/lib/services/pdf/pdf.service.d.ts +26 -26
  945. package/lib/services/preloader/preloader.service.d.ts +12 -12
  946. package/lib/services/property/corelogic/corelogic.service.d.ts +15 -15
  947. package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts +15 -15
  948. package/lib/services/property/property-calculation/property-calculation.service.d.ts +33 -33
  949. package/lib/services/property/property-holding-costs/property-holding-costs.service.d.ts +24 -24
  950. package/lib/services/report/property/property-transaction-report.service.d.ts +42 -42
  951. package/lib/services/toast/toast.service.d.ts +17 -17
  952. package/lib/services/transaction/transaction-calculation.service.d.ts +29 -29
  953. package/lib/services/user/user-switcher.service.d.ts +20 -20
  954. package/lib/services/xlsx/xlsx.service.d.ts +10 -10
  955. package/lib/tt-core.module.d.ts +10 -10
  956. package/lib/validators/at-least-one.validator.d.ts +6 -6
  957. package/lib/validators/index.d.ts +1 -1
  958. package/lib/validators/password-match.validator.d.ts +2 -2
  959. package/lib/validators/password.validator.d.ts +2 -2
  960. package/package.json +1 -1
  961. package/public-api.d.ts +395 -392
  962. package/taxtank-core.d.ts +5 -5
@@ -1,38 +1,38 @@
1
- import { TransactionAllocation as TransactionAllocationBase } from '../../../../db/Models/transaction/transaction-allocation';
2
- import { TransactionAllocation } from '../../../../models/transaction/transaction-allocation';
3
- import { Transaction } from '../../../../models/transaction/transaction';
4
- import { RestService } from '../../rest/rest.service';
5
- import { Observable } from 'rxjs';
6
- import { IEventListener } from '../../../../interfaces/event-listener.interface';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Service for transaction allocations business logic
10
- * @TODO alex refactor
11
- */
12
- export declare class TransactionAllocationService extends RestService<TransactionAllocationBase, TransactionAllocation> implements IEventListener {
13
- url: string;
14
- modelClass: typeof TransactionAllocation;
15
- /**
16
- * Add single transaction allocation
17
- */
18
- add(allocation: TransactionAllocation): Observable<TransactionAllocation>;
19
- /**
20
- * get list of transactions allocations related with passed bank transactions list
21
- */
22
- getByTransactions(transactions: Transaction[]): Observable<TransactionAllocation[]>;
23
- listenEvents(): void;
24
- /**
25
- * Reset cache on transactions created
26
- */
27
- private onTransactionsCreated;
28
- /**
29
- * Reset cache on depreciation created
30
- */
31
- private onDepreciationCreated;
32
- /**
33
- * Reset cache on transaction deleted
34
- */
35
- private onTransactionDeleted;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<TransactionAllocationService, never>;
37
- static ɵprov: i0.ɵɵInjectableDeclaration<TransactionAllocationService>;
38
- }
1
+ import { TransactionAllocation as TransactionAllocationBase } from '../../../../db/Models/transaction/transaction-allocation';
2
+ import { TransactionAllocation } from '../../../../models/transaction/transaction-allocation';
3
+ import { Transaction } from '../../../../models/transaction/transaction';
4
+ import { RestService } from '../../rest/rest.service';
5
+ import { Observable } from 'rxjs';
6
+ import { IEventListener } from '../../../../interfaces/event-listener.interface';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Service for transaction allocations business logic
10
+ * @TODO alex refactor
11
+ */
12
+ export declare class TransactionAllocationService extends RestService<TransactionAllocationBase, TransactionAllocation> implements IEventListener {
13
+ url: string;
14
+ modelClass: typeof TransactionAllocation;
15
+ /**
16
+ * Add single transaction allocation
17
+ */
18
+ add(allocation: TransactionAllocation): Observable<TransactionAllocation>;
19
+ /**
20
+ * get list of transactions allocations related with passed bank transactions list
21
+ */
22
+ getByTransactions(transactions: Transaction[]): Observable<TransactionAllocation[]>;
23
+ listenEvents(): void;
24
+ /**
25
+ * Reset cache on transactions created
26
+ */
27
+ private onTransactionsCreated;
28
+ /**
29
+ * Reset cache on depreciation created
30
+ */
31
+ private onDepreciationCreated;
32
+ /**
33
+ * Reset cache on transaction deleted
34
+ */
35
+ private onTransactionDeleted;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<TransactionAllocationService, never>;
37
+ static ɵprov: i0.ɵɵInjectableDeclaration<TransactionAllocationService>;
38
+ }
@@ -1,90 +1,90 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { Transaction as TransactionBase } from '../../../db/Models/transaction/transaction';
4
- import { RestService } from '../rest/rest.service';
5
- import { Transaction } from '../../../models/transaction/transaction';
6
- import { ChartAccounts } from '../../../models/chart-accounts/chart-accounts';
7
- import { ChartAccountsTaxLabelsEnum } from '../../../models/chart-accounts/chart-accounts-tax-labels.enum';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Service for transactions business logic
11
- */
12
- export declare class TransactionService extends RestService<TransactionBase, Transaction> {
13
- url: string;
14
- modelClass: typeof Transaction;
15
- transactionDeleted: EventEmitter<Transaction>;
16
- /**
17
- * Listen events from Event Dispatcher services
18
- */
19
- listenEvents(): void;
20
- /**
21
- * get list of all user's TaxTank transactions
22
- */
23
- get(): Observable<Transaction[]>;
24
- /**
25
- * Add single new transaction
26
- * @param model New Transaction instance for saving
27
- */
28
- add(model: Transaction): Observable<Transaction>;
29
- /**
30
- * get transactions related with property
31
- */
32
- getByPropertyId(propertyId: number): Observable<Transaction[]>;
33
- /**
34
- * get list of transactions with tank type 'Work'
35
- */
36
- getWorkTransactions(): Observable<Transaction[]>;
37
- /**
38
- * Get list of property holding costs (transactions related to vacant land property)
39
- */
40
- getPropertyHoldingCosts(propertyId: number): Observable<Transaction[]>;
41
- /**
42
- * get list of taxable transactions with tank type 'Work'
43
- */
44
- getTaxableWorkTransactions(): Observable<Transaction[]>;
45
- /**
46
- * add multiple transactions
47
- * @param transactions List of new Transaction instances for saving
48
- */
49
- addBatch(transactions: Transaction[]): Observable<Transaction[]>;
50
- /**
51
- * update existing transaction
52
- * @param transaction Transaction instance for updating
53
- */
54
- update(transaction: Transaction): Observable<Transaction>;
55
- /**
56
- * update multiple transactions
57
- * @param transactions list of transactions for updating
58
- */
59
- updateBatch(transactions: Transaction[]): Observable<Transaction[]>;
60
- /**
61
- * delete transaction and related transactions
62
- * @param model
63
- */
64
- delete(model: Transaction): Observable<void>;
65
- /**
66
- * upload transaction receipt image
67
- * @param transaction Еhe transaction for which the receipt will be imported
68
- */
69
- uploadReceipt(transaction: Transaction): void;
70
- /**
71
- * calculate gross income amount based on transaction amount and taxes (fees)
72
- * @param transaction Transaction instance for calculation
73
- */
74
- calculateGrossAmount(transaction: Transaction): number;
75
- /**
76
- * get label for transaction tax field depended of selected chart account.
77
- * tax type depends of chart account heading or category.
78
- */
79
- getTaxLabel(chartAccounts: ChartAccounts): ChartAccountsTaxLabelsEnum;
80
- /**
81
- * Listen to EventDispatcherService event related to Depreciation changing
82
- */
83
- private listenDepreciationChange;
84
- /**
85
- * Listen to EventDispatcherService event related to Property Share changing
86
- */
87
- private listenPropertyShareUpdate;
88
- static ɵfac: i0.ɵɵFactoryDeclaration<TransactionService, never>;
89
- static ɵprov: i0.ɵɵInjectableDeclaration<TransactionService>;
90
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { Transaction as TransactionBase } from '../../../db/Models/transaction/transaction';
4
+ import { RestService } from '../rest/rest.service';
5
+ import { Transaction } from '../../../models/transaction/transaction';
6
+ import { ChartAccounts } from '../../../models/chart-accounts/chart-accounts';
7
+ import { ChartAccountsTaxLabelsEnum } from '../../../models/chart-accounts/chart-accounts-tax-labels.enum';
8
+ import * as i0 from "@angular/core";
9
+ /**
10
+ * Service for transactions business logic
11
+ */
12
+ export declare class TransactionService extends RestService<TransactionBase, Transaction> {
13
+ url: string;
14
+ modelClass: typeof Transaction;
15
+ transactionDeleted: EventEmitter<Transaction>;
16
+ /**
17
+ * Listen events from Event Dispatcher services
18
+ */
19
+ listenEvents(): void;
20
+ /**
21
+ * get list of all user's TaxTank transactions
22
+ */
23
+ get(): Observable<Transaction[]>;
24
+ /**
25
+ * Add single new transaction
26
+ * @param model New Transaction instance for saving
27
+ */
28
+ add(model: Transaction): Observable<Transaction>;
29
+ /**
30
+ * get transactions related with property
31
+ */
32
+ getByPropertyId(propertyId: number): Observable<Transaction[]>;
33
+ /**
34
+ * get list of transactions with tank type 'Work'
35
+ */
36
+ getWorkTransactions(): Observable<Transaction[]>;
37
+ /**
38
+ * Get list of property holding costs (transactions related to vacant land property)
39
+ */
40
+ getPropertyHoldingCosts(propertyId: number): Observable<Transaction[]>;
41
+ /**
42
+ * get list of taxable transactions with tank type 'Work'
43
+ */
44
+ getTaxableWorkTransactions(): Observable<Transaction[]>;
45
+ /**
46
+ * add multiple transactions
47
+ * @param transactions List of new Transaction instances for saving
48
+ */
49
+ addBatch(transactions: Transaction[]): Observable<Transaction[]>;
50
+ /**
51
+ * update existing transaction
52
+ * @param transaction Transaction instance for updating
53
+ */
54
+ update(transaction: Transaction): Observable<Transaction>;
55
+ /**
56
+ * update multiple transactions
57
+ * @param transactions list of transactions for updating
58
+ */
59
+ updateBatch(transactions: Transaction[]): Observable<Transaction[]>;
60
+ /**
61
+ * delete transaction and related transactions
62
+ * @param model
63
+ */
64
+ delete(model: Transaction): Observable<void>;
65
+ /**
66
+ * upload transaction receipt image
67
+ * @param transaction Еhe transaction for which the receipt will be imported
68
+ */
69
+ uploadReceipt(transaction: Transaction): void;
70
+ /**
71
+ * calculate gross income amount based on transaction amount and taxes (fees)
72
+ * @param transaction Transaction instance for calculation
73
+ */
74
+ calculateGrossAmount(transaction: Transaction): number;
75
+ /**
76
+ * get label for transaction tax field depended of selected chart account.
77
+ * tax type depends of chart account heading or category.
78
+ */
79
+ getTaxLabel(chartAccounts: ChartAccounts): ChartAccountsTaxLabelsEnum;
80
+ /**
81
+ * Listen to EventDispatcherService event related to Depreciation changing
82
+ */
83
+ private listenDepreciationChange;
84
+ /**
85
+ * Listen to EventDispatcherService event related to Property Share changing
86
+ */
87
+ private listenPropertyShareUpdate;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<TransactionService, never>;
89
+ static ɵprov: i0.ɵɵInjectableDeclaration<TransactionService>;
90
+ }
@@ -1,20 +1,20 @@
1
- import { Observable, ReplaySubject } from 'rxjs';
2
- import { HttpClient } from '@angular/common/http';
3
- import { Occupation } from '../../../../models/user/occupation';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Service that works with Occupations
7
- */
8
- export declare class OccupationService {
9
- private http;
10
- private environment;
11
- _occupations: Occupation[];
12
- occupationsSubject: ReplaySubject<Occupation[]>;
13
- constructor(http: HttpClient, environment: any);
14
- /**
15
- * Get list of occupations
16
- */
17
- getOccupations(): Observable<Occupation[]>;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<OccupationService, never>;
19
- static ɵprov: i0.ɵɵInjectableDeclaration<OccupationService>;
20
- }
1
+ import { Observable, ReplaySubject } from 'rxjs';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { Occupation } from '../../../../models/user/occupation';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Service that works with Occupations
7
+ */
8
+ export declare class OccupationService {
9
+ private http;
10
+ private environment;
11
+ _occupations: Occupation[];
12
+ occupationsSubject: ReplaySubject<Occupation[]>;
13
+ constructor(http: HttpClient, environment: any);
14
+ /**
15
+ * Get list of occupations
16
+ */
17
+ getOccupations(): Observable<Occupation[]>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<OccupationService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<OccupationService>;
20
+ }
@@ -1,16 +1,16 @@
1
- import { UserEventSetting } from '../../../../models/user-event/user-event-setting';
2
- import { UserEventSetting as UserEventSettingBase } from '../../../../db/Models/user/user-event-setting';
3
- import { RestService } from '../../rest/rest.service';
4
- import { Observable } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export declare class UserEventSettingService extends RestService<UserEventSettingBase, UserEventSetting> {
7
- modelClass: typeof UserEventSetting;
8
- url: string;
9
- isHydra: boolean;
10
- /**
11
- * Send batch to add/updated settings
12
- */
13
- saveBatch(settings: UserEventSetting[]): Observable<void>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<UserEventSettingService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<UserEventSettingService>;
16
- }
1
+ import { UserEventSetting } from '../../../../models/user-event/user-event-setting';
2
+ import { UserEventSetting as UserEventSettingBase } from '../../../../db/Models/user/user-event-setting';
3
+ import { RestService } from '../../rest/rest.service';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UserEventSettingService extends RestService<UserEventSettingBase, UserEventSetting> {
7
+ modelClass: typeof UserEventSetting;
8
+ url: string;
9
+ isHydra: boolean;
10
+ /**
11
+ * Send batch to add/updated settings
12
+ */
13
+ saveBatch(settings: UserEventSetting[]): Observable<void>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserEventSettingService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserEventSettingService>;
16
+ }
@@ -1,11 +1,11 @@
1
- import { UserEventType as UserEventTypeBase } from '../../../../db/Models/user/user-event-type';
2
- import { UserEventType } from '../../../../models/user-event/user-event-type';
3
- import { RestService } from '../../rest/rest.service';
4
- import * as i0 from "@angular/core";
5
- export declare class UserEventTypeService extends RestService<UserEventTypeBase, UserEventType> {
6
- modelClass: typeof UserEventType;
7
- url: string;
8
- isHydra: boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<UserEventTypeService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<UserEventTypeService>;
11
- }
1
+ import { UserEventType as UserEventTypeBase } from '../../../../db/Models/user/user-event-type';
2
+ import { UserEventType } from '../../../../models/user-event/user-event-type';
3
+ import { RestService } from '../../rest/rest.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class UserEventTypeService extends RestService<UserEventTypeBase, UserEventType> {
6
+ modelClass: typeof UserEventType;
7
+ url: string;
8
+ isHydra: boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserEventTypeService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserEventTypeService>;
11
+ }
@@ -1,60 +1,62 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable, ReplaySubject } from 'rxjs';
3
- import { User } from '../../../models/user/user';
4
- import { EventDispatcherService } from '../../event/event-dispatcher.service';
5
- import { JwtService } from '../../auth/jwt.service';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Service to work with user
9
- */
10
- export declare class UserService {
11
- private http;
12
- private jwtService;
13
- private eventDispatcherService;
14
- private environment;
15
- cache: User;
16
- cacheSubject: ReplaySubject<User>;
17
- constructor(http: HttpClient, jwtService: JwtService, eventDispatcherService: EventDispatcherService, environment: any);
18
- /**
19
- * Get current user
20
- */
21
- get(): Observable<User>;
22
- /**
23
- * Register new user
24
- */
25
- register(data: object): Observable<object>;
26
- /**
27
- * Update user
28
- */
29
- update(user: User): Observable<void>;
30
- /**
31
- * Change user password
32
- */
33
- changePassword(currentPassword: string, newPassword: string): Observable<object>;
34
- /**
35
- * Reset user password
36
- */
37
- resetPassword(email: string): Observable<object>;
38
- /**
39
- * Confirm registered user
40
- */
41
- confirm(verificationCode: string): Observable<object>;
42
- /**
43
- * Search existing user
44
- */
45
- search(email: string): Observable<User>;
46
- /**
47
- * Finish onboarding process
48
- */
49
- finishOnboarding(user: User): Observable<void>;
50
- /**
51
- * Update user photo
52
- */
53
- updatePhoto(photo: FormData): Observable<void>;
54
- /**
55
- * Run forecast update script on backend when user switched financial year
56
- */
57
- switchFinancialYear(): Observable<object>;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
59
- static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
60
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable, ReplaySubject } from 'rxjs';
3
+ import { User } from '../../../models/user/user';
4
+ import { EventDispatcherService } from '../../event/event-dispatcher.service';
5
+ import { JwtService } from '../../auth/jwt.service';
6
+ import { IEventListener } from '../../../interfaces/event-listener.interface';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Service to work with user
10
+ */
11
+ export declare class UserService implements IEventListener {
12
+ private http;
13
+ private jwtService;
14
+ private eventDispatcherService;
15
+ private environment;
16
+ cache: User;
17
+ cacheSubject: ReplaySubject<User>;
18
+ constructor(http: HttpClient, jwtService: JwtService, eventDispatcherService: EventDispatcherService, environment: any);
19
+ /**
20
+ * Get current user
21
+ */
22
+ get(): Observable<User>;
23
+ /**
24
+ * Register new user
25
+ */
26
+ register(data: object): Observable<object>;
27
+ /**
28
+ * Update user
29
+ */
30
+ update(user: User): Observable<void>;
31
+ /**
32
+ * Change user password
33
+ */
34
+ changePassword(currentPassword: string, newPassword: string): Observable<object>;
35
+ /**
36
+ * Reset user password
37
+ */
38
+ resetPassword(email: string): Observable<object>;
39
+ /**
40
+ * Confirm registered user
41
+ */
42
+ confirm(verificationCode: string): Observable<object>;
43
+ /**
44
+ * Search existing user
45
+ */
46
+ search(email: string): Observable<User>;
47
+ /**
48
+ * Finish onboarding process
49
+ */
50
+ finishOnboarding(user: User): Observable<void>;
51
+ /**
52
+ * Update user photo
53
+ */
54
+ updatePhoto(photo: FormData): Observable<void>;
55
+ /**
56
+ * Run forecast update script on backend when user switched financial year
57
+ */
58
+ switchFinancialYear(): Observable<object>;
59
+ listenEvents(): void;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
61
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
62
+ }
@@ -1,11 +1,11 @@
1
- export declare enum MessagesEnum {
2
- VEHICLE_CREATED = "Vehicle created successfully",
3
- VEHICLE_UPDATED = "Vehicle updated successfully",
4
- VEHICLE_DELETED = "Vehicle deleted successfully",
5
- VEHICLE_CLAIM_CREATED = "Vehicle claim created successfully",
6
- VEHICLE_CLAIM_UPDATED = "Vehicle claim updated successfully",
7
- VEHICLE_CLAIM_DELETED = "Vehicle claim deleted successfully",
8
- VEHICLE_LOGBOOK_CREATED = "Vehicle logbook created successfully",
9
- VEHICLE_LOGBOOK_UPDATED = "Vehicle logbook updated successfully",
10
- VEHICLE_LOGBOOK_DELETED = "Vehicle logbook deleted successfully"
11
- }
1
+ export declare enum MessagesEnum {
2
+ VEHICLE_CREATED = "Vehicle created successfully",
3
+ VEHICLE_UPDATED = "Vehicle updated successfully",
4
+ VEHICLE_DELETED = "Vehicle deleted successfully",
5
+ VEHICLE_CLAIM_CREATED = "Vehicle claim created successfully",
6
+ VEHICLE_CLAIM_UPDATED = "Vehicle claim updated successfully",
7
+ VEHICLE_CLAIM_DELETED = "Vehicle claim deleted successfully",
8
+ VEHICLE_LOGBOOK_CREATED = "Vehicle logbook created successfully",
9
+ VEHICLE_LOGBOOK_UPDATED = "Vehicle logbook updated successfully",
10
+ VEHICLE_LOGBOOK_DELETED = "Vehicle logbook deleted successfully"
11
+ }
@@ -1,13 +1,13 @@
1
- import { VehicleClaim as VehicleClaimBase } from '../../../db/Models/vehicle/vehicle-claim';
2
- import { VehicleClaim } from '../../../models/logbook/vehicle-claim';
3
- import { RestService } from '../rest/rest.service';
4
- import * as i0 from "@angular/core";
5
- export declare class VehicleClaimService extends RestService<VehicleClaimBase, VehicleClaim> {
6
- modelClass: typeof VehicleClaim;
7
- url: string;
8
- messageCreated: string;
9
- messageUpdated: string;
10
- messageDeleted: string;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<VehicleClaimService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<VehicleClaimService>;
13
- }
1
+ import { VehicleClaim as VehicleClaimBase } from '../../../db/Models/vehicle/vehicle-claim';
2
+ import { VehicleClaim } from '../../../models/logbook/vehicle-claim';
3
+ import { RestService } from '../rest/rest.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class VehicleClaimService extends RestService<VehicleClaimBase, VehicleClaim> {
6
+ modelClass: typeof VehicleClaim;
7
+ url: string;
8
+ messageCreated: string;
9
+ messageUpdated: string;
10
+ messageDeleted: string;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<VehicleClaimService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<VehicleClaimService>;
13
+ }
@@ -1,22 +1,22 @@
1
- import { VehicleLogbook } from '../../../models/logbook/vehicle-logbook';
2
- import { Observable } from 'rxjs';
3
- import { HttpClient } from '@angular/common/http';
4
- import { EventDispatcherService } from '../../event/event-dispatcher.service';
5
- import { ToastService } from '../../toast/toast.service';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Vehicle logbook service. Allows user to add, update or delete vehicle trips
9
- * @TODO extend rest service after it refactored
10
- */
11
- export declare class VehicleLogbookService {
12
- private http;
13
- private eventDispatcherService;
14
- private environment;
15
- private toastService;
16
- constructor(http: HttpClient, eventDispatcherService: EventDispatcherService, environment: any, toastService: ToastService);
17
- add(logbook: VehicleLogbook, vehicleId: number): Observable<VehicleLogbook>;
18
- update(logbook: VehicleLogbook, vehicleId: number): Observable<any>;
19
- delete(logbook: VehicleLogbook, vehicleId: number): Observable<void>;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<VehicleLogbookService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<VehicleLogbookService>;
22
- }
1
+ import { VehicleLogbook } from '../../../models/logbook/vehicle-logbook';
2
+ import { Observable } from 'rxjs';
3
+ import { HttpClient } from '@angular/common/http';
4
+ import { EventDispatcherService } from '../../event/event-dispatcher.service';
5
+ import { ToastService } from '../../toast/toast.service';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Vehicle logbook service. Allows user to add, update or delete vehicle trips
9
+ * @TODO extend rest service after it refactored
10
+ */
11
+ export declare class VehicleLogbookService {
12
+ private http;
13
+ private eventDispatcherService;
14
+ private environment;
15
+ private toastService;
16
+ constructor(http: HttpClient, eventDispatcherService: EventDispatcherService, environment: any, toastService: ToastService);
17
+ add(logbook: VehicleLogbook, vehicleId: number): Observable<VehicleLogbook>;
18
+ update(logbook: VehicleLogbook, vehicleId: number): Observable<any>;
19
+ delete(logbook: VehicleLogbook, vehicleId: number): Observable<void>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<VehicleLogbookService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<VehicleLogbookService>;
22
+ }
@@ -1,31 +1,31 @@
1
- import { Vehicle as VehicleBase } from '../../../db/Models/vehicle/vehicle';
2
- import { Vehicle } from '../../../models/logbook/vehicle';
3
- import { RestService } from '../rest/rest.service';
4
- import { IEventListener } from '../../../interfaces/event-listener.interface';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Service that allows to work with WorkTank operations
8
- * @TODO separate vehicles and logbooks to different api
9
- */
10
- export declare class VehicleService extends RestService<VehicleBase, Vehicle> implements IEventListener {
11
- url: string;
12
- modelClass: typeof Vehicle;
13
- messageCreated: string;
14
- messageUpdated: string;
15
- messageDeleted: string;
16
- listenEvents(): void;
17
- /**
18
- * Add a new logbook items to the vehicle when a new one created
19
- */
20
- private listenLogbookAdded;
21
- /**
22
- * Replace vehicle's logbook with updated instance when logbook item updated
23
- */
24
- private listenLogbookUpdated;
25
- /**
26
- * Remove logbook item from vehicle when logbook deleted
27
- */
28
- private listenLogbookDeleted;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<VehicleService, never>;
30
- static ɵprov: i0.ɵɵInjectableDeclaration<VehicleService>;
31
- }
1
+ import { Vehicle as VehicleBase } from '../../../db/Models/vehicle/vehicle';
2
+ import { Vehicle } from '../../../models/logbook/vehicle';
3
+ import { RestService } from '../rest/rest.service';
4
+ import { IEventListener } from '../../../interfaces/event-listener.interface';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * Service that allows to work with WorkTank operations
8
+ * @TODO separate vehicles and logbooks to different api
9
+ */
10
+ export declare class VehicleService extends RestService<VehicleBase, Vehicle> implements IEventListener {
11
+ url: string;
12
+ modelClass: typeof Vehicle;
13
+ messageCreated: string;
14
+ messageUpdated: string;
15
+ messageDeleted: string;
16
+ listenEvents(): void;
17
+ /**
18
+ * Add a new logbook items to the vehicle when a new one created
19
+ */
20
+ private listenLogbookAdded;
21
+ /**
22
+ * Replace vehicle's logbook with updated instance when logbook item updated
23
+ */
24
+ private listenLogbookUpdated;
25
+ /**
26
+ * Remove logbook item from vehicle when logbook deleted
27
+ */
28
+ private listenLogbookDeleted;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<VehicleService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<VehicleService>;
31
+ }